body {line-height: 24px; overflow: hidden; position: relative; font-size: 19px; font-family: 'Axiforma'; font-weight: normal;font-style: normal; color: #181d28;}
h1 {line-height: 43px; font-size: 38px;  margin-bottom: 25px; font-family: 'Axiforma';}
h2 {line-height: 45px; font-size: 32px; margin-bottom: 25px; font-family: 'Axiforma'; font-weight: 300;}
h3 {line-height: 1; font-size: 24px; line-height: 42px;  margin-bottom: 25px; font-family: 'Axiforma'; font-weight: 500;}
h4 {line-height: 1; font-family: 'Axiforma';}
h5 {line-height: 1; font-family: 'Axiforma';}
p {font-size: 19px; line-height: 34px;font-style: normal; margin-bottom: 30px;}
p em {text-transform: uppercase; font-style: normal;}
p:last-child {margin-bottom: 0;}
p .button {display: inline-block; margin-top: 30px;}
p a {color: #444; text-decoration: none; border-bottom: 1px solid #000;}
ul, ol {margin: 0 0 25px 25px;}
li {font-size: 20px; line-height: 36px; font-style: normal;}
strong {font-weight: bold;}
p strong {font-weight: 600;}
p img {display: inline-block;}
span {color: #9fa2a6; text-decoration: none !important;}
blockquote p {color: #a5202e;}

.flex-alt {display: flex;flex-flow: row wrap;}

.img-banner-new-container, .bannerredoutdoor {display:none}
.shop-banner-container br {display:none}
.shop-banner-container .button {padding: 15px; border: 1px solid #222; margin-top: 10px}

/* General */

.noscroll {height: 100vh; overflow-y: hidden;}

.button {padding: 23px 110px; border: 2px solid #282728; background: none; text-align: center; color: #282728; font-family: 'Axiforma'; font-size: 18px; position: relative; z-index: 99; overflow: hidden; line-height: 1; text-decoration: none;display: inline-block; transition: 0.3s;}
.button::after {content: ''; background: #282728; position: absolute; width: 0%;height: 400px;left: -25%; bottom: -85%; z-index: -9; border-radius: 50%; transition: 0.45s;}
.button:hover {color: #fff;}
.button:hover::after{width: 155%; border-radius: 100%;}

.custom-navigation {width: 85px; position: relative;}
.custom-next {position: absolute; width: 32px; right: 0; top: 50%; transform: translateY(-50%); z-index: 99; cursor: pointer;}
.custom-prev {position: absolute; width: 32px; left: 0; top: 50%; transform: translateY(-50%)rotate(180deg); z-index: 99; cursor: pointer;}

.close-icon {width: 50px; height: 50px;box-sizing: border-box;left: 0px; top: 0; position: absolute; z-index: 9999; overflow: hidden; transition: 0.5s; transform: rotate(180deg); cursor: pointer;}
.close-icon::before {content: ''; position: absolute; width: 1px; height: 30px; background: #fff; transform: translate(-50%, -50%) rotate(45deg); top: 50%; left: 50%; transition: 0.5s;}
.close-icon::after {content: ''; position: absolute; width: 1px; height: 30px; background: #fff; transform: translate(-50%, -50%) rotate(-45deg); top: 50%; left: 50%; transition: 0.5s;}

.close-icon:hover::before {transform: translate(-50%, -50%) rotate(-135deg) !important;}
.close-icon:hover::after {transform: translate(-50%, -50%) rotate(-225deg) !important;}

.popout-main-container {opacity: 0; position: fixed; bottom: 25px; right: -50%; z-index: 999; transition: 0.6s; max-width: 600px;}
.popout-main-container article {padding: 50px;border: 2px #54b0f1 solid; background: #fff;}
.popout-main-container.active-popout {right: 25px; opacity: 1;}

.hamburger { width: 50px; height: 30px; position: absolute; cursor: pointer; right: 15px; top: 50%; transition: 0.3s; z-index: 99999; display: none; transform: translateY(-50%) scale(0.6);}
.hamburger::after { content: ''; background: #222; width: 100px; height: 100px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); border-radius: 150px; z-index: -9; transition: 0.3s;}
.hamburger.active::after {background: #222; left: 150%;}
.hamburger span {height: 2px; background: #fff; width: 100%; position: absolute; opacity: 1; transition: 0.3s;}
.hamburger span:nth-child(1) {top: 0;}
.hamburger span:nth-child(2) {top: 15px;}
.hamburger span:nth-child(3) {bottom: 0;}

.hamburger.active span:nth-child(2) {opacity: 0; transform: rotate(90deg); top: 15px;}
.hamburger.active span:nth-child(1) {top: 0; transform: rotate(135deg); top: 15px;}
.hamburger.active span:nth-child(3) {bottom: 0; transform: rotate(225deg); top: 15px;}

.mobile-nav {position: fixed;background: #222;top: 0; z-index: 9999; height: 0; width: 0; left: 100%; border-radius: 1000px 0 1000px 1000px; box-sizing: border-box; overflow: hidden; transition: 0.5s;}
.mobile-nav::before { content: ''; background: url(''); width: 110%; height: 110%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}

.mobile-nav ul {margin: 0;}
.mobile-nav > ul {margin: 0; opacity: 0; position: relative; right: -150px; top: 50px; width: 100%; transition: 1s;}
.mobile-nav.active ul {opacity: 1; right: -50px;}
.mobile-nav > ul li {display: block; width: 100%;}
.mobile-nav > ul li a {width: 100%; color: #fff; font-size: 18px; padding: 10px 0; line-height: 1; text-decoration: none; display: block;}
.mobile-nav > ul li p {margin: 0; line-height: 1 !important; font-size: 18px !important; padding: 8px 0; cursor: pointer; color: #fff;}
.mobile-nav.active {border-radius: 0; height: 100vh; width: 100vw; left: 0;}

.hamburger.remove-hamburger {right: -100px;}
.mobile-nav > ul li .sub-mobile {position: fixed; right: -100%; top: 0; width: 100%; padding: 50px 30px; height: 100%; overflow: scroll; box-sizing: border-box; background: #000; border-radius: 40px 0 0 40px; z-index: 999999; transition: 0.5s;}
.mobile-nav .close-icon {left: auto; right: 0px; top: 45px;position: fixed; z-index: 9999999; opacity: 0;transition: 0.3s;}
.mobile-nav > ul li .sub-mobile.sub-active {right: -30px;}
.mobile-nav.sub-active .close-icon {right: 15px; opacity: 1;}

.gal-container {position: relative; width: 18%; margin: 10px; cursor: pointer;}
.gal-container .gal-item {height: 200px; overflow: hidden; position: relative; border-radius: 15px; transition: 0.3s;}
.gal-container .gal-item img {position: absolute; transform: translate(-50%, -50%); left: 50%; top: 50%; width: 100%; height: 100%; width: auto; max-width: none;}
.gal-container .gal-pop {position: fixed; opacity: 0; transition: 0.5s; width: 75%;transform: translate(-50%, -50%); left: 150%; top: 50%; z-index: -999;}
.gal-container .gal-pop img {width: 50%; transition: 0.3s;}
.gal-container .gal-pop::after {content: ''; background: #0008; width: 101vw; height: 101vh; z-index: -1; position: absolute; transform: translate(-50%, -50%); left: 150%; top: 50%; transition: 0.6s;}
.gal-container.active {cursor: default;}
.gal-container.active .gal-pop img {width: 100%;}
.gal-container.active .gal-pop {opacity: 1; z-index: 999;  transform: translate(-50%, -50%); left: 50%;}
.gal-container.active .gal-pop::after {transform: translate(-50%, -50%); left: 50%;}
.gal-container .gal-pop .close-icon {padding: 18px 27px 33px 40px; border-radius: 60px 0px 0px 0px;}

.gal-container:hover .gal-item {transform: scale(1.1);}

.wrapper {max-width: 1632px; margin: 0 auto;}
.wrapper-sml {max-width: 65%; margin: 0 auto;}
.wrapper.saved-cards {max-width: 1550px; margin: 0 auto;}

.account-main-container {padding: 170px 0; box-sizing: border-box;}
.account-main-container article {max-width: 760px; margin: 0 auto; position: relative; z-index: 999; bottom: -50px; opacity: 0; transition: 1s;}
.account-main-container article .button {margin-top: 35px;}
.account-main-container.active-scroll article {bottom: 0; opacity: 1;}

.account-main-container article p a {color: #7e8187;}

.account-main-container .flex-row {align-items: flex-start;}
.account-main-container .flex-row article {width: 50%; max-width: none; box-sizing: border-box; padding: 0 50px;}

#orders-landing .headings.flex-row {border-bottom: 1px solid #ccc;align-items: center;}
#orders-landing .headings.flex-row p {font-weight: bold;padding: 15px 0px;margin-bottom: 0; width: 15%; font-size: 16px;}
#orders-landing .headings.flex-row p:nth-child(4) {width: 30%;}
#orders-landing .headings.flex-row p:last-child {width: 10%; text-align: right;}
#orders-landing .flex-row p {padding: 15px 0px;margin-bottom: 0; width: 15%; font-size: 16px;}
#orders-landing .flex-row p:nth-child(4) {width: 30%;}
#orders-landing .flex-row p:last-child {width: 10%; text-align: right;}
#orders-landing .flex-row:last-child {border-bottom: none;}
#orders-landing article {max-width: 90%;}

header {position: relative;}
header .wrapper {max-width: 95%;}
header .top-menu {padding: 22px 0; background: #484647;}
header .top-menu ul {margin: 0;}
header .top-menu ul li {list-style: none; line-height: 1;}
header .top-menu ul li a {font-size: 14px; color: #fff; text-decoration: none; padding: 0 25px; line-height: 1;font-weight: 100;}

header .bottom-menu {padding: 35px 0 0 0;}

header .search-item {width: 64%;box-sizing: border-box; position: relative;}
header .search-item input {width: 100%; background: #ededed; padding: 18px 30px; outline: 0; border-radius: 55px; color: #000; font-size: 18px; border: 0; box-sizing: border-box; line-height: 1;transition: 0.3s;height: auto;margin: 0;box-shadow: none;font-family: inherit;}
header .search-item input:focus {background: #ccc5c5;}
header .search-item input::placeholder {color: #000; font-size: 18px;}

header .search-item .search-icon {width: 58px; background: none;transform: translateY(-50%);right: 10px;top: 50%;position: absolute;border-radius: 0;box-sizing: border-box;height: 58px; cursor: pointer; border: 0; transition: 0.2s;}
header .search-item .search-icon::before {content: '';position: absolute;right: 26px;top: 45%;padding: 4px;border-radius: 100%;border: 2px solid #000;z-index: 99;transform: translateY(-50%);cursor: pointer;}
header .search-item .search-icon::after {content: '';position: absolute;right: 23px;top: 55%;border-radius: 30px;z-index: 99;width: 8px;height: 2px;background: #000;transform: rotate(45deg) translateY(-50%);cursor: pointer;}

header .bottom-menu ul {display: flex; margin: 0;}
header .bottom-menu ul li {list-style: none; position: relative; z-index: 99;}
header .bottom-menu ul li a {text-decoration: none; color: #181d28; padding: 30px 13px; font-size: 18px; display: block; line-height: 1; transition: 0.3s;}
header .bottom-menu ul li:first-child a {padding-left: 0;}
header .bottom-menu ul li:last-child a {padding-right: 0;}

header .account-links img {width: auto; height: 24px;}
header .account-links .cart-icon {position: relative;}
header .account-links .cart-icon span {color: #fff; font-size: 11px; line-height: 1; margin: 0; position: absolute; left: 50%; top: 60%; transform: translate(-50%, -50%);}
header .account-links p {margin: 0; position: relative;top: 3px;}
header .account-links a {text-decoration: none; color: inherit; border: 0;}
header .account-links > a {display: block;}
header .account-links > a:first-child {margin-right: 12px;}
header .account-links > a:last-child {margin-left: 25px;}

.drop-down {background: #efefef; display: flex;position: absolute;top: 100%;z-index: 999;width: 100%;left: 0;}
.drop-down article {width: 50%; padding: 100px; box-sizing: border-box;}
.drop-down article p {font-size: 16px;}
.drop-down article ul {display: inline-block;column-count: 2;width: 100%;}
.drop-down article ul li {font-size: 16px; font-weight: bold;line-height: 1.8;}
.drop-down figure {width: 50%;}

.home-slider-container .swiper-slide {overflow: hidden;}
.home-slider-container figure {overflow: hidden; height: 650px; opacity: 0; transition: 2s;}
.home-slider-container.active-scroll figure {opacity: 1;}
.home-slider-container figure img {filter: blur(5px); transition: 2s; position: relative; display: block;}
.home-slider-container.active-scroll figure img {filter: blur(0px);width: 100%; height: 100%;}

.basic-main-container {position: relative; padding: 120px 0 9px 0; top: 100px; opacity: 0; transition: 2s;}
.basic-main-container.active-scroll {top: 0; opacity: 1;}
.basic-main-container .wrapper > h2 {margin-bottom: 80px;}
.basic-main-container .block-one {width: 60%; position:relative; overflow: hidden;}
.basic-main-container .block-two {width: 40%; position:relative;}
.basic-main-container figure {overflow: hidden; height: 100%; left: -100%; opacity: 0; position: relative;transition: 2s;}
.basic-main-container.active-scroll figure {left: 0%; opacity: 1;}
.basic-main-container figure img {width: 100%; height: 100%;position: absolute; object-fit: cover; }
.basic-main-container article {padding: 17% 13%; box-sizing: border-box; background: #efefef;}
.basic-main-container article h2 {font-size: 32px; line-height: 38px;}
.basic-main-container article p img {mix-blend-mode: darken; max-width: 120px;}
.basic-main-container article p strong {font-size: 25px; line-height: 43px; font-weight: normal;}

.half-main-container {position: relative; padding: 9px 0 150px 0; top: 50px; transition: 2s; transition-delay: 0.5s;}
.half-main-container.active-scroll {top: 0;}
.half-main-container .flex-alt {column-gap: 1%;}
.half-main-container .block-one {width: 50%; position:relative; opacity: 0; transition: 1s;transition-delay: 1s;}
.half-main-container.active-scroll .block-one {opacity: 1;}
.half-main-container .block-two {width: 49%; position:relative; opacity: 0; transition: 1s; transition-delay: 0.5s;}
.half-main-container.active-scroll .block-two {opacity: 1;}

.half-main-container figure {overflow: hidden;}
.half-main-container figure img {width: 100%; height: 100%; position: absolute; object-fit: cover;}
.half-main-container article {padding: 23% 13%; box-sizing: border-box; background: #efefef; position: relative;}
.half-main-container article p img {mix-blend-mode: darken; max-width: 120px;}

.half-main-container article.flex-row img {mix-blend-mode: darken; width: 40%; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.half-main-container article.flex-row div {max-width: 290px; margin-left: auto; position: relative; z-index: 99;}
.half-main-container article.flex-row p {max-width: 220px; margin-right: auto;}

.feature-image-container {position: relative; padding: 170px 0 130px 0; background: #f6f6f6;box-sizing: border-box;min-height: 1354px;}
.feature-image-container figure {overflow: hidden; height: 0px; position: relative; transition: 2s;}
.feature-image-container.active-scroll figure {height: 800px;}
.feature-image-container figure img {width: 110%; height: 110%; max-width: none;position: absolute; object-fit: cover;filter: blur(5px); left: 50%; top: 50%; transform: translate(-50%, -50%);transition: 2s;}
.feature-image-container.active-scroll figure img {filter: blur(0px); width: 100%; height: 100%;}
.feature-image-container article {max-width: 1100px; padding: 80px 120px; box-sizing: border-box; width: 100%; margin: -150px auto 0 auto; background: #fff; text-align: center; z-index: 99; position: relative; opacity: 0; transition: 1s; transition-delay: 1.2s;}
.feature-image-container.active-scroll article {opacity: 1;}

a.feat-prod-link {text-decoration: none;}
a.feat-prod-link h2 {color: #181d28;}
a.feat-prod-link p {color: #181d28;}

.product-feat-container {padding: 120px 0;}
.product-feat-container .wrapper > h2 {margin: 0px;}
/* .product-feat-container .wrapper {max-width: 80%;} */
.product-feat-container .wrapper.flex-row {position: relative;margin-bottom: 80px;}

.product-feat-container .product-item article {position: relative;z-index: 99;width: 90%;left: 20px;bottom: 80px; padding: 0px;}

.product-feat-container .product-item {width: 30%; text-decoration: none; position: relative;color: inherit; top: 50px; opacity: 0; transition: 1s;}
.product-feat-container .product-item:nth-child(6n+2) {transition-delay: 0.6s;}
.product-feat-container .product-item:nth-child(6n+3) {transition-delay: 1.2s;}
.product-feat-container .product-item:nth-child(6n+4) {transition-delay: 1.8s;}
.product-feat-container .product-item:nth-child(6n+5) {transition-delay: 2.4s;}
.product-feat-container .product-item:nth-child(6n+6) {transition-delay: 3s;}
.product-feat-container.active-scroll .product-item {top: 0; opacity: 1;}

.product-item {text-decoration: none; color: inherit;}
.product-item figure {height: 570px; position: relative; background: #f6f6f6; border: 0px solid #fff0; box-sizing: border-box; transition: 0.3s;}
.product-item:hover figure {border: 10px solid #eee;}
.product-item figure img {left: 50%; top: 50%; position: absolute; transform: translate(-50%, -50%); width: auto; max-height: 220px; mix-blend-mode: darken; transition: 0.3s;}
.product-item:hover figure img {max-height: 240px;}
.product-item article {padding: 30px 0 0 0; align-items: flex-start;}
.product-item article .flex-row {align-items: flex-start;}
.product-item article h3 {width: 70%; margin: 0; font-size: 14px; line-height: 23px; font-weight: normal;}
.product-item article h3 strong {font-weight: 600; font-size: 17px;}
.product-item article p {width: 30%; margin: 0; text-align: right; font-size: 15px; line-height: 28px;}
.product-item article strong {display: block;}

.product.attribute,.product.attribute p,.product.attribute ul li {font-size: 16px; line-height: 1.5;}
.product-inside-container.active-scroll .block-two article > p,.product-inside-container.active-scroll .block-two > article ul li {font-size: 16px; line-height: 1.5;}

.product_key_features {font-size: 16px;}

.shop-banner-container .brand-wrapper article h1 {font-size: 24px; line-height: 30px !important; margin: 10px 0 20px 0}
.brand-wrapper p {font-size: 14px; line-height: 23px;}

.large-main-container {position: relative; margin: 18px 0 150px 0;}
.large-main-container .block-one {width: 50%; position:relative; right: -50%; opacity: 0; transition: 1s;}
.large-main-container.active-scroll .block-one {right: 0; opacity: 1;}
.large-main-container .block-two {width: 50%; position:relative; left: -50%; opacity: 0; transition: 1s;}
.large-main-container.active-scroll .block-two {left: 0; opacity: 1;}

.large-main-container figure {overflow: hidden;}
.large-main-container figure img {width: 100%; height: 100%; position: absolute; object-fit: cover;}
.large-main-container article {padding: 31.5% 0; box-sizing: border-box; max-width: 720px; margin: 0 auto;}
.large-main-container article h1 {font-size: 75px;line-height: 100px; font-weight: 300;}
.large-main-container article h2 {font-size: 75px; line-height: 100px;}
.large-main-container article p img {mix-blend-mode: darken; max-width: 120px;}

.shop-slider-container {padding: 100px 0 0 0; position: relative;}
.shop-slider-container .wrapper {position: relative; margin-bottom: 80px;}
.shop-slider-container .wrapper > h2 {margin: 0;}
.shop-slider-container.active-scroll .category-item {top: 0; opacity: 1;}

.category-container {padding: 130px 0 260px 0;}
.category-container .wrapper.flex-row {column-gap: 2%; justify-content: flex-start;}
.category-container .wrapper {position: relative;}
.category-container .category-item {width: 32%; margin-bottom: 30px;}
.category-container .category-item figure {height: 570px;}
.category-container.active-scroll .category-item {top: 0; opacity: 1;}
.category-container .product-item {width: 32%; position: relative; top: 50px; margin-bottom: 30px; opacity: 0; transition: 1s;}
.category-container .product-item figure {height: 470px;}
.category-container .product-item span.was {line-height: 1; display:inline-block; margin-left: 10px;}
.category-container.active-scroll .product-item  {top: 0; opacity: 1;}

.slider-feature-item {width: 100vw; position: relative; left: 0;}

.category-item {position: relative; width: 100%; display: block; top: 50px; opacity: 0; transition: 1s;}
.swiper-slide:nth-child(4n+2) .category-item {transition-delay: 0.6s;}
.swiper-slide:nth-child(4n+3) .category-item {transition-delay: 1.2s;}
.swiper-slide:nth-child(4n+4) .category-item {transition-delay: 1.8s;}

.category-item {overflow: hidden;}
.category-item::after {content: '';position: absolute;bottom: 0;width: 100%;height: 100%;background: linear-gradient(to top right, #000 0%, #fff0 100%); opacity: 0.7; z-index: 9; transition: 0.6s;}
.category-item:hover::after {height: 200%; width: 200%; opacity: 0.8;}
.category-item article {position: absolute; left: 40px; bottom: 40px; z-index: 99; width: 80%;}
.category-item article h2 {color: #fff; margin: 0;}
.category-item article h3 {color: #fff; margin: 0; font-size: 32px; line-height: 1; font-weight: normal;}
.category-item article p {color: #fff; margin: 0;}
.category-item figure {position: relative; height: 685px; overflow: hidden; width: 100%; background: #000;}
.category-item figure img {width: 100%; height: 120%; position: absolute; object-fit: cover; transition: 0.3s; top:-8%}

.category-item.brand figure {background: #fff;}
.category-item.brand figure img {height: 100%; object-fit: contain; top: auto; max-width: 300px; left: 50%; transform: translateX(-50%);}

.inside-banner-container {position: relative; background:#222;}
.inside-banner-container .block-one {width: 61.5%; position:relative; transition: 2s; opacity: 0; top: 150px;}
.inside-banner-container.active-scroll .block-one {top: 0; opacity: 1;}
.inside-banner-container .block-one article {padding: 25% 15%;}
.inside-banner-container .block-one article h1 {font-size: 21px; text-transform: uppercase; color: #7e8187; letter-spacing: 1px;}
.inside-banner-container .block-one article h2 {font-size: 50px; line-height: 70px; color:#fff}
.inside-banner-container .block-two {width: 38.5%; position:relative; opacity: 0; right: -37%; transition: 2s;}
.inside-banner-container.active-scroll .block-two {opacity: 1; right: 0;}
.inside-banner-container .block-two figure {position: relative; overflow: hidden; width: 100%; height: 100%;}
.inside-banner-container .block-two figure img {width: 100%; height: 100%; position: absolute; object-fit: cover;}

.inside-feat-block-container {padding: 100px 0 0;}
.inside-feat-block-container .wrapper.flex-row {column-gap: 6%; align-items: flex-start; }
.inside-feat-block-container .wrapper.flex-row > div {width: 47%; position: relative;transition: 2s;}
.inside-feat-block-container .wrapper.flex-row > div.right-container {position: relative; margin-top: 15%; opacity: 0; transition-delay: 1s;}
.inside-feat-block-container.active-scroll  .wrapper.flex-row > div.right-container {opacity: 1;margin:0px!important;}
.inside-feat-block-container .wrapper.flex-row > div.left-container {left: -50%; opacity: 0;}
.inside-feat-block-container.active-scroll  .wrapper.flex-row > div.left-container {left: 0; opacity: 1;}

.inside-feat-block-container article {padding-bottom: 70px;}
.inside-feat-block-container article p {font-size: 19px; line-height: 34px;}
.inside-feat-block-container article.feat-text {padding-top: 170px;margin: 0 auto;}
.inside-feat-block-container article.feat-text h2 {font-size: 32px; line-height: 53px;}

.inside-feat-block-container figure {height: 850px; overflow: hidden; position: relative;}
.inside-feat-block-container figure img {width: 100%; height: 100%; position: absolute; object-fit: cover;}

.cta-center-container {padding: 80px 0; background: #fff; transition: 2s;}
.cta-center-container.active-scroll {background: #f5f5f5;}
.cta-center-container article {text-align: center; max-width: 875px; margin: 0 auto; opacity: 0; top: 50px; min-height: 148px; position: relative; transition: 1s;}
.cta-center-container.active-scroll article {top: 0; opacity: 1;}
.cta-center-container article p span {text-transform: uppercase; letter-spacing: 15px; opacity: 0; transition: 2s;}
.cta-center-container.active-scroll article p span {opacity: 1; letter-spacing: 1px;}
.cta-center-container article h2 {font-size: 38px; line-height: 0px; overflow: hidden; font-weight: bold; margin: 0; transition: 1s; transition-delay: 1s;}
.cta-center-container.active-scroll article h2 {line-height: 45px;}

.center-top-container {padding: 50px 0 60px 0; background: #f5f5f5;}
.center-top-container figure {margin-bottom: 100px;position: relative; top: 150px; opacity: 0; transition: 2s;}
.center-top-container.active-scroll figure {opacity: 1; top: 0;}
.center-top-container h2 {text-align: center; font-weight: bold; font-size: 38px; line-height: 45px; opacity: 0; transition: 2s;}
.center-top-container.active-scroll h2 {opacity: 1;}
.center-top-container article {column-count: 2; column-gap: 5%; max-width: 1320px; margin: 0 auto; opacity: 0; transition: 1s; transition-delay:1s;}
.center-top-container.active-scroll article {opacity: 1;}
.center-top-container article p {font-size: 19px; line-height: 34px;}

.team-main-container {padding: 170px 0 120px 0;}
.team-main-container .team-item {margin-bottom: 90px; position: relative; top: 150px; opacity: 0; transition: 1s;}
.team-main-container.active-scroll .team-item {top: 0; opacity: 1;}
.team-main-container.active-scroll .team-item:nth-child(2) {transition-delay: 0.6s;}
.team-main-container.active-scroll .team-item:nth-child(3) {transition-delay: 1.2s;}
.team-main-container.active-scroll .team-item:nth-child(4) {transition-delay: 1.8s;}
.team-main-container.active-scroll .team-item:nth-child(5) {transition-delay: 2.4s;}
.team-main-container.active-scroll .team-item:nth-child(6) {transition-delay: 3s;}

.team-main-container .team-item:nth-child(2n+2) {flex-direction: row-reverse;}
.team-main-container .team-item .block-one {width: 36%; position:relative; background: #d9d9d9;}
.team-main-container .team-item .block-one figure {position: relative; overflow: hidden; width: 100%; height: 100%;}
.team-main-container .team-item .block-one figure img {width: 100%; height: 100%; position: absolute; object-fit: cover;}
.team-main-container .team-item .block-two {width: 64%; position:relative;background: #f4f4f4; min-height: 640px;}
.team-main-container .team-item .block-two article {padding: 11.5% 0; max-width: 800px; margin: 0 auto; top: 50%;position: relative;transform: translateY(-50%);}
.team-main-container .team-item .block-two article h2 {font-weight: bold; margin-bottom: 30px; font-size: 38px; line-height: 45px;}
.team-main-container .team-item .block-two article p {font-size: 19px; line-height: 34px;}

.contact-bottom-container {background: #fff; position: relative;}
.contact-bottom-container .block-one {width: 40%; position:relative;}
.contact-bottom-container article {padding: 100px; box-sizing: border-box;}
.contact-bottom-container .block-two {width: 60%; position:relative;}
.contact-bottom-container iframe {display: block;}

.contact-container {position: relative; padding: 100px 0;}
.contact-container article {position: relative; width: 60%; margin-left: auto; margin-right: -100px; margin-bottom: 35px;opacity: 0; z-index: 99; box-sizing: border-box; background: #fff; transition: 1s;}
.contact-container.active-scroll article {margin-right: 100px; opacity: 1;}
.contact-container article > div {padding: 100px;}
#contactform .button {margin-top: 25px;}
.contact-container figure {position: absolute; z-index: -9; width: 100%; height: 100%; overflow: hidden; top: 0; left: 0; opacity: 0; transition: 2s;}
.contact-container.active-scroll figure {opacity: 1;}
.contact-container figure img {width: 110%; height: 110%; left: 50%; top: 50%; max-width: none; transform: translate(-50%, -50%); position: absolute; object-fit: cover; transition: 2s;}
.contact-container.active-scroll figure img {width: 100%; height: 100%;}

.opening-container {padding: 100px 0; background: #f6f6f6;}
.opening-container article {max-width: 1000px; margin: 0 auto;}
.opening-container h2 {text-align: center;}
.opening-container ul {display: flex; align-items: center; justify-content:center; flex-flow: row wrap;}
.opening-container ul li {padding: 15px;list-style: none;width: 30%;text-align: center;background: #474647;color: #fff;border-radius: 3px;margin: 5px;}

.shop-banner-container {position: relative; padding-top: 115px;}
.shop-banner-container article {padding-bottom: 55px; opacity: 0; transition: 2s;}
.shop-banner-container.active-scroll article {opacity: 1;}
.shop-banner-container article a {text-decoration: none; color: inherit; border-bottom: 1px solid;}
.shop-banner-container article h1 {margin-bottom: 20px; font-size: 45px; line-height: 50px; max-width: 48%;}
.shop-banner-container figure {height: 350px; overflow: hidden; position: relative;}
.shop-banner-container figure img {width: 110%; height: 110%; position: absolute; left: 50%; top: 50%; max-width: none; transform: translate(-50%, -50%); object-fit: cover; opacity: 0; transition: 2s;}
.shop-banner-container.active-scroll figure img {width: 100%; height: 100%; opacity: 1;}

.filter-container {padding: 65px 0; border-bottom: 2px solid #f3f3f3;}
.filter-container .filter-items {width: 80%; column-gap: 2%; justify-content: flex-start;}

.dropdowns-container {user-select: none; position: relative; padding-top: 70px; width: 116%;}

.dropdowns-container .drop-item {padding: 30px 0; cursor: pointer; border-top: 2px solid #ddd; position: relative;}
.dropdowns-container .drop-item::before {content: ''; background: #000; width: 2px; height: 19px; position: absolute; right: 8px;top: 32px; z-index: 999; transition: 0.3s ease;}
.dropdowns-container .drop-item::after {content: ''; background: #000; width: 19px; height: 2px; position: absolute; right: 0; top: 40px; z-index: 999; transition: 0.3s ease;}

.dropdowns-container .drop-item.drop-active::before {transform: rotate(-135deg); top: 32px;}
.dropdowns-container .drop-item.drop-active::after {transform: rotate(-135deg);}

.dropdowns-container .drop-item h2 {padding: 0;z-index: 99; margin: 0; font-weight: 500; position: relative; line-height: 1 !important; font-size: 20px !important; transition: 0.5s ease;}

.dropdowns-container .drop-item p,
.dropdowns-container .drop-item h3,
.dropdowns-container .drop-item h4,
.dropdowns-container .drop-item li
{line-height: 0px !important; margin: 0; margin-bottom: 0; opacity: 0; font-size: 19px !important; transition: 0.5s ease;}

.block-two .dropdowns-container .drop-item p,
.block-two .dropdowns-container .drop-item h3,
.block-two .dropdowns-container .drop-item h4,
.block-two .dropdowns-container .drop-item li
{font-size: 16px!important;}

.dropdowns-container .drop-item ul {height: 0; margin: 0 0 0 25px; transition: 0.5s ease;}
.dropdowns-container .drop-item.drop-active ul {height: auto; margin: 0 0 25px 25px;}
.dropdowns-container .drop-item .button {display: none;}

.dropdowns-container .drop-item.drop-active h2 {padding: 20px 0;}
.dropdowns-container .drop-item.drop-active h3,
.dropdowns-container .drop-item.drop-active h4,
{margin-bottom: 20px; opacity: 1;}

.dropdowns-container .drop-item.drop-active p {line-height: 24px !important; opacity: 1; margin-bottom: 25px;}
.dropdowns-container .drop-item.drop-active li {line-height: 24px !important; opacity: 1;}

.dropdowns-container .drop-item.drop-active .button {display: block;}
.dropdowns-container .drop-item.drop-active h3, .dropdowns-container .drop-item.drop-active h4 {margin-bottom: 20px;}

.product-inside-container .block-one {width: 50%; position:relative; background: #f5f5f5; max-height: 700px; opacity: 0; transition: 2s;}
.product-inside-container.active-scroll .block-one {opacity: 1;}
.product-inside-container .block-one figure {position: relative; overflow: hidden; width: 100%; height: 100%; background:#fff}


.product-inside-container .block-one .swiper-slide {background:#eee; height:700px;}

.product-inside-container .block-one figure .swiper-slide img {mix-blend-mode:multiply; position:absolute; width:100%; height:100%; object-fit:contain}
.product-inside-container .block-two {width: 50%; position:relative; opacity: 0; right: -50%; transition: 1s;}
.product-inside-container.active-scroll .block-two {opacity: 1; right: 0%;}
.product-inside-container .block-two article {padding: 11.5% 0 50px 0; max-width: 600px; margin: 0 auto 0 90px; top: 50%;position: relative;transform: translateY(-50%);}
.product-inside-container .block-two article > h1 {margin-bottom: 20px; font-size: 40px; line-height: 60px;}
.product-inside-container .block-two article > p {font-size: 19px; line-height: 34px;}
.product-inside-container .block-two article h3 {font-size: 19px; line-height: 34px; font-weight:bold;}
.product-inside-container .block-two article a {color:inherit}

.product-inside-container .block-two article .button-link {display: inline-block; margin-bottom: 25px;}
.product-inside-container .custom-navigation {height: 18px !important; width: 60px !important; position: absolute; bottom: 40px; right: 40px;}
.product-inside-container .custom-navigation .custom-next {width: auto !important;}
.product-inside-container .custom-navigation .custom-prev {width: auto !important;}
.product-inside-container .custom-navigation img {width: 11px !important;}

.currently-trending-container {padding: 230px 0; position: relative; bottom: -150px; opacity: 0; transition: 1s;}
.currently-trending-container.active-scroll {bottom: 0px; opacity: 1;}
.currently-trending-container .wrapper {max-width: 1450px;}
.currently-trending-container > .flex-row {align-items: flex-start; column-gap: 4%;}
.currently-trending-container > .flex-row > article {width: 28%;}
.currently-trending-container > .flex-row > div.flex-row {width: 68%;}
.currently-trending-container .product-item {width: 47%; margin-bottom: 55px;}

.breadcrumbs {margin: 0; padding-bottom: 25px; justify-content: flex-start;}
.breadcrumbs li {list-style: none;}
.breadcrumbs li a {font-size: 14px; line-height: 1; color: #b9bbbe; text-decoration: none; padding-right: 15px; margin-right: 15px; position: relative;}
.breadcrumbs li a::after {content: ''; background: url('/img/small-arrow-01.svg'); height: 10px; width: 6px; display: block; position: absolute; top: 40%; transform: translateY(-50%); right: 0;}
.breadcrumbs li:last-child a::after {display: none;}

.product-price {font-size: 38px !important; color: #282728; text-transform: none; font-weight: 100;}
.product-price.sale {color:crimson}
.product-price.sale:before {content: 'Now '; text-transform:uppercase; font-size: 20px; display:block; line-height: 1}


.product-inside-container span.was {display:block; font-size: 20px;}


.stock-box {padding: 20px; line-height: 23px; background:#fafafa; border-radius: 2px;}
.stock-box #availalbilityContainer.outofstock {color: #f32b33;}
.stock-box #availalbilityContainer.instock {color:#4bbb78}
.stock-box #availalbilityContainer span {font-weight:500; color:#222}
#outOfStockMessage {color: #f32b33; }
.custom_stock_message {margin-top: 10px; display: block}

span.was {color: #999;}

.add-to-cart-item {margin-bottom: 25px;}
.add-to-cart-item .button {width: 74.5%; font-size: 21px;}
.add-to-cart-item .qty-item {width: 21.5%;}

.size-option-items {column-gap: 4%; justify-content: flex-start;}
.size-option-items .check-label {border-radius: 100px; padding: 18px 30px; text-align: center; overflow: hidden; color: #8b8e93;}
.size-option-items .check-label::after {content: ''; background: #282728; position: absolute; width: 0%;height: 150px;left: -25%; bottom: -85%; z-index: -9; border-radius: 50%; transition: 0.45s;}
.size-option-items .check-label input {position: absolute; border: 0; outline: 0; background: none; width: 100%; height: 100%; left: 0; height: 0;}
.size-option-items .check-label input::before {display: none;}
.size-option-items .check-label input::after {display: none;}
.size-option-items .check-label.check-item-size {color: #fff; border-color: #282728;}
.size-option-items .check-label.check-item-size::after{width: 155%; border-radius: 100%;}

.basic-container {padding: 100px 0; background: #efefef;position: relative;}
.basic-container .wrapper {position: relative; opacity: 0; bottom: -150px; transition: 2s;}
.basic-container.active-scroll .wrapper {opacity: 1; bottom: 0;}
.basic-container article {max-width: 1000px; margin: 0 auto;}
.basic-container article h1 {font-size: 75px; line-height: 100px; font-weight: 300;}

.basic-container .dropdowns-container .drop-item h2 {font-size: 19px !important;}
.basic-container .dropdowns-container .drop-item p {font-size: 16px !important;}

.testimonialSlider .swiper-wrapper {align-items: center;}
.testimonialSlider article {text-align: center;}

.cart-container-main {padding: 100px 0;}
.cart-container-main > .wrapper > .flex-row {justify-content: flex-start; align-items: flex-start; column-gap: 2%;}
.cart-container-main .cart-left-container {width: 64%; box-sizing: border-box;}
.cart-container-main .cart-right-container {width: 34%; padding: 50px; box-sizing: border-box;  border: 1px solid #eee; border-radius: 15px;}

.cart-product-item {position: relative;width: 100%; column-gap: 1%; background: #eee; padding: 30px; border-radius: 15px; box-sizing: border-box; margin-bottom: 10px;}
.cart-product-item figure {width: 30%; overflow: hidden; position: relative; height: 200px;}
.cart-product-item figure img {width: 100%; height: 100%; object-fit: cover; position: absolute;}
.cart-product-item article {width: 40%;}
.cart-product-item article h3 {margin-bottom: 15px; font-weight: normal;}
.cart-product-item .options-item {width: 20%;}
.cart-product-item .options-item p {line-height: 1; font-weight: bold;}
.cart-product-item .options-item a {color: #000; font-size: 18px;}

.cart-product-item .qty-item {width: 100px; position: relative;}
.cart-product-item .qty-item input {width: 100%; text-align: center; padding: 10px;font-size: 16px; background: none !important ;border-color: #959595; user-select: none; border: 1px solid #ccc !important; border-radius: 0 !important;}
.cart-product-item .qty-item span {user-select: none; cursor: pointer; height: 100%; width: 35%;}
.cart-product-item .qty-item button {background: #fff0;}
.cart-product-item .qty-item .minus {position: absolute; left: 0px; top: 50%; transform: translateY(-50%);}
.cart-product-item .qty-item .minus::after {content: '';position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); background: #000; width: 10px; height: 2px;}
.cart-product-item .qty-item .plus {position: absolute; right: 0px; top: 50%; transform: translateY(-50%);}
.cart-product-item .qty-item .plus::before {content: '';position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%) rotate(90deg); background: #000; width: 10px; height: 2px;}
.cart-product-item .qty-item .plus::after {content: '';position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); background: #000; width: 10px; height: 2px;}

.cart-container-main .cart-right-container .flex-row {padding-bottom: 30px; }
.cart-container-main .cart-right-container .flex-row p {margin: 0;}
.cart-container-main .cart-right-container .note {font-size: 14px; font-weight: bold; text-align: center; padding: 15px 0; margin: 0;}

.news-item {width: 31%; position: relative; text-decoration: none; color: inherit;}
.news-item figure {height: 580px; position: relative; width: 100%; overflow: hidden;}
.news-item figure span {position: absolute; z-index: 99; left: 25px; top: 25px; padding: 15px 25px; line-height: 1; color: #fff; text-align: center; background: #181d28; font-size: 15px;}
.news-item figure img {width: 100%; height: 100%; position: absolute; object-fit: cover;}
.news-item article {padding-top: 60px;}

.news-banner-inside {position: relative; background: #d9d9d9;}
.news-banner-inside article {position: absolute; left: 50%; top: 70%; transform: translate(-50%, -50%); z-index: 99; text-align: center; width: 100%; max-width: 800px; opacity: 0; transition: 1s;}
.news-banner-inside.active-scroll article {top: 50%; opacity: 1;}
.news-banner-inside article h1 {font-size: 52px; line-height: 74px;}
.news-banner-inside figure {height: 600px; position: relative; width: 100%; overflow: hidden; opacity: 0; transition: 3s;}
.news-banner-inside.active-scroll figure {opacity: 0.6;}
.news-banner-inside figure img {width: 100%; height: 100%; position: absolute; object-fit: cover;}

.news-container {padding: 100px 0; background: #efefef; position: relative;opacity: 0; bottom: -150px; transition: 2s;}
.news-container.active-scroll {opacity: 1; bottom: 0;}
.news-container h1 {margin-bottom: 80px; line-height: 43px;font-size: 38px;font-weight: 300;}

.news-container .wrapper.flex-row {align-items: inherit; justify-content: flex-start; column-gap: 3.5%;}

.account-nav { position: absolute; width: 100%; padding: 15px; background: #474647; display: flex;justify-content: center; box-sizing: border-box;}
.account-nav a {display: block; padding: 0 8px; color: #fff; text-decoration: none; text-transform: uppercase; font-size: 16px;}

.pagination-container {max-width: 650px;}

#resetForm .button {padding: 23px;}

.section-account {padding: 100px 0; margin-top: 100px;}
.section-account .wrapper {max-width: 60%;}
.section-account article {padding: 0 150px; box-sizing: border-box;}
.section-account article .button_link {padding-top: 30px; color: #54b0f1; display: inline-block;}

.section-account .container-od {max-width: 50%;margin: 0 auto;}
.section-account .container-od .form-block h3:first-of-type {margin-top: 80px;}
.section-account .container-od .form-block h3 {font-size: 20px; margin-bottom: 15px;}
.order-table__row {display: flex; justify-content: space-between; font-weight: bold;border-bottom: 1px solid #ccc;
padding: 15px 0;}
.order-table__row div:first-of-type {width: 50%;}
.order-table__row div {width: 13%;}
.order-table__row div:nth-child(4) {width: 13%; text-align: right;}
.order_detail .small {text-align: right;font-size: 14px;}
.order_detail .order-info {color: inherit;text-decoration: none;}

.order-table__row.order-table__heading {display: flex; justify-content: space-between; font-weight: bold;border-bottom: 1px solid #ccc;
padding: 15px 0;}
.order-table__row.order-table__heading div:first-of-type {width: 50%;}
.order-table__row.order-table__heading div {width: 13%;}
.order-table__row.order-table__heading div:nth-child(4) {width: 13%; text-align: right;}

.account-title h5 {margin-bottom: 50px;}
.form-block a.button {margin-top: 30px;}

.addresses-container {background: #fff; border-radius: 5px; overflow: hidden; margin-bottom: 20px; padding: 30px 0;}
.addresses-container .heading-address-item {border-bottom: 1px solid #ccc;}
.addresses-container .heading-address-item p:last-child {text-align: right;}
.addresses-container .flex-row {border-bottom: 1px solid #ccc; align-items: center;}
.addresses-container .flex-row:last-child {border-bottom: 1px solid #ccc0;}
.addresses-container .flex-row p:last-child {text-align: right;}
.addresses-container .remove-address {color: #000;border: 0;}

.address-item-table {max-width: 90% !important;}
.address-item-table p {width: 20%;padding: 15px 0px; box-sizing: border-box; margin: 0; color: #000 !important; font-size: 16px;line-height: 23px;}
.address-item-table p:first-child {width: 100px;}
.address-item-table .yes-badge {width: 25px; height: 25px; background: #04042b; border-radius: 100%; position: relative; display: block; margin: 0 auto;}
.address-item-table .yes-badge::before { content: ''; width: 5px; height: 2px; position: absolute; background: #fff; transform: rotate(45deg); top: 14px; left: 7px;}
.address-item-table .yes-badge::after { content: ''; width: 12px; height: 2px; position: absolute; background: #fff; transform: rotate(-45deg); top: 12px; left: 8px;}

.order-table p {width: 16%; padding: 15px;}

.make-enquiry {border-bottom: 2px solid #222; margin-bottom: 30px !important; display: inline-block; cursor: pointer;}

.enquiry-pop-container {position: fixed; bottom: -100%; right: 50px; z-index: 99; background: #222; border-radius: 40px 40px 0px 0px; box-shadow: 0 0 10px 0px #0004; max-width: 600px; max-height: 83vh; overflow-y: scroll; transition: 0.5s;}
.enquiry-pop-container .close-icon {top: 25px; right: 25px; left: auto;}
/* .enquiry-pop-container .close-icon::before {background: #000;}
.enquiry-pop-container .close-icon::after {background: #000;} */
.enquiry-pop-container > article {padding: 50px;}
.enquiry-pop-container > article h2 {color: #fff; margin-bottom: 0px;}
.enquiry-pop-container > article h3 {color: #fff;}
.enquiry-pop-container > article p {color: #fff; line-height: 1; margin-bottom: 15px;}
.enquiry-pop-container > article li {color: #fff;}
.enquiry-pop-container > article input {color: #fff; border-color: #fff;}
.enquiry-pop-container > article textarea {color: #fff; border-color: #fff;}
.enquiry-pop-container > article .price-item select {color: #fff; padding: 18px; border: 1px solid #fff;}
.enquiry-pop-container > article .price-item::before {background: #fff; top: 35px;}
.enquiry-pop-container > article .price-item::after {background: #fff; top: 35px;background: url('/img/small-arrow-02.svg');background-repeat: no-repeat;background-size: contain; cursor: pointer;}
.enquiry-pop-container > article .button {margin-top: 30px; color: #fff; border-color: #fff; width: 100%;}
.enquiry-pop-container > article .button::after {background: #fff;}
.enquiry-pop-container > article .button:hover {color: #222;}
.enquiry-pop-container.active-enquiry {bottom: 0px;}

.card-wrapper {width: 49%;margin-bottom: 50px;display: flex;justify-content: space-between;}

.credit-card {font-family: 'Inconsolata', monospace; width: 100%;height: 200px;background: linear-gradient(90deg, rgba(56,0,54,1) 0%, rgba(12,186,186,1) 79%); border-radius: 10px;box-shadow: 0 0 20px #0005; box-sizing: border-box; padding: 20px; position: relative;}
.credit-card figure {width: 100%;}
.credit-card figure img {width: 75px;}
.credit-card img.delete-card {height: 25px; width: 25px; position: absolute; right: 15px;}
.credit-card p.cc-number {width: 100%;font-size: 30px;text-align: center;margin: 40px 0 40px; color: #fff;}
.credit-card p.cc-name {color: #fff; font-size: 22px;}

footer .wrapper {max-width: 91%;}
footer p {font-size: 21px;}
footer p a {border: 0;}

footer .top-footer-nav {padding: 24px 0; background: #474647; margin: 0; justify-content: center;}
footer .top-footer-nav li {list-style: none;}
footer .top-footer-nav li a {color: #fff; text-decoration: none; font-size: 21px; padding: 0 100px; line-height: 1; text-transform: uppercase; letter-spacing: 1px;}

footer .bottom-footer-nav {padding: 120px 0; column-gap: 13%;}
footer .bottom-footer-nav > div:first-child {width: 39%;}
footer .bottom-footer-nav > div:last-child {width: 48%;}
footer .bottom-footer-nav .footer-logo {margin-bottom: 35px;}
footer .bottom-footer-nav .contact-details-footer {margin: 80px 0; line-height: 36px;}
footer .bottom-footer-nav .copyright {font-size: 15px; font-weight: 100; margin-top: 40px;}

footer .bottom-footer-nav .footer-signup p {letter-spacing: 3px; text-transform: uppercase; margin-bottom: 37px;}
footer .bottom-footer-nav .footer-signup form {position: relative;}
footer .bottom-footer-nav .footer-signup form button {position: absolute; right: 18px; top: 50%; transform: translateY(-50%); z-index: 9; background: none; transition: 0.3s;}
footer .bottom-footer-nav .footer-signup form button:hover {right: 0px;}
footer .bottom-footer-nav .footer-signup form button img {width: 50px;}
footer .bottom-footer-nav .footer-signup form input {padding: 30px 0;}

footer .bottom-footer-nav .main-footer-nav {align-items: flex-start;}
footer .bottom-footer-nav .main-footer-nav ul {margin: 0; padding-top: 70px;}
footer .bottom-footer-nav .main-footer-nav ul li {list-style: none;}
footer .bottom-footer-nav .main-footer-nav ul li a {color: inherit; text-decoration: none; font-size: 21px; line-height: 48px; display: block; font-weight: 300;}

#form_register .fieldMessage a {color: #fff; border-bottom: 1px solid #fff;}

/* New Upholstery Page */

.upholstery-section {width: 100%; display: flex; flex-wrap: wrap;justify-content: flex-start;}
.upholstery-container {width: 20%; box-sizing: border-box; padding: 20px 10px;}
.upholstery-container a {text-align: left;text-decoration: none;color: #181d28;}
.upholstery_details h5 {font-size: 20px;line-height: 34px;font-style: normal;margin-top: 30px;}

.upholstery_img {width: 100%;}
.upholstery_img img {width: 100%; height: 100%; object-fit: cover;}

.stages-title {margin-top: 50px;display: flex;flex-wrap: wrap;justify-content: flex-start;padding-bottom: 20px;}
.stages-title p {margin: 0 auto;font-size: 22px;font-style: normal;font-weight: 600;font-family: 'Axiforma';}

/* Updates 2024 - Fabric Options on product pages */

.fabric-header {background-color: #eee;display: flex; flex-wrap: wrap;}
.fabric-header figure { margin: 10px; width: 70px; height: 70px; display: block;}
.fabric-header figure img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%;}
.product-inside-container .fabric-header article {height: 100%; display: inline-block; margin: auto 10px; padding: 0; top: 0; transform: none;}
.fabric-header article a {text-decoration: none!important;}
.fabric-header article h4 { font-size: 20px; color: #000;font-family: 'Axiforma';font-weight: 500; text-align: left;}

.fabric-wrap a { color: #0e1618;}
.fabric-choice { display: flex; flex-flow: row wrap; justify-content: flex-start; margin-bottom: 15px;}
.fabric-choice li img { height: 141px; object-fit: cover;}
.fabric-choice li { flex: 0 0 30%; margin: 5px;}
.fabric-choice li p { color: #0e1618;}

.fabric-details-wrap {display: grid; grid-template-columns: 1fr 1fr; padding: 30px 0; grid-gap: 30px;}

.fabric-details-wrap .product-detail__swatch .select2-container--custom-dropdown {width: 100%!important;}

.product-detail__fabric #fabric_choice {padding-top: 12px!important; line-height: 1!important;}

.product-detail__swatch h6,.product-detail__fabric h6 { font-size: 18px; font-weight: 600; margin-bottom: 10px; color: #181d28;}

.product-detail__swatch .select2-container--custom-dropdown .select2-selection--single .select2-selection__rendered {border: 1px solid #181d28;}
.product-detail__swatch .sort-select {padding-top: 11px !important;height: 50px;
  line-height: 1 !important;padding-left:15px;border: 1px solid #eee;width: 100%; font-weight: 300; font-size: 14px; color: #181d28;padding-bottom: 14px;background-color: #fff;}
.product-detail__fabric #fabric_choice {height: 50px;padding-left:15px;border: 1px solid #eee;width: 100%; font-weight: 300; font-size: 14px; color: #181d28;padding-bottom: 14px;background-color: #fff;}

.select-wrapper {position: relative;display: block;}
.select-wrapper::after {position: absolute; top: 50%; right: 15px; transform: translateY(-50%); content: ""; width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #000;}


/* UPDATES 2025 - Curtain & Blinds page */

.center {text-align: center;}

.stages-title.center {padding-bottom: 0; max-width: 900px; margin: 5vw auto;}

.content {}
.grey-bg {background: #f1f1f1;}

.content .flex-row article {padding: 0 5vw; margin: auto; box-sizing: border-box; width: 40%;}
.content .flex-row figure {position: relative; width: 60%; height: 0; padding-bottom: 35%;}
.content .flex-row figure img, .content .flex-row figure iframe {position: absolute; width: 100%; height: 100%; object-fit: cover;}
