.header-inner-wrapper, .navigation, .breadcrumbs, .page-header .header.panel, .header.content, .footer.content, .page-wrapper > .widget, .page-wrapper > .page-bottom, .block.category.event, .top-container, .page-main {
    max-width: 1210px;
}

body {
    /*font-family: 'Lato', sans-serif;*/
    font-family: 'Muli', sans-serif;
    font-weight: normal;
    padding-top: 0 !important;
    background: #fff;
}

button {
    background: #000;
    color: #fff;
    border-radius: 0;
    border: none;
}

button:hover {
    background: #000;
    border: none;
}

.img-gallery-mobile-dots {
    display: none;
}
.checkout-payment-method .opc-payment-additional{
    display: none;
}
#shipping .opc-payment-additional{
    display: none;
}
button.img-gallery-mobile-nav__right:focus,
button.img-gallery-mobile-nav__right:hover,
button.img-gallery-mobile-nav__right:active,
button.img-gallery-mobile-nav__left:focus,
button.img-gallery-mobile-nav__left:hover,
button.img-gallery-mobile-nav__left:active {
    border: none !important;
    background: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

.bundle-actions .action.primary, .bundle-options-container .block-bundle-summary .box-tocart .action.primary, .product-info-main .box-tocart .action.tocart, .product-options-bottom .box-tocart .action.tocart, .cart-container .checkout-methods-items .action.primary, .block-minicart .block-content > .actions > .primary .action.primary, .methods-shipping .actions-toolbar .action.primary, .block-authentication .action.action-register, .block-authentication .action.action-login, .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary, .form-address-edit .actions-toolbar .action.primary, .multicheckout .action.primary {
    font-size: 14px;
    line-height: 25px;
}

button, .cart.table-wrapper .actions-toolbar > .action, .secondary .action {
    font-family: 'Muli', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 25px;
    text-align: center;
    padding: 10px 25px;
    border: 1px solid #000;
    color: #FFFFFF;
    background: #000;
    text-decoration: none;
}

.actions-toolbar--clogin .action.remind {
    color: #fff;
}

.form-wishlist-items .actions-toolbar > .primary .action, .secondary .action:hover {
    font-family: 'Muli', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 25px;
    text-align: center;
    padding: 10px 25px;
    color: #000;
    background: #fff;
    border: 1px solid #000;
}

.primary .action:hover {
    border: 1px solid #000;
    text-decoration: none;
    color: #FFFFFF;
    background: #000;
    text-decoration: none;
}

input,
textarea,
button,
select,
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input[type="text"], input[type="password"],
input[type="url"], input[type="tel"],
input[type="search"], input[type="number"],
input[type="datetime"],
input[type="email"] {
    font-size: 15px;
    line-height: 25px;
    font-family: 'Muli', sans-serif;
    color: #5E5E5E;
    height: 46px;
    background: #fff;
}

input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="url"]::placeholder,
input[type="tel"]::placeholder,
input[type="search"]::placeholder,
input[type="number"]::placeholder,
input[type="datetime"]::placeholder,
input[type="email"]::placeholder {
    color: #B5B5B5;
}

input[type="checkbox"] {
    visibility: hidden;
    float: right;
}

input[type="checkbox"] + label:before {
    display: inline-block;
    content: "\00a0";
    border: 1px solid #000;
    font: 12px/1em sans-serif;
    width: 12px;
    height: 12px;
    margin: 0 10px 0 0;
    padding: 0;
    vertical-align: inherit;
    cursor: pointer;
}

input[type="checkbox"]:checked + label:before {
    background: #000;
    color: #fff;
    content: "\2713";
    text-align: center;
    cursor: pointer;
}

input[type="checkbox"]:checked + label:after {
    font-weight: bold;
}

input[type="checkbox"]:focus + label::before {
    outline: rgb(59, 153, 252) auto 5px;
}

._keyfocus *:focus, input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus {
    box-shadow: none;
}

.active-preview-img {
    outline: 1px solid #000;
}

.panel.wrapper .panel.header {
    padding-right: 0;
    /* display: none;*/
}

.page-header .header-inner-wrapper {
    justify-content: space-between;
    position: relative;
    font-size: 15px;
    line-height: 25px;
    padding: 10px 20px 7px 20px;
    margin: 0 auto;
}

.page-header .header-inner-wrapper:after {
    height: 1px;
    width: calc(100% - 40px);
    position: absolute;
    bottom: 0;
    content: "";
    background: #D9D9D9;
}

.authorization-link button {
    min-width: auto;
}
#checkout-step-shipping_method {
    margin-bottom: 0!important;
}

.opc-wrapper .opc-payment-additional{
    margin-left: 20px!important;
    margin-top: 30px!important;
    width: 95%;
}
.payment-option-inner .field{
    width: 100%;
    min-width: 360px;
}
.form-discount .actions-toolbar{
    display: flex;
    justify-content: flex-end;
}
.new-arrivals .new-arrivals-link-block{
    padding: 0;

}
.new-arrivals .new-arrivals-link-block .new-arrivals-link-block__header,
.new-arrivals .new-arrivals-link-block .new-arrivals-link--top{
    display: none;
    opacity: 0;
    visibility: hidden;
}
.authorization-link button:hover {
    border: 0;
}

.header-inner-top {
    background-color: #fcefef;
}

.cms-index-index .free-shipping-code {
    display: block;
}

.free-shipping-code {
    color: #000000;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    padding: 10px 0;
}
.payment-method-content .actions-toolbar .primary.checkout{
    padding: 6px 17px!important;
}
.logo img {
    display: inline-block;
    line-height: 1.4;
}

.page-header .header-inner-wrapper--product-page {
    position: relative;
}

.page-header .header-inner-wrapper--product-page:after {
    position: absolute;
    display: block;
    content: '';
    top: 100%;
    height: 1px;
    width: 100%;
    background-color: #707070;
}

.minicart-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 5px;
    position: relative;
    right: 0;
    top: 3px;
}

.minicart-wrapper .action.showcart {
    position: relative;
    padding-bottom: 6px;
}
.minicart-wrapper .action.showcart:before {
    line-height: 30px;
}

.minicart-wrapper .action.showcart .counter.qty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    padding: 0 23px;
    border: 1px solid #A0A0A0;
    font-size: 13px;
    line-height: 20px;
    transition: all .3s;
    border-radius: 0;
    text-align: left;
    font-family: 'Muli', sans-serif;
    height: 46px;
    align-items: center;
    margin: 0;
    min-width: 115px;
}

.minicart-wrapper .action.showcart .counter.qty .counter-label-count {
    padding-right: 5px;
    position: relative;
    font-size: 13px;
    line-height: 27px;
    color: #000000;
    height: auto;
    font-family: 'Muli', sans-serif;
}

.minicart-wrapper .action.showcart .counter.qty .counter-label-count span {
    color: #000000;
}

.minicart-wrapper .action.showcart .counter.qty .minicart-icon-wrapper span.icon-cart-label,
.minicart-wrapper .action.showcart .counter.qty .counter-number {
    display: none;
}

.minicart-wrapper .action.showcart .counter.qty.empty .minicart-icon-wrapper span.icon-cart-label,
.minicart-wrapper .action.showcart .counter.qty.empty .counter-number {
    display: inherit;
}

.minicart-wrapper .action.showcart .counter.qty.empty {
    display: block;
    font-size: 10px;
    line-height: 13px;
    top: 0;
    right: 0;
    margin: 0;
    background-color: transparent;
    border: 0;
    padding: 0;
}

.minicart-wrapper .action.showcart .counter.qty.empty .icon-cart {
    top: -7px;
    position: relative;
}

.minicart-wrapper .action.showcart .counter.qty.empty .counter-number {
    color: #fff;
    position: absolute;
    right: 5px;
    top: 17px;
    z-index: 1;
}

.minicart-wrapper .action.showcart:hover .counter.qty {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}

.minicart-wrapper .action.showcart:hover .counter.qty .counter-label-count, .minicart-wrapper .action.showcart:hover .counter.qty .counter-label-count span {
    color: #fff;
}

.minicart-wrapper .action.showcart:hover .counter.qty.empty {
    background: transparent;
    border: 0;
}

.minicart-wrapper .counter.qty .icon-cart,
.minicart-wrapper .counter.qty.empty .icon-cart,
.minicart-wrapper .action.showcart:hover .counter.qty.empty .icon-cart,
.minicart-wrapper .counter.qty.empty:hover .minicart-icon-wrapper .icon-cart {
    background: url("../images/cart-icon.svg") no-repeat center right;
    display: inline-block;
    width: 16px;
    height: 20px;
}

.minicart-wrapper .action.showcart:hover .counter.qty .icon-cart {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAxNiAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cmVjdCB4PSIwLjciIHk9Ii0wLjciIHdpZHRoPSI5LjI2NjY3IiBoZWlnaHQ9IjEwLjE1NTYiIHJ4PSIzLjMiIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDIuNjY2NzIgMTAuMTU1NykiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS40Ii8+PHJlY3QgeT0iNC40NDQzNCIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE1LjExMTEiIGZpbGw9IndoaXRlIi8+PC9zdmc+");
}

.cart-container .item-remove.wrapper-remove .actions-toolbar .action-delete {
    padding: 0 !important;
    height: auto !important;
    background: transparent !important;
    border: 0 !important;
    margin-top: 12px;
    margin-right: 20px;
    position: relative;
    bottom: 0;
    min-width: 20px;
}

.page-header .header.panel {
    margin-left: 0;
    margin-right: 11px;
    padding: 0;
}

.header.panel > .header.links > li:first-of-type {
    margin: 0 33px;
}

.header.panel > .header.links > li {
    font-size: 15px;
    line-height: 25px;
}

.header.links {
    list-style: none;
    padding: 0;
    margin: 9px 40px 0 40px;
}

.header.links .authorization-link {
    width: 65px;
}

.header.links .customer-menu .authorization-link {
    width: 100%;
}

.tooltip.wrapper.product-item-tooltip {
    display: none;
}

.page-header .panel.wrapper {
    padding-bottom: 0;
}

.customer-welcome .action {
    background: #fff;
    padding: 0;
    color: #000;
    min-width: auto;
    font-size: 15px;
    line-height: 25px;
}
.customer-welcome .action.back,
.customer-welcome .action.remind,
.customer-welcome .action.switch {
    border: none !important;
}
.customer-menu {
    display: none;
}

.customer-menu:after {
    right: 25px;
    top: -14px;
}

.customer-menu:after {
    border: 7px solid;
    border-color: transparent transparent #000 transparent;
    z-index: 98;
}

.customer-menu:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}

.customer-welcome.active .header.links {
    display: flex;
    flex-direction: column;
    margin: 0;
}

.customer-welcome.active .header.links .link.wishlist {
    order: 3;
}

.customer-welcome.active .header.links .link.wishlist .counter.qty:before {
    content: "(";
}

.customer-welcome.active .header.links .link.wishlist .counter.qty:after {
    content: ")";
}

.customer-welcome.active .header.links .authorization-link {
    order: 4;
    font-family: Muli;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #D9D9D9;
    cursor: pointer;
}

.customer-welcome.active .header.links .authorization-link:hover:before {
    content: "";
    background-color: #000;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 34px;
    width: 60px;
}

.customer-welcome.active .customer-menu {
    display: block;
    position: absolute;
    background: #fff;
    border: 1px solid #000;
    padding: 18px 15px;
    z-index: 9999;
    width: 205px;
    right: 0px;
    top: 30px;
}

.customer-welcome.active .customer-menu a:hover {
    text-decoration: none;
}

.login-container *,
.register-container *,
.register-container input,
.register-container legend {
    font-family: 'Muli', sans-serif;
}

.login-container .fieldset > .field > .control {
    width: 100%;
}

.popup-login-btn {
    float: none !important;
}

.custom-new-customer-block .block-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.login-container .custom-new-customer-block .actions-toolbar {
    margin-top: 0;
}

.login-container .custom-new-customer-block .actions-toolbar .action.primary {
    background-color: transparent;
    color: #000;
    padding: 0 10px 0 10px;
    border: none;
}

.custom-customer-block,
.custom-new-customer-block,
.login-switch-panel {
    float: none !important;
    width: 100%;
    max-width: 450px;
    margin: auto;
}

.login-switch-panel {
    margin-top: 30px;
}

.login-switch-panel span {
    font-family: 'Muli', sans-serif;
}

.login-switch-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.customer-account-login .block-customer-login {
    margin-top: 35px;
}
.login-switch-btn,
.register-switch-btn {
    flex: 0 1 50%;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 0;
    cursor: pointer;
    padding: 10px 0;
    text-align: center;
}

.login-switch-btn-active {
    background: #000;
    color: #fff;
    cursor: default;
}

.fieldset > .field {
    margin-bottom: 32px;
}

.fieldset > .field.password {
    margin-bottom: 40px;
}

.register-container {
    display: none;
    max-width: 100%;
}

.register-container form {
    margin: auto;
    max-width: 450px;
}

.form.password.reset, .form.send.confirmation, .form.password.forget, .form.create.account {
    max-width: 450px;
    min-width: auto;
}

.register-container form legend {
    margin-left: auto !important;
    width: 100%;
    text-align: center;
}

.register-container form .control {
    width: 100% !important;
}

.register-container input {
    border: none;
    border-bottom: 1px solid #000;
}

.fieldset > .field.choice:before, .fieldset > .field.no-label:before {
    display: none;
}

.register-container .actions-toolbar {
    margin: auto !important;
}

.register-container .actions-toolbar .primary {
    display: block;
    width: 100%;
    float: none !important;
}

.register-container .action.submit.primary,
.form-create-account .action.submit.primary {
    display: block;
    float: none;
    width: 80%;
    margin: auto;
    padding: 10px 0 10px 0;
    background-color: #000;
    color: #fff;
    text-align: center;
    border: none;
    border-radius: 0;
    border: 1px solid #000000;
}

.register-container .actions-toolbar .secondary,
.form-create-account .secondary .action.back {
    display: none;
}

.form-create-account .actions-toolbar {
    margin-left: auto !important;
}

.form-create-account .actions-toolbar .primary {
    display: block;
    float: none;
}

/*Home more new*/
.more-new-font-class {
    font-family: 'Ovo', sans-serif;
}

/*Home Slidef*/
.magestore-bannerslide-flex-slider {
    margin-bottom: 15px !important;
}

/*Index page categories link*/
.new-arrivals .preview-item-descr {
    font-family: 'Ovo', serif;
    text-align: center;
    text-transform: uppercase;
    padding-top: 15px;
    font-weight: normal;
    font-size: 23px;
    line-height: 1;
}

.new-arrivals .preview-item {
    color: #000000;
}

.new-arrivals .preview-item-text a {
    text-transform: uppercase;
    font-family: 'Muli', sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #5E5E5E;
    text-decoration: none;
    position: relative;
}

.new-arrivals-link-block {
    text-align: center;
    padding: 0 0 22px 0;
}

.new-arrivals-link-block__header {
    color: #000;
    margin-top: 25px;
    margin-bottom: 4px;
    font-family: 'Ovo', serif;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 27px;
    font-stretch: normal;
    text-transform: uppercase;
}

.new-arrivals-link--top {
    font-family: 'Muli', sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #5E5E5E;
    text-decoration: none;
    position: relative;
}

.new-arrivals-link--top:hover:before {
    content: "";
    width: 100%;
    height: 0.065em;
    background: #5E5E5E;
    position: absolute;
    bottom: -3px;
}

.new-arrivals-link--top.activated:before {
    content: "";
    width: 100%;
    height: 0.065em;
    background: #5E5E5E;
    position: absolute;
    bottom: -3px;
}

.new-arrivals-link--top:hover {
    text-decoration: none;
}

.new-arrivals-link--bottom {
    display: block;
    margin: auto;
    max-width: 253px;
    padding-top: 13px;
    padding-bottom: 13px;
    border: 1px solid #000;
    font-family: 'Esteban', serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 27px;
    transition: all .3s;
}

.new-arrivals-link--bottom:hover {
    text-decoration: none;
    background: #000;
    color: #fff;
    transition: all .3s;
}

.featured .index-product-list__header {
    text-align: center;
    font-weight: normal;
    font-size: 17px;
    line-height: 27px;
    text-transform: uppercase;
    font-family: 'Ovo', serif;
    font-weight: 300 !important;
    margin-top: 34px;
    padding-bottom: 6px;
}

.featured .preview-item .preview-item-descr, .product-item .product-item-details {
    display: block;
    margin: 0;
}

.featured .preview-item .preview-item-descr, .product-item .product-item-details,
.product-item .product-item-details, .product-item-name, .product.name a {
    font-size: 15px;
    line-height: 19px;
}

/*Search modal*/
.block-search-toggle-text {
    font-size: 15px;
    font-weight: normal;
    line-height: 25px;
    order: -1;
}

.panel.wrapper .block-search {
    display: none;
}

.panel.wrapper .block-search-toggle-icon {
    transition: all .3s;
    cursor: pointer;
}

.panel.wrapper .block-search-toggle-icon img {
    width: 50px;
    height: 21px;
    padding-top: 3px;
    padding-left: 6px;
}

.block-search-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-self: center;
    padding-top: 1px;
    cursor: pointer;
}

.block-search-toggle:hover .block-search-toggle-icon {
    transform: scale(1.2);
}

.search-modal-popup.modal-popup .modal-inner-wrap {
    margin-top: 0;
    width: 100%;
    overflow: visible;
}

.search-modal-popup.modal-popup .block-search {
    width: 60%;
    float: left;
}

.search-modal-popup.modal-popup .block-search input {
    border: none;
    border-bottom: 1px solid #707070;
    background: #fff;
    color: #000000;
    font-family: 'Muli', sans-serif;
    font-size: 42px;
    height: auto;
    padding-bottom: 13px;
}

.search-modal-popup.modal-popup .block-search input:focus {
    outline: none;
    box-shadow: none;
}

.search-modal-popup.modal-popup .action-close {
    width: 50px;
    height: 50px;
    padding: 0px;
    min-width: 50px;
    border: 0 !important;
    right: 30px;
    top: 15px;
}

.search-modal-popup.modal-popup .action-close:hover {
    border: 0;
}

.search-modal-popup.modal-popup .action-close:before {
    content: '';
    background: url("../images/popup-search-close-icon.svg") no-repeat center center;
    background-size: 50%;
    width: inherit;
    height: inherit;
}

#goTopSpan {
    display: inline-block;
}

.to-top-icon {
    content: '';
    background: url("../images/up-arrow.svg") no-repeat center center;
    background-size: 50%;
    width: 60px;
    height: 60px;
}

/*.mfp-container {*/
/*text-align: center;*/
/*position: absolute;*/
/*left: 30%;*/
/*top: 0px;*/
/*padding: 50px 114px 0 114px;*/
/*box-sizing: border-box;*/
/*background: #fff;*/
/*height: 100%;*/
/*width: 600px;*/
/*}*/

.mfp-container {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 60px;
    padding: 10px 114px 0 114px;
    box-sizing: border-box;
    background: #fff;
    height: auto;
    width: 600px;
    margin-left: -300px;
}

.mfp-close {
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: -105px;
    top: -30px;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF !important;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.action-close:hover {
    border: 0;
}

.search-modal-popup.modal-popup .block-search .action.search:before {
    content: '';
}

.fieldset > .field:not(.choice) > .control {
    width: 100%;
    position: relative;
}

/*Customer care page*/
.customer-info-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Muli', sans-serif;
}

.customer-care-menu {
    margin-top: 150px;
    flex: 0 1 280px;
    z-index: 1;
}

.customer-topics-container {
    flex: 0 1 50%;
    margin-right: auto;
    margin-left: auto;
}

.customer-care-menu__header {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 35px;
}

.care-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.care-menu-list-item {
    margin-bottom: 0;
}

.care-menu-list-item a {
    font-size: 19px;
    color: #000;
    line-height: 35px;
}

/*.care-menu-list-item a:hover {*/
/*font-weight: bold;*/
/*}*/
.temp-header {
    width: 100%;
    top: 0;
    left: 0;
    margin-top: 0;
    padding-bottom: 15px;
    font-weight: normal;
    font-size: 24px;
    text-align: center;
    z-index: 0;
}

.topic-header {
    display: block;
    font-weight: bold;
    margin-bottom: 15px;
}

.topic-header:hover {
    text-decoration: none;
}

.topic-wrapper {
    padding-top: 20px;
    max-width: 800px;
    margin: 0 auto;
}

.topic-wrapper p {
    margin-bottom: 35px;
}

.contact-block-wrapper {
    text-align: center;
    padding: 15px 0;
}

.form.contact .legend {
    text-align: left;
}

.contact-block-schedule-wrapper {
    margin-bottom: 15px;
}

.contact-block__slogan {
    font-weight: bold;
}

.contact-block__breif {
    margin-bottom: 10px;
}

.contact-block__mail {
    margin-top: 10px;
}

/*Product gallery-wrapper*/
.img-gallery-mobile-nav {
    display: none;
}

.custom-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-info-main {
    float: none;
}
.product-info-main:after {
    content: '';
    display: table;
    clear: both;
}
.product-img-gallery {
    width: 68%;
}
.product-img-gallery .gallery-wrapper {
    display: none;
}
.product-img-gallery .gallery-grid {
    display: grid;
    grid-template-columns: 2fr 2fr;
    gap: 5px;
}
.product-img-gallery .gallery-grid-item {
    cursor: zoom-in;
}
.product-img-gallery .gallery-grid-item img {
    display: block;
}
.img-gallery-preview-scroll-wrapper {
    position: relative;
    flex: 0 0 13.6%;
    margin-right: 20px;
    align-self: stretch;
    padding-left: 2px;
}

.img-gallery-full {
    flex: 0 1 100%;
}

.img-gallery-full img {
    width: 100%;
}

.product-info-block,
.img-gallery-preview {
    transition: all .2s;
}

.img-gallery-preview-wrapper img {
    cursor: pointer;
    transition: all .3s;
}

/*.img-gallery-preview-wrapper img.active {*/
/*outline: 1px solid #000;*/
/*}*/
.img-gallery-preview-wrapper img:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.product-info-block-scroll-wrapper {
    position: relative;
    width: 30%;
    margin-left: auto;
}
.product-info-block-scroll-wrapper > .product-info-block {
    position: sticky;
    top: 65px;
}

.product-info-block-scroll-wrapper .product-info-main.product-info-main-custom .product-name {
    margin: 0 0 0 36px;
    display: block;
}

.product-info-block-scroll-wrapper .product-info-main.product-info-main-custom .product-name,
.product-info-block .product-price {
    /*border-bottom: 1px solid #D9D9D9;*/
    font-family: 'Ovo', serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
}

.product-info-main .price-box {
    margin-top: 0;
}

.catalog-product-view .product-options-bottom .box-tocart {
    display: block;
}
.catalog-product-view .product-options-bottom .box-tocart .actions {
    display: block;
}
.catalog-product-view .product-options-bottom .box-tocart .actions  .tocart {
    width: 100%;
}

.product-info-main .price-box.price-final_price {
    padding-left: 36px;
    font-family: 'Ovo', serif;
    float: none;
    margin: 8px 0 0;
    display: block;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 15px;
}
.size-block__empty{
    display: none;
    opacity: 0;
    visibility: hidden;
}
.product-info-main.product-info-main-custom {
    padding-bottom: 13px;
    margin-bottom: 18px;
}

.product-info-main .price-box .price-wrapper .price, .product-options-bottom .price-box .price-wrapper .price {
    font-size: 24px;
    font-weight: normal !important;
}

.product-info-main .special-price, .product-options-bottom .special-price {
    display: block;
    margin: 0;
}

.product-info-block-scroll-wrapper .product-info-main.product-info-main-custom .product-price {
    display: flex;
    flex-direction: column;
}

.product-info-block .product-price .price-label {
    display: none !important;
}

.product-info-block .product-price .special-price {
    color: #D94B39;
}

.product-info-block .old-price span {
    color: #ACACAC;
    font-size: 20px;
}

.product-custom-description {
    color: #5E5E5E;
    line-height: 25px;
    font-family: 'Muli', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
}

.product-info-main-custom {
    width: 100% !important;
}

.product-info-main-custom,
.product-info-main-custom .action.primary {
    font-family: 'Muli', sans-serif;
}

.product-info-main-custom .action.primary {
    background-color: #000;
    font-weight: bold;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    border: 1px solid #000;
    border-radius: 0;
}

.product-info-main-custom .box-tocart,
.product-info-main-custom .box-tocart .actions,
.product-info-main-custom .box-tocart .actions .tocart {
    display: block;
    width: 100%;
    margin: 15px 0;
}

.product-addtocart-form-flex-directions {
    display: block;
}

.product-info-block .product-attribute-block-header {
    font-size: 16px;
    color: #000;
    position: relative;
    font-family: 'Muli', sans-serif;
}

.product-info-block .product-attribute-block-header:after {
    position: absolute;
    display: block;
    content: '';
    bottom: -2px;
    height: 1px;
    width: 100%;
    background-color: #e0e0e0;
}

.box-tocart {
    margin-top: 15px;
}

.box-tocart-comment__details-link {
    text-decoration: underline;
}

/*Product gallery scroll styles*/
.img-gallery-preview--fixed {
    position: fixed;
    top: 15px;
}

.img-gallery-preview--fixed-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
}

/*Catalog category container*/
/*Toolbar*/
.toolbar-category-product {
    margin-bottom: 0px;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.toolbar-amount {
    display: block;
    margin-right: auto;
    padding: 15px 0px 0px 0px;
    font-family: 'Muli', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 26px;
}

#sorter-label .sorter-trigger {
    margin-top: -4px !important;
    margin-left: 15px;
}

.sort-toggle-block {
    width: 174px !important;
    text-align: left !important;
    padding-left: 25px !important;
}

.sorter-list.active {
    font-weight: bold;
}

.viewmode-toggle-block {
    right: 60px !important;
}

.modes {
    float: right;
    margin: 0px;
}

.modes .modes-label {
    display: inline;
    position: relative;
    cursor: pointer;
    font-family: 'Muli', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #000;
    margin-top: 0px !important;
}

.drop-toggle-block {
    background-color: #FFFFFF;
    border: 1px solid #000000;
    font-family: 'Muli', sans-serif;
    font-size: 12px;
    line-height: 27px;
    color: #5E5E5E;
    list-style: none;
    margin: 0;
    padding: 16px 16px 7px 16px;
    overflow: hidden;
    display: none;
    position: absolute;
    z-index: 999;
    width: 100px;
    top: 40px;
    right: -20px;
}

.modes.active .drop-toggle-block {
    display: block;
}

.modes-mode:last-child {
    border-right: 0;
}

.modes-mode {
    border: 0;
    padding: 0;
    text-align: left;
    width: 100%;
}

.modes-mode > span {
    position: relative;
}

.modes-mode.active strong, .modes-mode:not(.active):hover {
    font-weight: bold;
    color: #000;
    background: transparent;
}

.modes-mode > a:hover {
    text-decoration: none;
    font-weight: normal;
}

.modes-mode::before {
    content: "";
}

.drop-toggle-icon {
    background: url("../images/drop-down-icon.svg") no-repeat center center;
    width: 10px;
    height: 6px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.page-layout-2columns-left .column.main {
    /*width: 100%;
    float: none;*/
}

.about-us-common__header, .about-us-contacts__header, .about-us-history__header {
    margin-top: 0;
}

.about-us-common-info, .about-us-contacts-info {
    padding-left: 60px;
    text-align: left;
}

.about-us-history-section {
    margin-top: 50px;
}

.about-us-history-info {
    padding-right: 60px;
    text-align: left;
}

.catalogsearch-result-index.page-layout-2columns-left .column.main {
    width: 100%;
}

.custom-category-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*margin-top: 20px;*/
}

.category-menus-container {
    font-family: 'Muli', sans-serif;
}

.products-list-wrapper img {
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.product-img {
    position: relative;
}

.product-info-main .towishlist {
    left: 0;
    background: transparent !important;
    border: 0 !important;
    color: #555555;
}

.action.towishlist, .block-bundle-summary .action.towishlist {
    background-image: none;
    background: transparent !important;
    border: 0 !important;
    cursor: pointer;
    margin: 0;
    padding: 0 !important;
    font-size: 0;
}
.product-info-block-scroll-wrapper .product-info-main.product-info-main-custom .action.towishlist {
    position: absolute;
    top: 5px;
    left: 0;
}
.product-items .wrapper-action {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 19px;
    height: 17px;
    z-index: 2;
}

.product-info-main .action.towishlist span {
    font-size: 0;
}

.product-items .action.towishlist::before {
    color: #000 !important;
}

.action.towishlist::before {
    content: '' !important;
    background: url("../images/wishlist-icon.svg") no-repeat center center;
    width: 20px;
    height: 20px;
    display: block;
}

.action.towishlist:hover::before,
.action.towishlist.addtowishlist::before{
    background: url("../images/heart-icon-active.svg") no-repeat center center;
}

.action.towishlist.in-wishlist:hover::before {
    background: url("../images/wishlist-icon.svg") no-repeat center center;
}

.product-items .product-img .action.towishlist::before {
    content: '' !important;
    background: none;
}

.product-items .product-img:hover .action.towishlist::before {
    content: '' !important;
    background: url("../images/wishlist-icon.svg") no-repeat center center;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}

.product-items .product-img:hover .action.towishlist:hover::before,
.product-items .product-img:hover .action.towishlist.addtowishlist::before{
    background: url("../images/heart-icon.svg") no-repeat center center !important;
}

.social-login-wishlist::before {
    content: '' !important;
    background: url("../images/wishlist-icon.svg") no-repeat center center;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 5px;
    left: -10px;
}

.login-title.social-login-wishlist {
    margin-left: 15px;
}

.action.towishlist.in-wishlist::before {
    content: '';
    background: url("../images/heart-icon-active.svg") no-repeat center center;
    width: 20px;
    height: 20px;
    display: block;
}

.product-items .product-img:hover .action.towishlist::before {
    /*content: '\e600';*/
}

.products-list-wrapper .product-item-inner {
    display: none;
}

.product-item .price-box {
    margin: 0 10px;
}

.product-item .price-box .price-label {
    display: none;
}

.products-list-wrapper .product-item-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 0;
}

.cart.table-wrapper .product-item-name {
    margin: 12px 0 0 0;
    display: inline-block;
    font-weight: 400;
}

.products-list-wrapper .products {
    margin-top: 0;
}

.page-products .product-item-info {
    width: 100%;
    margin-bottom: 20px;
}

.product-image-container {
    display: block;
    width: 100%;
}

/*.product-image-photo {
    width: 100%;
}*/
.category-menu-list {
    list-style: none;
    font-size: 16px;
    padding-left: 0;
    margin-bottom: 0;
    font-weight: 400;
}

.category-menu-list a {
    color: #4c4c4b;
}

.category-menu-header {
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
    text-transform: none;
}

.page-products .products-grid .product-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

/*4 products*/
.products-list-wrapper {
    width: 100%;
}

.products-list .product-item-photo {
    display: table-cell;
    padding: 0;
    vertical-align: top;
    width: 100%;
}

.products-list-wrapper .products-list .product-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.products-list .product-item {
    display: flex;
    flex: 0 1 25%;
    padding: 0 12px;
}

.category-menu-box {
    margin-bottom: 13px;
}

.category-menu-list-item {
    margin-bottom: 4px;
}

.category-menu-list-item a {
    color: #4c4c4b;
}

.category-menu-list-item a:hover {
    color: #000;
}

.page-products .products-grid .product-item {
    width: auto;
    flex: 0 1 33.3333%;
    margin: 0 !important;
    padding: 0 5px !important;
}

.product-image-photo--custom {
    position: static;
}

/*Product card*/
.product-preview-custom-container {
    margin: 13px 0;
    display: flex;
}
.product-preview-custom-container:after {
    content: '';
    display: table;
    clear: both;
}

/*Product page info block*/
.product.data.items > .item.content {
    border: none;
    padding-left: 0;
}

.product.data.items > .item.title > .switch {
    border: none;
    font-weight: bold;
    background: transparent;
    color: #000;
}

.product.data.items > .item.title > .switch {
    padding-left: 0;
}

.product.data.items {
    padding-top: 10px;
    border-top: 1px solid #707070;
}

.box-tocart-comment {
    text-align: left;
    cursor: pointer;
}

.product-options-bottom .box-tocart-comment:before {
    background: url("../images/free-shipping.svg") no-repeat left center;
    width: 18px;
    height: 17px;
    content: "";
    display: inline-block;
    padding-right: 10px;
    top: 3px;
    position: relative;
}

.product-info-main .box-tocart .actions, .product-options-bottom .box-tocart .actions {
    padding-top: 0;
}

.product-info-main .product-name-wrapper {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 20px;
}

.product-name {
    margin-top: 0;
    font-family: 'Ovo', serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 39px;
    display: inline;
}

.product-info-block .product-price .price-label {
    display: none !important;
}

/*.product-info-block.shipping-active {*/
/*    position: fixed!important;*/
/*    z-index: 999!important;*/
/*}*/

/*Product page upsell block*/
.block.upsell {
    padding-top: 25px;
    padding-right: 0;
}

.products-upsell {
    margin: 0;
}

.block.upsell .products.list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
}

.block.upsell .product-item-info {
    width: 100%;
}

.block.upsell .title strong {
    text-align: center;
    font-family: 'Ovo', serif;
    font-style: normal;
    font-weight: normal;
    font-size: 17px !important;
    line-height: 27px;
    display: block;
    text-transform: uppercase;
}

.block.upsell .product-item-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.column.main .products-list .product-items {
    margin-left: -20px;
    margin-right: -20px;
}

.block.upsell .products.list .product-item {
    padding: 0 20px;
    width: auto;
    margin: 0;
    flex: 0 1 calc(100% / 4);
}

.upsell .products.list .product-item:last-of-type {
    margin-right: 0;
}

.block.upsell .products-grid .product-item {
    flex: 0 1 calc(100% / 4);
}

/*Megamenu*/
.custom-megamenu {
    font-family: 'Muli', sans-serif;
}

.custom-megamenu .navigation > .level0 > a {
    font-size: 20px;
}

.custom-menu .navigation {
    position: static;
}

.custom-menu .navigation ul {
    position: static;
}

.navigation ul {
    position: static;
}

.custom-menu .submenu {
    top: 100% !important;
}

.custom-menu .dropdown-menu {
    padding-left: 12% !important;
    padding-right: 12% !important;
    padding-top: 2%;
}

.custom-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ves-megamenu {
    background-color: #fff;
}

.ves-megamenu li.level0 > a {
    position: static;
    font-family: 'Muli', sans-serif;
    text-transform: none;
    font-weight: 400;
    line-height: 25px;
    font-size: 15px;
    color: #000;
    position: relative;
}

.ves-megamenu .nav-item > a {
    padding: 0;
}

.ves-megamenu li.active > a {
    color: #000 !important;
    background: transparent;
}

.ves-megamenu li.level0:hover > a {
    background: transparent;
    color: #000;
}

.ves-megamenu li.active .nav-anchor.subitems-group:before {

}

.page-header .navigation .level0 {
    margin-right: 0;
    /*padding-bottom: 23px;*/
    padding-right: 13%;
    height: 47px;
    display: flex;
    align-items: center;
}

.navigation .level0 .submenu,
.ves-menu .navigation .level0 > .submenu {
    border: none;
    box-shadow: none;
}

.ves-megamenu .dropdown-menu .megamenu-header {
    border-bottom: 0;
}

.ves-megamenu .dropdown-menu .subgroup.level1 > a,
.navigation .level0 .submenu a {
    text-transform: none;
    padding-left: 0;
    font-family: 'Ovo', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
}

.ves-megamenu .dropdown-menu .submenu-header-link > a {
    color: #000000!important;
    text-transform: none;
    padding-left: 0;
    font-family: 'Ovo', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
}


.ves-megamenu .dropdown-menu .subgroup.level1 > a {
    font-family: 'Ovo', serif;
    color: #000000;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 37px;
}

.ves-megamenu .dropdown-menu .subgroup.level1 .nav-item.level2 > a {
    /*color: #4c4c4b;*/
    color: #646464;
}

.navigation .dropdown-submenu .subitems-group {
    text-decoration: none;
}

.megamenu-sidebar.right-sidebar p > a {
    text-align: center;
}

.navigation .dropdown-submenu .subitems-group span {
    /*text-transform: uppercase;*/
}

.navigation .level0 .submenu a:hover,
.navigation .level0 .submenu a.ui-state-focus {
    background: transparent;
    text-decoration: underline;
}

.navigation .level0 .submenu a {
    padding: 3px 20px 3px 0;
}

.back-in-stock-custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
}

.ves-megamenu .dropdown-menu .subgroup.level1 > .submenu > .content-wrap > .megamenu-content {
    margin: 0 0;
}

.navigation .level0 .submenu, .ves-menu .navigation .level0 > .submenu {
    top: 81% !important;
    padding: 12px 20px 20px !important;
}

.navigation .level0 .submenu .active > a {
    border: none;
}

.header-inner-wrapper .navigation .ves-megamenu .level0 .submenu .submenu, .ves-megamenu .subgroup > .submenu {
    padding-top: 0 !important;
    padding-left: 0 !important;
}

.shop-back-in-stock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
}

.shop-back-in-stock a span {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.dropdown-menu > .content-wrap {
    border-top: 1px solid #d8dadb;
    padding-top: 20px;
    padding-left: 9%;
    padding-right: 10%;
}

.navigation .level0.mobile-link {
    display: none;
}

.submenu-header-link > a.nav-anchor {
    text-decoration: underline;
    font-weight: 400;
}

.ves-megamenu .level0 > a > span {
    font-weight: 400;
}

.ves-megamenu .level0 > a > span:first-of-type {
    position: relative;
}

.submenu .megamenu-sidebar.right-sidebar a {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase !important;
    text-decoration: underline;
    color: #000;
}

.ves-megamenu .level0 > a:hover, .header.links a:hover, .header.links a:active {
    text-decoration: none !important;
}

.ves-megamenu .level0 > a:hover:before {
    content: "";
    background-color: #000;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.header.links li:hover:before {
    content: "";
    background-color: #000;
    height: 1px;
    width: 80%;
    position: absolute;
    top: 27px;
}

.submenu-header-link.sublevel-main-menu .subitems-group span {
    font-family: 'Ovo', serif;
    color: #000;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 37px;
}

.submenu-header-link.sublevel-main-menu .dropdown-submenu a {
    color: #6d6d6d !important;
    margin-bottom: 5px;
}

.submenu-header-link.sublevel-main-menu .dropdown-mega {
    padding-left: 0px !important;
}

.clothing-view-all span {
    color: #000;
}

.shop-new-container {
    text-align: center;
}

.shop-new-menu-link {
    display: inline-block !important;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase !important;
    text-decoration: none !important;
    color: #000;
    border-bottom: 1px solid #000;
    width: 100px;
    height: 23px;
}

/*.ves-megamenu .level0 > a > span:first-of-type:after {
    position: absolute;
    content: '';
    display: block;
    top: 100%;
    left: 50%;
    transform: translate(-50%);
    height: 1px;
    width: 0%;
    background: #000;
    opacity: 0;
    transition: all .3s ease-in-out;
}
.ves-megamenu .level0 a:hover  span:first-of-type:after {
    width: 100%;
    opacity: 1;
    transition: all .3s;
}*/

/*Breadcrumbs*/
.breadcrumbs {
    text-align: center;
    font-size: 12px;
    font-family: 'Muli', sans-serif;
    color: #000000;
    font-weight: normal;
    padding: 0;
    margin-bottom: 10px;
}

.breadcrumbs a {
    font-size: 12px;
    font-weight: 600;
}

.breadcrumbs .item:not(:last-child)::after {
    content: "|" !important;
    color: #5E5E5E;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    padding: 0 3px;
}

.breadcrumbs strong,
.breadcrumbs li {
    color: #5E5E5E;
    font-size: 12px;
}

/*Flexslider*/
.flexslider {
    position: relative;
}

.flexslider ul {
    padding-left: 0;
}

.flex-direction-nav {
    display: none;
}

.flex-control-nav.flex-control-paging {
    list-style: none;
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    margin-bottom: 45px;
    margin-right: 54px;
}

.flex-control-nav.flex-control-paging li a {
    display: block;
    color: transparent;
    font-size: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #FFFFFF;
    opacity: 0.7;
    margin-right: 16px;
    cursor: pointer;
}

.flex-control-nav.flex-control-paging li a.flex-active {
    background-color: #000;
}

/*Index page custom blocks*/
.index-product-list__comment {
    text-align: center;
}

.about-us-nav-link {
    padding-right: 0;
}

.order-details-items {
    padding-bottom: 30px;
}

.table-wrapper.order-items table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
    padding: 8px 10px;
}

.mfp-close {
    content: '' !important;
    min-width: 30px;
}

.mfp-close::before {
    content: "";
    display: inline-block;
    position: relative;
    width: 15px;
    height: 19px;
    margin-right: 15px;
    background: url("../images/popup-search-close-icon.svg") no-repeat center center;
    top: 2px;
    background-size: 16px 16px;
}

/*Shipping Order details popup*/
.shipping-order-details {
    position: fixed;
    left: auto;
    top: 69px !important;
    right: 0;
    font-family: 'Muli', sans-serif;
    z-index: 9999;
    max-width: 400px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: all .2s ease-in-out;
}

.shipping-order-details.active-win {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.shipping-order-details .inner-shipping-order-details {
    background-color: #fff;
    color: #000;
    padding: 19px 32px 88px;
    position: relative;
    z-index: 601;
}

.shipping-order-details p {
    font-size: 14px;
}

.shipping-order-details p:first-of-type {
    margin: 0;
}

.shipping-order-details p:not(:first-of-type) {
    margin: 25px 0 0;
}

.order-details-close-btn {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.details-slogan {
    font-size: 30px;
    font-weight: bold;
    font-family: 'Muli', sans-serif;
    margin: 0 0 17px;
    text-align: center;
}

/*Size swatches styles*/
.product-options-wrapper .field.configurable {
    margin: 15px 0 10px 0;
}

.product-options-wrapper label span {
    font-size: 15px;
    line-height: 25px;
    font-weight: normal;
}

.swatch-option.text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 35px;
    height: 35px;
    color: #000;
    font-weight: 400;
}

.swatch-attribute.size .swatch-option, .swatch-attribute.manufacturer .swatch-option {
    background: #f7f7f7;
    color: #494949;
    border: 1px solid #f7f7f7;
}

.swatch-option:not(.disabled):hover {
    outline: 1px solid #000;
    border: 1px solid #f7f7f7;
    color: #000;
}

.swatch-option.selected {
    outline: 1px solid #000;
}

.swatch-attribute-label:after {
    content: ":";
    color: #000;
}

.super-attribute-select {
    display: none;
}

.size-selector-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.size-selector-container input[type="radio"] {
    display: none;
}

.size-selector-container input[type="radio"]:checked ~ label {
    background: #f8f3f4;
    border-color: #333;
}

.size-selector-container label {
    display: block;
    min-width: 44px;
    box-sizing: border-box;
    text-align: center;
    align-items: center;
    padding: 12px 14px;
    background: #fff;
    border: 2px solid #d9d9d9;
    font-weight: 600;
    font-family: 'Muli', sans-serif;
    font-size: 13px;
    line-height: 16px;
    color: #494949;
    margin-right: 12px;
    margin-bottom: 5px;
    cursor: pointer;
}

.size-selector-container label:hover {
    background: #f8f3f4;
}

.modal-popup .modal-header {
    padding-bottom: 1.2rem;
    padding-top: 1.2rem;
}

.qty-error-msg-popup.modal-popup .action-close {
    width: 50px;
    height: 50px;
    padding: 0px;
    min-width: 50px;
    border: 0 !important;
    right: 25px;
    top: 12px;
}

.qty-error-msg-popup.modal-popup .action-close:hover {
    border: 0;
}

.qty-error-msg-popup.modal-popup .action-close:before {
    content: '';
    background: url("../images/popup-search-close-icon.svg") no-repeat center center;
    background-size: 50%;
    width: inherit;
    height: inherit;
}

.qty-error-msg-popup.modal-popup .modal-content {
    font-size: 18px;
}

.size-uncheck-error-msg {
    flex: 0 1 100%;
}

.box-tocart-comment,
.product.attribute.overview {
    color: #5E5E5E;
    font-size: 15px;
    line-height: 25px;
}

/*Mini cart styles*/
.minicart-wrapper .block-minicart {
    width: 346px;
    border: none;
    font-family: 'Muli', sans-serif;
    border: 1px solid #000;
    padding: 25px 0px 14px 13px;
    height: auto;
    margin-top: 0;
}

/*.minicart-wrapper .minicart-items{
    height: 290px;
    overflow-y: scroll;
}*/
.minicart-wrapper .minicart-items-wrapper .product-item-details {
    text-align: left;
    display: flex;
    padding: 0 0 0 28px;
    flex-direction: column;
}
.minicart-wrapper .minicart-items-wrapper .product-item-details .product-item-name{
    order: 1
}
.minicart-wrapper .minicart-items-wrapper .product-item-details .product.options{
    order: 3;
}
.minicart-wrapper .minicart-items-wrapper .product-item-details .product-item-pricing {
    order: 2;
}
.minicart-wrapper .minicart-items-wrapper .product-item-details .product.actions {
    order: 4;
}

.minicart-wrapper .minicart-items-wrapper .product-item-details .product.options .content {
    display: block !important;
    font-family: 'Muli', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 17px;
    color: #9B9B9B;
}

.minicart-wrapper .product-item-pricing .price-container,
.minicart-wrapper .minicart-items-wrapper .product-item-details .product.options .content dl {
    margin-bottom: 0;
    min-width: 70px;
}

.minicart-wrapper .minicart-items-wrapper .product-item-details .product.options .content dt {
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
}

.minicart-wrapper .minicart-items-wrapper .product-item-details .product.options .content dt:after {
    content: ":";
    color: #9B9B9B;
    padding-right: 5px;
}

.minicart-wrapper .minicart-items-wrapper .product-item-details .product.options .content dd {
    margin-bottom: 0;
}

.minicart-wrapper .block-minicart::after {
    border: 7px solid;
    border-color: transparent transparent #000 transparent;
    z-index: 98;
}

.minicart-wrapper .block-minicart::before {
    border: 6px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-color: transparent transparent #000 transparent;
    z-index: 99;
}

.product-image-minicart-custom,
.product-image-checkout-custom {
    width: 66px;
    height: 84px;
}

.block-minicart .items-total {
    margin: 0;
}

.block-minicart .subtotal {
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    font-size: 15px;
    line-height: 27px;
}

.minicart-items-wrapper .product-item-pricing label, .block-minicart .items-total {
    display: none;
}

.minicart-items-wrapper .product {
    position: relative;
    padding: 0;
}

.minicart-items .product-item-name, .minicart-items .product-item-details .price-including-tax, .minicart-items .product-item-details .price-excluding-tax {
    margin: 0;
}

.product-item-name-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.minicart-items .product-item-name a,
.minicart-items .product-item-details .price {
    font-weight: 600;
    font-size: 13px;
    line-height: 25px;
    color: #000;
}

.minicart-items .product-item, .minicart-items .product-item:first-child {
    padding: 20px 0px 20px 0px;
}

.minicart-items-wrapper.overflowed .minicart-items .product-item, .minicart-items-wrapper.overflowed .minicart-items .product-item:first-child {
    padding: 20px 10px 20px 0px;
}

.block-minicart .block-content > .actions > .primary {
    margin: 0 20px 15px 10px;
}

.block-minicart .block-content > .actions > .primary .action.primary {
    padding: 10px 25px;
}

.minicart-items .product-item:not(:first-child) {
    border-top: 1px solid #D9D9D9;
}

.minicart-items .action.delete {
    background-color: transparent;
    border: 0;
    position: relative;
    padding: 0;
    text-align: right;
    min-width: 15px;
    display: block;
}

.minicart-items .action.delete:before {
    content: '' !important;
    width: 12px;
    height: 14px;
    background: url("../images/delete-icon.svg") no-repeat center center;
    margin-bottom: 0;
    margin-top: 4px;
    display: block;
}

.block-minicart .block-content > .actions > .primary .action.primary {
    background: #000;
    border: 1px solid #000;
    border-radius: 0;
    font-family: 'Muli', sans-serif;
    transition: all .3s;
}

.block-minicart .block-content > .actions > .primary .action.primary:hover {
    background: #979797;
}

.minicart-items .item-qty {
    border: none;
}

#password-strength-meter-container {
    display: none;
}

.minicart-items .product-item-details .product.options {
    display: inline-block;
}

.minicart-items .product-item-details .details-qty {
    display: inline-block;
    margin: 0;
    font-family: Muli;
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 17px;
    color: #9B9B9B;
}

.minicart-items .details-qty.qty {
    display: flex;
}

.minicart-items .product.actions {
    position: relative;
    left: -3px;
    /*right: 0;*/
    /*bottom: 0;*/
    margin: 0;
    float: none;
    text-align: left;
}

.minicart-items .product-item-name-price {
    margin-bottom: 0;
}

.minicart-items .product-item-details .details-qty .qty {
    font-size: 12px;
    line-height: 15px;
}

.minicart-items .item-qty.cart-item-qty {
    height: 17px;
    /*position: absolute;*/
    /*bottom: 20px;*/
    /*left: 26px;*/
    background: none;
    color: #9B9B9B;
    font-size: 11px;
    text-align: left;
    width: 40px;
    padding: 0 0 0 3px;
}

.minicart-items .item-qty:focus {
    box-shadow: none !important;
}

.minicart-content-items {
    display: inline-block;
    width: 40%;
}

.minicart-icon-wrapper {
    /*width: 25px;*/
    width: auto;
    height: auto;
}

/*.minicart-icon-wrapper img{
    width: 100%;
}*/
.minicart-icon-wrapper span.icon-cart-label {
    top: 0;
    position: relative;
    font-weight: normal;
    font-size: 15px;
    line-height: 46px; /*25*/
    min-width: 23px;
    color: #000;
    margin: 0 10px 0 0;
}

span.qty-control {
    padding: 5px;
}

.details-qty span.qty-control {
    color: #fff;
    background: #000;
    padding: 0;
    width: 18px;
    height: 17px;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    line-height: 15px;
}

.details-qty.qty label, .minicart-items .product-item-pricing .label {
    /*position: absolute;*/
    display: block;
    /*bottom: 20px;*/
}

#minicart-content-wrapper .action.viewcart {
    background: transparent;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    border: 0;
    color: #000000;
    font-weight: normal;
}


/*Footer links header */
.contact-us-mobile {
    display: none;
}
.about-us-history-info {
    flex: 0 1 517px;
}
.about-us-contacts-info {
    text-align: center;
    padding: 40px 0 0 0;
    font-size: 18px;
}
.about-us-contacts-link {
    flex: 0 1 556px;
}



.customer-care-footer-header,
.connect-footer-header {
    text-decoration: none;
    text-transform: uppercase;
    font-family: Ovo;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px !important;
    margin-bottom: 10px !important;
}

.footer-adress-name-amp {
    font-family: 'Esteban', serif;
}

.page-layout-about-us .column.main {
    padding-bottom: 0!important;
}

/*.page-layout-about-us .page-main {*/
/*    padding-left: 0!important;*/
/*    padding-right: 0!important;*/
/*}*/
.minimal-price-link .price-wrapper {
    color: red;
}
.product-item .minimal-price-link{
    margin-top: 0 !important;
}
.page-layout-about-us .page-header {
    margin-bottom: 15px;
}

.about-hero {
    background-color: #fbf0ee;
    text-align: center;
    padding: 50px 0;
}

.about-hero .about-hero-text {
    font-family: 'Muli', sans-serif;
    font-size: 24px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    width: 55%;
    min-width: 300px;
}

.about-hero .about-hero-text-small {
    font-family: 'Muli', sans-serif;
    font-size: 24px;
    width: 55%;
    margin: auto;
    margin-top: 20px;
}

.about-image, .about-text {
    padding: 0!important;
}

.about-image img {
    vertical-align: bottom;
}

.about-text {
    text-align: center;
}

.about-text a {
    font-size: 22px;
    font-weight: normal;
    text-decoration: underline;
    margin-top: 20px;
}

.vertical-text {
    font-family: 'Muli', sans-serif;
    font-size: 24px;
    font-weight: bold;
    margin-top: 35%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
}

.about-contacts {
    font-size: 18px;
    font-weight: normal;
}

/*Checkout styles*/

.checkout-index-index {
    font-family: 'Muli', sans-serif;
}

#checkout-shipping-method-load {
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #5E5E5E;
}

.checkout-index-index .page-header .header.content {
    padding: 24px 40px 10px;
}

/*Checkout Progress Bar*/
.opc-progress-bar-item::before, .opc-progress-bar-item > span::before {
    background: #ccc;
}

.opc-progress-bar-item._active:before,
.opc-progress-bar-item._active > span:before {
    background: #000;
}

.opc-progress-bar-item > span {
    font-size: 15px;
    line-height: 25px;
    color: #BDBDBD;
}

.opc-wrapper .fieldset > .field.required > label::after, .opc-wrapper .fieldset > .field._required > label::after {
    margin-left: 2px;
    top: 0;
    color: #FF0000;
}

.fieldset > .field:not(.choice) > .label {
    text-align: left;
    color: #5E5E5E;
    font-weight: normal;
    line-height: 25px;
}

.opc-block-summary {
    background: #fff;
    border: 1px solid #000;
}

.opc-block-summary .items-in-cart .product {
    text-align: left;
}

.opc-block-summary .items-in-cart .product .item-options, .opc-block-summary .items-in-cart .product .details-qty {
    font-family: Muli;
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 17px;
    color: #9B9B9B;
    margin-bottom: 0px;
}

.opc-block-summary .items-in-cart .product .details-qty {
    float: left;
}

.opc-block-summary .items-in-cart .title strong {
    font-family: Muli;
    font-style: normal;
    font-weight: normal;
    font-size: 15px !important;
    line-height: 25px;
}

.opc-block-summary .items-in-cart .product .product-item-name {
    font-family: Muli;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 25px;
    color: #000000;
}
.opc-block-summary .items-in-cart .product .subtotal{
    font-weight: 700;
    font-size: 14px;
    color: #000000;
}
.opc-block-summary .items-in-cart > .title::after {
    top: 15px;
}

.opc-block-summary .totals .mark {
    color: #5E5E5E;
}

.opc-block-summary .grand.totals {
    border-bottom: 1px solid #000;
}

.opc-block-summary .shipping .value, .opc-block-summary .shipping .label {
    color: #5E5E5E;
    display: inline-block;
}
.opc-block-summary .shipping .value, .opc-block-summary .shipping .input{
    color: #000;
    font-weight: 700;
}

.opc-block-shipping-information .shipping-information-title .action-edit:before {
    display: block;
    margin-top: 10px;
}

.modal-custom.authentication-dropdown {
    border: none;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.checkout-index-index .block-content .actions-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    width: 100% !important;
    margin-left: 0 !important;
}

.checkout-index-index .block-content .actions-toolbar .primary {
    width: 80%;
    margin: 15px auto;
}

.checkout-index-index .block-content .actions-toolbar .primary button {
    width: 100%;
}

.checkout-index-index .action.action-auth-toggle {
    color: #000;
}

.abs-margin-for-forms-desktop, .fieldset .legend, .column:not(.sidebar-main) form .actions-toolbar, .column:not(.sidebar-additional) form .actions-toolbar, .login-container .fieldset:after {
    margin-left: 0;
    width: 100%;
}

/*Shipping Method*/
#co-shipping-method-form .table-checkout-shipping-method {
    width: 100%;
    min-width: 0;
}

#co-shipping-method-form .table-checkout-shipping-method tbody td {
    border-top: 1px solid #fff;
}

.opc-wrapper .opc-payment-additional{
    grid-area: paymentoptions;
}
.opc-payment-additional .payment-option-title .action-toggle span{
  display: none;
}
.opc-payment-additional .payment-option-title .action-toggle::after{
    display: none;
}
.opc-payment-additional .form-discount{
    display: flex;
    align-items: center;
}
.opc-payment-additional .form-discount .payment-option-inner{
    margin: 0!important;
}

.opc-payment-additional .payment-option-content{
    display: block!important;
}
.opc-payment-additional .form-discount .payment-option-inner .control input::placeholder{
    color: #000;
}
.table-checkout-shipping-method tbody td:first-child {
    padding-left: 15px;
}

.checkout-shipping-method .actions-toolbar > .primary {
    float: none;
    width: 250px;
    display: block;
}

.checkout-shipping-method .actions-toolbar > .primary button {
    width: 100%;
}

#shipping-method-buttons-container > div {
    margin-top: 34px;
    width: 100%;
}

.opc-block-shipping-information {
    padding: 0;
}

.opc-block-shipping-information .shipping-information-title .action-edit::before {
    content: "";
}

.opc-block-shipping-information .shipping-information-title {
    margin-top: 32px;
}

.shipping-address-items .edit-address-link {
    padding: 0px;
    width: auto;
    min-width: 40px;
    float: right;
    height: 47px;
    margin: 19px 5px 0 0;
    border: none !important;
    color: #3C5B96 !important;
}

.opc-block-shipping-information .shipping-information-title .action-edit > span {
    display: block;
    position: relative;
    height: auto;
    color: #3C5B96;
    font-size: 14px;
    line-height: 21px;
    width: auto;
    text-align: right;
}

.opc-block-shipping-information .shipping-information-title .action-edit:hover {
    border: 0 !important;
}

.action.primary {
    background: #000;
    border: 1px solid #000;
    transition: all .3s;
}

.action.primary:hover {
    background: #979797;
    border: none;
}

input[type='radio'].shipping {
    visibility: hidden;
    position: absolute;
}

input[type='radio'].shipping ~ label {
    display: block;
    width: 20px;
    height: 20px; /*14*/
    margin-right: 12px;
    background: transparent;
    border-radius: 50px;
    border: 1px solid #000;
}

input[type='radio'].shipping:checked ~ label {
    position: relative;
    background: #fff;
}

input[type='radio'].shipping:checked ~ label:after {
    position: absolute;
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50px;
    background: #000;
    left: calc(50% - 6px);
    top: calc(50% - 6px);
}

.checkout-payment-method .payment-option-title,
.checkout-payment-method .payment-option-content,
.checkout-payment-method .payment-method-content {
    padding-left: 0;
}

.opc-wrapper .form-discount {
    max-width: 100%;
}

.checkout-payment-method .payment-option-title .action-toggle {
    color: #000;
}

.form-discount .input-text {
    padding-left: 10px;
    border: none;
    border-bottom: 1px solid #c2c2c2;
    border: 1px solid #000;
}

.form-discount .actions-toolbar .primary .action.action-apply {
    font-size: 1.8rem;
    line-height: 1.6rem;
    padding: 14px 18px;
}

/*Shipping Address*/
.opc-wrapper .shipping-address-item {
    width: 49.33333333%;
    min-height: 295px;
    padding: 22px;
    background: #fff;
}

.opc-wrapper .action-select-shipping-item {
    float: left;
    margin: 20px 0 0;
}

.opc-wrapper .action-select-shipping-item .action {
    background: #fff;
    border: 0;
    color: #3C5B96;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
}

.opc-wrapper .shipping-address-item .action {
    background: #fff;
    border: 1px solid #000;
    color: #000;
}

.opc-wrapper .shipping-address-item.selected-item .action {
    background: #fff;
    border: 1px solid #000;
    color: #000;
}

.opc-wrapper .shipping-address-item.selected-item::after {
    background: #000;
}

.opc-wrapper .shipping-address-item.selected-item {
    border-color: #000;
}

.opc-wrapper .shipping-address-item::before {
    background: transparent;
}

/*Fixed scroll header*/
.cms-index-index .page-header{
    margin-bottom: 0;
}
.page-header {
    position: sticky;
    top: -1px;
    transition: all .2s;
    margin-bottom: 26px;
    background-color: #fff;
    z-index: 60;
}

.page-header._sticky {
    padding-bottom: 0px;
}

.page-header--fixed {
    position: sticky;
    position: -webkit-sticky;
    left: 0;
    right: 0;
    top: 0 !important;
    background-color: #fff;
    z-index: 80;
    padding-bottom: 0;
}

.category-menus-container {
    transition: all .2s;
}

/*AddtoCart Popup*/
.aw-acp-popup-container.mfp-bg,
.mfp-bg {
    background: transparent;
    opacity: 0;
}

.loader-img-wrapper {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
}

/*AddtoCart Qty Error Msg Popup*/
.qty-error-msg-popup .modal-footer {
    display: none;
}

/*Header Account Links*/
.header.links li {
    position: relative;
    padding-left: 14px;
}

.header.links .top-link-account:before {
    content: "";
    display: inline-block;
    background-size: 16px 16px;
    width: 15px;
    height: 19px;
    margin-right: 15px;
    background: url("../images/account-icon.svg") no-repeat center center;
    top: 2px;
    position: relative;
}

.header.links .top-link-orders:before {
    content: "";
    display: inline-block;
    background-size: 16px 16px;
    width: 15px;
    height: 19px;
    margin-right: 15px;
    background: url("../images/order-icon.svg") no-repeat center center;
    top: 2px;
    position: relative;
}

.header.links li.nav.item.current:nth-child(4):before {
    content: "";
    display: inline-block;
    background-size: 16px 16px;
    width: 15px;
    height: 19px;
    margin-right: 15px;
    background: url("../images/order-icon.svg") no-repeat center center;
    top: 2px;
    position: relative;
}

/*.header.links li:after {
    position: absolute;
    display: block;
    content: '';
    top: 100%;
    left: 50%;
    height: 1px;
    width: 0;
    background: #000;
    transition: all .3s;
    transform: translate(-50%);
}
.header.links li:hover:after {
    width: 100%;
}*/
/*Search page results*/
.custom-search-result-page .page-title {
    text-align: center;
    font-size: 1.6rem;
}

.custom-search-result-page > .page-title-wrapper .page-title {
    display: block;
}

.search.results .products-grid .product-item {
    flex: 0 1 calc(100% / 3 - 2%);
}

.custom-search-result-page .product-item-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.product-item-details .price-final_price {
    margin: 0 3px;
}

.product-item-details .price-box .price {
    font-size: 18px;
    line-height: 37px;
    font-weight: normal;
}

.price-box .old_price {
    color: #ACACAC;
    text-decoration: line-through;
}

.product-item-details .price-final_price .price-label {
    display: none !important;
}

.product-item-details .product-item-inner {
    display: none;
}

.search-autocomplete ul li:not(:empty) {
    border: none;
    padding: 11px 23px;
    border-bottom: 1px solid #F3F3F3;
}

.search-autocomplete ul li:nth-child(even) {
    background: #fff;
}

.search-autocomplete ul li:nth-child(odd) {
    background: #F3F3F3;
}

/*Shopping bag page*/
.form-cart .item-name {
    font-family: 'Muli', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
    color: #5E5E5E;
}

.custom-shopping-bag-page .page-title {
    width: 100%;
    text-align: left;
    font-family: 'Ovo', serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 39px;
}

.cart-container .cart-summary {
    background: #fff;
    border: 1px solid #000;
    padding: 25px 29px 27px 29px;
}

.cart-summary .summary.title {
    color: #0a0909;
    font-size: 18px;
    line-height: 37px;
    font-family: 'Ovo', serif;
    margin-top: 0;
}

button, .cart.table-wrapper .actions-toolbar > .action, .action-gift,
.block-cart-failed .action.continue {
    background: #000;
    color: #fff;
    border: 1px solid #000000;
    border-radius: 0px;
    box-shadow: none;
}

.block-compare .action.compare, .cart-summary .actions-toolbar > .primary button, .cart-summary .form.giftregistry .fieldset .action.primary, .paypal-review .block .actions-toolbar .action.primary, .cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action, .cart-summary .actions-toolbar > .primary .action-gift {
    border: 1px solid #000000;
    background: #000;
    color: #fff;
}

button:hover, .cart.table-wrapper .actions-toolbar > .action, .action-gift {
    transition: all .3s;
}

button:not(#btn-minicart-close):hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.action-gift:hover {
    border: 1px solid #000000;
    color: #000;
    background: #fff;
}

/*button:not(#btn-minicart-close):hover*/
.cart.table-wrapper .actions-toolbar > .action:hover, .action-gift:hover {
    border: 1px solid #000000;
    color: #000;
    background: #fff;
}

.action-close:hover {
    border: 1px solid #fff;
}

.opc-wrapper .action-select-shipping-item {
    border: 1px solid #000;
    background: #fff !important;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
}

@media (max-width: 993px) {
    .header.panel > .header.links > li:first-of-type {
        margin-left: 3px;
    }

    .header.panel > .header.links > li {
        margin: 0 0 0 7px;
    }

    .page-header .header.panel {
        margin-right: 8px;
        padding-left: 10px;
    }

    .page-header .navigation .level0 {
        padding-right: 5%;
    }

    .block-search-toggle {
        padding-top: 0;
    }
}

/*Footer*/
.page-footer {
    background: #F7F7F7;
}

@media (min-width: 768px) {
    .minicart-wrapper .block-minicart {
        right: 0px;
    }

    .nav-sections-item-content .header.links {
        display: none !important;
    }

    .cart-container .cart-summary {
        width: 31.7%;
    }

    .cart-container .form.form-cart {
        width: 65.85%; /*45*/
    }

    .footer-address div, .footer-custom-block--care div, .footer-custom-block--connect div {
        font-weight: normal;
    }

    ul.footer.links {
        font-weight: 400;
    }

    .footer.content .footer.links {
        padding: 0 50px 0 0;
    }

    .footer-address .footer.links {
        padding: 0 30px 0 0 !important;
    }

    .footer-custom-block .nav.item.current {
        font-family: 'Muli', sans-serif;
    }
}

/*Forget password form*/
.form.password.forget {
    margin-top: 125px;
}

@media (max-width: 768px) {
    .product-preview-custom-container {
        padding-left: 0;
    }

    .img-gallery-preview-scroll-wrapper {
        margin-right: 7px;
    }

    .product-preview-custom-container {
        padding-left: 0;
    }

    .product-info-main-custom {
        flex: 0 1 auto;
    }

    .block.upsell {
        padding-left: 0;
        padding-right: 0;
    }
    .payment-option-inner .field {
         min-width: 278px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .header.panel > .header.links > li {
        font-size: 14px;
        line-height: 1.4;
    }

}

@media (max-width: 767px) {
    /*Catalog*/
    .products-list-wrapper {
        flex: 0 1 100%;
    }

    .column.main .product-item {
        padding-left: 0;
    }

    .category-menu-scroll-wrapper {
        flex: 0 1 18%;
    }
}

/*Keyframes animations*/
@keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.c-loader {
    pointer-events: none;
    -webkit-transition: opacity .6s, visibility .6s;
    transition: opacity .6s, visibility .6s;
}

.c-loader {
    z-index: 999999;
    -webkit-transition: opacity .2s, visibility .2s;
    transition: opacity .2s, visibility .2s;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .85);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.c-loader__icon {
    width: 60px;
    height: 60px;
}

.c-loader__icon-amp {
    stroke: #000;
    stroke-width: 1px;
    stroke-dasharray: 444, 444, 444;
    stroke-dashoffset: 444;
    -webkit-transition: fill 1s;
    transition: fill 1s;
    fill: #000;
}

/*New styles*/
.catalog-product-view .page-wrapper {
    margin: 0 auto;
    /*max-width: 1283px;*/

}

.catalog-product-view .page-wrapper .page-header {
    /*border-bottom: 1px solid #D8DADB;*/
}

.catalog-product-view .page-wrapper .page-header .header-inner-wrapper {
    padding: 10px 20px 7px;
    margin-bottom: 0;
}

.catalog-product-view .page-wrapper .page-main {
    margin: 0 auto;
    max-width: 1210px;
}
.catalog-product-view .page-wrapper .page-main .product-info-main {
    width: 100%;
}

.product-options-bottom.before-element::before {
    content: '';
    background: rgba(103, 101, 101, .63);
    height: 100vh;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100vw;
    z-index: 200;
}

.table-shipping-order-details {
    margin-top: 40px;
}

.table-shipping-order-details + p {
    margin-top: 40px;
}

.table-shipping-order-details thead {
    border: 1px solid #707070;
    background-color: #f4f4f4;
}

.table-shipping-order-details thead th {
    font-weight: normal;
}

.page-layout-customer-care .page-main {
    max-width: 1330px;
    margin: 0 auto;
}

.page-layout-customer-care .header-inner-wrapper {
    margin-bottom: 0;
    max-width: 1330px;
    border-bottom: 0 solid #707070;
}

.quantity-increase, .quantity-decrease {
    cursor: pointer;
}

.section-faq-question {
    color: #000;
}

.section-faq-question h2 {
    font-size: 32px;
    margin: 30px 0 0;
}

.section-faq-question h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 30px 0 0;
    text-transform: uppercase;
}

.section-faq-question p {
    font-size: 20px;
    line-height: 18px;
    margin: 30px 0 0;
}

.section-faq-question p strong {
    font-weight: normal;
}

span.br {
    display: block;
}

.section-faq-question_table {
    margin-top: 30px;
    border: 1px solid #000;
    border-collapse: collapse;
    font-size: 16px;
}

.section-faq-question_table td,
.section-faq-question_table th {
    border: 1px solid #000;
    font-weight: normal;
    padding: 17px 0 14px 22px;
}

.section-faq-question_table tbody tr {
    border-top: 1px
}

.section-faq-question_table + p {
    margin-top: 10px;
}

.section-faq-question_mt-50 {
    margin-top: 50px;
}

.customer-care-menu ~ .customer-topics-container .topic-wrapper {
    border: 0;
    padding-top: 0;
}

.customer-care-menu ~ .customer-topics-container .topic-wrapper .temp-header {
    border-bottom: 1px solid #707070;
    color: #000;
    font-size: 32px;
    font-weight: normal;
    line-height: 35px;
    margin: 0;
    padding-bottom: 30px;
    position: static;
    text-align: center;
}

.customer-care-menu_inner {
    position: sticky;
    position: -webkit-sticky;
    top: 100px;
    left: 0;
}

.page-layout-checkout .opc-wrapper {
    padding: 0;
    margin: 0;
    width: 100%;
}

.opc-wrapper .step-content {
    margin: 0 0 30px;
}

.page-layout-checkout .opc-sidebar {
    width: 100%;
    margin: 0;
    display: none;
}

.page-layout-checkout #shipping input[type="text"],
.page-layout-checkout #shipping input[type="email"] {
    border-bottom: 1px solid #000;
    background-color: #F7F7F7;
    color: #000;
    font-size: 15px;
    height: 46px;
    padding: 14px 20px 16px;
}

.page-layout-checkout #shipping select {
    background-color: #fff;
    border-color: #000;
    color: #000;
    height: 46px;
}

.page-layout-checkout .step-title, .opc-block-shipping-information .shipping-information-title {
    font-size: 24px;
    line-height: 39px;
}

.page-layout-checkout .step-title, .opc-block-summary span.title, .opc-block-shipping-information .shipping-information-title {
    color: #000;
    font-family: 'Ovo', serif;
    font-style: normal;
    font-weight: normal;
    border-bottom: 1px solid #d9d9d9;
}

.opc-block-summary span.title {
    font-size: 18px;
    line-height: 18px;
}

.opc-block-summary .data.table.table-totals {
    margin-top: 10px;
}

.opc-block-summary .items-in-cart .title {
    font-size: 15px;
    line-height: 25px;
    font-family: 'Muli', sans-serif;
    margin-top: 20px;
    border-bottom: 0;
}

.opc-block-summary .items-in-cart.active .title {
    font-size: 15px;
    line-height: 25px;
    font-family: 'Muli', sans-serif;
    border-bottom: 1px solid #d9d9d9;
}

.page-layout-checkout .fieldset > .field {
    margin-bottom: 20px;
}

.page-layout-checkout input[type='radio'].shipping ~ label {
    border: 1px solid #828282;
}

.page-layout-checkout input[type='radio'].shipping:checked ~ label {
    border-color: #000;
}

.page-layout-checkout #checkout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 570px;
    margin: 0 auto;
}

/*Shopping Cart*/
/*.cart.table-wrapper #shopping-cart-table .cart.item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0;
    align-items: start;
}*/
.cart.table-wrapper #shopping-cart-table thead {
    background: #F7F7F7;
}

.cart.table-wrapper #shopping-cart-table thead th {
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;
    color: #000000;
    padding: 13px 0;
    text-align: left;
}

.cart.table-wrapper #shopping-cart-table > tbody > tr > td {
    padding: 12px 0;
}

.cart.table-wrapper #shopping-cart-table .product-image-photo--custom {
    padding: 0;
    margin: 0;
}

.cart.table-wrapper #shopping-cart-table .product-item-photo {
    padding-right: 0;
    max-width: 60px;
}

.cart.table-wrapper .product-item-photo .product-image-container {
    display: inline-block;
    max-width: 100%;
}

.cart.table-wrapper .items > .item {
    border-bottom: 1px solid #D9D9D9;
    position: relative;
}

.cart.table-wrapper #shopping-cart-table td, .cart.table-wrapper .items thead + .item {
    border-top: 0;
}

.cart.table-wrapper #shopping-cart-table .product-item-details {
    font-weight: normal;
    font-size: 15px;
    /*line-height: 25px;*/
    color: #5E5E5E;
}

.cart.table-wrapper .product-item-name a {
    color: #5E5E5E;
}

.cart.table-wrapper #shopping-cart-table .product-item-details .item-options {
    color: #5E5E5E;
}

.cart.table-wrapper #shopping-cart-table .price-including-tax .price,
.cart.table-wrapper #shopping-cart-table .price-excluding-tax .price {
    font-weight: 600;
    font-size: 13px;
    line-height: 25px;
}

.cart.table-wrapper #shopping-cart-table .wrapper-remove .del {
    width: 12px;
    height: 14px;
    background: url("../images/delete-icon.svg") no-repeat center center;
    margin-top: 7px;
}

.cart.table-wrapper .wrapper-item-options {
    margin-top: 5px;
}

.cart.table-wrapper .item-price p {
    margin-top: 10px;
}

.cart-buttons-divider {
    border-right: 1px solid #5E5E5E;
    height: 15px;
    display: inline-block;
}

/* identical to box height */
.cart-summary .block > .title, .paypal-review-discount .block > .title {
    border-top: 1px solid #D9D9D9;
    font-weight: normal;
    margin-bottom: 0;
    padding: 17px 0 19px 0;
}

.paypal-review-discount .block > .title {
    border-top: 0;
}

.cart-summary .block > .title:after, .paypal-review-discount .block > .title:after {
    top: 8px;
}

.cart-summary .block .fieldset {
    margin: 15px 0 25px 0;
}

.column.main .cart-summary .block > .title strong,
.column.main .paypal-review-discount .block > .title strong {
    font-family: 'Muli', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;
}

.cart-summary .block .fieldset .field.note {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    padding: 11px;
    background: #E0EEFF;
    color: #5E5E5E;
}

.cart-summary .cart-totals .table-wrapper,
.cart-summary .cart-totals .table-wrapper td {
    font-size: 12px;
    line-height: 18px;
    color: #5E5E5E;
}

.cart-summary .cart-totals .table-wrapper > tbody > tr {
    border-bottom: 0 !important;
}

.cart-summary .cart-totals .table-wrapper th, .cart-summary .cart-totals .table-wrapper td {
    padding: 0;
}

.cart.table-wrapper #shopping-cart-table .cart.item .actions-toolbar .action-delete {
    border: 0;
}

.cart-totals {
    border-top: 0;
    font-family: 'Muli', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    padding: 10px 0;
    background: #FFFFFF;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #000000;
}

.cart-totals .totals.shipping .mark {
    padding-bottom: 18px;
}

.cart-summary .control input {
    background: #f7f7f7;
    font-family: 'Muli', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;
    align-items: center;
    color: #B5B5B5;
}

.item-price-and-name {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #5E5E5E;
    font-family: 'Muli', sans-serif;
    font-size: 15px;
}

.cart-totals .grand .amount strong, .opc-block-summary .table-totals .grand .amount strong {
    font-weight: 600;
    font-size: 15px;
}

.cart-summary .block .fieldset {
    margin: 15px 0 25px 0;
}

.cart-summary .block .field {
    position: relative;
}

#discount-coupon-form .actions-toolbar {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

#discount-coupon-form .action {
    border: 1px solid transparent !important;
    background: transparent !important;
    color: #3C5B96 !important;
    font-size: 12px !important;
    text-align: right;
    padding-right: 9px;
}

#discount-coupon-form .field {
    margin-top: 5px;
}

.item-price-and-name p {
    margin: 0;
}

.item-price-and-name p .price {
    font-weight: normal;
}

.item-price-and-name p + p {
    margin-left: 20px;
}

.item-price-and-name strong {
    font-weight: normal;
    margin: 0;
}

.cart.table-wrapper .wrapper-item-options .item-options {
    font-size: 14px;
    line-height: 21px;
}

.wrapper-item-options .item-options dt {
    font-weight: bold;
}

.cart.table-wrapper .item-photo .product-item-photo {
    padding-right: 0;
}

.wrapper-qty {
    /* align-items: center;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;*/
}

.wrapper-qty .qty .input-text.qty {
    font-size: 11px;
    background: #fff;
    border-color: #C4C4C4;
    max-width: 39px;
    height: 17px;
    vertical-align: bottom;
    margin-right: 10px;
}

.wrapper-qty .item_qty {
    margin-top: 10px;
}

.wrapper-qty .qty-changer {
    color: #fff;
    background: #000;
    padding: 0;
    width: 18px;
    height: 17px;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    line-height: 15px;
}

.cart .cart-price {
    margin-top: 10px;
}

.cart.table-wrapper .item-subtotal {
    padding-top: 22px !important;
}

.item-remove .actions-toolbar {
    max-width: 51px;
}

.item-remove .actions-toolbar .action-edit {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.item-remove .actions-toolbar a {
    margin: 0;
}

.item-remove .wrapper-actions-toolbar .action-delete {
    background-color: transparent;
}

.item-remove .wrapper-actions-toolbar .action.delete:before {
    content: '' !important;
    width: 12px;
    height: 14px;
    background: url("../images/delete-icon.svg") no-repeat center center;
    margin-bottom: 0;
    display: block;
}

.cart.table-wrapper .item-top {
    padding: 15px 0;
    display: flex;
    /*background: #F7F7F7;*/
    height: 50px;
}

.cart-empty {
    padding-top: 60px;
    text-align: center;
}

.cart-empty p {
    color: #0a0909;
    font-size: 30px;
    font-weight: 300;
}

.cart-empty p a {
    background-color: #000;
    color: #d8dadb;
    display: block;
    font-size: 16px;
    font-weight: 700;
    max-width: 170px;
    margin: 0 auto;
    padding: 14px 0;
}

.cart-empty p + p {
    margin-top: 32px;
}

.cart.actions .action, .cart-container .form-cart .action.continue {
    border: 1px solid #fff;
    background: #fff;
    font-family: 'Muli', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #828282;
}

.cart.actions .action.update {
    color: #3C5B96;
}

.abs-shopping-cart-items .action.continue:hover, .block-cart-failed .action.continue:hover, .cart-container .form-cart .action.continue:hover {
    border: 1px solid #000;
    background: #fff;
    color: #000;
    border-radius: 0;
}

/*Discount*/
#discount-coupon-form .actions-toolbar {
    background: transparent;
    color: #3C5B96;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
}

/*END New styles*/

/*message*/
.message {
    font-family: 'Muli', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #000000 !important;
    margin: 0 0 25px !important;
    padding: 16px 20px !important;
    display: block;
    text-align: center;
    position: relative;
}

.message.success {
    background: #E8FFE0;
}

.message > :first-child::before {
    content: "";
    font-size: 0 !important;
}

.message.error {
    background: #FFEEEE;
}

/*My Account Menu*/
.account .page-title, .account .fieldset > .legend, .block .block-title strong {
    font-family: 'Ovo', serif;
    font-style: normal;
    font-weight: normal;
    color: #000000;
    margin-bottom: 15px;
}

.account .page-title {
    font-size: 24px;
    line-height: 39px;
}

.account .fieldset {
    margin-bottom: 0;
    padding-bottom: 26px;
}

.account .fieldset > .legend, .block .block-title strong {
    font-size: 18px;
    line-height: 37px;
    text-align: left;
    margin-bottom: 17px;
}

.account-nav {
    background: #F7F7F7;
}

.account-nav.desktop-devices {
    display: block;
    min-width: 275px;
}

.account-nav.mobile-devices {
    display: none;
}

.account-nav .content {
    background: #FFF;
    padding: 0;
    font-family: 'Muli', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 54px;
    color: #000;
}

.account-nav a {
    padding: 0 24px;
}

.account-links-dashboards {
    padding: 0 24px 0 55px;
}

.account-links-dashboards a {
    font-weight: normal;
    font-size: 14px;
    line-height: 40px;
    color: #5E5E5E;
    padding: 0;
    display: block;
}

.account.page-layout-2columns-left .sidebar-main, .account.page-layout-2columns-left .sidebar-additional {
    width: 25.3%;
}

.account.page-layout-2columns-left .column.main {
    width: 74.7%;
}

.customer-account-edit .account-inf, .customer-address-index .address-book, .newsletter-manage-index .newslet-sub, .account-nav li:hover .account-icon-dashboards-div, .sales-order-history .account-icon-order a, .wishlist-index-index .account-icon-wishlist a, .account-nav a:hover {
    text-decoration: none;
    font-weight: bold;
}

.account-nav .account-icon-dashboards span::before {
    content: "";
    display: inline-block;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    margin-right: 15px;
    background: url("../images/account-icon.svg") no-repeat center center;
    top: 2px;
    position: relative;
}

.account-nav .account-icon-dashboards span::after {
    content: "";
    display: inline-block;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    margin-right: 15px;
    background: url("../images/arrow-down.svg") no-repeat center center;
    top: 2px;
    position: relative;
    margin-left: 10px;
}

.account-nav .account-icon-dashboards.active span::after {
    content: "";
    display: inline-block;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    margin-right: 15px;
    background: url("../images/arrow-up.svg") no-repeat center center;
    top: 2px;
    position: relative;
    margin-left: 10px;
}

.account-nav .item a, .account-nav .item > strong {
    border-left: 3px solid transparent;
    border-left-color: transparent;
    display: block;
    padding: 0 18px 0 15px;
}

.account-nav .item.current a, .account-nav .item.current strong {
    border-color: transparent;
    font-weight: 600;
    background-color: #EDECEC;
}

.account-nav .account-icon-wishlist a::before {
    content: "";
    display: inline-block;
    background-size: 16px 16px;
    width: 17px;
    height: 15px;
    margin-right: 15px;
    background: url("../images/favorite-icon.svg") no-repeat center center;
    top: 2px;
    position: relative;
}

.account-nav .account-icon-order a::before {
    content: "";
    display: inline-block;
    background-size: 16px 16px;
    width: 15px;
    height: 19px;
    margin-right: 15px;
    background: url("../images/order-icon.svg") no-repeat center center;
    top: 2px;
    position: relative;
}

.account-nav .account-icon-wishlist .counter.qty:before {
    content: "(";
}

.account-nav .account-icon-wishlist .counter.qty:after {
    content: ")";
}

.account-nav .title, .account-nav .item .delimiter {
    display: none;
}

.sales-order-history .account-icon-order, li.account-icon-order:hover, .wishlist-index-index .account-icon-wishlist, .account-icon-wishlist:hover {
    background-color: #EDECEC;
    cursor: pointer;
}

.account-nav li:hover .account-icon-dashboards-div,
.customer-account-edit .account-nav .account-icon-dashboards-div,
.customer-address-index .account-nav .account-icon-dashboards-div,
.newsletter-manage-index .account-nav .account-icon-dashboards-div {
    background-color: #EDECEC;
    font-weight: bold;
}

/*My Dashboard*/
.account .block .block-content {
    display: flex;
    justify-content: space-between;
}

.account .block-content .box {
    padding: 18px 21px 28px 22px;
}

.account .block-content .box {
    background: #F7F7F7;
    font-size: 15px;
    line-height: 25px;
    font-family: 'Muli', sans-serif;
    color: #5E5E5E;
}

.account .block-content .box-title, .account .fieldset .legend {
    border-bottom: 1px solid #D9D9D9;
    width: 100%;
    display: block;
    font-weight: normal;
    padding-bottom: 10px;
}

.account .block .block-title {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 10px;
    margin-bottom: 19px !important;
}

.account .block-title .action, .box-title .action {
    float: right;
}

.block-title .action,
.box-actions .action, .box-title .action {
    color: #3C5B96;
    font-family: 'Muli', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
}

.box-actions .action, .wishlist .product-item-actions a:hover {
    text-decoration: underline;
}

.box-actions .action:hover, .wishlist .product-item-actions a:hover {
    /*text-decoration: none;*/
}

.box-content, .block-addresses-list address {
    margin: 15px 0;
}

.box-title > span {
    display: inline !important;
}

.account .actions-toolbar {
    border-top: 1px solid #D9D9D9;
    padding-top: 31px;
    margin-top: 23px;
    display: flex;
}

.registration-form-toolbar {
    border-top: none !important;
}

.account .actions-toolbar .secondary {
    order: -1;
    margin-right: 31px;
}

.actions-toolbar .secondary a.action {
    margin-top: 0;
}

.account .column.main .block:not(.widget) .box-title > span,
.multicheckout .box-title > span, .paypal-review .block .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[lass^="sales-guest-"] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;
    margin-top: 0;
    margin-bottom: 1rem;
    display: block;
}

.block-content:before {
    content: none !important;
}

.checkout-index-index .form-login .secondary .action.remind {
    background: #fff !important;
    border: 0;
    color: #5E5E5E;
    font-weight: normal;
    padding: 10px 0;
}

/*Sidebar Account Menu*/
.account-link {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.account-link:before {
    content: "\f007";
    padding-right: 5px;
}

/*Edit Account Information*/
.form-edit-account .field, .form-address-edit .field {
    width: 48%;
}

.form-edit-account .customer-name-middlename, .form-address-edit .customer-name-middlename {
    width: 100%;
}

.form-edit-account .fieldset .fullname .field .control, .form-address-edit .fieldset .fullname .field .control {
    width: 100%;
}

.form-edit-account .fieldset .fullname .field .label, .form-address-edit .fieldset .fullname .field .label {
    display: block;
    width: 100%;
    text-align: left;
    color: #5E5E5E;
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;
    padding: 0 0 10px 0;
    margin: 0px;
}

.form-create-account .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    float: left;
    font-weight: 500;
}

.form-create-account .fieldset .fullname .field .control {
    width: 100%;
    float: left;
}

.form-edit-account .field.new.password, .form-address-edit .field-name-lastname,
.form-address-edit .field.telephone {
    float: right;
}

.form-address-edit .field-name-lastname, .form-address-edit .field.telephone,
.form-address-edit .field.fax, .form-address-edit .field.city {
    float: none;
}

.form-address-edit .field.street {
    width: 100%;
}

.form-edit-account .field.field-name-middlename, .form-address-edit .field.field-name-middlename, .form-address-edit .field.region, .form-address-edit .field.country {
    float: right;
}

.form-edit-account .field.field-name-firstname, .form-address-edit .field.field-name-firstname, .form-address-edit .field.zip {
    float: left;
}

.form-address-edit #country, .form-address-edit #region_id {
    border: 1px solid #C4C4C4;
    height: 46px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/arrow-down-gray.svg) 96% / 10px no-repeat #FFF;
}

.fieldset > .field:not(.choice) > .label {
    display: block;
    width: 100%;
}

/*Address Book*/
.block-addresses-wrapper {
    display: flex;
}

.block-addresses-wrapper .block {
    flex: 0 1 calc(100% / 2);
}

.block-addresses-wrapper .block:first-child {
    margin-right: 28px;
}

.block-addresses-wrapper .block .block-content {
    flex-direction: column;
}

.block-addresses-wrapper .box {
    width: 100% !important;
}

.block-addresses-wrapper .actions a, .block-addresses-wrapper .action {
    font-size: 15px;
    line-height: 37px;
    color: #3C5B96;
}

.block-addresses-wrapper .delete {
    color: #828282 !important;
}

.block-addresses-wrapper .delete:before {
    content: "|";
    padding: 0 5px;
}

.action.primary {
    color: #ffffff;
    cursor: pointer;
    font-family: 'Muli', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    padding: 10px 25px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
}

.action.primary:focus, .action.primary:active {
    background: #fff;
    border: 1px solid #000;
    color: #000;
}

/*Edit Address*/
/*My Orders*/
.orders-history table .action {
    color: #3C5B96;
}

.order-products-toolbar.toolbar.bottom .toolbar-amount {
    font-family: 'Muli', sans-serif;
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;
    color: #5E5E5E;
}

.orders-history table > thead {
    background: #FFF;
}

.orders-history table > thead > tr > th {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    padding: 11px 10px 11px 0;
}

.orders-history table > tbody > tr {
    border-bottom: 1px solid #D9D9D9;
}

.orders-history table > tbody > tr > td {
    font-size: 15px;
    line-height: 25px;
}

.orders-history table > tbody > tr > th, .orders-history table > tfoot > tr > th, .orders-history table > tbody > tr > td,
.orders-history table > tfoot > tr > td {
    padding: 18px 20px 18px 0;
}

.orders-history .table:not(.cart):not(.totals) > thead > tr > th, .orders-history .table:not(.cart):not(.totals) > thead > tr > td {
    border-bottom: 1px solid #D9D9D9;
}

.message.history-empty {
    background: none;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    padding: 0px !important;
}

.sales-order-history .actions-toolbar {
    border-top: 0;
}

.sales-order-history .table-wrapper .action {
    margin-right: 0px;
}

.order-actions-divider {
    margin-left: 5px;
    margin-right: 7px;
    border-right: 1px solid #949494;
}

.sales-order-history #limiter {
    color: #5E5E5E;
    padding: 5px 22px 5px 5px;
    border: 1px solid #C4C4C4;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/arrow-down-gray.svg) 75% / 10px no-repeat #F7F7F7;
}

.sales-order-history .limiter {
    color: #5E5E5E;
}

.sales-order-history .toolbar-amount {
    padding: 0px;
}

/*My Wish List*/
.wishlist-index-index .product-item-info {
    width: 100%;
}

.products-grid.wishlist .product-item-name {
    text-align: center;
}

.products-grid.wishlist .price-final_price, .products-grid.wishlist .product-item-name > a,
.products-grid.wishlist .product-item-actions > a {
    color: #5E5E5E;
}

.featured .preview-item .preview-item-descr .price, .product-item .price-box, .product-item .price-box .price {
    font-family: 'Ovo', serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 37px;
    white-space: nowrap;
}

.products-grid.wishlist .product-item-actions {
    margin: 0;
    text-align: center;
}

/*Newsletter Subscription*/
.newsletter-manage-index .actions-toolbar .secondary {
    display: none;
    margin-right: 0;
}

.header-inner-wrapper .header.links {
    display: inline;
}

.form-newsletter-manage .fieldset > .legend {
    margin-bottom: 22px;
}

/*Need help block*/
.account-support.mobile-devices {
    display: none;
}

.account-support {
    background: #FFF;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
    padding: 10px 29px 29px 29px;
    margin-top: 25px;
}

.account-support .description {
    font-family: Muli;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    color: #5E5E5E;
}

.account-support-btn {
    display: block;
    margin: auto;
    margin-top: 50px;
    max-width: 253px;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
    border: 1px solid #000;
    font-family: Muli;
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
    transition: all .3s;
    text-align: center;
}

.account-support-btn:hover {
    text-decoration: none;
    background: #000;
    color: #fff;
    transition: all .3s;
}

/*POPUP LOGIN*/
.mfp-bg {
    background: #0b0b0b !important;
    opacity: 0.4 !important;
}

#social-login-popup, #social-login-popup .social-login-title p {
    font-family: 'Muli', sans-serif;
}

#social-login-popup .social-login-title {
    font-family: 'Ovo', serif;
    margin-bottom: 50px;
}

#social-login-popup .login-title {
    margin-top: 3rem;
    margin-bottom: 0.5rem;
}

#social-login-popup .fieldset > .field {
    margin-bottom: 30px;
}

#social-login-popup .fieldset > .field.password {
    margin-bottom: 30px;
}

#social-login-popup .fieldset:last-child {
    margin-bottom: 10px;
}

#social-login-popup .social-login-title p {
    font-family: 'Muli', sans-serif;
    color: #5E5E5E;
}

#social-login-popup .control {
    text-align: left;
    position: relative;
}

#social-login-popup .control label {
    font-family: Muli;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;
    color: #5E5E5E;
    margin-bottom: 0px;
}

.btn-social.btn-facebook {
    font-family: Muli;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    background: #3C5B96;
    color: #fff !important;
    padding: 15px 52px;
    cursor: pointer;
    line-height: 48px;
    margin: auto;
    margin-right: auto;
    margin-right: 0px;
    text-decoration: none;
}

.btn-social.btn-google {
    font-family: Muli;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    background: #4688F1;
    color: #fff !important;
    padding: 15px 64px;
    cursor: pointer;
    line-height: 48px;
    margin: auto;
    margin-left: auto;
    margin-left: 0px;
    text-decoration: none;
}

#social-form-login .social-login-authentication-channel .block-content.social-login-button {
    display: flex;
    justify-content: space-between;
}

#social-login-authentication .popup-login-btn, #social-login-authentication .popup-login-btn .action.login.primary {
    width: 100%;
}

#social-login-authentication .social-login-button {
    margin-top: 15px;
}

.login-container .account-social-login {
    text-align: center;
    float: none !important;
    width: 100%;
    max-width: 450px;
    margin: auto;
}

.login-container .account-social-login .block-content {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.login-container .account-social-login .social-btn-actions-toolbar.facebook-login {
    margin: auto;
}

.login-container .account-social-login .social-btn-actions-toolbar.google-login {
    margin: auto;
}

.login-container .account-social-login .social-btn-actions-toolbar.facebook-login a {
    font-family: Muli;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    background: #3C5B96;
    color: #fff !important;
    padding: 15px 71px;
    cursor: pointer;
    line-height: 48px;
    margin: auto;
    margin-right: 20px;
}

.login-container .account-social-login .social-btn-actions-toolbar.google-login a {
    font-family: Muli;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    background: #4688F1;
    color: #fff !important;
    padding: 15px 79px;
    cursor: pointer;
    line-height: 48px;
    margin: auto;
    margin-left: 20px;
}

.column:not(.sidebar-main) form .actions-toolbar.actions-toolbar--clogin .primary {
    width: 100%;
    margin-bottom: 20px;
}

.column:not(.sidebar-main) form .actions-toolbar.actions-toolbar--clogin {
    margin-bottom: 0px;
}

.password-control {
    height: 19px;
    background: url("../images/eye.svg") no-repeat center right;
    top: 15px;
    right: 15px;
    position: absolute;
    width: 22px;
    z-index: 9;
}

.forgot-password {
    font-family: Muli;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    float: right;
    margin-top: 10px;
}

.forgot-password span {
    color: #5E5E5E;
}

.continue-with {
    font-family: Muli;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #828282;
}

.create-an-account {
    font-weight: normal !important;
    font-size: 15px !important;
    line-height: 25px !important;
    color: #000 !important;
    margin-top: 35px !important;
}

.create-an-account::after {
    content: "";
    display: inline-block;
    background-size: 16px 16px;
    width: 15px;
    height: 19px;
    background: url("../images/arrow-up.svg") no-repeat center center;
    top: 5px;
    left: 5px;
    position: relative;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.create-account-popup {
    margin-top: 0 !important;
}

.account .actions-toolbar.registration-form-toolbar {
    display: block;
}

.registration-form-toolbar .action.submit.primary {
    width: 100%;
}

.customer-account-create .social-login-authentication-channel {
    display: none;
}
.level-top > .submenu > .content-wrap > .megamenu-content{
    margin-left: 35px;
}
.mega-col  .megamenu-header img{
    height: auto !important;
}
.products-upsell .product-item-info  img,
.product-img img{
    height: auto;
}
.pos-abs{
    transition: all .2s ease-in-out;
}
.customer-account-login{
    overflow-x: hidden;
}
.page-load-status {
    display: none; /* hidden by default */
    padding-top: 20px;
    border-top: 1px solid #DDD;
    text-align: center;
    color: #777;
}
.page-load-status + .toolbar .pages{
    height: 1px;
    width: 1px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
/* loader-ellips
------------------------- */

.loader-ellips {
    font-size: 20px;
    position: relative;
    width: 4em;
    height: 1em;
    margin: 10px auto;
}

.loader-ellips__dot {
    display: block;
    width: 1em;
    height: 1em;
    border-radius: 0.5em;
    background: #555;
    position: absolute;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
    left: 0;
}
.loader-ellips__dot:nth-child(3) { left: 1.5em; }
.loader-ellips__dot:nth-child(4) { left: 3em; }

@keyframes reveal {
    from { transform: scale(0.001); }
    to { transform: scale(1); }
}

@keyframes slide {
    to { transform: translateX(1.5em) }
}

.loader-ellips__dot:nth-child(1) {
    animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
    animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
    animation-name: reveal;
    animation-direction: reverse;
}







.catalog-category-view .sw-flexslider-viewport .slides .image{
    position: relative;
}

.catalog-category-view .sw-flexslider-viewport .slides li.image::before{
    content: "";
    background: rgba(0,0,0,.3);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
}

.catalog-category-view .sw-flexslider-viewport .slides li.image img{
    opacity: 0;
}


.cms-index-index .header-container, .catalog-category-view .header-container{
    z-index: 22;
}


@media only screen and (max-width: 769px){
    .nav-primary a.level0{
        padding: 15px 17px 20px;
    }
    .header-container{
        position: sticky;
        top: 0;
    }
    .header-container .header-absolute{
        position: static;
    }
    .header-container .header-absolute-slider{
        position: static;
    }
    .catalog-category-view  .wrapper{
        overflow: visible;
    }
}

@media only screen and (max-width: 769px)  and  (max-width: 480px){
    .catalog-category-view .sw-flexslider-viewport .slides li.image{
        min-height: 400px;
    }
}
@media only screen and (min-width: 480px){
    .header-bottom .d-block.d-lg-none.mobile-col{
        display: none !important;
    }
}

@media only screen and (min-width: 771px) {
    .nav-primary a.level0{
        padding: 15px 17px 38px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .link-cart .icon {
        top: 0;
    }
}
@media only screen and (max-width: 1199px) and (min-width: 1025px) {
    .sw-flexslider .slides .slider-title .caption p {
        font-size: 14px;
        line-height: 17px;
    }

}
.showcart .counter.qty .loader-img-wrapper img{
    opacity: 0;
    visibility: hidden;
}
/*.showcart .counter.qty .loader-img-wrapper{*/
/*    background: url(../images/cart_loader.svg) no-repeat center center / contain;*/
/*    z-index: 3;*/
/*}*/
/*.showcart .counter.qty .loader-img-wrapper::after{*/
/*    display: block;*/
/*    content: "Loading...";*/
/*    text-align: center;*/
/*    color: #000;*/
/*}*/
.cart-container .cart-summary #block-shipping{
    display: none;
    opacity: 0;
    visibility: hidden;
}
.fieldset.login{
    margin-bottom: 0;
}
.custom-new-customer-block .action.create.primary.create-an-account{
    margin-top: 0 !important;
}
.megamenu-header p a img,
.megamenu-header img{
    height: auto;
}
@media all and (min-width: 768px){
    .new-arrivals .preview-item-block:nth-child(odd){
        margin-right: 30px;
    }

    .new-arrivals .preview-item-block:nth-child(even){
        margin-left: 30px;
    }
}
.minicart-items-wrapper .minicart-items .product.options > span.toggle{
    display: none;
    opacity: 0;
    visibility: hidden;
}
.minicart-items-wrapper .minicart-items .product-item-pricing{
    position: relative;
}
.zooming img{
    opacity: 0;
    transition: all .2s ease-in-out;
}
.zooming {
    cursor: zoom-in;
}
.img-gallery-full-wrapper{
    max-height: 804px;
}
@media (min-width: 787px) {
    .hide-d {
        display: none !important;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }
}

/*Checkout change structure*/
.page-layout-checkout .header.content{
    text-align: center;
}
.page-layout-checkout .header.content .logo{
    float: none;
}
.page-layout-checkout #checkout #checkoutSteps.opc .opc-block-summary .data.table.table-totals,
.page-layout-checkout #co-shipping-method-form .table-checkout-shipping-method thead{
    display: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.page-layout-checkout #checkout #checkoutSteps.opc .opc-block-summary .items-in-cart.active .title {
    margin-top: 0;
}
.items.payment-methods{
    margin-top: 10px;
}

.page-layout-checkout  .items.payment-methods .step-title{
    text-align: left;
    border-bottom: 0;
    margin-bottom: 10px;
}
.page-layout-checkout  .items.payment-methods .step-title::after{
    content: "All transactions are sure and encrypted.";
    display: block;
    font-size: 13px;
    color: rgba(0,0,0,0.6);
    line-height: 1.1;
}
.checkout-billing-address h2{
    color: #000;
    font-family: 'Ovo', serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 0;
}
.checkout-billing-address h2 + span{
    margin-bottom: 20px;
    color: rgba(0,0,0,0.6);
    font-size: 13px;
    font-family: 'Ovo', serif;
}
.checkout-container .place-order-actions {
    margin: 40px 0 0;
}
@media (min-width: 768px) {
    .page-layout-checkout #checkout {
        display: block;
        max-width: none;
    }
    .page-layout-checkout #checkout .opc-progress-bar{
        text-align: center;
    }
    .page-layout-checkout #checkout #checkoutSteps.opc{
        display: grid;
        grid-template-areas:
                'shippingaddress shippingmethod'
                'shippingaddress blocksummary'
                'payment blocksummary';
        grid-template-columns: 50% 50%;
        position: relative;
    }
    .page-layout-checkout #checkout #checkoutSteps.opc li.checkout-shipping-address{
        grid-area: shippingaddress;
        padding: 0 20px;
    }
    .page-layout-checkout #checkout #checkoutSteps.opc li.checkout-shipping-address .actions-toolbar .primary {
        display: block;
        float: none;
    }
    .page-layout-checkout #checkout #checkoutSteps.opc li.checkout-shipping-address .actions-toolbar .primary .action {
        margin: 0;
        width: 100%;
        font-size: 16px;
        padding: 20px 25px;
        line-height: 1.35;
    }
    .page-layout-checkout #checkout #checkoutSteps.opc .opc-block-summary{
        grid-area: blocksummary;
        padding: 20px;
        margin: 0 20px auto;
    }
    .page-layout-checkout #checkout #checkoutSteps.opc li.checkout-shipping-method{
        position: static;
        grid-area: shippingmethod;
        padding: 0 20px;
        margin-bottom: 30px;
    }
    .page-layout-checkout #checkout #checkoutSteps.opc .checkout-shipping-method .checkout-shipping-method{
        position: static;
    }
    .page-layout-checkout #checkout #checkoutSteps.opc li.checkout-payment-method{
        grid-area: payment;
    }
    #shipping-method-buttons-container.actions-toolbar{
        position: absolute;
        bottom: -20px;
        left: 0;
        max-width: 250px;
        margin: 0 20px;
        display: none;
    }

    .page-layout-checkout #shipping .field .control._with-tooltip #customer-email{
        width: 100%;
    }
    .page-layout-checkout #shipping .field .control._with-tooltip #customer-email + .field-tooltip.toggle{
        display: none;
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
    }

    .page-layout-checkout #co-shipping-method-form .table-checkout-shipping-method tbody tr{
        border: 1px solid #d9d9d9;
        cursor: pointer;
    }
    .page-layout-checkout #co-shipping-method-form .table-checkout-shipping-method tbody .row{
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        margin: 0 0 20px;
    }
    .page-layout-checkout #co-shipping-method-form .table-checkout-shipping-method tbody tr:hover{
        background: #e7ffe3;
    }
    .page-layout-checkout #co-shipping-method-form .table-checkout-shipping-method tbody tr:hover .price {
        font-weight: 700;
    }

    /*.page-layout-checkout #co-shipping-method-form .table-checkout-shipping-method tbody td{*/
    /*    border-color: #d9d9d9;*/
    /*}*/
    .page-layout-checkout #co-shipping-method-form .table-checkout-shipping-method tbody .col-price{
        padding-right: 0;
        padding-left: 30px;
    }
    .page-layout-checkout #co-shipping-method-form .table-checkout-shipping-method tbody .col-price .price{
        color: #000;
        font-weight: 800;
        font-size: 18px;
    }
    .page-layout-checkout #co-shipping-method-form .table-checkout-shipping-method tbody .col-method:first-child{
        padding-left: 15px;
    }
    .page-layout-checkout #co-shipping-method-form .table-checkout-shipping-method tbody .col-method{
        color: #000;
        font-weight: 600;
        padding-left: 15px;
        font-size: 15px;
    }
    .page-layout-checkout #co-shipping-method-form .table-checkout-shipping-method tbody .col-carrier{
        color: #000;
        font-weight: 600;
        font-size: 15px;
        margin-left: auto;
        padding-right: 20px;
        text-align: right;
    }
    .page-layout-checkout .table-totals .totals .amount .price,
    .page-layout-checkout .table-totals .grand.totals .amount .price{
        color: #000;
        font-weight: 700;
    }

    .page-layout-checkout #shipping .field input,
    .page-layout-checkout #shipping-new-address-form .field input{
        border: 1px solid #000;
        background-color: #fff;
        transition: border-color .2s ease-in-out;
    }
    .page-layout-checkout #shipping .field input:focus,
    .page-layout-checkout #shipping-new-address-form .field input:focus{
        border-color: #000;
    }

    #shipping-new-address-form .field[name="shippingAddress.telephone"] .control._with-tooltip{
        position: relative;
    }
    #shipping-new-address-form .field[name="shippingAddress.telephone"] .control._with-tooltip input{
        width: 100%;
    }
    #shipping-new-address-form .field[name="shippingAddress.telephone"] .control._with-tooltip .field-tooltip.toggle{
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);

    }
    #shipping-new-address-form .field[name="shippingAddress.telephone"] .control._with-tooltip .field-tooltip .field-tooltip-action::before{
        color: #000;
    }
    .page-layout-checkout #checkout #checkoutSteps.opc  #payment + .opc-block-summary .data.table.table-totals{
        display: table;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    .page-layout-checkout #checkout #checkoutSteps.opc  #payment + .opc-block-summary  .block.items-in-cart.active{
        margin-top: 20px;
    }
    .checkout-payment-method .discount-code .payment-option-title{
        border-top: 0;
    }
}
@media (min-width: 1024px){
    .page-layout-checkout #co-shipping-method-form .table-checkout-shipping-method tbody .col-price .price{
        font-size: 15px;
    }
    .page-layout-checkout #co-shipping-method-form .table-checkout-shipping-method tbody .col-method{
        padding-left: 3px;
        font-size: 13px;
    }
    .page-layout-checkout #co-shipping-method-form .table-checkout-shipping-method tbody .col-carrier{
        font-size: 13px;
    }
}

@media (min-width: 768px){
    .page-layout-checkout #co-shipping-method-form .table-checkout-shipping-method tbody .col-price .price{
        font-size: 15px;
        font-weight: 400;
        color: #000;
        padding-right: 0;
    }
    .page-layout-checkout #co-shipping-method-form .table-checkout-shipping-method tbody .col-method{
        padding-left: 10px;
        font-size: 14px;
        font-weight: 600;
        color: #000;
    }
    .page-layout-checkout #co-shipping-method-form .table-checkout-shipping-method tbody .col-carrier{
        font-size: 14px;
        font-weight: 600;
        color: #000;
    }
}
