@font-face {
    font-family: "WorkSans Medium";
    src: url("../fonts/WorkSans/WorkSans-Medium.eot");
    src: local("Work Sans Medium"), local("WorkSans-Medium"), url("../fonts/WorkSans/WorkSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/WorkSans/WorkSans-Medium.woff2") format("woff2"), url("../fonts/WorkSans/WorkSans-Medium.woff") format("woff"), url("../fonts/WorkSans/WorkSans-Medium.ttf") format("truetype"), url("../fonts/WorkSans/WorkSans-Medium.svg#WorkSans-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "WorkSans ExtraBold";
    src: url("../fonts/WorkSans/WorkSans-ExtraBold.eot");
    src: local("Work Sans ExtraBold"), local("WorkSans-ExtraBold"), url("../fonts/WorkSans/WorkSans-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/WorkSans/WorkSans-ExtraBold.woff2") format("woff2"), url("../fonts/WorkSans/WorkSans-ExtraBold.woff") format("woff"), url("../fonts/WorkSans/WorkSans-ExtraBold.ttf") format("truetype"), url("../fonts/WorkSans/WorkSans-ExtraBold.svg#WorkSans-ExtraBold") format("svg");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "WorkSans Regular";
    src: url("../fonts/WorkSans/WorkSans-Regular.eot");
    src: local("Work Sans Regular"), local("WorkSans-Regular"), url("../fonts/WorkSans/WorkSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/WorkSans/WorkSans-Regular.woff2") format("woff2"), url("../fonts/WorkSans/WorkSans-Regular.woff") format("woff"), url("../fonts/WorkSans/WorkSans-Regular.ttf") format("truetype"), url("../fonts/WorkSans/WorkSans-Regular.svg#WorkSans-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "WorkSans Light";
    src: url("../fonts/WorkSans/WorkSans-Light.eot");
    src: local("Work Sans Light"), local("WorkSans-Light"), url("../fonts/WorkSans/WorkSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/WorkSans/WorkSans-Light.woff2") format("woff2"), url("../fonts/WorkSans/WorkSans-Light.woff") format("woff"), url("../fonts/WorkSans/WorkSans-Light.ttf") format("truetype"), url("../fonts/WorkSans/WorkSans-Light.svg#WorkSans-Light") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Viga";
    src: url("../fonts/Viga/Viga-Regular.eot");
    src: local("Viga-Regular"), url("../fonts/Viga/Viga-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Viga/Viga-Regular.woff2") format("woff2"), url("../fonts/Viga/Viga-Regular.woff") format("woff"), url("../fonts/Viga/Viga-Regular.ttf") format("truetype"), url("../fonts/Viga/Viga-Regular.svg#Viga-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon.eot?l2vn3k");
    src: url("../fonts/icomoon.eot?l2vn3k#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?l2vn3k") format("truetype"), url("../fonts/icomoon.woff?l2vn3k") format("woff"), url("../fonts/icomoon.svg?l2vn3k#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --yellow: #f6d72e;
    --gray: #aaaaaa;
    --red_hover: #cd1212;
    --family-WL: "WorkSans Light";
    --family-WR: "WorkSans Regular";
    --family-WEB: "WorkSans ExtraBold";
    --family-WM: "WorkSans Medium";
    --family-Viga: "Viga";
}

/* Scrollbar style */

body::-webkit-scrollbar {
    width: 12px;
    /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
    background: #fff;
    /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
    background-color: #000000;
    /* color of the scroll thumb */
    border-radius: 20px;
    /* roundness of the scroll thumb */
    border: 3px solid #fff;
    /* creates padding around scroll thumb */
}

section.home-about-us.lazy-bg,
.lazy-bg .footer-top {
    background: #000;
}

.minicart-items-wrapper::-webkit-scrollbar {
    width: 12px;
    /* width of the entire scrollbar */
}

.minicart-items-wrapper::-webkit-scrollbar-track {
    background: #fff;
    /* color of the tracking area */
}

.minicart-items-wrapper::-webkit-scrollbar-thumb {
    background-color: #000000;
    /* color of the scroll thumb */
    border-radius: 20px;
    /* roundness of the scroll thumb */
    border: 3px solid #fff;
    /* creates padding around scroll thumb */
}

textarea::-webkit-scrollbar {
    width: 12px;
    /* width of the entire scrollbar */
}

textarea::-webkit-scrollbar-track {
    background: #fff;
    /* color of the tracking area */
}

textarea::-webkit-scrollbar-thumb {
    background-color: #000000;
    /* color of the scroll thumb */
    border-radius: 20px;
    /* roundness of the scroll thumb */
    border: 3px solid #fff;
    /* creates padding around scroll thumb */
}

.customer-welcome .header.links .move, #contentarea {
    display: none;
}

html, body {
    font-family: "WorkSans Regular";
    scroll-behavior: smooth;
}

body .nav-sections {
    display: flex;
    height: 48px;
    align-items: center;
}

span.icon-close_nav {
    display: none;
}

.nav-open span.icon-close_nav {
    display: block;
}


.page-wrapper .navigation, .page-wrapper .breadcrumbs, .page-wrapper .page-header .page-wrapper .header.panel, .page-wrapper .header.content, .page-wrapper .footer.content, .page-wrapper .page-wrapper>.widget, .page-wrapper .page-wrapper>.page-bottom, .page-wrapper .block.category.event, .page-wrapper .top-container, .page-wrapper .page-main, .page-wrapper .page-main-description{
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
}
.page-wrapper .page-main-description{
	margin: auto;
	width: 100%;
	box-sizing: border-box;
} 
body .logo {
    margin: 18.5px 0;
}

.minicart-wrapper .action.showcart:before, .block-search .action.search:before {
    color: #000000;
}

.block-search .control {
    padding: 0;
    margin: 0;
    border: none;
}

.minicart-wrapper .action.showcart .counter.qty.empty, .minicart-wrapper .action.showcart .counter.qty {
    display: inline-block;
    position: absolute;
    left: 33px;
    top: -4px;
    color: white;
    background: #000;
    border-radius: 100%;
    height: 23px;
    width: 10px;
}

.minicart-wrapper .action.showcart .counter.qty.empty:before {
    content: "0";
    line-height: 22px;
    font-family: var(--family-WM);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

body .header.content {
    padding: 10px 20px;
    position: relative;
}

body .page-header {
    border-bottom: 1px solid #ccc;
    position: fixed;
    margin-bottom: 0;
    width: 100%;
    background: white;
    z-index: 3;
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
    background-color: white;
    z-index: 20;
}

body.cms-home .page-header {
    width: 100%;
    position: fixed;
    margin-bottom: 0;
    z-index: 3;
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
    background-color: white;
    z-index: 20;
}

body .page-wrapper .breadcrumbs .items, .breadcrumbs a:visited {
    color: #000;
    font-family: var(--family-WR);
    font-size: 12px;
}

.breadcrumbs .item:not(:last-child):after {
    content: "/";
    margin: 0 2px;
}

.page-header .panel.wrapper #switcher-language-trigger strong::before {
    content: "\e907";
    font-family: "icomoon";
    position: absolute;
    font-size: 27px;
    top: -7px;
    left: -4.5px;
    transition: all 0.2s ease-in-out;
}

.page-header .panel.wrapper #switcher-language-trigger strong {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-header .panel.wrapper .switcher .options, .page-header .panel.wrapper .switcher strong {
    transition: all 0.2s ease-in-out;
}

.page-header .panel.wrapper #switcher-language-trigger strong:hover, .page-header .panel.wrapper .switcher strong:hover {
    color: var(--red_hover);
}

body .page-header .switcher {
    margin-right: 5px;
}

.page-header .panel.wrapper .switcher .options #switcher-language-trigger::after {
    display: none;
}

.page-header .panel.wrapper #switcher-language-trigger strong span {
    font-family: var(--family-WM);
    font-size: 10.6px;
    transition: all 0.2s ease-in-out;
}

.page-header .panel.wrapper #switcher-currency-trigger strong span {
    font-family: var(--family-WM);
    font-size: 14px;
    transition: all 0.2s ease-in-out;
}

body .page-header .custom-header-wrapper {
    background-color: #000000;
    width: 100%;
    border: none;
}

.featured-cat h4,
.featured-cat p {
    margin: 0;
}

body .page-header .header.panel {
    margin-left: initial;
    margin-right: initial;
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

body .page-header .panel.wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #000000;
    border: none;
    display: inherit;
}
body .page-header .panel.wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding: 15px 0 3px;
}
body .logo {
    position: absolute;
    top: -53px;
    left: 0;
}
body .size-chart .logo {
    position: relative;
    top: 0px;
    left: 0;
}
.logo img {
    width: auto;
}

body.firecheckout .amcard-field-container .amcard-button:hover {
    color: #fff;
}
.firecheckout .amgcard-datalist-container .amcard-input-arrow:after {
    top: 30px;
}
body button, a.action.primary {
    border-radius: 0;
}

/* Body FIxed */

body.catalog-category-view .page-main,
body.catalogsearch-result-index .page-main {
    padding-top: 40px;
}
body.catalog-product-view .page-main{
	padding-top: 20px;
}
body.cms-home .page-main {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0;
    padding-top: 124px;
}

body .page-main,
body.page-layout-mb_club .page-main,
/* body.product-mens-underwear-montlhy-club .page-main, */
body.page-layout-technology .page-main,
body.page-layout-titanium .page-wrapper .page-main {
    padding-top: 124px;
}

.customer-account-forgotpassword .page-main,
.customer-account-logoutsuccess .page-main {
    padding-top: 139px;
}

.checkout-index-index .page-header {
    background: #000;
    padding: 10px 0;
}
.checkout-index-index .logo {
    margin-left: 0;
    position: relative;
    top: 0;
    left: 0;
}
.authentication-wrapper {
    margin-top: -40px;
}

body.cms-page-view .page-main {
    padding-top: 40px;
}

body.checkout-cart-index .page-main,
body.customer-account-create .page-main {
    padding-top: 145px;
}

body.customer-account-login .page-main {
    padding-top: 150px;
}

body.checkout-index-index .page-main {
    padding-top: 95px;
}

body.checkout-onepage-success .page-main {
    padding-top: 220px;
}
/* Body FIxed */

body .nav-sections {
    margin-bottom: 0;
    display: inline-block;
    background: transparent;
    width: 100%;
}

.navigation ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.navigation ul li {
    font-family: var(--family-WR);
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    z-index: 10;
}

.navigation .level0.parent>.level-top, .navigation .level0>.level-top {
    color: #000000;
    transition: all 0.2s ease-in;
    position: relative;
}

.navigation .level0.active>.level-top::after {
    opacity: 1;
}

.navigation .level0.active>.level-top {
    border-bottom: 5px solid transparent;
    color: var(--red_hover);
}

nav.navigation li.level0>a.level-top {
    border-bottom: 5px solid transparent;
}

nav.navigation li.level0>a.level-top:hover {
    border-bottom: 5px solid var(--red_hover);
}

.navigation .level0>.level-top::after {
    content: "\e90a";
    font-family: "icomoon";
    width: calc(100% - 24px);
    position: absolute;
    top: -10px;
    width: 100%;
    display: flex;
    justify-content: center;
    opacity: 0;
    color: inherit;
    line-height: 10px;
}

.navigation .level0>.level-top:hover {
    color: var(--red_hover);
}

.navigation .level0>.level-top:hover::after {
    opacity: 1;
    color: var(--red_hover);
}

.nav-sections-item-content>.navigation {
    background: transparent;
    margin: 0;
    max-width: 100%;
    display: inline;
    /* position: static; */
}

.block-search {
    width: 19%;
    padding-left: 0;
    margin: 3px 0;
}

.minicart-wrapper {
    margin: 3px 0;
}

.block-search input::placeholder {
    opacity: 0;
}

.block-search input {
    border: none;
    padding-right: 45px;
    cursor: pointer;
}

.block-search .action.search.disabled, .block-search .action.search[disabled], fieldset[disabled] .block-search .action.search {
    opacity: 1;
}

._keyfocus *:focus, input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus {
    box-shadow: 0 0 3px 1px #000000;
}

.header-panelbottm-section {
    font-family: "WorkSans Regular";
    font-size: 12px;
    color: #ffffff;
    line-height: normal;
    float: left;
    position: relative;
    top: 0;
}

.header-panelbottm-section strong {
    font-family: "WorkSans Medium";
    color: #ffffff;
}

.header-panelbottm-section .more_than {
    font-family: "WorkSans Light";
}

.minicart-wrapper .action.showcart:before, .minicart-wrapper .action.showcart.active:before {
    font-family: "icomoon";
    content: "\e910";
    font-size: 42px;
    line-height: 40px;
}

.block-search .action.search:before, .block-search .label:before {
    font-family: "icomoon";
    content: "\e90c";
    font-size: 30px;
    opacity: 1;
    width: 35px;
    line-height: 34px;
}

.logged-in {
    padding-left: 10px;
    line-height: 20px;
}

.header.panel>.header.links>.authorization-link::after {
    content: "•";
}

.header.panel>.header.links>.authorization-link {
    margin-left: 9px;
}

.header.panel>.header.links>.greet.welcome {
    margin: 0;
}

.header.panel>.header.links>.authorization-link::before {
    content: "";
    padding-right: 0px;
}

.header.panel>.header.links .amasty-rewards-balance a {
    display: flex;
    line-height: inherit;
}

/* Home Page START */

section.home-top-promotion .top-slide-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: start;
    width: auto;
    height: 100%;
    object-fit: cover;
	/* max-height: 400px; */
	/* overflow: hidden; */
    /* min-height: 573px; */
}

section.home-top-promotion .top-slide-item img {
    width: 100%;
}

section.home-top-promotion .top-slide-item .contentWrapper {
    position: absolute;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 1200px;
    width: 100%;
    height: 100%;
    color: white;
}

section.home-top-promotion .top-slide-item .contentWrapper .contentWrapperInner {
    border: 2px solid black;
    margin-left: 65px;
    max-width: 340px;
    width: 100%;
    max-height: 320px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

section.home-top-promotion .top-slide-item .contentWrapper .contentWrapperInner .promotion_img {
    position: relative;
    height: 44px;
    top: -20px;
}

section.home-top-promotion .top-slide-item .contentWrapper .contentWrapperInner .promotion_img::after {
    content: "\e90e";
    font-family: "icomoon";
    font-size: 50px;
	color: #FFB605;
}

section.home-top-promotion .top-slide-item .contentWrapper .contentWrapperInner .promotion_img::before {
    content: "\e90e";
    font-family: "icomoon";
    font-size: 50px;
    color: #000000;
    position: absolute;
    top: -3px;
    left: -2px;
}

section.home-top-promotion .top-slide-item .contentWrapper .contentWrapperInner .promotion_content {
    font-family: var(--family-WL);
    font-size: 14px;
    text-transform: uppercase;
	color: #000;
}

section.home-top-promotion .top-slide-item .contentWrapper .contentWrapperInner .promotion_title {
    font-family: var(--family-WEB);
    font-size: 30px;
    text-transform: uppercase;
    margin-top: 0;
    text-align: center;
	color: #000;
}

section.home-top-promotion .top-slide-item .contentWrapper .contentWrapperInner .promotion_action {
    font-family: var(--family-Viga);
    font-size: 14px;
    color: #000000;
    background-color: #FFB605;
    border: none;
    text-transform: uppercase;
    width: 45%;
    text-align: center;
    padding: 10px 0;
    position: relative;
}

section.home-top-promotion .top-slide-item .contentWrapper .contentWrapperInner .promotion_action:hover a:before {
    top: -2px;
    left: -2px;
    height: 100%;
    width: 100%;
}

section.home-top-promotion .top-slide-item .contentWrapper .contentWrapperInner .promotion_action a {
    color: #000000;
    text-decoration: none;
}

section.home-top-promotion .top-slide-item .contentWrapper .contentWrapperInner .promotion_action a:before {
    width: -webkit-calc(100% - 4px);
    width: calc(100% - 4px);
    height: -webkit-calc(100% - 4px);
    height: calc(100% - 4px);
    top: -8px;
    left: -8px;
    z-index: 1;
    border: 2px solid #000000;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
}

section.home-category-container, section.home-two-promotions, section.home-collections-container, section.home-featured-brands, section.home-about-us .contentInner, section.home-instagram {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
}

section.home-category-container .category-wrap-header {
    text-align: center;
    padding: 10px 0 10px 0;
}

section.home-category-container .category-wrap-header h2 {
    font-family: var(--family-WEB);
    font-size: 30px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

section.home-category-container .category-wrap-header p {
    font-family: var(--family-WR);
    font-size: 16px;
}

section.home-category-container .category-wrap-container ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    align-items: center;
    grid-gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

section.home-category-container .category-wrap-container ul li {
    padding: 0;
    margin: 0;
    min-height: 220px;
    min-width: 180px;
    justify-content: center;
    display: flex;
    align-items: center;
    transition: all 0.2s ease-in-out;
    border: 2px solid transparent;
    position: relative;
}

section.home-category-container .category-wrap-container ul li img {
    width: auto;
    height: auto;
}

section.home-category-container .category-wrap-container ul li:hover {
    border: 2px solid #000000;
}

section.home-category-container .category-wrap-container ul li:hover a {
    color: var(--red_hover);
}

section.home-category-container .category-wrap-container ul li a::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

section.home-category-container .category-wrap-container ul li a {
    font-family: var(--family-WEB);
    font-size: 18px;
    color: #000000;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    text-align: center;
}

section.home-category-container .category-wrap-container ul li h3 {
    margin: 10px 0 0 0;
    /* position: absolute; */
    width: 100%;
    left: 0;
    bottom: 10px;
    font-family: var(--family-WEB);
    font-size: 18px;
    text-transform: uppercase;
}

section.home-category-container .category-wrap-container ul li p {
	font-size: 14px;
	font-family: var(--family-WR);
}	

section.home-two-promotions .contentInner {
    padding: 40px 0 30px;
}

section.home-two-promotions .featured-wrapp {
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    grid-gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(418px, 1fr));
}

section.home-two-promotions .featured-wrapp li {
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
}

body section.home-four-promotions .featured-wrapp {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}

body section.home-four-promotions {
    max-width: 1740px;
}

/* home-four-promotions - six */
body section.home-four-promotions .six-promo .featured-wrapp {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(265px, 1fr));
}
@media (min-width: 875px) and (max-width: 1729px) {
	body section.home-four-promotions .six-promo .featured-wrapp {
		gap: 20px;
		grid-template-columns: repeat(3, minmax(265px, 1fr));
	}	
}	
@media (max-width: 874px) {
	body section.home-four-promotions .six-promo .featured-wrapp {
		gap: 20px;
		grid-template-columns: repeat(2, minmax(265px, 1fr));
	}	
}
@media (max-width: 639px) {
	body section.home-four-promotions .six-promo .featured-wrapp {
		gap: 20px;
		grid-template-columns: repeat(1, minmax(265px, 1fr));
		margin: 20px;
	}	
}	

body section.home-four-promotions .six-promo .featured-wrapp li {
	margin: 0;
	position: relative;
	overflow: hidden;
	border: 2px solid #000;
	padding: 3px;
	box-sizing: border-box;
}	
body section.home-four-promotions .six-promo .featured-wrapp li a{
	height: auto;
	overflow: hidden;
}	

body section.home-four-promotions .six-promo .featured-wrapp li a.button{
	background-color: black;
	color: white;
	font-size: 20px;
	margin-top: 5px;
	padding: 6px;
	box-sizing: border-box;
	text-transform: uppercase;	
}	

/* home-four-promotions - six */
	
section.home-two-promotions .featured-wrapp li a img {
    width: 100%;
    height: 100%;
    max-height: 677px;
    object-fit: cover;
    transition: all 0.2s ease-in;
}

section.home-two-promotions .featured-wrapp li:last-child a img {
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}

section.home-two-promotions .featured-wrapp li:hover a img {
    transform: scale(1.1);
}
/*
section.home-two-promotions .featured-wrapp li:last-child:hover a img {
    transform: scale(1.1);
}
*/
section.home-two-promotions .featured-wrapp li a {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
}

section.home-two-promotions .featured-wrapp li .wrap {
    position: absolute;
    top: 0px;
    left: 0px;
    height: calc(100% - 25px);
    width: calc(100% - 25px);
    color: #fff;
    padding: 10px;
}

section.home-two-promotions .featured-wrapp li .wrap.wrap-black-color {
	color: #333;
}	

section.home-two-promotions .featured-wrapp li .wrap .border a {
    color: #fff;
    transition: all 0.2s ease-in-out;
}

section.home-two-promotions .featured-wrapp li .wrap .border {
    height: 100%;
    width: 100%;
    border: 2px solid white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

section.home-two-promotions .featured-wrapp li .wrap.wrap-black-color .border {
	border: 2px solid #333;
}

section.home-two-promotions .featured-wrapp li .wrap .border .marks {
    height: 40%;
    width: 50%;
    position: relative;
}

section.home-two-promotions .featured-wrapp li .wrap .border .top {
    text-align: center;
    width: 80%;
    padding-top: 15px;
}

section.home-two-promotions .featured-wrapp li .wrap .border .top span, section.home-two-promotions .featured-wrapp li .wrap .border .bottom span {
    font-family: var(--family-WL);
    font-size: 14px;
    text-transform: uppercase;
}

section.home-two-promotions .featured-wrapp li .wrap .border .top h3, section.home-two-promotions .featured-wrapp li .wrap .border .bottom h3 {
    font-family: var(--family-WEB);
    font-size: 30px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

section.home-two-promotions .featured-wrapp li .wrap .border .top p, section.home-two-promotions .featured-wrapp li .wrap .border .bottom p {
    font-family: var(--family-WR);
    font-size: 16px;
}

section.home-two-promotions .featured-wrapp li .wrap .border .bottom span {
    font-family: var(--family-WEB);
    font-size: 18px;
    position: relative;
}

section.home-two-promotions .featured-wrapp li .wrap .border .bottom span::before {
    content: "\e90a";
    font-family: "icomoon";
    position: absolute;
    left: -25px;
}

section.home-two-promotions .featured-wrapp li .wrap .border .bottom p {
    font-family: var(--family-WR);
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 10px;
}

section.home-two-promotions .featured-wrapp li .wrap .border .bottom .tech_action {
    font-family: var(--family-Viga);
    font-size: 14px;
    color: #000000;
    background-color: white;
    border: none;
    text-transform: uppercase;
    width: 155px;
    margin: 0 auto;
    text-align: center;
    padding: 12.5px 0;
    position: relative;
}

section.home-two-promotions .featured-wrapp li .wrap .border .bottom .tech_action:hover a:before {
    top: -2px;
    left: -2px;
    height: 100%;
    width: 100%;
}

section.home-two-promotions .featured-wrapp li .wrap .border .bottom .tech_action a {
    color: #000000;
    text-decoration: none;
}

section.home-two-promotions .featured-wrapp li .wrap .border .bottom .tech_action a:before {
    width: -webkit-calc(100% - 4px);
    width: calc(100% - 4px);
    height: -webkit-calc(100% - 4px);
    height: calc(100% - 4px);
    top: -8px;
    left: -8px;
    z-index: 1;
    border: 2px solid #000000;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
}

section.home-two-promotions .featured-wrapp li .wrap .border .bottom {
    text-align: center;
    padding-bottom: 10px;
    width: 97%;
}

section.home-two-promotions .featured-wrapp li .wrap .border .marks div::before {
    content: "\e90a";
    font-family: "icomoon";
    font-size: 30px;
    z-index: 1;
}

section.home-two-promotions .featured-wrapp li .wrap .border .marks div:nth-child(1) {
    position: absolute;
    right: 20px;
    top: 25px;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

section.home-two-promotions .featured-wrapp li .wrap .border .marks div:nth-child(2) {
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

section.home-two-promotions .featured-wrapp li .wrap .border .marks div:nth-child(3) {
    position: absolute;
    left: -10px;
    bottom: 0;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

section.home-two-promotions .featured-wrapp li .wrap .border .marks div .tooltips {
    bottom: -80%;
    color: white;
    left: -230%;
    padding: 1rem 0.5rem;
    position: absolute;
    text-align: center;
    transition: all 0.5s ease-in-out;
    visibility: hidden;
    width: 165px;
    opacity: 0;
    z-index: 1;
    font-family: var(--family-WEB);
    font-size: 18px;
}

section.home-two-promotions .featured-wrapp li .wrap .border .marks div:hover .tooltips {
    opacity: 1;
    visibility: visible;
}

section.home-brands-tabs .contentInner .contentWrapper .featured-wrapp {
    padding: 40px 0;
    margin: 0;
    list-style: none;
    display: grid;
    align-items: center;
    justify-items: center;
    grid-gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

section.home-brands-tabs .contentInner {
    background: #000000;
}

section.home-brands-tabs .contentInner .contentWrapper {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
}

section.home-brands-tabs .featured-text, section.home-collections-container .featured-text {
    text-align: center;
}

section.home-brands-tabs .featured-text h2, section.home-collections-container .featured-text h2 {
    font-family: var(--family-WEB);
    font-size: 30px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

section.home-brands-tabs .featured-text p, section.home-collections-container .featured-text p {
    font-family: var(--family-WR);
    font-size: 16px;
    margin-bottom: 20px;
}

section.home-brands-tabs .contentInner .contentWrapper .featured-wrapp li {
    padding: 0;
    margin: 0;
    position: relative;
}

section.home-brands-tabs .contentInner .contentWrapper .featured-wrapp li a {
    display: flex;
    z-index: 2;
}

section.home-brands-tabs .contentInner .contentWrapper .featured-wrapp li a::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    z-index: 1;
}

section.home-brands-tabs .contentInner .contentWrapper .featured-wrapp li a:hover::before {
    opacity: 1;
}

section.home-brands-tabs .contentInner .contentWrapper .featured-wrapp li a {
    text-decoration: none;
}

section.home-collections-container .featured-wrapp {
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    grid-gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(418px, 1fr));
}

section.home-collections-container .featured-wrapp li {
    padding: 0;
    margin: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

section.home-collections-container .featured-wrapp li a img {
    width: 100%;
    height: 100%;
    max-height: 490px;
    object-fit: cover;
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}

section.home-collections-container .featured-wrapp li:hover a img {
    transform: scale(1.1);
    /* transition: transform 2s cubic-bezier(0.25, 0.45, 0.45, 0.95); */
}

section.home-collections-container .featured-wrapp li .wrap {
    position: absolute;
    height: 320px;
    width: 320px;
    color: #fff;
}

section.home-collections-container .featured-wrapp li .wrap .border {
    height: 100%;
    width: 100%;
}

section.home-collections-container .featured-wrapp li .wrap .border .text_area {
    height: 100%;
    width: 100%;
    border: 2px solid white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

section.home-collections-container .featured-wrapp li .wrap .border h3 {
    font-family: var(--family-WEB);
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 20px;
}

section.home-collections-container .featured-wrapp li a {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
}

section.home-collections-container .wrap .border .collection_action {
    font-family: var(--family-Viga);
    font-size: 14px;
    color: #000000;
    background-color: white;
    border: none;
    text-transform: uppercase;
    width: 155px;
    margin: 0 auto;
    text-align: center;
    padding: 12.5px 0;
    position: relative;
}

section.home-collections-container .wrap .border .collection_action:hover a:before {
    top: -2px;
    left: -2px;
    height: 100%;
    width: 100%;
}

section.home-collections-container .wrap .border .collection_action a {
    color: #000000;
    text-decoration: none;
}

section.home-collections-container .wrap .border .collection_action a:before {
    width: -webkit-calc(100% - 4px);
    width: calc(100% - 4px);
    height: -webkit-calc(100% - 4px);
    height: calc(100% - 4px);
    top: -8px;
    left: -8px;
    z-index: 1;
    border: 2px solid #000000;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
}

section.home-collections-container .featured-wrapp li .wrap .border .icon {
    position: relative;
    height: 50px;
    width: 50px;
}

section.home-collections-container .featured-wrapp li:first-child .wrap .border .icon::before {
    content: "\e90f";
    font-family: "icomoon";
    font-size: 53px;
    color: #000000;
    position: absolute;
    top: -7px;
    left: -5px;
    z-index: 1;
}

section.home-collections-container .featured-wrapp li:first-child .wrap .border .icon::after {
    background-image: url("../images/pants.svg");
    background-repeat: no-repeat;
    content: "";
    height: 47px;
    width: 50px;
    position: absolute;
    bottom: -10px;
}

section.home-collections-container .featured-wrapp li:last-child .wrap .border .icon::before {
    content: "\e90d";
    font-family: "icomoon";
    font-size: 61px;
    color: #000000;
    position: absolute;
    top: -19px;
    left: -15px;
    z-index: 1;
}

section.home-collections-container .featured-wrapp li:last-child .wrap .border .icon::after {
    background-image: url("../images/snickers.svg");
    background-repeat: no-repeat;
    content: "";
    height: 62px;
    width: 50px;
    position: absolute;
}

section.home-featured-brands .featured-text h2 {
    font-family: var(--family-WEB);
    font-size: 30px;
    margin: 30px 0;
    text-align: center;
}

section.home-featured-brands .featured-wrapp {
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    grid-gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(418px, 1fr));
}

section.home-featured-brands.featured-wrapp li {
    padding: 0;
    margin: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.home-featured-brands .featured-wrapp li:last-child {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: baseline;
    margin: 0;
    padding: 0;
}

section.home-featured-brands .featured-wrapp .joe, section.home-featured-brands .featured-wrapp .oce_mundo, section.home-featured-brands .featured-wrapp .mob {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
}

section.home-featured-brands .featured-wrapp .oce_mundo {
    display: flex;
    justify-content: space-between;
}

section.home-featured-brands .featured-wrapp .joe h3, section.home-featured-brands .featured-wrapp .oce_mundo h3, section.home-featured-brands .featured-wrapp .mob h3 {
    position: absolute;
    color: #fff;
    font-size: 30px;
    font-family: var(--family-WEB);
}

section.home-featured-brands .featured-wrapp .joe a, section.home-featured-brands .featured-wrapp .oce_mundo a, section.home-featured-brands .featured-wrapp .mob a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    font-size: 30px;
    font-family: var(--family-WEB);
    text-transform: uppercase;
    width: 100%;
    position: relative;
}

section.home-featured-brands .featured-wrapp .joe a::before, section.home-featured-brands .featured-wrapp .oce_mundo a::before, section.home-featured-brands .featured-wrapp .mob a::before {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

section.home-featured-brands .featured-wrapp .joe a:hover::before, section.home-featured-brands .featured-wrapp .oce_mundo a:hover::before, section.home-featured-brands .featured-wrapp .mob a:hover::before {
    opacity: 1;
}

section.home-featured-brands .featured-wrapp .oce_mundo {
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    grid-gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(141px, 1fr));
}

section.home-featured-brands .featured-wrapp .joe a img, section.home-featured-brands .featured-wrapp .oce_mundo a img, section.home-featured-brands .featured-wrapp .mob a img {
    width: 100%;
}

section.home-featured-brands .featured-wrapp .joe img {
    height: 100%;
    width: 100%;
}

section.home-featured-brands .featured-wrapp .mob img {
    width: 100%;
}

section.home-about-us {
    width: 100%;
    margin-top: 40px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
	/*
    background: url("../images/about_up.jpg") no-repeat center;
    background: url("../images/about_up.webp") no-repeat center;
	*/
    background: url("../images/about_up_mob.jpg") no-repeat center;
    background: url("../images/about_up_mob.webp") no-repeat center;
	background-size: cover;
    height: 1080px;
    background-attachment: fixed;
}

section.home-about-us .contentInner {
    border: 2px solid white;
    height: 88%;
    width: 100%;
    max-width: 1200px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.home-about-us .contentInner .featured-wrapp {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 88%;
}

section.home-about-us .contentInner .featured-wrapp span.icon {
    height: 45px;
    position: relative;
    width: 70px;
}

section.home-about-us .contentInner .featured-wrapp span.icon::before {
    content: "\e909";
    font-family: "icomoon";
    font-size: 60px;
    color: #000000;
    position: absolute;
    top: -20px;
    left: 0px;
    z-index: 1;
}

section.home-about-us .contentInner .featured-wrapp span.icon::after {
    background-image: url("../images/pants_about.svg");
    background-repeat: no-repeat;
    content: "";
    height: 50px;
    width: 61px;
    position: absolute;
}

section.home-about-us .contentInner .featured-wrapp h3 {
    font-family: var(--family-WEB);
    font-size: 30px;
    text-transform: uppercase;
}

section.home-about-us .contentInner .featured-wrapp h4 {
    font-family: var(--family-WM);
    font-size: 20px;
    margin-top: 10px;
}

section.home-about-us .contentInner .featured-wrapp p {
    font-family: var(--family-WR);
    font-size: 16px;
    text-align: center;
    padding-bottom: 20px;
}

section.home-about-us .contentInner .featured-wrapp .about_us_action {
    font-family: var(--family-Viga);
    font-size: 14px;
    color: #000000;
    background-color: white;
    border: none;
    text-transform: uppercase;
    width: 200px;
    margin: 0 auto;
    text-align: center;
    padding: 12.5px 0;
    position: relative;
}

section.home-about-us .contentInner .featured-wrapp .about_us_action:hover a:before {
    top: -2px;
    left: -2px;
    height: 100%;
    width: 100%;
}

section.home-about-us .contentInner .featured-wrapp .about_us_action a {
    color: #000000;
    text-decoration: none;
}

section.home-about-us .contentInner .featured-wrapp .about_us_action a:before {
    width: -webkit-calc(100% - 4px);
    width: calc(100% - 4px);
    height: -webkit-calc(100% - 4px);
    height: calc(100% - 4px);
    top: -8px;
    left: -8px;
    z-index: 1;
    border: 2px solid #ffffff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
}

.page-footer .footer-top-content .footer_bb_sign_up {
    font-family: var(--family-Viga);
    font-size: 14px;
    color: #000000;
    background-color: white;
    border: none;
    text-transform: uppercase;
    width: 200px;
    margin: 0 auto;
    text-align: center;
    padding: 12.5px 0;
    position: relative;
}

.page-footer .footer-top-content .footer_bb_sign_up:hover a:before {
    top: -2px;
    left: -2px;
    height: 100%;
    width: 100%;
}

.page-footer .footer-top-content .footer_bb_sign_up a {
    color: #000000;
    text-decoration: none;
}

.page-footer .footer-top-content .footer_bb_sign_up a:before {
    width: -webkit-calc(100% - 4px);
    width: calc(100% - 4px);
    height: -webkit-calc(100% - 4px);
    height: calc(100% - 4px);
    top: -8px;
    left: -8px;
    z-index: 1;
    border: 2px solid #ffffff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
}

.home-seo-text{}
.home-seo-text h2{
	font-family: var(--family-WEB);
	font-size: 30px;
	text-transform: uppercase;
	color: white;
	font-weight: 600;
	line-height: 1.1;
	margin-top: 2rem;
	margin-bottom: 1rem;
}
.home-seo-text p{
	font-family: var(--family-WR);
	font-size: 16px;
	text-align: left;
	padding-bottom: 20px;
	color: white;
}

/* Home Page END*/

/* Footer START*/

.block.newsletter input {
    margin-right: 0px;
    padding: 0 0 0 10px;
    height: 50px;
}

.block.newsletter #is_consented {
    height: 15px;
    filter: invert(10%) hue-rotate(500deg) brightness(1);
}

.block.newsletter .consent a {
    color: white;
    text-decoration: underline;
    transition: all 0.2s ease-in-out;
}

.block.newsletter .consent a:hover {
    color: var(--red_hover);
    text-decoration: none;
}

.block.newsletter .action.subscribe {
    height: 50px;
    width: auto;
    position: inherit;
    padding: 7px 25px;
    background: #000000;
    border: 1px solid #000000;
    text-transform: uppercase;
    font-size: 14px;
    font-family: var(--family-Viga);
    margin: 0;
    transition: all 0.2s ease-in-out;
}

.block.newsletter .action.subscribe:hover {
    background: var(--red_hover);
    border: 1px solid var(--red_hover);
}

.block.newsletter .field .control:before {
    display: none;
}

.page-footer {
    background: #000000;
    padding-bottom: 0;
}

.footer-top .footer-top-content .newsletter_promotion div:first-child {
    font-family: var(--family-Viga);
    font-size: 18px;
}

.footer-top .footer-top-content .newsletter_promotion div:last-child {
    font-family: var(--family-WR);
    font-size: 16px;
}

.footer .store-pages-wrapper .store-pages_col .store-pages_title {
    padding-bottom: 20px;
    font-family: var(--family-Viga);
    font-size: 18px;
    color: #fff;
    position: relative;
}

.footer .store-pages-wrapper .store-pages_col ul:last-child {
    padding-top: 35px;
}

.footer .store-pages-wrapper .store-pages_col li a {
    transition: all 0.2 ease-in-out;
    font-size: 14px;
    font-family: var(--family-WL);
    color: #fff;
    text-decoration: none;
}

.footer .store-pages-wrapper .store-pages_col li a:hover {
    color: var(--red_hover);
}

.footer .footer-social-links ul li {
    display: block !important;
}

.footer.content ul, .footer.content ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-top {
    background-image: url("../images/footer-top.jpg");
    background-image: url("../images/footer-top.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-top .footer-top-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0 40px;
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    color: white;
}

.footer-top .footer-top-content .newsletter_promotion {
    position: relative;
}

.footer-top .footer-top-content .newsletter_promotion::before {
    content: "\e908";
    font-family: "icomoon";
    position: absolute;
    left: -60px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
}

.footer .store-pages-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-bottom: 45px;
    flex-wrap: wrap;
}

.footer .footer-social-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px;
    border: 2px solid #fff;
    color: white;
    position: relative;
    width: auto;
}

.footer .footer-social-links a {
    color: #fff;
    font-weight: var(--family-WSB);
    font-size: 18px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.footer .footer-social-links a::before {
    font-size: 34px;
    transition: all 0.2s ease-in-out;
}

.footer .footer-social-links .footer-social li:hover a::before, .footer .footer-social-links a:hover {
    color: var(--red_hover);
}

.footer .footer-social-links a.footer-instagram::before {
    content: "\e904";
    font-family: "icomoon";
}

.footer .footer-social-links a.footer-facebook::before {
    font-family: "icomoon";
    content: "\e900";
}

.footer .footer-social-links a.footer-twitter::before {
    font-family: "icomoon";
    content: "\e903";
}

.footer .footer-social-links a.footer-youtube::before {
    font-family: "icomoon";
    content: "\e912";
}

.footer .footer-social-links a.footer-pinterest::before {
    font-family: "icomoon";
    content: "\e902";
}

.footer .footer-social-links a.footer-google_plus::before {
    font-family: "icomoon";
    content: "\e901";
}

.footer .footer-social-links::before {
    width: 100%;
    height: 100%;
    top: -15px;
    left: -15px;
    z-index: 0;
    border: 2px solid #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    content: "";
    position: absolute;
}

.footer .footer-social-links ul {
    display: flex;
    z-index: 3;
}

.footer .footer-social-links ul:last-child {
    width: 320px;
    justify-content: space-between;
    align-items: center;
}

.footer .footer-social-links ul.footer-number span.separator {
    padding: 0 10px;
    font-weight: var(--family-WSB);
    font-size: 18px;
}

.copyright {
    background-color: #000000;
    color: #fff;
    text-align: left;
    font-family: "WorkSans Light";
    font-size: 12px;
    padding: 20px 0;
}

.copyright a {
    color: #fff;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

.copyright a:hover {
    color: var(--red_hover);
}

.copyright span:first-child {
    font-family: "WorkSans Light";
    font-size: 12px;
}

.copyright .separator {
    padding: 0 5px;
}

@media (min-width: 768px) {
    .block.newsletter {
        max-width: 44%;
        width: 38.31%;
        margin-bottom: 5px;
    }
    .block.newsletter .form.subscribe>.field, .block.newsletter .form.subscribe>.actions {
        float: unset;
    }
}

/* Footer END*/

/* Sticky nav */

.navShadow {
    box-shadow: 0 4px 30px -5px rgba(0, 0, 0, 0.2);
    height: 100px;
    background: white;
    z-index: 99;
    width: 100% !important;
    top: 0px;
    padding: 0 !important;
}

/* Sticky nav end */

/* Product Page Style body.catalog-product-view */

/* Product Page Gallery and Main Layout - Milan */
body.catalog-product-view.page-layout-product-full-width .product.media{
	width: 100%;
}
body.catalog-product-view.page-layout-product-full-width .product.media .fotorama__stage{
	display: none;
}
body.catalog-product-view.page-layout-product-full-width .product.media .fotorama__nav--thumbs{
	width: 100%;
}

body.catalog-product-view.page-layout-product-full-width .product-info-main{
	width: 100%;
}

#bss_configurablegridview .configu-table .content-config{
	max-height: none;
}

body.catalog-product-view.page-layout-product-full-width .product-info-main .box-tocart .actions{
	max-width: none;
}
body.catalog-product-view.page-layout-product-full-width .product-info-main .box-tocart {
  display: flex;
  justify-content: flex-end;
  align-items: end;
  margin: 20px 0 20px;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 2px solid black;
}
body.catalog-product-view.page-layout-product-full-width .product-info-main .box-tocart .fieldset{
	margin-right: 40px;
}
body.catalog-product-view.page-layout-product-full-width .product-info-main .product-info-price{
	display: none;
}

/* Product Page Gallery and Main Layout - Milan end*/

body.catalog-product-view .box-tocart .action.tocart:not(:last-child),
body.catalog-product-view .product-info-main .box-tocart .fieldset,
body.catalog-product-view .product-info-main .box-tocart .fieldset .label {
    margin-bottom: 0px;
}

body.catalog-product-view .product-info-main .box-tocart .fieldset .label span {
    font-family: var(--family-Viga);
    font-size: 14px;
    text-transform: uppercase;
}

body.catalog-product-view .product-info-main .box-tocart .fieldset .control {
    display: flex;
    align-items: center;
}

body.catalog-product-view .product-info-main .product-options-bottom .box-tocart .fieldset .control .qty-substract, body.catalog-product-view .product-info-main .product-options-bottom .box-tocart .fieldset .control .qty-add {
    font-family: var(--family-Wm);
    font-size: 24px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

body.catalog-product-view .product-info-main .box-tocart .fieldset .control .qty-substract:hover, body.catalog-product-view .product-info-main .box-tocart .fieldset .control .qty-add:hover {
    color: var(--red_hover);
}

body.catalog-product-view .product-info-main .box-tocart .fieldset input[type="number"] {
    border: none;
    box-shadow: none;
    font-family: var(--family-WEB);
    font-weight: bold;
    font-size: 24px;
    width: 55px;
    padding: 0;
}

body.catalog-product-view .product-info-main .box-tocart .actions {
    max-width: 100%;
    width: 100%;
    padding-left: 9%;
}

body.catalog-product-view .product-info-main .box-tocart .actions .tocart, .cart-summary .checkout-methods-items .action.primary.checkout {
    background: #f6d72e;
    color: #000;
    border: 2px solid #f6d72e;
    padding: 9.5px 17px;
    position: relative;
    text-transform: uppercase;
    font-family: var(--family-Viga);
    font-size: 14px;
}

body.catalog-product-view .product-info-main .box-tocart .actions .tocart {
	background: #ca0303;
	color: #ffffff;
	border: 2px solid #ca0303;
}

body.catalog-product-view .product-info-main .box-tocart .actions .tocart span, .cart-summary .checkout-methods-items .action.primary.checkout span {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    top: -5px;
}

body.catalog-product-view .product-info-main .box-tocart .actions .tocart:hover span, .cart-summary .checkout-methods-items .action.primary.checkout:hover span {
    top: 0px;
}

body.catalog-product-view .product-info-main .box-tocart .actions .tocart:before, .cart-summary .checkout-methods-items .action.primary.checkout:before {
    width: -webkit-calc(100% - 4px);
    width: calc(100% - 4px);
    height: -webkit-calc(100% - 4px);
    height: calc(100% - 4px);
    top: -8px;
    left: -8px;
    z-index: 1;
    border: 2px solid #000000;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
}

body.catalog-product-view .product-info-main .box-tocart .actions .tocart:hover:before, .cart-summary .checkout-methods-items .action.primary.checkout:hover:before {
    top: -2px;
    left: -2px;
    height: 100%;
    width: 100%;
}

body.catalog-product-view .product-info-main .box-tocart .wish_wrapper {
    margin: auto 0;
}

body.catalog-product-view .box-tocart .action.tocart {
    width: 100%;
}

.product-social-links .action.towishlist:before, .block-bundle-summary .action.towishlist:before, .product-item .action.towishlist:before, .table-comparison .action.towishlist:before {
    content: "\e906";
    font-family: "icomoon";
    font-size: 26px;
    height: 26px;
    width: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    color: black;
    transition: all 0.2s ease-in-out;
}

.product-social-links .action.towishlist:hover:before, .block-bundle-summary .action.towishlist:hover:before, .product-item .action.towishlist:hover:before, .table-comparison .action.towishlist:hover:before {
    color: var(--red_hover);
}

body.catalog-product-view .product-info-main .page-title-wrapper h1 {
    font-family: var(--family-WEB);
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 0;
}

body.catalog-product-view .main .product.attribute.sku {
	display: inline-block;
	width: 100%;
	font-size: 18px;
}
body.catalog-product-view .main .product.attribute.sku strong {
	display: inline;
}
body.catalog-product-view .main .product.attribute.sku .value {
	display: inline;
}

.price-box .price-container .price, .product-info-price .price-box .price-container .price {
    font-family: var(--family-WEB);
    font-size: 24px;
    text-transform: uppercase;
    color: #ca0303;
}

.mst-searchautocomplete__wrapper .price-box .price-container .price.starts-from {
    color: black;
    font-size: 10px;
}

#product-options-wrapper .label {
    font-family: var(--family-Viga);
    font-size: 14px;
    text-transform: uppercase;
}

body.catalog-product-view .product-info-main .product-info-price, body.catalog-product-view .product-info-main .product-info-price .price-box .price-container>span {
    margin-bottom: 0;
    position: relative;
    color: #000000;
}

body.catalog-product-view .product-info-main .product-info-price {
    border-bottom: 2px solid #000000;
    padding-bottom: 5px;
}

body.catalog-product-view .product-info-main .stock.available {
    position: absolute;
    top: -20px;
    left: 0;
    font-family: var(--family-WEB);
    font-size: 14px;
    text-transform: uppercase;
    color: #ca0303;
}

body.catalog-product-view .product-info-main .product-info-price .price-box .price-container .price-label {
    font-family: var(--family-WEB);
    font-size: 14px;
    text-transform: uppercase;
    color: #ca0303;
}

body.catalog-product-view .product-info-main .product-info-price .price-box {
    padding-bottom: 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
}

body.catalog-product-view .product-info-price .price-box .old-price .price-container .price-label {
    display: none;
}

body.catalog-product-view .product-info-price .price-box .old-price .price-wrapper .price,
.mst-searchautocomplete__autocomplete .store span[data-price-type="oldPrice"] .price {
    font-family: var(--family-WEB);
    font-size: 24px;
    text-decoration: line-through;
    padding-left: 10px;
    color: #bbbbbb;
}

.mst-searchautocomplete__autocomplete .store span[data-price-type="oldPrice"] .price {
    padding-left: 0;
}

body.catalog-product-view .fotorama__thumb-border {
    backface-visibility: hidden;
    background-image: none;
    border: 2px solid #000000;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 9;
}

.fieldset>.field.required>.label:after, .fieldset>.fields>.field.required>.label:after, .fieldset>.field._required>.label:after, .fieldset>.fields>.field._required>.label:after {
    color: #ca0303;
}

body.catalog-product-view .product-info-main .page-title-wrapper.product {
    display: flex;
    flex-direction: column-reverse;
	margin-bottom: 22px;
}

body.catalog-product-view .product-info-main .page-title-wrapper.product p {
    color: #ca0303;
    font-size: 12px;
    font-family: var(--family-WR);
}

body.catalog-product-view .product-info-main .product-reviews-summary {
    margin-bottom: 25px;
}

body.catalog-product-view .product_support ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: baseline;
}

body.catalog-product-view .product_support ul li {
    padding: 0;
    margin: 0;
    width: 40%;
    font-size: 11px;
    font-family: var(--family-WR);
    padding-bottom: 10px;
}

body.catalog-product-view .product_support ul li:nth-child(1) span.icon::before {
    content: "\e911";
    font-family: "icomoon";
    font-size: 20px;
    padding-right: 10px;
}

body.catalog-product-view .product_support ul li:nth-child(2) span.icon::before {
    font-family: "icomoon";
    content: "\e905";
    font-size: 20px;
    padding-right: 10px;
}

body.catalog-product-view .product_support ul li:nth-child(3) span.icon::before {
    font-family: "icomoon";
    content: "\e90b";
    font-size: 20px;
    padding-right: 10px;
}

body.catalog-product-view .product_support ul li:nth-child(4) span.icon::before {
    content: "\e913";
    font-size: 20px;
    padding-right: 10px;
    font-family: "icomoon";
}

body.catalog-product-view .product_support ul li a {
    transition: all 0.2s ease-in-out;
    color: #000;
    text-decoration: underline;
}

body.catalog-product-view .product_support ul li a:hover {
    color: var(--red_hover);
}

body.catalog-product-view .product.data.items>.item.title {
    margin: -7px -1px 0px 0px;
}

body.catalog-product-view .product.data.items>.item.title:not(:first-child) {
    margin-left: 15px;
}
body.catalog-product-view .product.data.items .item.content:not(:nth-child(2)) {
    display: none;	
}	
.product.data.items>.item.title:not(.disabled)>.switch:active,
.product.data.items>.item.title.active>.switch, .product.data.items>.item.title.active>.switch:focus,
.product.data.items>.item.title.active>.switch:hover {
    background: black;
    color: #fff;
    padding: 5px 10px 5px 10px;
}

.product.data.items>.item.title>.switch, .product.data.items>.item.content, .product.data.items>.item.title>.switch:visited {
    background: #fff;
    color: #000;
    border: 2px solid #000000;
    font-size: 14px;
    font-family: var(--family-WR);
    padding: 50px 30px;
}

.product.data.items>.item.content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product.data.items>.item.content div {
    z-index: 1;
	position: relative;
}

.product.data.items>.item.content::before {
    content: "";
    background-image: url("../images/detail_plus.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 90%;
    height: 70%;
    z-index: 0;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.product.data.items>.item.content li {
    font-family: var(--family-WR);
}

.product.data.items>.item.title>.switch,
.product.data.items>.item.title>.switch:visited {
    border-bottom: none;
    font-family: var(--family-Viga);
    text-transform: uppercase;
    font-size: 14px;
    padding: 4px 10px 4px 10px;
}

.product.data.items>.item.title:not(.disabled)>.switch:focus, .product.data.items>.item.title:not(.disabled)>.switch:hover, .password-strength-meter {
    background: #000000;
    color: white;
}

.fotorama__stage__frame .fotorama__img {
    object-fit: contain;
}

body.catalog-product-view .products-grid .product-item,
body.catalog-product-view .product-item-info,
body.checkout-cart-index  .product-item-info {
    width: 100%;
    text-align: center;
}

body.catalog-product-view .products-grid .product-item-actions {
    display: none;
}

body.catalog-product-view .block.upsell .title, body.catalog-product-view .block.related .title {
    text-align: center;
}

body.catalog-product-view .block.upsell .title strong, body.catalog-product-view .block.related .title strong {
    text-transform: uppercase;
    font-family: var(--family-WEB);
    font-size: 30px;
}

body.catalog-product-view .abs-margin-for-blocks-and-widgets-desktop, .page-main .block,
body.catalog-product-view .customer-review .product-details {
    margin-bottom: 30px;
}

.products-grid .product-item-info:hover, .products-grid .product-item-info.active {
    background: transparent;
    box-shadow: none;
    border: none;
    margin: 0px;
    padding: 0px;
    position: relative;
    z-index: 0;
}

body.catalog-product-view .products-grid .product-item .product-item-name,
body.checkout-cart-index .products-grid .product-item .product-item-name {
    min-height: 32px;
}

body.catalog-product-view .products-grid .product-item a,
body.checkout-cart-index .products-grid .product-item a {
    font-family: var(--family-WEB);
    font-weight: bold;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

body.catalog-product-view .products-grid .product-item a:hover,
body.checkout-cart-index .products-grid .product-item a:hover {
    color: var(--red_hover);
}

body.catalog-product-view .products-grid .product-item .price-final_price .price-label,
body.checkout-cart-index .products-grid .product-item .price-final_price .price-label {
    font-family: var(--family-WR);
    font-size: 12px;
    color: #000;
}

body.catalog-product-view .products-grid .product-item .price-final_price .old-price .price {
    font-family: var(--family-WEB);
    font-size: 18px;
    text-decoration: line-through;
    color: #bbbbbb;
}

body.checkout-cart-index .product-item .old-price {
    display: block;
}

body.catalog-product-view .product-info-main {
    padding-bottom: 20px;
}

.product.data.items>.item.content input[type="text"], textarea {
    background: transparent;
    border: 2px solid black;
}

.review-form .action.submit.primary {
    font-family: var(--family-Viga);
    font-size: 14px;
    color: white;
    background-color: black;
    border: none;
    text-transform: uppercase;
    margin: 0 auto;
    text-align: center;
    position: relative;
    transition: all 0.5s;
    border: 2px solid #000000;
}

.review-form .action.submit.primary::before,
.product_support .action.submit.primary::before  {
    width: -webkit-calc(100% - 4px);
    width: calc(100% - 4px);
    height: -webkit-calc(100% - 4px);
    height: calc(100% - 4px);
    top: -8px;
    left: -8px;
    z-index: 1;
    border: 2px solid #000000;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
}

.review-form .action.submit.primary:hover::before,
.product_support .action.submit.primary:hover::before  {
    top: -2px;
    left: -2px;
    height: 100%;
    width: 100%;
}

.review-form .action.submit.primary:hover,
.product_support .action.submit.primary:hover {
    color: black;
    background-color: white;
    border: 2px solid #000000;
}

.product_support .actions-toolbar {
    padding: 20px 0 2.5rem;
}

.product_support .actions-toolbar .primary {
    width: 138px;
}

body.catalog-product-view .product-items {
    position: relative;
}

body.catalog-product-view .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 35%;
    left: 0;
}

body.catalog-product-view .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 35%;
    right: 0;
}

body.catalog-product-view .owl-carousel .owl-nav button.owl-next, body.catalog-product-view .owl-carousel .owl-nav button.owl-prev {
    box-shadow: none;
    width: 29px;
    height: 44px;
    line-height: 44px;
}

.icon-arrow_right:before {
    content: "\e914";
    font-family: "icomoon";
    font-size: 44px;
}

.icon-arrow_left:before {
    content: "\e915";
    font-family: "icomoon";
    font-size: 44px;
}

/* Minicart */

.minicart-items .product-item-name a {
    font-family: var(--family-WEB);
    font-weight: bold;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    color: black;
}

.minicart-items .product-item-name a:hover {
    color: var(--red_hover);
}

.minicart-items .product-item-details .price {
    font-family: var(--family-WR);
    font-size: 18px;
    color: #ca0303;
}

.minicart-items .item-qty, .products-grid.wishlist .product-item .box-tocart input.qty {
    border: none;
    box-shadow: none;
    font-family: var(--family-WEB);
    font-weight: bold;
    font-size: 16px;
    padding: 0;
    border: 2px solid black;
}

body.catalog-category-view .minicart-items .product-item-details {
    text-align: left;
}

body.catalog-category-view .minicart-items .product-item-details .product-item-name {
    text-transform: none;
    min-height: 100%;
}

.minicart-items .product-image-wrapper .product-image-photo {
    margin: 0;
    object-fit: cover;
}

.block-minicart .block-content>.actions>.primary .action.primary {
    background: #f6d72e;
    color: #000;
    border: 2px solid #f6d72e;
    padding: 9.5px 17px;
    position: relative;
    text-transform: uppercase;
    font-family: var(--family-Viga);
    font-size: 14px;
}

.block-minicart .block-content>.actions>.primary .action.primary::before {
    width: -webkit-calc(100% - 4px);
    width: calc(100% - 4px);
    height: -webkit-calc(100% - 4px);
    height: calc(100% - 4px);
    top: -8px;
    left: -8px;
    z-index: 1;
    border: 2px solid #000000;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
}

.block-minicart .block-content>.actions>.primary .action.primary:hover::before {
    top: -2px;
    left: -2px;
    height: 100%;
    width: 100%;
}

dl {
    margin-bottom: 0px;
}

.minicart-wrapper .block-minicart {
    padding-bottom: 0;
}

.block-minicart .amount .price-wrapper:first-child .price, .block-minicart .items-total .count {
    font-family: var(--family-WEB);
}

.minicart-wrapper.active .block-minicart, .customer-welcome .header.links {
    border: 2px solid black;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.minicart-items-wrapper, .minicart-items .product-item:not(:first-child) {
    border: none;
    border-top: 2px solid black;
    padding-bottom: 1px;
    height: 100% !important;
}

.block-minicart .block-content>.actions>.secondary{
	text-align: center;
	width: 100%;
	margin: auto;
	display: inline-block;
	margin-bottom: 15px;	
}
.block-minicart .block-content>.actions>.secondary a.action.viewcart {
	text-decoration: none;
	color: #fff;
	transition: all .2s ease-in-out;
	text-transform: uppercase;
	background: #ca0303;
	border: 2px solid #ca0303;
	padding: 9.5px 17px;
	font-family: var(--family-Viga);
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}
.block-minicart .block-content>.actions>.secondary a.action.viewcart::before {
    width: -webkit-calc(100% - 4px);
    width: calc(100% - 4px);
    height: -webkit-calc(100% - 4px);
    height: calc(100% - 4px);
    top: -8px;
    left: -8px;
    z-index: 1;
    border: 2px solid #000000;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
}

.block-minicart .block-content>.actions>.secondary a.action.viewcart:hover::before {
    top: -2px;
    left: -2px;
    height: 100%;
    width: 100%;
}

.minicart-items .product .toggle:after {
    color: #000000;
}

.minicart-wrapper .block-minicart:after, .minicart-wrapper .block-minicart:before, .customer-welcome ul:before, .customer-welcome ul:after {
    border-color: transparent transparent black transparent;
}

.minicart-wrapper .action.close:before, .minicart-items .action.delete:before, .modal-custom .action-close:before, .modal-popup .action-close:before, .modal-slide .action-close:before, .cart.table-wrapper .actions-toolbar>.action-delete:before {
    content: "✖";
    font-family: var(--family-WEB);
    color: #000000;
    font-size: 18px;
}

.cart.table-wrapper .actions-toolbar>.action-delete {
    top: -10px;
}

.minicart-wrapper .action.close:hover:before, .minicart-items .action.delete:hover:before, .modal-custom .action-close:hover:before, .modal-popup .action-close:hover:before, .modal-slide .action-close:hover:before {
    color: var(--red_hover);
}

.modal-popup._show .modal-inner-wrap .modal-footer button,
.products-grid.wishlist .product-item .box-tocart .tocart, body.checkout-cart-index .cart-container .form-cart .actions.main button, .minicart-items .update-cart-item, .actions-toolbar>.primary .action:last-child, .mst-gdpr__cookie-bar-wrapper .mst-gdpr__cookie-bar .mst-gdpr__buttons button:last-child, .mst-gdpr__cookie-bar-wrapper .mst-gdpr__cookie-bar .mst-gdpr__buttons button,
.wishlist-index-index .actions-toolbar>.primary .action {
    font-family: var(--family-Viga);
    font-size: 14px;
    color: white;
    background-color: black;
    border: none;
    text-transform: uppercase;
    margin: 0 auto;
    text-align: center;
    position: relative;
    transition: all 0.5s;
    border: 2px solid #000000;
    box-shadow: none;
	padding: 7px 15px;
	line-height: 1.6rem;
}

.wishlist-index-index .actions-toolbar>.primary .action {
    margin-bottom: 5px;
}
body.checkout-cart-index .cart-container .form-cart #empty_cart_button{
	margin-right: 20px;
}	
.mst-gdpr__cookie-bar-wrapper .mst-gdpr__cookie-bar .mst-gdpr__buttons button {
    margin-right: 5px;
}

.modal-popup._show .modal-inner-wrap .modal-footer button:hover, .actions-toolbar>.primary .action:hover:last-child, .actions-toolbar>.primary .action:hover, .actions-toolbar>.secondary .action:hover, .products-grid.wishlist .product-item .box-tocart .tocart:hover, body.checkout-cart-index .cart-container .form-cart .actions.main button:hover, .minicart-items .update-cart-item:hover, body.checkout-cart-index .cart-container .form-cart #empty_cart_button:hover {
    background-color: #ffffff;
    color: #000000;
	text-decoration: none;
	border: 2px solid #000000;
}

/* Catalog Page Style body.catalog-category-view */

body.catalog-category-view .product-image-photo, body.catalog-product-view .product-image-photo {
    object-fit: inherit;
}

body.catalog-category-view .product-item-details, .catalogsearch-result-index .product-item-details {
    text-align: center;
}

body.catalog-category-view .product-item-details .product-item-name, .catalogsearch-result-index .product-item-details .product-item-name, .products-grid.wishlist .product-item-name {
    font-family: var(--family-WEB);
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    min-height: 32px;
}

.products-grid.wishlist .product-item-name a, body.catalog-category-view .product-item-details .product-item-name a, .catalogsearch-result-index .product-item-details .product-item-name a {
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

body.catalog-category-view .product-item-details .product-item-name a:hover, .catalogsearch-result-index .product-item-details .product-item-name a:hover, .products-grid.wishlist .product-item-name a:hover {
    color: var(--red_hover);
}

body.catalog-category-view .product-item-details .price-final_price .price, .product-item .price-box .price {
    font-family: var(--family-WEB);
    font-size: 18px;
    margin: 0px;
}

body.catalog-category-view .product-item-details .price-final_price .price-label {
    font-family: var(--family-WR);
    font-size: 12px;
    color: #000;
}

body.catalog-category-view .products-grid .product-item-info .product-image-container, body.catalogsearch-result-index .product-image-container {
    border: 2px solid transparent;
    transition: all 0.2s ease-in-out;
}

body.catalog-category-view .products-grid .product-item-info:hover .product-image-container, body.catalog-category-view .products-grid .product-item-info.active .product-image-container, body.catalogsearch-result-index .products-grid .product-item-info.active .product-image-container, body.catalogsearch-result-index .products-grid .product-item-info:hover .product-image-container {
    border: 2px solid black;
}

body.catalog-category-view .products-grid .product-item-info:hover .product-item-inner, body.catalog-category-view .products-grid .product-item-info.active .product-item-inner {
    display: none;
}

body.catalog-category-view .page-title-wrapper .page-title {
    text-align: center;
    width: 100%;
    font-family: var(--family-WEB);
    font-size: 30px;
    text-transform: uppercase;
    margin: 0;
}

body.catalog-category-view .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner .catalogsearch-result-index .products-grid .product-item-info:hover .product-item-inner, .products-grid .product-item-info:hover .product-item-inner, .products-grid .product-item-info.active .product-item-inner {
    display: none;
}

/* Account Login/Register Page */

body.customer-account-login h1, body.customer-account-create h1 {
    margin-bottom: 15px;
    font-family: var(--family-WEB);
    font-size: 30px;
    text-transform: uppercase;
}

.amazon-validate-container .block .block-title, .login-container .block .block-title, .abs-account-blocks .block-title, .account .legend, .form-giftregistry-search .legend, .block-giftregistry-results .block-title, .block-giftregistry-shared-items .block-title, .block-wishlist-search-form .block-title, .block-wishlist-search-results .block-title, .multicheckout .block-title, .multicheckout .block-content .title, .customer-review .review-details .title, .paypal-review .block .block-title, .account .column.main .block:not(.widget) .block-title, .multicheckout .block-title, .magento-rma-guest-returns .column.main .block:not(.widget) .block-title, [class^="sales-guest-"] .column.main .block:not(.widget) .block-title, .sales-guest-view .column.main .block:not(.widget) .block-title, .block-collapsible-nav .item .delimiter {
    border-bottom: 2px solid black;
}

.actions-toolbar>.secondary:last-child a {
    font-family: var(--family-WR);
    color: black;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

.actions-toolbar>.secondary:last-child {
    padding-left: 10px;
}

.actions-toolbar>.secondary:last-child a:hover {
    color: var(--red_hover);
}

.login-container .fieldset:after, .form-create-account .fieldset.create.account:after {
    margin-top: 10px;
    color: #ca0303;
}

.customer-welcome ul li a {
    color: #000000;
    transition: all 0.2s ease-in-out;
}

.customer-welcome ul li a:hover {
    background: transparent;
}

.customer-welcome ul li {
    transition: all 0.2s ease-in-out;
    border-bottom: 2px solid transparent;
    border-top: 2px solid transparent;
    width: 90%;
}

.customer-welcome ul li:hover {
    border-bottom: 2px solid black;
    background: transparent;
    width: 90%;
}

.block-collapsible-nav .item.current a, .block-collapsible-nav .item.current>strong {
    border-color: #000000;
}

.account .toolbar .limiter select {
    background-color: black;
    color: white;
    background: #000 url("../images/select_white-bg.svg") no-repeat 100% 50%;
    border-radius: 0;
    border: none;
    box-shadow: none;
    font-family: var(--family-WEB);
    font-size: 14px;
}

.products-grid.wishlist .product-item-info:hover .product-item-inner {
    display: block;
    position: absolute;
    top: 0;
    background: transparent;
    background: transparent;
    box-shadow: none;
    border: 2px solid black;
    padding: 15px 10px;
    margin: auto;
}

.column .block-addbysku .qty .qty, .bundle-options-container .input-text.qty, .box-tocart .input-text.qty, .account .data.table-return-items .qty .input-text, .table-giftregistry-items .field.qty .qty, .block-giftregistry-shared-items .qty .qty, .table.grouped .col.qty .control.qty .qty, .block-wishlist-info-items .input-text.qty, .multicheckout .table-wrapper .col .qty .input-text, .account .table-wrapper .data.table.wishlist .box-tocart .qty, .products-grid.wishlist .product-item .box-tocart input.qty, .sidebar .block-addbysku .fieldset .fields .field.qty .qty {
    background: transparent;
}

.products-grid.wishlist .product-item .box-tocart .tocart {
    padding: 6px 10px;
}

body.account a {
    color: #000000;
    transition: all 0.2s ease-in-out;
    text-decoration: underline;
}

body.account a:hover {
    color: var(--red_hover);
}

body.account .product-image-photo {
    object-fit: none;
}

.block-collapsible-nav .item a:hover {
    background: transparent;
}

body.catalog-product-view .products-grid .product-item:hover .product-image-container,
body.catalog-product-view .product-item-info:hover .product-image-container,
body.checkout-cart-index .product-item-info:hover .product-image-container {
    border: 2px solid black;
}

body.catalog-product-view .product-item-info .product-image-container,
body.checkout-cart-index .product-item-info .product-image-container {
    transition: all 0.2s ease-in-out;
    border: 2px solid transparent;
}

.fotorama__nav--thumbs .fotorama__nav__frame .fotorama__thumb {
    background: transparent;
}

/* Cart Page body.checkout-cart-index */

body.checkout-cart-index .cart-summary {
    position: initial;
    width: 50%;
    background: transparent;
    border: 2px solid black;
    margin-bottom: 10px;
}

body.checkout-cart-index .cart-container .form-cart {
    padding: 0;
    width: 100%;
    margin-bottom: 0px;
}

body.checkout-cart-index .cart-discount {
    width: 50%;
    padding: 0;
    margin-bottom: 0px;
}

body.checkout-cart-index .cart-discount {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    border: none;
    margin-bottom: 10px;
}

body.checkout-cart-index .cart-container .form-cart .actions.main {
    position: absolute;
    right: 0;
    bottom: 20px;
}

div[data-amcardacc-js="template"] {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    border: none;
    width: 50%;
}

.amcard-codes-list{
	border-top: 1px solid #ccc;
	margin-top: 10px;
	padding-top: 20px;	
}

.amcard-codes-list.-cart, .amcard-field-container.-cart {
    max-width: 100%;
    border: 2px solid black;
    color: black;
    width: calc(100% - 58px);
    background-color: white;
    padding: 10px 22px 0px 22px;
    margin: 0 0 10px 0;
}

.amcard-field-container.-cart .amcard-title {
    text-transform: uppercase;
    font-family: var(--family-Viga);
    color: #000;
}

.amcard-field-block.-double>.amcard-field {
    border-radius: 2px 0 0 2px;
    border: 2px solid black;
    border-right: none;
    height: 34px;
}

.amcard-field-block .amcard-button, .am-checkout.-modern .authentication-wrapper .action-auth-toggle, .am-checkout .authentication-wrapper .action-auth-toggle, .cart-discount .actions-toolbar .action.primary:not(:focus) {
    font-weight: 600;
    transition: opacity 0.3s ease-out;
    font-family: var(--family-Viga);
    font-size: 12px;
    color: white;
    background-color: black;
    border: none;
    text-transform: uppercase;
    margin: 0 auto;
    text-align: center;
    position: relative;
    transition: all 0.2s ease-in-out;
    border: 2px solid #000000;
    box-shadow: none;
}

.amcard-field-block .amcard-button:hover, .am-checkout .authentication-wrapper .action-auth-toggle:hover, .am-checkout.-modern .authentication-wrapper .action-auth-toggle:hover, .mst-gdpr__cookie-bar-wrapper .mst-gdpr__cookie-bar .mst-gdpr__buttons button:hover:last-child, .mst-gdpr__cookie-bar-wrapper .mst-gdpr__cookie-bar .mst-gdpr__buttons button:hover {
    background: #fff;
    color: #000000;
    border: 2px solid black;
}

.abs-discount-block .actions-toolbar .action.primary:not(:focus), .abs-discount-block .actions-toolbar .action.cancel:not(:focus), .block-compare .action.primary:not(:focus), .cart-summary .block .actions-toolbar>.primary .action.primary:not(:focus), .abs-discount-code .form-discount .actions-toolbar .primary .action:not(:focus), .cart-summary .form.giftregistry .fieldset .action.primary:not(:focus), .paypal-review-discount .actions-toolbar .action.primary:not(:focus), .paypal-review-discount .actions-toolbar .action.cancel:not(:focus), .cart-discount .actions-toolbar .action.primary:not(:focus), .cart-discount .actions-toolbar .action.cancel:not(:focus), .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:not(:focus) {
    box-shadow: 0 0 black;
    border-radius: unset;
}

.actions-toolbar>.primary .action:hover:last-child, .actions-toolbar>.primary .action:hover, .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:not(:focus):hover {
    background: #fff;
    color: #000000;
    border: 2px solid black;
}

.cart-discount .fieldset .field input {
    border: 2px solid black;
    border-right: none;
    height: 34px;
}

.cart-discount .block.discount, #block-reward {
    border: 2px solid black;
    color: black;
    width: calc(100% - 58px);
    background-color: white;
    padding: 10px 22px 0px 22px;
    margin: 0 0 10px 0;
}

body.checkout-cart-index .cart-container .form-cart .cart.table-wrapper {
    margin-bottom: 60px;
}

.abs-discount-block .block>.title:after, .cart-summary .block>.title:after, .paypal-review-discount .block>.title:after, .cart-discount .block>.title:after {
    color: #000;
}

.cart-discount .block>.title strong {
    text-transform: uppercase;
    font-family: var(--family-Viga);
    color: #000;
}

.cart-discount .block .content {
    padding-bottom: 0;
}

body.checkout-cart-index .cart-container {
    position: relative;
}

.cart-summary>.title {
    display: block;
    font-family: var(--family-Viga);
    text-transform: uppercase;
}

.cart-summary .block>.title, .cart-totals, .opc-block-summary .table-totals, .cart-totals .grand .mark, .cart-totals .grand .amount {
    border-top: 2px solid black;
}

.cart-summary .checkout-methods-items .item:last-child a, .amcard-codes-list .amcard-check, .amcard-field-container .amcard-check {
    text-decoration: none;
    color: #000000;
    transition: all 0.2s ease-in-out;
    text-transform: uppercase;
}

.amcard-field-container .amcard-check {
	margin-bottom: 10px;
	background-color: white !important;
	color: #363636 !important;
	text-decoration: none;
}
.amcard-field-container .amcard-check:hover {
	color: #ca0303 !important;
	text-decoration: underline;
}
.cart-summary .checkout-methods-items .item:last-child a:hover, .amcard-codes-list .amcard-check:hover, .amcard-field-container .amcard-check:hover {
    color: var(--red_hover);
}

.amcheckout-step-container .checkout-agreements .action-show{
	background-color: white !important;
	color: #363636 !important;	
}
.checkout-index-index .additional-options .checkout-agreements .action-show{
	background-color: white !important;
	color: #363636 !important;		
}
.amcheckout-step-container .checkout-agreements .action-show:hover{
	color: #ca0303 !important;
}	
.cart.table-wrapper .col.qty .input-text {
    border: 2px solid black;
    box-shadow: none;
    font-family: var(--family-WEB);
    font-weight: bold;
    font-size: 18px;
    padding: 0;
}

.cart.table-wrapper .col.qty .decrement-quantity, .cart.table-wrapper .col.qty .increment-quantity {
    display: none;
}

.cart.table-wrapper .col.price .price-excluding-tax .price, .cart.table-wrapper .col.subtotal .price-excluding-tax .price {
    font-family: var(--family-WEB);
    font-size: 18px;
    text-transform: uppercase;
    color: #000000;
}

.cart.table-wrapper .col.remove-edit {
    width: 0;
    padding: 0;
    margin: 0;
    padding-top: 19px;
}

.cart.table-wrapper .product-item-name a {
    font-family: var(--family-WEB);
    font-weight: bold;
    font-size: 16px;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    color: black;
}

.cart.table-wrapper .product-item-name a:hover {
    color: var(--red_hover);
}

.cart.table-wrapper .col.subtotal {
    padding-right: 40px;
}

.cart.table-wrapper .product-item-name+.item-options {
    margin-top: 10px;
}

.cart.table-wrapper .cart thead tr th.col, .cart.table-wrapper .cart>.item {
    border-bottom: 2px solid black;
    text-transform: uppercase;
}

.page-main>.page-title-wrapper .page-title {
    display: inline-block;
    margin-bottom: 10px;
    font-family: var(--family-WEB);
    font-size: 30px;
    text-transform: uppercase;
    color: #000000;
}

.magento-rma-returns-returns .page-main .page-title-wrapper .page-title, .magento-rma-returns-view .page-main .page-title-wrapper .page-title, .magento-rma-guest-returns .page-main .page-title-wrapper .page-title, .account .page-main .page-title-wrapper .page-title, [class^="sales-guest-"] .page-main .page-title-wrapper .page-title, .sales-guest-view .page-main .page-title-wrapper .page-title, .magento-rma-guest-returns .page-main .page-title-wrapper .page-title {
    margin-right: 20px;
    display: inline-block;
    font-family: var(--family-WEB);
    font-size: 30px;
    text-transform: uppercase;
}

.page-header .panel.wrapper .switcher .options ul.dropdown {
    right: -23px;
    min-width: 60px;
    text-align: center;
    border: none;
    background: black;
    color: white;
    font-family: var(--family-WM);
    font-size: 10.6px;
}

#switcher-currency .options ul.dropdown {
    right: 0px;
    min-width: 60px;
    text-align: center;
    border: none;
    background: black;
    color: white;
    font-family: var(--family-WM);
    font-size: 14px;
}

#switcher-currency .options ul.dropdown li a::before {
    display: none;
}

#switcher-currency .options ul.dropdown li {
    padding: 0;
}

#switcher-currency .options ul.dropdown li a {
    padding-bottom: 10px;
}

.page-header .panel.wrapper .switcher .options ul.dropdown li a, .page-header .panel.wrapper .switcher .options ul.dropdown a:visited, .page-footer .switcher .options ul.dropdown a:visited {
    color: white;
    position: relative;
    transition: all 0.2s ease-in-out;
}

.page-header .panel.wrapper .switcher .options ul.dropdown li {
    padding: 10px 0 0 0;
}

.page-header .panel.wrapper .switcher .options ul.dropdown li:hover {
    background: transparent;
}

.page-header .panel.wrapper .switcher .options ul.dropdown li:hover a {
    color: var(--red_hover);
}

.page-header .panel.wrapper .switcher .options ul.dropdown li:last-child a {
    padding-bottom: 15px;
}

.page-header .panel.wrapper .switcher .options ul.dropdown li a::before {
    content: "\e907";
    font-family: "icomoon";
    position: absolute;
    font-size: 27px;
    top: -3px;
    left: 18.5px;
}

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

.message.success {
    background: #31ed3175;
    color: black;
    border: 2px solid black;
}

.message.success>*:first-child:before {
    color: black;
}

.message.success a {
    color: black;
    text-decoration: underline;
    font-family: var(--family-WM);
    transition: all 0.2s ease-in-out;
}

.cart.table-wrapper .actions-toolbar>.action-delete:hover::before, .header.panel>.header.links>li>a:hover, .message.success a:hover {
    color: var(--red_hover);
    text-decoration: none;
}

.header.panel>.header.links>li>a {
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.cart.table-wrapper .actions-toolbar>.action-edit {
    position: absolute;
    right: 0px;
    top: 13px;
    padding: 0;
    margin: 0;
}

.minicart-items .action.edit {
    color: black;
    transition: all 0.2s ease-in-out;
}

.cart.table-wrapper .actions-toolbar>.action-edit::before, .minicart-items .action.edit:before {
    color: black;
    transition: all 0.2s ease-in-out;
}

.cart.table-wrapper .actions-toolbar>.action-edit:hover::before, .minicart-items .action.edit:hover:before {
    color: var(--red_hover);
}

/* Search Page */

body.catalogsearch-result-index .column.main, body.catalogsearch-result-index .sidebar-main {
    width: 100%;
    padding: 0;
    margin: 0;
}

body.catalogsearch-result-index .columns {
    display: flex;
}

.message.notice, .message.info {
    background: #f6d72e;
    color: black;
}

.message.notice>*:first-child:before, .message.info>*:first-child:before {
    color: #ca0303;
}

.message.notice .block .title {
    padding-top: 10px;
}

.message.notice dd a, .cms-no-route .columns .column.main a, .contact-index-index .contact-info a {
    color: black;
    text-decoration: underline;
    transition: all 0.2s ease-in-out;
}

.message.notice dd a:hover, .cms-no-route .columns .column.main a:hover, .contact-index-index a:hover {
    color: var(--red_hover);
}

.block-search {
    padding-right: 5px;
}

.filter-title strong {
    top: 20px;
    border: 2px solid black;
    background: transparent;
    color: #000;
    text-transform: uppercase;
    font-family: var(--family-WEB);
}

/* CMS PAGES */

.cms-no-route .columns .column.main {
    width: 100%;
}

.cms-no-route .img_404 {
    position: relative;
}

.cms-no-route .img_404 .clearer {
    height: 15px;
}

.cms-page-view .page-main>.page-title-wrapper .page-title {
    margin-bottom: 0px;
}

.contact-index-index .page-wrapper .page-main, .contact-index-index .column:not(.sidebar-additional) .form.contact {
    max-width: 100%;
    padding: 0;
    width: 100%;
}

.contact-index-index .column:not(.sidebar-additional) .form.contact fieldset {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.contact-index-index .column:not(.sidebar-additional) .form.contact fieldset .leave_message, .contact-index-index .column:not(.sidebar-additional) .form.contact fieldset .comment, .contact-index-index .column:not(.sidebar-additional) .form.contact fieldset .contact-info {
    width: 32%;
}

.contact-index-index .column:not(.sidebar-additional) .form.contact fieldset .consent {
    padding-bottom: 5px;
}

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

.contact-index-index .product.data.items>.item.content input[type="text"], .contact-index-index textarea {
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
}

.contact-index-index .page-header {
    margin: 0;
}

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

.contact-index-index .contact_wrapper {
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}

.cms-customer-service .row {
    display: grid;
    align-items: center;
    grid-gap: 15px;
    align-items: baseline;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.cms-customer-service .row_sm {
    display: grid;
    align-items: baseline;
    grid-gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

/* After We Transfered to server 7 */

.minicart-items .product-item-details {
    padding-left: 95px;
}

.catalog-category-view .page-products .product-item-info {
    text-align: center;
}

#amasty-shopby-product-list .toolbar .limiter {
    display: none;
}

#amasty-shopby-product-list .toolbar .pages {
    float: none;
}

.pages .action.next, .pages .action.previous {
    margin-left: 0px;
    margin-right: 0px;
    background: transparent;
    border: none;
    box-shadow: none;
}

.pages .action.next:visited:before, .pages .action.previous:visited:before {
    color: #000000;
}

.pages .item.current strong.page {
    background: black;
    color: white;
    border: 2px solid black;
    padding: 0 9px;
    line-height: 25px;
}

.pages a.page {
    background: transparent;
    color: black;
    border: 2px solid black;
    padding: 0 9px;
    line-height: 25px;
    transition: all 0.2s ease-in-out;
}

.pages a.page:visited {
    color: black;
}

.pages a.page:hover {
    background: #000000;
    color: white;
}

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

.product-add-form table thead tr th {
	text-transform: uppercase;
	font-size: 16px;
	text-align: center;
	color: #333;
}
.product-add-form table tbody tr td {
	font-size: 16px;
	text-align: center;
}
.product-add-form table tbody tr td .price-container .price {
	font-size: 16px;
}
.total-rest-matrix-view .total-price p {
	height: 30px;
	margin: 0;
	line-height: 30px;
	font-size: 18px;
}

.swatch-attribute-options .swatch-option {
    width: 26px !important;
    height: 26px !important;
    padding: 0;
    margin: 0;
    min-width: 26px;
    border-radius: 50%;
    margin-right: 8px;
    border: 2px solid transparent;
    margin-top: 1%;
    transition: all 0.2s ease-in-out;
}
table#bss-matrixview thead th{
	width: auto !important;
}

#bss-matrixview .swatch-attribute-options .swatch-option {
    width: 147px !important;
    height: 220px !important;
    padding: 0;
    margin: 0;
    border-radius: 0;
    margin-right: 8px;
	border: 0;
    margin-top: 0;
    transition: none;
}
#bss-matrixview .default-swatch-label{
	width: 100%;
	display: inline-block;
	margin-top: 5px;
	text-align: center;
}

/* Color Swatch Change  */
/*
.catalog-product-view .swatch-opt .swatch-attribute.color .swatch-option,
.catalog-product-view .swatch-opt .swatch-attribute.size .swatch-option {
    width: 36px !important;
    height: 36px !important;
    border: 2px solid inherit;
}

.catalog-product-view .swatch-opt .swatch-attribute.size .swatch-option {
    border: 2px solid #000000;
}

.swatch-attribute.color .swatch-attribute-options .swatch-option[data-option-label="White"] {
    border: 2px solid #e7e7e7;
}

.swatch-attribute-options .swatch-option:hover,
.catalog-product-view .swatch-opt .swatch-attribute.size .swatch-option.selected,
.swatch-attribute.color .swatch-attribute-options .swatch-option[data-option-label="White"].selected {
    border: 2px solid var(--red_hover);
}

.swatch-attribute.color .swatch-attribute-options .swatch-option {
    border: 2px solid inherit;
}

.swatch-option.image:not(.disabled):hover, .swatch-option.color:not(.disabled):hover, .swatch-option:not(.disabled):hover,
.swatch-attribute.color .swatch-attribute-options .swatch-option[data-option-label="White"]:hover {
    border: 2px solid #000000;
    outline: none !important;
    border-radius: 50%;
}
*/

div.mage-error[generated] {
    color: var(--red_hover);
    font-size: 14px;
}

/* Color Swatch Change End */

.swatch-attribute.size .swatch-option, .swatch-attribute.manufacturer .swatch-option {
    background: transparent;
    color: white;
}

.swatch-option:hover {
    border: 2px solid black;
    outline: none;
}

.swatch-attribute.size .swatch-option.selected, .swatch-attribute.manufacturer .swatch-option.selected, .swatch-option.selected {
    background: transparent;
    border: 2px solid #ca0303;
    color: #000;
    outline: none;
}

.swatch-option:focus {
    box-shadow: 0 0 3px 1px #ca0303;
}

/* Size Chart */

.sizechart_wrapper #mb {
    display: flex;
}

.sizechart_wrapper .col-sm-3 .left-info, .sizechart_wrapper .col-sm-9 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.sizechart_wrapper .col-sm-3 {
    width: 30%;
    border-right: 2px solid black;
    margin-right: 40px;
    padding-right: 20px;
}

.sizechart_wrapper .col-sm-9 {
    width: 60%;
}

.sizechart_wrapper .col-sm-12 {
    width: 100%;
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.sizechart_wrapper .col-sm-3 .left-info .logo {
    padding-bottom: 1rem;
    margin: auto;
}

.sizechart_wrapper .col-sm-3 .left-info p.desc {
    text-align: center;
}

hr {
    border: 0;
    border-top: 2px solid black;
    margin-bottom: 10px;
    margin-top: 0px;
}

#w_sizes {
    width: 100%;
    display: grid;
    grid-gap: 5px;
    grid-template-columns: 1fr;
    padding-top: 10px;
}

#w_sizes .waist-size-cont {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.sizechart_wrapper #mb .SZ-boxes {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sizechart_wrapper #mb .SZ-boxes li {
    background: #000;
    color: #fff;
    font-weight: 700;
    padding: 5px;
    margin: 3px;
    display: inline-block;
}

.sizechart_wrapper #mb .udwr-info {
    text-align: center;
}

.product.data.items>.item.content[aria-labelledby="tab-label-product.size.chart"] {
    padding: 20px;
}

@media only screen and (max-width: 600px) {
    .sizechart_wrapper .col-sm-3 {
        width: 100%;
        border-right: none;
        margin-right: 0px;
        padding-right: 0px;
    }
    .sizechart_wrapper .col-sm-9 {
        width: 100%;
    }
    .sizechart_wrapper #mb {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

#amasty-shopby-product-list .toolbar-products:first-child {
	width: 100%;
	position: relative;
}

.page-wrapper>.breadcrumbs {
    padding-top:135px;
    margin-bottom: 10px;
}

.catalog-category-view.page-layout-1column .column.main {
    padding-top: 50px;
}

.page-with-filter .toolbar-amount {
    padding: 14px 0;
}

#product-options-wrapper .fieldset, #product-options-wrapper .fieldset .swatch-opt {
    margin-bottom: 0;
}

.gts_chart {
    padding: 10px 0 20px;
    display: block;
}

.gts_chart .go_to_sizechart {
    font-family: var(--family-Viga);
    font-size: 13px;
    text-transform: uppercase;
    color: #000;
    transition: all 0.2s ease-in-out;
}

.gts_chart .go_to_sizechart:hover {
    color: var(--red_hover);
    text-decoration: none;
}

.gts_chart .go_to_sizechart::before {
    font-family: "icomoon";
    content: "\e917";
    font-size: 15.65px;
    padding-right: 5px;
}

.swatch-attribute-label {
    font-family: var(--family-Viga);
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
}

.swatch-attribute-selected-option {
    font-size: 13px;
    padding-left: 3px;
    color: var(--red_hover);
}

.swatch-attribute-label::after {
    content: '*';
    color: var(--red_hover);
    padding-left: 3px;
}

.chose_color_size {
    color: var(--red_hover);
}

.swatch-attribute-options {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.product-view-notification{
	border: 1px solid #ca0303;
	padding: 10px;
	color: #ca0303;
	margin-bottom: 10px;
	font-size: 12px;
}

.product-view-notification p{}

.product-item-actions {
    font-size: 0;
    display: none;
}

.toolbar-sorter {
    border: 2px solid black;
    padding: 0px 10px;
    margin: 0;
    min-width: 215px;
}

.toolbar-sorter .sorter-label {
    font-family: var(--family-Viga);
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
}

.page-layout-1column .filter-current-subtitle {
    display: none;
}

.toolbar-sorter select {
    background-color: transparent;
    box-shadow: none;
    border-radius: 0px;
    border: none;
    padding: 0;
    padding: 0 30px 0 0px;
}

.sorter-action:before {
    color: #000;
}

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

.page-layout-1column .filter-current .items {
    display: inline-flex;
    flex-wrap: wrap;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 0;
}

.page-layout-1column .filter-current .item {
    flex-wrap: wrap;
    margin: 0;
    background: #f6f6f6;
    padding: 7.5px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    margin-right: 10px;
}

.page-layout-1column .filter-current .item:last-child {
    margin-right: 0;
}

.filter-content .item, .page-layout-1column .filter-actions~.filter-options, .page-layout-1column .filter-content {
    margin: 0px;
}

.page-layout-1column .filter-current {
    line-height: 20px;
    border-bottom: 1px solid;
    padding-bottom: 8px;
}

.page-layout-1column .filter.block {
    border-top: 1px solid #bebebe;
}

.page-layout-1column .filter-actions~.filter-options {
    padding-top: 10px;
}

.page-layout-1column .filter-actions .action {
    border: 1px solid;
    padding: 4px 8px;
    color: white;
    background: black;
    transition: all 0.2s ease-in-out;
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;
}

.page-layout-1column .filter-actions .action:hover {
    background: var(--red_hover);
}

.page-layout-1column .filter-actions {
    padding: 0;
}

.page-layout-1column .filter-current {
    line-height: 20px;
    border-bottom: none;
    border-top: none;
    padding-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.page-layout-1column .filter-options-item {
    padding: 5px 0;
}

.filter-actions .filter-clear {
	color: #333;
	font-size: 14px;
	line-height: 19px;
	border: 1px solid #333;
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
}

body.catalogsearch-result-index .block {
    margin-bottom: 0;
}

body.catalogsearch-result-index .filter-actions .action {
    border: 1px solid;
    padding: 4px 8px;
    color: white;
    background: black;
    transition: all 0.2s ease-in-out;
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;
}

body.catalogsearch-result-index .filter-actions .action:hover {
    background: var(--red_hover);
}

body.catalogsearch-result-index .filter-actions {
    padding: 0;
}

body.catalogsearch-result-index .filter-actions {
    margin-bottom: 0px;
}


.catalog-product-view .swatch-attribute-options {
    justify-content: center;
}

.product.data.items>.item.content .review-add {
    width: 100%;
}

.minicart-items .product-item:first-child {
    padding-bottom: 10px;
}

/* Additional Added CSS after transfer to 7  */

.mst-searchautocomplete__autocomplete .mst-searchautocomplete__index-title {
    background: black;
    color: white;
}

.mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all {
    background: black;
}

.mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all a {
    color: white;
}

/* Chekout */

.checkout-index-index .page-header, #block-reward {
    margin-bottom: 0px;
}

.checkout-index-index .am-checkout {
    margin: 0px;
	margin-top: 35px;
}

.checkout-index-index .amcheckout-step-container .amcheckout-title>.amcheckout-icon {
    color: white;
    border: 2px solid white;
}

.checkout-index-index .amcheckout-step-container .amcheckout-title>.amcheckout-icon:before {
    border-color: white;
}

.amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container, .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title, .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container, .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
    background: white;
}

.amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary, .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary, .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active {
    border: 1px solid black;
    background: #fff;
}

.checkout-index-index .amcard-codes-list.-cart, .checkout-index-index .amcard-field-container.-cart {
    width: auto;
    margin: 0;
}

.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger), .amcheckout-step-container button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger) {
    background: transparent;
    color: #000000;
}

.amcheckout-step-container button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger):hover {
    color: var(--red_hover);
}

.amcheckout-step-container .amcheckout-title, .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
    background: black;
    color: white;
}

.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:not(:focus) {
    background: black;
    color: white;
}

.checkout-payment-method .payment-option-title .action-toggle {
    text-transform: uppercase;
    font-family: var(--family-Viga);
    color: #000;
}

.amcheckout-step-container .amcheckout-summary-container .amcheckout-content>.amcheckout-wrapper {
    padding: 20px 20px 0;
}

.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar.-sticky {
    overflow: hidden;
}

.amcheckout-step-container .amcheckout-summary-container .items-in-cart, .opc-block-summary .items-in-cart>.title {
    border-bottom: 1px solid black;
}
.opc-block-summary .items-in-cart .product .item-options dt{
	clear: none;
	margin: 0 5px 5px 0;
}
.opc-block-summary .items-in-cart .product .item-options dd{
	clear: none;
	margin: 0 10px 5px 0;	
}
.checkout-payment-method .payment-option-content {
    padding: 0;
}
.checkout-payment-method .payment-methods .actions-toolbar .primary{
	background-color: #333;
	border: 1px solid #c2c2c2;
}

.checkout-index-index .minicart-items .product-image-wrapper {
    height: 100%;
}

.amcheckout-step-container .amcheckout-summary-container .product-item-details .options {
    padding: 0;
}

.amcheckout-wrapper .minicart-items-wrapper .delete{
	display: none;
}

.amcheckout-step-container input[type="text"], .amcheckout-step-container input[type="password"], .amcheckout-step-container input[type="url"], .amcheckout-step-container input[type="tel"], .amcheckout-step-container input[type="search"], .amcheckout-step-container input[type="number"], .amcheckout-step-container input[type="datetime"], .amcheckout-step-container input[type="email"], .amcheckout-step-container select, .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected, .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected, .amcheckout-step-container .form-login, .amcheckout-step-container input[type="checkbox"]+label:hover:before, .amcheckout-step-container input[type="radio"]+label:hover:before, .amcheckout-step-container input[type="checkbox"]:checked+label:before, .amcheckout-step-container input[type="radio"]:checked+label:before {
    border-color: black;
    background: transparent;
}

.amcheckout-step-container .note, .amcheckout-step-container .fieldset>.field>.label, .amcheckout-step-container .fieldset>.fields>.field>.label {
    color: black;
}

.amcheckout-step-container input[type="checkbox"]+label:hover:before, .amcheckout-step-container input[type="radio"]+label:hover:before, .amcheckout-step-container input[type="checkbox"]:checked+label:before, .amcheckout-step-container input[type="radio"]:checked+label:before {
    border-color: black;
    box-shadow: none;
}

.amcheckout-step-container .opc-payment-additional {
    border: 2px solid black;
    padding: 0px 10px 0px 10px;
    margin: 0 20px;
}

.amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary>.checkout-payment-method .actions-toolbar, .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary>.checkout-payment-method .actions-toolbar {
    margin: 20px 0;
    text-align: center;
}

.amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary>.checkout-payment-method .actions-toolbar .amasty.checkout, .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary>.checkout-payment-method .actions-toolbar .amasty.checkout {
    float: none;
    width: 90%;
    background: #f6d72e;
    color: #000;
    border: 2px solid #f6d72e;
    padding: 9.5px 17px;
    position: relative;
    text-transform: uppercase;
    font-family: var(--family-Viga);
    font-size: 14px;
}

.amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary>.checkout-payment-method .actions-toolbar .amasty.checkout:before, .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary>.checkout-payment-method .actions-toolbar .amasty.checkout:before {
    width: -webkit-calc(100% - 4px);
    width: calc(100% - 4px);
    height: -webkit-calc(100% - 4px);
    height: calc(100% - 4px);
    top: -8px;
    left: -8px;
    z-index: 1;
    border: 2px solid #000000;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
}

.amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary>.checkout-payment-method .actions-toolbar .amasty.checkout:hover:before, .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary>.checkout-payment-method .actions-toolbar .amasty.checkout:hover:before {
    top: -2px;
    left: -2px;
    height: 100%;
    width: 100%;
}

.page-footer {
    margin-top: 0px;
}

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

.amcheckout-step-container input[type="checkbox"]:checked+label:before {
    filter: brightness(0);
}

.amcheckout-step-container input[type="checkbox"]+label span:only-child a {
    color: #000000;
    text-decoration: underline;
}

.amcheckout-step-container input[type="checkbox"]+label span:only-child a:hover {
    color: var(--red_hover);
}

.amcheckout-main-container.-layout-2columns .amcheckout-column:not(:first-of-type), .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary {
    margin-top: 0px;
}

/* FILTERI */

.page-layout-1column .block-content .filter-options-content .am-shopby-form .am-filter-items-attr_main_color .am-swatch-wrapper a:before {
    display: none;
}

.filtersBt {
    border: 2px solid black;
    padding: 6px 55px 6px 18px;
    position: absolute;
    right: 244px;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

.filtersBt:hover {
    background: black;
    text-decoration: none;
    color: white;
}

.filtersBtL:hover span, .filtersBt:hover span:after {
    color: white;
}

#amasty-shopby-product-list .toolbar-products a {
    color: #000000;
    transition: none;
}

#amasty-shopby-product-list .toolbar-products a:hover {
    color: white;
}

.filtersBt span {
    transition: all 0.2s ease-in-out;
    font-family: var(--family-Viga);
    font-size: 14px;
    text-transform: uppercase;
}

.filtersBt span:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    right: 20px;
    color: inherit;
    content: "\e622";
    font-family: "luma-icons";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
    line-height: 23px;
}

.page-layout-1column .block-content.filter-content .filter-options-item {
    vertical-align: top;
    margin: 0;
}

.page-layout-1column .block-content.filter-content .filter-options-content {
    position: relative;
    box-shadow: none;
    border: none;
    background: transparent;
}

.block-content.filter-content {
    background: #f6f6f6;
    padding-top: 20px;
}

.page-layout-1column .block-content.filter-content .filter-options-item.active::before {
    display: none;
}

.page-layout-1column .block-content.filter-content .filter-options-title {
    padding: 0 20px 0 20px;
    font-family: "Viga";
    font-weight: normal;
    font-size: 14px;
    color: #000;
}

.page-layout-1column .block-content.filter-content .filter-options-title::after {
    display: none;
}

.page-layout-1column .block-content.filter-content .filter-options-content a {
    color: #000;
    font-family: "WorkSans Light";
    font-size: 12px;
    vertical-align: middle;
    display: inline-block;
    padding-left: 2px;
}

.page-layout-1column .block-content.filter-content .filter-options-content a.amshopby-link-selected:before {
    background: #ca0303;
}

.filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
    padding-left: 0;
}
.filter-options input[type='checkbox'] + .amshopby-choice {
    display: none;
}

.page-layout-1column .block-content.filter-content input[type="radio"], .page-layout-1column .block-content.filter-content input[type="checkbox"] {
    visibility: hidden;
    margin-right: 0;
    vertical-align: middle;
    margin-top: 0;
    display: none;
}

.page-layout-1column .block-content.filter-content .filter-options-content a:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 100%;
    border: solid 2px #000;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    margin-top: -1px;
    margin-left: 3px;
}

.page-layout-1column .block-content.filter-content .filter-options-content a.am_shopby_link_selected:before {
    background: #ca0303;
}

.page-layout-1column .block-content.filter-content .filter-options-content .swatch-option {
    border: 1px solid #000000;
    cursor: pointer;
    float: left;
    height: 20px;
    margin: 0 3px 3px 0;
    max-width: 100%;
    min-width: 18px;
    overflow: hidden;
    padding: 1px 2px;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    border-radius: 100%;
    transition: all 0.2s ease-in-out;
}

.page-layout-1column .block-content.filter-content .filter-options-content .swatch-option:hover {
    border: 1px solid var(--red_hover);
}

.page-layout-1column .block-content.filter-content .filter-options-content .swatch-layered.size a:before, .page-layout-1column .block-content.filter-content .filter-options-content .swatch-layered.color a:before {
    display: none;
}

.page-layout-1column .filter-options-content .item {
    line-height: 1.6em;
}

.page-layout-1column .filter-options-item.active .filter-options-content {
    padding: 10px 0px 0px 15px;
}

.page-layout-1column .filter-options .filter-options-item.active::after {
    display: none;
}

#layered-filter-block .block-content.filter-content {
    display: block;
}

#layered-filter-block.filter [data-role="collapsible"]:not([data-collapsible="true"]) [data-role="content"] {
    display: block;
    visibility: visible;
}
/*
.catalogsearch-result-index #amasty-shopby-product-list .toolbar-products:first-child {
    position: absolute !important;
    top: 10px;
    width: 100%;
}
*/
#amasty-shopby-product-list .toolbar-products:last-child .filtersBt {
    display: none;
}

.amshopby-filter-current .amshopby-remove:after, .amshopby-filter-current .amshopby-remove:before {
    background-color: black;
    left: 4px;
}

.catalogsearch-result-index .block-content.filter-content {
    padding-top: 10px;
    padding-bottom: 10px;
}

.category-description {
    margin-bottom: 0px;
}

.category-description br {
    display: none;
}

.category-description h2, .category-description h3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-weight: bold;
}

.category-description p a {
    text-decoration: underline;
}

.category-description a {
    transition: all 0.2s ease-in-out;
    color: black;
}

.category-description a:hover {
    color: var(--red_hover);
}

.mst-gdpr__cookie-bar-wrapper .mst-gdpr__cookie-bar {
    max-width: 70rem;
    min-width: 40rem;
    padding: 1.5rem 2rem;
    border-radius: 0rem;
    border: 2px solid black;
}

.mst-gdpr__cookie-bar .consent-text a {
    color: black;
    transition: all 0.2s ease-in-out;
    text-decoration: underline;
}

.mst-gdpr__cookie-bar .consent-text a:hover {
    color: var(--red_hover);
}

input[type="checkbox"] {
    filter: invert(10%) hue-rotate(500deg) brightness(1);
}

/* Product support on product page  */

.product_support .container.returns .row {
    display: grid;
    align-items: center;
    grid-gap: 15px;
    align-items: baseline;
    grid-template-columns: 1fr;
}

.product_support .container.returns .row .masonry-column,
.product_support .container.exchange .row .masonry-column {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
}

.product_support .container.returns .row .masonry-column img,
.product_support .container.exchange .row .masonry-column img {
    width: 40px;
    max-height: 40px;
    object-fit: contain;
}

.product_support .container.returns .row .masonry-column p,
.product_support .container.exchange .row .masonry-column p {
    margin: 0;
}

.product_support .container.exchange .row {
    display: grid;
    align-items: center;
    grid-gap: 15px;
    align-items: baseline;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
}

.page-header .panel.wrapper .switcher .options ul.dropdown a {
    padding: 8px 7px;
    letter-spacing: -1px;
}

.product_support .go_next {
    padding-top: 10px;
    width: 100%;
    text-align: center;
}

.product_support .go_next a {
    transition: all 0.2s ease-in-out;
    color: #000000;
    font-size: 26px;
    text-decoration: underline;
}

.product_support .go_next a:hover {
    color: var(--red_hover);
}

.product.data.items>.item.content[aria-labelledby="tab-label-product.return.exchange"] {
    padding: 0 30px;
}

.MSI_ext_nofollow {
    outline: none !important;
}

.footer .footer-social-links a[rel="nofollow"] {
    font-size: 0 !important;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.owl-height {
    transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(../../../../../frontend/Magento/luma/en_US/Mageplaza_Core/css/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

/* Instagram Owl Home Page */

.cms-index-index .columns .column.main {
    padding-bottom: 0;
}

.home-instagram .instagramWrapper {
    padding: 30px 0;
}

.home-instagram .instagramWrapper .actionWrapper {
    text-align: center;
    padding-bottom: 20px;
}

.home-instagram .instagramWrapper .actionWrapper a {
    color: #000000;
    font-family: var(--family-WEB);
    font-size: 30px;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

.home-instagram .instagramWrapper .actionWrapper a span {
    color: #ca0303;
}

.home-instagram .instagramWrapper .actionWrapper a:hover {
    color: var(--red_hover);
}

.home-instagram .instagramWrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.home-instagram .instagramWrapper ul li {
    padding: 0;
    margin: 0;
}

.home-instagram .instagramWrapper ul li img {
    max-height: 288.75px;
    min-height: 288.75px;
    object-fit: cover;
}

/***** NAVIGATION ********/

@media only screen and (min-width: 900px) {
    .firecheckout .firecheckout-header .header .logo img {
        filter: invert(1);
    }
    .page-wrapper .header.content {
        padding-top: 0px;
    }
    body .logo {
        margin: 0;
    }
    .nav-sections-item-content>.navigation, .navigation ul {
        position: unset;
        padding: 0;
    }
    body .nav-sections {
        margin-bottom: 0;
        display: inline-grid;
        background: transparent;
        width: 75%;
        /* padding-top: 27px; */
    }
    body .header.content {
        padding-bottom: 0;
    }
    .navigation li.level0 {
        margin: 0;
        padding: 0;
    }
    .navigation .level0>.level-top {
        line-height: 60px;
    }
    .nav-sections, .navigation {
        background: #c3ab80;
    }
    .navigation li.level1 {
        position: static;
    }
    .navigation li.level0 {
        margin: 0;
    }
    nav.navigation li.level0>a.level-top {
        text-transform: none;
        font-size: 16px;
        letter-spacing: 0em;
        display: block;
        padding: 0;
        text-transform: uppercase;
        line-height: 25px;
    }
    .navigation .level0.parent>.level-top {
        padding-right: 0;
        border-bottom: 5px solid transparent;
        line-height: 25px;
    }
    nav.navigation li.level0:hover>a.level-top {
        color: #ca0303;
        line-height: 25px;
    }
    .navigation .level0.parent>.level-top>.ui-menu-icon {
        display: none;
    }
    .navigation .level0 .submenu {
        padding: 15px 0 10px;
        border: none;
    }
    nav.navigation ul.columnWrapper {
        display: block !important;
        position: inherit !important;
        float: left;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 15px;
		top: 0 !important;
		left: 0.5px !important;
		right: auto !important;
    }
    .navigation ul {
        padding: 0 15px;
    }
    .navigation>ul {
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 10px;
    }
    nav.navigation>ul>li.full-width-child {
        position: static;
    }
    nav.navigation>ul>li.full-width-child ul.level0.submenu.full-width {
        min-width: calc(100% - 20px);
        left: 20px !important;
        padding: 20px;
        border-top: 0;
        box-sizing: border-box;
        background: #f1f1f1;
        border-top: none;
    }
    nav.navigation>ul>li.full-width-child:hover ul.level0.submenu.full-width {
        display: flex;
        flex-flow: row wrap;
        align-content: space-between;
        justify-content: flex-start;
    }
    nav.navigation>ul>li.full-width-child.child-has-image ul.level0.submenu.full-width {
        padding: 20px 0 0 20px;
    }
    nav.navigation>ul>li ul.level0.submenu {
        border-top: 0;
    }
    nav.navigation>ul>li.full-width-child ul.level0.submenu>li {
        box-sizing: border-box;
        /* float:left; */
		display: inline-block;
		vertical-align: top;
    }
    nav.navigation>ul>li.full-width-child ul.level0.submenu>li.has-image {
        margin-top: -20px;
        margin-bottom: 0;
        float: right;
    }
    nav.navigation>ul>li.full-width-child ul.level0.submenu>li.has-image img {
        float: right;
        width: 100%;
    }
    .navigation ul li {
        font-family: var(--family-WR);
        font-size: 12px;
        text-transform: uppercase;
    }
    .navigation .level0 .submenu a {
        display: block;
        line-height: inherit;
        color: #575757;
        padding: 5px 20px;
    }
    /* Navigacija */
    nav.navigation>ul>li.nav-4.full-width-child:hover ul.level0.submenu.full-width {
        justify-content: center;
        display: flex;
        align-items: center;
        flex-flow: row wrap;
    }
    nav.navigation>ul>li.nav-4.full-width-child ul.level0.submenu.c_columns-3>li:first-child::after {
        content: "\e90e";
        font-family: "icomoon";
        font-size: 50px;
        color: #dddfe1;
        position: absolute;
        right: 5%;
        line-height: 50%;
    }
    nav.navigation>ul>li.nav-4.full-width-child ul.level0.submenu.c_columns-3>li:last-child::after {
        content: "\e90e";
        font-family: "icomoon";
        font-size: 50px;
        color: #dddfe1;
        position: absolute;
        top: 0px;
        left: 5%;
        line-height: 50%;
    }
    nav.navigation>ul>li.nav-4.full-width-child ul.level0.submenu.c_columns-3>li {
        width: 25%;
        text-align: center;
    }
    nav.navigation>ul>li.nav-4.full-width-child ul.level0.submenu.c_columns-3>li ul.columnWrapper {
        margin-bottom: 0px;
    }

    nav.navigation>ul>li.full-width-child ul.level0.submenu.c_columns-1>li {
        width: 100%;
    }
    nav.navigation>ul>li.full-width-child ul.level0.submenu.c_columns-2>li {
        width: 50%;
    }
    nav.navigation>ul>li.full-width-child ul.level0.submenu.c_columns-3>li {
        width: 33.33%;
    }
    nav.navigation>ul>li.full-width-child ul.level0.submenu.c_columns-4>li {
        width: 25%;
    }
    nav.navigation>ul>li.full-width-child ul.level0.submenu.c_columns-5>li {
        width: 230px;
    }
    nav.navigation>ul>li.full-width-child ul.level0.submenu.c_columns-6>li {
        width: 193px;
    }
    nav.navigation>ul>li.full-width-child.child-has-image ul.level0.submenu.c_columns-4>li {
        width: 27.2%;
    }
    nav.navigation>ul>li.full-width-child.child-has-image ul.level0.submenu.c_columns-4>li.has-image {
        width: 22.8%;
        padding-left: 0px;
    }
    nav.navigation>ul>li.full-width-child.child-has-image ul.level0.submenu.c_columns-4>li.has-image .catImage {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
    nav.navigation>ul>li.full-width-child.child-has-image ul.level0.submenu.c_columns-4>li.has-image .catImage a {
        position: absolute;
        background: white;
        font-family: 'Viga';
        font-size: 12px;
        width: 116px;
        text-align: center;
        transition: all 0.2s ease-in-out;
        margin-bottom: 40px;
    }
    nav.navigation>ul>li.full-width-child.child-has-image ul.level0.submenu.c_columns-4>li.has-image .catImage a:hover {
        color: #ca0303;
    }
    nav.navigation>ul>li.full-width-child.child-has-image ul.level0.submenu.c_columns-5>li {
        width: 16.5825%;
    }
    nav.navigation>ul>li.full-width-child.child-has-image ul.level0.submenu.c_columns-5>li.has-image {
        width: 33.67%;
        padding-left: 5px;
    }
    nav.navigation>ul>li.full-width-child.child-has-image ul.level0.submenu.c_columns-5>li.has-image .catImage {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
    nav.navigation>ul>li.full-width-child.child-has-image ul.level0.submenu.c_columns-5>li.has-image .catImage a {
        position: absolute;
        background: white;
        font-family: 'Viga';
        font-size: 12px;
        width: 116px;
        text-align: center;
        transition: all 0.2s ease-in-out;
        margin-bottom: 40px;
    }
    nav.navigation>ul>li.full-width-child.child-has-image ul.level0.submenu.c_columns-5>li.has-image .catImage a:hover {
        color: #ca0303;
    }
    body .nav-sections .nav-sections-items {
        width: 100%;
        z-index: 5;
    }
}

@media only screen and (max-width: 899px) {
    .navigation .submenu ul {
        display: block !important;
    }
    .navigation .submenu li.has-image {
        display: none !important;
    }
}

.page-wrapper.sticky-header .page-header {
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    z-index: 200 !important;
    margin: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: all;
    background: white;
    animation: smoothScroll 1s forwards;
}
@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}

.page-wrapper.sticky-header .page-header .custom-header-wrapper {
    display: none;
}

.minicart-items-wrapper, .minicart-items .product-item:not(:first-child) {
    max-height: 335px;
}

/* Earn Points */

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

.product-item .price-box .normal-price {
    display: block;
    margin-bottom: 0;
}

.product-item .price-box .normal-price .price.starts-from {
    text-transform: lowercase;
    font-size: 12px;
    font-family: var(--family-WR);
    color: black;
}

.product-item .price-box .old-price .price {
    text-decoration: line-through;
    color: #bbbbbb;
}

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

.product-item .price-box .special-price {
    display: block;
}

.amasty-rewards-highlight {
    padding: 0;
}

.amasty-rewards-highlight > .caption strong {
    font-weight: 400;
    line-height: inherit;
    padding-left: 5px;
    font-family: var(--family-WR);
    font-size: 13px;
}

.amasty-rewards-highlight > .caption strong b {
    font-weight: 700;
}

.amasty-rewards-highlight::before {
    background-image: url(../images/dolar_plus.svg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 15px;
    width: 33px;
    display: inline-block;
    margin: 0;
    content: '';
}

/* Subcategories On Category Page */

.subCategoriesHeader span{
    color: #cd1254;
}
.subCategoriesHeader{
    font-family: var(--family-WEB);
    font-size: 22px;
    text-transform: uppercase;
    position: relative;
}
.subCategoriesHeader:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: calc(50% - 1px);
    height: 1px;
    background: #ccc;
}
.subCategoriesWrapper ul.subCategories{
    list-style: none;
    padding: 0;
    margin-top: 25px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(241px, 1fr));
}
.subCategoriesWrapper ul.subCategories li{
    border: solid 1px #000;
    margin-right: 30px;
}
.subCategoriesWrapper ul.subCategories li:hover{
    background: #000;
}
.subCategoriesWrapper ul.subCategories li a{
    font-family: var(--family-Viga);
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    display: block;
    padding: 5px 5px 5px 15px;
}
.subCategoriesWrapper ul.subCategories li:hover a,
.subCategoriesWrapper ul.subCategories li a:hover{
    color: #fff;
    text-decoration: none;
}
.subCategoriesWrapper{
    border-bottom: solid 1px #ccc;
    margin-bottom: 45px;
    margin-top: 45px;
}
.subCategories_inner {
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 2;
    padding-right: 30px;
}

/* MB Club Style */

.page-layout-mb_club .page-wrapper .page-main {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    box-sizing: unset;
}

.page-layout-mb_club .page-header {
    margin-bottom: 0;
}

.mb-how-it-works,
.mb-club_stepstobuy,
.page-layout-mb_club .home-instagram {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
}

.page-layout-mb_club .mb-top-promotion .top-slide-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 587px;
    max-height: 587px;
}

.page-layout-mb_club .mb-top-promotion .top-slide-item picture {
    max-height: 587px;
}

.page-layout-mb_club .mb-top-promotion .top-slide-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
    object-fit: cover;
    min-height: 587px;
    max-height: 587px;
}

.page-layout-mb_club .mb-top-promotion .top-slide-item .contentWrapper {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: baseline;
    max-width: 1200px;
    width: 100%;
    height: 100%;
    color: white;
    text-align: center;
}

.page-layout-mb_club .mb-top-promotion .top-slide-item .contentWrapperInner {
    padding-top: 60px;
}

.page-layout-mb_club .mb-top-promotion .top-slide-item .contentWrapper .promotion_content {
    font-family: var(--family-WL);
    font-size: 14px;
    text-transform: uppercase;
}

.page-layout-mb_club .mb-top-promotion .top-slide-item .contentWrapper h1 {
    font-family: var(--family-WEB);
    font-size: 30px;
    text-transform: uppercase;
    margin: 10px 0;
    text-align: center;
}

.page-layout-mb_club .mb-top-promotion .top-slide-item .contentWrapper p {
    font-family: var(--family-WM) !important;
    font-size: 21px !important;
    color: black !important;
}
.page-layout-mb_club .mb-club_howitworks {
   padding: 45px 0;
}

.page-layout-mb_club .mb-club_howitworks .mb-club-desc {
    text-align: center;
}

.page-layout-mb_club .mb-club_howitworks .mb-club-desc h2 {
    font-family: var(--family-WEB);
    font-size: 36px;
    text-transform: uppercase;
    margin-top: 0;
}

.page-layout-mb_club .mb-club_howitworks .mb-club-desc p {
    font-family: var(--family-WR);
    font-size: 16px;
}

.page-layout-mb_club .mb-club_howitworks .mb-club-wrapp {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.page-layout-mb_club .mb-club_howitworks .mb-club-wrapp .mb-club-img-wrapp {
    width: 40%;
}

.page-layout-mb_club .mb-club_howitworks .mb-club-wrapp .mb-club-img-wrapp #mb-club-img {
    background-image: url('../images/montlhy-club/MBM02-Red.jpg');
    background-image: url('../images/montlhy-club/MBM02-Red.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    -webkit-animation: mbclubimg 10s linear 2s infinite;
    -moz-animation: mbclubimg 10s linear 2s infinite;
    -ms-animation: mbclubimg 10s linear 2s infinite;
    -o-animation: mbclubimg 10s linear 2s infinite;
    animation: mbclubimg 10s linear 2s infinite;
}

@keyframes mbclubimg {
    0%  {
        background-image: url('../images/montlhy-club/MBM02-Red.jpg');
        background-image: url('../images/montlhy-club/MBM02-Red.webp');
    }
  25%  {
        background-image: url('../images/montlhy-club/MBM02-Red.jpg');
        background-image: url('../images/montlhy-club/MBM02-Red.webp');
    }
  50%  {
        background-image: url('../images/montlhy-club/MBM02-Black.jpg');
        background-image: url('../images/montlhy-club/MBM02-Black.webp');
    }
   75%  {
        background-image: url('../images/montlhy-club/MBM02-Turquoise.jpg');
        background-image: url('../images/montlhy-club/MBM02-Turquoise.webp');
    }
  100% {
        background-image: url('../images/montlhy-club/MBM02-Orange.jpg');
        background-image: url('../images/montlhy-club/MBM02-Orange.webp');
    }
}

@-webkit-keyframes mbclubimg {
    0%  {
        background-image: url('../images/montlhy-club/MBM02-Red.jpg');
        background-image: url('../images/montlhy-club/MBM02-Red.webp');
    }
  25%  {
        background-image: url('../images/montlhy-club/MBM02-Red.jpg');
        background-image: url('../images/montlhy-club/MBM02-Red.webp');
    }
  50%  {
        background-image: url('../images/montlhy-club/MBM02-Black.jpg');
        background-image: url('../images/montlhy-club/MBM02-Black.webp');
    }
   75%  {
        background-image: url('../images/montlhy-club/MBM02-Turquoise.jpg');
        background-image: url('../images/montlhy-club/MBM02-Turquoise.webp');
    }
  100% {
        background-image: url('../images/montlhy-club/MBM02-Orange.jpg');
        background-image: url('../images/montlhy-club/MBM02-Orange.webp');
    }
}

.page-layout-mb_club .mb-club_howitworks .mb-club-wrapp .mb-club-perks {
    width: 55%;
}

.page-layout-mb_club .mb-club_howitworks .mb-club-wrapp .mb-club-perks ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.page-layout-mb_club .mb-club_howitworks .mb-club-wrapp .mb-club-perks ul li {
    padding: 0;
    position: relative;
    font-size: 16px;
    font-family: var(--family-WR);
}

.page-layout-mb_club .mb-club_howitworks .mb-club-wrapp .mb-club-perks ul li a {
    color: black;
    text-decoration: unset;
    transition: all 0.2s ease-in-out;
}

.page-layout-mb_club .mb-club_howitworks .mb-club-wrapp .mb-club-perks ul li a:hover {
    color: var(--red_hover);
}

.page-layout-mb_club .mb-club_howitworks .mb-club-wrapp .mb-club-perks ul li::before {
    content: "\e90a";
    font-family: "icomoon";
    color: black;
    position: absolute;
    left: -25px;
}

.page-layout-mb_club .mb-steps {
    background-color: #f2f2f2;
    padding: 45px 0;
}

.page-layout-mb_club .mb-club_stepstobuy {
    text-align: center;
}

.page-layout-mb_club .mb-club_stepstobuy h2 {
    font-family: var(--family-WEB);
    font-size: 36px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-layout-mb_club .mb-club_stepstobuy h2 span {
    font-size: 27px;
    background: black;
    color: white;
    padding: 10.5px 19px;
    display: inline-grid;
    align-content: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 20px;
}

.page-layout-mb_club .mb-club_stepstobuy ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0 40px;
}

.page-layout-mb_club .mb-club_stepstobuy ul li {
    margin-bottom: 0;
}

.page-layout-mb_club .mb-club_stepstobuy .w_step {
    width: 100%;
    margin: auto;
}

.page-layout-mb_club .mb-club_stepstobuy .style h2:first-child {
    margin-top: 0;
}

.page-layout-mb_club .mb-club_stepstobuy .size li {
    height: 125px;
    width: 125px;
    border-radius: 50%;
    border: 2px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    font-family: var(--family-WEB);
    margin-bottom: 0;
}

.page-layout-mb_club .mb-club_stepstobuy .size li:not(:last-child) {
    margin-right: 100px;
}

.page-layout-mb_club .mb-club_stepstobuy .style li:not(:last-child) {
    margin-right: 50px;
}

.page-layout-mb_club .mb-club_stepstobuy .style li {
    height: 203px;
    width: 203px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-transform: uppercase;
    align-items: center;
    font-size: 18px;
    font-family: var(--family-WEB);
    margin-bottom: 0;
}

.page-layout-mb_club .mb-club_stepstobuy .style li h3 {
    margin: 0;
    position: relative;
    top: 20px;
}

.page-layout-mb_club .mb-club_stepstobuy .style li:nth-child(3),
.page-layout-mb_club .mb-club_stepstobuy .size li:nth-child(2),
.page-layout-mb_club .mb-club_stepstobuy .shipping li:first-child,
.page-layout-mb_club .mb-club_stepstobuy .payment li:first-child {
    border: 2px solid #ca0303;
    color: #ca0303;
}

.page-layout-mb_club .mb-club_stepstobuy .payment li,
.page-layout-mb_club .mb-club_stepstobuy .shipping li {
    font-family: var(--family-WEB);
    font-weight: bold;
    text-transform: uppercase;
    font-size: 36px;
    border: 2px solid black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 289px;
    height: 106px;
}

.page-layout-mb_club .mb-club_stepstobuy .payment li span,
.page-layout-mb_club .mb-club_stepstobuy .shipping li span {
    font-family: var(--family-WR);
    font-size: 18px;
}

.page-layout-mb_club .mb-club_stepstobuy .payment li:not(:last-child),
.page-layout-mb_club .mb-club_stepstobuy .shipping li:not(:last-child) {
    margin-right: 50px;
}

.page-layout-mb_club .mb-club_stepstobuy .to_cart p {
    text-transform: uppercase;
    font-size: 25px;
    padding-bottom: 20px;
}

.page-layout-mb_club .mb-club_stepstobuy .to_cart {
    padding-top: 20px;
}

.page-layout-mb_club .mb-club_stepstobuy .to_cart .tocart {
    background: #f6d72e;
    color: #000;
    border: 2px solid #f6d72e;
    padding: 9.5px 17px;
    position: relative;
    text-transform: uppercase;
    font-family: var(--family-Viga);
    font-size: 14px;
    max-width: 357px;
    margin: auto;
}

.page-layout-mb_club .mb-club_stepstobuy .to_cart .tocart::before {
    width: -webkit-calc(100% - 4px);
    width: calc(100% - 4px);
    height: -webkit-calc(100% - 4px);
    height: calc(100% - 4px);
    top: -8px;
    left: -8px;
    z-index: 1;
    border: 2px solid #000000;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
}

.page-layout-mb_club .mb-club_stepstobuy .to_cart .tocart span {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    top: -5px;
    font-family: var(--family-Viga);
}

@media only screen and (max-width: 1024px) {
    .page-layout-mb_club .mb-club_stepstobuy .payment li:not(:last-child),
    .page-layout-mb_club .mb-club_stepstobuy .shipping li:not(:last-child) {
        margin-right: 20px;
    }
    .page-layout-mb_club .mb-club_stepstobuy .size li:not(:last-child) {
        margin-right: 40px;
    }
    .page-layout-mb_club .mb-club_stepstobuy .style li:not(:last-child) {
        margin-right: 5px;
    }
    .page-layout-mb_club .mb-club_stepstobuy .payment li, .page-layout-mb_club .mb-club_stepstobuy .shipping li {
        font-size: 32px;
    }
    .page-layout-mb_club .mb-club_stepstobuy .payment li span,
    .page-layout-mb_club .mb-club_stepstobuy .shipping li span {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .page-layout-mb_club .mb-club_stepstobuy ul {
        flex-wrap: wrap;
        padding: 20px 0 20px;
    }
    .page-layout-mb_club .mb-club_stepstobuy .payment li:not(:last-child),
    .page-layout-mb_club .mb-club_stepstobuy .shipping li:not(:last-child)
    .page-layout-mb_club .mb-club_stepstobuy .style li:not(:last-child) {
        margin-right: 0px;
    }
    .page-layout-mb_club .mb-club_stepstobuy .size li:nth-child(1),
    .page-layout-mb_club .mb-club_stepstobuy .size li:nth-child(3),
    .page-layout-mb_club .mb-club_stepstobuy .size li:nth-child(2),
    .page-layout-mb_club .mb-club_stepstobuy .size li:nth-child(4)  {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .page-layout-mb_club .mb-club_stepstobuy .style li {
        height: 250px;
        width: 250px;
    }
    .page-layout-mb_club .mb-club_stepstobuy .payment ul,
    .page-layout-mb_club .mb-club_stepstobuy .shipping ul {
        flex-direction: column;
    }
    .page-layout-mb_club .mb-club_stepstobuy .payment li:not(:last-child),
    .page-layout-mb_club .mb-club_stepstobuy .shipping li:not(:last-child) {
        margin-bottom: 10px;
        margin-right: 0;
    }
    .page-layout-mb_club .columns {
        padding-top: 33px;
    }
    .page-layout-mb_club .mb-club_howitworks .mb-club-wrapp {
       flex-direction: column;
       align-items: center;
    }
    .page-layout-mb_club .mb-club_howitworks .mb-club-wrapp .mb-club-perks,
    .page-layout-mb_club .mb-club_howitworks .mb-club-wrapp .mb-club-img-wrapp {
        width: 90%;
    }
    .page-layout-mb_club .mb-club_howitworks .mb-club-wrapp .mb-club-perks {
        padding-top: 20px;
    }
    .page-layout-mb_club .mb-club_howitworks .mb-club-wrapp .mb-club-img-wrapp #mb-club-img {
        height: 420px;
    }
}

@media only screen and (max-width: 460px) {
    .page-layout-mb_club .mb-club_stepstobuy h2 span {
        margin-right: 0px;
    }
    .page-layout-mb_club .mb-club_stepstobuy .size li:nth-child(1),
    .page-layout-mb_club .mb-club_stepstobuy .size li:nth-child(3) {
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .page-layout-mb_club .mb-club_stepstobuy .size li:nth-child(2),
    .page-layout-mb_club .mb-club_stepstobuy .size li:nth-child(4) {
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .page-layout-mb_club .mb-club_howitworks .mb-club-wrapp .mb-club-img-wrapp #mb-club-img {
        height: 320px;
    }
    .page-layout-mb_club .mb-top-promotion .top-slide-item img,
    .page-layout-mb_club .mb-top-promotion .top-slide-item {
        min-height: 490px;
        max-height: 490px;
    }
    .page-layout-mb_club .mb-top-promotion .top-slide-item picture {
        max-height: 490px;
    }
    .page-layout-mb_club .mb-top-promotion .top-slide-item .contentWrapperInner {
        padding-top: 25px;
    }
    .page-layout-mb_club .home-instagram {
        padding: 0 50px;
    }
}

/* MB Club Style Product Page */

.product-mens-underwear-montlhy-club .page-wrapper .page-main {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    box-sizing: unset;
}

.product-mens-underwear-montlhy-club .page-header {
    margin-bottom: 0;
}

.mb-how-it-works,
.mb-club_stepstobuy,
.product-mens-underwear-montlhy-club .home-instagram {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
}

.product-mens-underwear-montlhy-club .mb-top-promotion .top-slide-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 587px;
    max-height: 587px;
}

.product-mens-underwear-montlhy-club .mb-top-promotion .top-slide-item picture {
    max-height: 587px;
}

.product-mens-underwear-montlhy-club .mb-top-promotion .top-slide-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
    object-fit: cover;
    min-height: 587px;
    max-height: 587px;
}

.product-mens-underwear-montlhy-club .mb-top-promotion .top-slide-item .contentWrapper {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: baseline;
    max-width: 1200px;
    width: 100%;
    height: 100%;
    color: white;
    text-align: center;
}

.product-mens-underwear-montlhy-club .mb-top-promotion .top-slide-item .contentWrapperInner {
    padding-top: 60px;
}

.product-mens-underwear-montlhy-club .mb-top-promotion .top-slide-item .contentWrapper .promotion_content {
    font-family: var(--family-WL);
    font-size: 14px;
    text-transform: uppercase;
}

.product-mens-underwear-montlhy-club .mb-top-promotion .top-slide-item .contentWrapper h1 {
    font-family: var(--family-WEB);
    font-size: 30px;
    text-transform: uppercase;
    margin: 10px 0;
    text-align: center;
	display: block;
}

.product-mens-underwear-montlhy-club .mb-top-promotion .top-slide-item .contentWrapper p {
    font-family: var(--family-WM);
    font-size: 21px;
    color: black;
}
.product-mens-underwear-montlhy-club .mb-club_howitworks {
   padding: 45px 0;
}

.product-mens-underwear-montlhy-club .mb-club_howitworks .mb-club-desc {
    text-align: center;
}

.product-mens-underwear-montlhy-club .mb-club_howitworks .mb-club-desc h2 {
    font-family: var(--family-WEB);
    font-size: 36px;
    text-transform: uppercase;
    margin-top: 0;
}

.product-mens-underwear-montlhy-club .mb-club_howitworks .mb-club-desc p {
    font-family: var(--family-WR);
    font-size: 16px;
}

.product-mens-underwear-montlhy-club .mb-club_howitworks .mb-club-wrapp {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.product-mens-underwear-montlhy-club .mb-club_howitworks .mb-club-wrapp .mb-club-img-wrapp {
    width: 40%;
}

.product-mens-underwear-montlhy-club .mb-club_howitworks .mb-club-wrapp .mb-club-img-wrapp #mb-club-img {
    background-image: url('../images/montlhy-club/MBM02-Red.jpg');
    background-image: url('../images/montlhy-club/MBM02-Red.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    -webkit-animation: mbclubimg 10s linear 2s infinite;
    -moz-animation: mbclubimg 10s linear 2s infinite;
    -ms-animation: mbclubimg 10s linear 2s infinite;
    -o-animation: mbclubimg 10s linear 2s infinite;
    animation: mbclubimg 10s linear 2s infinite;
}
.page-layout-1column.product-type-configurable .field.qty {
    display: block;
    margin-right: 40px;
}
/* Club swatches text */
#option-label-subscription_styles-191-item-317::after{
	content: "TRUNK";
	position: absolute;
	bottom: 10px;
	font-size: 24px;
	width: 60%;
	border: 1px solid #cd1212;
	border-radius: 10px;
	color: white;
	background-color: #cd1212;
	box-shadow: 3px 3px 2px #333;
	font-family: "WorkSans Regular";
	padding: 5px;
}
#option-label-subscription_styles-191-item-318::after{
	content: "BOXER BRIEF";
	position: absolute;
	bottom: 10px;
	font-size: 20px;
	width: 60%;
	border: 1px solid #cd1212;
	border-radius: 10px;
	color: white;
	background-color: #cd1212;
	box-shadow: 3px 3px 2px #333;
	font-family: "WorkSans Regular";
	padding: 8px;
}
#option-label-subscription_styles-191-item-319::after{
	content: "BRIEFS";
	position: absolute;
	bottom: 10px;
	font-size: 24px;
	width: 60%;
	border: 1px solid #cd1212;
	border-radius: 10px;
	color: white;
	background-color: #cd1212;
	box-shadow: 3px 3px 2px #333;
	font-family: "WorkSans Regular";
	padding: 5px;
}
#option-label-subscription_styles-191-item-320::after{
	content: "SEXY BOX";
	position: absolute;
	bottom: 10px;
	font-size: 24px;
	width: 60%;
	border: 1px solid #cd1212;
	border-radius: 10px;
	color: white;
	background-color: #cd1212;
	box-shadow: 3px 3px 2px #333;
	font-family: "WorkSans Regular";
	padding: 5px;
}
@media only screen and (max-width: 940px) {
	#option-label-subscription_styles-191-item-317::after{
		display: none;
	}
	#option-label-subscription_styles-191-item-318::after{
		display: none;
	}
	#option-label-subscription_styles-191-item-319::after{
		display: none;
	}
	#option-label-subscription_styles-191-item-320::after{
		display: none;
	}
}

@keyframes mbclubimg {
    0%  {
        background-image: url('../images/montlhy-club/MBM02-Red.jpg');
        background-image: url('../images/montlhy-club/MBM02-Red.webp');
    }
  25%  {
        background-image: url('../images/montlhy-club/MBM02-Red.jpg');
        background-image: url('../images/montlhy-club/MBM02-Red.webp');
    }
  50%  {
        background-image: url('../images/montlhy-club/MBM02-Black.jpg');
        background-image: url('../images/montlhy-club/MBM02-Black.webp');
    }
   75%  {
        background-image: url('../images/montlhy-club/MBM02-Turquoise.jpg');
        background-image: url('../images/montlhy-club/MBM02-Turquoise.webp');
    }
  100% {
        background-image: url('../images/montlhy-club/MBM02-Orange.jpg');
        background-image: url('../images/montlhy-club/MBM02-Orange.webp');
    }
}

.product-mens-underwear-montlhy-club .mb-club_howitworks .mb-club-wrapp .mb-club-perks {
    width: 55%;
}

.product-mens-underwear-montlhy-club .mb-club_howitworks .mb-club-wrapp .mb-club-perks ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.product-mens-underwear-montlhy-club .mb-club_howitworks .mb-club-wrapp .mb-club-perks ul li {
    padding: 0;
    position: relative;
    font-size: 16px;
    font-family: var(--family-WR);
}

.product-mens-underwear-montlhy-club .mb-club_howitworks .mb-club-wrapp .mb-club-perks ul li a {
    color: black;
    text-decoration: unset;
    transition: all 0.2s ease-in-out;
}

.product-mens-underwear-montlhy-club .mb-club_howitworks .mb-club-wrapp .mb-club-perks ul li a:hover {
    color: var(--red_hover);
}

.product-mens-underwear-montlhy-club .mb-club_howitworks .mb-club-wrapp .mb-club-perks ul li::before {
    content: "\e90a";
    font-family: "icomoon";
    color: black;
    position: absolute;
    left: -25px;
}

.product-mens-underwear-montlhy-club .mb-steps {
    background-color: #f2f2f2;
    padding: 45px 0;
}

.product-mens-underwear-montlhy-club .mb-club_stepstobuy {
    text-align: center;
}

.product-mens-underwear-montlhy-club .mb-club_stepstobuy h2 {
    font-family: var(--family-WEB);
    font-size: 36px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-mens-underwear-montlhy-club .mb-club_stepstobuy h2 span {
    font-size: 27px;
    background: black;
    color: white;
    padding: 10.5px 19px;
    display: inline-grid;
    align-content: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 20px;
}

.product-mens-underwear-montlhy-club .mb-club_stepstobuy ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0 40px;
}

.product-mens-underwear-montlhy-club .mb-club_stepstobuy ul li {
    margin-bottom: 0;
}

.product-mens-underwear-montlhy-club .mb-club_stepstobuy .w_step {
    width: 100%;
    margin: auto;
}

.product-mens-underwear-montlhy-club .mb-club_stepstobuy .style h2:first-child {
    margin-top: 0;
}

.product-mens-underwear-montlhy-club .mb-club_stepstobuy .size li {
    height: 125px;
    width: 125px;
    border-radius: 50%;
    border: 2px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    font-family: var(--family-WEB);
    margin-bottom: 0;
}

.product-mens-underwear-montlhy-club .mb-club_stepstobuy .size li:not(:last-child) {
    margin-right: 100px;
}

.product-mens-underwear-montlhy-club .mb-club_stepstobuy .style li:not(:last-child) {
    margin-right: 50px;
}

.product-mens-underwear-montlhy-club .mb-club_stepstobuy .style li {
    height: 203px;
    width: 203px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-transform: uppercase;
    align-items: center;
    font-size: 18px;
    font-family: var(--family-WEB);
    margin-bottom: 0;
}

.product-mens-underwear-montlhy-club .mb-club_stepstobuy .style li h3 {
    margin: 0;
    position: relative;
    top: 20px;
}

.product-mens-underwear-montlhy-club .mb-club_stepstobuy .style li:nth-child(3),
.product-mens-underwear-montlhy-club .mb-club_stepstobuy .size li:nth-child(2),
.product-mens-underwear-montlhy-club .mb-club_stepstobuy .shipping li:first-child,
.product-mens-underwear-montlhy-club .mb-club_stepstobuy .payment li:first-child {
    border: 2px solid #ca0303;
    color: #ca0303;
}

.product-mens-underwear-montlhy-club .mb-club_stepstobuy .payment li,
.product-mens-underwear-montlhy-club .mb-club_stepstobuy .shipping li {
    font-family: var(--family-WEB);
    font-weight: bold;
    text-transform: uppercase;
    font-size: 36px;
    border: 2px solid black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 289px;
    height: 106px;
}

.product-mens-underwear-montlhy-club .mb-club_stepstobuy .payment li span,
.product-mens-underwear-montlhy-club .mb-club_stepstobuy .shipping li span {
    font-family: var(--family-WR);
    font-size: 18px;
}

.product-mens-underwear-montlhy-club .mb-club_stepstobuy .payment li:not(:last-child),
.product-mens-underwear-montlhy-club .mb-club_stepstobuy .shipping li:not(:last-child) {
    margin-right: 50px;
}

.product-mens-underwear-montlhy-club .mb-club_stepstobuy .to_cart p {
    text-transform: uppercase;
    font-size: 25px;
    padding-bottom: 20px;
}

.product-mens-underwear-montlhy-club .mb-club_stepstobuy .to_cart {
    padding-top: 20px;
}

.product-mens-underwear-montlhy-club .mb-club_stepstobuy .to_cart .tocart {
    background: #f6d72e;
    color: #000;
    border: 2px solid #f6d72e;
    padding: 9.5px 17px;
    position: relative;
    text-transform: uppercase;
    font-family: var(--family-Viga);
    font-size: 14px;
    max-width: 357px;
    margin: auto;
}

.product-mens-underwear-montlhy-club .mb-club_stepstobuy .to_cart .tocart::before {
    width: -webkit-calc(100% - 4px);
    width: calc(100% - 4px);
    height: -webkit-calc(100% - 4px);
    height: calc(100% - 4px);
    top: -8px;
    left: -8px;
    z-index: 1;
    border: 2px solid #000000;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
}

.product-mens-underwear-montlhy-club .mb-club_stepstobuy .to_cart .tocart span {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    top: -5px;
    font-family: var(--family-Viga);
}

@media only screen and (max-width: 1024px) {
    .product-mens-underwear-montlhy-club .mb-club_stepstobuy .payment li:not(:last-child),
    .product-mens-underwear-montlhy-club .mb-club_stepstobuy .shipping li:not(:last-child) {
        margin-right: 20px;
    }
    .product-mens-underwear-montlhy-club .mb-club_stepstobuy .size li:not(:last-child) {
        margin-right: 40px;
    }
    .product-mens-underwear-montlhy-club .mb-club_stepstobuy .style li:not(:last-child) {
        margin-right: 5px;
    }
    .product-mens-underwear-montlhy-club .mb-club_stepstobuy .payment li, .product-mens-underwear-montlhy-club .mb-club_stepstobuy .shipping li {
        font-size: 32px;
    }
    .product-mens-underwear-montlhy-club .mb-club_stepstobuy .payment li span,
    .product-mens-underwear-montlhy-club .mb-club_stepstobuy .shipping li span {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .product-mens-underwear-montlhy-club .mb-club_stepstobuy ul {
        flex-wrap: wrap;
        padding: 20px 0 20px;
    }
    .product-mens-underwear-montlhy-club .mb-club_stepstobuy .payment li:not(:last-child),
    .product-mens-underwear-montlhy-club .mb-club_stepstobuy .shipping li:not(:last-child)
    .product-mens-underwear-montlhy-club .mb-club_stepstobuy .style li:not(:last-child) {
        margin-right: 0px;
    }
    .product-mens-underwear-montlhy-club .mb-club_stepstobuy .size li:nth-child(1),
    .product-mens-underwear-montlhy-club .mb-club_stepstobuy .size li:nth-child(3),
    .product-mens-underwear-montlhy-club .mb-club_stepstobuy .size li:nth-child(2),
    .product-mens-underwear-montlhy-club .mb-club_stepstobuy .size li:nth-child(4)  {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .product-mens-underwear-montlhy-club .mb-club_stepstobuy .style li {
        height: 250px;
        width: 250px;
    }
    .product-mens-underwear-montlhy-club .mb-club_stepstobuy .payment ul,
    .product-mens-underwear-montlhy-club .mb-club_stepstobuy .shipping ul {
        flex-direction: column;
    }
    .product-mens-underwear-montlhy-club .mb-club_stepstobuy .payment li:not(:last-child),
    .product-mens-underwear-montlhy-club .mb-club_stepstobuy .shipping li:not(:last-child) {
        margin-bottom: 10px;
        margin-right: 0;
    }
    /* .product-mens-underwear-montlhy-club .columns {
        padding-top: 33px;
    } */
    .product-mens-underwear-montlhy-club .mb-club_howitworks .mb-club-wrapp {
       flex-direction: column;
       align-items: center;
    }
    .product-mens-underwear-montlhy-club .mb-club_howitworks .mb-club-wrapp .mb-club-perks,
    .product-mens-underwear-montlhy-club .mb-club_howitworks .mb-club-wrapp .mb-club-img-wrapp {
        width: 90%;
    }
    .product-mens-underwear-montlhy-club .mb-club_howitworks .mb-club-wrapp .mb-club-perks {
        padding-top: 20px;
    }
    .product-mens-underwear-montlhy-club .mb-club_howitworks .mb-club-wrapp .mb-club-img-wrapp #mb-club-img {
        height: 420px;
    }
}

@media only screen and (max-width: 460px) {
    .product-mens-underwear-montlhy-club .mb-club_stepstobuy h2 span {
        margin-right: 0px;
    }
    .product-mens-underwear-montlhy-club .mb-club_stepstobuy .size li:nth-child(1),
    .product-mens-underwear-montlhy-club .mb-club_stepstobuy .size li:nth-child(3) {
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .product-mens-underwear-montlhy-club .mb-club_stepstobuy .size li:nth-child(2),
    .product-mens-underwear-montlhy-club .mb-club_stepstobuy .size li:nth-child(4) {
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .product-mens-underwear-montlhy-club .mb-club_howitworks .mb-club-wrapp .mb-club-img-wrapp #mb-club-img {
        height: 320px;
    }
    .product-mens-underwear-montlhy-club .mb-top-promotion .top-slide-item img,
    .product-mens-underwear-montlhy-club .mb-top-promotion .top-slide-item {
        min-height: 490px;
        max-height: 490px;
    }
    .product-mens-underwear-montlhy-club .mb-top-promotion .top-slide-item picture {
        max-height: 490px;
    }
    .product-mens-underwear-montlhy-club .mb-top-promotion .top-slide-item .contentWrapperInner {
        padding-top: 25px;
    }
    .product-mens-underwear-montlhy-club .home-instagram {
        padding: 0 50px;
    }
}

/* MB Technology Style */

.page-layout-technology .page-wrapper .page-main {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    box-sizing: unset;
}

.page-layout-technology .page-header {
    margin-bottom: 0;
}

.mb-how-it-works {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
}

.page-layout-technology .mbt-top-promotion .top-slide-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 587px;
    max-height: 587px;
}

.page-layout-technology .mbt-top-promotion .top-slide-item picture {
    max-height: 587px;
}

.page-layout-technology .mbt-top-promotion .top-slide-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
    object-fit: cover;
    min-height: 587px;
    max-height: 587px;
}

.page-layout-technology .mbt-top-promotion .top-slide-item .contentWrapper {
    position: absolute;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 1200px;
    width: 100%;
    height: 100%;
    color: white;
    text-align: center;
}

.page-layout-technology .mbt-top-promotion .top-slide-item .contentWrapperInner {
    max-width: 420px;
    padding-bottom: 12%;
    padding-left: 3%;
}

.page-layout-technology .mbt-top-promotion .top-slide-item .contentWrapper .promotion_content {
    font-family: var(--family-WL);
    font-size: 14px;
    text-transform: uppercase;
}

.page-layout-technology .mbt-top-promotion .top-slide-item .contentWrapper h1 {
    font-family: var(--family-WEB);
    font-size: 30px;
    text-transform: uppercase;
    margin: 10px 0;
    text-align: center;
}

.page-layout-technology .mbt-top-promotion .top-slide-item .contentWrapper p {
    font-family: var(--family-WM);
    font-size: 21px;
    color: black;
}

/* Mbt-bottom-promotion */

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

.page-layout-technology .mbt-bottom-promotion .bottom-slide-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 623px;
}

.page-layout-technology .mbt-bottom-promotion .bottom-slide-item picture {
    max-height: 623px;
    display: flex;
}

.page-layout-technology .mbt-bottom-promotion .bottom-slide-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
    object-fit: cover;
    max-height: 623px;
}

/* Mbt-droppelt-promotion */

.mbt-droppelt-promotion .bottom-slide-item {
    padding: 0;
    margin: 0;
    list-style: none;
    align-items: center;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450.5px, 1fr));
}

.mbt-droppelt-promotion .bottom-slide-item .contentWrapperImg {
    max-height: 903px;
}

.mbt-droppelt-promotion .bottom-slide-item picture {
    display: flex;
}

.mbt-droppelt-promotion .bottom-slide-item picture img {
    width: 100%;
    max-height: 903px;
    object-fit: cover;
}

.mbt-droppelt-promotion .bottom-slide-item .contentWrapper {
    padding: 4% 4% 4% 8%;
    max-width: 500px;
}

.mbt-droppelt-promotion .bottom-slide-item .contentWrapper h2 {
    font-family: var(--family-WEB);
    font-size: 36px;
    text-transform: uppercase;
    margin-top: 0;
}

.mbt-droppelt-promotion .bottom-slide-item .contentWrapper p {
    font-family: var(--family-WR);
    font-size: 16px;
}

.mbt-droppelt-promotion .bottom-slide-item .contentWrapper a {
    background: #c4c2c2;
    color: #000;
    border: 2px solid #c4c2c2;
    padding: 15px 45px;
    position: relative;
    text-transform: uppercase;
    font-family: var(--family-Viga);
    font-size: 14px;
    margin: auto;
    text-decoration: none;
    top: 50px;
}

.mbt-droppelt-promotion .bottom-slide-item .contentWrapper a::before {
    width: -webkit-calc(100% - 4px);
    width: calc(100% - 4px);
    height: -webkit-calc(100% - 4px);
    height: calc(100% - 4px);
    top: -8px;
    left: -8px;
    z-index: 1;
    border: 2px solid #000000;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
}

.mbt-droppelt-promotion .bottom-slide-item .contentWrapper a:hover:before {
    top: -2px;
    left: -2px;
    height: 100%;
    width: 100%;
}

.mbt-droppelt-promotion .bottom-slide-item .contentWrapper a span {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    top: -5px;
    font-family: var(--family-Viga);
}

.mbt-droppelt-promotion .bottom-slide-item .contentWrapper a:hover span {
    top: 0;
}

.page-layout-technology .mbt-pouch-promotion {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1240px;
    padding: 40px 20px 60px 20px;
}

.page-layout-technology .mbt-pouch-promotion .contentWrapperTitle h2,
.page-layout-technology .mbt-pouch-promotion .contentWrapperImg h2 {
    text-align: center;
    margin-top: 0;
    font-family: var(--family-WEB);
    font-size: 36px;
    text-transform: uppercase;
}

.page-layout-technology .mbt-pouch-promotion .contentWrapperImg h2 {
    margin-bottom: 50px;
}

.page-layout-technology .mbt-pouch-promotion .contentWrapperImg {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 40px 0 60px;
}

.page-layout-technology .mbt-pouch-promotion .contentWrapperImg picture {
    display: flex;
}

.page-layout-technology .mbt-pouch-promotion .contentWrapperImg .puch_tech_img {
    position: relative;
    max-width: 485px;
}

/* Line 1 */

.page-layout-technology .mbt-pouch-promotion .contentWrapperImg .puch_tech_img #p1 {
    position: absolute;
    top: 110px;
    left: 30px;
}

.page-layout-technology .mbt-pouch-promotion .contentWrapperImg .puch_tech_img #p1 .line_1 {
    height: 1px;
    background:#ca0303;
    width: 35px;
    position: absolute;
    top: 30px;
    left: -35px;
    transition: all 0.3s linear;
    opacity: 0;
}

.page-layout-technology .mbt-pouch-promotion .contentWrapperImg .puch_tech_img #p1:hover .line_1 {
    opacity: 1;
}

.page-layout-technology .mbt-pouch-promotion .contentWrapperImg .puch_tech_img #p1 .line_2 {
    height: 1px;
    background: #ca0303;
    width: 105px;
    position: absolute;
    top: 60px;
    left: -130px;
    transform: rotate(-35deg);
    transition: all 0.3s linear;
    transition-delay: 0.3s;
    opacity: 0;
}

.page-layout-technology .mbt-pouch-promotion .contentWrapperImg .puch_tech_img #p1:hover .line_2,
.page-layout-technology .mbt-pouch-promotion .contentWrapperImg .puch_tech_img #p2:hover .line_2,
.page-layout-technology .mbt-pouch-promotion .contentWrapperImg .puch_tech_img #p3:hover .line_2,
.page-layout-technology .mbt-pouch-promotion .contentWrapperImg .puch_tech_img #p4:hover .line_2,
.page-layout-technology .mbt-pouch-promotion .contentWrapperImg .puch_tech_img #p1:hover .line_3,
.page-layout-technology .mbt-pouch-promotion .contentWrapperImg .puch_tech_img #p2:hover .line_3,
.page-layout-technology .mbt-pouch-promotion .contentWrapperImg .puch_tech_img #p3:hover .line_3,
.page-layout-technology .mbt-pouch-promotion .contentWrapperImg .puch_tech_img #p4:hover .line_3,
.page-layout-technology .mbt-pouch-promotion .contentWrapperImg .puch_tech_img #p1:hover .line_1,
.page-layout-technology .mbt-pouch-promotion .contentWrapperImg .puch_tech_img #p2:hover .line_1,
.page-layout-technology .mbt-pouch-promotion .contentWrapperImg .puch_tech_img #p3:hover .line_1,
.page-layout-technology .mbt-pouch-promotion .contentWrapperImg .puch_tech_img #p4:hover .line_1 {
    opacity: 1;
}

.page-layout-technology .mbt-pouch-promotion .contentWrapperImg .puch_tech_img #p1 .line_2::before {
    content: '•';
    position: absolute;
    left: -5px;
    font-size: 22px;
    top: -15px;
    color: #ca0303;
}

.page-layout-technology .mbt-pouch-promotion .contentWrapperImg .puch_tech_img #p1 .line_3 {
    color: #ca0303;
    font-family: var(--family-WM);
    font-size: 18px;
    position: absolute;
    left: -280px;
    top: 93px;
    opacity: 0;
    transition: all 0.3s linear;
    transition-delay: 0.6s;
}

.page-layout-technology .mbt-pouch-promotion .contentWrapperImg .puch_tech_img #p1:hover .line_3 {
    opacity: 1;
}

/* Line 2 */

.page-layout-technology .mbt-pouch-promotion .contentWrapperImg .puch_tech_img #p2 {
    position: absolute;
    bottom: 60px;
    left: 150px;
}

.page-layout-technology .mbt-pouch-promotion .contentWrapperImg .puch_tech_img #p2 .line_1 {
    height: 1px;
    background:#ca0303;
    width: 35px;
    position: absolute;
    top: 30px;
    left: -35px;
    transition: all 0.3s linear;
    opacity: 0;
}

.page-layout-technology .mbt-pouch-promotion .contentWrapperImg .puch_tech_img #p2 .line_2 {
    height: 1px;
    background: #ca0303;
    width: 202px;
    position: absolute;
    top: 59px;
    left: -232px;
    transform: rotate(-17deg);
    transition: all 0.3s linear;
    transition-delay: 0.3s;
    opacity: 0;
}

.page-layout-technology .mbt-pouch-promotion .contentWrapperImg .puch_tech_img #p2 .line_2::before {
    content: '•';
    position: absolute;
    left: -5px;
    font-size: 22px;
    top: -15px;
    color: #ca0303;
}

.page-layout-technology .mbt-pouch-promotion .contentWrapperImg .puch_tech_img #p2 .line_3 {
    color: #ca0303;
    font-family: var(--family-WM);
    font-size: 18px;
    position: absolute;
    left: -405px;
    top: 90px;
    transition: all 0.3s linear;
    transition-delay: 0.6s;
    opacity: 0;
}

/* Line 3 */

.page-layout-technology .mbt-pouch-promotion .contentWrapperImg .puch_tech_img #p3 {
    position: absolute;
    top: 140px;
    right: 70px;
}

.page-layout-technology .mbt-pouch-promotion .contentWrapperImg .puch_tech_img #p3 .line_1 {
    height: 1px;
    background:#ca0303;
    width: 35px;
    position: absolute;
    top: 30px;
    transition: all 0.3s linear;
    opacity: 0;
}

.page-layout-technology .mbt-pouch-promotion .contentWrapperImg .puch_tech_img #p3 .line_2 {
    height: 1px;
    background: #ca0303;
    width: 150px;
    position: absolute;
    top: -23px;
    right: -163px;
    transform: rotate(-45deg);
    transition: all 0.3s linear;
    transition-delay: 0.3s;
    opacity: 0;
}

.page-layout-technology .mbt-pouch-promotion .contentWrapperImg .puch_tech_img #p3 .line_2::after {
    content: '•';
    position: absolute;
    right: -5px;
    font-size: 22px;
    top: -15px;
    color: #ca0303;
}

.page-layout-technology .mbt-pouch-promotion .contentWrapperImg .puch_tech_img #p3 .line_3 {
    color: #ca0303;
    font-family: var(--family-WM);
    font-size: 18px;
    position: absolute;
    right: -325px;
    top: -130px;
    transition: all 0.3s linear;
    transition-delay: 0.6s;
    opacity: 0;
}

/* Line 4 */

.page-layout-technology .mbt-pouch-promotion .contentWrapperImg .puch_tech_img #p4 {
    position: absolute;
    bottom: 100px;
    right: 65px;
}

.page-layout-technology .mbt-pouch-promotion .contentWrapperImg .puch_tech_img #p4 .line_1 {
    height: 1px;
    background:#ca0303;
    width: 35px;
    position: absolute;
    top: 30px;
    transition: all 0.3s linear;
    opacity: 0;
}

.page-layout-technology .mbt-pouch-promotion .contentWrapperImg .puch_tech_img #p4 .line_2 {
    height: 1px;
    background: #ca0303;
    width: 150px;
    position: absolute;
    top: -23px;
    right: -163px;
    transform: rotate(-45deg);
    transition: all 0.3s linear;
    transition-delay: 0.3s;
    opacity: 0;
}

.page-layout-technology .mbt-pouch-promotion .contentWrapperImg .puch_tech_img #p4 .line_2::after {
    content: '•';
    position: absolute;
    right: -5px;
    font-size: 22px;
    top: -15px;
    color: #ca0303;
}

.page-layout-technology .mbt-pouch-promotion .contentWrapperImg .puch_tech_img #p4 .line_3 {
    color: #ca0303;
    font-family: var(--family-WM);
    font-size: 18px;
    position: absolute;
    right: -308px;
    top: -105px;
    transition: all 0.3s linear;
    transition-delay: 0.6s;
    opacity: 0;
}

.page-layout-technology .mbt-pouch-promotion .contentWrapperImg .puch_tech_img #p3::before,
.page-layout-technology .mbt-pouch-promotion .contentWrapperImg .puch_tech_img #p4::before {
    content: "\e90a";
    font-family: "icomoon";
    color: white;
    font-size: 46px;
    top: -32px;
    left: -48px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.page-layout-technology .mbt-pouch-promotion .contentWrapperImg .puch_tech_img #p1::before,
.page-layout-technology .mbt-pouch-promotion .contentWrapperImg .puch_tech_img #p2::before {
    content: "\e90a";
    font-family: "icomoon";
    color: white;
    font-size: 46px;
    top: -32px;
    right: -48px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.page-layout-technology .mbt-pouch-promotion .contentWrapperImg .puch_tech_img #p1:hover::before,
.page-layout-technology .mbt-pouch-promotion .contentWrapperImg .puch_tech_img #p2:hover::before,
.page-layout-technology .mbt-pouch-promotion .contentWrapperImg .puch_tech_img #p3:hover::before,
.page-layout-technology .mbt-pouch-promotion .contentWrapperImg .puch_tech_img #p4:hover::before {
    color: #ca0303;
}

.page-layout-technology .mbt-pouch-promotion .contentWrapperTitle p,
.page-layout-technology .mbt-pouch-promotion .contentWrapperDesc p {
    text-align: center;
    font-family: var(--family-WR);
    font-size: 16px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
    .page-layout-titanium .titanium-video-promotion .titanium-page-video iframe.video {
        max-height: 565px;
        padding: 20px;
    }
    .page-layout-titanium .titanium-plus-promotion .titaniumPlusPromotion .bottom-slide-item {
        grid-template-columns: 1fr;
    }
    .page-layout-technology .mbt-pouch-promotion .contentWrapperImg .puch_tech_img #p2 {
        left: 114px;
    }
    .page-layout-technology .mbt-pouch-promotion .contentWrapperImg picture img {
        object-fit: cover;
        min-height: 479px;
    }
    .page-layout-technology .mbt-pouch-promotion .contentWrapperImg .puch_tech_img #p1 {
        top: 95px;
        left: 45px;
    }
    .page-layout-technology .mbt-pouch-promotion .contentWrapperImg .puch_tech_img #p4 .line_2,
    .page-layout-technology .mbt-pouch-promotion .contentWrapperImg .puch_tech_img #p4 .line_1,
    .page-layout-technology .mbt-pouch-promotion .contentWrapperImg .puch_tech_img #p3 .line_2,
    .page-layout-technology .mbt-pouch-promotion .contentWrapperImg .puch_tech_img #p3 .line_1,
    .page-layout-technology .mbt-pouch-promotion .contentWrapperImg .puch_tech_img #p2 .line_2,
    .page-layout-technology .mbt-pouch-promotion .contentWrapperImg .puch_tech_img #p2 .line_1,
    .page-layout-technology .mbt-pouch-promotion .contentWrapperImg .puch_tech_img #p1 .line_2,
    .page-layout-technology .mbt-pouch-promotion .contentWrapperImg .puch_tech_img #p1 .line_1 {
        display: none;
    }
    .page-layout-technology .mbt-pouch-promotion .contentWrapperImg .puch_tech_img #p1 .line_3 {
        color: #000000;
        left: -20px;
        width: max-content;
        top: 63px;
        background: white;
        border: 1px solid #000000;
        padding: 5px 10px;
        opacity: 1;
        transition: all 0.2s linear;
        transition-delay: unset;
    }
    .page-layout-technology .mbt-pouch-promotion .contentWrapperImg .puch_tech_img #p2 .line_3 {
        color: #000000;
        left: -113px;
        width: max-content;
        top: 62px;
        transition: all 0.2s linear;
        background: white;
        border: 1px solid #000000;
        padding: 5px 10px;
        opacity: 1;
    }
    .page-layout-technology .mbt-pouch-promotion .contentWrapperImg .puch_tech_img #p4 .line_3 {
        color: #000000;
        background: white;
        border: 1px solid #000000;
        padding: 5px 10px;
        right: -33px;
        top: 60px;
        width: max-content;
        transition: all 0.2s linear;
        opacity: 1;
    }
    .page-layout-technology .mbt-pouch-promotion .contentWrapperImg .puch_tech_img #p3 .line_3 {
        color: #000000;
        background: white;
        border: 1px solid #000000;
        padding: 5px 10px;
        right: -35px;
        width: max-content;
        top: 60px;
        transition: all 0.2s linear;
        opacity: 1;
    }
    .page-layout-technology .mbt-pouch-promotion .contentWrapperImg .puch_tech_img {
        overflow: hidden;
    }
    .page-layout-technology .mbt-pouch-promotion .contentWrapperImg .puch_tech_img #p1:hover .line_3,
    .page-layout-technology .mbt-pouch-promotion .contentWrapperImg .puch_tech_img #p2:hover .line_3,
    .page-layout-technology .mbt-pouch-promotion .contentWrapperImg .puch_tech_img #p3:hover .line_3,
    .page-layout-technology .mbt-pouch-promotion .contentWrapperImg .puch_tech_img #p4:hover .line_3 {
        color: #ca0303;
        border: 1px solid #ca0303;
    }
    .page-layout-technology .mbt-top-promotion .top-slide-item .contentWrapperInner {
        padding: 0;
    }
    .page-layout-technology .mbt-top-promotion .top-slide-item .contentWrapper {
        justify-content: center;
    }
    .page-layout-technology .mbt-top-promotion .top-slide-item .contentWrapper p {
        color: white;
    }
    .mbt-droppelt-promotion .bottom-slide-item .contentWrapper a {
        top:30px;
    }
    .mbt-droppelt-promotion .bottom-slide-item .contentWrapper {
        padding: 30px 20px 70px 30px;
    }
}

@media only screen and (max-width: 767px) {
    .page-layout-titanium .titanium-video-promotion .titanium-page-video iframe.video {
        max-height: 475px;
    }
}

@media only screen and (max-width: 460px) {
    .page-layout-titanium .titanium-video-promotion .titanium-page-video iframe.video {
        max-height: 220px;
    }
    .mbt-droppelt-promotion .bottom-slide-item {
        grid-template-columns: 1fr;
    }
    .page-layout-technology .mbt-pouch-promotion .contentWrapperImg .puch_tech_img {
        overflow: visible;
    }
    .page-layout-technology .mbt-pouch-promotion .contentWrapperImg .puch_tech_img #p2 {
        left: 5px;
    }
    .page-layout-technology .mbt-pouch-promotion .contentWrapperImg .puch_tech_img #p2 .line_3 {
        left: -5px;
        width: 258px;
    }
    .page-layout-technology .mbt-pouch-promotion .contentWrapperImg .puch_tech_img #p4 .line_3 {
        right: -65px;
    }
    .page-layout-technology .mbt-pouch-promotion .contentWrapperImg .puch_tech_img #p1 {
        top: 55px;
        left: 20px;
    }
    .page-layout-technology .mbt-pouch-promotion .contentWrapperImg .puch_tech_img #p3 {
        position: absolute;
        top: 150px;
        right: 35px;
    }
    .page-layout-technology .mbt-pouch-promotion .contentWrapperImg .puch_tech_img #p3 .line_3 {
        width: 258px;
    }
}

/* Mobile owl carousel home Brands */
.home-brands-tabs .brands-carousel {
    padding: 0;
    margin: 0;
}
.home-brands-tabs .brand-wrap {
    height: 235px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}
.home-brands-tabs .brand-wrap li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.home-brands-tabs .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 35%;
    right: 0;
    box-shadow: none;
}
.home-brands-tabs .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 35%;
    left: 0;
    box-shadow: none;
}
.home-brands-tabs .owl-carousel .owl-nav button.owl-next .icon-arrow_right:before,
.home-brands-tabs .owl-carousel .owl-nav button.owl-prev .icon-arrow_left:before {
    color: white;
}
/* Mobile owl carousel home Brands END*/

#idmeVerify h2 {
    margin: 0;
}
#idmeVerify {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	border: none;
	width: 90%;
	padding-bottom: 10px;
	margin-top: 15px;
}
.checkout-cart-index .amasty-rewards-highlight {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    padding: 0 0px 10px 10px;
    text-align: left;
}
.footer-badge img {
    filter: invert(1);
}

.footer .footer-social-links ul.footer-number {
    flex-wrap: wrap;
}

/* MB Titanium Style */

.page-layout-titanium .page-wrapper .page-main {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    box-sizing: unset;
}

.page-layout-titanium .page-header {
    margin-bottom: 0;
}

.page-layout-titanium .titanium-top-promotion .top-slide-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 587px;
    max-height: 587px;
}

.page-layout-titanium .titanium-top-promotion .top-slide-item picture {
    max-height: 587px;
    width: 100%;
}

.page-layout-titanium .titanium-top-promotion .top-slide-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
    object-fit: cover;
    min-height: 587px;
    max-height: 587px;
}

.page-layout-titanium .titanium-top-promotion .top-slide-item .contentWrapper {
    position: absolute;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 1200px;
    width: 100%;
    height: 100%;
    color: white;
    text-align: center;
}

.page-layout-titanium .titanium-top-promotion .top-slide-item .contentWrapperInner {
    max-width: 460px;
    padding-bottom: 12%;
    padding-left: 3%;
}

.page-layout-titanium .titanium-top-promotion .top-slide-item .contentWrapper .promotion_content {
    font-family: var(--family-WL);
    font-size: 14px;
    text-transform: uppercase;
}

.page-layout-titanium .titanium-top-promotion .top-slide-item .contentWrapper h1 {
    font-family: var(--family-WEB);
    font-size: 30px;
    text-transform: uppercase;
    margin: 10px 0;
    text-align: center;
}

.page-layout-titanium .titanium-top-promotion .top-slide-item .contentWrapper p {
    font-family: var(--family-WM);
    font-size: 21px;
    color: black;
}

/* Titanium Two Promotions */

.page-layout-titanium .titanium-two-promotions,
.page-layout-titanium .titanium-construction-promotion .titaniumConstructionPromotion .contentWrapper {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
}

.page-layout-titanium .titanium-two-promotions .titaniumTwoPromotions {
    padding: 65px 0 75px;
    margin: 0;
    list-style: none;
    align-items: center;
    display: grid;
    align-items: center;
    justify-items: center;
    grid-template-columns: repeat(auto-fit, minmax(430.5px, 1fr));
}

.page-layout-titanium .titanium-two-promotions .titaniumTwoPromotions .promo_desc h2 {
    font-family: var(--family-WEB);
    font-size: 36px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 40px;
}

.page-layout-titanium .titanium-two-promotions .titaniumTwoPromotions .promo_desc p {
    font-family: var(--family-WR);
    font-size: 16px;
    width: 84%;
}

.page-layout-titanium .titanium-two-promotions .titaniumTwoPromotions .promo_desc div:first-child p {
    padding-bottom: 60px;
}

/* Titanium Plus Promotions */

.page-layout-titanium .titanium-plus-promotion .bottom-slide-item {
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(600.5px, 1fr));
    min-height: 800px;
}

.page-layout-titanium .titanium-plus-promotion .bottom-slide-item .contentWrapperImg img {
    width: 100%;
    max-height: 903px;
    object-fit: cover;
    height: 100%;
    min-height: 800px;
}

.page-layout-titanium .titanium-plus-promotion .bottom-slide-item .contentWrapper {
    padding: 0 20px 0 9.4%;
    max-width: 510px;
    width: 100%;
}

.page-layout-titanium .titanium-plus-promotion .bottom-slide-item .contentWrapper h2 {
    font-family: var(--family-WEB);
    font-size: 36px;
    text-transform: uppercase;
}

.page-layout-titanium .titanium-plus-promotion .bottom-slide-item .contentWrapper p {
    font-family: var(--family-WR);
    font-size: 16px;
}

.page-layout-titanium .titanium-plus-promotion .bottom-slide-item .contentWrapper div.number {
    display: flex;
    align-content: center;
    justify-content: center;
}

.page-layout-titanium .titanium-plus-promotion .bottom-slide-item .contentWrapper div.number span {
    margin: 0 0 20px 0;
    font-family: var(--family-WEB);
    font-weight: bold;
    font-size: 24px;
    border: 2px solid #000000;
    border-radius: 50%;
    text-align: center;
    padding: 1px 12.65px;
}

.page-layout-titanium .titanium-plus-promotion .bottom-slide-item .contentWrapper a {
    background: #c4c2c2;
    color: #000;
    border: 2px solid #c4c2c2;
    padding: 11px 40.5px;
    position: relative;
    text-transform: uppercase;
    font-family: var(--family-Viga);
    font-size: 14px;
    margin: auto;
    text-decoration: none;
    top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 71px;
}

.page-layout-titanium .titanium-plus-promotion .bottom-slide-item .contentWrapper a::before {
    width: -webkit-calc(100% - 4px);
    width: calc(100% - 4px);
    height: -webkit-calc(100% - 4px);
    height: calc(100% - 4px);
    top: -8px;
    left: -8px;
    z-index: 1;
    border: 2px solid #000000;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
}

.page-layout-titanium .titanium-plus-promotion .bottom-slide-item .contentWrapper a:hover:before {
    top: -2px;
    left: -2px;
    height: 100%;
    width: 100%;
}

.page-layout-titanium .titanium-plus-promotion .bottom-slide-item .contentWrapper a span {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    top: -5px;
    font-family: var(--family-Viga);
}

.page-layout-titanium .titanium-plus-promotion .bottom-slide-item .contentWrapper a:hover span {
    top: 0;
}

/* Titanium-construction-promotion */

.page-layout-titanium .titanium-construction-promotion .top-slide-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 574px;
    max-height: 574px;
}

.page-layout-titanium .titanium-construction-promotion .top-slide-item picture {
    max-height: 574px;
    width: 100%;
}

.page-layout-titanium .titanium-construction-promotion .top-slide-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
    object-fit: cover;
    min-height: 574px;
    max-height: 574px;
}

.page-layout-titanium .titanium-construction-promotion .top-slide-item .contentWrapper {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-direction: column;
    max-width: 1200px;
    width: 100%;
    height: 100%;
    color: white;
}

.page-layout-titanium .titanium-construction-promotion .top-slide-item .contentWrapperTitle,
.page-layout-titanium .titanium-construction-promotion .top-slide-item .contentWrapperDesc {
    max-width: 650px;
    color: #000000;
}

.page-layout-titanium .titanium-construction-promotion .top-slide-item .contentWrapper h2 {
    font-family: var(--family-WEB);
    font-size: 36px;
    text-transform: uppercase;
    margin-top: 0;
}

.page-layout-titanium .titanium-construction-promotion .top-slide-item .contentWrapper p {
    font-family: var(--family-WM);
    font-size: 16px;
    padding-bottom: 10px;
}

.page-layout-titanium .titanium-construction-promotion .top-slide-item .contentWrapper ul {
    margin-bottom: 0;
    list-style: none;
    padding-left: 20px;
}

.page-layout-titanium .titanium-construction-promotion .top-slide-item .contentWrapper ul li {
    font-family: var(--family-WEB);
    font-size: 16px;
    text-transform: uppercase;
    line-height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.page-layout-titanium .titanium-construction-promotion .top-slide-item .contentWrapper ul li.c_1::before {
    content: "\e919";
    font-family: 'icomoon';
    color: #000000;
    padding-right: 20px;
    font-size: 32px;
}

.page-layout-titanium .titanium-construction-promotion .top-slide-item .contentWrapper ul li.c_2::before {
    content: "\e91a";
    font-family: 'icomoon';
    color: #000000;
    padding-right: 20px;
    font-size: 32px;
}

.page-layout-titanium .titanium-construction-promotion .top-slide-item .contentWrapper ul li.c_3::before {
    content: "\e91f";
    font-family: 'icomoon';
    color: #000000;
    padding-right: 20px;
    font-size: 32px;
}

.page-layout-titanium .titanium-construction-promotion .top-slide-item .contentWrapper ul li.c_4::before {
    content: "\e918";
    font-family: 'icomoon';
    color: #000000;
    padding-right: 20px;
    font-size: 32px;
}

/* Titanium-athletes-promotion */

.page-layout-titanium .titanium-athletes-promotion {
    background: #000000;
    color: white;
    padding: 55px 0 75px;
}

.page-layout-titanium .titanium-athletes-promotion .contentWrapper {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
}

.page-layout-titanium .titanium-athletes-promotion .contentWrapperTitle h2 {
    font-family: var(--family-WEB);
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 0;
    text-align: center;
    margin-bottom: 60px;
}

.page-layout-titanium .titanium-athletes-promotion .contentWrapperDesc ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    grid-gap: 45px;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
}

.page-layout-titanium .titanium-athletes-promotion .contentWrapperDesc ul li h3 {
    font-family: var(--family-WEB);
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 0;
    position: relative;
}

.page-layout-titanium .titanium-athletes-promotion .contentWrapperDesc ul li {
    padding-left: 135px;
}

.page-layout-titanium .titanium-athletes-promotion .contentWrapperDesc ul li p {
    font-family: var(--family-WR);
    font-size: 16px;
    margin-bottom: 15px;
}

.page-layout-titanium .titanium-athletes-promotion .contentWrapperDesc ul li.p_1 h3::before {
    content: "\e91e";
    font-family: 'icomoon';
    color: #ffffff;
    font-size: 40px;
    position: absolute;
    left: -70px;
}

.page-layout-titanium .titanium-athletes-promotion .contentWrapperDesc ul li.p_2 h3::before {
    content: "\e91f";
    font-family: 'icomoon';
    color: #ffffff;
    font-size: 40px;
    position: absolute;
    left: -70px;
}

.page-layout-titanium .titanium-athletes-promotion .contentWrapperDesc ul li.p_3 h3::before {
    content: "\e91d";
    font-family: 'icomoon';
    color: #ffffff;
    font-size: 40px;
    position: absolute;
    left: -70px;
}

.page-layout-titanium .titanium-athletes-promotion .contentWrapperDesc ul li.p_4 h3::before {
    content: "\e918";
    font-family: 'icomoon';
    color: #ffffff;
    font-size: 40px;
    position: absolute;
    left: -70px;
}

.page-layout-titanium .titanium-athletes-promotion .contentWrapperDesc ul li.p_5 h3::before {
    content: "\e91b";
    font-family: 'icomoon';
    color: #ffffff;
    font-size: 40px;
    position: absolute;
    left: -70px;
}

.page-layout-titanium .titanium-athletes-promotion .contentWrapperDesc ul li.p_6 h3::before {
    content: "\e91c";
    font-family: 'icomoon';
    color: #ffffff;
    font-size: 40px;
    position: absolute;
    left: -70px;
}

/* Titanium-video-promotion */

.page-layout-titanium .titanium-video-promotion {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-layout-titanium .titanium-video-promotion .titanium-page-video {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-layout-titanium .titanium-video-promotion .titanium-page-video #dots {
    width: 100%;
    height: 259px;
    background-image: url(../images/titanium-dots.svg);
    background-repeat: space;
    background-size: contain;
    background-position: center;
    position: absolute;
    z-index: -1;
}

.page-layout-titanium .titanium-video-promotion .titanium-page-video iframe {
    padding: 25px 20px 40px 20px;
    width: 100%;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1240px;
    max-height: 740px;
    height: 100vh;
}

/* Titanium-bottom-promotion */

.page-layout-titanium .titanium-bottom-promotion .top-slide-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 669px;
    max-height: 669px;
}

.page-layout-titanium .titanium-bottom-promotion .top-slide-item picture {
    max-height: 669px;
    width: 100%;
}

.page-layout-titanium .titanium-bottom-promotion .top-slide-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
    object-fit: cover;
    min-height: 669px;
    max-height: 669px;
}

.page-layout-titanium .titanium-bottom-promotion .top-slide-item .contentWrapper {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-direction: column;
    max-width: 1200px;
    width: 100%;
    height: 100%;
    color: white;
}

.page-layout-titanium .titanium-bottom-promotion .top-slide-item .contentWrapper .contentWrapperTitle {
    width: 100%;
}

.page-layout-titanium .titanium-bottom-promotion .top-slide-item .contentWrapper .contentWrapperDesc {
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    width: 100%;
    padding-top: 100px;
}

.page-layout-titanium .titanium-bottom-promotion .top-slide-item .contentWrapper .contentWrapperDesc li {
    text-align: center;
    max-width: 225px;
}

.page-layout-titanium .titanium-bottom-promotion .top-slide-item .contentWrapper .contentWrapperDesc h3 {
    font-family: var(--family-WEB);
    font-size: 36px;
    text-transform: uppercase;
    margin-top: 0;
}

.page-layout-titanium .titanium-bottom-promotion .top-slide-item .contentWrapper .contentWrapperDesc p {
    font-family: var(--family-WR);
    font-size: 16px;
}

.page-layout-titanium .titanium-bottom-promotion .top-slide-item .contentWrapper .contentWrapperTitle h2 {
    font-family: var(--family-WEB);
    font-size: 36px;
    text-transform: uppercase;
    margin-top: 0;
    text-align: center;
}

.page-layout-titanium .titanium-bottom-promotion .top-slide-item .contentWrapper .contentWrapperTitle p {
    font-family: var(--family-WM);
    font-size: 21px;
    text-align: center;
}

/* Titanium 2 products in bottom */

.page-layout-titanium .column.main,
.page-layout-titanium .block-products-list {
    padding-bottom: 0;
}

.page-layout-titanium .block.widget .products-grid .product-items {
    padding-top: 20px;
}

.page-layout-titanium .block.widget .products-grid .product-items,
.page-layout-titanium .block.widget .products-grid .product-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-layout-titanium .product-item-details,
.page-layout-titanium .block.widget .product-item-info {
    text-align: center;
    position: relative;
}

.page-layout-titanium .product-item-details {
    padding-top: 45px;
}

.page-layout-titanium .swatch-attribute.color .swatch-attribute-options .swatch-option {
    margin: 0;
}

.page-layout-titanium .product-item .price-box .normal-price span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #000000;
}

.page-layout-titanium .product-item-details [data-rendered="true"]{
    position: absolute;
    top: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.page-layout-titanium  .product-item-details strong {
    font-family: var(--family-WEB);
    font-size: 14px;
    text-transform: uppercase;
}

.page-layout-titanium  .product-item-details strong a,
.page-layout-titanium .block.widget .product-item-info .product-image-container {
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    color: #000000;
}

.page-layout-titanium  .product-item-details strong a:hover {
    color: var(--red_hover);
}

.page-layout-titanium .block.widget .product-item-info:hover .product-image-container {
    border: 2px solid #000000;
}

.page-layout-titanium .block.widget .product-item-info .product-image-container {
    border: 2px solid transparent;
}

@media only screen and (max-width: 1200px) {
    .page-layout-titanium .titanium-bottom-promotion .top-slide-item .contentWrapper {
        align-items: center;
    }
    .page-layout-titanium .titanium-bottom-promotion .top-slide-item .contentWrapper .contentWrapperDesc {
        grid-template-columns: 1fr 1fr;
        justify-items: center;
        width: 90%;
        grid-gap: 15px;
    }
    .page-layout-titanium .titanium-bottom-promotion .top-slide-item .contentWrapper .contentWrapperDesc li {
        text-align: center;
        max-width: 100%;
    }
    .page-layout-titanium .titanium-video-promotion .titanium-page-video #dots {
        display: none;
    }
    .page-layout-titanium .titanium-plus-promotion .bottom-slide-item .contentWrapper a {
        top: 20px;
    }
    .page-layout-titanium .titanium-plus-promotion .bottom-slide-item .contentWrapperImg img {
        width: 100%;
        max-height: 587px;
        object-fit: cover;
        height: 100%;
        min-height: unset;
        object-position: 50% 30%;
    }
    .page-layout-titanium .titanium-plus-promotion .bottom-slide-item .contentWrapper {
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        max-width: 860px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 1024px) {
    .page-layout-titanium .titanium-construction-promotion .top-slide-item .contentWrapperTitle,
    .page-layout-titanium .titanium-construction-promotion .top-slide-item .contentWrapperDesc,
    .page-layout-titanium .titanium-construction-promotion .top-slide-item .contentWrapper .contentWrapperDesc ul li::before {
        color: white;
    }
    .page-layout-titanium .columns .column.main,
    .page-layout-titanium .widget.block-products-list {
        padding-bottom: 0;
    }
    .page-layout-titanium .titanium-top-promotion .top-slide-item .contentWrapperInner {
        padding: 0;
    }
    .page-layout-titanium .titanium-top-promotion .top-slide-item .contentWrapper {
        justify-content: center;
    }
    .page-layout-titanium .titanium-top-promotion .top-slide-item .contentWrapper p {
        color: white;
    }
    .page-layout-titanium .titanium-two-promotions .titaniumTwoPromotions {
        padding: 25px 0 35px;
        grid-gap: 20px;
    }
    .page-layout-titanium .titanium-two-promotions .titaniumTwoPromotions .promo_desc h2 {
        margin-bottom: 20px;
    }
    .page-layout-titanium .titanium-two-promotions .titaniumTwoPromotions .promo_desc div:first-child p {
        padding-bottom: 10px;
    }
    .page-layout-titanium .titanium-athletes-promotion .contentWrapperDesc ul li {
        padding-left: 85px;
    }
}

@media only screen and (max-width: 640px) {
    .page-layout-titanium .block.widget .products-grid .product-item {
        margin-left: 1%;
        width: calc((100% - 6%)/2);
    }
    .page-layout-titanium .titanium-bottom-promotion .top-slide-item .contentWrapper .contentWrapperDesc {
        grid-template-columns: 1fr;
        padding-top: 40px;
    }
    .page-layout-titanium .titanium-construction-promotion .top-slide-item .contentWrapper ul li {
        line-height: 30px;
    }
    .page-layout-titanium .titanium-athletes-promotion .contentWrapperDesc ul {
        grid-gap: 25px;
    }
}

@media only screen and (max-width: 460px) {
    .page-layout-titanium .titanium-two-promotions .titaniumTwoPromotions {
        grid-template-columns: 1fr;
    }
    .page-layout-titanium .titanium-bottom-promotion .top-slide-item .contentWrapper .contentWrapperDesc {
        grid-template-columns: 1fr;
        padding-top: 20px;
        grid-gap: 5px;
    }
    .page-layout-titanium .titanium-bottom-promotion .top-slide-item .contentWrapper .contentWrapperDesc h3,
    .page-layout-titanium .titanium-bottom-promotion .top-slide-item .contentWrapper .contentWrapperTitle h2 {
        font-size: 32px;
    }
    .page-layout-titanium .titanium-bottom-promotion .top-slide-item .contentWrapper .contentWrapperDesc p {
        font-size: 14px;
    }
    .page-layout-titanium .titanium-bottom-promotion .top-slide-item .contentWrapper .contentWrapperTitle p {
        font-size: 18px;
    }
    .page-layout-titanium .titanium-athletes-promotion {
        padding: 35px 0 35px;
    }
    .page-layout-titanium .titanium-athletes-promotion .contentWrapperDesc ul li {
        padding-left: 65px;
    }
    .page-layout-titanium .titanium-top-promotion .top-slide-item .contentWrapperInner {
        padding: 0 10px;
    }
    .page-layout-titanium .titanium-video-promotion .titanium-page-video iframe.video {
        padding: 10px;
    }
}

/* Amasty Related Products */

.amrelated-grid-wrapper .block-title {
    text-align: center;
}
.amrelated-grid-wrapper .block-title strong {
    text-transform: uppercase;
    font-family: var(--family-WEB);
    font-size: 30px;
}

/* Amasty Chekout */

.amcheckout-main-container.-modern .amcheckout-block:not(:first-of-type) {
    margin: 0px;
}
.amexit-popup-container .amexit-popup {
    border-radius: 0px;
    border: 2px solid black;
    padding: 30px 20px 20px;
    color: black;
}
.amcheckout-step-container button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger),
.amcheckout-step-container input[type='email'] {
    border: 1px solid #000000;
}
.amcheckout-step-container button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger) {
    text-transform: uppercase;
}
.amexit-popup-container .amexit-close>.amexit-icon {
    fill: black;
}
.checkout-index-index .amasty-rewards-highlight {
    display: block;
}
#idmeVerify #idme-buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}

/* 404 Page  .page-layout-404_page */

.page-layout-404_page .mb-404-page {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
}

.page-layout-404_page #content404  {
    margin: 0;
    display: grid;
    grid-gap: 40px;
    align-items: center;
    grid-template-columns: repeat(auto-fit, minmax(290.5px, 1fr));
}

.page-layout-404_page .img404 {
    width: 100%;
    height: 100%;
}

.page-layout-404_page .img404 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.page-layout-404_page .desc404 p {
    font-size: 16px;
    padding-bottom: 20px;
}

.page-layout-404_page .desc404 p:first-child {
    font-size: 14px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.page-layout-404_page .desc404 h1 {
    margin-bottom: 20px;
    margin-top: 0;
    font-family: var(--family-WEB);
    font-size: 97px;
    text-transform: uppercase;
}

.page-layout-404_page .desc404 h2 {
    font-family: var(--family-WEB);
    font-size: 36px;
    text-transform: uppercase;
}

.page-layout-404_page .desc404 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.page-layout-404_page .column.main .desc404 ul a {
    transition: all 0.2s ease-in-out;
    color: var(--red_hover);
}

.page-layout-404_page .column.main .desc404 ul a:hover {
    color: #000000;
}

.page-layout-404_page #search404 {
    position: relative;
    display: flex;
}

.page-layout-404_page #search404 .block-search {
    position: relative;
    bottom: 0;
    left: 0;
    right: unset;
    top: unset;
    border: 2px solid #000000;
    width: 100%;
    margin: 20px 0 0;
    z-index: 2;
}

.page-layout-404_page #search404 .block-search .block-content {
    padding: 0px 0px 0 5px;
}

.page-layout-404_page #search404 .block-search .control {
    padding: 10px;
}

.page-layout-404_page #search404 .block-search .action.search:before {
    font-family: "icomoon";
    content: "\e90c";
    font-size: 30px;
    opacity: 1;
    width: 35px;
    line-height: 50px;
}

.page-layout-404_page #search404 .block-search input:not([disabled]):focus {
    box-shadow: none;
}

@media only screen and (max-width: 680px) {
    .page-layout-404_page #content404  {
        grid-gap: 20px;
        grid-template-columns: 1fr;
        padding-bottom: 10px;
    }
}

.swatch-opt,
.chose_color_size {
    margin: 10px 0 0 0;
}

/* Gift Card */

body.catalog-product-view.product-gift-card .product-info-main .box-tocart .actions .tocart {
    background: #f6d72e;
    color: #000;
    border: 2px solid #f6d72e;
}

body.catalog-product-view.product-gift-card .amcard-form-container {
    margin-top: 0px;
    border-top: none;
}

body.catalog-product-view.product-gift-card .amcard-preview-container>.amcard-button {
    box-sizing: border-box;
    padding: 6px 15px;
    border: 2px solid #000000;
    border-radius: 0px;
    background: none;
    color: #000000;
    font-size: 12px;
    text-transform: uppercase;
    transition: background-color .3s ease-out;
}

body.catalog-product-view.product-gift-card .amcard-preview-container>.amcard-button:hover {
    background: #000000;
    color: #fff;
}

body.catalog-product-view.product-gift-card .amcard-label-block.-price {
    border: 2px solid #000000;
    color: #000000;
    background-color: transparent;
    border-radius: 0;
}

body.catalog-product-view.product-gift-card .amcard-label-block.-price.-active {
    background: #000000;
    color: #fff;
}

body.catalog-product-view.product-gift-card .amcard-label-block.-price:hover {
    background: #000000;
    color: #fff;
}

body.catalog-product-view.product-gift-card .amcard-field-block>.amcard-field {
    border: 1px solid #000000;
    border-radius: 0px;
}

body.catalog-product-view.product-gift-card .amcard-field-block>.amcard-field::placeholder {
    color: #000000;
}

/* Chekout Sucess Page - Thank You Page */

.checkout-onepage-success .message.success {
    margin-bottom: 0;
}

.checkout-onepage-success .thankyoupage-background:nth-child(3) {
    padding-top: 240px;
}

.checkout-onepage-success .thankyoupage-background h1 {
    padding-bottom: 0px;
    text-align: center;
    font-size: 36px;
    margin-bottom: 20px;
    font-family: var(--family-WEB);
    color: #000;
}

.checkout-onepage-success .thankyoupage-background:first-child {
    max-width: 100%;
    position: absolute;
    left: 0;
    min-height: 206px;
    background-size: cover;
    padding-top: 0;
}

.checkout-onepage-success .thankyoupage-background:first-child div {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 206px;
}

.checkout-onepage-success .thankyoupage-background:first-child h1 {
    margin-bottom: 0;
    font-size: 30px;
    font-family: var(--family-WEB);
    text-transform: uppercase;
    color: white;
}

.checkout-onepage-success .thankyoupage-background .checkout-success .success-messages {
    text-align: center;
}

.checkout-onepage-success .thankyoupage-background .checkout-success .success-messages p strong {
    color: #000000;
    transition: all 0.2s ease-in-out;
}

.checkout-onepage-success .thankyoupage-background .checkout-success .success-messages .oredr-number strong:hover {
    color: var(--red_hover);
}

.checkout-onepage-success .thankyoupage-background .checkout-success .success-messages p {
    font-size: 16px;
    color: #000;
}

.checkout-onepage-success .thankyoupage-background .checkout-success .success-messages p:first-child,
.checkout-onepage-success .page-main .block.block-order-details .block-title strong {
    font-family: var(--family-WEB);
    font-weight: bold;
    font-size: 18px;
    color: #000;
}

.checkout-onepage-success .amtyblock-order-review {
    color: #000;
    padding-top: 45px;
}

.checkout-onepage-success .amtyblock-order-review .checkout-success .actions-toolbar {
    padding: 20px 0;
}

.checkout-onepage-success .amtyblock-order-review .order-details-items .item-options {
    display: inline-flex;
}

.checkout-onepage-success .amtyblock-order-review .order-details-items .item-options dd {
    padding: 0 20px 0 7px;
    margin: 5px 0 0 0;
}

.checkout-onepage-success .amtyblock-order-review .order-details-items .item-options dt {
    margin: 5px 0 0 0;
}

.checkout-onepage-success hr,
.checkout-onepage-success br,
.checkout-onepage-success .thankyoupage-background:first-child table,
.checkout-onepage-success .thankyoupage-background .checkout-success .actions-toolbar,
.checkout-onepage-success .amtyblock-order-review .checkout-success .success-messages {
    display: none;
}

.checkout-onepage-success .amtyblock-order-review br {
    display: block;
}

.checkout-onepage-success .amtyblock-order-review .box-order-shipping-method {
    padding-right: 5%;
}

.checkout-onepage-success .column.main {
    margin-bottom: 0;
    padding-bottom: 0px;
}

.checkout-onepage-success .column.main .block:not(.widget) .block-title {
    border-bottom: 1px solid #c6c6c6;
    color: #000;
}

.checkout-onepage-success .amtyblock-newsletter .block.newsletter {
    width: 100%;
    max-width: 100%;
    padding: 30px 0;
    min-height: 146px;
    display: grid;
    grid-template-rows: 17% 17%;
    grid-template-columns: repeat(1, 1fr) 50%;
    justify-items: center;
    background: #eaeaea;
    position: relative;
    align-content: center;
    grid-auto-flow: column;
    color: #000;
}

.block.crosssell {
    width: 100%;
    float: none;
    text-align: center;
    padding: 0;
}

.block.crosssell .products-grid .product-item {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.block.crosssell .products-grid  .product-item-name {
    min-height: 32px;
}

.block.crosssell .products-grid  .product-item-name a {
    font-family: var(--family-WEB);
    font-weight: bold;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

.block.crosssell .products-grid  .product-item-name a:hover {
    color: var(--red_hover);
}

.checkout-onepage-success .column.main .block.crosssell .block-title {
    border-bottom: none;
}

.block.crosssell .block-title strong {
    font-size: 30px;
    font-family: var(--family-WEB);
    text-transform: uppercase;
    color: #000000;
}

.block.crosssell .owl-carousel .owl-nav button.owl-next,
.block.crosssell .owl-carousel .owl-nav button.owl-prev {
    box-shadow: none;
    width: 29px;
    height: 44px;
    line-height: 44px;
}

.block.crosssell .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 35%;
    left: -25px;
}

.block.crosssell .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 35%;
    right: -25px;
}

.block.crosssell .icon-arrow_right:before {
    content: "\e914";
    font-family: "icomoon";
    font-size: 44px;
}

.block.crosssell .icon-arrow_left:before {
    content: "\e915";
    font-family: "icomoon";
    font-size: 44px;
}

.block.crosssell .product-item-info .product-image-container {
    border: 2px solid transparent;
}

.block.crosssell .product-item-info:hover .product-image-container {
    border: 2px solid #000000;
}

.checkout-onepage-success .page-wrapper {
    overflow: hidden;
}

.checkout-onepage-success .thankyoupage-background:last-child {
    min-height: 326px;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background-size: cover;
}

.checkout-onepage-success .thankyoupage-background:last-child table>tbody>tr>td,
.checkout-onepage-success .thankyoupage-background:nth-child(5) table>tbody>tr>td {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.checkout-onepage-success .thankyoupage-background:last-child table>tbody>tr>td h2 {
    font-family: var(--family-WEB);
    font-size: 30px;
    text-transform: uppercase;
    color: #ffffff;
    width: 100%;
    max-width: 400px;
    text-align: center;
    margin: 0 0 25px 0;
}

.checkout-onepage-success .thankyoupage-background:nth-child(5) {
    width: 100%;
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eaeaea;
    position: relative;
}

.checkout-onepage-success .thankyoupage-background:nth-child(5)::before {
    content: '';
    position: absolute;
    width: 500%;
    height: 100%;
    left: -200%;
    top: 0;
    background-color: #eaeaea;
    z-index:-1;
}

.checkout-onepage-success .thankyoupage-background .register_news {
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: center;
}

.checkout-onepage-success .thankyoupage-background .register_news .newsletter_wrapp .newsletter {
    width: 100%;
    max-width: 100%;
}

.checkout-onepage-success .thankyoupage-background .register_news h2 {
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-size: 18px;
    font-family: var(--family-Viga);
}

.checkout-onepage-success .thankyoupage-background .register_news p {
    font-family: var(--family-WR);
    font-size: 16px;
    padding-bottom: 10px;
    max-width: 305px;
}

.checkout-onepage-success .thankyoupage-background .register_news p b {
    font-family: var(--family-WEB);
    font-weight: bold;
}

.checkout-onepage-success .thankyoupage-background .register_news .register a {
    font-family: var(--family-Viga);
    font-size: 14px;
    color: white;
    background-color: black;
    border: none;
    text-transform: uppercase;
    margin: 0 auto;
    text-align: center;
    position: relative;
    transition: all 0.5s;
    border: 2px solid #000000;
    box-shadow: none;
    padding: 10px 20px;
    text-decoration: none;
    box-shadow: none;
}

.checkout-onepage-success .thankyoupage-background .register_news .block.newsletter .consent a {
    color: #000000;
}

.checkout-onepage-success .thankyoupage-background .register_news .register a:hover {
    background: var(--red_hover);
    border-color: var(--red_hover);
}

.checkout-onepage-success .thankyoupage-background:last-child table {
    margin-bottom: 20px;
}

.checkout-onepage-success .thankyoupage-background:last-child table>tbody>tr>td p {
    font-family: var(--family-Viga);
    font-size: 14px;
    color: #000000;
    background-color: white;
    border: none;
    text-transform: uppercase;
    width: 155px;
    margin: 0 auto;
    text-align: center;
    padding: 12.5px 0;
    position: relative;
}

.checkout-onepage-success .thankyoupage-background:last-child table>tbody>tr>td a {
    color: #000000;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.checkout-onepage-success .thankyoupage-background:last-child table>tbody>tr>td p:hover a:before {
    top: -2px;
    left: -2px;
    height: 100%;
    width: 100%;
}

.checkout-onepage-success .thankyoupage-background:last-child table>tbody>tr>td a:before {
    width: -webkit-calc(100% - 4px);
    width: calc(100% - 4px);
    height: -webkit-calc(100% - 4px);
    height: calc(100% - 4px);
    top: -8px;
    left: -8px;
    z-index: 1;
    border: 2px solid #000000;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
}

.checkout-onepage-success .page-header {
    margin-bottom: 0px;
}

@media only screen and (max-width: 1280px) {
    .block.crosssell .owl-carousel .owl-nav button.owl-prev {
        left: 0px;
    }
    .block.crosssell .owl-carousel .owl-nav button.owl-next {
        right: 0px;
    }
}

@media only screen and (max-width: 1024px) {
    .checkout-onepage-success .columns .column.main {
        margin-bottom: 0;
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 640px) {
    .checkout-onepage-success .thankyoupage-background .register_news {
        flex-direction: column;
    }
    .checkout-onepage-success .thankyoupage-background:nth-child(5) {
        min-height: 340px;
    }
    .checkout-onepage-success .thankyoupage-background .register_news {
        height: 100%;
        min-height: 340px;
    }
    .checkout-onepage-success .thankyoupage-background .register_news .register {
        text-align: center;
    }
}

@media only screen and (max-width: 900px) {
    .checkout-onepage-success .page-main {
        padding-top: 206px;
    }
}

@media only screen and (max-width: 460px) {
    .checkout-onepage-success .page-main {
        padding-top: 204px;
    }
}
/* Amasty ElasticSearch */

#search_autocomplete .amsearch-results {
    border: 2px solid black;
}

.amsearch-form-container .search-autocomplete::-webkit-scrollbar {
    width: 8px;
    /* width of the entire scrollbar */
}

.amsearch-form-container .search-autocomplete::-webkit-scrollbar-track {
    background: #fff;
    /* color of the tracking area */
}

.amsearch-form-container .search-autocomplete::-webkit-scrollbar-thumb {
    background-color: #000000;
    /* color of the scroll thumb */
    border-radius: 20px;
    /* roundness of the scroll thumb */
    border: 2px solid #fff;
    /* creates padding around scroll thumb */
}

.amsearch-form-container .input-text:focus {
    border: 2px solid black;
    box-shadow: 0 2px 4px #000000a8;
}

.amsearch-item-container.recent_searches .amsearch-item {
    border: 1px solid black;
    border-radius: 0;
}

.amsearch-results .amsearch-item-container {
    padding-bottom: 10px;
}

.amsearch-results .amsearch-leftside {
    padding-bottom: 0;
}

.amsearch-item-container.recent_searches .amsearch-item {
    margin: 10px 8px 0px 0;
}

.amsearch-item-container.recent_searches .amasty-xsearch-block-header {
    padding: 0px;
}

.amsearch-form-container.-opened .amsearch-leftside .amsearch-item .item-name {
    transition: all 0.2s ease-in-out;
    font-family: var(--family-Viga);
    font-size: 10px;
    text-transform: uppercase;
}

.amsearch-form-container.-opened .amsearch-leftside .amsearch-item:hover {
    color: white;
    background: #000000;
    border-color: #000000;
}

.amsearch-form-container.-opened .amsearch-leftside .amsearch-item:hover .amsearch-highlight {
    color: #ffffff;
}

.amsearch-item-container:not(.recent_searches) .amsearch-highlight {
    color: #000000;
    font-weight: 600;
}

.search-autocomplete .product-item-actions .actions-primary+.actions-secondary>.action:last-child {
    display: none;
}

.amsearch-form-container.-large .amsearch-wrapper-content .price-box {
    width: 100%;
}

.amsearch-form-container.-large .amsearch-wrapper-content .product-item-actions {
    width: 100%;
    justify-content: space-between;
    display: flex;
}

.amsearch-form-container.-large .amsearch-wrapper-content .tocart {
    background: #000000;
    color: #ffffff;
    border: 2px solid #000000;
    position: relative;
    transition: all 0.2s ease-in-out;
    padding: 8px 15px;
}

.amsearch-form-container.-large .amsearch-wrapper-content .tocart:hover {
    background: #ffffff;
    color: #000000;
}

.amsearch-products .amsearch-highlight {
    background-color: #000000;
}

.amsearch-form-container.-large .amsearch-wrapper-content .amsearch-autocomplete-information .product-item-description {
    margin: 10px 0;
}

.amsearch-form-container.-large .amsearch-wrapper-content>.amsearch-item:hover {
    background-color: transparent;
}

.amsearch-autocomplete-image .product-image-photo {
    border: none;
}

.amsearch-form-container.-large .amsearch-wrapper-content>.amsearch-item .amsearch-autocomplete-image {
    border: 1px solid transparent;
}

.amsearch-form-container.-large .amsearch-wrapper-content>.amsearch-item:hover .amsearch-autocomplete-image {
    border: 1px solid #000000;
}

.amsearch-more-results .amsearch-link {
    border-bottom: 1px solid #000000;
    color: #000000;
    text-decoration: none;
}

.amsearch-more-results .amsearch-link:hover {
    border-bottom: 1px solid #cd1212;
    color: #cd1212;
}

/* Amasty search */

.page-header:not(.amsearch-full-width) .amsearch-result-section {
    border: 2px solid black;
    width: 75vw;
    max-width: 900px;
}

.page-header .amsearch-wrapper-block {
    width: 19%;
    padding-left: 0;
    margin: 3px 0;
}

.amsearch-input-wrapper .amsearch-input {
    border: none;
    height: 40px;
}

.amsearch-input-wrapper .amsearch-input::placeholder {
    color: transparent;
}

.amsearch-form-block.-opened {
    position: initial;
    width: 100%!important;
}

.amsearch-block-header .amsearch-title {
    color: #000000;
    text-transform: uppercase;
    word-wrap: break-word;
    word-break: break-word;
    font-weight: 700;
    font-size: 14px;
}

.amsearch-item-container .amsearch-item .amsearch-link {
    color: #000000;
    font-style: normal;
    font-weight: 400;
}

.amsearch-item-container.-recent_searches .amsearch-item {
    background: transparent;
    box-sizing: border-box;
    display: block;
    margin: 0 8px 10px 0;
    text-decoration: none;
    border: 1px solid black;
    border-radius: 0;
}

.amsearch-button.-disabled {
    opacity: 1;
}

.amsearch-item-container.-recent_searches .amsearch-item .amsearch-link {
    text-decoration: none;
}

.amsearch-item-container.-recent_searches {
    padding-bottom: 0;
}

.amsearch-item-container .amsearch-item .amsearch-link {
    transition: all 0.2s ease-in-out;
    font-family: var(--family-Viga);
    font-size: 10px;
    text-transform: uppercase;
    text-decoration: underline;
}

.amsearch-item-container .amsearch-item .amsearch-link:hover {
    color: white;
    background: #000000;
    border-color: #000000;
}

.amsearch-item-container:not(.recent_searches) .amsearch-highlight {
    transition: all 0.2s ease-in-out;
    font-family: var(--family-Viga);
    font-size: 10px;
    text-transform: uppercase;
    font-size: 12px;
}

.amsearch-input-wrapper .amsearch-button.-loupe {
    background-image: none;
}

.amsearch-input-wrapper .amsearch-button.-loupe::before {
    font-family: "icomoon";
    content: "\e90c";
    font-size: 30px;
    opacity: 1;
    width: auto;
    display: block;
}

.amsearch-input-wrapper.-typed .amsearch-input {
    padding-left: 50px;
    padding-right: 33px;
}

.amsearch-input-wrapper .amsearch-button.-loupe {
    border: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    right: 15px;
    top: 0;
}

.amsearch-input-wrapper .amsearch-input:focus {
    border: 2px solid black;
    box-shadow: 0 2px 4px #000000a8;
}

.amsearch-result-block .amsearch-items-section {
    padding: 15px 0;
}

.amsearch-products-section .product-item-description,
.amsearch-highlight,
.amsearch-products-section .amsearch-link,
.amsearch-item-container.-page a.amsearch-link {
    color: #000;
}

.amsearch-products-section .product-item-actions {
    display: block;
}
.amsearch-button.-compare {
    display: none;
}

.amsearch-products-section .action.tocart {
    background: #000000;
    color: #ffffff;
    border: 2px solid #000000;
    position: relative;
    transition: all 0.2s ease-in-out;
    padding: 8px 15px;
}

.amsearch-item-container.-recent_searches .amsearch-tab-items {
    padding: 0 20px 10px;
}

.amsearch-products-section .action.tocart:hover {
    background: #ffffff;
    color: #000000;
}

.amsearch-products-section .product-item-actions {
    width: 100%;
    justify-content: space-between;
    display: flex;
}

.amsearch-button.-wishlist {
    background: none;
    height: 25px;
    width: 26px;
    margin: 0;
    padding: 0px;
    text-decoration: none;
}

.amsearch-products-section .product-item-actions .actions-secondary {
    padding: 0;
}

.amsearch-button.-wishlist::before {
    content: "\e906";
    font-family: "icomoon";
    font-size: 26px;
    height: 26px;
    width: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    color: black;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.amsearch-button.-wishlist:hover,
.amsearch-button.-wishlist:hover::before {
    color: var(--red_hover);
}

.amsearch-products-section .amsearch-item {
    flex-direction: column;
    justify-content: space-between;
}

.amsearch-products-section .amsearch-description {
    flex: auto;
    justify-content: space-between;
}

.amsearch-products-section .amsearch-block-header {
    padding: 0 20px 10px;
}

.amsearch-products-section .amsearch-item:hover {
    background: transparent;
}

.amsearch-products-section.-grid .amsearch-image .product-image-container {
    border: 1px solid transparent;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.amsearch-products-section .amsearch-item:hover .amsearch-image .product-image-container {
    border-color: #000;
}

.amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(33.33333333%);
}

@media only screen and (min-width: 769px) {
    .page-header .amsearch-input-wrapper {
        min-width: unset;
    }
    .page-header:not(.amsearch-full-width) .amsearch-input-wrapper.-dynamic-width {
        width: auto;
    }
}


@media only screen and (max-width: 1280px) {
    .page-header .amsearch-wrapper-block {
        position: absolute;
        right: 80px;
        top: 5px;
        width: 25%;
        margin: 0;
    }
}

@media only screen and (max-width: 1080px) {
    .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
        max-width: calc(50%);
    }
}

@media only screen and (max-width: 900px) {
    .page-header:not(.amsearch-full-width) .amsearch-result-section {
        width: calc(100% - 30px);
        min-width: calc(100% - 30px);
        top: 50px;
        left: 0;
        overflow-y: auto;
        margin: -15px 15px 0;
        max-height: 70vh;
        background: #fff;
    }
    .page-header .amsearch-wrapper-block {
        position: absolute;
        right: 0px;
        top: auto;
        bottom: -36px;
        width: 100%;
        padding: 0;
        margin: 0;
        z-index: 2;
        background: white;
        border-top: 1px solid #000000;
        border-bottom: 1px solid #000000;
    }
    .amsearch-input-wrapper .amsearch-input {
        height: 34px;
    }
    .amsearch-result-section {
        margin-top: 0;
    }
    .amsearch-input-wrapper .amsearch-button.-loupe::before {
        font-size: 26px;
    }
}

@media only screen and (max-width: 767px) {
    .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
        max-width: 100%;
    }
}

/* Checkout loader fix */

.idme-button [name="employee"] {
  display: none !important;
}
@media only screen and (max-width: 900px) {
	.checkout-index-index .block.block-search{
		display: none;
	}
	.checkout-index-index .am-checkout{
		margin-top: 65px;
	}
	.checkout-index-index .checkout-header .title{
		font-size: 32px;
	}
}
@media only screen and (max-width: 767px) {
	.checkout-payment-method .payment-option.discount-code{
		max-width: 90%;
		margin: 0 auto;
	}
	.am-checkout.-modern .authentication-wrapper, .am-checkout .authentication-wrapper{
		border: 2px solid white;
	}
}
/* Magento default checkout */
@media (min-width: 768px) {
	.opc-progress-bar-item._active::before {
		background: #333;
		border-color: #333;
	}
	.opc-progress-bar-item._active > span::before {
		background: #333;
		border-color: #333;
	}
	.opc-progress-bar-item._active > span::after {
		border-color: #333;
	}
}

.minicart-wrapper .action.close::before, .minicart-items .action.delete::before, .modal-custom .action-close::before, .modal-popup .action-close::before, .modal-slide .action-close::before, .cart.table-wrapper .actions-toolbar > .action-delete::before {
    color: #000;
}

.amgdprcookie-buttons-block .amgdprcookie-button.-allow, .amgdprcookie-buttons-block .amgdprcookie-button.-save,
.amgdprcookie-groups-modal .amgdprcookie-done,
.amgdprcookie-groups-modal .amgdprcookie-done:hover {
    background: #000;
}

.amgdprcookie-buttons-block .amgdprcookie-button,
.amgdprcookie-cookie-container .amgdprcookie-options,
.amgdprcookie-bar-container.modal-popup a {
    color: #000;
}

.amgdprcookie-bar-container.modal-popup a {
    text-decoration: underline;
}

.amgdprcookie-groups-modal .amgdprcookie-done:focus {
    background-color: #000;
    box-shadow: 0 0 3px 1px #000;
}

.amgdprcookie-buttons-block .amgdprcookie-button:active, .amgdprcookie-buttons-block .amgdprcookie-button:focus {
    box-shadow: 0 0 3px 1px #000;
}

/* Page Builder slider */

.slick-prev:before, .slick-next:before, 
.slick-prev:after, .slick-next:after {
    color: #000;
}

body .slick-slider .slick-arrow {
    background: none!important;
}

.slick-slider .slick-arrow.slick-prev:before,
.slick-slider .slick-arrow.slick-next:before {
    content: "\e914";
    font-family: "icomoon";
    font-size: 44px;
    padding: 0;
    line-height: 0;
}

[data-content-type='products'][data-appearance='carousel'] .product-item-name > a {
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    font-weight: 400;
    font-family: var(--family-WEB);
    font-size: 14px;
    text-transform: uppercase;
}

[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
    text-align: center;
    position: relative;
}

[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item [data-rendered="true"],
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item [data-rendered="false"] {
    position: absolute;
    width: 100%;
}

[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item .swatch-attribute-options {
    margin: 0;
}

[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item .product-item-details {
    padding-bottom: 50px;
    overflow: hidden;
}

.fotorama__active .fotorama__dot {
    background-color: #000;
    border-color: #000;
}

/* Fire Chekout */

.firecheckout #checkout .amazon-button-container {
    min-height: 45px;
}
.firecheckout .card-container .field .card-field.card-field-short {
    width: auto;
}
.firecheckout .payment-method .fieldset div.field>.label {
    margin: 5px 0px 0 10px;
}
.firecheckout .card-container .field .card-field {
    padding: 5px 10px 20px;
}
.firecheckout .card-container .field .field-wrapper {
    padding-right: 0px;
}
body.fc-form-tooltips.firecheckout #checkout .field div.field-error::before {
    left: -6px;
    top: -7px;
}
.firecheckout .amgcard-datalist-container .amcard-input-arrow:after {
    top: 18px;
}

.amcountdown-block-wrapper .amcountdown-text {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}
.amcountdown-block-wrapper.-circle {
    max-width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0;
    gap: 15px;
}
.amcountdown-block-wrapper .amcountdown-text.-after,
.amcountdown-block-wrapper .amcountdown-text {
    margin: 0;
    font-weight: bold;
}
.amcountdown-block-wrapper.-circle .amcountdown-number {
    color: #fff;
}
.amcountdown-block-wrapper.-circle .amcountdown-svg-wrapper,
.amcountdown-block-wrapper.-circle .amcountdown-image {
    width: 40px;
    height: 40px;
}
.amcountdown-block-wrapper .amcountdown-item {
    margin: 0;
    min-width: 35px;
    padding: 0px;
}
.amcountdown-block-wrapper.-circle .amcountdown-image {
    display: none;
}
body .page-header .panel.wrapper {
    padding: 3px 0 3px;
}
.amcountdown-block-wrapper.-circle .amcountdown-number {
    margin-top: 3px;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 18px;
}
.amcountdown-block-wrapper.-circle .amcountdown-item,
.amcountdown-block-wrapper.-circle .amcountdown-wrap:not(:last-of-type) {
    margin: 0px 5px 0 0;
}
.featured-cat {
    min-height: 33px;
}

@media only screen and (max-width: 767px) {
    .featured-cat {
        min-height: 26px;
    }
    .amcountdown-block-wrapper.-circle {
        gap: 3px;
        flex-wrap: wrap;
    }
    .amcountdown-block-wrapper .amcountdown-text,
    .amcountdown-block-wrapper .amcountdown-text.-after {
        font-size: 10px;
    }
    .amcountdown-block-wrapper.-circle .amcountdown-number {
        margin-top: 0px;
        padding-bottom: 0;
        font-size: 12px;
        line-height: 14px;
    }
    .amcountdown-block-wrapper.-circle .amcountdown-svg-wrapper, .amcountdown-block-wrapper.-circle .amcountdown-image {
        width: 30px;
        height: 30px;
    }
    .amcountdown-block-wrapper.-circle .amcountdown-item, .amcountdown-block-wrapper.-circle .amcountdown-wrap:not(:last-of-type) {
        margin: 0;
    }
    .amcountdown-block-wrapper.-circle .amcountdown-svg-wrapper {
        top: 0px;
        left: 0px;
    }
}