*, *::before, *::after {
  box-sizing: border-box;
}
img {
	display:block;
  width: 100%;
  object-fit: cover;
}
button {
	cursor:pointer;
}
body .swiper-horizontal>.swiper-scrollbar {
	left:0;
  width:100%;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  appearance: none;
  outline-width: 0;
  background-image: url("icon-chevron-down-custom.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center; 
  background-size: 12px;
}
.button.w-100,
.w-100 {
	width:100%;
}
.overlay {
	position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:#262f3da1;
  z-index:90;
  cursor:pointer;
  display:none;
}
.overlay.show {
	display:block;
}
.about-wrap ul,
.content ul  {
	list-style-type: disc;
  padding-left: 15px;
}
.show-desktop {display:block;} 
.show-tablet {display:block;}
.show-mobile {display:none;}
/* Buttons */
.button {
	display:flex;
  align-items:center;
  justify-content:center;
  gap:5px;
  border-radius:2px;
  width:fit-content;
  font-weight:bold;
  white-space: nowrap;
  border-radius:2px;
}
.btn-accent {
/* 	background: transparent linear-gradient(90deg, #E8A03C 0%, #FF5233 100%) 0% 0% no-repeat padding-box;
  color:#fff; */
  color:#fff!important;
  background:#f59d12;
  border-radius:6px;
}
.btn-black {
	color:#fff!important;
  background:#1D1D1B;
  border-radius:6px;
}
#header 
.btn-solid {
	background:#262F3D;
  height:42px;
  font-size:16px;
  padding:0 35px;
  color:#fff;
}
.btn-trnsp {
	color:#fff;
  border:1px solid #fff;
  background:transparent;
}
.btn-trnsp-blue:hover,
.btn-trnsp:hover {
	background:#262F3D;
  color:#fff;
  border:1px solid #262F3D;
}
.btn-trnsp-blue {
	color:#262F3D;
  border:1px solid #262F3D;
  background:transparent;
}
.btn-sm { 
  height:42px;
  font-size:16px;
  padding: 0 22px;
}
.btn-md { 
  height:51px;
  font-size:16px;
  padding: 0 22px;
}
.btn-xl { 
  height:76px;
  font-size:20px;
  padding:0 30px;
}
.btn-60 {
	height:60px;
  font-size:20px;
  padding:0 30px;
}
.btn-60.btn-trnsp {
	font-size:18px;
}
.btn-link-accent {
	color:var(--accent);
  text-decoration:underline;
  font-weight:600;
}
.overlay-link {
	position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:10;
}
/* Buttons end */
/* Icons */
.icon-location {
	background-image:url('icon-location-new.svg');  
  background-repeat: no-repeat;
  width:10px;
  height:13px;
  display: inline-block;
  background-size:100%;
}
.icon-phone-custom {
	background-image:url('icon-phone.svg');  
  background-repeat: no-repeat;
  width:14px;
  height:14px;
  display: inline-block;
  background-size:100%;
}
.icon-check-circle {
	background-image:url('icon-check-circle-green.svg');  
  background-repeat: no-repeat;
  width:21px;
  height:21px;
  display: inline-block;
  background-size:100%;
}
.icon-check-circle-green {
	background-image:url('icon-check-circle-green.svg');  
  background-repeat: no-repeat;
  width:21px;
  height:21px;
  display: inline-block;
  background-size:100%;
}
.icon-wheel-accent {
	background-image:url('icon-wheel-accent.svg');  
  background-repeat: no-repeat;
  width:14px;
  height:14px;
  display: inline-block;
  background-size:100%;
}
.icon-wheel-white {
	background-image:url('icon-wheel-white.svg');  
  background-repeat: no-repeat;
  width:14px;
  height:14px;
  display: inline-block;
  background-size:100%;
}
.icon-pdf {
	background-image:url('icon-pdf.svg');  
  background-repeat: no-repeat;
  width:12px;
  height:17px;
  display: inline-block;
  background-size:100%;
}
.icon-mail-custom {
	background-image:url('icon-mail-custom.svg');  
  background-repeat: no-repeat;
  width:12px;
  height:10px;
  display: inline-block;
  background-size:100%;
}
.icon-faq {
	background-image:url('icon-faq.svg');  
  background-repeat: no-repeat;
  width:16px;
  height:16px;
  display: inline-block;
  background-size:100%;
}
.icon-phone-line {
	background-image:url('icon-phone-line.svg');  
  background-repeat: no-repeat;
  width:16px;
  height:16px;
  display: inline-block;
  background-size:100%;
}
.icon-telegram-line {
	background-image:url('icon-telegram-line.svg');  
  background-repeat: no-repeat;
  width:16px;
  height:16px;
  display: inline-block;
  background-size:100%;
}
.icon-odometer {
	background-image:url('icon-odometer.svg');  
  background-repeat: no-repeat;
  width:16px;
  height:16px;
  display: inline-block;
  background-size:100%;
}
.icon-transmission {
	background-image:url('icon-transmission.svg');  
  background-repeat: no-repeat;
  width:16px;
  height:16px;
  display: inline-block;
  background-size:100%;
}
.icon-gas {
	background-image:url('icon-gas-pump.svg');  
  background-repeat: no-repeat;
  width:16px;
  height:16px;
  display: inline-block;
  background-size:100%;
}
.icon-calendar {
	background-image:url('icon-gas-pump.svg');  
  background-repeat: no-repeat;
  width:16px;
  height:16px;
  display: inline-block;
  background-size:100%;
}
.home-block .header > a {
	font-weight:300;
  font-size:14px;
  text-decoration:underline;
}
/* Top bap  */
.notbar {
	font-size:14px;
}
.not-bar-left {
	gap:5px;
  align-items:center;
}
.not-bar-left > a {
	color:#f59d12;
}
.notbar-right {
	display:flex;
  gap:45px;
  align-items:center;
}
.notbar-right .cart-top {
  position:relative;
	color:#F9F9FB;
  font-weight:400;
  text-decoration:underline;
  opacity: 0.5;
  padding-right:0;
}
.notbar-right .cart-top > span {
	position:absolute;
  right: -22px;
  top: -6px;
}
/* Top bar end */
/* Header */
#header .tool a {
	gap:5px;
}
#header .tool.myacc {
	margin-right:65px;
}
.header-nav-grid {
	display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
}

.nav-service-links {
	display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.nav-service-links > a {
	flex: 0 0 auto;
  opacity:50%;
}

.at-home #top {
	background:transparent;
  position:relative;
  color:#ffffff;
  z-index:100;
}
#menu .menu::-webkit-scrollbar {
    height: 6px;
}

#menu .menu::-webkit-scrollbar-track {
    background: transparent;
}

#menu .menu::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 999px;
}
/* Header */
.footer-usps .swiper-wrapper,
#top .swiper-wrapper {
	justify-content:space-between;
}
/* Hero */


.home-block.block_1 {
	margin-top:-50px;
  
}
.hero-section-wrap {
	position:relative;
}
.hero-image-wrap {
	position:absolute;
  width:100%;
  height:611px;
}
.hero-image-wrap:before {
	content:'';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:132px;
  background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 80%);
  z-index:1;
}
.hero-image-wrap:after {
	content:'';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,0.8687850140056023) 0%, rgba(0,0,0,0.5074404761904762) 30%, rgba(0,0,0,0) 60%);
  z-index:1;
}
.hero-image-wrap > img {
/* 	position:absolute;
  top:0;
  left:0; */
  width:100%;
  height:100%;
  object-fit:cover;
  z-index:0;
}
.hero-section-wrap .container {
	height:100%;
}
.hero-section-wrap .hero-text {
  width:590px;
  position:relative;
  z-index: 10;
	display:flex;
  flex-direction:column;
  padding-top: 100px;
  height: 100%;
}
.hero-section-wrap .hero-text > h2 {
	margin-bottom:10px;
  font-size:55px;
  
}
.hero-section-wrap .hero-text > p {
	margin-bottom:30px;
  font-size:21px;
  font-weight:300;
}
.hero-section-wrap .hero-text > h2,
.hero-section-wrap .hero-text > p {
	color:#fff;
}
.hero-cat-grig {
  position:relative;
  z-index: 10;
  display:flex;
  justify-content:space-between;
  margin-top:35px;
  padding-bottom:50px;
  margin-bottom:50px;
}
.hero-cat-grig .swiper-next {
	right:0;
}
.hero-cat-grig .swiper-prev {
	left:0;
}
.hero-cat-grig .swiper-prev,
.hero-cat-grig .swiper-next {
	border:1px solid #cecece;
  border-radius:6px;
  background:#F9F9FB;
  top:135px;
  cursor:pointer;
}
.hero-cat-grig .swiper-pagination-pro {
	top:unset;
  bottom:0;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background:#1D1D1B;
}
.hero-cat-mobile {
	display:none;
}
.hero-cat-item {
	border: 1px solid #E2E2E2;
	border-radius: 2px;
  position:relative;
  top:0;
  transition: top ease 0.3s;
	z-index:10;
  background: #f9f9fbcf;
  backdrop-filter: blur(34px);
  -webkit-backdrop-filter: blur(34px);
}
.hero-cat-image-wrap {
	position:relative;
  height:220px;
  border-radius: 2px 2px 0 0;
  opacity: 1;
  
}
.hero-cat-image-wrap > img {
	object-fit:contain;
}
.hero-cat-item > span {
	font-size:20px;
  text-align:center;
  text-transform:uppercase;
  display:block;
  margin-bottom:12px;
  margin-top:10px;
}
.show-hover-cat {
  position:absolute;
  top:100%;
  left: -1px;
  width: calc(100% + 2px);
  max-height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: max-height 0.3s; 
  -moz-transition: max-height 0.3s; 
  -ms-transition: max-height 0.3s; 
  -o-transition: max-height 0.3s; 
  transition: max-height 0.3s; 
  border: 1px solid #E2E2E2;
  border-top:none;
  background: rgb(249,249,251);
	background: linear-gradient(180deg, rgb(243 243 243) 0%, rgb(255 255 255) 100%);
  backdrop-filter: blur(34px);
}
.show-hover-cat p {
	font-size:14px;
  margin-bottom:12px;
}
.show-hover-cat a {
	width:100%;
  text-align-center;
}
.hero-cat-item:hover {
	top: -95px;
  border-bottom:0;
}
.hero-cat-item:hover .show-hover-cat {
	max-height: 300px;
  padding: 20px;
  opacity: 1;
}
/* Hero end */
/* Home Video block  */
.home-block-video {
	position:relative;
  padding-top:40px;
  margin-bottom:28px;
}
.home-block-video:before {
	content:'';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:50%;
  max-height:457px;
  background:#fff;
  z-index:1;
}
.home-block-video .container {
	position:relative;
  z-index:2;
}
.video-block-content-grid {
	display:flex;
  justify-content:space-between;
  gap:50px;
  margin-bottom:40px;
}
.video-block-content-left {
	max-width:754px;
}
.video-block-content-right {
	max-width:448px;
}
.video-block-content-left p {
	font-size:18px;
  line-height:30px;
  font-weight:300;
}
.video-block-content-left h3 > span {
	color:var(--accent);
}
.video-block-content-right > p {
	display:flex;
  align-items:center;
  gap:20px;
  margin-bottom:26px;
  font-size:18px;
  font-weight:bold;
}
.video-block-content-right > p:last-child {
	margin-bottom:0;
}
.media-block img {
	width:100%;
  object-fit:cover;
  border-radius:5px;
}

/* Home video block end */
.home-block.block_5 {
	margin-top:67px;
}
.home-block.block_3 .header .title {
	font-size:30px;
}
.home-block.block_3 .header {
	padding-left:0;
  margin-bottom:24px;
}
.home-block.block_3 .header .title em {
	color:var(--accent);
  margin-left:5px;
}
.home-block.block_3 .banner.banner7 {
	padding:0;
}
.home-block.block_3 .banner.banner7 .banner-text .maintitle {
	font-size:40px;
}
.home-block.block_3 .banner.banner7 .banner-text .maintitle i {
  width: 36px;
  height: 33px;
  background-size: 100%;
}
.home-block.block_3 .banner.banner7 .banner-text .subtitle {
	font-size:18px;
  font-weight:bold;
  opacity:0.75;
  line-height:30px;
  margin-bottom:13px;
}
.home-block.block_3 .banner7 .banner-inner .banner-text {
	height:100%;
  border-radius:5px;
}
.home-block.block_3 .banner7 .banner-inner .banner-text .maintitle {
	max-width:334px;
}
.home-block.block_3 .banner7 .banner-inner .banner-text .subtitle {
	max-width:166px;
}
.home-block.block_3 .products-list {
	padding:0 0 0 30px;
}
.home-pdp-grid {
	display:flex;
  flex-direction:column;
  gap:20px;
}
.home-pdp-grid .pdp-item-name {
	text-decoration:underline;
}
/* Products  */
.pdp-list-wrap {
	position: relative;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 0px 38px 0px 0;
  min-height: 220px;
  display:flex;
  background:#fff;
  gap:24px;
}
.pdp-list-wrap .a-label {
	position: absolute;
  left: 0;
  top: 0;
  width: 110px;
  height: 110px;
  z-index: 2;
}
.pdp-list-wrap .a-label img {
  object-fit: contain;
  width: 110px;
  height: 110px;
}
.product-top-grid .a-label {
  position: absolute;
  left: -30px;
  top: -25px;
  width: 130px;
  height: 130px;
  z-index: 2;
}
.product-top-grid.visible-tablet.visible-mobile .product-top-left .a-label {
	left: -15px;
}
.product-top-grid .a-label img {
  object-fit: contain;
  width: 130px;
  height: 130px;
}
.product-top-grid {
	position:relative;
}
.pdp-image {
	position:relative;
}
.pdp-image:before {
	content:'';
  position:absolute;
  width:1px;
  height:100%;
  background:#E1E1E1;
  right:0;
  top:0;
  z-index:10;
}
.pdp-image-swipwe {
	max-width:320px;
}
.pdp-image-swipwe .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pdp-image-swipwe .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pdp-image-swipwe .swiper-pagination {
  flex-direction: row;
  justify-content: center;
  position:absolute;
  bottom:5px;
  left:50%;
  transform:translateX(-50%);
}
.pdp-image-swipwe .swiper-pagination > span {
	width:8px;
  height:8px;
  border-radius:50%;
  border:none;
  background:#D7D7D9;
}
.pdp-image-swipwe .swiper-pagination > span.swiper-pagination-bullet-active {
	width:10px;
  height:10px;
}


.pdp-action {
  width:calc(100% - 358px);
	display:flex;
  flex-direction:column;
  justify-content:center;
  gap:15px;
  padding:20px 0;
  position:relative;
}
.pdp-action .wrap-link {
	position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.pdp-action > a {
	font-size:20px;
  font-weight:bold;
  text-decoration:none;
}
.pdp-specs {
	display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:flex-start;
  gap:30px;
}
.pdp-specs > div {
	display:flex;
  flex-direction:column;
}
.pdp-specs > div span:first-child {
	font-size:16px;
  font-weight:300;
  opacity:0.5;
}
.pdp-specs > div span:last-child {
	font-size:16px;
  font-weight:600;
}
.pdp-action-price {
	display:flex;
  align-items:center;
  gap:45px;
}
.pdp-price-wrap .main-price {
	font-size:24px;
  font-weight:bold;
}
.pdp-price-wrap .main-price sup {
	font-style:normal;
  font-size:14px;
  font-weight:400;
  opacity:1;
  margin-right:3px;
}
.pdp-price-wrap .main-price em {
	font-style:normal;
  font-size:14px;
  font-weight:300;
  opacity:0.5;
  margin-right:3px;
}
.pdp-stock-info {
  position:relative;
	display:flex;
  flex-direction:column;
  position:relative;
  padding-left:40px;
}
.pdp-stock-info:before {
	content:'';
  position:absolute;
  width:1px;
  height:100%;
  background:#E1E1E1;
  left:0;
  top:0;
}
.pdp-stock-info .availability {
	position:relative;
  font-size:14px;
  font-weight:400;
  padding-left:10px;
}
.pdp-stock-info .availability:before {
	content:'';
  position:absolute;
  left:0;
  top:50%;
  transform:translateY(-50%);
  width:4px;
  height:4px;
  border-radius:50%;
  background:var(--green);
}
.pdp-stock-info .pdp-stock-extra-info {
	font-size:12px;
  font-weight:300;
  opacity:0.5;
}
/* Products END */
/* Home blog */
.home-block.block_4 #blog {
	padding-top:74px;
  padding-bottom:104px;
}
.home-block .header {
	margin-bottom:20px;
}
.home-block.block_4 #blog .header .title {
	font-size:30px;
}
.blog-article .article-date {
	font-size:14px;
  font-weight:300;
  color:#262F3D;
  opacity:0.5;
}
.blog-article .maintitle {
	font-size:20px;
  font-weight:bold;
}
.blog-article .meta > p {
	font-size:14px;
  font-weight:300;
}
.blog-article .banner-btn {
	font-size:14px;
  font-weight:300;
  text-decoration:underline;
}
.text-overflow .anyipsum {
	display:flex;
  flex-direction:column;
  gap:30px;
}
.text-overflow .anyipsum > div {
	flex:50%;
}
.text-overflow .anyipsum li {
	font-weight:300;
  line-hright:25px;
  margin-bottom:5px;
}
.text-overflow .anyipsum p {
	font-weight:300;
}
.home-block .header .title {
    font-size: 30px;
}
.anyipsum h4,
.anyipsum h3,
.anyipsum h2 {
	font-size:20px;
  margin-bottom:8px;
  line-height:1;
}
.anyipsum p,
.anyipsum li {
	font-size:18px;
}
.anyipsum p {
	padding-bottom:15px;
}
.anyipsum ul {
	margin-bottom:15px;
}
/* COLLECTION */
.collection-catalog .products-area.grid.grid-list {
	grid-column-gap: 8px;
  grid-row-gap: 8px
}
.collection .products-area.grid.grid-list {
	grid-column-gap: 20px;
  grid-row-gap: 20px
}
.collection-top {
	position:relative;
	height:338px;
  margin-bottom:30px;
  background:#1d1d1b;
}
.collection-top > figure {
	position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:1;
}
.collection-top > figure:before {
	content:'';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: transparent linear-gradient(269deg, #262F3D00 0%, #262F3D 100%) 0% 0% no-repeat padding-box;
  mix-blend-mode: darken;
}
.collection-top > figure p {
	margin-bottom:0;
  height:100%;
  width:100%;
}
.collection-top-grid .collection-top-image,
.collection-top-grid .collection-image {
	height:100%;
}
.collection-top-grid .collection-image > img,
.collection-top > figure img {
	width:100%;
  height:100%;
  object-fit:cover;
}
.collection-top .container {
	position:relative;
  height:100%;
  z-index:3;
}
.collection-top-grid {
	color:#fff;
  display:flex;
  height:100%;
  align-items:center;
}
.collection-top-content {
	width:448px;
  margin-bottom: 20px;
}
.collection-top-content .breadcrumb-container {
	padding:0;
}
.collection-top-content h1 {
	color:#fff;
  margin-bottom: 5px;
}
.collection-top-text {
	font-size:14px;
  font-weight:300;
}
.collection-top-contact {
	margin-top:20px;
}
.collection-top-contact p {
	font-size:16px;
  font-weight:600;
}
.collection-top-contact p a {
	font-weight:bold;
}
.pdp-col-action {
	margin-left:auto;
}
.col-pdp-banner {
	position:relative;
  height:226px;
  padding-top:45px;
  padding-left:53px;
}
.col-pdp-banner > figure {
	position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.col-pdp-banner > figure:before {
	content:'';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: rgb(38,47,61);
	background: linear-gradient(0deg, rgba(38,47,61,1) 0%, rgba(0,0,0,0.33) 100%);
  mix-blend-mode: darken;
  border-radius:5px;
}
.col-pdp-banner > figure img {
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:5px;
}
.col-pdp-banner div {
position:relative;
z-index:2;
  color:#fff;
}
.col-pdp-banner div p {
	font-size:30px;
  font-weight:bold;
  margin-bottom:10px;
}
.col-pdp-banner div p i {
	margin-right:8px;
  width: 25px;
  height: 23px;
}
.col-pdp-banner div span {
	font-size:17px;
  font-weight:bold;
  opacity:0.75;
  margin-bottom:20px;
  display:block;
}
.mobile-menu-side .filters-aside {
	background:#fff;
  padding:16px 20px;
}
.price-filter-action {
	flex-direction:column;
  gap:30px;
}
.collection-dealer-form {
	margin-top:20px;
  background:#fff;
  padding:16px 20px;
}
.collection-dealer-form select {
	height:42px;
  margin-bottom:10px;
}
.collection-dealer-form .form-checkbox {
	display:flex;
  align-items:center;
  gap:10px;
  
}
.collection-dealer-form .form-checkbox label {
	font-size:14px;
}
.collection-dealer-form .form-checkbox input {
	margin:0;
}
.collection-dealer-form input {
	height:42px;
  margin-bottom:10px;
  border: 1px solid #E1E1E1;
	border-radius: 2px;
}
.collection-dealer-form p { 
	font-size:20px;
  font-weight:bold;
  margin-bottom:5px;
}
.collection-dealer-form p i {
	margin-right:10px;
}
.collection-dealer-form span {
	font-size:14px;
  font-weight:300;
  line-height:23px;
}
.collection-dealer-form form {
	margin-top:15px;
}
.collection-dealer-form form button {
	width:100%;
}
.collection-content-bottom {
	background:#fff;
}
.collection-content-bottom .content.toggle-content {
	border:none;
}
.collection-content-bottom .content.toggle-content > div {
	display:flex;
  gap:30px;
  flex-direction:column;
}
.collection-content-bottom .content.toggle-content > div > div {
	flex:50%;
}
.collection-content-bottom .content.toggle-content > h4 {
	font-size:30px;
}
.collection-content-bottom .content.toggle-content div h3,
.collection-content-bottom .content.toggle-content div h4,
.collection-content-bottom .content.toggle-content div h2 {
	font-size:20px;
  margin-bottom:10px;
  line-height:1;
}
.collection-content-bottom .content.toggle-content > div p {
	font-size:18px;
  font-weight:300;
  padding-bottom:20px;
}
.filters_active > span {
	font-size:20px;
}
.filters_active .ccnt {
	color:#fff;
}
/* main category */
.coll-main-top {
	padding-top:36px;
  padding-bottom:50px;
}
.coll-main-grid {
	display:flex;
  gap:30px;
}
.coll-main-content {
	width:calc(100% - 560px);
  display:flex;
  flex-direction:column;
  justify-content: space-between;
}
.coll-main-image {
	width:530px;
}
.coll-main-image .col-pdp-banner {
	height:234px;
}
.coll-main-content .breadcrumb-container {
	padding-top:0;
  padding-bottom:10px;
}
.coll-main-content h1 {
	font-size:40px;
  line-height:1;
  margin-bottom:15px;
}
.coll-main-content-top p {
	font-size:14px;
  font-weight:300;
  line-height:25px;
}
.coll-top-subcats {
  margin-top:14px;
	display:flex;
  justify-content:space-between;
  gap:10px;
}
.coll-top-subcats > a {
	height:61px;
  line-height:61px;
  text-align:center;
  border: 1px solid #262f3d33;
	border-radius: 5px;
  flex:1;
  font-size:16px;
  font-weight:500;
  background:#F9F9FB;
  line-height: 1.1;
  display: flex;
  align-items: center;
  justify-content:center;
  padding: 0 10px;
}
.coll-top-subcats > a:hover {
	background:#fff;
}
.collection #sortselect {
	background-color:#F9F9FB;
}
.page-container.collection {
	padding-bottom:70px;
}
/* main category end */
/* COLLECTION END */
/* PRODUCT PAGE */
.product-wrap {
	position:relative;
  background:#fff;
}
.product-wrap:after {
	content:'';
  position:absolute;
  top:584px;
  left:0;
  width:100%;
  height:310px;
  background:#F9F9FB;
  z-index:0;
}
.product-banner {
	position:absolute;
  top:0;
  left:0;
  width:100%;
  height:584px;
  z-index:1;
}
.product-banner > p {
	height:100%;
}
.product-banner img {
	object-fit:cover;
  height:100%;
}
.product-top {
	padding-top:25px;
  position:relative;
  z-index:10;
}
.product-top-grid {
	display:flex;
  gap:37px;
}
.product-top-left {
	width:calc(100% - 590px);
  margin-top:479px;
}
.product-top-left > a {
	font-weight:bold;
  display:block;
  text-align:center;
}
.product-images-grid {
	display:grid;
  grid-template-columns: repeat(3, calc(100% / 3 - 13px));
  gap:20px;
  position:relative;
  max-height:390px;
  overflow:hidden;
  margin-bottom:30px;
}
.product-images-grid:before {
	content:'';
  position:absolute;
  bottom:0;
  left:0;
  height:160px;
  width:100%;
  background: transparent linear-gradient(0deg, #F9F9FB00 0%, #F9F9FB 100%) 0% 0% no-repeat padding-box;
  z-index:1;
}
.product-images-grid:after {
	content:'';
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:87px;
  background:#F9F9FB;
}
.product-images-grid.open:after,
.product-images-grid.open:before {
	display:none;
}
.show-more-less-images {
	margin-top:-100px;
  position:relative;
  z-index:2;
  display:flex;
  justify-content:center;
}
.show-more-less-images.open {
	margin-top:0;
}
.show-more-less-images a {
	font-size:18px;
  font-weight:600;
  text-decoration:underline;
}
.show-more-less-images .close-prod-images {
	display:none;
}
.show-more-less-images.open .close-prod-images {
	display:block;
}
.show-more-less-images.open .open-prod-images {
	display:none;
}
.product-images-grid > a {
	position:relative;
  max-height:230px;
  height:fit-content;
}
.product-images-grid > a:before {
	content:"";
  position:absolute;
  bottom:10px;
  right:10px;
  width:21px;
  height:21px;
  background-image:url('icon-search-plus.svg');  
  background-repeat: no-repeat;
  display: inline-block;
  background-size:100%;
  
}
.product-images-grid.open {
	height:auto;
  max-height:fit-content;
}
.product-images-grid img {
	width:100%;
  height:auto;
  background-color:#fff;
}
.product-top-right {
	width:560px;
}
.product-action {
	background:#fff;
  padding:32px 30px 26px 30px;
  border: 1px solid #E1E1E1;
}
.product-action .title {
	margin-bottom:35px;
}
.colors-dropdown-wrapper,
.product-top-specs {
	margin-bottom:35px;
}
.colors-dropdown-wrapper.expanded .colors-items {
	display: grid;
  grid-template-columns: repeat(5, calc(100% / 5 - 20px));
  gap:8px;
}
.colors-dropdown-wrapper.expanded .colors-items.more-images a:nth-child(n+5) {
	display:flex;
}
.colors-dropdown-wrapper .colors-items {
	display:flex;
  gap:8px;
}
.colors-dropdown-wrapper .colors-items.more-images a:nth-child(n+5) {
    display: none;
}
.colors-dropdown-wrapper .colors-items a.show-all-variants {
	display:flex!important;
  align-items:center;
  justify-content:center;
  width:76px;
  height:74px;
  font-size:18px;
  font-weight:bold;
  opacity:0.4;
}
.colors-dropdown-wrapper.expanded .colors-items a.show-all-variants {
	display:none!important;
}
.colors-dropdown-wrapper .colors-items a.hide-all-variants {
	display:none!important;
}
.colors-dropdown-wrapper.expanded .colors-items a.hide-all-variants {
	display:flex!important;
  align-items:center;
  justify-content:center;
  width:76px;
  height:74px;
  font-size:20px;
  font-weight:bold;
  opacity:0.4;
}
.popup-test-drive {
  margin-bottom: 13px;
  margin-top: 5px;
  width: 100%;
  height: 51px;
  border-radius: 6px;
}
.popup-trade-in {
  align-items: center;
  gap: 10px;
  display: inline-flex;
  margin-bottom: 13px;
  text-decoration: underline;
}
.test-drive-subtitle {
	font-weight:300;
}
.test-drive-subtitle > a {
	font-weight:bold;
  margin-left:13px;
}

.colors-dropdown-wrapper .colors-items a {
	border: 1px solid #ECECF0;
  border-radius: 2px;
  width:76px;
  height:74px;
  order:1;
}
.colors-dropdown-wrapper .colors-items a.active {
	border: 1px solid #262F3D;
  order:0;
}
.costom-options-content {
	margin-bottom:20px;
  margin-top:35px;
}
.costom-options-content p {
	font-size:20px;
  font-weight:bold;
  margin-bottom:10px;
}
.costom-options-content span {
	font-weight:300;
}

.product-configure-custom-option > label {
/* 	font-weight:bold;
  margin-bottom:10px;
  display:block; */
	display:none;
}
.product-custom-wrap .product-configure-custom-option-item input {
	width: 27px;
  height: 27px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  z-index: 0;
}
.product-custom-wrap .product-configure-custom-option-item {
	padding:10px;
  font-size:14px;
  font-weight:600;
  position:relative;
  height:52px;
  display:flex;
  align-items:center;
  position:relative;
}
.product-custom-wrap .product-configure-custom-option > div:nth-child( even ) {
	background:#F9F9FB;
}
.product-custom-wrap .product-configure-custom-option > div:nth-child( odd ) {
	border-right:1px solid #F9F9FB;
  border-left:1px solid #F9F9FB;
}
.product-custom-wrap .product-configure-custom-option > div:first-of-type {
	border-radius:5px 5px 0 0;
}
.product-custom-wrap .product-configure-custom-option > div:last-of-type {
	border-radius:0 0 5px 5px;
  border-bottom:1px solid #F9F9FB;
}
.product-custom-wrap .product-configure-custom-option-item label {
  cursor:pointer;
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding-left:50px;
  position:relative;
  gap:5px;
  line-height:1.2;
}
.product-custom-wrap .product-configure-custom-option-item label:before {
	content:'';
  position:absolute;
  top:0;
  left:0;
  width:50px;
  height:100%;
  cursor:pointer;
  z-index:10;
  
}
.product-custom-wrap .product-configure-custom-option-item label em {
	font-weight:300;
  white-space:nowrap;
}
.product-custom-wrap .product-configure-custom-option-item .product-configure-clear {
		width: 30px;
    height: 30px;
    border: 1px solid #262F3D;
		border-radius: 5px;
    display: inline-block;
    position: absolute;
    left: 10px;
    z-index: 0;
    top: 50%;
    transform: translateY(-50%);
    display:flex;
    align-items:center;
    justify-content:center;
  	background:#fff;
}
.product-custom-wrap .product-configure-custom-option-item .product-configure-clear:before {
	content:'+';
  font-size:18px;
}
.product-custom-wrap .product-configure-custom-option-item input:checked + label + .product-configure-clear:before {
	content:'\e90e';
  font-family: 'department-font' !important;
  color:#fff;
}
.product-custom-wrap .product-configure-custom-option-item input:checked + label + .product-configure-clear {
	background:#262F3D;
}
.product-ofer-btn {
	margin-top:15px;
}
.product-ofer-btn > span {
	margin-top:13px;
  display:block;
  font-weight:300;
}
.product-ofer-btn > span button {
	background:transparent;
  text-decoration:underline;
  font-size: 16px;
    font-weight: 300;
}

.product-content.mt-100 {
	margin-top:100px;
}
.product-content > h2 {
	font-size:30px;
  font-weight:bold;
  margin-bottom:20px;
}
.product-content > div p {
	font-weight:300;
  margin-bottom:20px;
  font-size:16px;
  font-weight:300;
}
.product-content > div {
	font-weight:300;
}
.product-content div h2,
.product-content > div h4 {
	font-size:16px;
  margin-bottom:5px;
  font-weight:bold;
}
.product-content > div ul {
	padding-left:20px;
  list-style:disc;
}
.product-content > div ul li {
	margin-bottom:10px;
}
.content-image-right {
	margin-top:30px;
}
.product-bottom {
	position:relative;
  margin-top:90px;
}
.product-bottom > .container {
	position:relative;
}
.product-bottom:before {
	content:'';
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:365px;
  background:#F9F9FB;
}
.product-bottom-grid {
	display:flex;
  gap:30px;
}
.product-bottom-left {
	width:55%;
}
.product-bottom-right {
	width:45%;
}
.product-spec-list > h3 {
	font-size:30px;
  margin-bottom:10px;
} 
.product-spec-list > p {
	font-weight:300;
}
.product-spec-list > p > a {
	color:#FF8633;
  font-weight:600;
}
.product-spec-list > div {
	margin-top:10px;
}
.product-spec-list > div > div {
	width:100%;
  display:flex;
  align-items:center;
  height:50px;
  justify-content:space-between;
  font-weight:300;
  padding:0 20px;
  border:1px solid #F9F9FB;
}

.product-spec-list > div  .spec-item:nth-child( odd ) {
	background:#F9F9FB;
}
.product-spec-list > div  .spec-item:first-of-type {
	border-radius:5px 5px 0 0;
}
.product-spec-list > div  .spec-item span svg {
  display: block;
  width: 20px;
  height: 20px;
}
.col-pdp-banner.for-pdp-page {
	margin-top:50px;
}
.product-bottom-slider {
	margin-top:60px;
  padding-bottom:30px;
}
.product-pdf-section {
	margin-top:30px;
  display:flex;
  align-items:center;
  gap:30px;
}
.product-pdf-links {
	width:418px;
  display:flex;
  flex-direction:column;
  gap:20px;
}
.product-pdf-links > span {
	font-size:30px;
  font-weight:bold;
}
.product-pdf-links > a {
	font-size:16px;
  font-weight:500;
  text-decoration:underline;
  display:flex;
  align-items:center;
}
.product-pdf-links > a i {
	margin-right:5px;
}
.product-pdf-image {
	width:calc(100% - 448px);
}

.test-drive-popup,
.pdp-offer,
.pdp-trade {
	position:fixed;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  width:642px;
  height:auto;
  background:#F9F9FB;
  border-radius: 2px;
  padding:30px;
  z-index:1100;
  display:none;
}
.test-drive-popup.open,
.pdp-offer.open,
.pdp-trade.open {
	display:block;
}
.test-drive-popup > a,
.pdp-offer > a,
.pdp-trade > a {
	position:absolute;
  top:20px;
  right:20px;
  width:28px;
  height:28px;
  border-radius:50%;
  background:#262F3D;
  color:#fff;
  text-align:center;
  line-height:28px;
}
.test-drive-popup > p,
.pdp-offer > p,
.pdp-trade > p {
	font-size:30px;
  font-weight:bold;
}
.test-drive-popup span,
.pdp-offer span,
.pdp-trade span {
	font-size:16px;
  font-weight:300;
}
/* .test-drive-popup form,
.pdp-offer form,
.pdp-trade form {
	margin-top:20px;
}
.form-checkbox > label {
	font-size:16px;
  font-weight:300;
  line-height:1;
}
.test-drive-popup form > label,
.pdp-offer form > label {
	font-size:16px;
  font-weight:300;
  margin-bottom:8px;
  display:block;
  line-height:1;
}
.test-drive-popup form input,
.pdp-offer form input {
	background: #FFFFFF;
  border: 1px solid #E1E1E1;
  border-radius: 2px;
  padding-left:20px;
  margin-bottom:10px;
}
.test-drive-popup form input[type='checkbox'],
.pdp-offer form input[type='checkbox'] {
	width:21px;
  height:21px;
  border:#162346;
  margin-bottom:0;
}
.test-drive-popup textarea,
.pdp-offer textarea {
	height:126px;
  background: #FFFFFF;
  border: 1px solid #E1E1E1;
  border-radius: 2px;
}
.pdp-offer form > div {
	display:flex;
  align-items:center;
  justify-content:space-between;
  margin-top:16px;
}
.pdp-offer form > div span {
	display:flex;
  align-items:center;
  gap:5px;
}
.pdp-offer form > div span label {
	font-size:14px;
  font-weight:300;
}
.pdp-offer form > div span label a {
	text-decoration:underline;
}
#submitButton:disabled {
  cursor: not-allowed; 
  filter: grayscale(1);
  }
form.dealet-page-form > div span input,
.pdp-offer form > div span input {
	position:relative;
}
form.dealet-page-form > div span input:before,
.pdp-offer form > div span input:before {
  content:'';
	position:absolute;
  top:0;
  left:0;
  width:150px;
  height:100%;
  z-index:10;
}
.test-drive-popup form div {
	display:flex;
  align-items:center;
  gap:16px;
  margin-top:16px;
  flex-wrap:wrap;
}
.test-drive-popup .form-checkbox {
	display:flex;
  align-items:center;
  gap:5px;
  margin-bottom:20px;
}
.test-drive-popup form select,
.pdp-popup form select {
	width:388px;
  height:50px;
  padding:0 20px;
  margin-bottom:10px;
  border:1px solid #E1E1E1;
  border-radius:2px;
  color:#7d7d7d;
} */
.pdp-popup {
  --accent:       #f2ba00;   /* shop accent — tweak to match */
  --accent-ink:   #1a1a1a;   /* text on accent buttons */
  --field-border: #d5d8dc;
  --radius:       10px;

  max-width: 560px;
  width: 100%;
  margin: 0 auto;
  padding: 1.75rem;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .18);
  box-sizing: border-box;
}

/* ---- two-column field grid ---- */
.pdp-popup .mox-lead-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: .9rem;
  row-gap: .2rem;
  align-items: start;
}

.pdp-popup .field {
  display: flex;
  flex-direction: column;
  gap: .25rem;
  min-width: 0;                 /* prevents grid overflow */
}

.pdp-popup .field label {
  font-size: .82rem;
  font-weight: 600;
  color: #333;
  margin-top: .5rem;
}

/* full-width rows */
.pdp-popup .field--full,
.pdp-popup .mox-lead-form > .policy,
.pdp-popup .mox-lead-form > .form-status,
.pdp-popup .mox-lead-form > button[type="submit"] {
  grid-column: 1 / -1;
}

/* ---- fields ---- */
.pdp-popup input,
.pdp-popup select,
.pdp-popup textarea {
  width: 100%;
  padding: .7rem .85rem;
  font-size: .95rem;
  line-height: 1.4;
  color: #222;
  background: #fff;
  border: 1px solid var(--field-border);
  border-radius: var(--radius);
  box-sizing: border-box;
  height:initial;
  transition: border-color .18s ease, box-shadow .18s ease;
  -webkit-appearance: none;
  appearance: none;
}

.pdp-popup input::placeholder,
.pdp-popup textarea::placeholder { color: #9aa0a6; }

.pdp-popup input:focus,
.pdp-popup select:focus,
.pdp-popup textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(242, 186, 0, .18);
}

.pdp-popup textarea { min-height: 70px; resize: vertical; }

/* dropdown chevron */
.pdp-popup select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath fill='%23666' d='M6 8 0 2l1.4-1.4L6 5.2 10.6.6 12 2z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right .85rem center;
  padding-right: 2.3rem;
  cursor: pointer;
}

/* ---- license plate (NL yellow look) ---- */
.pdp-popup .kentekenplaat {
  background: #f2ba00 url(icon-euflag.svg) no-repeat 0 0 !important;
  background-size: auto 100% !important;
  border: 1px solid #000 !important;
  border-radius: 4px !important;
  color: #222 !important;
  font-family: Kenteken, Arial, sans-serif !important;
  font-size: 1.1em !important;
  font-weight: 700 !important;
  letter-spacing: .04em !important;
  padding: .55em .55em .55em 2.6em !important;
  text-transform: uppercase !important;
}
.pdp-popup .kentekenplaat::placeholder { color: #6b5a00 !important; }

/* ---- privacy checkbox row ---- */
.pdp-popup .policy {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin-top: 1rem;
  font-size: .85rem;
  font-weight: 400;
  color: #555;
  line-height: 1;
}
.pdp-popup .policy input {
  width: auto;
  margin: .15rem 0 0;
  flex: 0 0 auto;
  accent-color: var(--accent);
}
.pdp-popup .policy a { color: var(--accent-ink); text-decoration: underline; }
.pdp-popup .policy input[type="checkbox"] {
  -webkit-appearance: auto;
  appearance: auto;
  width: 16px;
  height: 16px;
  accent-color: var(--accent);
  cursor: pointer;
}
/* ---- submit button ---- */
.pdp-popup button[type="submit"] {
  margin-top: 1.1rem;
  padding: .85rem 1rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--accent-ink);
  background: var(--accent);
  border: 0;
  border-radius: var(--radius);
  cursor: pointer;
  transition: filter .18s ease, transform .05s ease, opacity .18s ease;
}
.pdp-popup button[type="submit"]:hover:not(:disabled) { filter: brightness(.94); }
.pdp-popup button[type="submit"]:active:not(:disabled) { transform: translateY(1px); }
.pdp-popup button[type="submit"]:disabled { opacity: .5; cursor: not-allowed; }

/* ---- status message ---- */
.pdp-popup .form-status {
  margin-top: .9rem;
  padding: .75rem 1rem;
  border-radius: var(--radius);
  font-size: .9rem;
}
.pdp-popup .form-status--ok  { background: #e8f6ec; color: #1b5e28; }
.pdp-popup .form-status--err { background: #fdecea; color: #8b1c13; }

/* honeypot stays hidden */
.pdp-popup [aria-hidden="true"] { position: absolute; left: -9999px; }

/* ---- collapse to one column on narrow screens ---- */
@media (max-width: 440px) {
  .pdp-popup { padding: 1.25rem; }
  .pdp-popup .mox-lead-form { grid-template-columns: 1fr; }
}
/* PRODUCT PAGE END */


/* TEXTBAGE */
/* ABOUT PAGE */
.about-wrap {
	position:relative;
  padding-top:80px;
  background:#fff;
}
.about-wrap > figure {
	position:absolute;
  top:0;
  left:0;
  width:100%;
  height:405px;
  z-index:1;
}
.about-wrap > figure img {
	height:100%;
}
.about-wrap > figure:before {
	content:'';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: transparent linear-gradient(180deg, #262F3D 0%, #18202C00 100%) 0% 0% no-repeat padding-box;
  mix-blend-mode: darken;
  opacity: 0.81;
}
.about-wrap > figure:after {
	content:'';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: #262F3D 0% 0% no-repeat padding-box;
	opacity: 0.9;
}
.about-wrap .container {
	position:relative;
  z-index:2;
}
.about-top-grid {
	display:flex;
  justify-content:space-between;
  align-items:center;
  gap:30px;
  margin-bottom:55px;
}
.about-top-title{
  max-width:642px;
	
}
.about-top-title h2 {
	font-size:40px;
  color:#fff;
}
.about-top-title p {
	font-size:18px;
  font-weight:100;
  color:#fff;
}
.about-top-contact {
	width:530px;
  background:#F9F9FB;
  border-radius:2px;
  padding:20px 60px 30px 30px; 
}
.about-top-contact > span {
	font-size:20px;
  font-weight:bold;
}
.about-top-contact-grid {
	display:flex;
  justify-content:space-between;
  align-items:center;
  margin-top:10px;
}
.about-top-contact-grid p {
	display:flex;
  flex-direction:column;
  gap:7px;
  font-size:14px;
}
.about-top-contact-grid p span,
.about-top-contact-grid p a {
	display:flex;
  align-items:center;
  gap:20px;
}
.about-top-contact-grid > p:last-child > span:last-child {
	padding-left:30px;
}
.about-content-grid {
	display:flex;
  justify-content:space-between;
  align-items:center;
  gap:30px;
  margin-top:60px;
}
.about-content-grid img {
	border-radius:5px;
}
.about-content-grid > div {
	width:calc(50% - 15px);
}
.about-content-grid > div h3 {
	font-size:30px;
  margin-bottom:22px;
}
.about-content-grid > div p {
	font-weight:300;
  margin-bottom:25px;
  line-height:29px;
}
.about-content-grid > div ul li {
	font-weight:300;
  margin-bottom:10px;
  line-height:29px;
}
.about-content-link {
	font-weight:500;
}
.about-content-link a {
	font-weight:bold;
  margin-left:12px;
}
/* ABOUT PAGE END */
.about-wrap.dealer-section {
	padding-top:37px;
}
.about-wrap.dealer-section .about-top-contact {
	width:642px;
}
.about-wrap.dealer-section .about-top-title {
	max-width:590px;
}
.about-wrap.dealer-section > figure {
	height:600px;
}
.dealer-section .textpage-usp {
	margin-top:25px;
}
.dealer-section .textpage-usp p {
	margin-bottom:25px;
  display:flex;
  align-items:center;
  font-weight:bold;
  line-height:1;
}
 
 form.dealet-page-form > label {
	font-size:16px;
  font-weight:300;
  margin-bottom:10px;
  display:block;
}
form.dealet-page-form input {
	background: #FFFFFF;
  border: 1px solid #E1E1E1;
  border-radius: 2px;
  padding-left:20px;
  margin-bottom:10px;
}
form.dealet-page-form input[type='checkbox'] {
	width:21px;
  height:21px;
  border:#162346;
  margin-bottom:0;
}
.dealet-page-form textarea {
	height:126px;
  background: #FFFFFF;
  border: 1px solid #E1E1E1;
  border-radius: 2px;
}
form.dealet-page-form > div {
	display:flex;
  align-items:center;
  justify-content:space-between;
  margin-top:16px;
}
form.dealet-page-form > div span {
	display:flex;
  align-items:center;
  gap:5px;
}
form.dealet-page-form > div span label {
	font-size:14px;
  font-weight:300;
}
form.dealet-page-form > div span label a {
	text-decoration:underline;
}
#submitButton:disabled {
  cursor: not-allowed; 
  filter: grayscale(1);
  }
/* TEXTPAGE END */









/* Footer */
.footer-banner-wrap {
	position:relative;
  padding-bottom:45px;
  padding-top:70px;
  background:#F9F9FB;
}
.footer-banner-wrap > .sowroom-bg {
	position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:234px;
  z-index:1;
}
.footer-banner-wrap > .sowroom-bg img {
	width:100%;
  height:100%;
  object-fit:cover;
}
.footer-banner-wrap > .sowroom-bg:before {
	content:'';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: #262F3D 0% 0% no-repeat padding-box;
	opacity: 0.56;
	z-index:2;
}
/* .footer-banner-wrap > .sowroom-bg:after {
	content:'';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: rgb(0,0,0);
  background: linear-gradient(270deg, rgba(0,0,0,0.8687850140056023) 0%, rgba(0,0,0,0.5858718487394958) 46%);
  z-index:1;
} */
.footer-banner-wrap .container > div {
	display:flex;
}
.footer-banner-wrap .container > div .working-hours {
	width:488px;
  background:#fff;
  padding:30px;
  border: 1px solid #E1E1E1;
	border-radius: 2px 0px 0px 2px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer-banner-wrap .container > div .footer-banner-content {
	width:calc(100% - 488px);
  position:relative;
  padding:50px 70px;
}
/* .footer-banner-wrap .container > div .footer-banner-content:before {
	content:'';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: #262F3D 0% 0% no-repeat padding-box;
	opacity: 0.56;
	z-index:2;
} */
.footer-banner-wrap .container > div .footer-banner-content:after {
	content:'';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: rgb(0,0,0);
  background: linear-gradient(270deg, rgba(0,0,0,0.8687850140056023) 0%, rgba(0,0,0,0.5858718487394958) 46%);
  z-index:1;
}
.footer-banner-wrap .container > div .footer-banner-content > img {
	position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:100%;
  z-index:1;
}
.footer-banner-wrap .container > div .footer-banner-content p,
.footer-banner-wrap .container > div .footer-banner-content a {
	position:relative;
  z-index:10;
}
.footer-banner-wrap .container > div .footer-banner-content p {
  color:#fff;
	font-size:35px;
  line-height:45px;
  max-width:500px;
  margin-bottom:23px;
}
.footer-banner-wrap .container > div .footer-banner-content p > span {
	color:var(--accent);
}
.footer-banner-wrap .container > div .footer-banner-content p i {
	width: 20px;
  height: 26px;
  margin-right:5px;
}
.footer-banner-wrap .container > div .footer-banner-content div {
	display:flex;
  gap:20px;
}
.working-hours > span {
	font-size:18px;
  font-weight:bold;
  margin-bottom:20px;
  display:block;
}
.working-hours > div {
	display:flex;
  justify-content:space-between;
}
.working-hours > div span:first-child{
	font-weight:300;
}
.working-hours > div span:last-child {
	font-weight:600;
}
.addre span {
	font-size:18px;
  font-weight:300;
}
#footer form .title {
	font-size:30px;
}
#footer form#form-newsletter {
	justify-content:space-between;
}
#footer form#form-newsletter > div {
	width:60%;
}
#footer form .btn {
	font-size:18px;
}
#footer .copyright .c-links {
	flex-direction:row;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:10px;
}
#footer .theme-by {
	margin-bottom:0;
}
#footer .cust-service.contact-links {
	padding:30px 0;
}
.trustmark-image {
	display:none;
}
/* FOOTER END */
.cart-menu-side .payments > div {
	display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.cart-menu-side .payments > div img {
	width:auto;
}
#gui-form-cart .bundled ul {
	padding-left:0;
}
.notbar2 {
	opacity:0;
  position:absolute;
  visibility:hidden;
  height:0px;
  transition:all .2s ease;
}
.show-notbar2 .notbar2 {
	opacity:1;
  position:initial;
  visibility:visible;
  height:34px;
  transition:all .2s ease;
}
.notbar2 > div {
	height:34px;
}
.notbar2 i {
	cursor:pointer;
}