/*** Preto #000
/*** Branco #fff
/*** Verde #01DFC8

/*** Customize seu css aqui ***/

@font-face {
  font-family: 'Montserrat';
  src: local("Montserrat-Regular"), url("https://salescdn.net/static/fonts/montserrat/montserrat_regular.woff2") format("woff2"), url("https://salescdn.net/static/fonts/montserrat/montserrat_regular.woff") format("woff"), url("https://salescdn.net/static/fonts/montserrat/montserrat_regular.ttf") format("truetype"), url("https://salescdn.net/static/fonts/montserrat/montserrat_regular.eot?#iefix") format("embedded-opentype");
  unicode-range: U+000-5FF;
  font-display: swap;
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'Montserrat';
  src: local("Montserrat-Bold"), url("https://salescdn.net/static/fonts/montserrat/montserrat_bold.woff2") format("woff2"), url("https://salescdn.net/static/fonts/montserrat/montserrat_bold.woff") format("woff"), url("https://salescdn.net/static/fonts/montserrat/montserrat_bold.ttf") format("truetype"), url("https://salescdn.net/static/fonts/montserrat/montserrat_bold.eot?#iefix") format("embedded-opentype");
  unicode-range: U+000-5FF;
  font-display: swap;
  font-weight: 600;
  font-style: normal
}

.header {
  background-color: #000;
  font-family: "Akhand", sans-serif;
  position: relative;
  z-index: 999;
}

.header .navbar {
  background-color: #000;
  height: 110px;
  position: relative;
}

.header-link svg {
  fill: #01DFC8;
}

.cart_quantity {
  align-items: center;
  background-color: #01DFC8;
  border-radius: 50%;
  bottom: auto;
  color: #fff;
  display: flex;
  font-size: 11px;
  font-weight: normal;
  left: auto;
  justify-content: center;
  line-height: 14px;
  margin-top: 0;
  height: 18px;
  min-width: 18px;
  padding: 1px 2px 1px;
  position: absolute;
  right: 0;
  text-align: center;
  top: -3px;
}

.nav-content {
  background-color: #01DFC8;
  color: #fff;
}

.nav-main_link {
  border: 0;
  color: #fff;
  fill: #fff;
  display: inline-table;
  font-size: 18px;
  font-weight: bold;
  height: auto;
  line-height: 20px;
  padding: calc((50px - 30px) / 2) 35px;
  text-align: center;
  text-transform: uppercase;
  transition: .4s
}

.nav-main_link:focus,
.nav-main_link:hover {
  box-shadow: none;
  color: #fff;
  fill: #fff
}

.nav-main_link:focus .nav-main_arrow svg,
.nav-main_link:hover .nav-main_arrow svg {
  fill: #fff
}

.showcase-offer.showcase-offer_new-product {
  background-color: #01DFC8;
}

.showcase-prices_plots span {
  color: #208F80;
  font-weight: bold;
}

footer {
  background-color: #01DFC8;
  color: #fff;
  padding-bottom: 0;
  padding-top: 0;
}

footer a {
  color: #fff;
  transition: .3s;
}

footer a:focus,
footer a:hover {
  color: #000
}

.footer-payment_item {
    align-items: center;
    border-radius: 5px;
    border: 1px solid #208f8000;
    display: flex;
    height: 34px;
    justify-content: center;
    margin: 0px -9.5px;
    padding: 0px 0px;
    width: 69px;
}

footer .footer-content_main {
  padding-bottom: 0px;
  padding-top: 30px
}

footer .footer-content_main {
  padding-bottom: 26px;
  padding-top: 30px
}

.footer-stamp_item img {
  max-width: 105px;
}

.showcase-product_buy {
  background-color: #01DFC8;
  border-radius: 20px;
  border: 0;
  bottom: auto;
  color: #fff;
  float: right;
  font-size: 14px;
  font-weight: 800;
  left: 0;
  line-height: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  min-height: 40px;
  padding: 9px 10px 11px;
  position: absolute;
  right: 0;
  opacity: 0;
  text-transform: uppercase;
  top: 128px;
  width: 160px;
  transition: .3s;
}

.showcase-product_buy:focus,
.showcase-product_buy:hover {
  background-color: #01DFC8;
  color: #fff
}

.product-btn.product-btn_buy {
  background-color: #01DFC8;
  color: #fff;
}

.product-btn.product-btn_buy:focus,
.product-btn.product-btn_buy:hover {
  background-color: #01DFC8;
  color: #fff;
  opacity: 1
}

.btn.product-btn_payment {
  background-color: transparent;
  color: #01DFC8;
}

.btn.product-btn_payment:focus,
.btn.product-btn_payment:hover {
  background-color: transparent;
  color: #00b9a6;
}


.product-btn_payment {
  background-color: transparent;
  color: #01DFC8;
  font-size: 14px;
  font-weight: 600;
  height: auto;
  line-height: 16px;
  padding: 0;
  text-align: left;
  text-decoration: underline;
  text-transform: uppercase;
  transition: .3s
}

.product-btn_payment:focus,
.product-btn_payment:hover {
  background-color: transparent;
  box-shadow: none;
  color: #01DFC8;
  opacity: 1;
  text-decoration: underline;
}

.product-btn.product-btn_shipping {
  background-color: #fff;
  color: #01DFC8;
  float: right;
  font-size: 13px;
}

.product-btn.product-btn_shipping:focus,
.product-btn.product-btn_shipping:hover {
  background-color: #fff;
  color: #01DFC8;
  opacity: 1
}

.product-description_ico {
  align-items: center;
  background-color: #01DFC8;
  border-radius: 50%;
  border: 2px solid #01DFC8;
  display: flex;
  height: 45px;
  justify-content: center;
  text-align: center;
  width: 45px;
}

.product-gallery .slider__arrow {
  background-color: #01DFC8;
  border: 2px solid #01DFC8;
  /*height: 45px;*/
  /*left: 0;*/
  /*margin: auto;*/
  /*right: 0;*/
  /*width: 45px;*/
}

.product-gallery .slider__arrow:focus,
.product-gallery .slider__arrow:hover {
  background-color: #01DFC8;
  border-color: #01DFC8;
  box-shadow: 0px 8px 12px 0px #00000000000;
  opacity: 1
}

.image-main {
  box-shadow: 0px 15px 15px 0px rgb(21 52 200 / 0%);
}

.notfound-btn {
  background-color: #01DFC8;
  border-radius: 30px;
  border: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  color: #fff;
  display: table;
  font-size: 15px;
  font-weight: 600;
  height: 50px;
  line-height: 20px;
  margin-left: auto;
  margin-right: auto;
  min-width: 220px;
  padding: 15px 30px;
  text-align: center;
  text-transform: uppercase;
  transition: .3s
}

.search-filter-icon {
  align-items: center;
  background-color: #01DFC8;
  border-radius: 50%;
  border: 2px solid #01DFC8;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  display: flex;
  float: right;
  height: 22px;
  justify-content: center;
  width: 22px
}

.search-filters-btn {
  background-color: #01DFC8;
  border-radius: 15px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  height: 55px;
  line-height: 20px;
  text-transform: uppercase
}

.btn {
  -webkit-transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1);
  -moz-transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1);
  -ms-transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1);
  -o-transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1);
  transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1);
  background-color: #01DFC8;
  border: none;
  color: #fff
}

.btn-first {
  background-color: #01DFC8;
  color: #fff
}

.btn-first:focus,
.btn-first:hover {
  background-color: #01DFC8;
  color: #fff
}

.btn-sidenav-close.btn-sidenav-close_custom {
  -webkit-transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1);
  -moz-transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1);
  -ms-transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1);
  -o-transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1);
  transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1);
  background-color: #01DFC8;
  border-radius: 16px;
  border: none;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  height: 32px;
  line-height: 12px;
  margin-bottom: -3px;
  margin-top: -5px;
  max-width: 105px;
  padding: 4px 16px 4px;
  text-align: center;
  transition: .4s
}

.btn-sidenav-close.btn-sidenav-close_custom:focus,
.btn-sidenav-close.btn-sidenav-close_custom:hover {
  background-color: #01DFC8;
  color: #fff;
  opacity: 1
}

.sidenav-overlay .btn:not(.btn-access) {
  background-color: #01DFC8;
  border-color: #01DFC8;
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  min-height: 55px;
  padding: 16.5px 15px;
  text-transform: uppercase;
  transition: .5s
}

.sidenav-overlay_account .btn-new_user {
  background-color: #fff;
  border: 1px solid #01DFC8;
  color: #01DFC8;
  font-size: 14px;
  font-weight: bold
}

.btn.btn-access svg {
  fill: #01DFC8;
  height: 22px;
  margin-right: 20px;
  width: 22px
}

.form-group .dropdown ul a:focus,
.form-group .dropdown ul a:hover {
  background-color: rgba(28, 76, 241, 0.15);
  color: #01DFC8
}

.showcase-offer.showcase-offer_new-product {
  background-color: #01DFC8
}

.showcase-tag {
  background-color: #01DFC8;
  border-radius: 1em;
  bottom: auto;
  color: #fff;
  display: table;
  font-size: 9px;
  font-weight: 800;
  left: auto;
  line-height: 1.5555555556em;
  min-width: 10.4444444444em;
  padding: .3333333333em 1.3333333333em .3333333333em;
  position: absolute;
  right: 10px;
  text-align: center;
  text-transform: uppercase;
  top: 20px;
  z-index: 1
}

.product-kit .product-btn.product-btn_buy.active {
  background-color: #01DFC8;
  font-weight: 600
}

.product-kit .showcase-kit_header {
  align-content: center;
  background-color: #01DFC8;
  border-radius: 15px;
  color: #fff;
  display: flex;
  fill: #fff;
  font-size: 18px;
  font-weight: 500;
  justify-content: space-between;
  line-height: 22px;
  min-height: 40px;
  padding-bottom: 5px;
  padding-top: 5px;
  transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1)
}

.showcase-model-10 .showcase-banners_footer__link {
  align-items: center;
  background-color: #01DFC8;
  border-radius: 8px;
  color: #fff;
  display: flex;
  fill: #fff;
  font-size: 12px;
  font-weight: 500;
  height: 28px;
  justify-content: center;
  padding: 2px 8px;
  width: 140px
}

.showcase-model-12 .card-btn {
  align-items: center;
  background-color: #01DFC8;
  border-radius: 20px;
  color: #fff;
  display: flex;
  float: left;
  font-size: 13px;
  font-weight: 600;
  height: 36px;
  justify-content: center;
  padding: 8px 32px;
  text-align: center;
  text-transform: uppercase
}

.card-page .btn {
  background-color: #01DFC8;
  border-radius: 24px;
  border: none;
  color: #fff;
  float: right;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  min-height: 48px;
  padding: 14px 15px;
  text-transform: uppercase;
  transition: .4s
}

.card-page .btn:focus,
.card-page .btn:hover {
  background-color: #01DFC8;
  color: #fff
}

.card-pages-nav .card-header {
  color: #01DFC8;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px
}

.card-page-table_adresses .page-table-box_main .btn-table-item.btn-edit {
  background-color: #01DFC8;
  color: #fff
}

.page-table-box_main .form-switch input:checked+.form-icon {
  background-color: #01DFC8
}

.page-accordion_address .form-switch input:checked+.form-icon {
  background-color: #01DFC8
}

.checkout-card-summary_info .card-header a {
  color: #01DFC8;
  cursor: pointer;
  float: right;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px
}

.adresses-main .dropdown-toggle,
.orders-main .dropdown-toggle {
  background-color: #01DFC8;
  border-radius: 20px;
  border: 1px solid #01DFC8;
  box-shadow: none;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  height: auto;
  line-height: 16px;
  min-height: 32px;
  min-width: 125px;
  padding: 7px 15px;
  text-transform: none
}

.page-pagination .pagination_link__arrow {
  align-items: center;
  background-color: #01DFC8;
  border-radius: 50%;
  border: 2px solid #01DFC8;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  display: flex;
  height: 30px;
  justify-content: center;
  margin: 0 10px;
  padding: 0;
  width: 30px
}

.page-title {
  color: #01DFC8;
  font-size: 22px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 0
}

.sidenav-overlay .btn:not(.btn-access):focus,
.sidenav-overlay .btn:not(.btn-access):hover {
  background-color: #01DFC8;
  border-color: #01DFC8;
  color: #fff
}

.search_link.active .icon-bar {
  background-color: #01DFC8;
  border-radius: 2px
}

.search_link.active .icon-bar:first-child {
  background-color: #01DFC8;
  border-radius: 2px;
  border: 0;
  height: 1px;
  margin-bottom: 0;
  margin-left: 0;
  transform: matrix(1, -0.9, 0.9, 1, 0, 9);
  width: 18px
}

.search_link .icon-bar:first-child {
  border-radius: 50%;
  border: 2px solid #01DFC8;
  height: .8888888889em;
  margin-bottom: .1111111111em;
  width: .8888888889em
}

.search_link .icon-bar:last-child {
  background-color: #01DFC8;
  border-radius: 2px;
  height: 2px;
  transform: rotate(45deg) translate(.3333333333em, -.6111111111em);
  width: 8px
}

.search-desktop .btn {
  background-color: transparent;
  bottom: 1px;
  fill: #01DFC8;
  height: 18px;
  left: auto;
  margin: auto;
  padding: 0;
  position: absolute;
  right: 21px;
  top: 1px;
  width: 18px
}

.product-kit .showcase-kit_finish {
  background-color: #01DFC8;
  border-radius: 15px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 60px;
  min-height: 80px;
  padding: 15px 0
}

.product-kit .showcase-kit_finish .product-btn {
  background-color: #01DFC8;
  font-weight: 600;
  color: #1534c8
}

.product-kit .showcase-kit_finish .product-btn:focus,
.product-kit .showcase-kit_finish .product-btn:hover {
  background-color: #01DFC8;
  opacity: 1
}

.page-accordion_address .btn-table-item.btn-edit svg {
  fill: #01DFC8
}

.btn-checkout-coupon {
  background-color: #fff;
  border-radius: 25px;
  border: 1px solid #e2e9f0;
  color: #01DFC8;
  font-size: 14px;
  height: auto;
  line-height: 20px;
  padding: 14.5px 10px 13.5px;
  transition: .3s;
  font-weight: 600
}

.btn-checkout-coupon:focus,
.btn-checkout-coupon:hover {
  background-color: #01DFC8;
  border-color: #01DFC8;
  box-shadow: none;
  color: #fff
}

.checkout-accordion .accordion-price {
  align-items: center;
  color: #01DFC8;
  display: flex;
  font-weight: bold;
  justify-content: space-between
}

.checkout-card .form-checkbox input:checked+.form-icon {
  background-color: #01DFC8;
  border-color: #01DFC8
}

.checkout-card .form-checkbox input:focus+.form-icon {
  border-color: #01DFC8
}

.checkout-card-finish_body .card-title .checkout-icon svg {
  fill: #01DFC8;
  width: 28px
}

.checkout-card-finish_header .checkout-text a {
  color: #01DFC8;
  font-weight: bold
}

.checkout-card-shipping_payment .card-title svg {
  fill: #01DFC8;
  float: left;
  height: 30px;
  margin-right: 18px;
  width: 30px
}

.checkout-card-summary_info .card-subtitle a {
  color: #01DFC8;
  font-weight: bold
}

.checkout-link-login a {
  color: #01DFC8;
  font-weight: bold
}

.checkout-payment-icon.checkout-payment-icon_option svg {
  fill: #01DFC8;
  height: 32px;
  margin-right: 20px;
  width: 32px
}

.checkout-product-coupon_new .btn:focus,
.checkout-product-coupon_new .btn:hover {
  background-color: #fff;
  border-color: #01DFC8;
  box-shadow: none;
  color: #01DFC8
}

.tab-checkout-status .tab-item.active .avatar {
  background-color: #01DFC8
}

.tab-checkout-status .tab-item.active a {
  border-bottom-color: #01DFC8
}

.tab-checkout-status .tab-item.active a>span {
  color: #01DFC8
}

.tab-checkout-status.tab-checkout-status_all:after {
  background-color: #01DFC8;
  right: 0
}

.tab-checkout-status:before {
  background-color: #01DFC8;
  left: 0
}

.checkout-card-finish_payment .card-title .checkout-icon svg {
  fill: #01DFC8;
  width: 28px
}

.checkout-card-finish_payment .checkout-text_icon .checkout-icon svg {
  fill: #01DFC8;
  width: 18px
}

.page-thead .page-table-item {
  color: #01DFC8;
  font-size: 13px;
  font-weight: bold;
  line-height: 15px;
  text-align: center
}

.table-product_custom a {
  color: #01DFC8;
  text-decoration: underline
}

.showcase-buy-to-gether .showcase-item_calc {
  color: #01DFC8;
  font-size: 55px;
  font-weight: 600;
  line-height: 58px;
  text-align: center;
  position: absolute;
  top: 150px
}

.notfound-btn:focus,
.notfound-btn:hover {
  background-color: #01DFC8;
  color: #fff;
  opacity: 1
}

.search-options.search-options_bottom .search-options-pagination_item.active a.search-options-pagination_link {
  background-color: #01DFC8;
  color: #fff
}

.search-options-pagination_link__arrow svg {
  fill: #01DFC8;
  height: 7px;
  width: 7px
}

.search-view_link svg {
  fill: #01DFC8;
  height: 18px;
  width: 18px
}

.search-filters-content .form-radio input:checked+.form-icon {
  background-color: #01DFC8;
  border: 0
}

.search-filter-price .noUi-target {
  background-color: #01DFC8;
  border-radius: 2px;
  border: none;
  box-shadow: none
}

.search-options_mobile .search-option-icon svg {
  fill: #01DFC8;
  height: 20px;
  width: 22px
}

.search-options-pagination a.search-options-pagination_link__arrow {
  align-items: center;
  background-color: #01DFC8;
  border-radius: 50%;
  border: 1px solid #01DFC8;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  display: flex;
  height: 26px;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 26px;
  transition: .3s
}

.search-options-pagination a.search-options-pagination_link__arrow:not(.disable):focus,
.search-options-pagination a.search-options-pagination_link__arrow:not(.disable):hover {
  background-color: #01DFC8;
  border-color: #01DFC8;
  box-shadow: 0px 10px 10px rgba(16, 40, 154, 0.25)
}

.header .icon-ssl svg {
  fill: #01DFC8;
  max-height: 45px;
  max-width: 45px;
  transition: .5s
}

.sidebar-nav {
  background-color: #01DFC8;
  box-shadow: 0px 3.2px 8px 0px rgba(38, 38, 38, 0.25);
  color: #fff;
  padding-bottom: 15px;
  padding-top: 0
}

.sidebar-nav .sidebar-nav-header {
  background-color: #01DFC8;
  border-bottom: 1px solid #000;
  padding: 16px 20px
}

.social-icons__link:focus svg,
.social-icons__link:hover svg {
  fill: #000
}

.social-icons__link svg {
  fill: #fff;
  transition: 0.3s
}

.social-icons__link {
  align-items: center;
  border-radius: 50%;
  border: 2px solid #fff;
  display: flex;
  height: 53px;
  justify-content: center;
  width: 53px;
  transition: .3s
}

.page-accordion .accordion-header svg {
  fill: #01DFC8;
  margin-bottom: 1px;
  margin-left: 10px;
  max-height: 14px;
  max-width: 14px
}

.checkout-option .form-radio input:checked+.form-icon {
  background-color: #fff;
  border-color: #01DFC8;
  box-shadow: none
}

.checkout-option .form-radio input:checked+.form-icon:before {
  background-color: #01DFC8
}

.notfound-text {
  color: #000;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2222222222em;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 22.2222222222em;
  text-align: center
}

.search-filter-link_category.active .form-radio .form-icon:after {
  background-color: #01DFC8;
  border-radius: 50%;
  content: '';
  display: block;
  height: 8px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8px
}

.search-filter-price .noUi-handle {
  background-color: #000;
  border-radius: 50%;
  border: 0;
  box-shadow: none;
  height: 12px;
  right: -6px;
  top: -5px;
  width: 12px;
}

.search-filter-price .noUi-connect {
  background: #01DFC8;
}

.product-variations_content__button .product-variation_item.active .product-variation_link.product-variation_link__colors {
  border-color: #fff;
  box-shadow: 0px 0px 0px 2px #000;
}

.btn:focus,
.btn:hover {
  background-color: #01DFC8;
  color: #fff;
  opacity: 1;
}

.sidenav-overlay_account .forget-password a {
  color: #01DFC8;
  text-decoration: none
}

.sidenav-payment-calculation .accordion-header {
  background-color: #01DFC8;
  border-radius: 10px;
  color: #fff;
  fill: #fff;
  min-height: 70px;
  padding: 15px 20px
}

.account_link__logout {
  text-decoration: none;
  color: #01DFC8
}

.header-link_menu__mobile.active .icon-bar {
  background-color: #01DFC8;
  height: 1px;
  width: 18px
}

.header-link_menu__mobile .icon-bar {
  background-color: #01DFC8;
  display: block;
  float: none;
  height: 2px;
  margin-bottom: 4px;
  transition: all 600ms cubic-bezier(0.91, 0.005, 0.07, 1);
  width: 24px
}

.search svg {
  fill: #01DFC8
}

.showcase-tag.showcase-tag-offer {
  background-color: #01DFC8
}

.product-kit .product-content_box .showcase-product_title {
  color: #01DFC8;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px
}

.product-kit .product-form-group .form-checkbox input:checked+.form-icon {
  background: #01DFC8;
  border-color: #01DFC8
}

.product-kit .product-form-group .form-icon {
  border-radius: 4px;
  border: 2px solid #01DFC8;
  display: table;
  height: 24px;
  left: 0;
  margin: auto;
  position: relative;
  right: 0;
  width: 24px
}

.product-kit .showcase-kit_header .showcase-kit_btn {
  align-items: center;
  background-color: #fff;
  border-radius: 11px;
  color: #01DFC8;
  display: flex;
  fill: #01DFC8;
  font-size: 12px;
  height: 22px;
  justify-content: center;
  line-height: 16px;
  margin-right: 35px;
  min-width: 100px;
  padding: 3px 15px
}

.showcase-model-9:before {
  background-color: #01DFC8;
  left: 0;
  right: auto
}

.showcase-model-9 .showcase-timer {
  background-color: #01DFC8;
  color: #fff;
  fill: #fff;
  width: 498px
}

.showcase-model-9 .showcase-timer-content_title {
  background-color: #01DFC8;
  color: #fff;
  display: table;
  font-size: .1217391304em;
  font-weight: bold;
  line-height: 1.4285714286em;
  margin: -.7857142857em auto 0;
  text-align: center;
  text-transform: uppercase;
  width: 10.7142857143em
}

.showcase-model-9 {
  background-color: #01DFC8;
  padding-bottom: 48px;
  padding-top: 48px
}

.showcase-model-10 .showcase-banners_link:focus svg,
.showcase-model-10 .showcase-banners_link:hover svg {
  fill: #01DFC8
}

.checkout-card-finish_body .timeline .timeline-item:before {
  background-color: #01DFC8;
  left: 13.5px;
  width: 3px
}

.checkout-card-finish_body .timeline .timeline-item .timeline-icon {
  background-color: #01DFC8;
  height: 30px;
  position: relative;
  width: 30px;
  z-index: 1
}

.checkout-card-finish_header .checkout-icon {
  align-items: center;
  background-color: #01DFC8;
  border-radius: 50%;
  display: flex;
  float: left;
  height: 30px;
  justify-content: center;
  text-align: center;
  width: 30px
}

.sidebar-nav .sidebar-nav-content {
  background-color: #01DFC8;
  height: 100%;
  margin-top: 15px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-bottom: 70px;
  width: 100%
}

.sidebar-nav .nav-mobile>li>.nav-mobile_link {
  background-color: #01DFC8;
  position: relative;
  z-index: 0
}

.sidebar-nav .nav-mobile>li>.nav-mobile_link:before {
  background-color: #01DFC8;
  bottom: 0;
  content: '';
  display: block;
  height: 100%;
  left: calc(50% - 50vw);
  position: absolute;
  right: auto;
  top: 0;
  width: 100vw;
  z-index: -1
}

.sidebar-nav .nav-mobile ul {
  background-color: #01DFC8;
  padding-bottom: 10px;
  padding-top: 10px
}

.card-page .card-title {
  color: #01DFC8;
  font-size: 22px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 0
}

.form-checkbox input:checked+.form-icon,
.form-radio input:checked+.form-icon,
.form-switch input:checked+.form-icon {
  background: #01DFC8;
  border-color: #01DFC8;
}

.footer-payment_item svg>* {
  fill: #fff
}

footer .footer-content_second .logo-wdna svg {
  fill: #1C463F;
  height: 17px
}