/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

/* ***************************************************** */
/* ***************************************************** */
/* *************** Begin Global settings *************** */
/* ***************************************************** */
/* ***************************************************** */

/* ---------- Begin define global variables ---------- */

:root {
  --primary-font-family: "Kumbh Sans", sans-serif;
  /* body */
  --secondary-font-family: var(--primary-font-family);
  /* titles */
  --primary-bg-color: #13434d;
  --primary-bg-color-variant: #0e3840;
  --secondary-bg-color: #f26430;
  --secondary-bg-color-variant: #eeeeee;
  --main-bg-color: #f5f5f7;
  --main-text-color: #252525;
  --additional-text-color: #414042;
  --btn-bg-color: var(--secondary-bg-color);
  /* var(--primary-bg-color); */
  --btn-color: white;
  /* --btn-hover-bg-color: #044c7c; */
  --btn-hover-bg-color: rgba(0, 185, 75, 0.8);
  --btn-hover-color: white;
  --header-bg-color: #f5f5f5;
  --header-text-color: var(--main-text-color);
  --header-text-hover-color: var(--additional-text-color);
  --header-nav-bg-color: var(--secondary-bg-color);
  --header-nav-text-color: white;
  --header-nav-text-hover-color: var(--header-text-hover-color);
  --header-top-bg-color: white;
  --header-top-text-color: inherit;
  --header-top-text-hover-color: var(--header-text-hover-color);
  --header-bottom-bg-color: #414042;
  --header-bottom-text-color: white;
  --header-bottom-text-hover-color: inherit;
  --footer-bg-color: #414042;
  --footer-text-color: white;
  --footer-text-hover-color: var(--additional-text-color);
  --footer-bottom-bg-color: inherit;
  --footer-bottom-text-color: #e8e8e8;
  --footer-bottom-text-hover-color: inherit;
  --items-border-radius: 4px;
  /* for buttons, cards, ... */
  --product-miniature-padding-desktop: 5px;
  /* must be less or equal than row margin */
  /* --product-miniature-padding-tabletandmobile: 8px; */
  --product-miniature-padding-tabletandmobile: 4px;
  /* must be less or equal than row margin */

  --header-menu-text-hover-color: #c3c3c3;
  --btn-primary-bg-color: #989596;
  --customer-reassurance-title-color: #414042;
  --customer-reassurance-text-color: #989596;
  --home-banner-image-hover-color: #0072bc;
  --searchbar-border-color: rgba(65, 64, 66, 0.49);
  --footer-top-bg-color: #044c7c;
  --mobile-menu-li-border-color: #eaeaea;
  --submenu-bg-color: #f1f1f1;
  --submenu-arrow-color: #c4c4c4;
  --list-grid-view-icon-color: #afb7ba;
  --blockreassurance-description-color: #989596;
  --footer-icon-color: #0072bc;
  --reference-label-color: rgba(65, 64, 66, 0.5);
  --image-slider-border-color: rgba(65, 64, 66, 0.2);
  --order-summary-bg-color: rgba(0, 0, 0, 0.03);
}

/* ---------- End define glonal variables ---------- */

.products {
  margin-left: calc(var(--product-miniature-padding-desktop, 5px) * -1);
  margin-right: calc(var(--product-miniature-padding-desktop, 5px) * -1);
}

.products .product-miniature {
  padding-left: var(--product-miniature-padding-desktop, 5px);
  padding-right: var(--product-miniature-padding-desktop, 5px);
}

@media (max-width: 1199px) {

  .container,
  #wrapper {
    max-width: initial;
  }

  .row {
    margin-left: -8px;
    margin-right: -8px;
  }

  #wrapper.pt-2 .row {
    margin-left: 0px;
    margin-right: 0px;
  }

  .container,
  #wrapper,
  .row>div[class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
  }

  #wrapper.pt-2 .row #content-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }

  /* !!!!!!!!!!!!!!!!! */
  #index section#wrapper,
  #cart section#wrapper,
  body#order-confirmation section#wrapper {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .products {
    margin-left: calc(var(--product-miniature-padding-tabletandmobile, 8px) * -1);
    margin-right: calc(var(--product-miniature-padding-tabletandmobile, 8px) * -1);
  }

  .products .product-miniature {
    padding-left: var(--product-miniature-padding-tabletandmobile, 8px);
    padding-right: var(--product-miniature-padding-tabletandmobile, 8px);
  }
}

@media (min-width: 1200px) {
  /* !!!!!!!!!!!!!  */

  .container,
  #wrapper {
    width: 95%;
    max-width: 1417px;
    /*MZS*/
  }

  body#cart #wrapper,
  body#order-confirmation #wrapper {
    width: 100%;
    padding: 0;
    max-width: 1990px;
    overflow-x: hidden;
  }

  html {
    overflow-x: hidden;
  }
}

html {
  font-size: 16px;
  /* -----> 1rem = 16px */
}

body {
  background: var(--main-bg-color, #ffffff);
  color: var(--main-text-color, #252525);
  font-family: var(--primary-font-family);
}

body#manufacturer #content-wrapper #main,
body#supplier #content-wrapper #main {
  /* padding: 10px 10px !important; */
  padding: 10px 10px;
}

body#sitemap .page-content,
body#order-detail .page-content,
body#order-slip .page-content,
body#module-gdprpro-erasemydata .page-content,
body#module-gdprpro-requestmydata .page-content {
  background: white;
}

body#index {
  background-color: #e0e0e0c7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.sectiontitle,
.products-section-title {
  font-family: var(--secondary-font-family);
}

.page-wrapper {
  border: none;
  background: inherit;
}

.page-header,
.page-footer {
  padding: 8px 0;
  background: transparent;
  margin-bottom: 15px;
}

.page-header h1 {
  font-weight: 600;
}

.page-content {
  padding: 10px;
}

.page-content>.row {
  margin-left: -10px;
  margin-right: -10px;
}

.page-content>.row>div[class^="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 767px) {
  .page-content {
    padding: 5px;
  }

  .page-content>.row {
    margin-left: -5px;
    margin-right: -5px;
  }

  .page-content>.row>div[class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
  }
}

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

.page-footer>a {
  display: inline-flex;
  align-items: flex-end;

  vertical-align: middle;
  line-height: initial;
  font-size: 14px;
}

.page-footer>a+a {
  margin-left: 10px;
  border-left: 1px solid var(--main-text-color);
  padding-left: 12px;
}

.page-footer>a i {
  font-size: 18px;
  margin-right: 5px;
}

.card {
  border-radius: var(--items-border-radius);
}

.card-title {
  font-weight: 600;
}

p {
  /* line-height: initial; */
  margin-bottom: 0.625rem;
}

.alert {
  border-radius: var(--items-border-radius);
}

.discount {
  background-color: #eb1d26;
}

img {
  max-width: 100%;

  height: auto;

  display: block;
  margin-left: auto;
  margin-right: auto;
}

.label,
label {
  margin-bottom: 3px;
}

.dropdown-menu {
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
  background: #f9f9f9;
  border: 1px solid var(--secondary-bg-color);
  margin: 0;
}

.dropdown-menu li a {
  font-size: 14px;
  padding: 4px 10px;
}

.dropdown-menu li:hover a {
  background: var(--secondary-bg-color-variant);
  color: white;
}

.btn-unstyle:focus .expand-more {
  color: var(--additional-text-color);
}

.btn {
  padding: 5px 25px;
  border-radius: var(--items-border-radius);
}

.btn-link {
  color: var(--additional-text-color);
}

.btn-primary,
.btn-secondary,
.btn-tertiary {
  box-shadow: none;
}

.btn-primary {
  background-color: var(--btn-bg-color);
  border-color: var(--btn-bg-color);
  color: var(--btn-color);

  border-radius: var(--items-border-radius);
  position: relative;
  overflow: hidden;
}

/* ********* button primary animation ********* */

/* .btn-primary:after {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
	background: rgba(255, 255, 255, 0.13);
    background: linear-gradient( to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100% );
}
.btn-primary:hover:after {
	width: 120%;
	background-color: rgba(255,255,255,0);
  
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	
	opacity: 0.5;
} */

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover,
.btn.btn-primary.focus,
.btn.btn-primary:focus,
.btn.btn-primary:hover,
.btn.btn-primary.active.focus,
.btn.btn-primary.active:focus,
.btn.btn-primary.active:hover,
.btn.btn-primary:active.focus,
.btn.btn-primary:active:focus,
.btn.btn-primary:active:hover,
.open>.btn.btn-primary.dropdown-toggle.focus,
.open>.btn.btn-primary.dropdown-toggle:focus,
.open>.btn.btn-primary.dropdown-toggle:hover {
  background-color: var(--btn-hover-bg-color);
  border-color: var(--btn-hover-bg-color);
  color: var(--btn-hover-color);
  box-shadow: none;
}

.btn-outline-primary {
  color: var(--btn-bg-color);
  border-color: var(--btn-bg-color);
}

.btn-outline-primary:hover {
  background-color: var(--btn-hover-bg-color);
  border-color: var(--btn-hover-bg-color);
  color: var(--btn-hover-color);
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(31, 175, 218, 0.5);
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
  background-color: var(--btn-bg-color);
  border-color: var(--btn-bg-color);
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus,
.btn-light {
  box-shadow: none;
}

.input-group-btn .btn {
  height: 100%;
}

.btn-zoom .material-icons {
  font-size: 30px;
}

a,
a.u-link-body {
  color: var(--primary-bg-color);

  line-height: 1;
}

a.btn-primary {
  color: var(--btn-color);
}

a:hover,
a.u-link-body:hover,
a:focus,
a.u-link-body:focus {
  color: var(--additional-text-color);
}

a.btn-primary:hover,
a.btn-primary:focus {
  color: var(--btn-hover-color);
}

a,
.btn,
.btn-primary {
  transition: all 0.25s ease;
}

select.form-control {
  cursor: pointer;
  border-radius: 5px;
  border: none;

  /* -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
	
	background-image: url('../img/select-bg.svg');
	background-repeat: no-repeat;
	background-position: right;
    padding-right: 50px; */
}

.form-control:focus,
.input-group.focus {
  outline-color: var(--primary-bg-color);
  outline: none;
}

.form-control:focus {
  border-color: #acacac;
}

/* .custom-radio input[type=radio]:checked + span {
    background-color: var(--primary-bg-color);
} */
.custom-checkbox input[type="checkbox"]+span+p {
  display: inline;
}

.custom-control-input:checked~.custom-control-label:before {
  border-color: var(--primary-bg-color);
  background-color: var(--additional-text-color);
}

.accordion .selected .card {
  border-color: var(--additional-text-color);
}

.bootstrap-touchspin {
  border: 1px solid #c9cccf;
}

.bootstrap-touchspin .input-group-btn {
  flex-shrink: 0;
  min-width: 35px;
}

.bootstrap-touchspin .input-group-btn .btn {
  color: var(--main-text-color, #000000);
  width: 100%;
  padding: 5px;
}

.bootstrap-touchspin .input-group-btn .btn:hover {
  background-color: #f0f0f0;
}

.bootstrap-touchspin .input-group-btn:first-child {
  margin-right: 0;
}

.bootstrap-touchspin>input {
  border-left: 1px solid #ced4da;
  border-right: 1px solid #ced4da;

  font-weight: 500;
  font-size: 14px;
  min-height: 38px;
}

.bootstrap-touchspin .input-group-btn:last-child {
  margin-left: 0;
}

.modal-content {
  border: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  .modal-dialog {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.gdprModal {
  z-index: 9999999999;
}

/* ---------- slick stuff ---------- */

.slick-track {
  min-width: 100%;
}

.products-slick .slick-track {
  display: flex;
  line-height: initial;
}

.products-slick .slick-track .product-miniature {
  flex: initial;
  height: inherit;

  /* margin-bottom: 0 !important; */
}

.slick-slider .btn.slick-arrow {
  box-shadow: none !important;
}

.slick-slider .btn.slick-arrow i {
  font-size: 2rem;
  box-shadow: 0px 0px 5px #aaaaaa;
}

.slick-slider.slick-dotted .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;

  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 20px;
  margin-bottom: 0;
}

.slick-slider.slick-dotted .slick-dots li {
  position: relative;
  display: inline-block;
  /* width: 20px;
    height: 20px; */
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-slider.slick-dotted .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 7px;
  height: 7px;
  padding: 2px;
  cursor: pointer;
  border: 1px solid #ffffff;
  outline: none;
  background: #fff;
  border-radius: 50px;
}

.slick-slider.slick-dotted .slick-dots li.slick-active button {
  border: 1px solid #f26430;
  outline: none;
  background: #f26430;
  width: 20px;
  font-size: 0;
  line-height: 0;
  display: block;

  height: 7px;
  padding: 2px;
  cursor: pointer;

  outline: none;

  border-radius: 50px;
}

.slick-slider.slick-dotted .slick-dots li button:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;

  max-width: 100%;
  max-height: 100%;
  border-radius: 50%;

  opacity: 1;
  background: transparent;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-slider.slick-dotted .slick-dots li.slick-active button:before {
  opacity: 0.9;
  background: #f26430;
}

.slick-slider.slick-dotted .slick-dots li button:hover:before,
.slick-slider.slick-dotted .slick-dots li button:focus:before {
  opacity: 1;
  background: transparent;
}

.svg_icon {
  display: inline-block;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;

  flex-shrink: 0;
}

/* ---------- custom classes ---------- */

.hidden-item {
  display: none;
}

.line-heigth-0 {
  line-height: 0;
}

.line-heigth-1 {
  line-height: 1;
}

.inset-0 {
  inset: 0;
}

.mt-1-5,
.my-1-5 {
  margin-top: 0.375rem !important;
}

.mb-1-5,
.my-1-5 {
  margin-bottom: 0.375rem !important;
}

.mr-1-5,
.mx-1-5 {
  margin-right: 0.375rem !important;
}

.ml-1-5,
.mx-1-5 {
  margin-left: 0.375rem !important;
}

@media (min-width: 768px) {
  .position-md-initial {
    position: initial !important;
  }
}

@media (max-width: 767px) {

  .mr-md-down-1-5,
  .mx-md-down-1-5 {
    margin-right: 0.375rem !important;
  }

  .ml-md-down-1-5,
  .my-md-down-1-5 {
    margin-left: 0.375rem !important;
  }
}

/* ***************************************************** */
/* ***************************************************** */
/* **************** End Global settings **************** */
/* ***************************************************** */
/* ***************************************************** */

/* ***************************************************** */
/* **************** Begin Header settings ************** */
/* ***************************************************** */
#mobile-logo-center {
  display: none;
}

#header-visible-desktop {
  display: block;
}

#header-visible-mobile {
  display: none;
}

@media screen and (max-width: 1024px) {
  #mobile-logo-center {
    display: block;
  }

  #header-visible-desktop {
    display: none;
  }

  #header-visible-mobile {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  #header-visible-mobile #mobile-logo-center .logo {
    width: 60%;
  }

  #mobile__search_container {
    overflow: hidden;
    position: relative;
  }
}

#header {
  /* border-bottom: 1px solid #d3d3d3; */
  /* background: var(--header-bg-color); */
  background: #F86434;
  color: var(--header-text-color);
  line-height: 1;
  font-size: 15px;
  position: relative;
}

/* @media(min-width:1200px){
	#header:not(body#module-thecheckout-order #header) {
		position: sticky;
		top: 0;
		z-index: 999;	
	}
} */

#header .btn,
#header .btn-primary,
#header .form-control {
  font-size: inherit;
  line-height: inherit;
}

#header a:not(.btn-primary),
#header .btn:not(.btn-primary) {
  color: inherit;
}

/* #header a:not(.btn-primary):hover, */
#header .btn:not(.btn-primary):hover {
  /* color: var(--header-menu-text-hover-color); */
  color: var(--header-bottom-bg-color);
}

#header .btn-primary .span_label {
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

  line-height: initial;
}

#header .header-nav {
  color: var(--header-nav-text-color);

  border-bottom-color: var(--header-nav-bg-color);
  border-bottom: none;

  font-size: 12px;
}

#header .header-nav .svg_icon {
  width: 24px;
  height: 24px;
}

#header .header-nav a:not(.dropdown-item) {
  color: var(--header-nav-text-color);
  background: transparent;
  font-weight: 500;
}

#header .header-nav a:not(.dropdown-item):hover {
  color: var(--header-nav-text-hover-color);
}

#header .header-nav__col .nav_hook>*:not(:empty) {
  padding: 2px 0;
}

#header .header-nav__col>*:not(:empty):not(:first-child):not(.nav_hook),
#header .header-nav__col>*:not(:empty)~.nav_hook>*:not(:empty),
#header .header-nav__col>*:not(:empty)~.div_header_nav_cutom>*:not(:empty):not(:first-child) {
  padding-left: 8px;
  padding-right: 8px;
}

#header .header-nav__col>*:not(:empty)~.div_header_nav_cutom>*:not(:empty):first-child {
  padding-right: 8px;
}

/* #header .header-nav__col > div:empty + div:not(:empty):not(.nav_hook) {
	padding-left: 0;
} */
/* #header .header-nav__col > div:not(:empty) ~ div:empty + div:not(:empty):not(.nav_hook) {
	padding-left: 10px;
} */

#header .div_header_middle {
  transition: color 0.2 ease-in;
  background: #f86434;
  color: white;
}

#header .header-top>*:not(.header__right),
#header .header-top .header__right>*:not(:empty) {
  padding: 12px 0;
}

@media (max-width: 991px) {

  #header .header-top>*:not(.header__right),
  #header .header-top .header__right>*:not(:empty) {
    padding: 15px 8px;
  }

  #footer .footer-center .container {
    padding-top: 20px;
  }
}

#header .header-top .header__right {
  align-items: center;
}

#header .header-top .header__right>*:not(:empty):last-child {
  padding-right: 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~ header middle styles ~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ----------------------------------------- */
/* ***** icon without background style ***** */
/* ----------------------------------------- */

#header .header-top .btn-primary:not(.search-widget__btn) {
  padding: 12px;
}

#header #_mobile__header .btn-primary {
  background: transparent;
  color: inherit;
}

/* #header .header-top .header__right .btn-primary:hover {
	color: var(--header-top-text-hover-color);
} */
#header .header-top .header__right .svg_icon {
  width: 22px;
  height: 22px;
}

@media (max-width: 767px) {
  #header .header-top .header__right .svg_icon {
    width: 18px;
    height: 18px;
  }
}

#header .shopping-cart .item-count .span_count {
  font-size: 10px;
  padding-top: 1px;
}

@media (min-width: 768px) {
  #header .btn-primary .item-count:not(.position-md-initial) {
    font-size: 10px;
    height: 15px;
    min-width: 15px;
    padding: 0 3px;
    top: 2px;
    right: 0;
    font-weight: 600;
    border-radius: 30px;
    /* background: var(--header-text-hover-color); */
    background: var(--btn-hover-bg-color);
    color: white;
    box-shadow: 0 0 0 1px #fff;
  }

  #header .shopping-cart .item-count .span_count {
    padding-top: 0;
    font-size: 10px;
  }
}

@media (max-width: 767px) {

  #header .shopping-cart .item-count,
  #header div#quotesCart .quoteqty.item-count {
    font-size: 9px;
    line-height: 10px;
    height: 13px;
    min-width: 13px;
    padding: 0 3px;
    top: 2px !important;
    right: 1px;
    font-weight: 400;
    border-radius: 30px;
    /* background: var(--header-text-hover-color); */
    background: var(--btn-hover-bg-color);
    color: white;
    box-shadow: 0 0 0 1px #fff;
  }
}

/* -------------------------------------- */
/* ***** icon with background style ***** */
/* -------------------------------------- */
/* #header .header-top .header__right > *:not(:empty) {
	padding-left: 3px;
	padding-right: 3px;
}
#header .header-top .btn-primary:not(.search-widget__btn) {
	padding: 6px;
}
#header .header-top .header__right .svg_icon {
	width: 17px;
	height: 17px;
}
@media (min-width: 768px) {
	#header .header-top .btn-primary:not(.search-widget__btn):not(.title-visible) {
		width: 40px;
		height: 40px;
	}
}
@media (max-width: 767px) {
	#header .header-top .btn-primary:not(.search-widget__btn) {
	    width: 37px;
		height: 39px;
	}
}
#header .btn-primary .item-count .span_count {
	padding-top: 1px;
}
@media (min-width: 768px) {
	#header .btn-primary .item-count:not(.position-md-initial) {
		font-size: 13px;
	    height: 20px;
		min-width: 20px;
		padding: 0 3px;
		top: 0;
		right: 0;
		font-weight: 600;
	}
	#header .btn-primary .item-count:not(.position-md-initial) .span_count {
		padding-top: 0;
	}
}
@media (max-width: 767px) {
	#header .btn-primary .item-count {
		font-size: 10px;
	    height: 15px;
		min-width: 15px;
		padding: 0 3px;
		top: 0;
		right: 0;
	}
} */

/* ------------------------------------- */
/* ***** bordered icon items style ***** */
/* ------------------------------------- */

/* #header .header-top .header__right > *:not(:empty) {
	border-left: 1px solid var(--secondary-bg-color);
}
@media (min-width: 992px) {
	#header .header-top .header__right > * {
		min-width: 120px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#header .header-top .header__right > * {
		min-width: 112px;
	}
}
@media (max-width: 767px) {
	#header .header-top .header__right > * {
		min-width: 60px;
	}
} */

.header__search {
  order: initial;
}

#_desktop_searchbarcontainer {
  padding: 0 15px;
}

.header__search .search-widget {
  padding: 5px 15px;
}

#_mobile_searchbarcontainer.header__search .search-widget {
  padding: 5px 5px 4px 5px;
  background: var(--secondary-bg-color);
}

.search-widget__group {
  display: flex;
  justify-content: center;
}

.search-widget input.form-control {
  border-top-left-radius: var(--items-border-radius);
  border-bottom-left-radius: var(--items-border-radius);

  height: auto;
  min-height: 40px;
  padding: 10px;
}

.search-widget button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;

  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-widget button span {
  padding-right: 8px;
  display: none;
}

@media (min-width: 1200px) {
  #header .search-widget {
    max-width: 700px;
  }
}

@media (max-width: 767px) {
  #header .div_search_mobile.visible-mobile-always {
    min-height: 58px;
    /* min-height of input.form-control + padding of search-widget */
    padding: 3px 0 10px;
  }
}

@media (max-width: 1199px) {

  #header .header-nav__col>*:not(:empty):not(.nav_hook),
  #header .header-nav__col .nav_hook>*:not(:empty) {
    padding: 12px 0;
  }

  /* #header .header-nav__right #_desktop_contactshop,
	#header .header-nav__right #_desktop_user_info {
		display: none !important;
	} */
}

@media (max-width: 1023px) {

  #header .header-nav__right #_desktop_contactshop,
  #header .header-nav__right #_desktop_user_info {
    display: none !important;
  }

  #header .header-nav .svg_icon.menu_close_icon {
    width: 24px;
    height: 24px;
  }

  #header .div_header_bottom .container {
    background: white;
    padding: 0px;
  }

  .ets_mm_megamenu .additional-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .ets_mm_megamenu .additional-info>div {
    width: 92%;
    display: flex;
    justify-content: center;
  }

  .ets_mm_megamenu .additional-info_contact {
    background-color: #f26430;
    padding: 10px 30px;
    color: white;
    border-radius: 10px;
  }

  .ets_mm_megamenu .additional-info_auth {
    background-color: #006fb9;
    padding: 10px 30px;
    color: white;
    border-radius: 10px;
  }

  .ets_mm_megamenu .additional-info_contact a,
  .ets_mm_megamenu .additional-info_auth span,
  .mm_menus_li.mm_sub_align_full.additional-info span.visible--desktop.span_label {
    font-weight: 400;
    font-size: 18px;
    color: white;
    display: block;
  }

  .mm_menus_li.mm_sub_align_full.additional-info svg.svg_icon.user_icon {
    display: none;
  }

  #header .ets_mm_megamenu .menu-mobile-navigation {
    left: 0;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: flex !important;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    bottom: 0px;
    background-color: #414048;
    border-top: 1px solid #414048;
    border-bottom: 1px solid #414048;
    border-right: 2px solid #414048;
    z-index: 100;
  }

  #header .ets_mm_megamenu .menu-mobile-navigation span:hover,
  #header .ets_mm_megamenu .menu-mobile-navigation span:active {
    color: white;
  }

  #header .ets_mm_megamenu .menu-mobile-navigation a {
    border-right: 1px solid #5c5c5c;
    border-bottom: none;
  }

  #header .ets_mm_megamenu .menu-mobile-navigation a.menu-mobile-navigation_case-study {
    border-right: 1px solid #414048;
    border-bottom: none;
  }

  #header .ets_mm_megamenu li.menu-mobile-navigation a {
    padding: 25px 5px !important;
  }

  #header .ets_mm_megamenu .mm_menus_ul {
    background: #ffffff;
    overflow-y: auto;
    overflow-x: hidden;
  }

  /* #header .ets_mm_megamenu .mmm_menu_container-block.visible-on-open-menu {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: center;
    width: 100vw;
    height: 100vh; 
    position: relative;
  }
  #header .ets_mm_megamenu .ets_mm_block_content .category-level3{
    display: none;
  }
  #header .ets_mm_megamenu .ets_mm_block_content .category-level1{
    display: none;
  } 
  
  #header .ets_mm_megamenu .ets_mm_block_content{
    display: none;
  }
  .ets_mm_block.mm_block_type_html.mm_hide_title span.h4{
    width: 100%;
    display: block;
    position: relative;
    font-size: 18px!important;
    padding: 10px 0px;
    margin: 0px;
  }
  .mmm_menu_container-block  .ets_mm_block .h4.opened{
    color:#f26430;
  }
  .mmm_menu_container-block  .ets_mm_block .h4.opened::after{
    border-right: 1px solid #282832;
    border-top: 1px solid #282832;
    content: "";
    height: 7px;
    margin-top: -3px;
    position: absolute;
    right: -5px;
    top: 50%;
    transform: rotate(313deg);
    -webkit-transform: rotate(313deg);
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    width: 7px;
  
  }
  .mmm_menu_container-block  .ets_mm_block .h4:not(.opened)::after{
    border-right: 1px solid #282832;
    border-top: 1px solid #282832;
    content: "";
    height: 7px;
    margin-top: -3px;
    position: absolute;
    right: -5px;
    top: 50%;
    transform: rotate(136deg);
    -webkit-transform: rotate(136deg);
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    width: 7px;
  } */
}

@media (max-width: 767px) {
  #header .ets_mm_megamenu .mm_menus_ul>li>a .mm_menu_content_title {
    font-size: 18px !important;
    font-weight: 600 !important;
    width: 91%;
    border-bottom: 1px solid #ccc;
    padding: 12px 12px 12px 0px;
    color: black;
  }

  li.mm_tabs_li.mm_tabs_has_content .mm_tab_li_content:not(.opened) .mm_tab_name.mm_tab_toggle.mm_tab_has_child::after {
    border-bottom: 2px solid #ccc;
    content: ",";
    position: absolute;
    width: 91%;
    height: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    margin: auto;
  }

  #header {
    font-size: 13px;
  }

  #header .header-nav {
    font-size: 12px;
  }

  #header .header-nav__col>*:not(:empty):not(.nav_hook),
  #header .header-nav__col .nav_hook>*:not(:empty) {
    padding: 5px 0;
  }
}

.breadcrumb {
  font-size: 12px;
  /* text-transform: uppercase; */
  padding: 0;

  background: inherit;
}

.breadcrumb .breadcrumb-item.active {
  color: var(--primary-bg-color);
  font-weight: 600;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item {
  padding-left: 5px;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item:before {
  padding-right: 3px;
  color: var(--main-text-color);
}

@media (max-width: 767px) {
  .breadcrumb {
    margin-bottom: 5px;
  }
}

body#product .breadcrumb {
  margin-top: 2px;
  margin-bottom: 2px;
  border-bottom: 1px solid transparent;
  padding-bottom: 5px;
}

/* ***************************************************** */
/* **************** End Header settings **************** */
/* ***************************************************** */

/* ***************************************************** */
/* **************** Start Additional Header Style **************** */
/* ***************************************************** */

.div_header_bottom {
  color: var(--header-bottom-text-color);
  background-color: var(--header-bottom-bg-color);
}

.container.header-top.d--flex-between.py-0 {
  justify-content: center;
}

div#_mobile_shoppingcart svg {
  margin-right: 0.375rem !important;
}

.visible-on-mobile.d-md-none {
  display: flex;
  gap: 7px;
}

#header .ets_mm_megamenu.sticky_enabled.scroll_heading {
  background: var(--header-bottom-bg-color);
}

#header .ets_mm_megamenu {
  font-family: "Kumbh Sans";
}

@media (min-width: 1024px) {
  #header .div_hook_dnav2 .blockcart-container {
    display: none !important;
  }
}

.ets_mm_megamenu.bg_submenu[data-bggray="bg_gray"]:before {
  visibility: hidden !important;
}

.mm_blocks_ul .ets_mm_block_content .category-level2 {
  text-decoration: none !important;
}

.mm_blocks_ul .ets_mm_block_content .category-level2 a {
  color: #f26430 !important;
}

.mm_blocks_ul .ets_mm_block_content .category-level2 a:hover {
  color: #f26430 !important;
  text-decoration: none !important;
}

.mm_blocks_ul .ets_mm_block_content .category-level2 a:active {
  color: #414141 !important;
}

.mm_blocks_ul .ets_mm_block_content .category-level1::after {
  border-bottom: 1px solid #414141 !important;
}

.mm_blocks_ul .ets_mm_block_content .category-level1:hover::after {
  border-bottom: 1px solid #414141 !important;
}

.mm_blocks_ul .ets_mm_block_content .category-level1 span::after {
  color: #414141;
}

.mm_blocks_ul .ets_mm_block_content .category-level1:hover span::after {
  color: #414141;
}

/* .mm_blocks_ul .ets_mm_block_content .category-level1 a {
  color: #f26430 !important;
} */

.mm_blocks_ul .ets_mm_block_content .category-level1:hover a {
  color: #414141 !important;
}

ul.mm_menus_ul ul.ets_mm_categories li a {
  font-size: 16px;
  background: transparent !important;
  color: #f26430 !important;
  text-transform: uppercase;
}

span.mm_menu_content_title img {
  margin: 0;
}

li.close_menu .btn-close {
  color: white;
}

@media (max-width: 1023px) and (min-width: 768px) {
  .changestatus .mm_menus_ul .mm_menus_li:before {
    display: block !important;
  }

  li.mm_tabs_li.mm_tabs_has_content .mm_tab_li_content:not(.opened) .mm_tab_name.mm_tab_toggle.mm_tab_has_child::after {
    border-bottom: 2px solid #ccc;
    content: ",";
    position: absolute;
    width: 95%;
    height: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    margin: auto;
  }

  /* .changestatus .mm_menus_ul .arrow::before{
		top:1%;
	}
	.changestatus .mm_menus_ul .arrow::after{
		top:1%;
	} */
}

@media (max-width: 767px) {
  .mm_menus_ul .mm_menus_li:before {
    display: block !important;
  }

  /* .mm_menus_ul .arrow::before{
		top:30%
	}
	.mm_menus_ul .arrow::after{
		top:30%
	} */
}

@media (max-width: 1023px) {
  .layout_layout1 .ets_mm_block_content ul li a::before {
    content: none;
  }

  li.mm_menus_li.mm_sub_align_full span.mm_tab_toggle_title {
    color: var(--header-bottom-bg-color);
    font-size: 18px;
  }

  li.mm_menus_li.mm_sub_align_full span.mm_tab_toggle_title .span_tabtitle {
    font-size: 18px;
    font-weight: 600;
  }

  .menu-mobile .mm_tabs_li .mm_columns_contents_ul.active {
    background-color: white !important;
  }

  .menu-mobile .mm_tab_li_content.opened .mm_tab_toggle_title,
  .menu-mobile .mm_tab_li_content.opened .mm_tab_toggle_title .span_tabtitle {
    background-color: #fdeee8;
  }

  .menu-mobile .mm_tab_li_content .mm_tab_toggle_title .span_tabtitle {
    background-color: white;
  }

  .menu-mobile .back-to-main-menu {
    font-size: 18px;
  }

  #header .menu-mobile .ets_mm_block .ets_mm_categories .category-subtitle a:active,
  #header .menu-mobile .ets_mm_block .ets_mm_categories .category-subtitle a:hover {
    color: #f26430 !important;
  }

  .menu-mobile-navigation span {
    display: block;
    width: 100%;
    text-align: center;
  }

  .menu-mobile .ets_mm_block .ets_mm_categories {
    margin-left: 30px;
  }

  .ets_mm_megamenu.changestatus.ets_mm_megamenu .mm_menus_ul .close_menu {
    background-color: var(--header-nav-bg-color) !important;
  }

  #header .ets_mm_megamenu .mm_menus_ul>li.mm_menus_li_tab.mm_menus_li_tab.menu-mobile a.menu-item-before {
    padding: 0px !important;
    margin-left: 15px;
  }

  ul.mm_columns_ul.mm_columns_ul_tab.active li {
    padding-top: 0;
  }

  .pull-right {
    display: flex;
    gap: 10px;
  }

  .pull-left button.btn-close {
    background: transparent;
    border: none;
    padding: 0;
  }

  .pull-left button.btn-close span {
    font-size: 37px;
  }

  .mm_tab_li_content.closed {
    border: none !important;
  }

  span.mm_tab_toggle_title,
  span.span_tabtitle {
    background: white;
  }

  .mm_tab_toggle_title {
    padding: 10px 33px 10px 18px !important;
  }

  ul.mm_columns_contents_ul.active {
    background: var(--main-bg-color) !important;
  }

  ul.ets_mm_categories li {
    border: none !important;
    padding-bottom: 0 !important;
  }

  .ets_mm_megamenu_content div#_desktop_user_info {
    display: block !important;
  }

  .mm_menus_li.mm_sub_align_full.additional-info {
    display: flex !important;
    flex-direction: column;
  }

  .mm_menus_li.mm_sub_align_full.additional-info .menu-mobile-signin {
    display: flex;
    justify-content: center;
  }

  /* mobile menu whislist & shopping cart styles */
  .pull-right .btn-primary:not(.search-widget__btn).has-counter {
    padding-right: 12px !important;
    padding-top: 3px !important;
  }

  .pull-right .div_headerwishlistlinkcontainer svg,
  .pull-right .blockcart.blockcart-header.cart-preview.header__rightitem.d-flex.align-items-center.justify-content-center.inactive svg {
    width: 20px !important;
  }

  .pull-right .btn-primary .item-count {
    font-size: 9px !important;
    height: 13px !important;
    min-width: 13px !important;
  }

  /* mobile menu whislist & shopping cart styles end */

  #header .ets_mm_megamenu.changestatus.ets_mm_megamenu .mm_menus_ul .close_menu {
    padding: 4px 15px 4px;
  }

  /* #header .ets_mm_megamenu .mm_menus_ul > li:hover > a .mm_menu_content_title{
		color:white;
	} */

  .mm_menus_ul .mm_menus_li:before {
    margin-left: 10px;
    top: 13px;
    z-index: 101;
  }
}

@media (max-width: 767px) {

  #header .header-nav .header-nav__right #_mobile_header-icons a.btn-primary,
  #header .header-nav #quotesCart .quotes_cart a#quotes-cart-link {
    padding: 4px 10px 0 10px;
    height: auto;
  }
}

/* 2021 - 08 - 17 */

.ets_mm_megamenu_content span.span_tabtitle {
  background: var(--submenu-bg-color);
  color: var(--header-bottom-bg-color);
  font-weight: 600;
}

.mm_tab_li_content.closed {
  background: var(--submenu-bg-color);
}

ul.mm_columns_ul.mm_columns_ul_tab {
  font-size: 15px !important;
}

ul.mm_columns_contents_ul {
  background: white !important;
  border: none !important;
}

.ets_mm_block.mm_block_type_category.mm_hide_title .h4 {
  display: none;
}

.ets_mm_block.mm_block_type_category.mm_hide_title .ets_mm_categories ul:not(.category-level2) li a {
  color: var(--header-bottom-bg-color) !important;
}

.ets_mm_block.mm_block_type_category.mm_hide_title ul li a {
  text-transform: capitalize !important;
  text-shadow: none !important;
}

ul.mm_menus_ul li ul li .span_tabtitle {
  text-transform: capitalize;
}

@media (min-width: 1024px) {
  body .ets_mm_megamenu.bg_submenu[data-bggray="bg_gray"] .mm_menus_ul>li:not(.categorytab) {
    opacity: 1;
  }

  ul.mm_menus_ul li.mm_sub_align_full:hover>a {
    background: white !important;
  }

  .mm_tab_li_content.closed {
    border: none;
  }

  .menu-guttering a,
  .menu-downpipes a,
  .menu-aluminium-capping a,
  .menu-soil-drain a,
  .menu-drainage a,
  .menu-roof-deck a,
  .menu-aluminium-fab a {
    position: relative !important;
  }

  #header ul.mm_columns_contents_ul {
    border-left: 1px solid #bebebe !important;
    border-bottom: 1px solid #bebebe !important;
    border-right: 1px solid #bebebe !important;
  }

  .mm_tab_toggle_title {
    padding: 29px 33px 29px 23px !important;
    text-align: initial;
  }

  #header .div_header_nav_cutom {
    padding-left: 0 !important;
  }
}

/* ***************************************************** */
/* **************** Searchbar Style **************** */

div#_desktop_searchbarcontainer .ssa-searchblock.ssa-searchblock-displaySearch.clearfix {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  /* padding-top:11px; */
  padding: 12px;
}

input.ssa-search-query.ssa-search-query-input.form-control.ui-autocomplete-input {
  border-radius: 15px;
}

button.btn.btn-default.button-search.ssa-button-search {
  width: 50px;
  padding: 0 8px;
  background: transparent;
  color: white !important;
  font-weight: bold !important;
  font-size: 17px !important;
  z-index: 2;
}

.ssa-nav-right {
  display: block !important;
  position: absolute !important;
  left: 0;
  top: 0;
}

input.ssa-search-query.ssa-search-query-input.form-control.ui-autocomplete-input {
  padding-right: 15px;
  color: var(--searchbar-border-color);
  padding-left: 45px;
}

@media (max-width: 767px) {
  .ssa-searchblock.ssa-searchblock-displaySearch.clearfix {
    padding: 0 10px 0 0;
  }
}

.sticky-search {
  position: fixed;
  top: 82px !important;
  width: 100%;
  z-index: 999;
}

/* ***************************************************** */
/* **************** Searchbar Style End **************** */

/* ************************* Start Header Quotes module Styles *********************** */
#header div#quotesCart div#box-body {
  position: absolute;
  width: 250px;
  right: -26px;
  background-color: white;
  z-index: 10000;
  display: none;
}

#header div#quotesCart span.span_cart_title {
  font-size: 15px !important;
  text-transform: none;
  font-weight: 100;
  padding-left: 8px !important;
  padding-top: 3px;
}

#header div#quotesCart a#quotes-cart-link {
  /* display: flex;
  justify-content: center;
  position: relative; */
  /* padding-right: 8px; */
}

@media (min-width: 1024px) {
  .cart-products-count,
  #header div#quotesCart .quoteqty.item-count {
    height: 15px;
    min-width: 15px;
    top: 0;
    right: -6px;
    border-radius: 30px;
    background: var(--btn-hover-bg-color);
    color: white;
    box-shadow: 0 0 0 1px #fff;
  }
}

@media (max-width: 1023px) {
  .cart-products-count,
  #header div#quotesCart .quoteqty.item-count {
    top: -2px;
    right: 1px;
    border-radius: 30px;
    background: var(--btn-hover-bg-color);
    color: white;
    box-shadow: 0 0 0 1px #fff;
  }
}

#header div#quotesCart span.ajax_quote_quantity {
  font-size: 10px !important;
  padding-top: 1px;
}

#header div#quotesCart svg.svg_icon.quotes_icon {
  color: white;
}

@media (min-width: 768px) and (max-width: 1023px) {

  #header .header__right #_desktop_header-icons .div_headerwishlistlinkcontainer+a,
  #header .header__right #_desktop_header-icons #quotes-cart-link .span_cart_title,
  #header .header__right #_desktop_header-icons .shopping-cart+a,
  span.visible--desktop.quotes__label.span_label {
    display: none;
  }

  #header .quotes_cart .header {
    width: auto;
  }
}


@media (min-width: 1024px) {
	#header #_desktop_header-icons a {
		text-align: center;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
  #header div#quotesCart .quoteqty.item-count {
    top: -1px;
    font-size: 9px;
    height: 16px;
    min-width: 16px;
    padding: 0 3px;
  }

  .menu-opened .ets_mm_megamenu_content .container {
    height: calc(100vh - 60px);
  }

  .menu-opened .ets_mm_megamenu_content_content {
    height: 100%;
    max-height: 100%;
  }

  .menu-opened .ets_mm_megamenu_content .container>.ets_mm_megamenu_content_content .additional-info {
    margin-top: auto;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  #header div#quotesCart .quoteqty.item-count {
    left: 22px;
  }

}

@media (max-width: 767px) {
  .header-nav.u-bor-bot div#quotesCart svg.svg_icon.quotes_icon {
    color: white !important;
  }

  #header .header-nav #quotesCart .quotes_cart {
    background: transparent !important;
  }

  .header-nav.u-bor-bot .quotes_cart .header {
    width: auto !important;
  }

  .header-nav.u-bor-bot .clone-slidebar-toggle.quotes_cart {
    margin-right: 0 !important;
  }

  .header-nav.u-bor-bot div#quotesCart .quoteqty.item-count.align-items-center.justify-content-center.position-absolute.px-1.d-flex {
    top: 2px !important;
  }

  .header-nav.u-bor-bot .afqQuotesCartOver {
    order: -1;
  }
}

/* ************************* End Header Quotes module Styles *********************** */

body.menu-opened {
  overflow: hidden;
}

body:not(.menu-opened) #header .menu_close_icon,
body.menu-opened #header .menu_icon {
  display: none !important;
}

.menu-mobile-signin a.account.u-link-body.btn-primary,
.a_singnin.u-link-body.btn-primary {
  background: transparent;
}

#header .header-nav div#div_header_tel svg {
  height: 20px !important;
}

#header .div_header_middle .div_headerwishlist:hover a,
#header .div_header_middle .afqQuotesCartOver:hover a,
#header .div_header_middle .afqQuotesCartOver:hover div#quotesCart svg.svg_icon.quotes_icon,
#header .div_header_middle .blockcart.blockcart-header.cart-preview:hover svg.svg_icon.cart_icon,
#header .div_header_middle .blockcart.blockcart-header.cart-preview:hover span.visible--desktop.blockcart__label {
  color: var(--header-bottom-bg-color) !important;
  transition: all 0.25s ease;
}

#header .btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

@media (min-width: 1432px) {
  #header .header__logo.header-top__col {
    padding: 0 0;
  }

  #header .header__logo.header-top__col img {
    width: 300px;
  }
}

/* 2021.12.13 changes */

#header div#menu-icon {
  display: flex;
  align-items: center;
  flex-direction: column;
}

#header div#menu-icon .menu-label {
  order: 1;
  font-size: 10px;
}

#header .quotes_cart .quotes-text-mobile,
.wishlist-text-mobile,
.cart-text-mobile {
  display: none;
}


@media screen and (max-width: 768px) {
	#header .quotes_cart .quotes-text-mobile {
		display: inline-block;
	}
}

@media screen and (max-width: 1023px) {
  #header div#quotesCart svg.svg_icon.quotes_icon {
    color: white;
  }

  #header .quotes_cart .header {
    text-transform: capitalize;
    letter-spacing: initial;
    font-size: 10px;
    font: 10px;
  }
}

span.call-us-text-mobile {
  display: none;
}

@media (max-width: 767px) {
  #header div#menu-icon {
    flex-direction: column;
  }

  .quotes-text-mobile,
  .wishlist-text-mobile,
  .cart-text-mobile,
  span.call-us-text-mobile {
    display: block !important;
  }

  #header div#quotesCart .mobile_quotes .quoteqty.item-count {
    right: initial;
  }

  #header #quotesCart .header,
  #header .div_headerwishlistlinkcontainer {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .shopping-cart.header,
  .blockcart.blockcart-header.cart-preview.header__rightitem {
    flex-direction: column !important;
  }

  #header #quotesCart span.quotes-text-mobile {
    font-family: "Kumbh Sans";
  }

  #header span.wishlist-text-mobile {
    line-height: initial;
    padding-top: 2px;
  }

  span.visible--desktop.blockcart__label.span_mycart.span_cart_label.span_label {
    display: block;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 10px;
    padding-top: 2px;
    margin-top: -4px;
  }

  .shopping-cart.header.d-flex.align-items-center.justify-content-center.has-counter.flex-row.position-relative.btn-primary {
    padding: 4px 10px 0px 10px;
  }

  #header #quotesCart a#quotes-cart-link {
    padding: 4px 10px 0px 10px;
  }

  div#_mobile_header-icons {
    gap: 10px;
  }

  #header div#_mobile_contactshop span.span_tel {
    display: none;
  }

  #header .header-nav div#_mobile_contactshop div#div_header_tel svg {
    height: 28px !important;
  }

  span.call-us-text-mobile {
    line-height: initial;
    padding-top: 2px;
    white-space: nowrap;
  }

  #header .header-nav__right.header-nav__col div#_mobile_header-icons {
    padding-left: 10px;
  }

  svg.svg_icon.phone_icon.flex-shrink-0.mr-md-down-1-5.mr-2 {
    margin: 0 !important;
  }

  #header #quotesCart .header:hover svg.svg_icon.quotes_icon,
  #header #quotesCart .header:hover span.quotes-text-mobile {
    color: #414042 !important;
    line-height: normal;
  }

  #header .div_headerwishlistlinkcontainer:hover svg.svg_icon.wishlist_icon,
  #header .div_headerwishlistlinkcontainer:hover span.wishlist-text-mobile {
    color: #414042;
  }

  .blockcart.blockcart-header.cart-preview.header__rightitem:hover span.visible--desktop.blockcart__label.span_mycart.span_cart_label.span_label,
  .blockcart.blockcart-header.cart-preview.header__rightitem:hover svg.svg_icon.cart_icon {
    color: #414042;
  }

  #header .quotes_cart .header {
    padding: 0 !important;
  }
}

/* ***************************************************** */
/* **************** End Additional Header Style **************** */
/* ***************************************************** */

/* ***************************************************** */
/* **************** Start Home Banner Style **************** */
/* ***************************************************** */

.home-banner-grid-row {
  display: flex;
  flex-wrap: wrap;
  padding-top: 15px;
  max-width: 1990px;
  margin: auto;
}

.first_column .banner-image,
.second_col_1 .banner-image,
.second_col_2 .banner-image,
.third_col_1 .banner-image,
.third_col_2_first .banner-image,
.third_col_2_second .banner-image,
.home-banner-grid-row {
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.second_col_1 .banner-image,
.third_col_1 .banner-image {
  padding-bottom: 7.5px;
}

.second_col_2 .banner-image,
.third_col_2_first .banner-image,
.third_col_2_second .banner-image {
  padding-top: 7.5px;
}

.header-nav__right.header-nav__col a.d-flex.align-items-center.justify-content-center.has-counter.flex-row.position-relative.btn-primary {
  padding: 12px;
}

#index .third_col_2 {
  display: flex;
  width: 100%;
}

.first_column,
.second_column,
.third_column {
  flex: 1 1 0;
}

.home-banner-grid-row a.hovereffect {
  display: block;
  position: relative;
}

.jxml-banner-description {
  color: var(--header-bg-color);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  z-index: 1;
}

.home-banner-grid-row span.banner-title {
  display: block;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 992px) {
  .third_col_2_first .banner-title {
    margin-top: 22px;
  }

  .third_col_2_second .banner-title {
    margin-top: 23px;
  }
}

.home-banner-grid-row p.banner-description {
  padding-left: 20px;
  padding-right: 20px;
  line-height: initial;
  font-weight: bold;
}

.home-banner-grid-row .banner-image a.hovereffect:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom,
      rgba(0, 114, 188, 0),
      var(--home-banner-image-hover-color));
  opacity: 0;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  z-index: 1;
}

.home-banner-grid-row .banner-image a.hovereffect:hover:before {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 1;
}

.home-banner-grid-row .button_discover {
  padding-left: 14px;
  visibility: hidden;
}

.home-banner-grid-row .banner-image a:hover .button_discover {
  visibility: visible;
}

.home-banner-grid-row .button_discover button {
  padding: 10px 35px 10px 35px;
  border-radius: 50px;
  background: transparent;
  color: var(--header-bg-color);
  border: 2px solid white;
  font-weight: bold;
}

.home-banner-grid-row .button_discover button:focus {
  outline: 0;
}

@media (max-width: 1276px) {

  .first_column,
  .second_column {
    flex: 1 0 50%;
  }

  .third_column {
    display: flex;
  }

  .third_col_1,
  .third_col_2 {
    flex: 1 0 50%;
  }

  .third_col_1 .banner-image,
  .third_col_2_first .banner-image,
  .third_col_2_second .banner-image {
    padding-top: 15px;
  }
}

@media (max-width: 631px) {
  .third_column {
    display: block;
  }

  .home-banner-grid-row {
    padding-left: 7.5px;
    padding-top: 0;
    padding-right: 0;
  }

  .first_column {
    flex: 1 0 50%;
  }

  .second_column {
    flex: 1 0 50%;
  }

  .first_column .banner-image {
    padding-right: 7.5px;
    padding-top: 15px;
    padding-left: 0;
    padding-bottom: 15px;
  }

  .second_col_1 .banner-image {
    padding-top: 15px;
    padding-left: 7.5px;
    padding-bottom: 7.5px;
    padding-right: 7.5px;
  }

  .second_col_2 .banner-image {
    padding-left: 7.5px;
    padding-top: 7.5px;
    padding-right: 7.5px;
    padding-bottom: 15px;
  }

  .third_col_1 .banner-image {
    padding-top: 0;
    padding-bottom: 15px;
    padding-right: 7.5px;
    padding-left: 0;
  }

  .third_col_2_first .banner-image {
    padding-top: 0;
    padding-left: 0;
    padding-right: 7.5px;
    padding-bottom: 15px;
  }

  .third_col_2_second .banner-image {
    padding-top: 0;
    padding-right: 7.5px;
    padding-left: 7.5px;
    padding-bottom: 15px;
  }

  .home-banner-grid-row span.banner-title {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    font-size: 16px;
  }

  .home-banner-grid-row p.banner-description {
    padding-left: 10px;
    padding-right: 15px;
    font-size: 14px;
  }
}

@media (max-width: 520px) {
  .home-banner-grid-row {
    padding: 0;
  }

  .first_column,
  .second_column,
  .third_column {
    flex: 1 0 100%;
  }

  .home-banner-grid-row .banner-image {
    padding: 7px;
    padding-left: 0;
    padding-right: 0;
  }

  .first_column .banner-image {
    padding-top: 0px;
  }

  .first_column .banner-image,
  .second_column .banner-image,
  .third_column .banner-image {
    padding-bottom: 0px;
  }

  .third_col_2_first .banner-image {
    padding-right: 3.5px;
  }

  .third_col_2_second .banner-image {
    padding-left: 3.5px;
  }

  /* .third_col_2_first .jxml-banner-description, .third_col_2_second .jxml-banner-description{
		padding-top:15px;
	} */

  .home-banner-grid-row span.banner-title {
    font-size: 26px;
  }

  .third_col_2_first p.banner-description {
    padding-right: 6px;
  }
}

.home-banner-grid-row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-banner-grid-row .second_column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home-banner-grid-row .third_column {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.home-banner-grid-row .third_col_1 .banner-image {
  padding-bottom: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-banner-grid-row span.banner-title {
    font-size: 17px;
  }

  .home-banner-grid-row p.banner-description {
    font-size: 13px;
    line-height: initial;
  }

  .home-banner-grid-row .button_discover button {
    padding: 6px 28px;
  }
}

@media (max-width: 767px) {
  .home-banner-grid-row span.banner-title {
    font-size: 17px;
  }

  /* .home-banner-grid-row .first_column .banner-image {
		padding-left: 0;
	} */
  .home-banner-grid-row p.banner-description {
    font-size: 13px;
    line-height: initial;
  }

  .first_column .banner-image,
  .second_col_1 .banner-image,
  .second_col_2 .banner-image,
  .third_col_1 .banner-image,
  .third_col_2_first .banner-image,
  .third_col_2_second .banner-image,
  .home-banner-grid-row {
    padding-right: 5px;
    padding-left: 5px;
  }

  .third_col_1 .banner-image,
  .third_col_2_first .banner-image,
  .third_col_2_second .banner-image {
    padding-top: 10px;
  }

  .home-banner-grid-row .button_discover button {
    padding: 5px 25px;
  }

  .home-banner-grid-row span.banner-title,
  .home-banner-grid-row p.banner-description {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (min-width: 650px) {

  .home-banner-grid-row .first_column,
  .home-banner-grid-row .first_column .banner-image {
    display: flex;
    width: 100%;
  }

  .home-banner-grid-row .third_col_2,
  .home-banner-grid-row .second_col_2 {
    align-self: flex-end;
    width: 100%;
  }
}

@media (max-width: 649px) {

  .home-banner-grid-row>div,
  .home-banner-grid-row .third_col_1,
  .home-banner-grid-row .third_col_2 {
    width: 100%;
    flex-basis: 100%;
    justify-content: center;
  }

  .home-banner-grid-row .first_column {
    padding-top: 10px;
  }

  .home-banner-grid-row .first_column .banner-image {
    display: block;
  }

  .first_column .banner-image,
  .second_col_1 .banner-image,
  .second_col_2 .banner-image,
  .third_col_1 .banner-image,
  .third_col_2_first .banner-image,
  .third_col_2_second .banner-image,
  .home-banner-grid-row {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .home-banner-grid-row .third_col_1 .banner-image {
    padding-bottom: 10px;
  }

  .home-banner-grid-row p.banner-description {
    font-size: 17px;
  }
}

@media (min-width: 380px) {

  .home-banner-grid-row .third_col_2>div,
  .home-banner-grid-row .third_col_2 .banner-image {
    display: flex;
    width: 100%;
  }
}

@media (max-width: 379px) {
  .home-banner-grid-row .third_col_2 {
    flex-direction: column;
  }
}

/* *************************** */

.first_column .banner-image a,
.third_col_1,
.third_col_2_first .banner-image a {
  width: 100%;
}

/* ***************************************************** */
/* **************** End Home Banner Style **************** */
/* ***************************************************** */

/* ***************************************************** */
/* **************** Start Home Customer Reassurance Style **************** */
/* ***************************************************** */

#index .card.card--reassurance.mb-3 {
  padding-right: 30px;
  padding-left: 30px;
}

#cart .card.card--reassurance.mb-3 {
  background-color: var(--header-bg-color);
}

#index .card.card--reassurance.mb-3 .list-group,
#cart .card.card--reassurance.mb-3 .list-group {
  flex-direction: row;
  flex-wrap: wrap;
  padding: 20px;
  gap: 20px;
}

#cart .card.card--reassurance.mb-3 .list-group-item {
  padding: 0px;
  background-color: var(--header-bg-color);
}

#cart .card.card--reassurance.mb-3 .list-group-item>div {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: flex-start;
}

#cart .card.card--reassurance.mb-3 .list-group-item .description span {
  width: 100%;
  display: block;
  text-align: justify;
  color: #252525;
}

#product .card.card--reassurance,
#product .card.card--reassurance .list-group-item {
  background-color: var(--header-bg-color);
}

#product .card.product_custom_nav_tabs_container,
#product .card.product_custom_nav_tabs_container .nav-link {
  background-color: var(--header-bg-color);
}

#product .card.card--reassurance .list-group-item span {
  color: #252525;
}

.card.card--reassurance.mb-3 .image-title-container img {
  margin: initial;
  width: 41px;
}

.show-description {
  display: block !important;
}

.rotate {
  transform: rotate(180deg);
}

@media (max-width: 1199px) {
  #index .card.card--reassurance.mb-3 .list-group {
    flex-direction: column;
  }

  #index .card.card--reassurance.mb-3 li.list-group-item div {
    position: relative;
  }

  #index .card.card--reassurance.mb-3 svg.arrow-down.d-none {
    position: absolute;
    top: 0;
    left: 100%;
  }

  #index svg.arrow-down.d-none {
    display: block !important;
  }

  #index .card.card--reassurance.mb-3 .description {
    display: none;
  }

  #index .card.card--reassurance.mb-3 {
    padding-left: 15px;
    margin-bottom: 0 !important;
  }

  #index .card.card--reassurance.mb-3 .description.show-description {
    padding-top: 7px;
    padding-left: 45px;
  }

  #header .header-nav .svg_icon:not(.menu_close_icon).cart_icon {
    width: 30px !important;
    height: 30px !important;
  }
}

@media (min-width: 1200px) {
  .card.card--reassurance.mb-3 .list-group li {
    flex: 1 1 0;
  }

  #index .card.card--reassurance.mb-3 {
    margin-top: 23.5px;
  }
}

@media (max-width: 1000px) {
  .card.card--reassurance.mb-3 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 414px) {
  .card.card--reassurance.mb-3 {
    padding: 5px;
  }

  .card.card--reassurance.mb-3 .list-group-item {
    padding: 0.35rem 0.25rem;
  }

  .card.card--reassurance.mb-3 .list-group li {
    flex: initial;
  }
}

/* ***************************************************** */
/* **************** End Home Category Blocks Style **************** */
/* ***************************************************** */

/* ***************************************************** */
/* **************** Start Home Image Slider Style **************** */
/* ***************************************************** */

span.btn-discover {
  padding: 8px 38px 8px 38px;
  border-radius: 50px;
  background: var(--secondary-bg-color);
  color: var(--header-bg-color);
  border: 2px solid var(--secondary-bg-color);
  font-weight: bold;
}

.carousel-container.position-relative .container.position-absolute {
  max-width: 1850px;
  padding: 0;
}

p.display-1.text-uppercase.slide-title {
  font-size: 42px;
  background: #80808082;
  padding: 0 7px;
}

#carousel.ps_imageslider .slider-caption {
  color: var(--header-bg-color);
  line-height: initial;
  border: none;
  padding: 0;
  max-height: 80%;
  top: 10%;
  bottom: 10%;
  left: 7%;
  right: 7%;
  overflow: hidden;
  background: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  max-width: 100%;
}

.carousel-container.position-relative .slider-caption.d-flex.align-items-center.justify-content-center.flex-column {
  align-items: flex-start !important;
}

.carousel-container.position-relative .caption-description {
  padding-bottom: 20px;
  font-size: 1.5rem;
}

.slick-slider .btn.slick-arrow i {
  font-size: 3rem;
  box-shadow: none;
}

@media (max-width: 1060px) {
  button.btn.btn-link.slick-prev.slick-arrow {
    padding-left: 0;
  }

  button.btn.btn-link.slick-next.slick-arrow {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  #carousel.ps_imageslider .slider-caption .slide-title {
    font-size: 27px;
  }

  .carousel-container.position-relative .caption-description {
    padding-bottom: 5px;
  }
}

@media (max-width: 600px) {
  #carousel.ps_imageslider .slider-caption .slide-title {
    font-size: 16px;
    margin-bottom: 0;
  }

  .carousel-container.position-relative .caption-description {
    padding-bottom: 5px;
  }

  .carousel-container.position-relative .caption-description p {
    font-size: 12px;
  }

  span.btn-discover {
    padding: 2px 26px 5px 26px !important;
    font-size: 12px;
  }

  .slick-slider .btn.slick-arrow i {
    font-size: 1rem !important;
  }

  button.btn.btn-link.slick-prev.slick-arrow {
    padding-left: 2px !important;
  }

  button.btn.btn-link.slick-next.slick-arrow {
    padding-right: 2px !important;
  }
}

/* ***************************************************** */
/* **************** End Home Image Slider Style **************** */
/* ***************************************************** */

/* ***************************************************** */
/* **************** Start Home Brandlist Style **************** */
/* ***************************************************** */
section#search_filters_brands {
  margin-bottom: 0px;
}

section#search_filters_brands h2.h2.sectiontitle.facet-label {
  text-align: center;
}

section#search_filters_brands span.span_titletext a {
  color: var(--header-bottom-bg-color);
}

section#search_filters_brands span.span_titletext {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
}

section#search_filters_brands span.span_titletext:after {
  /* content: ""; */
  display: block;
  width: 75px;
  border-bottom: 4px solid #0072bc;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}

.div_brand_carousel_container.brands-slick.slick-items-container.spacing-md-top.slick-initialized.slick-slider {
  border: none;
}

.div_brand_carousel_container .li_brand_item a {
  border-radius: 15px;
  background-color: white;
}

.div_brand_carousel_container .li_brand_item a img {
  border-radius: 15px;
  padding: 10px;
  max-height: 180px;
  transition: all 1s ease;
}

.div_brand_carousel_container .li_brand_item a:after {
  border-radius: 40px;
}

/* ***************************************************** */
/* **************** End Home Brandlist Style **************** */
/* ***************************************************** */

/* ***************************************************** */
/* **************** Start Home Banner Image Style **************** */
/* ***************************************************** */

section.bannersection.ps_banner.hasdescription img {
  min-height: 170px;
  object-fit: cover;
}

section.bannersection.ps_banner.hasdescription {
  position: relative;
  margin-bottom: 0;
}

section.bannersection.ps_banner .banner-title {
  padding-top: 30px;
  color: var(--header-bg-color);
  font-weight: bold;
  font-size: 42px;
  text-transform: uppercase;
  padding-bottom: 15px;
}

section.bannersection.ps_banner .div_bannerdescription_container {
  color: var(--header-bg-color);
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 0px;
  left: 9%;
}

section.bannersection.ps_banner .div_bannerdescription {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

section.bannersection.ps_banner span.span_description {
  color: var(--header-bg-color);
  font-size: 16px;
}

section.bannersection.ps_banner span.btn.btn-primary {
  padding: 5px 33px 5px 33px;
  border-radius: 50px;
  background: var(--secondary-bg-color);
  color: var(--header-bg-color);
  border: 2px solid var(--secondary-bg-color);
  font-weight: bold;
  width: 148px;
}

@media (max-width: 1199px) {
  section.bannersection.ps_banner .banner-title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  section.bannersection.ps_banner .div_bannerdescription_container {
    padding-left: 30px;
  }

  section.bannersection.ps_banner .banner-title {
    padding-top: 22px;
    padding-left: 0;
    font-size: 27px;
    padding-bottom: 10px;
  }

  section.bannersection.ps_banner span.btn.btn-primary {
    padding: 2px 26px 2px 26px;
  }

  section.bannersection.ps_banner .div_bannerdescription_container {
    left: 4%;
  }

  .slick-list.draggable .slider_content_container span.btn-discover {
    padding: 4px 38px 4px 38px;
  }
}

@media (max-width: 600px) {
  section.bannersection.ps_banner .banner-title {
    font-size: 16px;
  }

  section.bannersection.ps_banner span.span_description {
    font-size: 12px;
  }

  section.bannersection.ps_banner span.btn.btn-primary {
    padding: 2px;
    width: 105px;
    font-size: 12px;
  }

  section.bannersection.ps_banner .div_bannerdescription_container {
    left: 2%;
  }
}

/* ***************************************************** */
/* **************** End Home Banner Image Style **************** */
/* ***************************************************** */

/* ***************************************************** */
/* **************** Start Footer Style **************** */
/* ***************************************************** */
.footer-top {
  background: var(--footer-top-bg-color);
}

.footer-center,
.footer-bottom {
  background: var(--footer-bg-color);
}

#back-top {
  bottom: 75px;
  right: 15px;

  z-index: 10;
}

#back-top span {
  width: 44px;
  height: 44px;

  background: var(--secondary-bg-color);
  color: var(--btn-color);

  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  cursor: pointer;

  filter: alpha(opacity=70);
  opacity: 0.7;
}

#back-top span:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.footer-top form.needs-validation {
  display: flex;
  justify-content: center;
}

.footer-top .input-group.input-group-newsletter {
  order: 1;
}

.footer-top .input-group-append {
  position: absolute;
  right: 0;
  z-index: 3;
}

.footer-top .btn.btn-primary {
  width: 150px;
  background: var(--home-banner-image-hover-color);
  color: white !important;
  font-weight: bold !important;
  font-size: 17px !important;
  z-index: 2;
  border-radius: 50px;
  height: 38px;
}

.footer-top .btn.btn-primary .align-items-center {
  display: block !important;
  font-size: 15px;
}

.footer-top .input-group.input-group-newsletter input.form-control {
  border-radius: 50px;
  padding-left: 25px;
  padding-right: 150px;
}

.block_newsletter.col-lg-8.col-12 {
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-top p.small.mt-2 {
  color: white;
  padding-right: 30px;
  font-size: 18px;
  text-align: initial;
}

.footer-top p.footer__title.footer__title--desktop {
  display: none;
}

@media (min-width: 992px) {
  #footer .collapse:not(.show) {
    display: block !important;
  }

  .input-group.input-group-newsletter {
    max-width: 500px;
    align-items: center;
  }

  .clearfix.div_newslettertext.text-center {
    max-width: 540px;
  }

  .clearfix.div_newslettertext.text-center p.small.mt-2 {
    margin: 0 !important;
    padding: 0 50px;
  }

  .footer-top form.needs-validation {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .col-lg-6.linklist.linklist_footer {
    display: flex;
    justify-content: space-around;
  }
}

@media (max-width: 991px) {
  .footer-top {
    background: var(--footer-bg-color);
  }

  .collapse:not(.show) {
    display: none !important;
  }

  .footer-top form.needs-validation {
    flex-direction: column;
  }

  .footer-top .input-group.input-group-newsletter {
    max-width: 415px;
  }

  .block_newsletter.col-lg-8.col-12 {
    padding-top: 0;
    padding-bottom: 0;
  }

  a.footer__title--mobile.footer__title {
    color: var(--footer-text-color);
  }

  .col-lg-6.linklist.linklist_footer {
    display: block;
  }
}

#index .footer-container {
  margin-top: 0;
  padding-top: 0;
}

p.footer__title.footer__title--desktop {
  color: var(--footer-text-color);
  padding-top: 30px;
  font-size: 19px;
}

.col-lg-6.linklist.linklist_footer ul li a,
div#block_myaccount_infos ul li a {
  color: var(--footer-bottom-text-color);
  text-transform: uppercase;
  font-size: 14px;
}

div#footer_storeinfo span {
  color: var(--footer-bottom-text-color);
}

.footer-center .social-sharing.col-lg-4.col-sm-12 {
  max-width: 100%;
  padding-top: 15px;
}

div#footer_storeinfo div {
  padding-bottom: 10px;
}

div#footer_storeinfo .div_address.d-flex.align-items-center {
  align-items: flex-start !important;
}

div#footer_storeinfo .div_address.d-flex.align-items-center svg.svg_icon.mail_icon.flex-shrink-0.mr-3 {
  margin-top: 6px;
}

.footer-center-top {
  display: none;
}

@media (min-width: 992px) {
  .footer-center-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 30px;
  }

  .footer-center-top .secure-payments {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .footer-center-top .secure-payments span {
    color: var(--footer-text-color);
    font-size: 18px;
    font-weight: bold;
    padding-top: 10px;
  }
}

#footer .social-sharing.col-lg-4.col-sm-12 .social-share-btn {
  background-image: none !important;
}

#footer .social-sharing.col-lg-4.col-sm-12 svg {
  height: 100%;
}

#footer .social-sharing.col-lg-4.col-sm-12 a.text-hide.social-share-btn.social-share-btn--footer.p-0.btn.btn-primary.facebook svg {
  width: 13px;
  height: 38px;
  /* padding-top: 10px; */
}

#footer svg.svg_icon.mail_icon.flex-shrink-0.mr-3 {
  color: var(--footer-icon-color);
}

#footer svg.svg_icon.social_icon {
  width: 25px;
}

#footer .google-rating {
  flex: 0 0 33%;
  max-width: 33%;
  padding-top: 14px;
}

#footer li.Credit.slips,
ul#footer_account_list li:last-child,
.footer-center ul.account-list li.Vouchers {
  display: none;
}

#footer a.show-gdpr-modal {
  background: transparent !important;
  border: none;
  font-size: 14px !important;
}

#footer a.show-gdpr-modal {
  display: flex !important;
  justify-content: flex-start;
  flex: 0 0 27% !important;
  padding: 0px;
}

#footer .show-gdpr-modal {
  margin-top: 0;
}

#footer .footer-center .social-sharing.col-lg-4.col-sm-12 {
  flex-wrap: nowrap !important;
}

@media (min-width: 992px) and (max-width: 1300px) {
  #footer a.show-gdpr-modal {
    flex: 0 0 28% !important;
  }
}

@media (max-width: 991px) {
  #footer a.show-gdpr-modal {
    justify-content: flex-start !important;
  }

  #footer a.text-hide.social-share-btn.social-share-btn--footer.p-0.btn.btn-primary.facebook {
    width: 20px !important;
  }

  #footer a.show-gdpr-modal {
    padding-left: 15px;
  }
}

#footer a.text-hide.social-share-btn.social-share-btn--footer.p-0.btn.btn-primary.facebook {
  margin-left: 0 !important;
}

#footer .social-sharing.col-lg-4.col-sm-12 {
  padding-left: 0 !important;
}

#footer .footer-center .btn-primary {
  background-color: transparent;
}

#footer .footer-center a.btn-primary:hover {
  background-color: var(--btn-hover-bg-color);
}

.footer-top .input-group-append .btn-primary {
  border: none;
}

.footer-center ul li a:hover,
.footer-center a.show-gdpr-modal:hover,
.footer-center a:hover span {
  color: #268dd0 !important;
}

/* ***************************************************** */
/* **************** End Footer Style **************** */
/* ***************************************************** */

/* ***************************************************** */
/* **************** Start Category Page Style **************** */
/* ***************************************************** */
@media (min-width: 992px) {
  .product-miniature {
    flex: 0 0 25%;
    max-width: 25%;
  }

  #left-column .card.card--reassurance .list-group-item {
    padding: 0.75rem 0.6rem;
  }

  div#search_filters {
    padding-right: 0.6rem;
    padding-left: 0.6rem;
  }
}

.plisttop .sort-by-row {
  flex-wrap: wrap;
  gap: 12px;
}

h1.h1.category_header {
  font-size: 26px;
  font-weight: bold;
  color: var(--header-bottom-bg-color);
  padding-bottom: 20px;
}

/* Trimming category description style Start */
span.btn.btn-primary.more,
span.btn.btn-primary.less {
  background: transparent;
  border: none;
  color: var(--home-banner-image-hover-color);
  padding: 0px 3px 0 0;
}

span.btn.btn-primary.more:active:focus,
span.btn.btn-primary.more:active:hover,
span.btn.btn-primary.less:active:focus,
span.btn.btn-primary.less:active:hover {
  background: transparent;
  border: none;
  color: var(--header-bottom-bg-color);
}

.div_showmoreless_content_container {
  max-height: 100px;
  transition: max-height 0.5s ease;
}

.span_showmoreless_fade {
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
  opacity: 0;
  transition: all 0.5s ease;
}

.div_showmoreless_container:not(.opened) .span_showmoreless_fade {
  opacity: 1;
  height: 50%;
}

.div_showmoreless_container.need_showmore .span_showmoreless_fade,
.div_showmoreless_container.need_showmore .div_showmoreless_buttons {
  display: block;
}

.div_showmoreless_container.opened .div_showmoreless_buttons .more,
.div_showmoreless_container:not(.opened) .div_showmoreless_buttons .less {
  display: none;
}

/* Trimming category description style End*/

#subcategories .div_subcategory_container.d-flex.flex-column a.subcategory-name {
  width: 90%;
}

@media screen and (min-width: 1200px) {

  #category .container.category-container-top,
  #category .subcategories-container .container,
  #manufacturer #wrapper .l-wrapper .pt-2,
  #new-products #wrapper .wrapper .pt-2,
  #category #wrapper {
    max-width: 1700px;
    width: 95%;
  }

  #product .l-wrapper {
    max-width: 1440px;
  }

  #footer .container {
    max-width: 1440px;
  }

  #footer .linklist.linklist_footer>div {
    width: 50%;
  }

  #footer .linklist.linklist_footer {
    padding: 0px;
  }

  #manufacturer #wrapper {
    max-width: 1700px;
    width: 95%;
  }

  #new-products #wrapper {
    max-width: 1700px;
    width: 95%;
  }
}

#footer .google-rating img {
  margin-left: 0px;
}

#category div#subcategories {
  padding-top: 20px;
  border-top: 2px solid rgba(65, 64, 66, 0.2);
}

#category .block-category {
  padding-bottom: 30px;
}

#category div#subcategories img {
  border-radius: 50%;
  border: 3px solid var(--home-banner-image-hover-color);
}

#category div#subcategories a.subcategory-name {
  text-transform: uppercase;
  color: var(--header-bottom-bg-color);
  font-weight: bold;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
}

#category div#subcategories ul.clearfix.d-flex.flex-wrap li {
  display: inline-block;
  width: 206px;
  padding-top: 20px;
}

.div_subcategory_container.d-flex.flex-column:hover .subcategory-name {
  color: var(--secondary-bg-color) !important;
}

.div_subcategory_container.d-flex.flex-column:hover img {
  border: 3px solid var(--secondary-bg-color) !important;
}

#category-image-description-container {
  display: flex;
  flex-wrap: wrap;
}

.category-cover.visible--desktop {
  order: 1;
  flex: 1 0 17%;
}

.category-cover.visible--desktop img {
  border-radius: 50%;
  border: 3px solid var(--home-banner-image-hover-color);
}

.products .card.card-product.thumbnail-container {
  height: 100% !important;
}

.products .product-description.product__card-desc {
  height: 100% !important;
  justify-content: initial;
}

.products .product-description .h3.product-title {
  flex: 1;
}

.products .product-description .product-price-and-shipping {
  flex: 1;
}

.breadcrumb a {
  line-height: initial;
}

/* product miniatures images animation */

.product__card-img.div_product_image {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 10px;
}

.div_productimgcontainer {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  max-width: 100%;
}

.product__card-img.div_product_image img {
  margin: 0 auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  max-width: 100%;
  height: auto;
}

.div_productimgcontainer img {
  webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 1;
}

.div_productimgcontainer img {
  -webkit-transform: translateX(0) scale(1);
  transform: translateX(0) scale(1);
}

span.product-additional img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.product-miniature:hover .div_productimgcontainer img {
  opacity: 0;
}

.product-miniature:hover .div_productimgcontainer img {
  transform: translateX(-100%) scale(0);
}

.product-miniature:hover span.product-additional img {
  opacity: 1;
}

.product-miniature:hover span.product-additional img {
  transform: translateX(0) scale(1);
}

/* end product miniatures images animation */

span.quicview-label {
  font-weight: bold;
  color: var(--home-banner-image-hover-color);
}

.product-miniature .an_wishlist-mini-count.js-an_wishlist-product-count {
  display: none;
}

.highlighted-informations.text-center.p-2.no-variants {
  height: 2.8em !important;
}

.highlighted-informations {
  /* bottom: 37%; */
  width: 135px;
  background-color: transparent;
  /* left: 30%; */
  border: 1px solid var(--home-banner-image-hover-color);
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.8);
  display: none;
}

@media (max-width: 380px) {
  .highlighted-informations {
    width: 120px;
  }

  svg.svg_icon.quickview_icon {
    width: 17px;
  }

  span.quicview-label {
    font-size: 13px;
  }
}

.product-miniature .card.card-product.thumbnail-container:hover .highlighted-informations {
  display: block !important;
}

.product-miniature h3.h3.product-title a,
p.h3.product-title a {
  color: black;
  font-size: 17px;
  font-weight: bold;
  transition: none;
  text-transform: capitalize;
}

.product-miniature .div_productlistreviews {
  position: absolute;
  top: 40px;
  right: 4px;
}

.product-miniature .an_wishlist-mini .js-an_wishlist-addremove {
  background: transparent;
  color: var(--submenu-arrow-color);
}

.card.card-product.thumbnail-container {
  border-radius: 20px;
}

.product-miniature .card-body.div_product_meta {
  padding: 0.5rem;
}

.product-miniature .product-price-and-shipping .price {
  color: var(--secondary-bg-color);
  font-size: 20px;
}

span#lyoshowvatfree {
  font-size: 12px;
  padding-right: 5px;
}

.product-miniature button.btn.btn-primary.add-to-cart {
  background-color: var(--secondary-bg-color);
  border-color: var(--secondary-bg-color);
  border-radius: 20px;
  margin-bottom: 4px;
}

button.fly_to_quote_cart_button.btn.btn-primary {
  background: transparent;
  border: none;
  position: absolute;
  padding: 0;
  top: 8px;
  right: 8px;
}

button.fly_to_quote_cart_button.btn.btn-primary:hover,
button.fly_to_quote_cart_button.btn.btn-primary:active,
button.fly_to_quote_cart_button.btn.btn-primary:focus {
  border-color: transparent !important;
  background-color: transparent !important;
}

svg.svg_icon.quotes_icon {
  color: var(--secondary-bg-color);
}

.product-miniature .details {
  display: flex;
  justify-content: center;
}

.product-miniature .details {
  padding-top: 25px;
  padding-bottom: 25px;
}

button.btn.btn-touchspin-down,
button.btn.btn-touchspin-up {
  padding: 4px 8px 4px 8px;
}

.div_inputqtyparent {
  display: inline-flex;
  border: 1px solid var(--header-bottom-bg-color);
  border-radius: 50px;
  margin-right: 15px;
  margin-bottom: 10px;
}

.div_inputqtyparent #number {
  border: none;
  text-align: center;
  width: 40px;
  font-weight: bold;
  color: var(--header-bottom-bg-color);
}

#select-sort-order {
  border-radius: 50px;
  border-color: var(--header-bottom-bg-color);
}

label.visible--desktop {
  font-weight: bold;
}

.product-miniature .product__card-img.div_product_image {
  display: flex;
  justify-content: center;
}

form.add-to-cart-or-refresh {
  text-align: center;
}

.product-miniature .div_productdescription_short {
  display: none;
}

div#js-product-list-top .col-lg-6.visible--desktop.total-products {
  display: flex;
}

div#js-product-list-top .col-lg-6.visible--desktop.total-products p.product__quantity {
  padding-left: 20px;
}

div#js-product-list-top {
  margin-top: 4rem !important;
  margin-bottom: 2rem !important;
}

i.material-icons.show_list,
i.material-icons.show_grid {
  color: var(--list-grid-view-icon-color);
  cursor: pointer;
}

/* Pagination style Start */

ul.page-list.pagination.justify-content-center.justify-content-lg-end.mt-3.mt-lg-0.mb-0 {
  gap: 10px;
}

.page-item.active .page-link,
.page-item.active .product-comments__pagination li span,
.product-comments__pagination li.active .page-link,
.product-comments__pagination li.active span,
.product-comments__pagination li .page-item.active span {
  background-color: var(--home-banner-image-hover-color);
  border-color: var(--home-banner-image-hover-color);
  border-radius: 50%;
  width: 38px;
  text-align: center;
}

.page-link,
.product-comments__pagination li span {
  color: var(--header-bottom-bg-color);
  background-color: #fff;
  border-radius: 50%;
  width: 38px;
  text-align: center;
  border-color: var(--header-bottom-bg-color);
  font-weight: bold;
  padding: 0.5rem 0.35rem;
}

ul.page-list li.page-item.disabled span {
  border: none;
  font-weight: bold;
}

.row.u-a-i-c.pagination_cotainer {
  justify-content: center;
}

.row.u-a-i-c.pagination_cotainer .page-link.next {
  border: none;
}

/* Pagination style End */

@media (max-width: 421px) {
  .product-miniature {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #subcategories ul.clearfix.d-flex.flex-wrap {
    justify-content: center;
  }
}

article.pla_block {
  height: auto !important;
}

.pla_attribute_group_label {
  font-weight: bold;
  color: var(--header-bottom-bg-color);
}

.product-miniature .div_details_cart {
  padding-top: 22px;
}

.listview-container {
  padding-top: 25px;
}

@media (max-width: 480px) {
  article.pla_block {
    flex: 0 0 50%;
    max-width: 50%;
  }

  #subcategories li.flex-shrink-0 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  #subcategories li.flex-shrink-0 .div_subcategory_container .img-fluid {
    max-width: 70%;
  }

  #category .block-category {
    padding-left: 10px;
    padding-right: 10px;
  }

  .product-miniature .div_details_cart {
    padding-top: 10px;
  }
}

@media (max-width: 361px) {
  a.button.btn.btn-default.pla_ajax_add_to_cart_button.view-product.btn-primary {
    padding: 7px 10px 7px 10px;
  }
}

/* Blockreassurance Style Start */
.card.card--reassurance.mb-3 {
  border: none;
}

.card.card--reassurance.mb-3 li.list-group-item {
  border-bottom: none;
}

.card.card--reassurance.mb-3 .image-title-container img {
  margin: initial;
  width: 31px;
}

.image-title-container {
  display: flex;
  justify-content: flex-start;
}

.image-title-container .h6 {
  font-size: 18px;
  font-weight: bold;
  padding-left: 15px;
  color: var(--header-bottom-bg-color);
}

.description {
  padding-top: 21px;
  font-size: 15px;
  line-height: 1.2;
  color: var(--blockreassurance-description-color);
}

.product-miniature .highlighted-informations.text-center.p-2.no-variants {
  position: absolute;
  top: 40%;
}

/* Blockreassurance Style End */

/* List View Style Start */

@media

/* (max-width: 991px) and */
(min-width: 1300px) {
  #js-product-list article.product-miniature.js-product-miniature.productlisting_product_container.mb-3.product_allow_oosp.product_show_list {
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  #js-product-list .product-miniature.product_show_list .product__card-img.div_product_image {
    display: flex;
    justify-content: flex-start;
  }

  #js-product-list .product-miniature.product_show_list .card.card-product.thumbnail-container {
    flex-direction: row;
  }

  #js-product-list .product-miniature.product_show_list .product-title,
  .product-miniature.product_show_list .product-price-and-shipping.text-center {
    text-align: start !important;
    padding-left: 30px;
    padding-top: 20px;
  }

  #js-product-list .product-miniature.product_show_list .details {
    justify-content: center;
    padding-left: 30px;
  }

  #js-product-list .product-miniature.product_show_list .highlighted-informations {
    width: 135px;
  }

  /* #js-product-list .product-miniature.product_show_list button.fly_to_quote_cart_button.btn.btn-primary {
    bottom: 8px;
    left: 7%;
    top: auto;
  } */

  #js-product-list .product-miniature.product_show_list .div_productlistreviews {
    position: absolute;
    bottom: 0;
    left: 9.3%;
    top: auto;
    right: auto;
  }

  #js-product-list .product-miniature.product_show_list .div_productdescription_short {
    display: block !important;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 25px;
  }

  #js-product-list .product-miniature.product_show_list .highlighted-informations.text-center.p-2.no-variants {
    position: absolute;
    top: 30%;
    left: 26%;
  }

  #js-product-list .product-miniature.product_show_list button.btn.cdpcp-compare-btn.btn-tertiary.cdpcp-compare-btn--above-list.cdpcp-compare-btn--js {
    top: auto !important;
    width: auto !important;
    padding: 0 !important;
    bottom: 3px !important;
    left: 13% !important;
    margin: 0 !important;
  }

  #js-product-list .product-miniature.product_show_list .product__card-desc {
    justify-content: flex-start;
  }

  #js-product-list .product-miniature.product_show_list .div_details_cart {
    padding-top: 0;
  }

  #js-product-list .product-miniature.product_show_list .listview-container {
    display: flex;
    gap: 50px;
    padding-top: 30px;
    flex-wrap: wrap;
    padding-left: 30px;
  }
}

/* #category .product-miniature.product_show_list .pla_attributes.pla_attributes_populated div{
	justify-content:flex-start;
} */

@media (max-width: 1299px) {

  i.material-icons.show_grid,
  i.material-icons.show_list,
  .col-lg-6.visible--desktop.total-products span {
    display: none;
  }
}

@media (min-width: 1348px) and (max-width: 1499px) {
  .product-miniature.product_show_list .highlighted-informations.text-center.p-2.no-variants {
    top: 26%;
    left: 23%;
  }
}

@media (min-width: 1300px) and (max-width: 1347px) {
  .product-miniature.product_show_list .highlighted-informations.text-center.p-2.no-variants {
    top: 16%;
    left: 20%;
  }
}

/* List View Style End */

.pla_attribute_group_label.size-label:before,
.pla_attribute_group_label.length-label:before,
.pla_attribute_group_label.colour-label:before {
  width: 17px;
  content: "";
  height: 15px;
  margin-right: 7px;
  display: inline-block;

  background-repeat: no-repeat;
}

.pla_attribute_group_label.size-label:before {
  background-image: url(../img/gutter-size.svg);
}

.pla_attribute_group_label.length-label:before {
  background-image: url(../img/gutter-length.svg);
}

.pla_attribute_group_label.colour-label:before {
  background-image: url(../img/colour.svg);
}

.product-miniature button.btn.cdpcp-compare-btn.btn-tertiary.cdpcp-compare-btn--above-list.cdpcp-compare-btn--js {
  position: absolute;
  right: 8px;
  top: 76px;
  width: auto;
  padding: 0;
}

.product-miniature svg.cdpcp-icon-add.cdpcp-compare-btn__icon,
#category .product-miniature svg.cdpcp-icon-remove.cdpcp-compare-btn__icon {
  width: 25px;
  height: 25px;
}

.product-miniature span.cdpcp-compare-btn__text.cdpcp-compare-btn__text--add,
#category .product-miniature span.cdpcp-compare-btn__text.cdpcp-compare-btn__text--remove {
  display: none;
}

@media (max-width: 1199px) {
  .product-miniature .an_wishlist-mini svg {
    width: 23px !important;
    height: 19px !important;
  }
}

/* .pla_attributes.pla_attributes_populated {
  padding: 0 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .pla_attributes.pla_attributes_populated {
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .pla_attributes.pla_attributes_populated {
    padding: 0 5px;
  }
} */

/* Faceted Search Style Start */

label.custom-control-label {
  cursor: pointer;
}

.custom-control.custom-checkbox.custom-color label.custom-control-label {
  display: flex;
  align-items: center;
}

.custom-control.custom-checkbox.custom-color .color__label {
  padding-left: 0.4rem;
  flex: 0 0 80%;
}

div#search_filters {
  border: none;
}

div#search_filters p.text-uppercase.h6 {
  color: #009b72;
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 20px;
}

div#search_filters .facet__header {
  text-transform: uppercase;
  color: var(--header-bottom-bg-color);
}

div#search_filters a.icon-collapse.visible--mobile.stretched-link {
  display: none;
}

div#search_filters .custom-color.custom-control,
div#search_filters .custom-control {
  margin-bottom: 13px;
}

.facet__block {
  border-bottom: none !important;
}

.custom-control-label:before {
  border-radius: 4px;
}

div#search_filters span.color {
  border-radius: 50%;
  flex: 1 1 20%;
  max-width: 1.25rem;
}

.color__label {
  font-size: 15px;
  font-weight: bold;
  color: var(--header-bottom-bg-color);
}

/* Faceted Search Style End */

.product-miniature svg.cdpcp-icon-add.cdpcp-compare-btn__icon.cdpcp-compare-btn__icon--add {
  color: var(--submenu-arrow-color);
}

.product-miniature svg:hover {
  color: var(--secondary-bg-color) !important;
}

svg.cdpcp-icon-add.cdpcp-compare-btn__icon.cdpcp-compare-btn__icon--add:hover,
svg.cdpcp-icon-add.cdpcp-compare-btn__icon.cdpcp-compare-btn__icon--remove:hover {
  color: #f26430;
}

.div_hookproductlistreviews.an_wishlist-in svg,
.cdpcp-compare-btn--remove svg {
  color: var(--secondary-bg-color);
}

.product-miniature svg.svg_icon.quotes_icon:hover {
  color: var(--secondary-bg-color) !important;
}

.product-miniature span.cdpcp-compare-btn__text.cdpcp-compare-btn__text--remove {
  display: none;
}

.clamp {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 414px) {
  .js-product-miniature .pla_buttons_container a.btn {
    padding: 5px 12px;
  }
}

@media (max-width: 349px) {
  body#category .js-product-miniature .pla_buttons_container a.btn {
    padding: 5px 7px;
  }

  body#category .js-product-miniature .pla_buttons_container a.btn span {
    font-size: 15px;
  }
}

.modal-cart__name {
  color: black;
}

.product-flags {
  top: 10px;
  left: 0.75rem;
}

li.product-flag.on-sale {
  background: #f26430;
  border-radius: 50%;
  padding: 0.8rem 0.45rem 0.8rem 0.45rem;
  font-size: 12px;
  box-shadow: 0 4px 25px 0 rgb(242 100 48 / 50%);
}

.div_inputqtyparent .btn:focus {
  box-shadow: none !important;
}

.visible--mobile.text-right.up {
  margin-top: 15px;
}

a.all-product-link.float-left.float-md-right.h4 {
  padding-left: 15px;
}

.bulk-save-badge {
  background: #ed1d26;
  /* border-radius: 50%; */
  border-radius: 5px;
  padding: 0.8rem 0.45rem 0.8rem 0.45rem;
  font-size: 13px;
  box-shadow: 0 4px 25px 0 #dc3545;
  width: 50px;
  padding: 11px 10px;
  position: absolute;
  top: 10px;
  left: 0.75rem;
  z-index: 1;
}

.bulk-save-badge span {
  display: flex;
  color: #fddd00;
  font-weight: bold;
}

.pla_custom_select_container a.pla_color {
  border-radius: 50%;
}

.btn:not(:disabled):not(.disabled).active:focus,
.btn:not(:disabled):not(.disabled):active:focus {
  box-shadow: none !important;
}

/* ***************************************************** */
/* **************** End Category Page Style **************** */
/* ***************************************************** */

/* ***************************************************** */
/* **************** Start Quickview Style **************** */
/* ***************************************************** */

.modal-content {
  border-radius: 20px;
}

@media (min-width: 992px) {
  .quickview .modal-dialog.modal-lg {
    max-width: 1240px !important;
  }
}

.quickview .modal-body button.btn.cdpcp-compare-btn.btn-secondary.cdpcp-compare-btn--js.cdpcp-compare-btn--add,
.quickview .modal-body button.btn.cdpcp-compare-btn.btn-secondary.cdpcp-compare-btn--js.cdpcp-compare-btn--remove {
  margin: 0 !important;
}

.quickview .modal-header .close {
  float: right;
  font-size: 2.5rem;
  font-weight: 500;
}

.modal-dialog.modal-sm .modal-footer.text-xs-center {
  justify-content: center !important;
}

/* Display Color variants Start */

.clearfix.item_input_container {
  display: flex;
  flex-direction: column;
  position: relative;
  flex-grow: 1;
  max-width: 320px;
}

label.label-color.js-option span.sr-only {
  position: initial;
  padding-left: 25px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.product-variants label.label-color.js-option:not(ul#options label.label-color.js-option) {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  margin-top: 2px;
}

.product-variants span.attr-name {
  order: 1;
  text-decoration: none;
  padding-left: 10px;
}

@media (min-width: 350px) and (max-width: 430px) {
  .quickview .modal-body .product-variants span.attr-name {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 160px;
  }

  .quickview .modal-footer button.btn.cdpcp-compare-btn.cdpcp-compare-btn--no-js.btn-secondary {
    margin: 0 0 !important;
  }
}

.js-drop {
  display: none;
}

.js-option {
  display: inline-block;
}

ul#options {
  border: 1px solid #6b6b6b;
  position: absolute;
  z-index: 3;
  background-color: white;
  width: 100%;
  top: 100%;
  padding: 10px;
  overflow-y: scroll;
  max-height: 300px;
}

span#color-image {
  border-radius: 50%;
  width: 1.2rem;
  height: 1.2rem;

  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}

.custom-select,
#select-op-btn {
  background: #fff url(../img/down-arrow.svg) no-repeat right 0.75rem center/8px 10px;
  overflow: hidden;
}

/* Display Color variants End */

/* Quickview Right column Style Start */

h1.modal-title {
  text-transform: capitalize;
  font-weight: bold;
}

.product-prices span.current-price-display.price {
  font-size: 25px;
  color: #f26430;
}

.modal-body .product-prices {
  display: flex;
  align-items: center;
}

div#lyoshowvatfree {
  margin-top: -20px !important;
  color: var(--reference-label-color);
}

.product-prices span.tax-shipping-delivery-label.label1 {
  font-size: 13px;
  padding-left: 10px;
  color: var(--main-text-color, #252525);
}

div#lyoshowvatfree span {
  display: none;
}

div#lyoshowvatfree strong {
  padding-right: 3px;
  font-size: 14px !important;
}

.product-reference {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.reference-number {
  padding-right: 0;
}

.product-reference .label {
  color: var(--reference-label-color);
  padding-right: 10px;
  font-size: 0.875rem;
  min-width: 58px;
  font-weight: bold;
}

.product-reference span {
  font-size: 14px;
  font-weight: 500;
}

.div_delivery_times {
  display: flex;
  padding-top: 0.2rem;
}

.div_delivery_times span {
  font-weight: initial !important;
  color: #009b72;
  font-size: 0.875rem;
  padding-left: 10px;
}

@media (max-width: 767px) {
  .quickview.show .modal-body .row .col.col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .quickview .modal-body button.btn.btn-primary.add-to-cart.btn-lg.btn-block.btn-add-to-cart.js-add-to-cart {
    padding: 3px 27px 5px 27px;
  }
}

/* Quickview Right column Style End */

/* Variants selector style Start */

.product-variants {
  padding-top: 30px;
}

.form-group.product-variants-item.item_select,
.form-group.product-variants-item.item_color {
  display: flex;
}

.form-group.product-variants-item.item_select label,
.form-group.product-variants-item.item_color .label {
  flex: 0 0 25%;
  font-weight: bold;
  color: var(--header-bottom-bg-color);
}

.form-group.product-variants-item.item_select div,
.form-group.product-variants-item.item_color select {
  flex-grow: 1;
  max-width: 320px;
}

.form-group.product-variants-item.item_select div select,
.form-group.product-variants-item.item_color .custom-select {
  border-radius: 20px;
  border-color: var(--header-bottom-bg-color);
}

label.label.Gutter.Size:before,
span.Gutter.Size:before {
  width: 17px;
  content: " ";
  background-image: url(../img/gutter-size.svg);
  height: 15px;
  margin-right: 7px;
  display: inline-block;
}

label.label.Downpipe.Size:before,
span.Downpipe.Size:before {
  width: 17px;
  content: " ";
  background-image: url(../img/gutter-size.svg);
  height: 15px;
  margin-right: 7px;
  display: inline-block;
}

label.label.Gutter.Length:before,
span.Gutter.Length:before {
  width: 17px;
  content: " ";
  background-image: url(../img/gutter-length.svg);
  height: 15px;
  margin-right: 7px;
  display: inline-block;
}

label.label.Length:before {
  width: 17px;
  content: " ";
  background-image: url(../img/gutter-length.svg);
  height: 15px;
  margin-right: 7px;
  display: inline-block;
}

.form-group.product-variants-item.item_color .label:before,
span.Colour:before {
  width: 16px;
  content: " ";
  background-image: url(../img/colour.svg);
  height: 15px;
  margin-right: 7px;
  display: inline-block;
}

/* Variants selector style End */

/* .modal-body button.btn.btn-primary.add-to-cart.btn-lg.btn-block.btn-add-to-cart.js-add-to-cart {
  background-color: var(--secondary-bg-color);
  border-color: var(--secondary-bg-color);
  border-radius: 20px;
  padding: 3px 35px 5px 35px;
  box-shadow: 0 4px 25px 0 rgb(242 100 48 / 50%);
}
*/

.modal-body button.btn.btn-primary.add-to-cart span.span_cart_text {
  text-transform: initial;
  font-size: 17px;
}

.modal-body button.btn.btn-primary.add-to-cart span.icon_container {
  display: none;
}

.modal-body .product-actions label.quantity__label.col-auto.control-label {
  display: none;
}

/* .modal-body .bootstrap-touchspin {
  border-radius: 20px;
  box-shadow: none;
  border-color: var(--header-bottom-bg-color) !important;
  border: 1px solid #c9cccf;
}

.modal-body .bootstrap-touchspin .btn {
  font-size: 20px;
}

.modal-body .bootstrap-touchspin>input {
  max-width: 33px !important;
  border: none !important;
  font-weight: bold !important;
}

.modal-body .bootstrap-touchspin .input-group-btn .btn {
  padding: 2px;
  color: #8c8c8c;
  border-radius: 20px;
  background-color: transparent;
}

.modal-body .product-add-to-cart .qty {
  margin-left: 0;
} */

svg.svg_icon.wishlist_icon.heart_filled.flex-shrink-0.mr-2 {
  color: #f26430;
}

.modal-body button.btn.cdpcp-compare-btn.btn-secondary.cdpcp-compare-btn--js.cdpcp-compare-btn--add,
button.btn.cdpcp-compare-btn.btn-secondary.cdpcp-compare-btn--js.cdpcp-compare-btn--remove {
  color: var(--header-bottom-bg-color);
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none;
  order: 1;
  padding: 0;
}

.modal-content svg.cdpcp-icon-add.cdpcp-compare-btn__icon.cdpcp-compare-btn__icon--add {
  color: var(--secondary-bg-color);
}

.modal-content button.btn.cdpcp-compare-btn.btn-secondary.cdpcp-compare-btn--js.cdpcp-compare-btn--4177.cdpcp-compare-btn--add {
  background: transparent;
  color: var(--header-bottom-bg-color);
  border: none;
  margin-top: 0 !important;
}

.modal-content svg.cdpcp-icon-add.cdpcp-compare-btn__icon.cdpcp-compare-btn__icon--add,
svg.cdpcp-icon-remove.cdpcp-compare-btn__icon.cdpcp-compare-btn__icon--remove {
  width: 22px;
  height: 22px;
}

.modal-content svg.svg_icon.quotes_icon {
  color: var(--secondary-bg-color) !important;
}

.modal-footer .product-additional-info {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 0px;
  margin-top: 15px;
  gap: 7px;
}

.modal-footer button.fly_to_quote_cart_button.btn.btn-primary {
  position: initial !important;
  top: 0 !important;
  right: 0 !important;
  margin: 0 !important;
}

.modal-footer svg.svg_icon.wishlist-o_icon.heart_empty.flex-shrink-0.mr-2 {
  color: var(--secondary-bg-color);
}

.modal-footer .product-additional-info .an_wishlist-btn-product span.span_favtext {
  font-size: 16px;
}

.quickview .modal-footer {
  justify-content: flex-start !important;
  padding-left: 0 !important;
  border-top: 0;
}

.modal-header {
  border-bottom: 0;
}

.modal-footer button.btn.cdpcp-compare-btn.btn-secondary.cdpcp-compare-btn--js.cdpcp-compare-btn--4175.cdpcp-compare-btn--add {
  margin-top: 0 !important;
}

button.btn.btn-link.btn-zoom.visible-desktop.product-layer-zoom {
  top: 5px;
  height: 40px;
  padding: 8px;
  box-shadow: none;
  color: var(--image-slider-border-color);
}

/* Image slider Style Start */

.product-thumbs .btn.slick-arrow {
  padding: 0;
  position: initial;
  transform: none;
  border-radius: 50%;
}

.slick-prev {
  left: 0;
}

.slick-arrow {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 1;
}

.product-thumbs .slick-list.draggable {
  height: 440px !important;
}

.slick-track {
  opacity: 1;
  height: 1330px !important;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.product-thumb.slick-slide:not(.slick-active) {
  opacity: 0;
  visibility: hidden;
}

.product-thumb.slick-slide {
  webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

/*.slick-vertical .slick-slide {
    float: none;
} 

 .product-thumbs .slick-list.draggable {
    padding-top: 35px;
} */

.div_thumbcontainer div {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 100%;
  transition: background 0.15s;
}

.div_thumbcontainer div>* {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slick-track {
  height: auto !important;
}

@media (min-width: 1200px) {
  .modal-body .images-container {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
  }

  .modal-body .images-container.has_thumbnails>.div_flagsandimgcontainer {
    max-width: calc(100% - 105px);
  }

  .modal-body .images-container>.div_flagsandimgcontainer {
    flex-grow: 1;
  }

  .modal-body .images-container .product-thumbs {
    width: 95px;
    margin-right: 10px;
    align-items: baseline;
    flex-shrink: 0;
    display: block;
    height: auto;
    justify-content: center;
  }

  .modal-body .images-container .product-thumbs .slick-arrow {
    margin: auto;
  }
}

.slick-list.draggable img.img-fluid {
  border: 0;
  max-width: calc(100% - 2px);
  height: auto;
  border-radius: 20px;
}

.product-thumb {
  padding-bottom: 12px;
}

#product .row {
  padding-top: 0.5rem;
}

.btn-zoom .material-icons {
  font-size: 37px !important;
}

.product-thumb.slick-slide {
  height: auto;
}

button.btn.btn-link.slick-next.slick-arrow .material-icons.right {
  z-index: 1;
}

@media (max-width: 1350px) {
  .row.mainrow .col-md-6.col-lg-7.div_right_col {
    flex-wrap: wrap;
  }

  .row.mainrow .col-md-6.col-lg-7.div_right_col .div_right_col_container {
    border-right: none !important;
  }
}

@media (max-width: 1498px) {
  .images-container.has_thumbnails.vertical-desktop {
    display: block;
  }

  .product-thumbs {
    height: auto !important;
    width: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .product-thumbs .slick-list.draggable {
    height: initial !important;
    padding-top: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1299px) {
  .div_thumbnails .images-container.has_thumbnails>.div_flagsandimgcontainer {
    max-width: calc(100% - 100px);
  }
}

@media (max-width: 600px) {
  .slick-slider .btn.btn-link.slick-arrow i {
    font-size: 1.4rem !important;
  }
}

.product-thumbs .slick-list.draggable img.thumb.js-thumb {
  border-radius: 50%;
  border: 0;
}

/* Image slider Style End */

.modal-footer button.btn.cdpcp-compare-btn.cdpcp-compare-btn--no-js.btn-secondary {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}

.modal-footer button.btn.cdpcp-compare-btn.cdpcp-compare-btn--no-js.btn-secondary .cdpcp-icon-add,
button.btn.cdpcp-compare-btn.cdpcp-compare-btn--no-js.btn-secondary .cdpcp-compare-btn__text-add {
  display: block !important;
}

.modal-footer button.btn.cdpcp-compare-btn.cdpcp-compare-btn--no-js.btn-secondary span.cdpcp-compare-btn__text.cdpcp-compare-btn__text--add {
  color: black;
  display: block !important;
}

.modal-footer button.btn.cdpcp-compare-btn.cdpcp-compare-btn--no-js.btn-secondary span.cdpcp-compare-btn__text.cdpcp-compare-btn__text--add {
  color: black;
  display: block !important;
}

.modal-footer button.btn.cdpcp-compare-btn.cdpcp-compare-btn--no-js.btn-secondary {
  display: flex;
  align-items: center;
}

/* ***************************************************** */
/* **************** End Quickview Style **************** */
/* ***************************************************** */

#quantity_wanted[type="number"] {
  -moz-appearance: textfield;
}

/* ***************************************************** */
/* **************** Start Cart Style **************** */
/* ***************************************************** */

#cart .cart-grid.row,
#cart section.product-featuredproducts.featured-products {
  width: 95%;
  max-width: 1550px;
  margin: auto;
}

#cart .card-body a.h5.product-line__title {
  font-size: 1rem;
  font-weight: bold;
}

#cart .card-body p.h6.product-line-reference {
  font-size: 0.875rem;
  color: var(--reference-label-color);
  margin: 0;
}

.cart-product-variants .small {
  font-size: 0.875rem;
  color: var(--reference-label-color)
}

#cart .card-body p.h6.product-line-reference span.label {
  margin: 0;
}

#cart .card-body .cart-product-variants .small span:first-child {
  font-weight: bold;
}

.cart-product-variants {
  display: flex;
}

.cart-product-variants .small:not(:last-child) {
  padding-right: 10px;
}

.bootstrap-touchspin {
  border-radius: 20px;
  box-shadow: none;
  border-color: #999999;
}

.bootstrap-touchspin .btn {
  font-size: 20px;
}

.bootstrap-touchspin>input {
  max-width: 33px !important;
  border: none !important;
  font-weight: bold !important;
}

.bootstrap-touchspin .input-group-btn .btn {
  padding: 2px;
  color: #8c8c8c;
  border-radius: 20px;
  background-color: transparent;
}

.bootstrap-touchspin .input-group-btn .btn:hover {
  background-color: transparent;
}

#cart .bootstrap-touchspin .input-group-btn {
  min-width: 25px;
}

#cart .bootstrap-touchspin>input {
  min-height: 40px;
}

.product-add-to-cart .qty {
  margin-left: 0;
}

#cart .div_qty {
  padding: 0 7px;
}

body#cart .product-line-grid.row.no-gutters .product-line-actions {
  flex-wrap: wrap;
  align-items: start;
}

#cart span.product-price {
  font-size: 1.25rem;
}

#cart a.label.btn.btn-outline-primary,
.cart-grid-body.col-12.col-lg-9 a.label {
  background: transparent;
  color: #0072bc;
  font-weight: bold;
  border: none;
}

#cart .cart-buttons {
  display: flex;
  justify-content: end;
  align-items: center;
  flex-direction: row;
}

#cart .cart-buttons .delete-all-products-button .btn-delete-all-products {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 4px 15px;
}

@media screen and (max-width: 991px) {
  #cart .cart-buttons .delete-all-products-button .btn-delete-all-products {
    margin: 0px;
    font-size: 16px;
    padding: 5px 10px;
  }

  #cart a.label.btn.btn-outline-primary {
    padding: 5px;
  }
}

#cart .card {
  border-radius: 12px;
}

#cart h3.card-header {
  font-weight: bold;
  color: var(--header-bottom-bg-color);
  border-bottom: none;
  background-color: transparent;
  border-radius: 20px;
  text-align: center;
  font-size: 1.25rem;
}

#cart .card.cart-summary.mb-5 {
  border: none;
  background-color: white;
  border-radius: 15px;
}

#cart .card-footer {
  border: none;
  background: transparent;
}

#cart .cart-summary-line.cart-total {
  background: transparent;
}

#cart .cart-summary-line.cart-total {
  align-items: center;
}

#cart .cart-summary-line.cart-total span.label {
  font-size: 1.2rem;
}

body#cart .cart-footer-info {
  padding-top: 20px;
}

#cart footer#footer {
  margin: 0;
  padding: 0;
}

.checkout-steps-container {
  width: 95%;
  max-width: 1630px;
  margin: auto;
  padding-bottom: 50px;
  padding-top: 15px;
}

.checkout-steps-icons {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.checkout-step1 {
  padding: 17px 20px 17px 20px;
  background: var(--secondary-bg-color);
  border-radius: 50%;
  position: relative;
}

.checkout-step2,
.checkout-step3 {
  padding: 17px 19px 17px 19px;
  background: #c4c4c4;
  border-radius: 50%;
  position: relative;
}

.icon-connecter {
  position: absolute;
  border-top: 2px dashed #c4c4c4;
  width: 100%;
  top: 46px;
  z-index: 1;
  width: 90%;
  max-width: 1630px;
}

.checkout-steps-icons div span {
  position: absolute;
  right: 0;
  left: 0;
  top: 100%;
  min-width: 92px;
  display: block;
  font-size: 14px;
  font-weight: bold;
}

.checkout-step1 span {
  padding-left: 10px;
}

@media (min-width: 1200px) {
  .checkout-step1 span {
    padding-left: 6px;
  }

  .checkout-steps-icons div span {
    font-size: 16px;
  }
}

#cart .checkout-steps-icons .checkout-step2 span,
#cart .checkout-steps-icons .checkout-step3 span {
  color: #c4c4c4;
}

#cart span.span_titletext {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  color: var(--header-bottom-bg-color);
}

#cart span.span_titletext:after {
  content: "";
  display: block;
  width: 75px;
  border-bottom: 4px solid #0072bc;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}

p.h3.product-title:hover {
  color: var(--header-bottom-bg-color);
}

@media (max-width: 991px) {
  #cart .cart-grid-right.col-12.col-lg-3.mt-3.mt-lg-0 {
    order: 1;
  }

  #cart .cart-grid-body.col-12.col-lg-9 {
    order: 2;
  }

  .checkout-steps-container {
    width: 85%;
  }

  .icon-connecter {
    width: 81%;
  }
}

@media (max-width: 767px) {

  body#cart .product-line-grid.row.no-gutters .media,
  body#cart .product-line-grid.row.no-gutters .media .cart-product-variants {
    flex-wrap: wrap;
  }

  body#cart .product-line-grid.row.no-gutters .media img {
    width: initial;
    margin: auto;
  }

  body#cart .product-line-grid.row.no-gutters .media .media-body {
    flex: 0 0 100%;
    width: 100%;
    padding-top: 12px;
  }

  body#cart .product-line-grid.row.no-gutters .product-line-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 991.98px) {
  .checkout {
    position: initial;
    background-color: transparent;
  }
}

@media (max-width: 1199px) {

  .cart-product-variants,
  #cart .cart-footer-info ul li {
    padding-left: 0;
  }
}

body#cart .cart-items .form-control {
  padding: 0.375rem 0;
}

body#cart .cart-items input.form-control {
  width: 60px !important;
}

body#cart .cart-content-titles {
  padding-bottom: 8px;
}

body#cart .cart-content-titles span {
  font-weight: bold;
}

body#cart .cart-item .product-line-info.product-price {
  flex-direction: column;
  align-items: start;
}

@media (min-width: 1184px) {
  body#cart .cart-content-titles {
    display: flex !important;
  }
}

/* ***************************************************** */
/* **************** End Cart Style **************** */
/* ***************************************************** */

/* ***************************************************** */
/* **************** Start Additional Pages Style **************** */
/* ***************************************************** */

#contact .contact-rich h4 {
  text-transform: uppercase;
  font-weight: bold;
  color: var(--header-bottom-bg-color);
  margin-bottom: 2rem;
}

#contact .contact-rich a {
  color: #007bff;
}

#contact .contact-rich a:hover {
  text-decoration: underline;
}

#contact .contact-rich .block {
  display: flex;
  gap: 12px;
}

#contact .contact-rich .material-icons {
  font-size: 2rem;
}

#contact form.js-customer-form.needs-validation {
  display: flex;
  flex-direction: column;
}

#contact section.form-fields {
  order: -1;
}

#contact h1.text-center {
  font-weight: bold;
  color: var(--header-bottom-bg-color);
}

#contact input.btn.btn-primary {
  background: var(--secondary-bg-color);
  border: none;
}

h2.page-heading {
  color: var(--header-bottom-bg-color);
  font-weight: bold;
}

ul.page-list.clearfix.text-sm-center {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}

#cms h3 {
  font-weight: bold;
}

@media (max-width: 991px) {
  body#cms .page-content.page-content--cms iframe {
    max-width: 100%;
    /* height: auto; */
  }
}

/* Start My Account page Style */

.page-content .row .row.account-links {
  flex-direction: column;
}

.account-links>a {
  flex: 0;
  max-width: 100%;
  margin-bottom: 1.5rem;
}

.account-links .link-item {
  padding: 0;
  text-transform: initial;
  display: block;
  text-align: start;
  border: none;
  color: var(--header-bottom-bg-color);
}

.account-links .link-item svg {
  fill: var(--header-bottom-bg-color);
}

body#identity form#customer-form,
body#address form.needs-validation {
  margin-left: 0;
}

header.page-header.my-account {
  border: none;
}

header.page-header.my-account h1.h1.page-title span {
  color: #0072bc;
  font-size: 18px;
}

.my-account-page-content {
  border-left: 1px solid #d5d5d5;
  padding-left: 50px;
}

.my-account-page-content h2 {
  padding-bottom: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--header-bottom-bg-color);
}

.account-links .link-item svg {
  margin-right: 10px;
}

.page-content .row .row.account-links .text-sm-center {
  padding: 5px 8px 20px 8px;
}

.page-content .row .row.account-links .text-sm-center a:hover {
  text-decoration: underline;
}

label.required:after {
  content: "*";
  color: var(--secondary-bg-color);
  font-weight: bold;
}

body#identity span.input-group-btn {
  position: absolute;
  right: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
}

#identity button.btn.btn-light {
  background: transparent;
  margin-left: 5px;
  padding: 0;
  height: auto;
  margin-top: 7px;
}

.row.account-links span.link-item:hover svg,
.row.account-links a.active svg {
  fill: var(--home-banner-image-hover-color);
}

.row.account-links span.link-item:hover,
.row.account-links a.active .link-item {
  color: var(--home-banner-image-hover-color);
}

@media (min-width: 576px) and (max-width: 1199px) {
  .my-account-page-content {
    padding-left: 35px !important;
  }
}

@media (min-width: 576px) and (max-width: 1086px) {
  .row.account-links {
    flex: 0 0 40% !important;
    max-width: 40% !important;
  }

  .my-account-page-content {
    flex: 0 0 60% !important;
    max-width: 60% !important;
  }

  header.page-header.my-account .page-header h1 {
    padding-right: 0;
  }
}

@media (max-width: 575px) {
  .my-account-page-content {
    border: none;
  }
}

body#identity section.form-fields .form-group small.form-text.text-muted {
  display: none;
}

body#identity section.form-fields .form-group label,
body#identity section.form-fields .form-group .label {
  color: grey;
}

.row.account-links .link-item i {
  margin: 0;
  font-size: 1.4rem;
}

@media (min-width: 700px) {
  body#identity section.form-fields .form-group label {
    flex: 1 0 28%;
  }

  body#address section.form-fields .form-group label {
    flex: 1 0 38%;
  }
}

/* End My Account page Style */

footer.page-footer a span:hover {
  text-decoration: underline;
}

.products .card-product:hover .product-title,
.card-product:hover .product-title a {
  color: black;
}

/* Start Thank you page Style */

body#order-confirmation section#content-hook_order_confirmation .card-title {
  margin: 0;
  color: #f26430;
  text-transform: initial;
  padding-bottom: 8px;
  font-size: 27px;
}

body#order-confirmation .card-body span {
  font-size: 19px;
}

body#order-confirmation section#content-hook_order_confirmation .card-body {
  padding: 0.5rem 1rem 1.2rem 1rem;
  border-bottom: 1px solid #e5e5e5;
}

.display-not-fullwidth {
  width: 95%;
  max-width: 1700px;
  margin: auto;
}

body#order-confirmation section#content-hook_payment_return {
  border: none;
}

body#order-confirmation .order-summary-container {
  border: 2px solid #e5e5e5;
  padding: 10px 10px 20px;
}

body#order-confirmation section#content-hook_order_confirmation .card-body {
  text-align: center;
}

body#order-confirmation section#content-hook_order_confirmation {
  background: white !important;
  border: none;
}

body#order-confirmation .page-content.page-order-confirmation.card,
body#order-confirmation .page-content.page-order-confirmation.card .order-confirmation-table {
  border: none;
}

body#order-confirmation .page-content.page-order-confirmation.card {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

body#order-confirmation .page-content.page-order-confirmation.card .order-summary-container {
  flex: 70%;
  max-width: 70%;
}

body#order-confirmation .page-content.page-order-confirmation.card #order-details {
  flex: 100%;
  max-width: 100%;
}

body#order-confirmation .order-details-container {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  flex: 28%;
  max-width: 28%;
  border: 2px solid #e5e5e5;
  padding: 15px;
  width: 100%;
}

body#order-confirmation .order-confirmation-table span.image img {
  max-width: 60px;
}

body#order-confirmation div#order-items h3.table__title-head,
body#order-confirmation div#order-details h3 {
  font-weight: bold;
  color: var(--secondary-bg-color);
  font-size: 18px;
}

body#order-confirmation div#order-details {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

body#order-confirmation div#order-details div {
  flex: 50%;
  max-width: 50%;
}

body#order-confirmation span.thank-you-msg {
  display: block;
  padding: 10px;
  font-weight: bold;
  font-size: 18px;
}

body#order-confirmation .order-summary-container .total-value {
  background: white;
  border-top: 1px solid #e5e5e5;
}

body#order-confirmation .order-confirmation-table .qty {
  flex-grow: 1;
}

body#order-confirmation .order-confirmation-table .qty .row {
  justify-content: space-between;
}

body#order-confirmation section#content-hook-order-confirmation-footer {
  padding: 30px 0;
  background: rgba(196, 196, 196, 0.15);
}

body#order-confirmation section#content-hook-order-confirmation-footer span.order-conf-footer-title {
  font-size: 25px;
  font-weight: bold;
  display: block;
  text-align: center;
  padding: 0 0 30px 0;
}

body#order-confirmation .order-confirmation-page-footer,
body#order-confirmation .order-confirmation-page-footer div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

body#order-confirmation .order-confirmation-page-footer div {
  flex-direction: column;
  align-items: center;
  flex: 25%;
  max-width: 25%;
}

body#order-confirmation .order-confirmation-page-footer span {
  padding: 20px 20px;
  text-align: center;
  color: #000000;
  font-weight: bold;
  flex-grow: 1;
  max-width: 234px;
}

body#order-confirmation footer#footer {
  padding-top: 0;
  margin-top: 0;
}

body#order-confirmation .order-summary-container table.table.table-borderless tr td:first-child {
  float: right;
}

body#order-confirmation .order-confirmation-table .order-line.row .prod-price {
  min-width: 90px;
}

body#order-confirmation div#order-delivery-method,
body#order-confirmation div#order-payment-method {
  border-top: 1px solid #e5e5e5;
  padding: 15px 0;
}

@media (max-width: 1023px) {

  body#order-confirmation .page-content.page-order-confirmation.card .order-summary-container,
  body#order-confirmation .page-content.page-order-confirmation.card .order-details-container {
    flex: 100%;
    max-width: 100%;
  }

  body#order-confirmation div.order-details-container {
    justify-content: space-between;
    padding-left: 10px;
    flex-wrap: wrap;
    margin-top: 20px;
  }

  body#order-confirmation div#order-details div#order-delivery-method,
  div#order-payment-method {
    margin-top: 20px;
  }

  #header .quotes_cart .header {
    padding: 0 !important;
  }
}

@media (max-width: 699px) {
  body#order-confirmation .order-confirmation-page-footer span {
    padding: 20px 10px;
  }

  body#order-confirmation .order-confirmation-page-footer div {
    flex: 50%;
    max-width: 50%;
  }
}

@media (max-width: 414px) {
  body#order-confirmation .order-confirmation-page-footer svg {
    width: 38px;
  }

  body#order-confirmation section#content-hook-order-confirmation-footer span.order-conf-footer-title {
    font-size: 22px;
  }
}

/* End Thank you page Style */

/* Start Case Studies Style */
.case-study-container h4 a {
  font-weight: bold;
}

.case-studies-container>div {
  position: relative;
  float: left;
  margin: 10px;
}

.case-studies-container .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #102747;
}

.case-studies-container .text {
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 200px;
}

@media (max-width: 991px) and (min-width: 525px) {
  .case-studies-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .case-study-container {
    width: 46%;
  }
}

@media (max-width: 524px) {
  .case-study-container {
    width: 100%;
  }
}

.case-studies-container .text a:link {
  color: #fff;
}

.case-studies-container .text a:link,
.case-studies-container .text span,
.case-studies-container .text a {
  color: #fff;
}

.case-studies-container .case-study-container:hover .overlay {
  opacity: 0.7;
}

@media (min-width: 992px) {
  .case-studies-container>div {
    width: calc(25% - 20px);
    padding-right: 1px;
    padding-bottom: 1px;
    margin-bottom: 0;
  }
}

@media (max-width: 414px) {
  .case-studies-container .text {
    width: 100%;
  }
}

/* End Case Studies Style */

/* Start Card Payment Style */

body#module-firstdatapaymentgateway-paymentform #header .header-nav.u-bor-bot,
body#module-firstdatapaymentgateway-paymentform #header div#_desktop_searchbarcontainer,
body#module-firstdatapaymentgateway-paymentform #header .header-top .header__right,
body#module-firstdatapaymentgateway-paymentform #header .div_header_bottom,
body#module-firstdatapaymentgateway-paymentform #header .div_search_mobile.visible--mobile.visible-mobile-always,
body#module-firstdatapaymentgateway-paymentform #footer {
  display: none !important;
}

body#module-firstdatapaymentgateway-paymentform #header .container.header-top.d--flex-between.py-0 {
  justify-content: flex-start !important;
}

body#module-firstdatapaymentgateway-paymentform header#header {
  box-shadow: none;
  border: none;
}

body#module-firstdatapaymentgateway-paymentform img.logo.img-fluid {
  max-width: 88%;
}

body#module-firstdatapaymentgateway-paymentform .header__logo {
  padding-bottom: 0 !important;
}

body#module-firstdatapaymentgateway-paymentform .checkout-steps-container {
  width: 98%;
}

body#module-firstdatapaymentgateway-paymentform .checkout-steps-container {
  padding-bottom: 20px;
}

body#module-firstdatapaymentgateway-paymentform .icon-connecter-first {
  position: absolute;
  border-top: 2px dashed #f26430;
  width: 100%;
  top: 54px;
  z-index: 1;
  width: 44%;
  left: 5%;
}

body#module-firstdatapaymentgateway-paymentform .icon-connecter-second {
  position: absolute;
  border-top: 2px dashed #c4c4c4;
  width: 100%;
  top: 54px;
  z-index: 1;
  width: 44%;
  right: 5%;
}

@media (max-width: 991px) {
  body#module-firstdatapaymentgateway-paymentform .checkout-steps-container {
    width: 90%;
  }

  body#module-firstdatapaymentgateway-paymentform .icon-connecter-first {
    left: 7%;
  }

  body#module-firstdatapaymentgateway-paymentform .icon-connecter-second {
    right: 7%;
  }
}

@media (max-width: 767px) {
  body#module-firstdatapaymentgateway-paymentform .cart-summary-block #main {
    margin-right: 20px;
  }
}

body#module-firstdatapaymentgateway-paymentform .checkout-step3 span {
  color: #c4c4c4;
}

body#module-firstdatapaymentgateway-paymentform .checkout-step2 {
  background: var(--secondary-bg-color);
}

body#module-firstdatapaymentgateway-paymentform .cart-detailed-totals .card-block {
  border: none;
}

body#module-firstdatapaymentgateway-paymentform #main .cart-grid.row.justify-content-center,
body#module-firstdatapaymentgateway-paymentform #main .card-block {
  background: #f6f6f6;
}

body#module-firstdatapaymentgateway-paymentform #main .cart-detailed-totals .card-block:last-child {
  border-radius: 0 0 20px 20px;
  padding-top: 0;
}

body#module-firstdatapaymentgateway-paymentform #main .cart-detailed-totals .card-block:first-child {
  padding-bottom: 0;
}

body#module-firstdatapaymentgateway-paymentform .cart-summary-line.cart-total.cart-total-tax-included .label {
  font-size: 18px;
}

/* End Card Payment Style */

/* Start Quotes page style */
body#module-askforaquotepro-QuotesCart .quoteSubmitOptions.clearfix small.form-text.text-muted,
body#module-askforaquotepro-QuotesCart div#checkout-guest-form form#customer-form section.form-fields div.form-group:first-child {
  display: none;
}

body#module-askforaquotepro-QuotesCart .quoteSubmitOptions.clearfix .form-group {
  display: flex;
}

body#module-askforaquotepro-QuotesCart .quoteSubmitOptions.clearfix .form-group input.form-control:not(body#module-askforaquotepro-QuotesCart .quoteSubmitOptions.clearfix .form-group input.form-control.js-visible-password) {
  flex: 0 0 70%;
}

body#module-askforaquotepro-QuotesCart .quoteSubmitOptions.clearfix .form-group label {
  flex: 0 0 30%;
}

body#module-askforaquotepro-QuotesCart .quoteSubmitOptions.clearfix a.nav-link.active {
  font-weight: bold;
  text-decoration: underline;
}

body#module-askforaquotepro-QuotesCart .quoteSubmitOptions.clearfix .nav-link {
  display: block;
  padding: 0.2rem 1rem;
}

body#module-askforaquotepro-QuotesCart h1.h1 {
  font-weight: bold;
}

body#module-askforaquotepro-QuotesCart div#quotes-detail-content .product-line-grid.row .product-line-grid-right>.row {
  width: 100%;
}

body#module-askforaquotepro-QuotesCart div#quotes-detail-content .input-group.bootstrap-touchspin.ASFcountInputInner {
  max-width: 88px;
}

@media (min-width: 464px) and (max-width: 767px) {
  body#module-askforaquotepro-QuotesCart div#quotes-detail-content .product-line-grid-right .row {
    flex-wrap: nowrap;
  }
}

@media (max-width: 463px) {
  body#module-askforaquotepro-QuotesCart div#quotes-detail-content .product-line-grid-right>.row {
    flex-wrap: nowrap;
    align-items: baseline;
  }

  body#module-askforaquotepro-QuotesCart div#quotes-detail-content .product-line-grid-right .row .row {
    gap: 10px;
  }

  .product-line-actions .product-price {
    margin: 0 0.8rem;
  }
}

@media (max-width: 767px) {
  body#module-askforaquotepro-QuotesCart div#quotes-detail-content .product-line-grid-body {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (max-width: 470px) {
  body#module-askforaquotepro-QuotesCart .quoteSubmitOptions.clearfix .form-group {
    display: block;
  }
}

/* End Quotes page style */

#thecheckout-address-delivery .customer-addresses {
  display: none;
}

#thecheckout-account .inner-area {
  padding-top: 20px;
}

#thecheckout-address-delivery {
  padding-bottom: 7px;
}

@media (min-width: 992px) {
  body#module-thecheckout-order .blocks.checkout-area-8.width-below-50pct.width-below-70pct {
    height: inherit !important;
  }

  body#module-thecheckout-order #thecheckout-confirm {
    padding: 0 0 10px 0;
  }
}

#module-thecheckout-order #header .div_header_middle_bottom {
  background: #f5f5f7;
}

#module-thecheckout-order #header .div_header_middle {
  background: #f5f5f7;
}

#module-thecheckout-order .sticky {
  position: relative;
  box-shadow: none;
}

#module-thecheckout-order .block-header {
  text-transform: capitalize;
  font-size: 22px;
  font-weight: bolder;
  border-bottom: 2px solid #e1e1e1;
  padding-bottom: 0px;
}

#module-thecheckout-order .page-content .form-control,
#module-thecheckout-order .page-content select.form-control-select.form-control {
  font-size: 1rem;
}

.checkout-block.main-block.customer-logged .form-control {
  height: 38px;
}

.checkout-block.main-block.customer-logged .form-group {
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .checkout-block.main-block.customer-logged .inner-area {
    padding-bottom: 14px !important;
  }

  #thecheckout-address-delivery .inner-area {
    padding-top: 24px;
  }
}

/* ***************************************************** */
/* **************** End Additional Pages Style **************** */
/* ***************************************************** */

/* ***************************************************** */
/* **************** Start CMS Pages Style **************** */
/* ***************************************************** */

#cms #content #testimonials li {
  text-transform: uppercase;
  text-align: center;
  padding: 5px 15px 40px;
}

.material-design-google125:before {
  content: "\f10e";
}

#cms #content #testimonials li:before {
  font-size: 27px;
  line-height: 1em;
  color: #fff;
  margin: 0 auto 38px;
  text-align: center;
  width: 55px;
  height: 55px;
  background: #102747;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#cms #content #testimonials li p {
  margin-bottom: 33px;
  color: #7587a1;
  font-weight: 500;
  line-height: 28px;
}

#cms #content .btn.btn-default {
  border-color: #f26430;
  min-width: 6.4375rem;
  border-width: 0.125rem;
  font-weight: bold;
}

#cms #content .btn.btn-default:hover {
  background: #044c7c;
  color: white;
  border-color: #044c7c;
}

body#cms .bx-wrapper {
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 30px !important;
}

body#cms .bx-pager.bx-default-pager {
  padding-bottom: 20px;
}

body.cms-id-11 section.page-cms-11 {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 1300px) {
  body.cms-id-11 section#content div:not(div.overlay) {
    width: calc(33.333333% - 20px);
  }
}

@media (min-width: 768px) and (max-width: 1299px) {
  body.cms-id-11 section#content div:not(div.overlay) {
    width: calc(50% - 20px);
  }
}

@media (max-width: 767px) {
  body.cms-id-11 section#content div:not(div.overlay) {
    width: calc(100% - 20px);
  }
}

@media (max-width: 414px) {
  body#cms .page-content.page-content--cms iframe {
    height: auto;
  }
}

body.cms-id-11 section#content div:not(div.overlay) {
  padding-right: 1px;
  padding-bottom: 1px;
  margin-bottom: 0;
  float: left;
  margin: 10px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

body.cms-id-11 section#content h3 {
  flex-grow: 1;
  height: 45px;
}

body.cms-id-11 section#content iframe,
body.cms-id-11 section#content .position-relative {
  width: 100% !important;
}

body.cms-id-11 section#content .position-relative .overlay {
  position: absolute;
  inset: 0;
  background-color: #102747c2;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  text-align: center;
}

body.cms-id-11 section#content>div:hover .overlay {
  opacity: 0;
  z-index: -1;
}

/* ***************************************************** */
/* **************** End CMS Pages Style **************** */
/* ***************************************************** */

.row.account-links a#discounts-link {
  display: none;
}

li.product-flag.new {
  padding: 0.7rem 0.3rem;
  background: #f26430;
  border-radius: 50%;
  font-size: 14px;
}

@media (max-width: 767px) {
  .media img.product-image.modal-cart__image.img-fluid {
    max-width: 120px !important;
  }
}

.custom-control.custom-checkbox.custom-color.custom-control--active label.custom-control-label span {
  background: #d5d5d5;
}

body#sitemap a#supplier-page,
body#sitemap a#stores-page {
  display: none;
}

/*  */
input.ssa-search-query.ssa-search-query-input.form-control:not(.ui-autocomplete-input) {
  border: 1px solid var(--searchbar-border-color);
  border-radius: 10px;
}

body#index .video-title_block:after {
  content: "";
  display: block;
  width: 75px;
  border-bottom: 4px solid #0072bc;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}

body#index .family-business .col1,
body#index .family-business .col2,
body#index .family-business .col3 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  display: flex;
  flex-direction: column;
}

body#index .family-business iframe {
  width: 100%;
  padding: 0 10px;
}

body#index .family-business .text-center {
  flex-grow: 1;
}

@media (max-width: 767px) {
  .text-center span {
    font-size: 16px !important;
  }
}

@media (max-width: 500px) {
  body#index .family-business {
    flex-wrap: wrap;
  }

  body#index .family-business .col1,
  body#index .family-business .col2,
  body#index .family-business .col3 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  body#index .family-business iframe {
    width: auto;
    height: auto;
  }
}

.card-product.card .discount {
  display: block;
  border-radius: 5px;
}

.product-miniature:has(.bulk-save-badge) .card-product.thumbnail-container .product-flags {
  top: 63px;
}

li.product-flag.discount {
  background: #eb1d26;
  border-radius: 5px;
}

/* ***************************************************** */
/* **************** new category changes *************** */
/* ******************** (2023-03-14) ******************* */
body#category {
  background: #ededed;
}

.span_showmoreless_fade {
  /* background: linear-gradient(0deg, #ededed, rgba(255,255,255,0)); */
  background: linear-gradient(0deg, #ffffff, rgba(255, 255, 255, 0));
}

#category .category-container-top .breadcrumb {
  margin-bottom: 1rem;
}

#category .block-category {
  padding-bottom: 15px;
}

@media (min-width: 1200px) {
  #category .category_header {
    font-size: 32px;
  }
}

.category_custom_nav_tabs_container .nav-tabs {
  border-bottom: none;
  column-gap: 3%;
  row-gap: 5px;
  flex-wrap: wrap;
}

.category_custom_nav_tabs_container .nav-tabs .nav-item {
  margin-bottom: 0;
}

.category_custom_nav_tabs_container .nav-tabs .nav-item:only-child {
  display: none;
}

.category_custom_nav_tabs_container .nav-tabs .nav-link {
  border-bottom-width: 3px;
  color: inherit;
  background: transparent;
}

.category_custom_nav_tabs_container .nav-tabs .nav-link:hover {
  border-color: transparent transparent #d1d1d1;
}

.category_custom_nav_tabs_container .nav-tabs .nav-link.active {
  border-bottom-color: var(--secondary-bg-color);
}

.category_custom_nav_tabs_container #category-downloads .category-downloads {
  display: grid;
  /* grid-template-columns: repeat(4, 1fr); */
  /* grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); */
  grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
  column-gap: 15px;
  row-gap: 15px;
}

@media (max-width: 767px) {
  .category_custom_nav_tabs_container #category-downloads .category-downloads {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}

.category_custom_nav_tabs_container #category-downloads .attachment_name {
  color: var(--header-bottom-bg-color);
  font-weight: bold;
}

.category_custom_nav_tabs_container #category-downloads .attachment_name:hover {
  color: var(--btn-hover-bg-color);
}

.category_custom_nav_tabs_container #category-downloads .attachment {
  column-gap: 5px;
  justify-self: center;
}

.category_custom_nav_tabs_container #category-downloads .attachment_download {
  font-size: 13px;
  color: rgba(65, 64, 66, 0.5);
  padding-top: 4px;
}

.category_custom_nav_tabs_container #category-downloads .attachment>.attachment_name {
  width: 35px;
}

.category_custom_nav_tabs_container #category-projects .category-projects {
  column-gap: 15px;
  row-gap: 15px;
}

.category_custom_nav_tabs_container #category-projects .category-projects .category-project {
  width: 140px;
  display: block;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.category_custom_nav_tabs_container #category-projects .category-projects .category-project:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  /* background-image:linear-gradient(to bottom, rgba(0, 114, 188, 0), var(--home-banner-image-hover-color)); */
  opacity: 0.85;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset,
    rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset,
    rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px,
    rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px,
    rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

.category_custom_nav_tabs_container #category-projects .category-projects .category-project:hover:before {
  inset: 0;
  opacity: 1;
  box-shadow: none;
}

#category div#subcategories {
  padding-bottom: 10px;
  border-top: none;
}

#category div#subcategories .subcategory_title {
  font-weight: bold;
  text-transform: capitalize;
}

#category div#subcategories .subcategory_title_container,
#category div#subcategories ul {
  /* display: grid !important; */
  /* grid-template-columns: repeat(5, 1fr); */
  /* grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); */
  column-gap: 15px;
  row-gap: 15px;
  margin-bottom: 0;
}

#category div#subcategories .subcategory_title_container {
  row-gap: 0;
}

#category div#subcategories .subcategory-placeholder:first-child {
  flex: 0 0 calc(28.3333333333% - 12px);
  max-width: calc(28.3333333333% - 12px);
}

#category div#subcategories .subcategory-placeholder:first-child+.subcategory-placeholder {
  flex: 0 0 calc(5% - 12px);
  max-width: calc(5% - 12px);
}

#category div#subcategories .subcategory-placeholder {
  width: auto;
  flex: 0 0 calc(16.6666666667% - 13px);
  max-width: calc(16.6666666667% - 13px);
}

#category div#subcategories ul:after {
  display: none;
}

#category div#subcategories ul.clearfix.d-flex.flex-wrap li {
  width: auto;
  /* padding: 10px 5px 5px; */
  padding: 0;
  /* padding: 10px; */
  /* flex: 0 0 calc(20% - 12px);
    max-width: calc(20% - 12px); */
  flex: 0 0 calc(16.6666666667% - 13px);
  max-width: calc(16.6666666667% - 13px);
  /* max-width: 100%; */

  /* background: white; */
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 10px;
  overflow: hidden;
}

#category div#subcategories ul.clearfix.d-flex.flex-wrap li:hover {
  border-color: var(--secondary-bg-color);
}

#category div#subcategories ul li .div_subcategory_container {
  height: 100%;
}

#category div#subcategories ul li a.subcategory-name {
  width: 100%;
  max-width: 100%;
  background: var(--header-bottom-bg-color);
  display: flex;
  align-items: start;
  justify-content: center;
  color: white;
  text-align: center;
  text-transform: none;
  min-height: 67px;
  font-size: 18px;
}

@media (min-width: 1200px) {
  #category div#subcategories .subcategory_title {
    /* font-size: 2rem; */
    font-size: 1.775rem;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  #category div#subcategories .subcategory-placeholder:first-child {
    flex: 0 0 calc(35% - 12px);
    max-width: calc(35% - 12px);
  }

  #category div#subcategories .subcategory-placeholder:first-child+.subcategory-placeholder {
    flex: 0 0 calc(5% - 12px);
    max-width: calc(5% - 12px);
  }

  #category div#subcategories .subcategory-placeholder,
  #category div#subcategories ul.clearfix.d-flex.flex-wrap li {
    flex: 0 0 calc(20% - 12px);
    max-width: calc(20% - 12px);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  /* #category div#subcategories ul {
        grid-template-columns: repeat(4, 1fr);
    } */
  #category div#subcategories .subcategory-placeholder:first-child {
    flex: 0 0 calc(45% - 12px);
    max-width: calc(45% - 12px);
  }

  #category div#subcategories .subcategory-placeholder:first-child+.subcategory-placeholder {
    flex: 0 0 calc(5% - 12px);
    max-width: calc(5% - 12px);
  }

  #category div#subcategories .subcategory-placeholder,
  #category div#subcategories ul.clearfix.d-flex.flex-wrap li {
    flex: 0 0 calc(25% - 12px);
    max-width: calc(25% - 12px);
  }
}

@media (min-width: 576px) and (max-width: 991px) {

  /* #category div#subcategories ul {
        grid-template-columns: repeat(3, 1fr);
    } */
  #category div#subcategories .subcategory-placeholder:first-child {
    flex: 0 0 calc(61.3333% - 12px);
    max-width: calc(61.3333% - 12px);
  }

  #category div#subcategories .subcategory-placeholder:first-child+.subcategory-placeholder {
    flex: 0 0 calc(5.3333% - 12px);
    max-width: calc(5.3333% - 12px);
  }

  #category div#subcategories .subcategory-placeholder,
  #category div#subcategories ul.clearfix.d-flex.flex-wrap li {
    flex: 0 0 calc(33.3333% - 12px);
    max-width: calc(33.3333% - 12px);
  }
}

@media (max-width: 575px) {

  /* #category div#subcategories ul {
        grid-template-columns: repeat(2, 1fr);
    } */
  #category div#subcategories .subcategory-placeholder:first-child {
    flex: 0 0 calc(95% - 12px);
    max-width: calc(95% - 12px);
  }

  #category div#subcategories .subcategory-placeholder:first-child+.subcategory-placeholder {
    flex: 0 0 calc(5% - 12px);
    max-width: calc(5% - 12px);
  }

  #category div#subcategories .subcategory-placeholder,
  #category div#subcategories ul.clearfix.d-flex.flex-wrap li {
    flex: 0 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
}

#category div#subcategories img {
  border-radius: 0;
  border: none !important;
  border-color: white;
  background-color: white;

  width: 100%;
  max-width: 100%;
}

#js-product-list-top .sort-by-row>.form-inline {
  display: none;
}

@media (max-width: 767px) {
  body#category #_desktop_reassurance {
    margin: 0;
  }
}

body#category .plisttop {
  padding: 1rem 1rem 0.75rem;
  background: transparent;
}

body#category div#js-product-list-top {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

#js-product-list-top>.total-products .small {
  width: auto;
  max-width: unset;
  flex-basis: auto;
}

body#category #cdpcp-go-to-compare-form {
  display: none;
}

body#category .prods {
  margin-top: 25px;
}

body#category #select-sort-order {
  border-radius: var(--items-border-radius);
}

@media (min-width: 768px) {
  body#category #left-column div#search_filters .left_col_title p.text-uppercase.h6 {
    margin-bottom: 30px;
    font-size: 26px;
    padding-bottom: 10px;
  }

  body#category div#search_filters {
    padding-right: 0;
    padding-left: 0;
    background: transparent;
  }

  body#category .facet__block {
    border: 1px solid #c8c8c8 !important;
    padding: 0.6rem;
    background: white;
    border-radius: 15px;
  }
}

@media (min-width: 576px) and (max-width: 1299px) {
  #js-product-list-top>.col-lg-6 {
    width: 50%;
  }
}

@media (max-width: 575px) {
  #js-product-list-top>.total-products {
    padding-bottom: 10px;
    text-align: center;
  }
}

body#category .footer-container {
  padding-top: 0;
}

div#search_filters p.text-uppercase.h6 {
  text-transform: initial !important;
}

div#search_filters .facet__header {
  text-transform: initial;
  font-size: 1.25rem;
  cursor: pointer;
  margin: 0;
  padding: 8px 0;
}

div#search_filters .facet__header+div {
  padding-top: 20px;
  border-top: 1px solid rgb(200, 200, 200);
}

@media (min-width: 992px) {
  #search_filters .rotate-arrow {
    -webkit-transform: rotate(315deg) !important;
  }

  #search_filters .arrow-after {
    border-right: 2px solid rgb(200, 200, 200);
    border-top: 2px solid rgb(200, 200, 200);
    content: "";
    height: 8px;
    margin-top: -3px;
    position: absolute;
    right: 5px;
    top: 40%;
    -webkit-transform: rotate(133deg);
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    width: 8px;

    display: block;
  }
}

/**menu*/
.new-menu .category-level2 span a {
  color: #414141;
}

/* ********************************************************* */
/* **************** end new category changes *************** */
/* ********************** (2023-03-14) ********************* */

/* mobile friendly test - sitemap - clickable elements too close */
body#sitemap #content-wrapper ul li {
  margin-bottom: 0.3rem;
}

BODY#cart .cart-detailed-totals .block-promo,
BODY#module-thecheckout-order .cart-detailed-totals .block-promo {
  display: none;
}

/*cart custom changes*/

.cart-detailed-totals-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-content: center;
  justify-content: center;
}

.cart-summary-line {
  display: flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  border-bottom: none;
}

.cart-summary-line .label {
  flex: 0 0 65%;
  padding: 10px;
  margin: 0px;
}

.cart-summary-line div,
.cart-summary-line .net-value {
  padding: 12px;
}

.cart-summary-line.cart-total-tax {
  margin-bottom: 0px;
}

.cart-summary-line.cart-total.cart-total-tax-included {
  margin-bottom: 20px;
}

#order-confirmation .table-order-confirmation {
  max-width: 50%;
  width: 50%;
  margin: auto 0 auto auto;
}

#order-confirmation #ps_cashondelivery-displayOrderConfirmation p {
  display: none;
}

#module-thecheckout-order .cart-summary-line .value {
  padding: 12px;
  border-left: 1px solid #c5c5c5bf;
}

#ed_shopping_footer {
  padding: 1.25rem;
}

table.cart-summary-totals,
.cart-detailed-totals table {
  display: table;
  background-color: rgba(255, 255, 255, 0);
  border-collapse: collapse;
}

#cart .checkout.cart-detailed-actions .btn.btn-primary {
  border-radius: 8px;
  width: auto;
  margin-bottom: 15px;
  font-size: 1.25rem;
  padding: 8px;
}

table.cart-summary-totals,
.cart-detailed-totals table {
  display: table;
  background-color: rgba(255, 255, 255, 0);
  border-collapse: collapse;
}

#cart .cart-detailed-totals {
  margin-bottom: 20px;
}

table.cart-summary-totals {
  border-top: none !important;
}

table.cart-summary-totals tr,
.cart-detailed-totals table tr {
  width: 100%;
  max-width: 100%;
  display: table-row !important;
}

table.cart-summary-totals td,
.cart-detailed-totals table td {
  width: 50%;
  max-width: 50%;
  display: table-cell;
}

#order-items table.cart-summary-totals,
#order-items .cart-detailed-totals table {
  display: table;
  background-color: rgba(255, 255, 255, 0);
  border-collapse: collapse;
}

#order-items table.cart-summary-totals tr,
#order-items .cart-detailed-totals table tr {
  text-align: right;
}

#order-items table.cart-summary-totals td,
#order-items .cart-detailed-totals table td {
  text-align: right;
}

table.cart-summary-totals td {
  padding: 8px !important;
}

body#module-thecheckout-order .cart-detailed-totals {
  background: #f5f5f7;
}

body#order-confirmation table.table-order-confirmation.table.table-bordered td.small-vat .label {
  margin-bottom: 0 !important;
}

/*end cart custom changes*/

/***************************************************************************************/
/***************************************INDEX CUSTOM ************************************/
/***************************************************************************************/

#index #wrapper {
  margin: 0px auto;
  max-width: 1413px;
  margin-top: 22px;
  padding: 0px 9px;
}

@media (max-width: 1023px) {
  #header .nav-wrapp {
    background: transparent;
  }
}

@media (min-width: 1024px) {
  #header .nav-wrapp {
    background: #B0492A82;
  }
}

#header .header-nav.u-bor-bot {
  margin: 0px auto;
  max-width: 1415px;
}

/* #header .header-nav.u-bor-bot .header__container {
  width: 100%;
  max-width: 100%;
} */

#header .div_header_middle_bottom {
  background: #f86434;
}

@media screen and (min-width: 1500px) {
  #header .div_header_bottom.position-relative .container {
    padding: 0px !important;
  }
}

#header .div_header_middle_bottom .div_header_middle .header-top {
  background: #f86434;
  padding: 2px 0 !important;
}

#index .div_homepage_banner_container {
  margin: 0px auto;
  max-width: 1417px;
  display: flex;
  flex-direction: column;
  margin-top: 25px;
  align-items: center;
  row-gap: 20px;
  column-gap: 20px;
}

#index .div_homepage_banner_container .home-banner-row {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: start;
  align-items: center;
  margin-bottom: 0;
  width: 100%;
}

#index .home-banner-row .second_column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
  column-gap: 20px;
}

#index .first_column.col-6 {
  display: flex;
  justify-content: flex-end;
  height: 100%;
  width: 100%;
  padding: 0px;
}

#index .first_column.col-lg-4,
#index .second_column.col-lg-4,
#index .third_column.col-lg-4 {
  padding: 0px;
}

#index .first_column .first_column__block,
#index .second_column .first_column__block,
#index .third_column .first_column__block {
  width: 100%;
  border-radius: 15px;
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 25%);
}

#index .first_column__block .container-image a {
  position: relative;
  display: block;
}

#index .first_column__block.first_column__slider .carousel-container {
  border-radius: 15px;
  border: none;
  background: transparent;
}

#index .first_column__block .container-image .container-description {
  position: absolute;
  top: 39%;
  left: 5%;
  color: white;
}

#index .first_column__block .caption-description {
  position: absolute;
  top: 50%;
  left: 0%;
  color: white;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #index .first_column__block .caption-description {
    position: absolute;
    top: 40%;
    left: 0%;
    color: white;
    white-space: nowrap;
  }
}

#index .first_column__block.first_column__slider .caption-description p,
#index .first_column__block .container-image .container-description p {
  font-size: 1.5rem;
  font-weight: 400;
  background: #808080c7;
  width: fit-content;
  line-height: 27px;
}

#index .first_column__block.first_column__slider .caption-description h3,
#index .first_column__block .container-image .container-description p.container-title {
  font-size: 42px;
  line-height: 46px;
  font-family: var(--secondary-font-family);
  font-weight: 600;
  text-transform: uppercase;
  background: #808080c7;
  padding: 5px;
}

#index .first_column__block .container-image img {
  border-radius: 15px;
  height: 335px;
  object-fit: cover;
  width: 100%;
}

#index .first_column.col-6 .first_column__block .container-image img {
  border-radius: 15px;
  height: 25rem;
  object-fit: cover;
  width: 100%;
}

#index .second_column .second_column__block-row-1 {
  background: #f26430;
  padding: 10px 20px;
  border-radius: 15px;
  margin-bottom: 10px;
  width: 85%;
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 25%);
  width: 100%;
  height: 50%;
}

#index .second_column .second_column__block-row-1 .container-title {
  font-size: 42px;
  text-transform: uppercase;
  font-weight: 600;
  color: white;
  line-height: 64px;
  margin-bottom: 1px;
}

#index .second_column .second_column__block-row-1 .container-description {
  font-size: 1.5rem;
  color: white;
  line-height: 30px;
  letter-spacing: -0.7px;
}

#index .second_column .second_column__block-row-1 .button_container {
  margin: 20px auto 10px auto;
  display: flex;
  justify-content: center;
  width: 100%;
}

#index .second_column__block-row-1 .button_container button {
  background-color: #585858;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 10px 50px;
  font-size: 1.3rem;
  color: white;
  border: none;
  display: flex;
  align-items: stretch;
}

#index .second_column .second_column__block-row-2 {
  background: #006fb9;
  padding: 10px 20px;
  border-radius: 15px;
  width: 85%;
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 25%);
  width: 100%;
  height: 50%;
}

#index .second_column .second_column__block-row-2 .container-title {
  font-size: 42px;
  text-transform: uppercase;
  font-weight: 600;
  color: white;
  line-height: 64px;
  margin-bottom: 1px;
}

#index .second_column .second_column__block-row-2 .container-description {
  font-size: 1.5rem;
  color: white;
  line-height: 30px;
  letter-spacing: -0.7px;
}

#index .second_column .second_column__block-row-2 .button_container {
  margin: 20px auto 10px auto;
  display: flex;
  justify-content: center;
  width: 100%;
}

#index .second_column__block-row-2 .button_container button {
  background-color: #585858;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 1.3rem;
  color: white;
  border: none;
  display: flex;
  align-items: stretch;
}

#index .home-banner-row_title h3 {
  /* font-size: 42px; */
  font-size: 39px;
  font-weight: 600;
  padding-left: 30px;

  margin-bottom: 0;
}

@media (min-width: 1025px) {
  #header .menu-mobile-navigation {
    display: none;
  }
  
  #header .header-top .header__right .blockcart-container .svg_icon {
    width: 40px;
    height: 40px;
  }

  #header .header-top .header__right .afqQuotesCartOver .svg_icon {
    width: 26px;
    height: 26px;
  }

  #index .index-cards-row {
    width: 100%;
    gap: 10px;
    max-width: 100%;
    padding: 5px;
  }

  #index .div_homepage_banner_container .home-banner-row {
    padding: 5px;
  }
}

@media (max-width: 1024px) {
  .page-wrapper--index .carousel-container {
    margin-bottom: 25px !important;
  }

  #index section#search_filters_brands span.span_titletext {
    margin-bottom: 10px !important;
  }

  #quotesCart .quoteqty.item-count {
    height: 13px;
    width: 15px;
    font-weight: 200;
    border-radius: 50px;
  }
}

#index .first_column.col-4 {
  display: block;
  height: 100%;
}

#index .first_column.col-4 .container-image a {
  position: relative;
}

#index .first_column.col-4 .container-image .container-description {
  position: absolute;
  top: 50%;
  left: 5%;
  color: white;
}

#index .first_column.col-4 .container-image .container-description p {
  font-size: 18px;
  font-weight: 300px;
  background: #aaa8a6;
  width: fit-content;
  line-height: 27px;
}

#index .first_column.col-4 .container-image .container-description p.container-title {
  font-size: 30px;
  font-family: var(--secondary-font-family);
  font-weight: 300px;
  text-transform: uppercase;
  background: #aaa8a6;
  padding: 5px;
}

#index .first_column.col-4 .container-image img {
  border-radius: 15px;
  width: 620px;
  height: 426px;
  box-shadow: 23px 23px 68px #d1d1d1;
}

#index .cards-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 5px;
}

#index .cards-column a {
  width: 100%;
}

#index .cards-column_img img {
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 25%);
  object-fit: cover;
}

#index .cards-column_img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

#index .cards-column_description {
  width: 100%;
  background-color: #383838;
  min-height: 138px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 25%);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: space-around;
  flex-wrap: nowrap;
}

#index .cards-column_description ol li,
#index .cards-column_description ol {
  list-style: circle;
  color: #fff;
}

#index .cards-column_description ol {
  width: 100%;
  max-width: 100%;
  padding-top: 12px;
}

#index .cards-column_description .cards-column__view {
  background-color: #f26430;
  padding: 10px;
  width: 100%;
  color: #fff;
  line-height: 20px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#index .cards-column_description .cards-column__view p {
  margin-bottom: 0px;
}

#index .cards-column_description .cards-column__view span {
  font-size: 12px;
}

#index .first_column__block.first_column__banner {
  display: block;
}

#index .first_column__block.first_column__slider {
  display: none;
}

#search_mobile button {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  #_mobile_contactshop .span_additional {
    padding-top: 2px;
  }

  #index .cards-column_description .cards-column__view span {
    display: none;
  }

  .cards-column__view {
    border-radius: 15px;
  }

  .div_menu_icon,
  #search_mobile,
  .header__logo.logo__mobile,
  #_mobile_quote {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    padding-left: 10px;
    padding-right: 10px;
  }

  .mobile_shopping_cart {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header__logo.logo__mobile {
    margin: 0px;
    width: 100%;
    max-width: 100%;
    padding: 0px;
  }

  .header__logo.logo__mobile a {
    width: 90%;
    margin: 5px auto !important;
    display: block !important;
  }

  .header__logo.logo__mobile a .logo {
    width: auto;
    object-fit: contain;
    max-height: 50px;
    height: 50px;
  }
}

@media screen and (min-width: 766px) and (max-width: 1024px) {
  .cards-column__view {
    border-radius: 15px;
  }

  .div_menu_icon,
  #search_mobile,
  .header__logo.logo__mobile,
  #_mobile_quote {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    padding-left: 10px;
    padding-right: 10px;
  }

  .mobile_shopping_cart {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#_mobile_searchbarcontainer {
  display: none;
}

@media screen and (max-width: 1024px) {
  #index .first_column__block.first_column__banner {
    display: none;
  }

  #index .first_column__block.first_column__slider {
    display: block;
  }

  #index .cards-column_description ol {
    display: none;
  }

  #index .cards-column_description {
    background-color: #f26430;
    min-height: 38px;
    padding-left: 10px !important;
  }

  #index .index-video-row .cards-column_description {
    padding-left: 15px !important;
  }
}

#index .index-video-row,
#index .index-cards-row {
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 0px;
  column-gap: 0px;
  justify-content: flex-start;
}

#index .cards-column_description a {
  color: white;
}

#index .cards-column_description li::marker {
  color: white;
  background-color: #fff;
}

#index .cards-column_description li a:hover {
  color: #f26430;
}

#index .cards-column_description li:hover::marker {
  color: #f26430;
  background-color: #f26430;
}

#index .index-video-row .cards-column_description {
  background: #0072bc;
  color: white;
  font-weight: 500;
  padding: 5px;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 1024px) {
  #index .index-video-row .cards-column_description {
    padding: 10px 6px;
    min-height: fit-content;
  }

  #mobile_searchbarcontainer .ssa-search_fa {
    display: none;
  }

  .mm_menus_li.mm_sub_align_full.additional-info {
    display: none;
  }
}

#index .index-video-row iframe {
  width: 100%;
  height: 300px;
  border-radius: 15px;
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 25%);
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

#index .index-video-row .cards-column_video {
  font-size: 18px;
  font-weight: 500;
  color: var(--footer-top-bg-color);
  text-align: center;
}

#index #content.page-content {
  padding: 0px;
}

#index #content #carousel.ps_imageslider {
  background-color: transparent;
  border-radius: 15px;
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 25%);
}

#index #carousel.ps_imageslider .slider_content_container {
  background-size: cover;
}

/* #index #carousel .container .caption-description p span {
  background-color: #80808082;
  color: white !important;
  padding: 0px 5px;
} */

#index #search_filters_brands {
  margin-bottom: 40px !important;
  margin-top: 0 !important;
}

#index section#search_filters_brands span.span_titletext {
  /* font-size: 42px; */
  font-size: 39px;
  font-weight: 600;
  padding-left: 30px;
  text-align: left;
  display: flex;
  /* margin: 10px 0px 62px 0px; */
  margin: 0 0px 40px 0px;
}

@media (min-width: 400px) and (max-width: 600px) {
  #index section#search_filters_brands span.span_titletext {
    font-size: 30px;
  }
}

.page-wrapper--index .carousel-container {
  margin-bottom: 40px;
}

#index section#search_filters_brands span.span_titletext a {
  line-height: initial;
}

@media screen and (min-width: 1400px) {

  #header .div_header_middle_bottom .div_header_middle .header-top,
  #header .header-nav.u-bor-bot .header__container {
    padding: 0px;
  }
}

@media screen and (max-width: 1450px) and (min-width: 1025px) {
  #header .header-nav.u-bor-bot,
  #header .div_header_middle_bottom .div_header_middle {
    padding: 0px 10px;
  }

  .div_header_bottom.position-relative .container,
  .div_header_bottom.position-relative .container .ets_mm_megamenu_content .container {
    width: 100%;
    max-width: 100%;
  }

  #index #wrapper.l-wrapper.pt-2 {
    margin: 0px auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  #index #wrapper.l-wrapper.pt-2>.row {
    padding-left: 5px;
    padding-right: 5px;
  }

  #index #wrapper .row,
  #index #wrapper .row #content-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 0px;
    margin: 0px auto;
  }

  #index #content-wrapper .home-banner-row {
    padding: 0px;
  }

  #index #wrapper #content .home-banner-row {
    display: flex;
    flex-direction: column;
  }

  #index .home-banner-row {
    padding: 0px 20px;
  }

  #index .home-banner-row .first_column.col-6,
  #index .home-banner-row .second_column.col-6 {
    width: 49%;
    max-width: 49%;
  }

  #index .second_column .second_column__block-row-1 .container-title,
  #index .second_column .second_column__block-row-2 .container-title {
    font-size: 2rem;
  }

  #index .second_column .second_column__block-row-1 .container-description,
  #index .second_column .second_column__block-row-2 .container-description {
    font-size: 1.3rem;
  }

  #index .second_column__block-row-1 .button_container button,
  #index .second_column__block-row-2 .button_container button {
    /* font-size: 1.2rem; */
    font-size: 1.1rem;
    text-align: left;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
  }

  #index .second_column__block-row-1 .button_container button {
    padding: 10px 23px;
  }

  #index .first_column.col-6 .first_column__block .container-image img {
    height: 27rem;
  }

  #index .first_column__block.first_column__slider .caption-description h3,
  #index .first_column__block .container-image .container-description p.container-title {
    font-size: 2rem;
    white-space: nowrap;
  }

  #index .first_column__block.first_column__slider .caption-description p,
  #index .first_column__block .container-image .container-description p {
    font-size: 1.3rem;
  }

  #index .home-banner-row.col-lg-4 {
    flex: 0 0 32%;
    max-width: 0 0 32%;
  }

  #index .index-video-row .cards-column_video {
    min-height: 60px;
  }

  #index #div_brandlist .div_brand_carousel_container {
    width: calc(100% + 40px);
    max-width: calc(100% + 40px);
  }

  .carousel-container.position-relative .caption-description {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  #index #wrapper.l-wrapper.pt-2 {
    max-width: unset;
    margin: 0px auto;
    padding: 10px;
    margin-top: 40px;
  }

  #index #wrapper .row,
  #index #wrapper .row #content-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 0px;
    margin: 0px auto;
  }

  #index #content-wrapper .home-banner-row {
    padding: 0px;
  }

  #index #wrapper #content .home-banner-row {
    display: flex;
    flex-direction: column;
  }

  #index .home-banner-row {
    padding: 0px 20px;
  }

  #index .div_homepage_banner_container {
    margin: 20px auto 10px auto;
  }

  #index .second_column .second_column__block-row-1 {
    margin-bottom: 20px;
  }

  #index .div_homepage_banner_container .home-banner-row {
    margin-bottom: 0px;
    padding: 5px;
  }

  #index .div_homepage_banner_container .index-cards-row {
    padding: 0px;
  }

  #index .second_column .second_column__block-row-2 .button_container,
  #index .second_column .second_column__block-row-1 .button_container {
    justify-content: flex-start;
  }

  #index .first_column__block.first_column__slider .caption-description h3,
  #index .first_column__block .container-image .container-description p.container-title {
    font-size: 46px;
  }

  #index .second_column .second_column__block-row-1 .container-title,
  #index .second_column .second_column__block-row-2 .container-title {
    letter-spacing: 2px;
    word-spacing: 12px;
    /* font-size: 44px; */
    font-size: 40px;
  }

  #index .second_column .second_column__block-row-1 .container-description,
  #index .second_column .second_column__block-row-2 .container-description {
    font-size: 25px;
  }

  #index .second_column__block-row-1 .button_container button {
    font-size: 20px;
    padding: 10px 40px;
  }

  #index .second_column__block-row-1 .button_container button {
    padding: 10px 60px 10px 40px;
    font-size: 20px;
  }

  #index .cards-column {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
  }

  #index .home-banner-row {
    display: flex;
    flex-wrap: wrap !important;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    row-gap: 0;
    width: 90vw;
  }

  #index .home-banner-row_title h3 {
    /* padding-bottom: 10px;
    padding-top: 10px; */
    font-size: 42px;
    font-weight: 800;
  }

  #index .index-video-row {
    justify-content: flex-start;
    display: flex;
    padding: 0px;
  }

  #index .index-video-row .cards-column_video {
    min-height: 55px;
  }

  #index #content-wrapper #content .home-banner-row,
  #index #content-wrapper #content .home-banner-row .carousel-container {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
  }

  #index #search_filters_brands {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #index .index-video-row {
    flex-direction: row;
    justify-content: flex-start;
  }
}

@media screen and (min-width: 400px) and (max-width: 600px) {
  #index .index-video-row iframe {
    height: 160px;
  }

  #carousel.ps_imageslider .slider-caption .slide-title,
  #index .first_column__block.first_column__slider .caption-description h3,
  #index .second_column .second_column__block-row-1 .container-title,
  #index .second_column .second_column__block-row-2 .container-title {
    font-size: 25px;
  }

  #index .cards-column_description .cards-column__view,
  #index .index-video-row .cards-column_description {
    font-size: 15px;
    padding: 10px;
  }

  #index .index-video-row .cards-column_description {
    padding-left: 15px !important;
  }

  #index .div_homepage_banner_container {
    margin-top: 10px;
  }

  .carousel-container.position-relative .caption-description p,
  #index #carousel .container .caption-description p span,
  #index .second_column .second_column__block-row-1 .container-description,
  #index .second_column .second_column__block-row-2 .container-description {
    font-size: 17px;
  }

  #index .first_column__block.first_column__slider .caption-description p,
  #index .first_column__block .container-image .container-description p {
    white-space: pre;
    font-size: 17px;
  }

  #index .first_column__block.first_column__slider .caption-description h3,
  #index .first_column__block .container-image .container-description p.container-title {
    font-size: 30px;
    line-height: 35px;
    padding: 6px 2px;
    width: fit-content;
    white-space: nowrap;
  }

  #index .first_column__block.first_column__slider .caption-description p,
  #index .first_column__block .container-image .container-description p {
    margin-right: 20px;
    padding: 0px 5px;
  }

  #index .div_homepage_banner_container .home-banner-row {
    margin-bottom: 0px;
    padding: 5px;
  }

  #index .second_column .second_column__block-row-1 .container-description,
  #index .second_column .second_column__block-row-2 .container-description {
    font-size: 17px;
  }

  #index .second_column__block-row-1 .button_container button,
  #index .second_column__block-row-2 .button_container button {
    padding: 10px 22px;
    font-size: 15px;
    align-items: flex-start;
    text-align: left;
  }

  #index .home-banner-row_title h3 {
    font-size: 30px;
    padding-left: 0px;
    font-weight: 800;
  }

  #index .cards-column {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
  }

  #index .cards-column_img {
    height: 160px;
  }

  /* #index .cards-column_description {
    min-height: 155px;
  }
  #index .cards-column_title {
    min-height: 55px;
  } */
  #index .cards-column_description a {
    font-size: 14px;
  }

  #index .index-video-row {
    flex-direction: column;
  }

  #index .index-video-row .cards-column {
    width: 100%;
    max-width: 100%;
  }

  #index #wrapper.l-wrapper {
    padding: 0px 15px;
  }

  #index #search_filters_brands {
    width: 100%;
    max-width: 100%;
  }

  #index .page-wrapper--index .carousel-container {
    margin-bottom: 25px;
  }

  #index section#search_filters_brands span.span_titletext {
    padding: 0px;
    /* margin-bottom: 20px; */
    margin-bottom: 20px !important;
  }
}

@media (min-width: 601px) and (max-width: 1024px) {
  #index #content #carousel.ps_imageslider {
    margin-bottom: 0 !important;
  }

  .page-wrapper--index .carousel-container {
    margin-bottom: 5px !important;
  }

  #index section#search_filters_brands span.span_titletext {
    margin-bottom: 25px !important;
  }
}

@media screen and (max-width: 479px) {
  #index #wrapper.l-wrapper.pt-2 {
    padding: 10px;
  }

  #header .header-nav .svg_icon:not(.menu_icon),
  #header .header-nav .svg_icon:not(.menu_close_icon) {
    width: 20px;
    height: 20px;
  }

  #index .div_homepage_banner_container {
    margin-top: 10px;
  }

  #index .second_column .second_column__block-row-1 .button_container,
  #index .second_column .second_column__block-row-2 .button_container {
    justify-content: flex-start;
  }

  #mobile_searchbarcontainer .ssa-searchblock form .ssa-nav-fill .ssa-search-query {
    border-radius: 15px;
  }

  #mobile_searchbarcontainer button.btn.btn-default.button-search.ssa-button-search {
    border-radius: 15px;
  }

  #index .second_column .second_column__block-row-1 .container-title,
  #index .second_column .second_column__block-row-2 .container-title {
    font-size: 21px;
    /* line-height: 35px; */
    line-height: initial;
  }

  #mobile_searchbarcontainer button.btn.btn-default.button-search.ssa-button-search {
    padding: 5px 20px;
  }

  #index .second_column .second_column__block-row-1 .button_container,
  #index .second_column .second_column__block-row-2 .button_container {
    /* margin: 10px auto 10px auto; */
    margin: 0 auto 0 auto;
  }

  #index .second_column .second_column__block-row-1 .container-description,
  #index .second_column .second_column__block-row-2 .container-description {
    /* font-size: 15px; */
    font-size: 14px;
    line-height: initial;
    margin: 8px 0 12px;
  }

  #index .second_column .second_column__block-row-1,
  #index .second_column .second_column__block-row-2 {
    height: unset;
    padding: 12px 12px;
  }

  #index .first_column__block.first_column__slider .caption-description h3,
  #carousel.ps_imageslider .slider-caption .slide-title {
    font-size: 21px;
    margin-bottom: 2px;
    line-height: 27px;
  }

  #index .first_column__block.first_column__slider .caption-description p {
    font-size: 15px;
    white-space: nowrap;
  }

  #index #carousel .container .caption-description p span,
  .carousel-container.position-relative .caption-description p {
    font-size: 15px;
    white-space: break-spaces;
  }

  #index .second_column__block-row-1 .button_container button,
  #index .second_column__block-row-2 .button_container button {
    /* font-size: 12px;
    padding: 5px; */
    font-size: 10px;
    padding: 5px 10px;
    align-items: center;
  }

  #index .first_column__block.first_column__slider.d-lg-none {
    height: 200px;
  }

  #index .home-banner-row_title h3 {
    font-size: 27px;
  }

  #index .cards-column_description .cards-column__view {
    margin-bottom: 0px;
    /* min-height: 60px; */
  }

  #index .cards-column_description .cards-column__view p {
    font-size: 15px;
    margin-bottom: 0px;
  }

  #mobile_searchbarcontainer .ssa-searchblock form .ssa-nav-fill .ssa-search-query {
    border-radius: 15px;
  }

  #index .index-video-row iframe {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
  }

  #index .cards-column_description {
    padding-left: 5px !important;
  }

  #index .index-video-row .cards-column_description {
    padding: 10px 10px 10px 15px !important;
    font-weight: 400;
    color: white;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    /* min-height: 59px; */
  }

  #index section#search_filters_brands span.span_titletext {
    /* font-size: 27px; */
    font-size: 21px;
  }

  #index .cards-column_img {
    height: 160px;
  }

  #index .index-video-row iframe {
    height: 160px;
  }

  #index .home-banner-row_title h3 {
    font-size: 21px;
  }

  #carousel.pch_imageslider .slider-caption {
    top: 39%;
  }

  #index .div_homepage_banner_container .home-banner-row {
    padding: 5px;
  }

  /* #wrapper.l-wrapper.pt-2 #content-wrapper #content.page-content{
    padding: 0px 15px;
  } */
  #carousel.pch_imageslider .slider_content_container {
    background-size: cover;
  }

  #index .index-video-row .cards-column_description {
    padding-left: 15px !important;
  }
}

@media (min-width: 401px) and (max-width: 479px) {

  #index .second_column__block-row-1 .button_container button,
  #index .second_column__block-row-2 .button_container button {
    font-size: 13px;
  }

  #index .second_column .second_column__block-row-1 .container-description,
  #index .second_column .second_column__block-row-2 .container-description {
    font-size: 16px;
  }

  #index .second_column .second_column__block-row-1 .container-title,
  #index .second_column .second_column__block-row-2 .container-title {
    font-size: 23px;
  }

  #index .first_column__block.first_column__slider .caption-description p {
    font-size: 20px;
  }

  #index .first_column__block.first_column__slider .caption-description h3,
  #carousel.ps_imageslider .slider-caption .slide-title {
    font-size: 23px;
  }
}

@media (max-width: 479px) {
  #carousel.pch_imageslider {
    background: transparent;
  }
}

.slick-list.draggable .slider_content_container span.btn-discover {
  background-color: #006fb9;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 10px 20px;
  color: white;
  border: none;
  display: flex;
}

.visible-on-mobile {
  display: none;
}

.visible-on-desktop {
  display: block;
}

.u-a-i-c.visible-on-desktop {
  display: flex;
}

#mobile_searchbarcontainer {
  display: none;
}

@media screen and (max-width: 280px) {

  #header .header-nav .svg_icon:not(.menu_icon),
  #header .header-nav .svg_icon:not(.menu_close_icon),
  #search_mobile .material-icons.search img {
    width: 0.7rem;
    height: 0.7rem;
  }
}

@media screen and (max-width: 1023px) {
  .visible-on-mobile {
    display: block;
  }

  header#header {
    position: sticky;
    top: 0px;
    right: 0px;
    left: 0px;
    z-index: 10;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 8px 6px -6px;
  }

  #header .u-a-i-c.visible-on-desktop {
    display: none;
  }

  #header .div_header_middle.visible-on-desktop {
    display: none;
  }

  #header .header__container.container {
    height: inherit;
    padding: 0px;
  }

  #_mobile_quote .span_additional {
    font-size: 10px;
    /* padding-top: 5px; */
    white-space: nowrap;
  }

  main #er .nav-
  /* #header .header-top__col.logo__mobile {
    flex: 2;
    width: auto ;
    max-width: 50% ;
  } */

  .toggleSearch {
    display: block;
  }

  /* .sticky:not(body#module-thecheckout-order .div_header_middle_bottom.sticky):not(body#module-firstdatapaymentgateway-paymentform .div_header_middle_bottom.sticky) {
    position: relative;
  } */

  #_mobile__search.not-visible {
    right: -100%;
    position: absolute;
  }

  #div_header_tel .a_phone span.d-flex {
    display: none !important;
  }

  #mobile__search_container {
    overflow: hidden;
    position: absolute;
    width: 100%;
    top: 0;
  }

  #_mobile__search.notactive {
    right: -100%;
    position: absolute;
    overflow: hidden;
    animation: ease-out 1;
    animation-name: header-search-out;
    animation-duration: 0.5s;
    max-height: 60px;
    width: 100%;
    background-color: #f26430;
  }

  #_mobile__search.active {
    position: relative;
    animation: ease-in 1;
    animation-name: header-search-in;
    animation-duration: 0.5s;
    width: 100%;
    background-color: #f26430;
    left: 0px;
    max-height: 60px;
    height: 60px;
  }

  @keyframes header-search-out {
    0% {
      left: -300px;
    }

    100% {
      left: 300px;
    }
  }

  @keyframes header-search-in {
    0% {
      left: 300px;
    }

    100% {
      left: 0px;
    }
  }

  #_mobile__search .search_mobile_icon {
    padding: 10px;
  }

  #_mobile__search {
    display: flex;
  }

  #mobile_searchbarcontainer button.btn.btn-default.button-search.ssa-button-search:hover {
    box-shadow: none;
  }

  #mobile_searchbarcontainer .material-icons+span {
    display: block;
  }

  #mobile_searchbarcontainer {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    /* width: 85vw;
    max-width: 85vw; */
  }

  #mobile_searchbarcontainer .ssa-nav-right {
    right: -37px !important;
    top: 0;
  }

  #mobile_searchbarcontainer button.btn.btn-default.button-search.ssa-button-search {
    font-size: 14px !important;
    width: 93px;
  }

  #mobile_searchbarcontainer .ssa-searchblock form .ssa-nav-fill .ssa-search-query {
    top: 2%;
    height: 35px;
  }

  #mobile_searchbarcontainer .ssa-searchblock form .ssa-nav-fill {
    height: 35px;
  }

  #mobile_searchbarcontainer button.btn.btn-default.button-search.ssa-button-search {
    height: 35px;
    width: 88px;
    border-radius: 5px;
    background-color: transparent;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  #mobile_searchbarcontainer button.btn.btn-default.button-search.ssa-button-search i {
    font-size: 20px;
    font-weight: 100;
  }

  #_mobile__search .search_mobile_icon_close .material-icons.search span {
    font-size: 10px !important;
    display: block !important;
    font-family: var(--primary-font-family) !important;
    font-weight: 100 !important;
    font-style: normal !important;
  }

  .material-icons.search {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: auto;
  }

  #_mobile_quote .afqQuotesCartOver .header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  /* #header .mobile_shopping_cart {
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction:column ;
  } */
  #header .mobile_shopping_cart .blockcart {
    flex-direction: column;
  }

  #header #_mobile__search {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  #_mobile__search button {
    padding: 10px;
  }

  /* #_mobile__search .ssa-searchblock form .ssa-nav-fill .ssa-nav-search-field{
    width: 90%;
  } */
  #_mobile__search .ssa-nav-right {
    /* border-right-style: -50px; */
    /* height: fit-content; */
    height: auto;
  }

  #mobile_searchbarcontainer form {
    display: flex;
    flex-direction: row-reverse;
  }

  #mobile_searchbarcontainer .ssa-searchblock {
    padding: 0;
  }

  #mobile_searchbarcontainer form .ssa-nav-right {
    position: initial !important;
  }

  #mobile_searchbarcontainer form .ssa-nav-fill {
    flex-grow: 1;
  }

  #mobile_searchbarcontainer form .ssa-search-query {
    position: initial;
    padding: 6px 12px;
    text-indent: 0;
  }

  #mobile_searchbarcontainer form .ssa-nav-search-field {
    height: auto;
  }

  #mobile_searchbarcontainer form .ssa-nav-search-field {
    width: 100%;
  }

  #mobile_searchbarcontainer button.btn.btn-default.button-search.ssa-button-search {
    padding: 10px 12px 10px 10px;
    width: auto;
  }

  #mobile_searchbarcontainer .ssa-searchblock form .ssa-nav-fill .ssa-search-query {
    border-radius: 5px;
  }

  #mobile_searchbarcontainer button.btn.btn-default.button-search.ssa-button-search span:not(.ssa-search_fa) {
    color: white !important;
  }

  /* #mobile_searchbarcontainer.header__search.toggleSearch{
    bottom: -45px;
    position: absolute;
    left: 0px;
    right: 0px;
    background-color: #f26430;
  } */
  /* .header-nav.u-bor-bot.sticky {
    position: relative;
  } */

  .ssa-searchblock form .ssa-nav-fill {
    background-color: #f26430;
  }

  .header__search {
    margin-top: 0px;
  }

  .button.btn.btn-default.button-search.ssa-button-search {
    font-size: 12px !important;
    width: 81px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #header .svg_icon.phone_icon {
    margin-right: 0px !important;
  }

  #div_header_tel .span.call-us-text-mobile {
    display: block;
    text-transform: capitalize;
  }

  .shopping-cart.header.has-counter {
    padding: 2px 10px 0 10px;
  }

  #header div#quotesCart a#quotes-cart-link {
    padding: 2px 10px 0 10px;
  }

  #header .btn-primary .item-count:not(.position-md-initial) {
    top: 1px;
    right: 2px;
  }

  .mobile_shopping_cart .shopping-cart.header a.u-link-body {
    padding: 4px 10px 0 10px;
  }
}

@media (max-width: 767px) {
  #index .cards-column_description {
    padding-left: 0 !important;
    min-height: unset;
    flex-grow: 1;
    justify-content: center;
  }

  #index .cards-column_description .cards-column__view {
    justify-content: left;
  }

  #index .cards-column_description .cards-column__view p {
    font-size: 0.875rem;
  }

  #index .index-video-row .cards-column_description {
    align-items: flex-start;
    padding: 10px !important;
    line-height: initial;
    flex-grow: 1;
    justify-content: center;
    font-size: 0.875rem;
  }

  #index .index-video-row,
  #index .index-cards-row {
    align-items: unset;
  }
}

#_desktop_searchbarcontainer button.btn.btn-default.button-search.ssa-button-search,
#_desktop_searchbarcontainer input.ssa-search-query.ssa-search-query-input.form-control.ui-autocomplete-input {
  border-radius: 4px;
}

#cart a.btn.btn-lg.btn-secondary svg.svg_icon.quotes_icon {
  transition: all 0.25s ease;
}

#cart a.btn.btn-lg.btn-secondary:hover,
#cart a.btn.btn-lg.btn-secondary:hover svg.svg_icon.quotes_icon {
  color: rgba(0, 185, 75, 0.8);
}

@media screen and (min-width: 1024px) {
  .sticky {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 4;
    box-shadow: rgb(0 0 0 / 34%) 0px 8px 6px -6px;
  }
}

/*header from 1023down*/
@media screen and (max-width: 1023px) {

  #header div#menu-icon .menu-label,
  .u-a-i-c.visible-on-mobile {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
  }

  .div_menu_icon,
  #search_mobile,
  #_mobile_quote,
  .mobile_shopping_cart {
    padding: 0px 15px;
  }

  .div_menu_icon,
  #search_mobile,
  .header__logo.logo__mobile,
  #_mobile_quote,
  .mobile_shopping_cart {
    display: flex;
    width: auto;
    height: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }

  #menu-icon {
    padding: 10px 2px;
  }

  #search_mobile .search_mobile_icon {
    padding: 5px;
  }

  #header .header__logo {
    max-width: 100%;
    flex: 1;
  }

  #menu-icon,
  button.search_mobile_icon,
  .header__logo.logo__mobile a,
  #_mobile_quote .afqQuotesCartOver,
  .mobile_shopping_cart .blockcart-container {
    margin: auto;
  }

  .header__logo.logo__mobile a img.logo {
    max-height: 60px;
    padding: 5px 0px;
    width: auto;
  }

  #_mobile_quote .afqQuotesCartOver {
    padding: 10px 5px;
  }

  .mobile_shopping_cart .blockcart-container {
    padding: 5px;
  }

  #header .mobile_shopping_cart .blockcart {
    flex-direction: column;
  }

  #header div#menu-icon .menu-label,
  #search_mobile button span:not(.search),
  #_mobile_quote .quotes-text-mobile,
  span.visible--desktop.blockcart__label.span_mycart {
    text-transform: capitalize;
    font-size: 10px;
    margin-top: 3px;
    font-weight: 500;
  }

  .home-banner-row.visible-on-desktop-only {
    display: none !important;
  }

  #header div#menu-icon .menu-label {
    margin-top: 7px !important;
  }
}

@media screen and (max-width: 479px) {

  .div_menu_icon,
  #search_mobile,
  #_mobile_quote,
  .mobile_shopping_cart {
    padding: 0px 10px;
  }
}

body#category .cp-ps-container.fitvidsignore.cp-hidden.cp-noskin.cp-container.cp-responsive,
body#category .cp-ps-container.fitvidsignore.cp-hidden.cp-noskin.cp-container.cp-responsive .cp-slide,
body#category .cp-ps-container.fitvidsignore.cp-hidden.cp-noskin.cp-container.cp-responsive .cp-slide img.cp-tn {
  display: none !important;
}

body#category .cp-popup-inner .cp-layers .cp-wrapper.cp-in-out {
  display: block;
}

.product-miniature .product-description .div_delivery_times {
  display: inline-flex;
}

.product-miniature .estimateddelivery .ed_item p {
  display: inline-flex !important;
}

body .modal {
  z-index: 99999;
}

@media (max-width: 767px) {
  #footer .footer-center .container {
    padding-bottom: 20px;
  }
}

body#module-gallerique-gallery #gallery_container a,
body#module-gallerique-gallery #gallery_container img,
body#cms.cms-id-11 iframe,
body#cms.cms-id-11 .overlay,
body#cms.cms-id-15 .case-study-container img,
body#module-smartblog-category .articleContent:before,
body#module-smartblog-category .articleContent,
body#module-gallerique-gallerylist .gallerique-gallery-cover img {
  border-radius: 15px;
}

body:not(#category):not(#product) .cp-popup.cp-popup-visible,
body:not(#category):not(#product) .cp-popup-overlay {
  display: none !important;
}

/* Mzs - product-miniature */
/* --product-miniature-padding-tabletandmobile */

.product-miniature .details {
  padding: 0;
  width: fit-content;
}

.product-miniature .pla_attributes .view-product {
  width: 100%;
}

.product-miniature .div_details_cart .custom-footer-buttons {
  gap: 0.4rem;
}

.product-miniature .div_details_cart .details .btn {
  color: white;
  width: 100%;
  padding: 4px;
  border-radius: 4px;
  font-weight: normal;
  align-items: center;
  align-content: center;
  width: fit-content;
  font-size: 15px;
}

.product-miniature .div_details_cart .details.quote .btn {
  background-color: transparent !important;
  border: 1px solid var(--btn-bg-color) !important;
  color: var(--btn-bg-color);
}

.product-miniature .div_details_cart .details.info .btn {
  background-color: transparent !important;
  border: 1px solid #0072bc !important;
  color: #0072bc;
}

.product-miniature .div_details_cart .details a {
  line-height: unset;
}

.product-miniature .div_details_cart {
  padding: 0;
  gap: 0.8rem;
}

.product-miniature select.pla_select {
  border-radius: 4px;
  padding: 9px 22px 8px 17px;
  line-height: normal;
}

.product-miniature .pla_custom_select_container {
  border-radius: 4px;
}

.product-miniature .listview-container {
  padding: 0;
  padding-bottom: 0.5rem;
}

.product-miniature .product-price-and-shipping .ask_offer {
  width: 0;
  opacity: 0;
  height: 0;
}

.product-miniature .btn {
  font-weight: 700;
  border-radius: 4px;
  padding: 8px 0;
}

.product-miniature .pla_attribute_group_container {
  margin-top: 0.8rem;
  margin-bottom: 0;
}

.product-miniature .pla_attribute_group_container label {
  position: relative;
  margin-bottom: 0;
}

.product-miniature .pla_attribute_group_label.size-label:before,
.pla_attribute_group_label.length-label:before,
.pla_attribute_group_label.colour-label:before {
  display: none;
}

.product-miniature .product_lidt_attributes .custom-label-position {
  position: absolute;
  top: -6px;
  left: 12px;
  background: white;
  font-size: 12px;
  width: fit-content;
  z-index: 1;
  line-height: 12px;
  height: 12px;
  padding: 0 6px;
}

.product-miniature .div_inputqtyparent {
  border-radius: 4px;
}

.product-miniature:not(.product_show_list) .listview-container .product_lidt_attributes .pla_attributes .pla_buttons_container {
  flex-grow: unset;
  margin-top: 0.8rem;
  width: 75%;
}

.product-miniature:not(.product_show_list) .listview-container {
  justify-content: space-between;
  gap: 0.8rem;
  padding-top: 4px;
}

.product-miniature .qty-container {
  padding-left: 0 !important;
}

.products .product-description .h3.product-title {
  min-height: 65px;
  flex: unset;
  text-align: left;
  margin-bottom: 0;
}

.products .product-description .product-price-and-shipping {
  flex: unset;
}

.pla_attribute_group_label {
  color: #b2b2b2;
  font-weight: 400;
}

.pla_buttons_container .pla_label_quantity,
.div_qty_input_container .pla_label_quantity {
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  padding: 0 6px;
  font-size: 12px;
  z-index: 3;
  line-height: 12px;
  height: 12px;
  color: #b2b2b2;
}

.highlighted-informations {
  border-radius: 4px;
}

.pla_buttons_container .div_inputqtyparent .btn {
  background: #e8e8e8;
  border-radius: 4px;
  border: 1px solid var(--header-bottom-bg-color);
  padding: 4px 12px;
  border-top: unset;
  border-bottom: unset;
}

.bootstrap-touchspin .input-group-btn .btn {
  background: #e8e8e8;
  border: 1px solid #999999;
  padding: 4px 12px;
  height: 105%;
  top: -1px;
  position: relative;
}

#module-askforaquotepro-QuotesCart .bootstrap-touchspin .btn {
  background: #e8e8e8;
  border-radius: 4px;
  border: 1px solid var(--header-bottom-bg-color);
  height: 38px;
  position: relative;
}

.div_inputqtyparent,
.bootstrap-touchspin {
  border-left: unset;
  border-right: unset;
  flex-wrap: nowrap;
}

.pla_buttons_container input.pla_quantity,
.bootstrap-touchspin input {
  width: 100% !important;
  height: 35px !important;
  font-weight: normal !important;
}

.form-group.product-variants-item.item_select label:before,
.form-group.product-variants-item.item_color .label:before {
  display: none !important;
}

.form-group.product-variants-item.item_select div select,
.form-group.product-variants-item.item_color .custom-select {
  border-radius: 4px !important;
  padding-left: 17px !important;
}

.bootstrap-touchspin,
.bootstrap-touchspin .input-group-btn {
  border-radius: 4px !important;
}

button.btn.btn-primary.add-to-cart.btn-lg.btn-block.btn-add-to-cart.js-add-to-cart {
  border-radius: 4px !important;
  box-shadow: unset !important;
  padding: 5px 0 !important;
}

.form-group.product-variants-item.item_select label,
.form-group.product-variants-item.item_color .label {
  position: absolute !important;
  top: -6px !important;
  left: 12px !important;
  background: white !important;
  font-size: 12px !important;
  width: fit-content !important;
  z-index: 1 !important;
  line-height: 12px !important;
  height: 12px !important;
  padding: 0 6px !important;
  color: #b2b2b2 !important;
  font-weight: 400 !important;
}

#product .div_right_col_container .div_qty_input_container,
.quickview.show .div_qty_input_container {
  width: 75%;
}

#product .div_right_col_container .product-actions,
.quickview.show .product-actions {
  max-width: 300px;
}

#product .div_right_col_container .fly_to_quote_cart_button,
.quickview.show .fly_to_quote_cart_button {
  background-color: transparent !important;
  border: 1px solid var(--secondary-bg-color) !important;
  color: var(--secondary-bg-color);
  padding: 4px !important;
  border-radius: 4px;
  align-content: center;
  font-size: 15px;
  font-weight: normal;
  width: fit-content;
  position: initial !important;
}

#product .div_right_col_container .product-add-to-cart .qty,
.quickview.show .product-add-to-cart .qty {
  margin: 0.8rem 0 0 0;
  gap: 0.4rem;
}

#product .div_right_col_container .product-quantity,
.quickview.show .product-quantity {
  margin-top: 0;
  width: 100%;
}

.product-additional-info .ask_offer {
  width: 100%;
  max-width: 300px;
}

.bootstrap-touchspin>input {
  max-width: 100% !important;
}

.product-additional-info {
  padding-top: 0.8rem;
}

#product .form-control:focus,
.quickview.show .form-control:focus {
  box-shadow: unset;
}

#product .div_right_col_container .product-variants,
.quickview.show .product-variants {
  padding-top: 0.9rem;
}

.product-thumbs .slick-list.draggable img.thumb.js-thumb {
  border-radius: 4px;
}

.slick-list.draggable img.img-fluid {
  border-radius: 4px;
}

.form-group.product-variants-item.item_select,
.form-group.product-variants-item.item_color {
  margin-bottom: 0.8rem;
}

button.btn.btn-primary.add-to-cart.btn-lg.btn-block.btn-add-to-cart.js-add-to-cart:hover {
  box-shadow: none;
}

.modal-body button.btn.btn-primary.add-to-cart.btn-lg.btn-block.btn-add-to-cart.js-add-to-cart {
  box-shadow: none;
}

.product-add-to-cart .product-quantity {
  margin-top: 0 !important;
}

.pla_custom_select_container .div_custom_select {
  padding-left: 17px;
}

.product-miniature .qty-cart-button-container {
  gap: 0.4rem;
  height: 100%;
}

.product-miniature .btn {
  padding: 5px 0 6px;
}

.div_product_add_to_cart {
  margin-top: 0;
}

.modal-backdrop {
  z-index: 4 !important;
}

.product-miniature .card-body.div_product_meta {
  padding: 0.5rem 8px;
  max-width: 300px;
  margin: auto;
  width: 100%;
}

.quickview.show .lowestprice,
.quickview.show .lowestprice-withouttax {
  display: none;
}

.product-miniature .div_delivery_times svg {
  display: none;
}

.div_delivery_times span {
  padding-left: 0;
  line-height: normal;
}

#estimateddelivery .ed_item svg {
  display: none;
}

#estimateddelivery .ed_date_init {
  padding-left: 0 !important;
}

.pla_custom_select_container .pla_color_swatch {
  z-index: 5;
  left: -1px;
  width: 101%;
}

.af-color-box {
  border-radius: 4px;
}

.pla_custom_select_container .pla_color_swatch img {
  border-radius: 4px;
}

#product span#color-image {
  border-radius: 4px;
}

.div_delivery_times svg {
  display: none;
}

#product main {
  background-color: #ededed;
}

#product .card.product_custom_nav_tabs_container,
#product .card.product_custom_nav_tabs_container .nav-link {
  background-color: #ededed;
}

#product .card.card--reassurance,
#product .card.card--reassurance .list-group-item {
  display: none;
}

ul#options {
  z-index: 5;
}

#product .tab-pane.fade-Downloads {
  flex: 1 0 21%;
  opacity: 1;
  padding-left: 40px;
  border-left: 1px solid rgba(0, 0, 0, 0.125);
  padding-bottom: 30px;
}

span.lyoshowvatfree2 {
  display: block;
}

span.lyoshowvatfree2 span {
  font-size: 14px !important;
  font-weight: 700;
}

.product-miniature .product-price-and-shipping .price {
  font-size: 24px;
}

.row.mainrow .col-md-6.col-lg-7.div_right_col .div_right_col_container {
  border-right: none;
}

#product .div_left_col {
  padding: 1.25rem 0 0 6px;
}

#product .div_left_col .div_left_col_container {
  padding: 12px;
  border-radius: 20px;
  background: white;
}

.row.mainrow .div_right_col {
  padding: 1.25rem 6px 0 0;
  gap: 12px;
}

.row.mainrow .div_right_col .div_right_col_container {
  border-right: unset;
  padding: 12px;
  background: white;
  border-radius: 20px;
}

@media (max-width: 767px) {
  #product .div_left_col {
    padding: 1.25rem 6px 0 6px;
  }

  #product .div_left_col .div_left_col_container {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-bottom: 0;
  }

  .row.mainrow .div_right_col {
    padding: 0 6px 0 6px;
    top: -1px;
  }

  .row.mainrow .div_right_col .div_right_col_container {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-top: 0;
  }
}

@media (min-width: 768px) {
  #product .div_left_col .div_left_col_container {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-right: 0;
  }

  .row.mainrow .div_right_col .div_right_col_container {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-left: 0;
  }
}

#_desktop_customer_reassurance {
  padding-top: 1.25rem;
}

#_desktop_customer_reassurance {
  width: 100%;
}

#product .tab-pane.fade-Downloads {
  flex: 1 0 21%;
  opacity: 1;
  padding-left: 40px;
  border-left: unset;
  padding: 12px;
  background: white;
  height: 100%;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.product-price-and-shipping .price-1 {
  height: 18px;
}

.product-miniature .pla_attribute_group_container:first-child {
  margin-top: 0.4rem;
}

.div_right_col_container .product-prices {
  gap: 0;
}

#product .price-1 {
  font-size: 11px;
  color: #554f58;
  padding-bottom: 3px;
}

#product .orignal-price {
  font-size: 14px;
}

@media (min-width: 1200px) {
  .div_thumbnails .images-container.has_thumbnails>.div_flagsandimgcontainer {
    margin: auto;
  }
}

.div_right_col_container .product-prices span.current-price-display.price {
  font-size: 24px;
}

.product-prices span.tax-shipping-delivery-label.label1 {
  padding: 0;
  font-size: 12px;
}

.product-prices .current-price {
  line-height: normal;
}

.product-prices .original-price {
  font-size: 13px;
  color: var(--main-text-color, #252525);
}

.pla_custom_select_container .div_custom_select .span_image,
.pla_custom_select_container .div_custom_select .span_image img {
  border-radius: 4px !important;
}

.product-miniature .div_details_cart .details.quote .btn:hover {
  background-color: #f264301a !important;
}

.product-miniature .div_details_cart .details.info .btn:hover {
  background-color: #0072bc1a !important;
}

#product .div_top_col {
  padding-left: 0;
}

#product .div_right_col_container .fly_to_quote_cart_button:hover,
.quickview.show .fly_to_quote_cart_button:hover {
  background-color: #f264301a !important;
}

section.product-attachments .attachment-name-container {
  flex: 1;
}

.row.mainrow .col-md-12.col-lg-12.div_bottom_col {
  padding-top: 18px;
}

.row.mainrow .col-md-12.col-lg-12.div_bottom_col .product-tab-container {
  flex: 1 0 100%;
  padding-right: 0;
}

@media (max-width: 767px) {
  .product-miniature:not(.product_show_list) .listview-container {
    margin-top: 0.2rem;
  }
}

.price.current-price-discount {
  color: var(--secondary-bg-color);
}

@media (max-width: 767px) {
  .products .product-description .h3.product-title {
    min-height: 112px;
  }
}

#cart .card.cart-summary.mb-5 .checkout.card-block {
  background-color: transparent !important;
}

#cart .share-basket-widget h3.card-header {
  display: none;
}

.share-basket-widget.card {
  background-color: transparent !important;
}

#estimateddelivery div {
  margin-top: 0 !important;
  margin-bottom: 1px !important;
}

.product-miniature .product-description .div_delivery_times {
  margin-bottom: 0 !important;
}

#header .quotes_cart .header {
  width: auto;
}

.product__product-price .price-1 {
  color: #554f58;
  font-size: 11px;
}

#estimateddelivery svg+span {
  line-height: normal;
}

.quickview h1 {
  line-height: 1.2;
  margin-bottom: 4px;
}

.modal-dialog .hide-default {
  display: none;
}

span#color-image {
  border-radius: 5px;
}

#header #quotesCart .quotes_cart {
  flex-direction: column;
}

#header .clone-slidebar-toggle {
  border-radius: 8px;
}

.product-miniature .product-description .div_delivery_times {
  line-height: 24px;
}

.product-miniature .product-description .div_delivery_times span {
  line-height: 24px;
}

.div_delivery_times {
  padding-top: 0;
}

#header #_desktop_header-icons a {
  font-weight: 700;
}

@media (max-width: 767px) {
  .product-miniature .product-description .div_delivery_times {
    margin-bottom: 0 !important;
  }

  #estimateddelivery div {
    margin-bottom: 0 !important;
  }

  .product-miniature .estimateddelivery .ed_item p>span {
    line-height: 24px !important;
  }
}

body:not(.loaded) #header .blockcart:hover .svg_icon.cart_icon>use {
  color: var(--header-bottom-bg-color);
}

.product-reference .reference-number label {
  margin-bottom: 0 !important;
}

#header #quotesCart .header span.quotes-text-mobile {
  line-height: normal;
}

.div_right_col_container .product-prices {
  padding-bottom: 0.1rem;
}

#product .div_hookproductpriceblock .div_delivery_times {
  display: none;
}

.product-reference>div {
  line-height: normal;
  color: var(--reference-label-color);
}

.div_hookproductpriceblock .div_delivery_times {
  display: none;
}

.product-prices div.tax-shipping-delivery-label {
  padding-bottom: 2px;
}

#product .custom-nav-thumbnails,
.quickview .custom-nav-thumbnails {
  justify-content: space-between;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  display: flex;
}

.quickview .custom-nav-thumbnails.custom-show-arrows {
  display: flex !important;
}

#product .custom-nav-thumbnails>div,
.quickview .custom-nav-thumbnails>div {
  cursor: pointer;
}

#product .div_thumbnails .slick-arrow,
.quickview .images-container .slick-arrow {
  display: none !important;
}

.custom-nav-thumbnails i {
  font-size: 30px;
  color: #f26430;
}

/* ***************************** */
/* hide profiling from customers */
/* ***************************** */
#prestashop-profiling {
  display: none !important;
}

/* ***************************** */
/* ***************************** */
/* ***************************** */

/* @media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
} */

body#index #custom-text .home-banner-row.custom-text {
  flex-wrap: wrap !important;
  flex-direction: row !important;
  max-height: 35vh;
  overflow: hidden;
  transition: max-height 1s ease;
  row-gap: 0;
}

/* .div_showmoreless_container.need_showmore.opened .home-banner-row.custom-text {
  max-height: fit-content;
  transition: all 0.5s ease;
} */

.div_showmoreless_container .div_showmoreless_buttons {
  position: relative;
  z-index: 2;
}

.home-banner-row.custom-text:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 90%);
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.div_showmoreless_container.need_showmore.opened .home-banner-row.custom-text:after {
  content: none;
}

.home-banner-row.custom-text .home-banner-row_title {
  font-size: 39px;
  font-weight: 600;
  text-transform: none;
  margin-top: 20px;
}

.home-banner-row.custom-text .home-banner-row_title.secondary {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
}

.home-banner-row.custom-text>.home-banner-row:last-child,
.home-banner-row.custom-text>.home-banner-row:last-child>p {
  margin-bottom: 0 !important;
}

body#index #custom-text {
  margin-bottom: 42px;
  border-radius: 15px;
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 25%);
}

/* @media (max-width: 1024px) {
  .home-banner-row.custom-text .home-banner-row_title:not(.secondary) {
    padding: 0 10px;
  }
} */

body#index .home-banner-row.custom-text .first_column,
body#index .home-banner-row.custom-text .second_column {
  flex: 1 1 0;
}

body#index #custom-text .second_column {
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 15px;
  align-self: flex-start;
}

@media (max-width: 787px) {
  body#index .home-banner-row.custom-text {
    flex-direction: column;
  }

  body#index .home-banner-row.custom-text .first_column,
  body#index .home-banner-row.custom-text .second_column {
    flex: 1 0 100%;
  }

  body#index .home-banner-row.custom-text .second_column .home-banner-row_title {
    display: none;
  }

  body#index .home-banner-row.custom-text .second_column .container-image {
    align-self: center;
  }
}

/* ***************************** */

/* ***End home page text block** */

/* ***************************** */



BODY#category.category-id-278 .l-wrapper,

BODY#category.category-id-10229 .l-wrapper,

BODY#category.category-id-10323 .l-wrapper,

BODY#category.category-id-10882 .l-wrapper {

	display: none;

}

.home-banner-row .custom-index-category-label-container {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 30%;
}

@media (max-width: 767px) {
  .home-banner-row .custom-index-category-label-container {
    top: 40% !important;
  }

	.home-banner-row .custom-index-category-label-container .custom-index-category-label {
		font-size: 14px !important;
    padding: 8px !important
	}
}

.home-banner-row .custom-index-category-label-container .custom-index-category-label {
	display: inline-block;
  padding: 12px 24px;
  background-color: #ffffffc0;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  border-radius: 26px;
  font-family: sans-serif;
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 25%);
  transition: all 0.3s ease;
}

.home-banner-row .cards-column:hover .custom-index-category-label-container .custom-index-category-label {
	box-shadow: 2px 2px 12px 4px rgba(0, 0, 0, 25%);
	color: #f26430;
  background-color: #ffffff
}

/* Start - Added by Huni from PrestaChmps - 05.22.2025 */
#authentication .register-form form#customer-form .form-fields {
	display: flex;
	flex-direction: column;
}

#authentication .register-form form#customer-form .form-group:nth-of-type(1) {
	order: 1;
}

#authentication .register-form form#customer-form .form-group:nth-of-type(2) {
	order: 2;
}

#authentication .register-form form#customer-form .form-group:nth-of-type(5) {
	order: 3;
}

#authentication .register-form form#customer-form .form-group:nth-of-type(3) {
	order: 4;
}

#authentication .register-form form#customer-form .form-group:nth-of-type(4) {
	order: 5;
}

#authentication .register-form form#customer-form .form-group:nth-of-type(6) {
	order: 7;
}

#authentication .register-form form#customer-form .form-group:nth-of-type(7) {
	order: 8;
}

#authentication .register-form form#customer-form .form-group:nth-of-type(8) {
	order: 8;
}

#authentication .register-form form#customer-form .form-group:nth-of-type(9) {
	order: 10;
}

#authentication .register-form form#customer-form .form-group:nth-of-type(11) {
	order: 11;
}

#authentication .register-form form#customer-form .form-group .text-muted,
#authentication .register-form form#customer-form .form-group:nth-of-type(10) {
	display: none;
}

/* End */

/* MZS - Popup #32 Custom CSS */
#cp_32 img {
	filter: brightness(0.8);
}

.cp-popup .cp-shadow img {
	display: none !important;
}

/** PeterChamp Fix all products notavailble for order 2025-06-26 **/
.product-miniature[data-available_for_order="0"] .pla_buttons_container.custom-add-to-cart-position {
	display: none;
}

.product-miniature[data-available_for_order="0"] .pla_buttons_container.qty-container {
	width: 100% !important;
}

.product-miniature[data-available_for_order="0"] .custom-footer-buttons {
	justify-content: center;
}

button.btn.btn-default.button-search.ssa-button-search:hover {
  box-shadow: unset;
}

#header .header-nav__col>*:not(:empty)~.div_header_nav_cutom>a:not(:first-child) {
  border-left: 1px solid white;
}

#_desktop_header-icons {
  font-size: 14px;
}

@media (min-width: 1200px) {
  header .container {
    max-width: 1200px;
  }
}

#header .form-control {
  font-size: 14px;
}

#_desktop_searchbarcontainer .btn:not(:disabled):not(.disabled):active, #_desktop_searchbarcontainer .btn:focus {
  box-shadow: unset !important;
}

#div_header_tel p {
  font-size: 14px;
}

#_desktop_header-icons > div:not(:last-of-type) {
  border-right: 1px solid #ffffff66;
}

#_desktop_header-icons > div {
  padding: 6px 12px;
}

#header #_desktop_header-icons .afqQuotesCartOver .custom-bottom-link,
#header #_desktop_header-icons #_desktop_user_info .custom-bottom-link {
  line-height: normal;
  margin-top: 5px;
}

.menu-custom-tabs .menu-custom-tab {
  position: relative;
}

@media (max-width: 1023px) {
  .menu-custom-tabs {
    padding: 8px 4px 0 !important;
    max-width: 768px;
    margin: auto;
    gap: 4px;
  }

  .menu-custom-tabs .menu-custom-tab {
    font-size: 0.75rem;
    padding: 0.5rem 0.3125rem;
  }

  #_desktop_user_info svg {
    display: none;
  }
}

@media (max-width: 360px) {
  .menu-custom-tabs .menu-custom-tab {
    font-size: 0.7rem;
    padding: 0.45rem 0.3rem;
  }
}

@media (max-width: 767px) {
  .menu-custom-tabs .menu-custom-tab svg {
    display: none;
  }
}

.menu-custom-tabs .menu-custom-tab svg {
  position: absolute;
  right: 0px;
  transition: all 0.25s ease;
  width: 26px;
  height: 26px;
}

.menu-custom-tabs .menu-custom-tab.active svg {
  rotate: 90deg;
}

#header #_desktop_header-icons .blockcart-container a {
  font-size: 18px;
  margin-top: 2px;
}

.custom-bottom-link-smaller {
  font-size: 11px;
  margin-top: 4px;
  font-weight: 400;
  color: #e9e9e9;
}

@media (min-width: 1200px) {
    .header-top__col {
        width: 30%;
    }
}

#header .quotes_cart .header {
  position: relative;
}

#carousel.pch_imageslider .slider-caption .caption-description > p {
  line-height: normal;
}

#index .div_homepage_banner_container {
  margin-top: 0 !important;
}

@media (min-width: 1024px) { 
  .ets_mm_megamenu.bg_submenu[data-bggray="bg_gray"]:before {
    visibility: visible !important;
  }
  
  body .div_header_middle_bottom:not(.sticky) .ets_mm_megamenu:before {
    top: 207px !important
  }
  
  body .div_header_middle_bottom.sticky .ets_mm_megamenu:before {
    top: 183px !important
  }
}

#_desktop_user_info:hover a,
#_desktop_user_info:hover .custom-bottom-link-smaller, 
.afqQuotesCartOver:hover .custom-bottom-link-smaller {
  color: var(--header-bottom-bg-color) !important;
}

#_desktop_user_info a,
#_desktop_user_info .custom-bottom-link-smaller, 
.afqQuotesCartOver .custom-bottom-link-smaller,
.cls-1 {
  transition: all 0.25s ease;
}

#_desktop_user_info:hover .cls-1 {
  stroke: var(--header-bottom-bg-color) !important;
}

.cls-1 {
  fill: none;
	stroke-miterlimit: 10;
	stroke-width: 2; 
  stroke: white;
}

@media (max-width: 767px) {
    #header .shopping-cart .item-count {
      top: -1px !important;
      right: -8px;
  } 
}

@media screen and (max-width: 479px) {
    #index .cards-column {
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
        padding: 5px;
    }
}

@media (min-width: 400px) {
  #index section#search_filters_brands span.span_titletext a, #index .home-banner-row_title h3 {
    font-size: 28px;
  }
}

#_desktop_contactshop {
	padding: 5px 0;
}

#module-thecheckout-order #header {
	display: none;
}

.home-banner-row a {
	font-weight: 600;
}

/* MZS - Cart page */
.cart-item:not(:last-child) {
  border-color: rgba(0,0,0,.125);
}

.cart-product-variants .small span::before {
  display: none !important;
}

.table-bordered,.table-bordered td,.table-bordered th {
    border: none
}

body#cart #wrapper {
    padding-top: 0 !important;
}

#cart .cart-footer-info #pch-reassurance {
    background-color: unset;
}

#cart .custom-breadcrumb .custom-cart-link {
  color: #0072bc;
  line-height: 24px;
}

#cart .custom-breadcrumb .custom-cart-link:not(i):not(span) {
  font-size: 14px;
  text-decoration: underline;
  font-weight: 700;
}

#cart h1 {
  font-size: 1.625rem;
  font-weight: 700;
  color: #414042
}

#cart .cart-buttons .delete-all-products-button .btn-delete-all-products, #cart .remove-from-cart {
  font-weight: 500;
  font-size: 14px;
}

#cart .remove-from-cart {
  color: #999999;
}

#cart .cart-buttons .delete-all-products-button .btn-delete-all-products{
  color: #999;
}
#cart .cart-buttons .delete-all-products-button .btn-delete-all-products:hover{
  /* color: var(--btn-hover-bg-color); */
  text-decoration: underline;
}

#cart .cart-buttons .delete-all-products-button .btn-delete-all-products:hover, #cart .remove-from-cart:hover {
  text-decoration: underline;
}

#cart .cart-line-product-actions {
  margin-top: 12px;
}

#cart .product-line-actions .input-group.bootstrap-touchspin {
  max-width: unset !important;
}


#cart .div_qty {
  position: relative;
}

#cart .quantity-label {
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  font-size: 12px;
  color: #6e6e6e;
  padding: 0 4px;
}

#cart .cart-summary .estimated-delivery {
  font-size: 14px;
  color: #009b72;
  text-align: center;
}

.bootstrap-touchspin .input-group-btn .btn.bootstrap-touchspin-down {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.bootstrap-touchspin .input-group-btn .btn.bootstrap-touchspin-up {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

#cart .cart-summary-line {
  border-top: 1px solid rgba(0,0,0,.125);
  font-size: 14px;
}

#cart .cart-total .value {
  color: #0072bc;
  font-size: 20px;
}

@media (max-width: 767px) {
  #cart .share-basket-widget a {
    font-size: 12px;
  }
}

body#module-askforaquotepro-QuotesCart #quoteAuth .quoteSubmitOptions.clearfix .js-customer-form .form-group:nth-of-type(1) {
    display: flex !important;
}
@media (max-width: 768px) {
  body#module-askforaquotepro-QuotesCart #quoteAuth .quoteSubmitOptions.clearfix .js-customer-form .form-group:nth-of-type(1) {
      display: block !important;
  }
}

body#cart .cart-item .product-line-info.product-price .current-price-display, #cart span.product-price {
  color: #f86434;
}

/* MZS - new Index section */
.custom-index-banner-section .banner-image-1 {
  background-image: url('/img/index_modern.jpg');
}

.custom-index-banner-section .banner-image-2 {
  background-image: url('/img/index_traditional.jpg');
}

.custom-index-banner-section .banner-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 400px;
  border-radius: 15px;
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 25%);
}

.custom-index-banner-section .banner-overlay {
  backdrop-filter: brightness(0.8);
  clip-path:inset(0 round 15px);
  padding: 36px;
}

.custom-index-banner-section h2 {
  font-size: 36px;
  font-weight: 600;
}

.custom-index-banner-section .title-shade {
  font-size: 32px;
  margin: 0 0 10px 0;
  text-transform: none;
  font-weight: 700;
}

.custom-index-banner-section .banner-image p {
  font-size: 16px
}

.custom-index-banner-section .title-section {
  padding-left: 15px;
}

.custom-index-banner-section .title-section p {
  max-width: 700px;
}

.custom-index-banner-section .btn-custom-shop-now {
  display: inline-block;
  padding: 12px 24px;
  background-color: #ffffffc0;
  color: #000000;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  border-radius: 26px;
  font-family: sans-serif;
  margin-top: 20px
}
.custom-index-banner-section .btn-custom-shop-now:hover {
  color: #f26430;
  background-color: #ffffff
}

.custom-index-banner-section .banner-container {
  padding: 10px;
}

@media (max-width: 767px) {
  .custom-index-banner-section h2 {
    font-size: 28px;
  }

  .custom-index-banner-section h3 {
    font-size: 20px !important;
  }
}

/* MZS - hide field-alias on customer page */
#address .field-alias,
#address .field-vat_number,
#address .field-id_country,
#address .field-phone_mobile {
  display: none !important;
}

#module-thecheckout-order div.form-group:has(input[name="address_oid"]) {
    display: none;
}

/* .bootstrap-touchspin-injected{
    display: flex;
    align-items: stretch;
} */

.js-hidden {
    display: none !important;
}

.js-visible {
    display: block !important;
}

/* MZS quick manufacturer page fix */
#manufacturer .span_showmoreless_fade {
    background: linear-gradient(0deg, var(--main-bg-color), rgba(255, 255, 255, 0)) !important;
}
/* end */

@media (max-width: 767px) {
  #product .product-description iframe {
    max-width: 100% !important;
  }
}
.bargainBlock.customer_bargain {
    background-color: #2fb5d2 !important;
}

@media (max-width: 1199px) {
    .page-content--module-smartblog-category {
        display: flex;
        flex-direction: column;
    }
}

.banner-relative {
  position: relative;
}

.custom-banner-overlay {
  position: absolute;
  top: 25%;
  left: 5%;
  max-width: 540px;
}

.custom-banner-overlay .title {
  font-size: 40px;
  color: white;
  margin: 0 0 10px 0;
  text-transform: none;
  font-weight: 700;
}

.custom-banner-overlay .description {
  font-size: 18px;
  color: white;
  margin: 0 0 10px 0;
  line-height: initial;
  padding-top: 0;
}

.custom-banner-overlay .button-link {
    display: inline-block;
    padding: 12px 24px;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    border-radius: 26px;
    font-family: sans-serif;
    margin-top: 20px;
}

@media (max-width: 767px) {
  .custom-banner-overlay .title {
    font-size: 24px !important;
  }

  .custom-banner-overlay .description {
    font-size: 14px !important;
  }

  .custom-banner-overlay {
    top: 10%;
    max-width: 325px;
  }
}

#estimateddelivery:not(.js-hidden):not(.hide-default)+.div_delivery_times {
    display: none !important;
    visibility: hidden;
    position: absolute;
}

/* PLA loading state - prevent layout jump */
.pla_attributes.pla_loading { min-height:180px; background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%); background-size:200% 100%; animation:pla-shimmer 1.5s infinite; border-radius:4px; }
@keyframes pla-shimmer { 0%{background-position:200% 0} 100%{background-position:-200% 0} }
.pla_attributes.pla_attributes_populated { min-height:auto!important; background:none!important; animation:none!important; }
