#productpage .product-detail {
	-webkit-box-align:stretch;
	    -ms-flex-align:stretch;
	        align-items:stretch;
}
#productpage .product-detail .images {
  position: sticky;
  top: 0;
}

.search-autocomplete .box {
	position:relative;
}

.search-autocomplete .box .icon-hide-search {
  position: absolute;
  top: 20px;
  right: 28px;
  font-size: 1.4em;
}

.no-scroll {
	overflow:hidden;
}

.mobile-popup .popup-inner {
	z-index:-1;
}

.close-popup {
	z-index:999;
}

.get-quote-text {
	margin-left: 10px;
}
#add-quote-popup {
  display: none;
  width: 100%;
  max-width: 1300px;
  padding: 50px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 40px 8px rgba(0,0,0,0.08);
  box-shadow: 0px 2px 40px 8px rgba(0,0,0,0.08);
}
#add-quote-popup .title-area {
  margin-bottom:30px;
  width:100%;
}
#add-quote-popup .title-small {
  width:100%;
  font-size:1.6em;
  font-weight:bold;
  color: #1a1a1a;
}
#add-quote-popup .title-small.related-title {
	font-size:1.2em;
  margin-bottom:20px;
}
#add-quote-popup .subtext {
	font-weight:normal;
  font-size:1em;
}
#add-quote-popup .quote-sections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: left;
}
#add-quote-popup .quote-sections .quote-left {
  margin-right: 40px;
  width: 300px;
}
#add-quote-popup .request-quote-popup input[type="text"] {
  outline: none;
  height: 50px;
  padding: 0px 15px;
  border: none;
  border-radius: 5px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 5px 0px;
  border: 1px solid rgba(0,0,0,.11) !important;
}
#add-quote-popup .request-quote-popup input.error {
	border: 1px solid rgba(255,0,0,1) !important;
}
#add-quote-popup .quote-product-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: left;
  margin-bottom:5px;
  padding:5px 10px;
}
#add-quote-popup .quote-product-row:nth-child(even) { 
  background-color:#f5f5f5;
}
#add-quote-popup .quote-product-row .related-title {
	margin-bottom:5px;
  font-size:0.9em;
}
#add-quote-popup .quote-product-row .quote-product-col {
	padding:5px;
}
#add-quote-popup .quote-product-row .quote-product-col.last {
	width:250px;
}
#add-quote-popup .required-area {
	padding:10px 0px;
}
#add-quote-popup .send-quote {
	  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: right;
}

@media(max-width:767px){
  #add-quote-popup {
  	padding:15px;
  }
  #add-quote-popup .title-area {
    margin-bottom: 15px;
  }
  #add-quote-popup .quote-sections {
  	display:block;
  }
  #add-quote-popup .quote-sections .quote-left {
  	margin-right:0px;
    margin-bottom:15px;
    width:100%;
  }
  #add-quote-popup .quote-sections .quote-right {
  	width:100%;
  }
  #add-quote-popup .quote-product-row {
  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	    -ms-flex-direction: row;
  	        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #add-quote-popup .request-quote-popup input[type="text"] {
  	margin:2px 0px;
  }
  #add-quote-popup .quote-product-row .quote-product-col {
  	width:50%;
  }
  #add-quote-popup .quote-product-row .quote-product-col.last {
  	width:100%;
  }
  #add-quote-popup .quote-product-row .related-title {
    font-size: 1em;
	}
  #productpage .product-detail .info .cart {
  	-ms-flex-wrap: wrap;
  	    flex-wrap: wrap;
  }
  #productpage .product-detail .info .cart .get-quote-text {
    -webkit-box-flex: 10;
    -ms-flex-positive: 10;
    flex-grow: 10;
    margin-left: 0px;
    margin-top: 10px;
  }
  #productpage .product-detail .info .cart .add-wish {
  	margin-top:10px;
  }
}

#error-page {
  padding-top:100px;
  padding-bottom: 100px;
}
#error-page .error-text-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#error-page .error-text-wrap .error-text {
  font-size: 1.2em;  
}
#error-page .error-recent-products {
	padding-top:100px;
}
#error-page .error-recent-products .products {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media(max-width:767px){
	#error-page {
    padding-top: 50px;
    padding-bottom: 50px;
	}
  #error-page .error-recent-products {
    padding-top: 50px;
  }
}

#productpage .tags .tag a {
	text-transform:none;
}

#productpage .product-configure-custom-option input::-webkit-input-placeholder {
  color: rgba(179,179,179,.7);
  font-size: 95%;
  font-weight: 500;
}

#productpage .product-configure-custom-option input::-moz-placeholder {
  color: rgba(179,179,179,.7);
  font-size: 95%;
  font-weight: 500;
}

#productpage .product-configure-custom-option input:-ms-input-placeholder {
  color: rgba(179,179,179,.7);
  font-size: 95%;
  font-weight: 500;
}

#productpage .product-configure-custom-option input::-ms-input-placeholder {
  color: rgba(179,179,179,.7);
  font-size: 95%;
  font-weight: 500;
}

#productpage .product-configure-custom-option input::placeholder {
  color: rgba(179,179,179,.7);
  font-size: 95%;
  font-weight: 500;
}

#add-quote-popup .form-message {
	margin: 10px 0;
  padding: 10px;
  border-radius: 3px 3px 3px 3px;
  margin-bottom: 20px;
}
#add-quote-popup .form-message.success {
  color: #270;
  background-color: #DFF2BF;
}
#add-quote-popup .form-message.error {
	color: #D8000C;
  background-color: #FFBABA;
}

.sidebar .show-cats {
	font-weight: bold;
  color: #333;
  text-decoration: underline;
}
.sidebar .show-filters {
	font-weight: bold;
  color: #333;
  text-decoration: underline;
  font-size:0.9em;
}
.sidebar .show-filters a {
  display:block;
  padding:10px 0px;
  -webkit-box-flex:10;
      -ms-flex-positive:10;
          flex-grow:10;
  text-decoration:none;
  padding:5px 0px;
}
.sidebar .show-filters a:hover {
	cursor:pointer;
}
/* Simplebar */
#header .vertical-menu ul .subs-inner{
/* 	max-width: 300px; */
  position: relative;
  max-height: 42vh;
/*   overflow-x: hidden; */
}
.simplebar-scrollbar::before {
  background-color: #ff7c2e !important;
  opacity: 0.8 !important;
}

#header .subnav-wrap {
  --shadow_small: 0px 0px 5px rgba(0, 0, 0, 0.2);
  --shadow_left_small: -2px 2px 5px rgba(0, 0, 0, 0.2);
  --shadow_right_small: 2px 2px 5px rgba(0, 0, 0, 0.2);
	opacity: 0;
  visibility: hidden;
 	position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  padding-top: 0px;
}

#header .subnav-wrap.active {
	opacity: 1;
  visibility: visible;
}

#header .subnav-wrap ul {
  background: #fff;
  -webkit-box-shadow: var(--shadow_right_small);
          box-shadow: var(--shadow_right_small);
  z-index: 999;
  border-top: 2px solid var(--accent);
  color: #000000;
}

#header .subnav-wrap ul li.active > a {
	color: var(--blue);
  font-weight: bold;
}

/* #header .subnav-wrap ul li:hover > a {
	background: #f7f7f7;
} */

#header .subnav-wrap ul ul {
	opacity: 0;
  visibility: hidden;
 	position: absolute;
  top: 15px;
  left: 100%;
  min-height: calc(100% - 15px);
}

#header .subnav-wrap ul ul ul {
  top: 0;
	height: 100%;
}

#header .subnav-wrap ul li:hover > ul {
	opacity: 1;
  visibility: visible;
}


#header .subnav-wrap ul li a,
#header .subnav-wrap .subs .subsubhover a,
#header .subnav-wrap .subs .subsubsubhover a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  white-space: nowrap;
  min-width: 250px;
  font-size: 1em;
  text-decoration: none;
}

#header .subnav-wrap ul li a .image-wrap {
	margin-right: 10px;
}

#header .subnav-wrap ul li a i,
#header .subnav-wrap .subs .subsubhover a i,
#header .subnav-wrap .subs .subsubsubhover a i {
  color: #0197ed;
  margin-left: auto;
  font-size: 1.4em;
}

.bottom-footer .footer-banner img,
#footer .bottom-footer .payments img,
#header .main-header .logo.large-logo img {
width: auto
}

.bottom-footer .footer-banner img {
	height: auto;
}

#footer .columns .col img {
	width: auto;
  height: auto;
}

#footer #formNewsletter {
	display: flex;
  justify-content: space-between;
}

#header .subnav-wrap {
  width: 300px;
}

#header .subnav-wrap ul {
	position: relative;
    background: #fff;
  border-radius: 5px;
  font-weight: 500;
  font-size: .95em;
}
#header .subnav-wrap ul li {
  padding: 0px 15px;
  position: relative;
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  opacity: .85;
}
#header .subnav-wrap ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0,0,0,.07);
	margin: 5px 0px;	
}

#header .subnav-wrap ul li:last-child > a {
	border-bottom:0px;
}


#header .subnav-wrap .subs,
#header .subnav-wrap .subs .subs {
	position: absolute;
  visibility: hidden;
  opacity: 0;
  left: 100%;
  padding: 0px 5px;
  background-color:#fff;
  top: 5px;
  width: inherit !important;
  box-shadow: var(--shadow_right_small);
  z-index: 999;
  border-top: 2px solid var(--accent);
  max-height: 100%;
  min-height: 100%;
  min-width:250px;
}
#header .subnav-wrap .subnav-inner{
	position: relative;
}

#header .subnav-wrap .subnav.subs a {
	padding:8px;
  font-weight: 500;
  color: #000;
  font-size:0.9em;
  padding: 11px 8px;
}
#header .subnav-wrap .subnav .subnav-inner .more-wrap{
  position: sticky;
  left: 100%;
  bottom: 5px;
  display: flex;
  justify-content: flex-end;
}
#header .subnav-wrap .subnav .subnav-inner a.more-subs{
  font-size: 1em;
  padding: 0;
  background: unset;
  display: flex;
  align-items: flex-end;
}
#header .subnav-wrap .subnav .subnav-inner a.more-subs i{
  padding: 10px 15px;
  color: #fff;
  background-color: #0197ed;
  border-radius: 5px;
  transition: .2s all ease-in-out;
}
#header .subnav-wrap .subs.active {
	opacity:1;
  visibility:inherit;
}
#header .subnav-wrap .subs.subsubs {
	left:600px;
}

#header .subnav-wrap .subs .subs-title {
	font-weight:bold;
  padding:10px 0px;
}

#header .subnav-wrap .subs .subs-title a {
  color: #0197ed;
  border: none;
  font-size: 1.25em;
  margin-bottom: 5px;
}
#header .subnav-wrap .subs .subs-title a:hover {
	text-decoration:none;
}
#header .subnav-wrap .subs .subsubhover,
#header .subnav-wrap .subs .subsubsubhover {
	padding: 0px 0px;
  position: relative;
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  opacity: .85;
  border-bottom: 1px solid #eee;
}
#header .subnav-wrap .subnav.main li:hover a,
#header .subnav-wrap .subhover.active a,
#header .subnav-wrap .subs .subsubhover.active a,
#header .subnav-wrap .subs .subsubsubhover.active a,
#header .subnav-wrap .subs .subsubsubhover:hover > a {
	color: #0197ed;
}

#usp-block .columns {
	align-items: center;
}
#usp-block {
  padding: 14px 0px;
  border-top: 1px solid #eee;
}
#usp-block .usp-wrap {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
}
#usp-block .usp-wrap .usp {
  margin: 0px 10px;
  font-size: 1.2em;
  font-family: "Maven Pro", Helvetica, sans-serif;
  letter-spacing: .05em;
  font-weight:500;
  color:#0197ed;
}
#usp-block .usp-wrap .usp i {
	margin-right:5px;
  color:#00b900;
}
#usp-block .usp-wrap .usp span {
	color:#ff7c2e;
  font-weight:700;
}
@media(max-width:767px){
  #usp-block {
  	padding:15px 0px;
  }
  #usp-block .usp-wrap {
  	flex-direction: column;
  }
  #usp-block .usp-wrap .usp {
  	margin:5px 0px;
  }
  #usp-block .columns .col:nth-child(2) {
  	padding-bottom:0px;
  }
}

.collection-content.on-top {
	margin-bottom:0px;
}

.quick-filters {
  padding-bottom: 30px;
  margin-bottom: 15px;
  padding-top: 30px;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
}
.quick-filters .filter-titles {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}
.quick-filters .filter-titles .btn {
  border-radius: 40px;
  margin: 0px 7px;
  background-color: #f9f9f9;
  color: #333;
  height: 40px;
  padding:0 25px;
}
.quick-filters .filter-titles .btn .count {
  background-color: #00b900;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  color: #fff;
  border-radius: 3px;
  font-size: 0.75em;
  font-weight: bold;
  margin-left: 6px;
}
.quick-filters .filter-titles .btn.active,
.quick-filters .filter-titles .btn:hover {
	background-color: #eaf4fd;
}
.quick-filters .filter-block {
  padding-top: 20px;
}
.quick-filters .filter-block .filter-values {
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: start;
  justify-content: center;
  align-items: start;
}
.quick-filters .filter-block .filter-values.active {
	display:flex;
}
.quick-filters .filter-block .filter-values.more-columns {
	overflow:hidden;
}
.quick-filters .filter-block .filter-values .value-item {
	padding-top:5px;
  padding-bottom:5px;
}
.quick-filters .filter-block .filter-values .image:hover {
	cursor:pointer;
}
.quick-filters .filter-block .filter-values .image img {
	max-width:100%;
}
.quick-filters .filter-block .filter-values .title {
  text-align: center;
  border-radius: 25px;
  line-height: 1.3em;
  padding: 5px;
  font-size:0.9em;
}
.quick-filters .filter-block .filter-values .title.active {
  background-color: #eaf4fd;
  font-weight: bold;
  color: #333;
}
.quick-filters .filter-block .filter-values .value-item:hover .title {
	cursor:pointer;
  background-color: #eaf4fd;
  color: #333;
}
.quick-filters .filter-block .filter-values input {
	display:none;
}
.quick-filters .filter-block .show-more-filters {
  display: flex;
  align-items: center;
  justify-content: center;
}

#textpage, body > main > div.main-content {
  background-color: #fcfcfc
}
#textpage .cat-block {
  background-color: #fff;
}
.cat-blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.cat-blocks .section-spacer {
	padding:5px 0px;
  display: block;
  width: 100%;
}

.cat-blocks img {
	max-width: 100%;
}

.cat-blocks .cat-block {
	border: 1px solid rgba(0,0,0,0.07);
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
}

.cat-blocks .cat-block .cat-info-outer {
	padding: 20px;
  display: flex;
  align-items: center;
}

.cat-blocks .cat-block .cat-info-outer .info .title {
	margin: 0;
  margin-bottom: 10px;
}

.cat-blocks .cat-block .cat-info-outer .info .title a {
  text-decoration: none;
  color: #000;
}

.cat-blocks .cat-block .cat-info-outer .info .description {
	margin-bottom: 10px;
}

.cat-blocks .cat-block .cat-info-outer .info .btn {
	text-decoration: none;
  background: #fff;
  color: #ff7c2e;
  padding: 0;
  height: auto;
  font-size: 0.9em;
}

#textpage div.cat-subs div div.title a {
  color: #777777;
  font-weight: normal;
}
#textpage div.cat-subs div div.title a:hover {
  color: #0197ed;
}
.cat-blocks .cat-block .cat-info-outer .info .btn:hover {
  color: #0197ed;
}

.cat-blocks .cat-block .cat-info-outer .image-wrap {
  padding: 20px;
}

.cat-blocks .cat-block .cat-info-outer .image-wrap img {
	max-height: 250px;
  max-width: 100%;
  min-width: 125px;
}
@media(max-width:768px) {
  .cat-blocks .cat-block .cat-info-outer .image-wrap {
  padding: 7px;
}
.cat-blocks .cat-block .cat-info-outer {
  padding: 10px;
}
.cat-blocks .cat-block .cat-info-outer .image-wrap img {
  min-width: 90px
}
}


.cat-blocks .cat-block .cat-subs {
	display: flex;
  flex-wrap: wrap;
}

.cat-blocks .cat-block .cat-subs .sub {
	display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  font-weight: bold;
  justify-content: flex-start;
  
}

.cat-blocks .cat-block .cat-subs .sub .image {
  padding: 20px 30px;
}

.cat-blocks .cat-block .cat-subs .sub .title {
	text-align: center;
}

.cat-blocks .cat-block .cat-subs .sub .title a {
	text-decoration:none;
  font-size: 0.9em;
}

.cat-blocks .cat-block .cat-subs .sub .image:hover {
	cursor:pointer;
}

.cat-blocks .cat-block.full-width {
	width: 100%;
}

.cat-blocks .cat-block.full-width .cat-info-outer {
	width: 50%;
}

.cat-blocks .cat-block.full-width .cat-subs {
	width: 50%;
}

.cat-blocks .cat-block.full-width .cat-subs .sub {
	border-bottom: 1px solid rgba(0,0,0,0.07);
  border-left: 1px solid rgba(0,0,0,0.07);
}

.cat-blocks .cat-block.full-width .cat-subs .sub:nth-last-child(-n + 4):nth-child(4n + 1),
.cat-blocks .cat-block.full-width .cat-subs .sub:nth-last-child(-n + 3):nth-child(4n + 2),
.cat-blocks .cat-block.full-width .cat-subs .sub:nth-last-child(-n + 2):nth-child(4n + 3),
.cat-blocks .cat-block.full-width .cat-subs .sub:last-child {
	border-bottom: none;
}

.cat-blocks .cat-block.full-width.full-width-below {
	flex-direction: column;
}

.cat-blocks .cat-block.full-width.full-width-below .cat-info-outer {
	width: 100%; 
}

.cat-blocks .cat-block.full-width.full-width-below .cat-subs {
	width: 100%;
}

.cat-blocks .cat-block.full-width.full-width-below .cat-subs .sub {
  border-bottom: none;
  border-left: none;
	border-top: 1px solid rgba(0,0,0,0.07);
  border-right: 1px solid rgba(0,0,0,0.07);
  width: calc(100% / 6);
}

.cat-blocks .cat-block.full-width .cat-subs .sub:last-child:not(:nth-child(4n)) {
	border-right: 1px solid rgba(0,0,0,0.07);
}

.cat-blocks .cat-block.full-width .cat-subs .sub:last-child,
.cat-blocks .cat-block.full-width.full-width-below .cat-subs .sub:last-child,
.cat-blocks .cat-block.full-width.full-width-below .cat-subs .sub:nth-child(6n) {
	border-right: none !important;
}


.cat-blocks .cat-block.half-width,
.cat-blocks .text-block.half-width {
	width: calc(50% - 7.5px);
  flex-direction: column;
}

.cat-blocks .cat-block.half-width .cat-info-outer {
	width: 100%;
  flex-grow: 1;
}

.cat-blocks .cat-block.half-width .cat-subs {
	width: 100%;
}

.cat-blocks .cat-block.third-width,
.cat-blocks .text-block.third-width {
	width: calc((100% / 3) - 10px);
  flex-direction: column;
}

.cat-blocks .cat-block.two-third-width,
.cat-blocks .text-block.two-third-width {
	width: calc((100% / 3) - 10px);
  flex-direction: column;
}

.cat-blocks .cat-block.third-width .cat-info-outer,
.cat-blocks .cat-block.two-third-width .cat-info-outer{
	width: 100%;
  flex-grow: 1;
}

.cat-blocks .cat-block.third-width .cat-subs {
	width: 100%;
}

.cat-blocks .cat-block.full-width .cat-subs .sub,
.cat-blocks .cat-block.half-width .cat-subs .sub,
.cat-blocks .cat-block.two-third-width .cat-subs .sub{
	width: calc(100% / 4);
  flex-grow: 1;
}

.cat-blocks .cat-block.third-width .cat-subs .sub {
	width: calc(100% / 3);
  flex-grow: 1;
}

.cat-blocks .sub img {
	max-width: 72px;
}

.cat-blocks .cat-block.half-width .cat-subs .sub,
.cat-blocks .cat-block.third-width .cat-subs .sub,
.cat-blocks .cat-block.two-third-width .cat-subs .sub{
	border-top: 1px solid rgba(0,0,0,0.07);
  border-right: 1px solid rgba(0,0,0,0.07);
}

.cat-blocks .cat-block.half-width .cat-subs .sub:nth-child(4n),
.cat-blocks .cat-block.half-width .cat-subs .sub:last-child {
	border-right: none;
}


.cat-blocks .cat-block.third-width .cat-subs .sub:nth-child(3n),
.cat-blocks .cat-block.third-width .cat-subs .sub:last-child,
.cat-blocks .cat-block.two-third-width .cat-subs .sub:last-child{
	border-right: none;
}

.cat-blocks .cat-block.half-width .cat-info-outer .image-wrap,
.cat-blocks .cat-block.third-width .cat-info-outer .image-wrap {
    width: 50%;
}

.cat-blocks .cat-block.third-width .cat-subs .sub .image {
	padding: 10px 20px;
}

.cat-blocks .cat-block.two-third-width,
.cat-blocks .text-block.two-third-width {
	width: calc(((100% / 3) * 2) - 10px);
}

.cat-blocks .text-block.half-width .general-content,
.cat-blocks .text-block.third-width .general-content,
.cat-blocks .text-block.two-third-width .general-content {
	padding:0px 30px;
}

#textpage .col-main {
	width:100%;
  display: block;
  flex-grow: unset;
  -webkit-box-flex: unset;
}
#textpage .recent-products {
	display:block;
}
#textpage .recent-products {
	display:block;
}

@media(max-width:1199px){
  .cat-blocks .section-spacer { 
  	padding:15px;
  }
	.cat-blocks .cat-block .cat-subs .sub {
  	padding:10px;
  }
  .cat-blocks .cat-block .cat-subs .sub .image {
    padding: 15px;
	}
}

@media(max-width:768px){
  .cat-blocks .section-spacer { 
  	padding:10px;
  }
	.cat-blocks .cat-block.half-width,
	.cat-blocks .text-block.half-width,
  .cat-blocks .cat-block.third-width,
	.cat-blocks .text-block.third-width,
  .cat-blocks .cat-block.two-third-width,
  .cat-blocks .text-block.two-third-width,
  .cat-blocks .cat-block.full-width .cat-info-outer,
  .cat-blocks .cat-block.full-width .cat-subs {
  	width:100%;
  }
  .cat-blocks .text-block.half-width .general-content,
  .cat-blocks .text-block.third-width .general-content,
  .cat-blocks .text-block.two-third-width .general-content {
    padding:0px 0px;
  }
  .cat-blocks .cat-block .cat-subs .sub {
  	padding:15px;
  }
  .cat-blocks .cat-block .cat-subs .sub .image {
  	padding:0px;
    margin-bottom:10px;
  }
  .cat-blocks .cat-block.third-width .cat-subs .sub .image {
  	padding:10px;
    margin-bottom:0px;
  }
  .cat-blocks .cat-block.full-width .cat-subs .sub {
  	border-top: 1px solid rgba(0,0,0,0.07);
    border-right: 1px solid rgba(0,0,0,0.07);
    border-left: 0px;
    border-bottom: 0px;
  }
  .cat-blocks .cat-block.full-width .cat-subs .sub:nth-child(4n) {
  	border-right:0px;
  }
  
  .cat-blocks .cat-block.full-width.full-width-below .cat-subs .sub {
  	width: calc(100% / 3);
  }
}

.contact-message-block .contact-message {
	border: 1px solid #000;
  border-radius: 50px;
  height: 40px;
  display: none;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0px 20px;
  font-size: 0.9em;
  background-color: #fff;
  font-weight: bold;
  margin:5px 0px;
}
.contact-message-block .contact-message.error {
  display:flex;
  border-color: #c0392b;
  background-color: #f5978d;
  color: #c0392b;
}
.contact-message-block .contact-message.success {
  display:flex;
  border-color: #27ae60;
  background-color: #8ef3b9;
  color: #27ae60;
}
.contact-message-block .standard-input.required.error {
	border-color: #c0392b;
}
.grecaptcha-badge {
	display:none;
}

.new-headlines .owl-nav .owl-next {
  right:30px;
  border-radius: 50px 0px 0px 50px;
  padding: 10px 10px 10px 20px;
}
.new-headlines .owl-nav .owl-prev {
  left:30px;
  border-radius: 0px 50px 50px 0px;
  padding: 10px 20px 10px 10px;
}
.new-headlines .owl-nav .owl-next,
.new-headlines .owl-nav .owl-prev {
  position:absolute; 
  top: 45%; 
  background-color: rgb(255 255 255 / 50%);
  font-size: 1.8em;
  color: #000;
}
.new-headlines .owl-dots {
  position: absolute;
  bottom: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; 
}

.new-headlines .owl-dots .owl-dot {
  background-color: rgb(255 255 255 / 100%);
  opacity:0.5;
  color:#000;
  padding: 8px 15px;
  margin: 0px 2px;
  font-size:0.95em;
	border-radius:5px;
  -webkit-transition: opacity .15s ease-in-out;
  -o-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
}

.new-headlines .owl-dots .owl-dot.active {
	opacity:1;
}

@media(max-width:767px){
  .collection-sort.on-top .custom-pager,
  .collection-sort.on-top .items-per-page,
/*   .collection-sort.on-top .grid-list, */
  .collection-sort.on-bottom .grid-list { 
		display:none;
  }
}
.collection-sort.on-top .grid-list li label {
  margin-right:15px;
}

@media(max-width:767px){
  .collection-sort.on-top .grid-list li label {
  	margin-right:0;
  }
  .collection-sort .filter-btn-block {
  	margin-bottom:0;
  }
  .quote-title {
    font-weight: 500;
    margin-top: 20px;
    font-size: 1.05em;
  }
  #productpage .product-detail {
  	padding-top:0px;
  }
  .product-detail .product-option .product-configure-variants:first-child, 
  .product-detail .product-option .product-configure-custom-option:first-child {
  	margin-top: 0px;
  }
  .product-detail .info .product-option {
    margin-bottom: 5px;
	}
  #group-products {
    padding: 0px 0px 5px 0px !important;
	}
  #productpage .product-detail .images .add-wish {
    position: absolute;
    z-index: 99;
    right: 10px;
    top: 10px;
    padding: inherit;
    width: 45px;
    background: #fff;
    border: 2px solid rgba(0,0,0,0.07);
    color: #ff7c2e;
    font-size: 1.2em;
  }
  #productpage .product-detail .images .add-wish i {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: center;
  }
  #add-quote-popup .request-quote-popup {
  	position:relative;
  }
  #add-quote-popup .request-quote-popup .form-message {
  	position: absolute;
    bottom: -24px;
    right: -1px;
  }
}
#productpage .product-detail .info .cart .get-quote-text {
  border: 2px solid #00b900;
  background-color: #f7f7f7;
  color: #777777;
}

.product-detail .stars-code {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-box-pack:justify;
      -ms-flex-pack:justify;
          justify-content:space-between;
  margin-top:7px;
}
.product-detail .stars {
  white-space:nowrap;
  font-size: .9em;
  color: #f1c40f;
  margin: 0px -2px; 
  font-size:1.15em; 
}
.product-detail .info .product-option:last-child {
	margin-bottom:5px;
}
.products .product .buttons, .products .product-list .buttons {
  background-color: rgb(255 255 255 / 85%);
}
.products .product .buttons .button, .products .product-list .buttons .button {
    padding: 6px 6px 6px 12px;
    opacity: .7;
}

@media(max-width:767px){
  #footer .main-footer .content-wrap ul li a {
    margin:6px 0px;
    display:block;
  }
}

#productpage .product-detail .info .cart .get-quote-text {
  border: 2px solid #00b900;
  background-color: #f7f7f7;
  color: #777777;
}
@media (max-width: 767px) {
  #productpage .product-detail .info .cart {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .quote-title {
    font-weight: 500;
    margin-top: 20px;
    font-size: 1.05em;
  }
  .product-detail .info .cart .add-cart {
  	padding:0px 0px;
  }
}


.products .product .image-wrap .sm-heart-o {
	font-size:22px;
}
.products .product .ui.checkbox label {
	padding-left:33px;
}
.products .product .ui.checkbox label:before {
    width: 24px;
    height: 24px;
}
.products .product .ui.checkbox label:after {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
}
.filter-wrap .ui.checkbox label, 
.filter-wrap .ui.checkbox+label {
	font-size:1em;
}

.vat-switch-mobile-wrap {
	    -webkit-box-flex: 10;
    -ms-flex-positive: 10;
    flex-grow: 10;
    padding: 15px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}