/* ------------------ */
.sticky-price > em {
	font-style:normal;
  text-decoration: line-through;
}
.article-grid {
	display:flex;
  gap:30px;
  margin-top:50px;
  margin-bottom:50px;
}
.article-main-content {
	width:calc(100% - 336px);
  background: #FAFAFA;
  padding:30px;
}
.article-main-content .article-text img {
	max-width:100%;
  height:auto;
  object-fit:cover;
}
.article-main-content .article-buttons {
	display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.article-main-content .article-header {
	display:flex;
  align-items:center;
  gap:30px;
  margin-bottom:18px;
}
.article-main-content .article-header > a {
	width:120px;
}
.article-main-content .breadcrumbs-wrap > div:last-child {
	display:none;
}
.article-main-content picture {
	margin-bottom:10px;
}
.article-text {
	margin-top:25px;
}
.article-side {
	width:306px;
}
.blog-products.products-wrap {
	display:block;
}
.blog-products.products-wrap .blog-product-item .prod-bottom .collPdp-delivery-title {
	margin-top:15px;
}
.blog-products.products-wrap .blog-product-item .prod-bottom {
	height:auto;
}
.blog-products.products-wrap .blog-product-item {
	margin-bottom:20px;
}
.article-bottom-blogs h3 {
	font-size:30px;
  margin-bottom:30px;
}
.blog-social {
	background: #F8F8F8;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:40px 80px;
}
.blog-social-title h3 {
	font-size:30px;
}
.blog-social-title p {
	font-size:16px;
  margin-bottom:0;
  margin-top:0;
}
.blog-social-items {
	display:flex;
  align-items:center;
  gap:34px;
}
.blog-social-items > a svg {
	width:30px;
  height:30px;
}
#blog-wrap-new {
	position:relative;
  padding-bottom:100px;
}
#blog-grid-new {
  margin-top:30px;
	display: grid;
  grid-template-columns: repeat(3, calc(100% / 3 - 20px));
  grid-gap: 30px;
  grid-template-areas: 
    ". . ."
    ". . ."
    "blog-social blog-social blog-social"
    ". . ."; 
}
#blog-grid-new .blog-article-item {
    width: 100%;
}
.blog-social { grid-area: blog-social; }
#blog-grid-new .current-page-2.blog-post-5:not(.show),
#blog-grid-new .current-page-3:not(.show),
#blog-grid-new .current-page-4:not(.show),
#blog-grid-new .current-page-5:not(.show),
#blog-grid-new .current-page-6:not(.show) {
	position: absolute;
  opacity: 0;
  visibility: hidden;
  left: -9999px;
}




a.load-blog-pages {
	position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #000000;
  font-size:16px;
  font-weight:bold;
  padding:15px;
  display:flex;
  align-items:center;
  gap:5px;
  background:#fff;
}
a.load-blog-pages > svg {
	width:10px;
  height:13px;
}
.load-page-2 {
	z-index:10;
}
.load-page-3 {
	z-index:9;
}
.load-page-4 {
	z-index:8;
}
.load-page-5 {
	z-index:7;
}
.load-page-6 {
	z-index:6;
}
.load-page-7 {
	z-index:5;
}
.load-page-8 {
	z-index:4;
}
.load-page-9 {
	z-index:3;
}
.load-page-10 {
	z-index:2;
}
.load-page-11 {
	z-index:1;
}



#home-blogs-new > div.header {
	margin-bottom:30px;
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
}
#home-blogs-new > div.header h3 {
	font-size:27px;
}
#home-blogs-new > div.header a {
	font-size:18px;
  text-decoration:underline;
}
.home-blog-grid {
	display:flex;
  gap:30px;
  justify-content:space-between;
}
.home-blog-grid .blog-article-item {
	width:33%;
}
.blog-article-item > a{
	overflow:hidden;
  display:block;
}
.blog-article-item:hover div.article-bottom {
	border:1px solid #000;
  border-top:none;
}
.blog-article-item:hover img {
	transform: scale(1.1);
}
.blog-article-item img {
	width:100%;
  object-fit:cover;
  transition: transform .2s;
}
.blog-article-item > div.article-bottom {
	border: 1px solid #DBDBDB;
  border-top:none;
  background: #FAFAFA;
  padding:20px 20px 30px 20px;
}
.blog-article-item > div.article-bottom > h4 {
	font-size:18px;
  margin-bottom:10px;
  line-height:26px;
  height:80px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-article-item > div.article-bottom > p {
	font-size:14px;
  line-height:28px;
  margin-bottom:10px;
  opacity:0.5;
  font-weight:400;
  height:112px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-article-item > div.article-bottom > a {
	font-size:16px;
  font-weight:bold;
  text-decoration:underline;
}


html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
.pos-r {position:relative;}
.hidden-mobile {
  	display:block;
  }
  .show-mobile {
  	display:none;
  }
.hidden-768 {
  	display:block!important;
  }
.hidden-flex-768 {
	display:flex!important;
}
.hidden-grid-768 {
  	display:grid!important;
  }
.show-768 {
  	display:none!important;
  }
.show-grid-768 {
  	display:none!important;
  }
.hidden-576 {
  	display:block!important;
  }
.hidden-grid-576 {
  	display:grid!important;
  }
  .show-grid-576 {
  	display:none!important;
  }
  .show-576 {
  	display:none!important;
  }
.grid-3 {
	display: grid;
  grid-template-columns: repeat(3,calc(100% / 3 - 20px));
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.swiper-scrollbar {
	display:none;
}
.header-nav-wrap {
	display: flex;
  justify-content: space-between;
  width: 100%;
}
.header-nav-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.header-nav-right .button {
	height:40px;
  padding: 8px 25px;
}
.icon-shopping-cart:before {
	color:#fff;
}
.usp-bar .usp-item-text span {
	font-weight:bold;
}
#home-slider .slider-1:before {
	content:'';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: transparent linear-gradient(90deg, #1F1D1B 0%, #6968663E 100%) 0% 0% no-repeat padding-box;
  mix-blend-mode: hard-light;
  opacity: 0.73;
  z-index:1;
}
#home-slider .slider-1 .banner-content {
	z-index:2;
}
#home-slider .slider-1 .banner-content .banner-title {
	font-size:50px;
  font-weight:400;
}
#home-slider .slider-1 .banner-content .banner-title span {
	font-weight:600;
}
#home-slider .slider-1 .banner-text {
    max-width: 660px;
}
.showroom-sq-wrap {
	height: 322px;
  overflow: hidden;
  position:relative;
}
.showroom-sq-wrap:before {
	content:'';
  position:absolute;
	width:100%;
  height:100%;
  background: #1F1D1B 0% 0% no-repeat padding-box;
  mix-blend-mode: hard-light;
  opacity: 0.85;
  z-index:5
}
.showroom-sq-wrap picture img {
	object-fit: cover;
  height: 100%;
  width: 100%;
}
.showroom-sq-wrap picture {
  position: relative;
  display: block;
  background-position: center;
  background-size: cover;
  height: 322px;
  overflow: hidden;
}
.showroom-sq-wrap .showroom-text {
	position:absolute;
  bottom:0;
  left:0;
  height:100%;
  width:222px;
  z-index:15;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap:10px;
  margin-left:25px;
  margin-bottom:30px;
    
}
.showroom-sq-wrap .showroom-text h3 {
	color:#fff;
  font-size:18px;
  font-weight:400;
}
.showroom-sq-wrap .showroom-text p {
  color:#fff;
  font-size:14px;
  font-weight:400;
  margin-bottom:10px;
  margin-top:10px;
}
.showroom-sq-wrap .showroom-text p b {
	color:#048204;
}
.showroom-sq-wrap .showroom-text .button.with-icon {
	padding-right: 38px !important;
  text-align:left;
}
.showroom-person {
	position:absolute;
  right:0;
  bottom:0;
  z-index:10;
}
.showroom-person.showroom-person-home {
  width: 100%;
  transform: rotateY(180deg);
  right: -124px;
}
.banner-text-wrap {
	display:flex;
  margin-right:-15px;
  margin-bottom:-15px;
}
.banner-text-wrap .banner-text {
	background:#1F1D1B;
  padding:25px 30px;
  display: flex;
  align-items: center;
  max-width:448px;
  
}
.banner-text-wrap .banner-text .banner-text-block {
	display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.banner-text-wrap .banner-text .banner-text-block h2 {
	font-size:30px;
  font-weight:400;
  text-align:left;
}
.banner-text-wrap .banner-text .banner-text-block p {
	font-size:14px;
  font-weight:400;
}
.sowroom-working-hours {
	background:#F8F8F8;
  padding:25px 30px;
  color:#1F1D1B;
  min-width:284px;
}
.sowroom-working-hours h3 {
	font-size:16px;
  margin-bottom:17px;
}
.sowroom-working-hours p {
	font-size:12px;
  margin-top:0;
  margin-bottom:5px;
  display:flex;
  justify-content:space-between;
}
.sowroom-working-hours p span {
	font-size:14px;
}
#promobanner.banner-holder {
	overflow: inherit;
  height:314px;
}
.footer-showroom-banner {
	position:relative;
  width:100%;
  height:260px;
}
.footer-showroom-banner:before {
	content:'';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: transparent linear-gradient(270deg, #000000C6 0%, #00000000 100%) 0% 0% no-repeat padding-box;
  mix-blend-mode: hard-light;
  opacity: 1;
  z-index:5;
}
.footer-showroom-banner img {
	  object-fit: cover;
    height: 100%;
    width: 100%;
}
.footer-showroom-banner .footer-showroom-text {
	position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:10;
}
.footer-showroom-banner .footer-showroom-text .container{height:100%;}
.footer-showroom-banner .footer-showroom-text .container > div {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.footer-showroom-banner .footer-showroom-text .container > div h3 {
	font-size:30px;
  font-weight:400;
  text-align:right;
  color:#fff;
  max-width:400px;
  margin-bottom:5px;
}
/* COLLECTION  */
.coll-swipe-icon {
	display:none;
}
#collection-category-carousel-custom {
  overflow-x: auto;
  padding-bottom: 15px;
}
#collection-category-carousel-custom::-webkit-scrollbar {
  height: 10px;
  background:#B7B7B7;
  opacity: 0.5;
}
#collection-category-carousel-custom::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
}
#collection-category-carousel-custom::-webkit-scrollbar-thumb {
  height: 10px;
  width:100px;
  background-color:#474747;
  opacity: 0.5;
 
}
#collection-category-carousel-custom::-webkit-scrollbar:vertical {
  display: none;
}


.collection-top-left > h1.page-title {
	font-size:50px;
  font-weight:600;
  margin-bottom:10px;
}
.collection-top-left p {
	font-size:14px;
  font-weight:300;
}
.collection-content-top-links {
	display:flex;
  align-items:center;
  gap:25px;
}
.collection-content-top-links > span {
	font-size:16px;
  font-weight:bold;
}
.collection-content-top-links > a {
	font-size:14px;
}
.collection-content-top-links > a i {
	margin-right:10px;
}
.collection-content-top-links > a i:before {
	color:var(--button-bg-color);
}
.collection-top-right > div {
	display:flex;
  gap:30px;
}
.collection-top-right > div img {
	width:calc(50% - 15px);
  height:360px;
  object-fit:cover;
}
.collection-top-right > div img:last-of-type {
	margin-top:30px;
}
.collection-category-carousel-custom .collection-category-carousel-block.with-images {
	max-width:fit-content;
  padding:0;
  border: 0.5px solid #9b9b9b2b;
  background:#fff;
  padding-right:10px;
  flex-wrap: wrap;
  padding: 0;
  max-width: calc(16.6666% - 25px);
  align-items: flex-start;
}
.collection-category-carousel-custom .collection-category-carousel-block.with-images img {
  width: 100%;
  height: 134px;
  margin: 0;  
  object-fit:cover;
}
.collection-category-carousel-custom .collection-category-carousel-block.with-images h5 {
	font-size:14px;
  font-weight:400;
  padding: 0px;
  width: calc(100% - 32px);
  max-width: calc(100% - 32px);
  margin:0;
  height: 38px;
  line-height: 16px;
  display: inline-flex;
  align-items: center;
  padding-left: 10px;
  overflow:hidden;
}
.collection-category-carousel-custom .collection-category-carousel-block.with-images i {
	align-self: center;
  margin-left: 0 !important;
  margin-right: 10px;
}
.filter-new-style .filter-coll-title {
	font-size:18px;
}

.products-wrap {
	display: grid;
  grid-template-columns: repeat(3, calc(100% / 3 - 20px));
  grid-gap: 30px;
  margin-top: 30px;
  padding: 0;
}
.products-wrap.products-wrap-custom {
	display:flex;
  gap:0;
}
.products-wrap .products-item {
/* 	box-shadow: 0px 0px 20px #00000017; */
  border: 0.5px solid #9b9b9b2b;
  opacity:1;
  position:relative;
}
.products-wrap .products-item > a {
	position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.prod-img-wrapper img {
	width:100%;
}
.products-wrap .prod-bottom {
	padding:14px 30px 5px 20px;
  display:flex;
  flex-direction:column;
	height:184px;
}
.showroom-sq-wrap.for-collection {
	height:100%;
  display:flex;
  flex-direction:column;
}
.showroom-sq-wrap.for-collection picture {
	height:190px;
  position:relative;
}
.showroom-sq-wrap.for-collection picture .showroom-person {
  width:260px;
  left: 0;
  right: unset;
}
.showroom-sq-wrap.for-collection:before {
	display:none;
}
.showroom-sq-wrap.for-collection .showroom-text {
	position:relative;
  width:100%;
  height:calc(100% - 190px);
  background:#1F1D1B;
  color:#fff;
  margin:0;
  padding:15px 50px 15px 20px;
}
.showroom-sq-wrap.for-collection .showroom-text h3 {
	font-weight:600;
}
.showroom-sq-wrap.for-collection .showroom-text p {
	font-weight:300;
  font-size:12px;
}
/* COLLECTION END */
/* PDP */
.pdp-question {
	display:flex;
  align-items:center;
  justify-content:center;
  margin-top:20px;
  gap:30px;
}
.pdp-question p {
	font-size:16px;
  font-weight:700;
  margin-bottom:0;
}
.pdp-question a {
	font-size:14px;
}
.pdp-question a i {
	margin-right:5px;
}
.pdp-question a i:before {
	color:var(--highlight-color);
}
.offer-holder-stcky-navbar .title-appendix > span {
	margin-left:10px;
  font-size:14px;
}
.secondary {
	color:var(--success-color);
}
.product-price-new > div > div {
	flex-direction: column;
}
.product-price-new > div > div:first-of-type {
  width: 180px;
  flex: 0 0 auto;
}
.product-price-new > div > div:first-of-type + div {
	width: calc(100% - 190px);
  flex: 0 0 auto;
}
#search-results .price-old {
	width:fit-content;
  text-decoration:line-through;
}
.homepage-product-slider .product-block-price .price-old {
	font-weight:normal;
  
}
.collection-products-row .price-old span {

}
.product-price-new > div > .c-in-stock {
	display:flex;
  flex-direction:column;
  align-items: flex-end;
}
.product-price-new > div > .c-in-stock > a {
	font-size:14px;
  font-weight:400;
  color:#1F1D1B;
  text-decoration:underline;
  display: flex;
  align-items: center;
  gap: 5px;
}
.showroom-sq-wrap.for-pdp {
	height:183px;
  width:100%;
  display:flex;
  position:relative;
  z-index:3;
  overflow:visible;
}
.showroom-sq-wrap.for-pdp picture {
	height: auto;
  width:45%;
}
.showroom-sq-wrap.for-pdp:before {
	display:none;
}
.showroom-sq-wrap.for-pdp .showroom-text {
	position:inherit;
  background:#1F1D1B;
  width:300px;
  padding:26px 30px;
  margin-left:0;
  margin-bottom:0;
  gap:5px;
  position:relative;
  z-index:1;
}
.showroom-sq-wrap.for-pdp .showroom-text > div {
	position:relative;
  z-index:5;
}
.showroom-sq-wrap.for-pdp .showroom-text h3 {
	font-size:18px;
  font-weight:500;
  white-space:nowrap;
}
.showroom-person {
	width:200px;
  left:-50px;
}
.showroom-person.showroom-person-pdp {
  width: 90%;
  left: 56%;
  z-index: 4;
  object-fit: cover;
}
.showroom-sq-horizontal .showroom-person.showroom-person-pdp {
	left: 80%;
  object-fit:contain;
}
/* PDP */
/* SOWROOM STYLING */

.showroom-info-block {
	margin-top:126px;
  margin-bottom:110px;
  position:relative;
}
.showroom-info-block:before {
	content:'';
  position:absolute;
  top:-300px;
  height:433px;
  width:100%;
  background:#FAFAFA;
  z-index:-1;
}
.showroom-info-content {
	position:relative;
  padding:50px;
  height:384px;
}
.showroom-info-content:before {
	content:'';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: transparent linear-gradient(89deg, #1F1D1B 0%, #00000000 100%) 0% 0% no-repeat padding-box;
	opacity: 0.7;
  z-index:1;
}
.showroom-info-content > img {
	position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  object-fit:cover;
  z-index:0;
}
.showroom-info-content div {
	max-width:418px;
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:column;
}
.showroom-info-content div > span {
	font-size:18px;
  color:#fff;
  opacity:0.8;
}
.showroom-info-content div > h4 {
	font-size:30px;
  color:#fff;
  font-weight:400;
  width:300px;
  margin-bottom:20px;
}
.showroom-info-content div > h4 > span {
	font-weight:bold;
  line-height:1.1;
}
.showroom-info-content div > a {
	width:fit-content;
  margin-top:30px;
}
.showroom-banner {
	display:flex;
  align-items:center;
  margin-top:60px;
}
.showroom-banner .showroom-banner-left {
	width:34%;
}
.showroom-banner-left span {
	font-size:16px;
  font-weight:bold;
}
.showroom-banner-left span em {
	color:#01C636;
}
.showroom-banner-left > div {
	display:flex;
  gap:20px;
  flex-wrap:wrap;
}
.showroom-banner-left h2 {
	font-size:50px;
  font-weight:400;
  margin-top:10px;
  margin-bottom:30px;
}
.showroom-banner-left h2 span {
	font-weight:bold;
}
.showroom-banner .showroom-banner-right {
	width:66%;
}
.showroom-banner .showroom-banner-right video {
	width:100%;
  height:auto;
}
.showroom-banner .showroom-banner-right img {
	width:100%;
  height:auto;
  object-fit:cover;
}
.showroom-usp {
	background:#F8F8F8;
  padding-top:82px;
  padding-bottom:63px;
  margin-top: -30px;
}
.showroom-usp-wrap {
	display:flex;
  justify-content: flex-start;
}
.showroom-usp-wrap > * {
	flex: 30%;
}
.showroom-usp-title {
	font-size:30px;
  margin-bottom:0;
}
.showroom-usp-items p {
	margin-bottom: 12px;
  font-size:16px;
}
.showroom-usp-items p i:before {
	color:#F2B863;
}
.showroom-content {
	display:flex;
  align-items:center;
  padding-top:90px;
  margin-bottom:90px;
}
.showroom-content > div {
	flex:50%;
}
.showroom-content-image {
	display:flex;
  gap:30px;
}
.showroom-content-image img {
	width:306px;
  height:360px;
  object-fit:cover;
}
.showroom-content-image img:last-child {
	margin-top:30px;
}
.showroom-content-text {
	padding-left:150px;
}
.showroom-content-text h2 {
	font-size:30px;
  margin-bottom:30px;
  font-weight:400;
}
.showroom-visit-info {
	background:#1F1D1B;
  position:relative;
  height:438px;
  display:flex;
  align-items:center;
  margin-bottom:120px;
  z-index:1;
}
.showroom-visit-info .showroom-map {
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  width: 50%;
  object-fit: cover;
  z-index: -1;
}
.showroom-review-wrap .content-scroll-overflow:after {
	display:none;
}
.showroom-visit-info .showroom-person-center {
	position: absolute;
  left: 50%;
  transform:translateX(-50%);
  bottom:0;
  z-index:2;
}
.showroom-visit-info-text {
	color:#fff;
  display:flex;
  flex-direction:column;
  gap:25px;
  max-width:418px;
}
.showroom-visit-info-text p {
	font-size:30px;
  font-weight:400;
  margin-bottom:0;
}
.showroom-visit-info-text span {
	font-size:14px;
}
.showroom-visit-info-text span:last-child {
	text-decoration:underline;
}
.showroom-visit-info-text > a {
	max-width:216px;
}
.showroom-visit-info-hours {
	position:absolute;
  bottom:-20px;
  right:0;
  width:558px;
  background:#F8F8F8;
  z-index:3;
  box-shadow: -2px -2px 6px #00000029;
}
.showroom-visit-info-hours .sowroom-working-hours {
	max-width: 300px;
}
.showroom-slider {
	position:relative;
  margin-bottom:90px;
}
.showroom-slider .slick-arrow{
	position:absolute;
  top:-50px;
}
.showroom-slider .slick-arrow-left {
	right:40px;
}
.showroom-slider .slick-arrow-right {
	right:0;
}
.showroom-slider .slick-arrow.slick-disabled i:before {
	opacity:0.6;
}
.showroom-slider img {
	height:320px;
  width:100%;
  object-fit:cover;
}
.showroom-slider .slick-slide {
      margin: 0 15px;
  }

 .showroom-slider .slick-list {
      margin: 0 -15px;
  }
.showroom-review {
	display:flex;
  gap:30px;
}
.showroom-review > div {
	width:50%;
}
.showroom-review-banner img {
	width:100%;
  height:auto;
}
/* SOWROOM STYLING END */
/* MOBILE Menu BAR */
.mobile-nav-wrap {
	padding:30px 25px;
  display:flex;
  flex-direction:column;
  gap:30px;
}
.mobile-nav-links {
	display:flex;
  flex-direction:column;
  gap:30px;
}
.mobile-nav-links a {
	cursor:pointer;
}
.mobile-nav-link > span {
	dispaly:flex;
  align-items:center
}
.mobile-nav-link > span a {
	font-size:16px;
  font-weight:bold;
}
.mobile-nav-link > span i {
	margin-left:10px;
  font-size:12px;
  cursor:pointer;
}
.mobile-nav-link > span i:before {
	color:#B7B7B7;
}
.mobile-nav-dropdown {
	display:flex;
  flex-direction:column;
  gap:12px;
  padding-left:30px;
  height:0;
  overflow:hidden;
  transition:transform 0.2s ease;
}
.mobile-nav-link.active .mobile-nav-dropdown {
	height:auto;
  transition:transform 0.2s ease;
}
.mobile-nav-link.active span i {
	transform:rotate(180deg);
}
.mobile-nav-dropdown > a {
	font-size:14px;
}
.mobile-nav-links > a {
	font-size:16px;
  height:auto;
}
.mobile-search-open {
	display:none;
}
b,strong {
	font-weight:bold;
}
.product-block-price {
	display: flex;
  flex-direction: column;
/*   height:50px; */
  justify-content:flex-end;
}
.product-block-price .price-old {
	width:fit-content;
}
.product-block-price .price-excl > em,
.product-block-price .price-incl > em {
	font-size:12px;
  font-weight:300;
  margin-left:10px;
}
.collPdp-delivery-title {
/* 	height:42px; */
  color:var(--success-color);
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size:12px;
  margin-top:auto;
  font-weight:bold;
  position:relative;
  padding-left:14px;
}
.collPdp-delivery-title:before {
	content:'';
  position:absolute;
  top:7px;
  width:8px;
  height:8px;
  left:0;
  border-radius:50%;
  background:var(--success-color);
}
.tour-wrap {
	width:70%;
  margin:0 auto;
}
.search-active #search-results {
	opacity: 1;
  visibility:visible;
}
#search-results .search-products > p {
	font-size: 1.3em;
  font-weight:600;
}
#search-results .search-products .list-products {
	list-style:none;
}
#search-results .search-products .list-products li > a {
	gap:20px;
  justify-content: flex-start;
}
#search-results .search-products .list-products li > a .price {
	margin-left:auto;
}
#search-results .search-products .list-products li > a .price > div {
	  font-weight: bold;
    font-size: 1.15rem;
}
/* MOBILE MENU BAR END */
/* COLLECTION FAQ  */
.collection-faq>div>h3 {
	font-size:21px;
  margin-bottom:30px;
}
.collection-faq>div>div {
	margin-bottom:20px;
}
.collection-faq>div>div>h4 {
	  font-size: 17px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.collection-faq>div>div>h4>i {
	cursor:pointer;
  cursor: pointer;
  font-size: 20px;
  font-weight: 900;
}
.collection-faq>div>div.active>h4>i:before {
	content: "\2212"
}
.collection-faq>div>div>p {
    font-size: 15px;
    margin-bottom: 10px;
    display: none;
    opacity: 0;
    height: 0;
    position: absolute;
    left: -9999px;
    color: #000;
}
.collection-faq>div>div.active>p {
	  display: block;
    position: initial;
    left: initial;
    opacity: 1;
    height: auto;
}
/* COLECTION FAQ END */
/* pdp custom variant */
.product-custom-variant-wrap {
	margin-bottom:30px;
}
.product-custom-variant-wrap > h3 {
	  font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}
.product-custom-variant {
	display:flex;
  flex-direction:column;
  gap:20px;
}
.product-custom-variant-item {
  display:flex;
  justify-content:flex-start;
  gap:15px;
  align-items:center;
	border: 0.5px solid #9b9b9b2b;
  padding-right:20px;
  height:62px;
  position:relative;
}
.product-custom-variant-item .var-title {
	font-size: 1.1em;
  font-weight:bold;
  margin-left:10px;
}
.product-custom-variant-item .var-price {
	font-weight:bold;
}
.product-custom-variant-item > a.checkbox-custom {
	margin-left:auto;
  display:flex;
  align-items:center;
  width:20px;
  height:20px;
  border: 1px solid;
	border-color: var(--body-text-color-030);
  text-align: center;
  line-height: 20px;
  border-radius: 3px;
}
.product-custom-variant-item > a.checkbox-custom.active:before {
	content: "\e928";
  background: var(--button-bg-color-090);
  color: var(--body-bg-color);
  border-color: var(--button-bg-color);
  font-family: 'proxima-icons';
  width: 100%;
  height: 100%;
}
.product-custom-variant-item > a.checkbox-custom:after {
	content:'';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

/* Thankyou page */
.gui.gui-thankyou .gui-page-title {
	font-size:28px;
  color:#1f1d1b;
  margin-bottom:30px;
 
}
.gui.gui-thankyou .gui-block {
	border:none;
  color:#1f1d1b;
}
.gui.gui-thankyou .gui-block .gui-block-title {
	 border:none!important;
  font-size: 20px;
}
.gui.gui-thankyou .gui-block .gui-block-inner {
	border:none!important;
  background: var(--header-bg-color);
}
.gui.gui-thankyou .gui-block .gui-block-content .gui-block-subcontent {
	box-shadow: 0px 0px 30px -3px rgba(0,0,0,0.07);
  padding:20px;
  margin-bottom:20px;
  margin-top: 15px;
}
.gui.gui-thankyou .gui-block .gui-block-content > .gui-block-subcontent .gui-table tbody tr td span.gui-nowrap {
	font-weight:600;
}
.gui.gui-thankyou .gui-block .gui-block-content > .gui-col2-big > .gui-col2-big-col2 {
	padding:20px;
  background: var(--cart-totals-bg-color);
}
.gui.gui-thankyou .gui-block .gui-block-content > .gui-col2-big > .gui-col2-big-col2 .gui-price {
	font-weight:600;
  width:27%;
}