<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Since 2015 Ewonta
 *
 * NOTICE OF LICENSE
 *
 * This file is not open source! Each license that you purchased is only available for 1 wesite only.
 * If you want to use this file on more websites (or projects), you need to purchase additional licenses. 
 * You are not allowed to redistribute, resell, lease, license, sub-license or offer our resources to any third party.
 *
 *  @author     Ewonta &lt;support@ewonta.ru&gt;
 *  @copyright  Since 2015 Ewonta
 *  @license    Valid for 1 website (or project) for each purchase of license
 */

 .step-checkout, #js-checkout-summary-right {
    border: solid 2px #ececec;
    padding: 1rem;
    margin-bottom: 1rem;
}
.js-payment-binary.disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
.js-payment-binary {
    display: none;
}
.ps-hidden {
    display: none;
}
.checkout-step-ew {
    position: relative;
}
#checkout label {
    margin-bottom: 0px;
}
#delivery label {
    margin-bottom: 10px;
}
.payment-option {
    margin-bottom: 14px;
}

#checkout .st-checkout
body#checkout section.checkout-step-ew .delivery-option label {
    text-align: center;
}

body#checkout section.checkout-step-ew {
    padding: 0;
}
body#checkout section.checkout-step-ew .delivery-option {
    background: white;
}
.block-carrier-info {
    margin: 1.5rem 0;
}
@media (max-width: 993px) {
    .social-login {
        padding-left: 0rem !important;
        margin-left: 0rem !important;
     }
     .st-checkout {
         width: 100%;
     }
}
@media (min-width: 993px) {
    .d-flex {
        display: flex;
    }

        
}
.input-group {
    z-index: 1;
}


.right-checkout.airSticky_fixed {
    margin-top: 1rem;
}
.bottom_form_Login {
    border-top: 1px solid #c1c1c1;
    padding-top: 2rem;
    margin-top: 2rem;
}
.error-login {
    display: none;
}
.desktop-header-checkout {
    margin-bottom: 2rem;
    padding: 1rem 0;
}

.checkout-back-cart {
    font-size: 1rem;
}
.text-right {
    text-align: right;
}
body#checkout .modal-content {
    background: white;
}

.social-login {
    border-left: 1px solid #dfdfde;
    padding-left: 2.5rem;
    margin-left: 1rem;
    position: relative;
}
.box_login {
    border: 1px solid #dfdfde;
    cursor: pointer;
    margin-bottom: 13px;
}
.box_login span {
    display: block;
    border-right: 1px solid #dfdfde;
    padding: 6px;
    margin-right: 10px;
    min-width: 55px;
    text-align: center;
}
.text-left {
    text-align: left;
}
.box_login, .box_login a {
    display: flex;
    align-items: center;
    color: inherit;
}
.spinner-border.large {
    width: 5rem;
    height: 5rem;
  }
  .spinner-border.small {
    width: 3rem;
    height: 3rem;
  }
  .spinner-border.mini {
    width: 1.5rem;
    height: 1.5rem;
  }
  .sing-modal-loading {
    z-index: 99999;
    top: 0;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    display: none;
}
.promo-code .alert-danger {
    padding: .5rem;
    display: none;
}
.spinner-border {
    border: .15em solid;
    border-right: .25em solid transparent;
}
@-webkit-keyframes spinner-border {
    to {
      transform: rotate(360deg) /* rtl:ignore */;
    }
  }
  
  @keyframes spinner-border {
    to {
      transform: rotate(360deg) /* rtl:ignore */;
    }
  }
  .spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: 0.75s linear infinite spinner-border;
    animation: 0.75s linear infinite spinner-border;
  }
   .step-checkout {
       position: relative;
   }
   .js-error-guest {
       display: none;
   }
  .summary-right-loading, .sing-modal-loading, .addres-modal-loading {
    z-index: 99999;
    top: 0;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #ffffff91;
    display: none;
  }
  .summary-right-loading .spinner-border, .sing-modal-loading .spinner-border, .addres-modal-loading .spinner-border {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
#login-form-checkout .form-control-label {
    padding: 0;
}
.delivery-option label{
    text-align: left !important;
}
#checkout.st-checkout #wrapper {
    background: white;
    box-shadow:none;
    padding-top: 0;
}
#signin .modal-header, 
#signup .modal-header, 
#addaddress .modal-header, 
#selectaddaddress .modal-header,
#paymentchange .modal-header {
    border-bottom: none;
    display: block;
    position: relative;
}
#signin .modal-title .close, 
#signup .modal-title .close, 
#addaddress .modal-title .close, 
#selectaddaddress .modal-title .close,
#paymentchange .modal-title .close
 {
    position: absolute;
    right: 0;
    font-size: 39px;
    font-weight: 500;
}
#signin .modal-title, 
#signup .modal-title, 
#addaddress .modal-title, 
#selectaddaddress .modal-title,
#paymentchange .modal-title {
    color: #22161c;
    font-size: 26px;
    font-weight: 500;
    position: relative;
}
.login_or {
    position: absolute;
    left: -28px;
    font-size: 25px;
    color: #c1c1c1;
    top: 0;
    bottom: 0;
    height: 42px;
    margin: auto;
    background: #fff;
    padding: 10px;
}
.guest_text {
    font-size: 16px;
}
.guest_text a {
  color:#e2ae6c !important;
  cursor: pointer;
}
.guest_text a:hover {
    text-decoration: underline !important;
}
.step-first-toggle {
    position: absolute;
    display: flex;
    right: 0;
    top: 3px;
    margin: auto;
    height: 20px;
    cursor: pointer;
    transform: rotate(0deg);
}
.addres-info {
    font-size: 12px;
    text-align: left;
    color: #c1c1c1;
}
.add_address.new, .choice_address {
    color: #e2ae6c;
}
.add_address,.choice_address {
    font-size: 14px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer;
}
.add_address .add{
    font-size: 17px;
}
.add_address:hover {
    color: #5d5d5d;
}
.address-footer {
    border-top: solid 2px #dfdfde;
    margin-top: 1rem;
    padding: 1rem 0;
    display: flex;
}
.select_address {
    text-align: center;
    color: white;
    display: block;
    font-size: 10px;
}

.no_select_address {
    border-radius: 2px;
    border: solid 2px #dfdfde;
}
.address-footer a, .address-right a {
    align-items: center;
    cursor: pointer;
    display: flex;
    color: #c1c1c1;
    margin-right: 1rem;
}
.address-footer a i, .address-right a i {
    font-size: 13px;
    margin-right: 3px;
}
.address-header .address {
    color: #22161c;
    font-size: 14px;
}
.step-text, .title-right-summary{
    color: #22161c;
    font-size: 26px;
    font-weight: 500;
}

.address-item.selected {
    border: solid 2px #22161c;
}
.delivery-option .btn-outline-dark, .payment-option .btn-outline-dark {
    border: solid 2px #dfdfde !important;
}
.change-payment {
    position: absolute;
    right: 0;
    font-weight: 500;
}

.delivery-option .btn, .payment-option .btn {
    text-transform: inherit;
    padding: 1rem 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
}
.carrier-delay, .carrier-price {
    font-size: 16px;
    text-align: left;
    color: #22161c;
}
.text-center {
    text-align: center !important;
}
.promo-name .cart-summary-line:after {
    content: none;
}
.justify-content-between {
    justify-content: space-between!important;
}
.box_empty .material-icons{
    font-size: 7rem;
    color: #c3c3c3;
}
#checkout #footer{
    padding: 1rem;
    position: relative;
}
.align-items-end{
    align-items: flex-end!important;
}
.align-items-center {
    align-items: center !important;
}
.justify-content-center {
    justify-content: center!important;
}
.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}
.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 2;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.toastify {
    padding: 12px 20px;
    color: black;
    display: flex;
    align-items: center;
    box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgb(0 0 0 / 30%);
    background: white;
    position: fixed;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 2px;
    cursor: pointer;
    text-decoration: none;
    max-width: calc(50% - 20px);
    z-index: 2147483647;
}

.toastify.on {
    opacity: 1;
}

.toast-close {
    opacity: 0.4;
    padding: 0 5px;
}

.toastify-right {
    right: 15px;
}

.toastify-left {
    left: 15px;
}

.toastify-top {
    top: -150px;
}

.toastify-bottom {
    bottom: -150px;
}

.toastify-rounded {
    border-radius: 25px;
}

.toastify-avatar {
    width: 1.5em;
    height: 1.5em;
    margin: -7px 5px;
    border-radius: 2px;
}

.toastify-center {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: fit-content;
}


@media only screen and (max-width: 700px) {
    .st-wishlist {
        width: 300px;
    }
    .toastify-right, .toastify-left {
      margin-left: auto;
      margin-right: auto;
      left: 0;
      right: 0;
      max-width: fit-content;
  }
    .theme-name-classic .js-sidebar-wishlist .product-miniature .thumbnail-container {
      height: 223px;
    }
    .theme-name-classic .product-miniature .thumbnail-container .product-thumbnail {
      height: calc(100% - 106px);
    }
    .theme-name-classic .product-miniature .product-description {
      height: 99px;
    }
}

#tmcheckoutdeliverystep .custom-checkbox span {
    position: inherit !important;
  }
  
  #tmcheckoutdeliverystep .custom-checkbox {
    display: block !important;
    text-align: left !important;
    margin-bottom: 10px;
  }
  #tmcheckoutdeliverystep #gift_c {
      margin-top: 1rem;
  }
  #tmcheckoutdeliverystep #delivery {
      margin-bottom: 2rem;
  }</pre></body></html>