@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;600;700;800;900&display=swap');

html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size-adjust: 100%;
}
/*
img {
    display: block;
    width: 100%;
}
*/
.loading-mask .loader > img {
    min-width: inherit;
    width: 36px;
    border-radius: 4px;
}

a, .alink {
    color: #333;
    text-decoration: underline;
}

a:hover, .alink:hover, a:visited:hover, .alink:visited:hover {
    color: #ff6245;
}

a:visited, .alink:visited {
    color: #333;
}

/*--------------------------------------------------------
MAIN
---------------------------------------------------------*/

.page-product-downloadable .product-options-bottom .field.qty {
    display: block;
}

body {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    font-size: 1.4rem;
}
.page-wrapper {
    padding-top: 0;
    -webkit-transition: padding 2.5s cubic-bezier(.63,0,.33,1);
    -moz-transition: padding 2.5s cubic-bezier(.63,0,.33,1);
    -o-transition: padding 2.5s cubic-bezier(.63,0,.33,1);
    -ms-transition: padding 2.5s cubic-bezier(.63,0,.33,1);
    transition: padding 2.5s cubic-bezier(.63,0,.33,1);
}
#maincontent.page-main-full-width [data-content-type='row'][data-appearance='contained'], [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner{
    padding-left: 20px;
    padding-right: 20px;
}
/*--------------------------------------------------------
HEADER
---------------------------------------------------------*/
.page-header {
    background-color: #f2f2f2;
    margin-bottom: 0;
    position: relative;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.39);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.39);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.39);

}
.page-header.sticky {
    position: sticky;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
}

.page-wrapper {
    padding-top: 0;
}

.page-header::before {
    content: '';
    background-color: #ff6245;
    width: 5%;
    height: calc(100% - 40px);
    position: absolute;
    bottom: 0;
    left: 0;
}

.page-header .panel.wrapper {
    height: 0;
    background-color: #666;
    border-bottom: none;
}

.header.content {
    padding: 0 20px 0 0;
    display: flex;
}

.header-content-left {
    display: flex;
    flex-direction: column-reverse;
    flex-grow: 1;
    justify-content: flex-end;
}

.header-menu {
    padding: 5px 0 0 15px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
}

.header-menu .header-menu-btn {
    margin-left: 10px;
}

.header-menu .header-menu-btn button, .header-menu .header-menu-btn > a {
    padding: 9px 12px;
    display: flex;
    align-items: flex-start;
}

.header-menu-btn.drop-down-btn {
    position: relative;
}

.header-menu-btn.drop-down-btn:hover .customer-menu {
    max-height: 165px;
    padding-top: 10px;
    top: 30px;
}

.header-menu .header-menu-btn.drop-down-btn:hover button {
    background-color: #656565;
    border: solid 1px #656565;
    color: #fff;
}

.header-menu .header-menu-btn.drop-down-btn:hover svg {
    fill: #fff;
}

.header.panel > .header.links > .customer-welcome {
    display:none;
 }

.customer-menu {
    overflow: hidden;
    padding-top: 0;
    position: absolute;
    width: 165px;
    top: 30px;
    z-index: 99;
    right: 0;
    max-height: 0;
    -moz-transition: all .4s cubic-bezier(.86,0,.07,1);
    -webkit-transition: all .4s cubic-bezier(.86,0,.07,1);
    -o-transition: all .4s cubic-bezier(.86,0,.07,1);
    transition: all .4s cubic-bezier(.86,0,.07,1);
}

/* .customer-menu::before {
    content: '';
    position: absolute;
    top: 8px;
    right: 20px;
    width: 0px;
    height: 0px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 8px solid #959595;
} */

.customer-menu ul {
    background-color: #656565;
    border-radius: 5px;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.customer-menu ul li {
    list-style: none;
    list-style-type: none;
    margin: 0;
}

.customer-menu ul li a {
    color: #fff;
    font-size: 1em;
    font-weight: 700;
    line-height: 14px;
    text-align: right;
    padding: 8px 10px;
    display: flex;
    justify-content: flex-end;
    text-decoration: none;
    flex-direction: row-reverse;
    justify-content: flex-start;
}

.customer-menu ul li a:hover {
    background-color: #727272;
    color: #fff;
    text-decoration: none;
}

.customer-menu ul li a .counter.qty {
    background-color: #f4581d;
    color: #fff;
    padding: 5px 2px;
    border-radius: 5px;
}

.header-menu .header-menu-btn > button, .header-menu .header-menu-btn > a, .minicart-wrapper > a {
    background-color: #fff;
    border: solid 1px #b2b2b2;
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-size: 1em;
    font-weight: 700;
    line-height: 14px;
    text-decoration: none;
    border-radius: 5px;
}

.header-menu .header-menu-btn > button span:not(.counter-number), .header-menu .header-menu-btn > a span:not(.counter-number), .minicart-wrapper > a span:not(.counter-number) {
    display: none;
}

.header-menu .header-menu-btn button svg, .header-menu .header-menu-btn > a svg {
    fill: #f5644b;
    width: 16px;
    height: 16px;
    margin: -1px -3px -1px -3px;
}

.header-menu .header-menu-btn button:hover, .header-menu .header-menu-btn > a:hover, .minicart-wrapper > a:hover {
    background-color: #f5644b;
    border-color: #f5644b;
    color: #fff;
    text-decoration: none;
}

.minicart-wrapper .action.showcart .counter.qty {
    border-radius: 4px;
    margin: 2px 0 0;
}

.header-menu .header-menu-btn button.action.showcart:hover .counter.qty, .header-menu .header-menu-btn > a.action.showcart:hover .counter.qty, .minicart-wrapper > a.action.showcart:hover .counter.qty{
    background-color: #fff;
    border-color: #fff;
    color: #f5644b;
    text-decoration: none;
}

.header-menu .header-menu-btn button:hover svg, .header-menu .header-menu-btn > a:hover svg {
    fill: #fff;
}

.minicart-wrapper > a:hover:before {
    color: #fff;
}
.minicart-wrapper .action.close:before {
    font-size: 24px;
}

.minicart-wrapper .product .actions > .primary:not(:last-child), .minicart-wrapper .product .actions > .secondary:not(:last-child) {
    margin-right: 0;
}

.header-menu input[type="text"] {
    font-size: 14px;
    height: 34px;
}

.logo_wrapper {
    background-color: #ff6245;
    padding-left: 40px;
}

.logo {
    background-color: #ff6245;
    display: block;
    float: none;
    margin: 0 auto 0 0;
    max-width: inherit;
    width: 100px;
}

.logo img {
    width: 230px;
}

.header.panel > .header.links > li {
    font-size: 1.3rem;
}

.page-header .switcher {
    float: none;
    margin-left: 0;
}

.page-header .panel.wrapper .switcher .options .action.toggle, .page-footer .switcher .options .action.toggle {
    font-size: 1.2rem;
}

.page-header .panel.wrapper .switcher .options .action.toggle.active:after, .page-footer .switcher .options .action.toggle.active:after {
    font-size: 22px;
    line-height: 17px;
}

.page-header .panel.wrapper .switcher .options .action.toggle:after, .page-footer .switcher .options .action.toggle:after {
    font-size: 22px;
    line-height: 17px;
}

.page-header .panel.wrapper .switcher .options ul.dropdown {
    left: 0;
    right: inherit;
}

.page-header .panel.wrapper .switcher .options ul.dropdown, .page-footer .switcher .options ul.dropdown, .page-header .panel.wrapper .switcher .options ul.dropdown:after, .page-footer .switcher .options ul.dropdown:after {
    list-style: none none;
    background: #ffffff;
    border: 0;
    margin-top: 3px;
    min-width: 120px;
    top: 100%;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,.12);
}

.page-header .panel.wrapper .switcher .options ul.dropdown:before, .page-footer .switcher .options ul.dropdown:before {
    border: none;
}

.page-header .panel.wrapper .switcher .options ul.dropdown a, .page-footer .switcher .options ul.dropdown a {
    color: #333333;
    font-size: 1.3rem;
    text-decoration: none;
    display: block;
    padding: 6px 10px;
}

.page-header .panel.wrapper .switcher .options ul.dropdown:before {
    left: 13px;
    right: inherit;
}

.page-header .panel.wrapper .switcher .options ul.dropdown:after {
    left: 13px;
    right: inherit;
}

.page-header .panel.wrapper .switcher .options .action.toggle, .page-footer .switcher .options .action.toggle {
    font-size: 1.3rem;
}

.nav-open .nav-sections {
background-color: #f2f2f2;
}

.nav-toggle {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    left: 10px;
    position: absolute;
    top: 2px;
    z-index: 14;
}

.nav-toggle:before, .nav-toggle:hover:before {
    color: #fff;
}

/*--------------------------------------------------------
BUTTONS
---------------------------------------------------------*/

.abs-action-button-as-link, .abs-action-remove, .abs-discount-block .action.check, .popup .actions-toolbar .action.cancel, .paypal-button-widget .paypal-button, .bundle-options-container .action.back, .cart.table-wrapper .actions-toolbar > .action-delete, .cart.table-wrapper .action.help.map, .checkout-index-index .modal-popup .modal-footer .action-hide-popup, .opc-wrapper .edit-address-link, .opc-block-shipping-information .shipping-information-title .action-edit, .action-auth-toggle, .checkout-payment-method .checkout-billing-address .action-cancel, .checkout-agreements-block .action-show, .gift-options .actions-toolbar .action-cancel, .gift-summary .action-edit, .gift-summary .action-delete, .action-gift, .gift-wrapping-title .action-remove, .wishlist.split.button > .action, .block.related .action.select, .abs-add-fields .action.remove, .paypal-review-discount .action.check, .cart-discount .action.check, .form-giftregistry-share .action.remove, .form-giftregistry-edit .action.remove, .form-add-invitations .action.remove, .form-create-return .action.remove, .form.send.friend .action.remove {
    color: #292929;
}

.abs-button-l, #store-selector .form-continue .actions-toolbar .action.primary, .order-review-form .action.primary, .bundle-actions .action.primary.customize, .bundle-options-container .block-bundle-summary .box-tocart .action.primary, .cart-summary .checkout-methods-items .action.primary.checkout, .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, .box-tocart .action.instant-purchase, .multicheckout .action.primary, .box-tocart .action.tocart {
    line-height: 1.2rem;
    padding: 14px 17px;
    font-size: 1.6rem;
}

.abs-toggling-title:after, .abs-cart-block>.title:after, .minicart-items .product .toggle:after, .abs-discount-block .block>.title:after, .cart-summary .block>.title:after, .paypal-review-discount .block>.title:after, .cart-discount .block>.title:after {
    font-size: 32px;
    line-height: 16px;
}

.action.primary, .action-primary {
    background-image: none;
    background: #f5644b;
    border: 1px solid #f5644b;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    padding: 7px 15px;
    font-size: 1.4rem;
    box-sizing: border-box;
    vertical-align: middle;
    -webkit-transition: all .25s cubic-bezier(.63,0,.33,1);
    -moz-transition: all .25s cubic-bezier(.63,0,.33,1);
    -o-transition: all .25s cubic-bezier(.63,0,.33,1);
    -ms-transition: all .25s cubic-bezier(.63,0,.33,1);
    transition: all .25s cubic-bezier(.63,0,.33,1);
}

.action.primary:hover, .action-primary:hover {
    background: #44c72c;
    border: 1px solid #44c72c;
    color: #ffffff;
}

a.pagebuilder-button-primary:hover, button.pagebuilder-button-primary:hover, div.pagebuilder-button-primary:hover {
    background: #006bb4;
    border: 2px solid #006bb4;
    color: #ffffff;
}

/*-----------------------------------------------------------------------------------
PAYCOMET SIMULATOR
-----------------------------------------------------------------------------------*/
.ic-simulator {
    background-color: #f8f8f8;
    border-radius: 5px;
}

.payment-methods .extra-text-ic {
    margin-bottom: 20px;
}

.payment-methods .ic-simulator {
    margin-bottom: 20px;
}

/*-----------------------------------------------------------------------------------
TOGGLE_SWICTH INPUT
-----------------------------------------------------------------------------------*/

.toggle_switch {cursor: pointer;padding: 8px 0;width: 100%;margin: 0;
	display: flex;
	justify-content: flex-start;
	gap: 10px;
    align-items: center;
    -webkit-transition: border-color .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out;
    transition: border-color .15s ease-in-out;
	border-radius: 5px;
}
.toggle_switch.big {
    justify-content: flex-start;
    align-items: center;
}
.toggle_switch.grey {background-color: #f8f8f8;}
.toggle_switch p {color: #c9c9c9;
    -webkit-transition: color .15s ease-in-out;
    -o-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
}
.toggle_switch.active p {color: #888;}
.toggle_switch p {font-size: 14px;font-weight: 700;text-align: center;margin-bottom: 0;}
.toggle_switch input {opacity: 0;width: 0;height: 0;position: absolute;z-index: 0;}
.toggle_switch label {margin-bottom: 0;}
.toggle_switch > span {font-size: 14px;}
.toggle_switch > span:first-child {margin-right: 10px;}
.toggle_switch .toggle_switch_slider {position: relative;left: inherit;top: inherit;}
.toggle_switch_slider {background-color: #cacaca;cursor: pointer;width: 35px;height: 14px;position: absolute;left: 0;top: 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: inset 4px 4px 0px 0px rgba(50, 50, 50, 0.20);
}
.toggle_switch.big .toggle_switch_slider {width: 60px;height: 20px;margin: 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.toggle_switch_slider::before {content: '';background-color: #fff;width: 10px;height: 10px;position: absolute;left: 2px;top: 2px;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.toggle_switch.big .toggle_switch_slider::before {width: 14px;height: 14px;position: absolute;left: 3px;top: 3px;
	border-radius: 50px;
}
input:checked+.toggle_switch_slider {background-color: #06c18a;}
input:checked+.toggle_switch_slider:before {
    -webkit-transform: translateX(21px);
    -ms-transform: translateX(21px);
    transform: translateX(21px);
}
.toggle_switch.big input:checked+.toggle_switch_slider:before {
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
}

/*--------------------------------------------------------
CART
---------------------------------------------------------*/
.minicart-wrapper {
    margin-top: 0;
    margin-left: 10px;
    vertical-align: top;
}
.minicart-wrapper > a {
    background-color: #fff;
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-size: 1em;
    font-weight: 700;
    line-height: 10px;
    border-radius: 5px;
    padding: 2px 5px;
    display: flex;
    vertical-align: top;
}

.minicart-wrapper .action.showcart:before, .minicart-wrapper .action.showcart.active:before {
    color: #ff6245;
}

.minicart-wrapper .action.showcart:hover:before, .minicart-wrapper .action.showcart.active:hover:before {
    color: #fff;
}

.minicart-wrapper .action.showcart .counter-number {
    text-shadow: none;
}

.minicart-items .product-item .product .product-item-photo {
    display: inline-flex;
}

.minicart-wrapper .block-minicart {
    right: 0;
    border-radius: 5px;
}

.minicart-items .action.edit:before, .minicart-items .action.delete:before {
    font-size: 34px;
}

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

.minicart-items .product-item-pricing .label {
    font-size: 1.2rem;
    display: block;
    margin-bottom: 5px;
}

.minicart-items .item-qty {
    width: 40px;
    height: 25px;
    border-radius: 5px;
}

.minicart-items-wrapper {
    max-height: calc(100vh - 340px);
}

.opc-progress-bar {
    padding-top: 30px;
    width: calc(66.666667% - 30px);
}

.opc-progress-bar-item > span:before, .opc-progress-bar-item > span:after {
    border: none;
}

.opc-progress-bar-item._active > span:after {
    background: #ff5501!important;
    color: #fff!important;
}

.opc-progress-bar-item:last-child > span:after {
    background: #e4e4e4;
    color: #333333;
}

.opc-progress-bar-item > span:after {
    background: #ffffff;
}

.opc-progress-bar-item:before {
    background: #e4e4e4;
    border: none;
    height: 8px;
    top: 16px;
}

.opc-progress-bar-item:first-child:before {
    border-radius: 0;
}

.opc-progress-bar-item:last-child:before {
    border-radius: 0;
}

.opc-progress-bar-item:last-child._complete > span:after {
    background-color: #ff5501;
}

.opc-progress-bar-item > span:after {
    top: 6px;
    width: 26px;
    color: #ffffff;
}

.opc-progress-bar-item._complete > span:after {
    background: #e4e4e4;
}

.opc-progress-bar-item._complete > span:after {
    color: #5f5f5f;
}

.authentication-wrapper {
    float: right;
    margin-top: 38px;
    max-width: 50%;
    position: relative;
    z-index: 1;
}

.cart.table-wrapper .actions-toolbar > .action-edit:before, .cart.table-wrapper .actions-toolbar > .action-delete:before {
    font-size: 28px;
}

.cart.table-wrapper .col.qty .input-text {
    width: 45px;
}

.cart.table-wrapper .col.qty {
    text-align: right;
}

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

.payment-option-inner input[type="text"] {
    height: 32px;
}

.opc-wrapper .form-login, .opc-wrapper .form-shipping-address {
    max-width: 100%;
}

.opc-wrapper .form-login .fieldset, .opc-wrapper .form-shipping-address .fieldset {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.opc-wrapper .form-login .fieldset .field, .opc-wrapper .form-shipping-address .fieldset .field, .opc-wrapper .form-login .fieldset .field .field, .opc-wrapper .form-shipping-address .fieldset .field .field {
    width: 100%;
}

/*--------------------------------------------------------
MODAL
---------------------------------------------------------*/
.modal-slide .modal-inner-wrap, .modal-popup .modal-inner-wrap {
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.modal-popup .modal-header, .modal-popup .modal-content, .modal-popup .modal-footer {
    padding-left: 30px;
    padding-right: 30px;
}

.modal-custom .action-close:before, .modal-popup .action-close:before, .modal-slide .action-close:before {
    font-size: 28px;
    font-weight: 700;
}

.minicart-wrapper .product .actions {
    float: right;
    margin: -40px 0 0;
    position: relative;
    z-index: 3;
}

.modal-popup .modal-footer {
    display: flex;
    justify-content: space-between;
}

.modal-popup .action-close {
    padding: 10px 8px;
}

.payment-method {
    border: solid 1px #cacaca;
    border-radius: 7px;
    margin-bottom: 20px;
    padding: 0 20px;
}

.payment-method .payment-method-title label span {
    font-weight: 700;
}

.payment-method._active {
    border: solid 2px #f5644b;
}

.checkout-payment-method .payment-method + .payment-method .payment-method-title {
    border-top: none;
}

.payment-method-title label img {
    min-width: auto;
    width: auto;
}

.payment-method-title label img {
    min-width: auto;
    width: auto;
}

.cart-empty {
    background-color: #e8f7fb;
    padding: 20px;
    border-radius: 7px;
}

.checkout-success {
    background-color: #e5efe5;
    padding: 20px;
    border-radius: 7px;
}

.checkout-success p, .cart-empty p {
    font-size: 1.6rem;
}

.checkout-success p:first-child {
    font-size: 2.2rem;
}

.cart-empty p a {
    text-decoration: underline;
}

.checkout-success-registration {
    background-color: #dff1ff;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 7px;
}

/*--------------------------------------------------------
NAV
---------------------------------------------------------*/
.nav-sections {
    background: none;
    margin-bottom: 0;
}

.navigation {
    background: none;
    padding-right: 20px;
    padding-left: 20px;
}

.navigation .level0 .submenu a {
    text-decoration: none;
}

.block-search {
    margin-top: 0;
    padding-left: 0;
    flex-grow: 0;
}

.block-search .label {
    background-color: #fff;
    border: solid 1px #b2b2b2;
    color: #333;
    font-weight: 700;
    height: 32px;
    width: 32px;
    line-height: 14px;
    border-radius: 5px;
}

.block-search .label:before {
    color: #f5644b;
    line-height: 32px;
    margin: 0;
    height: 32px;
    width: 32px;
}

.block-search .control {
    background-color: #f2f2f2;
    border: none;
    clear: both;
    margin: 0 0 -1px;
    padding: 0 15px;
    position: absolute;
    top: 43px;
    right: 0;
    left: 0;
    z-index: 999;
    -webkit-box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.30);
    -moz-box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.30);
    box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.30);
}

.navigation .submenu:not(:first-child) {
    background-color: #fff;
}

.navigation .submenu:not(:first-child) .active > a {
    background-color: #f8f8f8;
}

/*--------------------------------------------------------
MESSAGE > COOKIES
---------------------------------------------------------*/
.page-main-full-width .page.messages {
    box-sizing: border-box;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1420px;
    padding-left: 20px;
    padding-right: 20px;
}

.page-main-full-width .page.messages > div > div {
    box-sizing: border-box;
    /* margin-top: 30px; */
}

.message.global.cookie {
    bottom: inherit;
    left: inherit;
    padding: 30px;
    position: relative;
    right: inherit;
    z-index: 3;
}

.message.global.cookie .actions {
    margin-top: 20px;
}

.message.global.noscript a, .message.global.cookie a {
    color: #333;
    font-weight: bold;
    text-decoration: underline;
}

.full-screen-message {
    background: rgba(0, 0, 0, 0.7);
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.message.global.noscript, .message.global.cookie {
    margin: 0 0 10px;
    padding: 30px;
    display: block;
    line-height: 1.3em;
    font-size: 1.3rem;
    background: #fff;
    border-color: #fff;
    color: #333333;
    margin: 0;
    border-radius: 7px;
    -webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.25);
    -moz-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.25);
    box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.25);
}

.message.global.cookie h2 {
    margin: 0 0 20px 0;
}

.message.global.cookie h2 svg {
    margin-right: 10px;
}

.message.global.cookie .actions {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
}

.message.global.cookie .actions button {
    width: 100%;
    padding: 10px 15px;
}

.cookies_list {
    display: block;
    margin-top: 20px;
}

.cookies_list .cookies_list_item {
    border: solid 2px #cacaca;
    margin-bottom: 10px;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 7px;
}

.cookies_list .cookies_list_item h4 {
    font-size: 1.5rem;
    margin: 10px 0;
}

/*--------------------------------------------------------
MESSAGE > AVISOS
---------------------------------------------------------*/
.message.error {
    margin: 0 0 20px;
    padding: 15px 20px;
    display: block;
    line-height: 1.2em;
    font-size: 1.5rem;
    background: #fae5e5;
    color: #e02b27;
    padding-left: 40px;
    position: relative;
    border-radius: 7px;
}

.message.success {
    margin: 0 0 20px;
    padding: 15px 20px;
    display: block;
    line-height: 1.2em;
    font-size: 1.5rem;
    background: #e5efe5;
    color: #006400;
    padding-left: 40px;
    position: relative;
    border-radius: 7px;
}

.message.info {
    margin: 0 0 20px;
    padding: 15px 20px;
    display: block;
    line-height: 1.2em;
    font-size: 1.5rem;
    background: #d6edff;
    color: #6f4400;
    padding-left: 40px;
    position: relative;
    border-radius: 7px;
}

.message.error > *:first-child:before {
    left: 0;
}

.message.info > *:first-child:before, .message.error > *:first-child:before, .message.success > *:first-child:before {
    top: 50%;
    margin-top: -14px;
}

/*--------------------------------------------------------
BUTTONS
---------------------------------------------------------*/
a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
    text-decoration: none;
    background-image: none;
    background: #fff;
    border: 2px solid #a4a4a4;
    color: #a4a4a4;
    cursor: pointer;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin: 0;
    font-size: 1.2rem;
    box-sizing: border-box;
    vertical-align: middle;
    line-height: 0.5rem;
    border-radius: 5px;
    box-shadow: none;
}

button, a.action.primary {
    border-radius: 5px;
}

.abs-actions-addto:before, .bundle-options-container .block-bundle-summary .product-addto-links > .action:before, .wishlist.split.button > .action.split:before, .product-social-links .action.mailto.friend:before, .product-social-links .action.towishlist:before, .block-bundle-summary .action.towishlist:before, .product-item .action.towishlist:before, .table-comparison .action.towishlist:before, .product-item-actions .actions-secondary > .action:before, .product-social-links .action.tocompare:before {
    font-size: 28px;
}

.abs-actions-addto:before, .bundle-options-container .block-bundle-summary .product-addto-links > .action:before, .wishlist.split.button > .action.split:before, .product-social-links .action.mailto.friend:before, .product-social-links .action.towishlist:before, .block-bundle-summary .action.towishlist:before, .product-item .action.towishlist:before, .table-comparison .action.towishlist:before, .product-item-actions .actions-secondary > .action:before, .product-social-links .action.tocompare:before {
    width: 28px;
}

/*--------------------------------------------------------
HEADINGS
---------------------------------------------------------*/
h1 {
    font-weight: 200;
}

.pagebuilder-column h1, .page-title h1 {
    border-left: solid 10px #f60;
    padding-left: 10px;
}

h2 {
    font-size: 3rem;
    font-weight: 200;
    line-height: 0.825;
}

h3 {
    font-weight: 600;
}

h2.home_section_heading {
    border-left: solid 10px #f60;
    font-weight: 800;
    padding-left: 10px;
    margin-bottom: 3rem;
    text-transform: uppercase;
    width: 100%;
}

.page-title-wrapper {
    padding-top: 30px;
}

.page-title-wrapper .page-title {
    color: #353535;
    font-weight: 700;
}

.cms-index-index  .page-title-wrapper {
    display: none;
}

/*--------------------------------------------------------
FORM / IMPUTS
---------------------------------------------------------*/
.page-products #maincontent {
    padding-top: 0;
}

.account #maincontent {
    padding-top: 40px;
}

.abs-discount-code .form-discount, .checkout-payment-method .payment-option-content .form-discount {
    display: flex;
    gap: 10px;
}

.checkout-payment-method .payment-option-content .form-discount #discount-code {
    width: 245px;
}

/*--------------------------------------------------------
FORM / IMPUTS
---------------------------------------------------------*/
input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type*="date"], input[type="email"] {
    background-color: #fff;
    border: solid 1px #b2b2b2;
    border-radius: 5px;
    height: auto;
    padding: 8px 10px;
    font-family: 'Poppins', sans-serif;
    -webkit-box-shadow: inset 5px 5px 0 0 rgba(50,50,50,.05);
    -moz-box-shadow: inset 5px 5px 0 0 rgba(50,50,50,.05);
    box-shadow: inset 5px 5px 0 0 rgba(50,50,50,.05);
}

._keyfocus *:focus, input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus {
    background-color: #f1f9f9;
    border-color: #000;
    -webkit-box-shadow: inset 5px 5px 0 0 rgba(50,50,50,.05);
    -moz-box-shadow: inset 5px 5px 0 0 rgba(50,50,50,.05);
    box-shadow: inset 5px 5px 0 0 rgba(50,50,50,.05);
}
input.mage-error, select.mage-error, textarea.mage-error {
    background-color: #fff7f7;
    border-color: #ed8380;
}
textarea {
    background-color: #fff;
    border: solid 1px #b2b2b2;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
    -webkit-box-shadow: inset 5px 5px 0 0 rgba(50,50,50,.05);
    -moz-box-shadow: inset 5px 5px 0 0 rgba(50,50,50,.05);
    box-shadow: inset 5px 5px 0 0 rgba(50,50,50,.05);
}
select {
    background-color: #fff;
    border: solid 1px #b2b2b2;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
    height: 40px;
    -webkit-appearance: revert;
    -moz-appearance: revert;
    -ms-appearance: revert;
    appearance: revert;
}

.toolbar select {
    background-color: #fff;
    box-shadow: none;
    border-radius: 3px;
}

select:not([disabled]), select:not([disabled]):focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.form.form-discount .control .input[type="text"] {
    height: 32px;
}

.field_qty {
    position: relative;
    display: inline-flex;
}

.field_qty input[type="number"] {
    margin-top: -0!important;
    width: 42px;
    border-radius: 0;
}

.field_qty.field_qty_small input[type="number"]{
    height: 23px!important;
    width: 30px;
    border-radius: 0;
}

.field_qty_button {
    border: solid 1px #b2b2b2;
    cursor: pointer;
    font-size: 18px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.field_qty.field_qty_small .field_qty_button {
    font-size: 15px;
    width: 16px;
}

.field_qty_button:hover {
    background-color: #44c72c;
    color: #fff;
}

.field_qty_button.field_qty_button_left {
    margin-right: -1px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.field_qty_button.field_qty_button_right {
    margin-left: -1px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.field_qty.field_qty_small .update-cart-item {
    font-size: 1rem;
    padding: 3px 7px;
}

.checkbox_text {font-size: 13px;line-height: 13px;
    display: flex;
    align-content: center;
    align-items: center;
}

.checkbox_text input[type="checkbox"] {margin: -2px 5px 0 0;}

#message_accept_privacy_policy p {
    color: #e02b27;
    font-size: 1.2rem;
    margin: 15px 0 0 0;
}

.control.captcha-image .captcha-img {max-height: 50px;}

/*--------------------------------------------------------
HOME MAIN SLIDER
---------------------------------------------------------*/

.main_sliders .pagebuilder-slide-wrapper {
    padding-bottom: 41.5%;
    overflow: hidden;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.pagebuilder-slider.main_sliders .slick-dots {width: 100%;
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
}

.pagebuilder-slider.main_sliders .slick-dots li {height: auto;margin: 0;
    width: 100%;
}

.pagebuilder-slider.main_sliders .slick-dots li button {height: auto;padding: 5px 15px;text-indent: 0;width: 100%;}

/*--------------------------------------------------------
SLIDER
---------------------------------------------------------*/
.pagebuilder-slide-wrapper {
    padding-bottom: 41.5%;
    overflow: hidden;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.pagebuilder-slider {
    height: 45%;
}

.slick-dots {
    width: auto;
    z-index: 999;
}

.pagebuilder-slider .slick-dots {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -50px;
    z-index: 90;
    display: flex;
    flex-wrap: nowrap;
}

.pagebuilder-slider .slick-dots li {
    width: 100%;
}

.pagebuilder-slider .slick-dots li button {
    background-color: #e3e3e3;
    border: none;
    position: relative;
    width: 100%;
    height: 15px;
    border-radius: 3px;
}

/*.pagebuilder-slider .slick-dots li button:before {
    content: '';
    background-color: #f5644b;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 3px;
    top: 3px;
    z-index: 2;
    border-radius: 15px;
    opacity: 0;
}*/

.pagebuilder-slider .slick-dots li.slick-active button {
    background-color: #f5644b;
    pointer-events: none;
}

.pagebuilder-slider .slick-dots li button:hover {
    background-color: #4b4b4b;
}

/*.pagebuilder-slider .slick-dots li:hover button:before {
    background-color: #333;
}*/

/*.pagebuilder-slider .slick-dots li.slick-active button::before, .pagebuilder-slider .slick-dots li:hover button::before {
    background-color: #f5644b;
    opacity: 1;
}*/

.product-items .slick-dots {
    padding: 20px 15px 0;
}

.product-items .slick-dots li {
    width: 40px;
}

.product-items .slick-dots li button {
    background: #e3e3e3;
    border-radius: 3px;
    border: none;
    height: 8px;
    width: 40px;
}

.product-items .slick-dots li button:hover {
    background: #4b4b4b;
}

.product-items .slick-dots li.slick-active button {
    background: #f5644b;
}

.slick-prev, .slick-next {
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    background: rgba(252, 252, 252, 0.6);
    border: none;
    border-radius: 0;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 45px;
    line-height: 0;
    outline: none;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 45px;
    z-index: 98;
    border-radius: 7px;
}

.slick-prev:active, .slick-next:active, .slick-prev:focus, .slick-next:focus, .slick-prev:not(.primary), .slick-next:not(.primary) {
    background: rgba(97, 97, 97, 1);
    border: none;
    box-shadow: none;
}

.slick-prev:before, .slick-next:before, .slick-prev:after, .slick-next:after {
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    opacity: 1;
}

.slick-prev:hover:before, .slick-next:hover:before {
    color: #fff;
}

.slick-prev.slick-disabled, .slick-next.slick-disabled, .slick-prev:hover.slick-disabled, .slick-next:hover.slick-disabled {
    opacity: .2;
    pointer-events: none;
}

.slick-prev:not(.slick-disabled):hover, .slick-next:not(.slick-disabled):hover {
    background: #ff6245;
}

.slick-next {
    right: -10px;
}

.slick-prev {
    left: -10px;
}

.pagebuilder-slide-wrapper .pagebuilder-overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

/*--------------------------------------------------------
FEATURED BLOCK GRID
---------------------------------------------------------*/
/*.home_block.featured_block {
    margin: 100px 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4,2fr);
    grid-gap: 30px;
    grid-template-areas: "main_feature main_feature small_feature_01 small_feature_02" "main_feature main_feature small_feature_03 small_feature_04";
}

.home_block.featured_block .featured_block_item {
    border-radius: 7px;
}

.home_block.featured_block .featured_block_item.feature_big  {min-height: 450px;
    background-color: #f60;
    grid-area: main_feature;
}

.home_block.featured_block .featured_block_item.feature_small_01  {
    background-color: #f00;
    grid-area: small_feature_01;
}

.home_block.featured_block .featured_block_item.feature_small_02  {
    background-color: rgb(0, 255, 21);
    grid-area: small_feature_02;
}

.home_block.featured_block .featured_block_item.feature_small_03  {
    background-color: rgb(251, 255, 0);
    grid-area: small_feature_03;
}

.home_block.featured_block .featured_block_item.feature_small_04  {
    background-color: rgb(247, 0, 255);
    grid-area: small_feature_04;
}*/

/*--------------------------------------------------------
FEATURED BLOCK FLEX
---------------------------------------------------------*/

.home_block.featured_block {
    width: 100%;
    height: auto;
    margin: 100px 0;
    padding: 0;
    display: flex;
    flex-direction: row!important;
    gap: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.home_block.featured_block .featured_block_item {
    border: solid 2px #f8f8f8;
    border-radius: 7px;
    background-color: #f8f8f8;
    overflow: hidden;
}

.home_block.featured_block .featured_block_item:hover {
    border-color: #a9a9a9;
}

.home_block.featured_block .featured_block_item > div, .home_block.featured_block .featured_block_item .pagebuilder-banner-wrapper{
    height: 100%;
}

.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    min-height: 100%!important;
}

.home_block.featured_block .featured_block_item.feature_big  {
    width: 100%;
    height: 500px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.home_block.featured_block .featured_block_item.feature_small  {
    width: calc(50% - 10px);
    height: 250px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.home_block.featured_block .featured_block_item .pagebuilder-banner-wrapper .pagebuilder-poster-content {
    position: absolute;
    bottom: 30px;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.home_block.featured_block .featured_block_item .pagebuilder-banner-wrapper .pagebuilder-poster-content h2 {
    font-weight: 700;
    margin: 0 10px 20px 10px;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.home_block.featured_block .featured_block_item.feature_small .pagebuilder-banner-wrapper .pagebuilder-poster-content h2 {
    margin: 0 10px 10px 10px;
}

.home_block.featured_block .featured_block_item:hover .pagebuilder-banner-wrapper .pagebuilder-poster-content h2 {
    color: #f5644b;
}

.home_block.featured_block .featured_block_item.feature_small .pagebuilder-banner-wrapper .pagebuilder-poster-content {
    bottom: -20px;
}

.home_block.featured_block .featured_block_item:hover .pagebuilder-banner-wrapper .pagebuilder-poster-content {
    border-color: #a9a9a9;
    bottom: 40px;
}

.home_block.featured_block .featured_block_item.feature_small:hover .pagebuilder-banner-wrapper .pagebuilder-poster-content {
    bottom: 10px;
}

.home_block.featured_block .featured_block_item.feature_small .pagebuilder-banner-wrapper .pagebuilder-poster-content h2 span {
    font-size: 2rem!important;
}

.home_block.featured_block .featured_block_item .pagebuilder-banner-wrapper .pagebuilder-banner-button {
    background-color: #fff;
    border: solid 4px #f5644b;
    color: #f5644b;
    margin-top: 10px;
}

.home_block.featured_block .featured_block_item:hover .pagebuilder-banner-wrapper .pagebuilder-banner-button {
    margin-bottom: 0;
}

.home_block.featured_block .featured_block_item .pagebuilder-banner-wrapper .pagebuilder-banner-button:hover {
    background-color: #f5644b;
    border: solid 4px #f5644b;
    color: #fff;
}

.pagebuilder-banner-wrapper [data-element='content'] {
    min-height: auto;
    overflow: auto;
}


/*--------------------------------------------------------
TABLES
---------------------------------------------------------*/
.data-table-definition-list {
    border-top: solid 1px #cacaca;
    border-left: solid 1px #cacaca;
}

.data-table-definition-list thead {
    background-color: #f2f2f2;
}

.data-table-definition-list th, .data-table-definition-list td {
    border-right: solid 1px #cacaca;
    border-bottom: solid 1px #cacaca;
}

/*--------------------------------------------------------
BREADCRUMBS
---------------------------------------------------------*/
.breadcrumbs {padding-top: 20px;}

/*--------------------------------------------------------
CATEGORIES SCREEN
---------------------------------------------------------*/
.category-view {
    background-color: #e6e6e6;
    margin-bottom: 30px;
}

.category-view .breadcrumbs {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
}

.category-header {
    padding-right: 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.category-header .category-image {
    margin-bottom: -20px;
    display: flex;
    align-items: flex-end;
}

.category-header .category-image img {
    max-height: 200px;
}

.category-header .category-description {
    max-width: 50%;
}
.category-header .category-description h1 {
    color: #ff6245;
    font-weight: 700;
    margin-bottom: 0;
}

/*--------------------------------------------------------
CATEGORIES LINKS
---------------------------------------------------------*/
.home_block.categories_links_block {
    margin-bottom: 40px!important;
}
.category_link_block {
    margin-right: 0;
    padding: 30px 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0 20px;
}
.category_link .category_link_block .category_link_text {
    padding: 0 0 0 30px;
}
.category_link.category_link_left .category_link_block .category_link_text {
    padding: 0 30px 0 0;
}

.category_link {
    border: solid 4px #f5644b;
    background-color: #f5644b;
    height: auto;
    margin: 30px 0;
    border-radius: 5px;
    display: flex;
    flex-direction: column-reverse;
    text-decoration: none;
    gap: 20px;
    -webkit-transition: all .25s cubic-bezier(.63,0,.33,1);
    -moz-transition: all .25s cubic-bezier(.63,0,.33,1);
    -o-transition: all .25s cubic-bezier(.63,0,.33,1);
    -ms-transition: all .25s cubic-bezier(.63,0,.33,1);
    transition: all .25s cubic-bezier(.63,0,.33,1);
}
.category_link h2 {
    margin-top: 0;
}
.category_link:hover {
    background-color: #fff;
}
.category_link:hover h2.category_link_heading {
    color: #f5644b;
    -webkit-transition: all .25s cubic-bezier(.63,0,.33,1);
    -moz-transition: all .25s cubic-bezier(.63,0,.33,1);
    -o-transition: all .25s cubic-bezier(.63,0,.33,1);
    -ms-transition: all .25s cubic-bezier(.63,0,.33,1);
    transition: all .25s cubic-bezier(.63,0,.33,1);
}
.category_link.category_link_left {
    flex-direction: column-reverse;
}
.category_link.category_link_04 {
    flex-direction: row-reverse;
}
.category_link.category_link_04 .category_link_heading {
    font-size: 2.4rem!important;
}
.category_link.category_link_04 img {
    width: 200px;
}
.category_link:hover {text-decoration: none;
    color: #fff;
}
.category_link h2.category_link_heading {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}
.category_link img {
    margin-top: -50px;
}
/*--------------------------------------------------------
FAST LINKS BLOCK
---------------------------------------------------------*/
.home_block.fast_links_block {
    margin: 0 0 50px 0!important;
}
.fast_link .pagebuilder-button-secondary {
    border: solid 2px #b0b0b0;
    background-color: #f2f2f2;
    padding: 3px 12px;
    border-radius: 7px;
}

.fast_link > div {
    line-height: auto;
}

.fast_link span {
    color: #818181;
    font-family: 'Poppins',sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
}

a.pagebuilder-button-secondary:hover, button.pagebuilder-button-secondary:hover, div.pagebuilder-button-secondary:hover {
    background: #ff6245;
    border: 2px solid #ff6245;
    color: #fff;
}

.fast_link:hover .pagebuilder-button-secondary {
    border-color: #ff6245;
    background-color: #ff6245;
}

.fast_link:hover .pagebuilder-button-secondary span {
    color: #fff;
}

/*--------------------------------------------------------
BLOCKS
---------------------------------------------------------*/
.home_block {
    margin:  50px 0!important;
}

.home_block.main_slider_block {
    margin: 0 0 120px 0!important;
}
.home_block.home_campaign_logo {
    max-width: 230px;
}

/*--------------------------------------------------------
BANNERS
---------------------------------------------------------*/
.takeover_banner_wrapper {
    margin-bottom: 0;
    min-height: auto;
    overflow: hidden;
}

.takeover_banner_wrapper .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    display: none;
}

.takeover_banner_wrapper .takeover_banner {
    background-color: #000;
    height: 100%;
}

.takeover_banner_wrapper .takeover_banner > a > div {
    background-position: center top!important;
    background-attachment: inherit!important;
    background-size: contain!important;
    padding-bottom: 74%;
}

.robapaginas {max-width: 250px;}
.dobleroba {max-width: 300px;margin-left: 20px;}
.header_mobile {max-width: 250px;}
.leaderbord {max-width: 728px;}
.billboard {max-width: 980px;}
.billboard_l > figure {max-width: 1025px;margin: 0 auto;}
.billboard_xl {max-width: 100%;}

.home_block.banner_double {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

.home_block.banner_double > figure {
    width: 100%;
}

/*--------------------------------------------------------
BANNER DUO BLOCK
---------------------------------------------------------*/
.home_block.banner_duo_block {
    display: flex;
    gap: 20px;
    flex-direction: row!important;
    flex-wrap: nowrap;
}

.home_block.banner_duo_block .banner_duo_block_item {
    width: 100%;
}

/*--------------------------------------------------------
BLOCK PRODUCTS + LATERAL BANNER
---------------------------------------------------------*/
.home_block.product_right_banner_block {

}

.home_block.product_right_banner_block .product_right_banner_block_main {
    float: left;
    width: calc(100% - 320px);
}

.home_block.product_right_banner_block .product_right_banner_block_aside {
    float: right;
    width: 300px;
}

/*--------------------------------------------------------
MODULES & BLOCKS -- HOME
---------------------------------------------------------*/



/*--------------------------------------------------------
PAGINATION
---------------------------------------------------------*/
.pages .action {
    background: none;
    box-shadow: none;
    border: 1px solid #e3e3e3;
    padding: 0;
    border-radius: 50px;
    position: relative;
    margin-right: 0;
    margin-left: 0;
    width: 34px;
    height: 34px;
    vertical-align: top;
}
.pages .item {
    color: #666;
    font-size: 1.2rem;
    margin: 0 6px 0 0;
}

.pages strong.page {
    background-color: #ababab;
    color: #fff;
    padding: 0;
    font-size: 1.4rem;
    line-height: 34px;
    width: 36px;
    height: 36px;
    border-radius: 50px;
    vertical-align: top;
}

.pages a.page {
    border: 1px solid #e3e3e3;
    color: #999;
    padding: 0;
    font-size: 1.4rem;
    line-height: 34px;
    width: 34px;
    height: 34px;
    border-radius: 50px;
    vertical-align: top;
}

.pages a.page:hover {
    background-color: #efefef;
}

.pages .action.previous {
    margin-right: 0;
}

.pages .action.next {
    margin-left: 0;
}

.pages .action.next:before, .pages .action.previous:before {
    width: 38px;
    position: absolute;
}
.pages .action.previous:before {
    left: -1px;
    top: 1px;
}
.pages .action.next:before {
    left: 1px;
    top: 1px;
}
.pages a.page:visited {
    color: #999;
}

/*--------------------------------------------------------
PREORDER
---------------------------------------------------------*/
.preorder_message {
    background-color: #fbf7dd;
    margin-bottom: 30px;
    padding: 15px;
    border-radius: 7px;
}

.preorder_message.aviso {
    background-color: #fbf7dd;
    margin: 10px 0;
    padding: 10px;
    border-radius: 7px;
}

.preorder_message p.preorder_date {
    font-weight: 700;
}

.preorder_message.aviso p {
    font-size: 1.25rem;
    font-weight: 700;
}

.preorder_message.small {
    display: inline-block;
    padding: 8px 10px;
    margin: 5px 0;
}

.preorder_message.small p {
    font-size: 1.125rem;
    font-weight: 700;
    text-align: center;
}

.preorder_message p:last-child{
    margin-bottom: 0;
}

/*--------------------------------------------------------
PRODUCTS
---------------------------------------------------------*/
.product-item {
    line-height: inherit;
}

.product-items {
    line-height: 1rem;
}

.product-item-name {
    margin: 8px 0 5px 0;
    hyphens: inherit;
}

/*.product-items .product-item-info .product-image-container {
    width: 100%!important;
}*/

.column.main .product-items {
    overflow: inherit;
}

.slick-track {
    margin-right: 40px;
}

.product-item-details {
    position: relative;
    padding: 0 5px;
}

.product-item-important-details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0;
}

.block.related .related-available .product-item-name {
    margin-left: 0;
}

.product-item-info {
    position: relative;
}

.slick-slide .product-item-info {
    margin-right: 20px;
}

/*--------------------------------------------------------
SLIDE GRID
---------------------------------------------------------*/
.abs-product-link > a, .product-item-name > a, .product.name a > a, .slick-slide .abs-product-link > a, .slick-slide .product-item-name > a, .slick-slide .product.name a > a{
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.4rem;
}

.abs-product-link > a:hover, .product-item-name > a:hover, .product.name a > a:hover {
    color: #ff6245;
}

/*--------------------------------------------------------
PRODUCTS GRID
---------------------------------------------------------*/

.products-grid .product-item-info .product-item-inner,
.products.products-grid .product-item-info .product-item-inner,
.product-items.widget-product-carousel .product-item-info .product-item-inner {
    margin-bottom: 20px;
    position: relative;
    left: inherit;
    right: inherit;
    top: inherit;
    z-index: 10;
    opacity: 1;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.products-grid .product-item-info:hover .product-item-inner,
.products.products-grid .product-item-info:hover .product-item-inner,
.product-items.widget-product-carousel .product-item-info:hover .product-item-inner {
    top: 0;
    opacity: 1;
}

.products-grid .product-item-info:hover, .products-grid .product-item-info.active {
    background: none;
    box-shadow: none;
    border: none;
    margin: 0;
    padding: 0;
}

.products-grid.wishlist .product-item-info:not(:hover):not(.active) .product-item-inner {
    display: block;
    position: relative;
    left: inherit;
    right: inherit;
    margin: 0;
    top: inherit;
    z-index: inherit;
    width: auto;
    height: auto;
}

.products-grid.wishlist .product-item-info:hover .product-item-inner {
    position: relative;
    overflow: hidden;
}

.products-grid.wishlist .product-item-info .product-image-container {
    max-width: 80px;
}

.products-grid.wishlist .product-item-info .product-item-name > a {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2em;
}

.products-grid.wishlist .product-item-info .box-tocart fieldset label.label {
    font-size: 12px;
}

.products-grid.wishlist .product-item-info .product-item-inner {
    position: relative;
    left: inherit;
    right: inherit;
    top: 0;
    z-index: 10;
    opacity: 1;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}

.wishlist-index-index .product-item-inner .comment-box {
    margin-top: 0;
}

.products-grid .product-item-inner, .block.widget .products-grid .product-item .product-item-inner,
.page-layout-1column .block.widget .products-grid .product-item .product-item-inner,
.page-layout-3columns .block.widget .products-grid .product-item .product-item-inner {
    background: none;
    box-shadow: none;
    border: none;
    margin: 0;
    padding: 0;
}

.products.products-grid .product-item-name > a {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2em;
}

.products.products-grid .product-item-info .product-item-inner .product.actions {
    margin-bottom: 0;
}

.products-grid .product-item-actions, .products.products-grid .product-item-actions {
    margin: 0 0 10px;
}

.page-products .product-item-info {
    width: 100%;
}

.page-products .products-grid .product-item-inner:before {
    display: none;
}

.toolbar-products select {
    height: auto;
}

.block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 2%) / 2);
}

/*--------------------------------------------------------
PRODUCTS LIST
---------------------------------------------------------*/
.products.products-list .product-item-info .product-item-inner {
    display: block;
    position: relative;
    left: inherit;
    right: inherit;
    top: inherit;
    z-index: 10;
}

.products.products-list .products-grid  .product-item-name > a {
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 1.8rem;
    padding-right: 0;
}

.products.products-list .product-item {
    margin-bottom: 30px;
}

.products.products-list .product-item-info {
    width: auto;
    display: flex;
    align-items: flex-start;
}

.products.products-list .product-item-photo {
    padding: inherit;
    margin: 0 30px 30px 0;
    width: 20%;
    display: inline-flex;
    align-items: flex-start;
}

.products.products-list .product.name a {
    font-size: 2rem;
}

.products.products-list .product-item-description h5 {
    font-weight: 400;
}

.products.products-list .product-item-description p, .products.products-list .product-item-description li {
    line-height: 1.8rem;
}

.products.products-list .product-item-details {
    padding: inherit;
    width: 80%;
}

.products.products-list .product-item-important-details {
    margin-bottom: 5px;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.products.products-list .product-item-description {
    margin: 0 0 15px 0;
}

.products.products-list .product-item-inner .product-item-actions {
    background-color: transparent;
    margin-top: 20px;
    justify-content: flex-start;
    gap: 10px;
}

.products.products-list .product-item .tocart {
    border-radius: 5px;
}

.products.products-list .product-item-info .product-image-container {
    width: inherit;
}

.products.products-list .product-item-actions .actions-secondary > .action:before {
    color: #b3b3b3;
}

.products.products-list .product-item-details .action.more {
    background-color: #ebebeb;
    font-size: 12px;
    text-decoration: none;
    padding: 1px 5px;
    border-radius: 5px;
}

.products.products-list .product-item-details .action.more svg {
    margin-left: 5px;
    width: 16px;
    height: 16px;
}
.products.products-list .product-item-details .action.more:before {
    content: '\002B';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 17px;
    line-height: 20px;
    line-height: inherit;
    color: inherit;
    font-family: 'icons-blank-theme';
    margin: -2px 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.products.products-list .product-item-details .action.more:hover {
    background-color: #f5644b;
    color: #fff;
}

.products.products-list .product-item-details .action.more:hover svg {
    fill: #fff;
}




.products.products-list .product-item-inner .product-item-actions .actions-primary {
    width: auto;
}

.products.products-list .product-item .tocart {width: auto;}

.product-item-info:hover .product-item-inner {
    display: block;
}

.product-item-info:hover a span.product-image-container {
    background-color: #f8f8f8;
}

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

.product-item .price-box .price-label, .product-info-price .price-box .old-price .price-container .price-label {
    display: none;
}

.product-item .special-price {
    display: inline-block;
    margin-bottom: 5px;
}

.product-item .special-price .price, .product-info-price .special-price .price {
    color: #ff6245!important;
}

.product-item .old-price .price, .product-info-main .product-info-price .old-price .price-wrapper .price {
    color: #9d9d9d!important;
    font-size: 0.875em;
    font-weight: 600!important;
    text-decoration: line-through;
}
/*.products-grid .product-item-info .product-image-container {
    width: calc(100% - 4px)!important;
}*/

.product-item-info .product-image-container {
    background-color: #f8f8f8;
    width: 100%;
    -webkit-transition: all .25s cubic-bezier(.63,0,.33,1);
    -moz-transition: all .25s cubic-bezier(.63,0,.33,1);
    -o-transition: all .25s cubic-bezier(.63,0,.33,1);
    -ms-transition: all .25s cubic-bezier(.63,0,.33,1);
    transition: all .25s cubic-bezier(.63,0,.33,1);
}

.light_colored_row .product-item-info .product-image-container {
    background-color: #fff;
}

.product-image-wrapper {
    overflow: hidden;
    padding-bottom: 100%!important;
    border-radius: 5px;
    mix-blend-mode: multiply;
}

.product-image-photo {
    min-width: auto;
    width: calc(100% - 30px);
}

.product-item-inner .product-item-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
}

.product-item-inner .product-item-actions .actions-primary {
    margin-bottom: 10px;
    width: 100%;
}

.product-item-inner .product-item-actions .actions-primary button {
    background: #44c72c;
    border: 1px solid #44c72c;
    width: 100%;
}

.product-item-inner .product-item-actions .actions-primary button:hover {
    background: #6dec57;
    border: 1px solid #6dec57;
    width: 100%;
}

.products-grid.wishlist .product-item-actions .action.edit:before, .products-grid.wishlist .product-item-actions .action.delete:before {
    font-size: 24px;
    line-height: 20px;
}

.product-item .tocart {
    font-size: 0.875em;
    border-radius: 5px;
    box-shadow: 0 1px 5px 1px rgba(0,0,0,.2);
}

.product-item-actions .actions-secondary > .action {
    background-color: #fff;
    border-radius: 35px;
    box-shadow: 0 1px 5px 1px rgba(0,0,0,.2);
}

.product-item-actions .actions-secondary > .action:hover {
    background-color: #44c72c;
}

.product-item-actions .actions-primary + .actions-secondary > .action {
    line-height: 28px;
    width: 28px;
}

.product-item-actions .actions-primary + .actions-secondary > .action:before {
    color: #898989;
}

.product-item-actions .actions-primary + .actions-secondary > .action:hover:before {
    color: #fff;
}

.product-item-actions .actions-primary > .stock.unavailable {
    background-color: #f00;
    padding: 7px 15px;
    text-align: center;
    overflow: hidden;
    border-radius: 5px;
}

.product-item-actions .actions-primary > .stock.unavailable span {
    color: #fff;
    display: inline-block;
    font-size: 0.875em;
    font-weight: 700;
}

.product-item-photo {
    border: solid 2px #f8f8f8;
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    -webkit-transition: all .25s cubic-bezier(.63,0,.33,1);
    -moz-transition: all .25s cubic-bezier(.63,0,.33,1);
    -o-transition: all .25s cubic-bezier(.63,0,.33,1);
    -ms-transition: all .25s cubic-bezier(.63,0,.33,1);
    transition: all .25s cubic-bezier(.63,0,.33,1);
}

.product-item-info:hover .product-item-photo {
    border-color: #a9a9a9;
}

.product_signs {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    z-index: 10;
}

.product_compatible {
    padding: 5px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 2px;
    align-content: flex-start;
}

.product_compatible_item {
    color: #fff;
    font-size: 9px;
    font-weight: 600;
    padding: 2px 5px;
    border-radius: 3px;
}

.product_compatible_item.ps5_tag, .product_compatible_item.ps4_tag {
    background-color: #2863ad;
}

.product_compatible_item.switch_tag, .product_compatible_item.switch_oled_tag, .product_compatible_item.switch_lite_tag {
    background-color: #e60012;
}

.product_compatible_item.xbox_series_tag, .product_compatible_item.xbox_one_tag {
    background-color: #107c10;
}

.product_status {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-direction: column;
}

.product_status .product_status_item {
    color:#fff;
    font-size: 10px;
    line-height: 10px;
    font-weight: 600;
    padding: 2px 2px 3px 4px;
    text-transform: uppercase;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}

.product-item-info.product_item_new_tag .product-item-photo {border-color: #57d860;}
.product-item-info.product_item_new_tag .product_status .new_tag {background-color: #57d860;}
.product-item-info.product_item_offer_tag .product-item-photo {border-color: #ff6245;}
.product-item-info.product_item_offer_tag .product_status .offer_tag {background-color: #ff6245;}
.product_status .campaign_tag {background-color: #f60;}

.sorter-action:before {
    font-size: 28px;
}

.product-item-actions .actions-secondary a.tocompare {
    display: none;
    pointer-events: none;
}

.product-info-main h1.page-title {
    font-size: 32px;
}

.product-info-main .product-reviews-summary{
    margin-bottom: 40px;
    position: relative;
}

.product-info-main .product-reviews-summary::after {
    content: '';
    background-color: #cacaca;
    width: 20px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -15px;
}

.product-info-main .rating-summary {
    margin-right: 10px;
}

.product-info-main .product-reviews-summary .reviews-actions a {
    color: #a7a7a7;
}

.product-info-main .product-reviews-summary .reviews-actions a:not(:last-child) {
    margin-right: 10px;
}

.product-info-main .rating-summary .rating-result {
    width: 80px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.product-info-main .rating-summary .rating-result:before, .product-info-main .rating-summary .rating-result > span:before {
    font-size: 24px;
    height: 24px;
    line-height: 24px;
}

.product-info-main .product-info-price {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}



.product-info-main .product-info-price .price-box {
    vertical-align: top;
    flex: 1 1 auto;
    display: flex; 
    flex-direction: column;
    align-items: flex-start;
}

.special-price-offer-time {background-color: #fbf7dd;font-size: 1rem;font-weight: 600;padding: 8px 10px;
    display: none;
    border-radius: 5px;
    
}

.product-info-price .special-price-offer-time {
    display: block!important;
}

.product-info-main .product-info-stock-sku {
    display: inline-block;
    padding-bottom: 10px;
    font-size: 0.82em;
    padding-left: 0;
    vertical-align: top;
    flex: 0 0 auto; 
}

.product-info-main .product_signs {
    position: relative;
    left: inherit;
    top: inherit;
    right: inherit;
    display: flex;
    justify-content: space-between;
    z-index: 2;
}

.product-info-main .stock.available span, .product-info-main .stock.unavailable span {
    display: inline-block;
    font-size: 0.875em;
    line-height: 1em;
    padding: 5px 7px;
    border-radius: 5px;
}

.product-info-main .stock.available span, .product-info-main .stock.unavailable span {
    display: inline-block;
    line-height: 1em;
    padding: 5px 7px;
    border-radius: 5px;
}

.product-info-main .stock.available span {
    background-color: #b6f5ce;
}

.product-info-main .stock.unavailable span {
    background-color: rgb(247, 73, 73);
    color: #fff;
}

.product-info-main  .product-addto-links .action {
    border: solid 1px #cacaca;
    border-radius: 5px;
}

.product-info-main .product-addto-links .action::before {
    color: #b5b5b5;
    height: 22px;
    line-height: 26px;
    margin-right: 0;
}

.product-info-main .product-addto-links .action span {
    color: #b5b5b5;
    border-left: solid 1px #cacaca;
    display: inline-block;
    font-size: 0.825em;
    padding: 3px 5px
}

.product-info-main  .product-addto-links .action:hover {
    border-color: #333;
}

.product-info-main .product-addto-links .action:hover span {
    color: #333;
    border-left: solid 1px #333;
}

.product-info-main .product-addto-links .action:hover::before {
    color: #333;
}

.product-info-main .product_signs {
    margin-bottom: 15px;
    justify-content: flex-start;
}


.product-info-main .product_signs .product_compatible {
    padding: 0;
}


.product-info-main .product_signs .product_compatible .product_compatible_item {
    margin-right: 10px;
}

.product-info-main .product_status_item, .product-info-main .product_compatible_item {
    font-size: 10px;
    line-height: 13px;
    padding: 3px 5px !important;
    border-radius: 3px !important;
}

.product-info-main .box-tocart .fieldset {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.product-info-main .box-tocart .fieldset .field.qty {
    margin-bottom: 0;
}

.product-info-main .box-tocart .fieldset .field.qty input[type="number"] {
    height: auto;
    width: 42px;
    border-radius: 0;
}

.product-info-main .box-tocart .fieldset .actions {
    flex-grow: 1;
}

.product-info-main .box-tocart .fieldset .actions button {
    padding: 12px 15px;
    height: 100%;
}

.product-info-main .control {
    position: relative;
    display: flex;
}

.product-info-main .control div.mage-error {
    background-color: #fee;
    color: #e02b27;
    font-size: 1.2rem;
    padding: 8px 12px;
    bottom: 55px;
    width: 239px;
    position: absolute;
    border-radius: 7px;
    box-shadow: 0 1px 5px rgba(0,0,0,.20);
}

.product-info-main .product-add-form {
    padding-top: 0;
}

.product.data.items .item.title a:after {
    position: absolute;
    right: 10px;
    top: 2px;
}

.product.data.items .item.title a:after {
    font-size: 34px;
}

.gallery-placeholder {
    border-radius: 7px;
}

.box-tocart .action.tocart {
    width: 100%;
}

.fotorama__stage__frame  {
    mix-blend-mode: multiply;
}

.review-control-vote:before {
    content: '\e605' '\e605' '\e605' '\e605' '\e605';
}

.rating-summary .rating-result > span:before {
    color: #939393;
}

/*--------------------------------------------------------
SEARCH TERMS
---------------------------------------------------------*/
.search-terms li a {
    background-color: #e9e9e9;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 7px;
}

.search-terms li {
    margin: 0 10px 10px 0;
}

.search-terms li a:hover {
    background-color: #f5644b;
    color: #fff;
}

/*--------------------------------------------------------
ASIDE BLOCKS
---------------------------------------------------------*/
.sidebar .block {
    border: solid 1px #ebebeb;
    border-radius: 5px;
    margin-bottom: 20px;
    overflow: hidden;
}

.sidebar .block.block-reorder .block-content, .sidebar .block.block-wishlist .block-content {
    padding: 0 15px;
}

.sidebar .block.block-reorder .block-content, .sidebar .block.block-wishlist .block-content .empty {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 0.85em;
}

.sidebar .block.block-wishlist .product-items .product-item-info .product-image-container {
    width: auto;
}

.filter .block-subtitle {
    background-color: #f2f2f2;
    border-bottom: 1px solid #ebebeb;
    font-size: 14px;
    font-weight: 600;
    line-height: 1em;
    padding: 10px 15px;
}

.abs-block-widget-title, .block-reorder .block-title, .widget .block-title, .block-wishlist .block-title, .block-compare .block-title {
    border-bottom: 1px solid #ebebeb;
    padding: 10px 15px;
}

.abs-block-widget-title strong, .block-reorder .block-title strong, .widget .block-title strong, .block-wishlist .block-title strong, .block-compare .block-title strong {
    font-size: 1.5rem;
    font-weight: 700;
    vertical-align: middle;
}

.product-items.product-items-names a {
    font-size: 1.3rem;
    line-height: 1.5rem;
}

.product-items.product-items-names input[type="checkbox"] {
    top: -2px;
}

.product-items.product-items-names .actions-toolbar .action.primary, .product-items.product-items-names .actions-toolbar .action-primary{
    font-size: 1.1rem;
}

.actions-toolbar > .primary, .actions-toolbar > .secondary {
    font-size: 1.1rem;
}

.sidebar .product-items .product-item-details a {
    font-size: 1.2rem;
}

.filter-options-content a {
    font-size: 12px;
    text-decoration: none;
}

.filter-options-content a:visited {
    color: #494949;
}

.filter-options-content a:hover {
    color: #ff5501;
    text-decoration: none;
}

.block.block-wishlist .product-item .price-box {
    text-align: left;
}

.block.block-wishlist .action.delete {
    background-color: transparent;
    box-shadow: none;
}

.block.block-wishlist .action.delete:hover {
    background-color: transparent;
}

.block.block-wishlist .action.delete:before {
    font-size: 18px;
    content: '\e604';
}

.block.block-wishlist .action.delete:hover:before {
    color: #44c72c;
}
.block.block-wishlist .product-item .tocart {
    font-size: 10px;
    height: 22px;
    padding: 3px 8px;
    border-radius: 5px;
}

.block-collapsible-nav {
    top: 10px;
    right: 20px;
    left: 20px;
    width: auto;
}

.abs-toggling-title-mobile:after, .block-wishlist-management .wishlist-select .wishlist-name:after, .block-collapsible-nav .title:after {
    font-size: 24px;
    right: 10px;
    top: -2px;
}

/*--------------------------------------------------------
CAMPAIGN BLOCK
---------------------------------------------------------*/
.home_campaign.home_block_wide {
    padding: 50px 0;
}
.home_campaign:not(.home_block_wide) {
    border-radius: 7px;
    padding: 50px 30px;
}
.home_campaign.white_campaign, .home_campaign.white_campaign .product-item-important-details a {
    color: #fff;
}

.home_campaign.white_campaign a.pagebuilder-button-primary, .home_campaign.white_campaign button.pagebuilder-button-primary, .home_campaign.white_campaign div.pagebuilder-button-primary {
    border: 2px solid #fff;
}

.home_campaign.white_campaign .product-item-info .product-image-container {
    background-color: #fff;
}

.home_campaign.white_campaign .product-item-info:hover .product-item-photo {
    border-color: #f5644b;
}

.home_campaign .wide_link {width: 100%;}


/*--------------------------------------------------------
LOGIN SCREEN
---------------------------------------------------------*/
.login-container {
    background-color: #f8f8f8;
    padding: 30px;
    border-radius: 7px;
}

/*--------------------------------------------------------
CONTACT SCREEN
---------------------------------------------------------*/

.contact-container {
    background-color: #f8f8f8;
    padding: 30px;
    border-radius: 7px;
}

.contact-container .block .block-title {
    border-bottom: 1px solid #e8e8e8;
    font-size: 1.8rem;
    margin-bottom: 15px;
    padding-bottom: 12px;
}

.contact-container .block .block-title strong {
    font-weight: 500!important;
}

.contact-container .contact_link {
    border: solid 2px #c3c3c3;
    background-color: #fff;
    color: #8d8d8d;
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 10px;
    padding: 8px 15px;
    display: inline-flex;
    border-radius: 5px;
    text-decoration: none;
    align-items: center;
}

.contact-container .contact_link:hover {
    border-color: #f5644b;
    background-color: #f5644b;
    color: #fff;
}

.contact-container .contact_link svg {
    fill: #8d8d8d;
    margin-right: 10px;
    width: 18px;
    height: 18px;
}

.contact-container .contact_link:hover svg {
    fill: #fff;
}

.contact-container .legal_text {
    font-size: 10px;
    display: block;
}

/*--------------------------------------------------------
WEBSITE FEATURES
---------------------------------------------------------*/

.website_features_wrapper {
    margin: 30px 0;
}

.website_features {
    position: relative;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.website_features .website_features_item {
    position: inherit;
    width: 100%;
}

.website_features .website_features_item a {
    border: solid 4px #ff6245;
    background-color: #ff6245;
    padding: 15px 20px;
    border-radius: 7px;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
    text-decoration: none;
    flex-direction: row;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .25s cubic-bezier(.63,0,.33,1);
    -moz-transition: all .25s cubic-bezier(.63,0,.33,1);
    -o-transition: all .25s cubic-bezier(.63,0,.33,1);
    -ms-transition: all .25s cubic-bezier(.63,0,.33,1);
    transition: all .25s cubic-bezier(.63,0,.33,1);
}

.website_features .website_features_item a:hover {
    background-color: #fff;
}

.website_features .website_features_item a:hover h3 {
    color: #ff6245;
}

.website_features .website_features_item a:hover svg {
    fill: #ff6245;
}


.website_features .website_features_item span {
    margin: 0 10px 0 0;
}

.website_features .website_features_item svg {
    fill: #fff;
    width: 36px;
    height: 36px;
}

.website_features .website_features_item h3 {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    text-align: center;
}

/*--------------------------------------------------------
NEWSLETTER
---------------------------------------------------------*/
.newsletter_content {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1468px;
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 40px;
    text-align: center;
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.newsletter-container {
    background-color: #929292;
}

.block.newsletter {
    max-width: 100%;
    width: 100%;
}

.block.newsletter .title {
    color: #fff;
    display: inline-flex;
}

.block.newsletter .title strong {
    font-weight: 700;
    line-height: 1.1;
    font-size: 2.4rem;
    margin-top: inherit;
    margin-bottom: 2rem;
}

.block.newsletter .actions {
    width: auto;
}

.block.newsletter .form.subscribe {
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: center;
}

.block.newsletter .form.subscribe > .field, .block.newsletter .form.subscribe > .actions {
    float: none;
    max-width: inherit;
}

.block.newsletter input {
    margin-right: 0;
    padding: 9px 10px 9px 35px;
    width: 100%;
}

.block.newsletter .action.subscribe {
    font-size: 1.8rem;
    height: 40px;
    border-radius: 5px;
}

.block.newsletter div.mage-error {
    background-color: #fff;
    color: #e02b27;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 3px 0;
    border-radius: 5px;
}

.block.newsletter .field .control:before {
    font-size: 28px;
    line-height: 40px;

}

/*--------------------------------------------------------
PREFOOTER & FOOTER
---------------------------------------------------------*/
.page-footer {
    background: #f4f4f4;
    margin-top: auto;
    padding-bottom: 25px;
}

.footer_top {
    border-bottom: solid 2px #fff;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.footer_top .footer_logo {
    width: 115px;
}

.footer_top ul.social_menu {
    padding-right: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer_top ul.social_menu li a {
    display: block;
    margin-left: 10px;
}

.footer_top ul.social_menu li a:hover svg {
    fill: #f5644b;
}

.footer_top ul.social_menu li:first-child a {
    margin-left: 0;
}

.footer_top ul.social_menu li a svg {
    fill: #909090;
    width: 24px;
    height: 24px;
}

.footer_main {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
}

.footer_main .footer_help {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
}

.footer_main .footer_help_btn {
    background-color: #fff;
    color: #909090;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 10px;
    padding: 8px 15px;
    display: flex;
    border-radius: 5px;
    text-decoration: none;
    align-items: center;
}

.footer_main .footer_help_btn svg {
    fill: #909090;
    margin-right: 10px;
    width: 18px;
    height: 18px;
}

.footer_main .footer_help_btn:hover {
    background-color: #f5644b;
    color: #fff;
}

.footer_main .footer_help_btn:hover svg {
    fill: #fff;
}

.footer_icons {
    border-bottom: solid 2px #fff;
    padding: 25px 0 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}

.footer_icons .shipping_icons {
    display: flex;
    margin-bottom: 20px;
}

.footer_icons .shipping_icons span, .footer_icons .shipping_icons a {
    margin-right: 10px;
}

.footer_icons .shipping_icons span:last-child, .footer_icons .shipping_icons a:last-child {
    margin-right: 0;
}

.payment_icons {
    display: flex;
    gap: 5px;
}

.copyright {
    text-align: center;
    width: auto;
    color: #909090;
    font-size: 1rem;
    font-weight: 600;
    box-sizing: border-box;
    display: block;
    text-align: center;
}

.footer.content .links a, .footer.content .links strong {
    font-size: 1.2rem;
}

/*--------------------------------------------------------
RESPONSIVE
---------------------------------------------------------*/

@media (min-width: 580px) {
    .header-menu .header-menu-btn > button span:not(.counter-number), .header-menu .header-menu-btn > a span:not(.counter-number), .minicart-wrapper > a span:not(.counter-number) {
        display: inline-block;
   }

   .header-menu .header-menu-btn button svg, .header-menu .header-menu-btn > a svg  {
        margin: -1px 10px -1px 0;
    }

    .category_link_block {
        flex-direction: row;
    }

    .category_link {
        height: 90px;
        margin: 30px 0 20px 0;
    }

    .toolbar .toolbar-amount {
        float: left;
    }

    .product-item-important-details {
        flex-direction: row;
        gap: 10px;
    }

    .product-item .price-box {
        text-align: right;
    }

    .block.newsletter .form.subscribe {
        display: flex;
        gap: 20px;
        flex-direction: row;
        align-items: center;
    }

    .block.newsletter input {
        width: 325px;
    }

    .message.global.cookie {
        max-width: 560px;
        right: 0;
    }

    .website_features .website_features_item {
        width: calc(50% - 10px);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .products-grid.wishlist .product-item-name, .products-grid.wishlist .product-item-description, .products-grid.wishlist .product-item .price-box, .products-grid.wishlist .product-item-tooltip {
        margin-left: 0;
    }
    .category_link {
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
    }
    .category_link.category_link_left {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .category_link h2 {
        margin-top: 2.5rem;
    }
    .product-info-main .product-info-price {
        flex-direction: row;
    }
}

@media (min-width: 640px) {
    .page-products .products-grid .product-item, .page-layout-1column .products-grid .product-item, .page-layout-3columns .products-grid .product-item, .page-products.page-layout-1column .products-grid .product-item, .page-products.page-layout-3columns .products-grid .product-item {
        margin-left: 2%;
        width: calc((100% - 4%) / 3);
    }

    .products-grid.wishlist .product-item-info .product-image-container {
        max-width: 100%;
    }

    .products-grid.wishlist .product-item-photo {
        float: none;
        margin-right: 0;
    }

    .toolbar-amount {
        display: block;
        float: left;
        position: static;
    }
    .products-grid .product-item-info .product-item-inner,
    .products.products-grid .product-item-info .product-item-inner,
    .product-items.widget-product-carousel .product-item-info .product-item-inner {
        position: absolute;
        left: 10px;
        right: 10px;
        top: -35px;
        z-index: 10;
        opacity: 0;
    }

    .products-grid .product-item-info:hover .product-item-inner,
    .products.products-grid .product-item-info:hover .product-item-inner,
    .product-items.widget-product-carousel .product-item-info:hover .product-item-inner {
        top: -40px;
        opacity: 1;
    }

    .product-item-inner .product-item-actions {
        flex-direction: row;
        gap: 10px;
    }

    .product-item-inner .product-item-actions .actions-primary {
        margin-bottom: 0;
    }
    .category_link_block {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px 20px;
    }
}

@media (min-width: 769px) {

    .page-header .panel.wrapper {
        height: 40px;
    }
    .header.content {
        padding: 0 20px 0 4px;
        display: flex;
    }
    .navigation .parent .level-top:after {
        font-size: 3.6rem;
        right: 10px;
        top: -6px;
    }

    .logo {
        width: 130px;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .block-search .control {
        background-color: inherit;
        border: inherit;
        clear: both;
        margin: 0 -15px -1px;
        padding: 0 15px;
        position: relative;
        top: inherit;
        right: inherit;
        left: inherit;
        z-index: inherit;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .home_block.banner_double {
        flex-direction: row!important;
        flex-wrap: wrap!important;
        gap: 30px;
    }

    .home_block.banner_double figure {
        width: calc(50% - 15px);
    }

    .header-menu {
        padding: 9px 0 0 15px;
    }

    .nav-sections-item-content > .navigation {
        display: none;
    }

    .nav-toggle {
        display: none;
    }
    .footer_main {
        flex-direction: row;
    }

    .footer_main .footer_help {
        margin-top: 0;
    }

    .footer_icons {
        flex-direction: row;
    }

    .sidebar-main {
        padding-right: 0;
    }

    .pagebuilder-slider .slick-dots {
        padding: 0 0 15px 0;
        display: flex;
        gap: 5px;
        flex-wrap: nowrap;
        bottom: -100px;
    }

    .pagebuilder-slider .slick-dots li {
        margin: 0;
        width: 100%;
        height: 85px;
    }

    .pagebuilder-slider .slick-dots li button {
        font-family: 'Poppins', sans-serif;
        font-size: 1rem;
        font-weight: 700;
        padding: 0 25px;
        width: 100%;
        height: 50px;
        text-indent: 0;
        -webkit-border-bottom-right-radius: 7px;
        -webkit-border-bottom-left-radius: 7px;
        -moz-border-radius-bottomright: 7px;
        -moz-border-radius-bottomleft: 7px;
        border-bottom-right-radius: 7px;
        border-bottom-left-radius: 7px;
        -webkit-border-top-left-radius: 0;
        -webkit-border-top-right-radius: 0;
        -moz-border-radius-topleft: 0;
        -moz-border-radius-topright: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .pagebuilder-slider .slick-dots li button:hover {
        color: #fff;
    }

    .pagebuilder-slider .slick-dots li.slick-active button {
        color: #fff;
        height: 60px;
    }

    .pagebuilder-slider .slick-dots li.slick-active button:hover {
        background-color: #f5644b;
    }

    .slick-prev, .slick-next {
        top: -58px;
        width: 30px;
        height: 30px;
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .slick-prev:active, .slick-next:active, .slick-prev:focus, .slick-next:focus, .slick-prev:not(.primary), .slick-next:not(.primary) {
        background: rgb(255 255 255);
        border: solid 2px #a4a4a4;
        box-shadow: none;
    }

    .slick-prev {
        right: 54px;
        left: inherit;
    }

    .slick-next {
        right: 20px;
    }

    .slick-prev:before, .slick-next:before, .slick-prev:after, .slick-next:after {
        color: #838383;
        font-size: 12px;
        opacity: 1;
    }

    .slick-next:before {
        padding-left: 3px;
    }

    .slick-prev:before {
        padding-right: 2px;
    }

    .slick-prev:not(.slick-disabled):hover, .slick-next:not(.slick-disabled):hover {
        border-color: #ff6245;
    }

    .contact-index-index .column:not(.sidebar-additional) .form.contact {
        min-width: 100%;
    }

    .fieldset.coupon  {
        display: flex;
        gap: 10px;
    }

    .fieldset.coupon input[type="text"]{
        width: 240px;
        padding: 5px 10px;
    }

    .fieldset.coupon button {
        border-radius: 5px!important;
    }

}

@media (min-width: 769px) {

    .block-content .block {
        float: left;
        width: 48%;
    }
    .contact-container.block-content::after {
        clear: both;
        content: '';
        display: table;
    }
    .block-content .block:nth-child(2) {
        float: right;
    }
    .page-layout-1column .product.media {
        width: 50%;
    }

    .page-layout-1column .product-info-main {
        width: 48%;
    }

    /* .page-header::before {
        height: 97px;
    } */

    .nav-sections-item-content > .navigation{
        display: block;
    }

    .minicart-wrapper {
        margin-left: 10px;
    }

    .logo_wrapper {
        padding-left: 0;
    }

    .navigation .level0.parent > .level-top > .ui-menu-icon:after {
        font-size: 32px;
    }

    .navigation .level0.parent > .level-top {
        padding-right: 30px;
    }

    .navigation ul {
        padding: 10px 0 0 10px;
        display: flex;
        justify-content: flex-start;
    }

    .navigation .level0 {
        margin: 0 0 0 0;
        display: inline-flex;
        position: relative;
    }

    .navigation .level0 > .level-top {
        font-size: 1.6rem;
        height: 44px;
        line-height: 1.5rem;
        padding: 0 15px;
        overflow: hidden;
        position: relative;
        text-align: center;
        display: flex;
        align-items: center;
    }

    .navigation .level0 > .level-top:before {
        content: '';
        background-color: rgb(255, 0, 191);
        height: 3px;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: -3px;
        -webkit-transition: all .15s ease-in-out;
        -moz-transition: all .15s ease-in-out;
        -o-transition: all .15s ease-in-out;
        -ms-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
    }

    .navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top {
        background-color: #fff;
        bottom: 0;
        border: 0;
        display: flex;
    }

    .navigation .level0:hover > .level-top:before {
        bottom: 0;
        background-color: #333;
    }

    .navigation .level0 .submenu {
        background: #ffffff;
        border: 0;
        box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.19);
        font-weight: 700;
        min-width: 230px;
        padding: 20px;
        display: none;
        left: 0;
        margin: 0 !important;
        position: absolute;
        z-index: 1;
        margin-top: 11px;
    }

    .navigation .level0.active > .level-top:before, .navigation .level0.has-active > .level-top:before {
        bottom: 0;
        background-color: #f5644b;
    }

    .navigation .level0 .submenu li {
        border-bottom: solid 1px #dddddd;
    }

    .navigation .level0 .submenu li:last-child {
        border-bottom: 0;
    }

    .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
        font-size: 28px;
        line-height: 20px;
    }

    .navigation .level0:hover {
        background-color: #fff;
    }

    .modes-mode {
        background: #fff;
        box-shadow: none;
        color: #5e5e5e;
    }

    .modes-mode.active {
        background: #dedede;
    }

    .filter-options-item {
        border-bottom: none;
    }

    .filter-options-title {
        text-transform: Inherit;
    }

    .filter-options-title:after{
        font-size: 28px;
        line-height: 20px;
    }

    .filter-options-content a:hover {
        background-color: transparent;
    }

    .filter-options-content a:hover .count {
        color: #ff5501;
    }

    .filter-options-title:after {
        right: 5px;
    }

    .abs-remove-button-for-blocks:before, .filter-current .action.remove:before, .sidebar .product-items .action.delete:before, .sidebar .block-compare .action.delete:before, .table-comparison .cell.remove .action.delete:before, .block-compare .action.delete:before {
        font-size: 18px;
    }

    .opc-wrapper {
        width: 66.666667%;
    }

    .opc-wrapper .shipping-address-item.selected-item {
        background-color: #f7feff;
        border-radius: 5px;
    }

    .opc-progress-bar-item {
        width: 50%;
    }

    .opc-block-summary .items-in-cart > .title:after {
        font-size: 28px;
        line-height: 28px;
    }

    .products-grid.wishlist .product-item:nth-child(3n + 1) {
        margin-left: 0;
    }

    .takeover_banner_wrapper {
        margin-bottom: 0px!important;
        height: 250px!important;
        min-height: inherit!important;
    }

    .takeover_banner_wrapper .takeover_banner > a > div {
        background-position: center 100px!important;
        background-attachment: fixed!important;
        background-size: 1920px!important;
        height: 100%;
    }

    .product-info-main .product-reviews-summary .reviews-actions {
        font-size: 13px;
        margin-top: 1px;
    }

    .website_features .website_features_item {
        flex-direction: row;
    }

    .website_features .website_features_item > div {
        margin: 0 20px 0 0;
    }

    .website_features .website_features_item h3 {
        font-size: 16px;
    }

    .products-grid.wishlist .product-item .box-tocart {
        float: left;
        margin: 0;
    }

    .products-grid.wishlist .product-item .box-tocart .fieldset {
        margin-bottom: 0;
    }

    .products-grid.wishlist .product-item .box-tocart .tocart {
        font-size: 1.125rem;
        line-height: 1.250rem;
    }

    .products-grid.wishlist .product-item .fieldset .field.qty {
        display: none;
        vertical-align: inherit;
    }
    .category-view {
        margin-bottom: 60px;
    }

    .category-view .breadcrumbs {
        padding-top: 30px;
    }

    .category-header .category-description h1 {
        margin-bottom: 40px;
    }

}

@media (max-width: 769px) {
    .navigation, .breadcrumbs, .page-header .header.panel, .footer.content, .page-main, .page-wrapper > .widget, .page-wrapper > .page-bottom, .block.category.event, .top-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .pagebuilder-slide-wrapper {
        background-size: contain;
        padding-bottom: 84%;
    }

    .nav-sections-item-title {
        height: 50px;
        padding-top: 14px;
    }

    .nav-sections-item-title a {
        text-decoration: none;
    }

    .nav-sections .switcher-trigger strong:after {
        font-size: 2.5rem;
    }

    .navigation {
        padding-right: 0;
        padding-left: 0;
    }

    .breadcrumbs {
        display: block;
    }
}

@media (min-width: 960px) {

    .nav-toggle {
        display: none;
    }

    .page-header.sticky {
        top: -40px;
    }

    .block-search {
        flex-grow: 1;
    }

    .category_link_wrapper {
        position: inherit;
    }

    .category_link .category_link_text {
        width: 60%;
    }
    .category_link h2.category_link_heading {
        font-size: 2vw;
    }
    .home_campaign.home_block_wide {
        padding: 75px 0;
    }
    .home_block.featured_block {
        width: 100%;
        height: 400px;
        margin: 100px 0;
        padding: 0;
        display: flex;
        gap: 20px;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important;
    }

    .home_block.featured_block .featured_block_item.feature_big  {
        width: calc(50% - 10px);
        height: 100%;
    }

    .home_block.featured_block .featured_block_item.feature_small  {
        width: calc(25% - 10px);
        height: calc(50% - 10px);
    }

    .website_features_wrapper {
        margin: 60px 0;
    }
}

@media (max-width: 960px) {
    .navigation .parent .level-top:after {
        height: 38px;
        font-size: 3.2rem;
        top: -3px;
    }
}

@media (min-width: 1024px) {
    .page-products .products-grid .product-item {
        padding: 0;
    }

    /* .page-header::before {
        height: 100px;
    } */

    .header-menu {
        padding: 12px 0 0 15px;
    }

    .logo {
        width: 180px;
    }

    .wishlist-index-index .products-grid .product-item {
        margin-bottom: 20px;
        margin-left: 2%;
        padding: 0;
        width: calc((100% - 6%) / 4);
    }

    .products-grid.wishlist .product-item:nth-child(3n + 1) {
        margin-left: 2%;
    }

    .page-products .products-grid .product-item, .page-layout-3columns .products-grid .product-item, .page-products.page-layout-3columns .products-grid .product-item {
        margin-left: 2%;
        width: calc((100% - 6%)/4);
    }

    .page-layout-1column .products-grid .product-item, .page-products.page-layout-1column .products-grid .product-item {
        margin-left: 2%;
        width: calc((100% - 8%)/5);
    }

    .page-products .products-grid .product-item:nth-child(4n + 1), .page-layout-1column .products-grid .product-item:nth-child(4n + 1), .page-layout-3columns .products-grid .product-item:nth-child(4n + 1), .page-products.page-layout-1column .products-grid .product-item:nth-child(4n + 1), .page-products.page-layout-3columns .products-grid .product-item:nth-child(4n + 1), .products-grid.wishlist .product-item:nth-child(4n + 1) {
        margin-left: 0;
    }

    .website_features {
        flex-wrap: nowrap;
    }

    .home_block.main_slider_block {
        margin: 0 0 120px 0!important;
    }

}


@media (min-width: 1240px) {
    .category_link {
        height: 110px;
    }
    .home_block.featured_block {
        height: 620px;
    }
    .opc-wrapper .form-login .fieldset .field, .opc-wrapper .form-shipping-address .fieldset .field {
        width: calc(50% - 10px);
    }
    .opc-wrapper .form-login .fieldset .field .field, .opc-wrapper .form-shipping-address .fieldset .field .field {
        width: 100%;
    }

    .website_features_wrapper {
        margin: 60px 0;
    }
    .home_block.main_slider_block {
        margin: 0 0 150px 0!important;
    }
    .home_block.categories_links_block {
        margin-bottom: 50px!important;
    }
    .pagebuilder-slider .slick-dots li button {
        font-size: 1.25rem;
        height: 60px;
    }

    .pagebuilder-slider .slick-dots li.slick-active button {
        height: 70px;
    }
    .category_link_block {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 0 20px;
    }
}


@media (min-width: 1440px) {
    .page-header::before {
        width: calc(50% - 690px);
    }
    .category_link img {
        max-width: auto;
    }
    .category_link h2.category_link_heading {
        font-size: 2.6rem;
    }
    .sidebar .product-items .product-item-details {
        margin-left: 50px;
    }
    .logo {
        width: 230px;
    }
    .takeover_banner_wrapper {
        margin-bottom: -537px!important;
        min-height: 758px!important;
    }
    .website_features .website_features_item h3 {
        font-size: 18px;
    }
    .website_features .website_features_item svg {
        fill: #fff;
        width: 42px;
        height: 42px;
    }
    .home_campaign.home_block_wide {
        padding: 100px 0;
    }
    .pagebuilder-slider .slick-dots li button {
        font-size: 1.5rem;
        height: 70px;
    }

    .pagebuilder-slider .slick-dots li.slick-active button {
        height: 80px;
    }
}
