.new #nav > ul + ul > li > a i[class*="heart"] ~ .no,
#bottom ul li i[class*="heart"] ~ .no {
	display: none;
}

#footer nav figure img {
  height: 30px !important;
  width: auto !important;
}

.fixed-contact {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 1000;
}

fixed-contact .fixed-contact-inner {
	position: relative
}

.fixed-contact .main-comment {
  color: #fff;
  display: flex;
  height: 55px;
  background: #efb000;
  font-size: 25px;
  text-align: center;
  line-height: 51px;
  align-items: center;
  padding: 0px 15px;
  text-decoration: none !important;
}

.fixed-contact .main-comment span {
	font-size: 14px;
  font-weight: bold;
  margin-left: 10px;
}

.fixed-contact .other-buttons {
	position: absolute;
  bottom: 100%;
  left: 0px;
  right: 0px;
  overflow: hidden;
  width: 100%;
}

.fixed-contact .other-buttons .other-buttons-inner {
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  height: 0;
}

.fixed-contact .other-buttons .other-buttons-inner {
	display: flex;
  align-items: center;
  justify-content: space-around;
}


.fixed-contact .other-buttons.active .other-buttons-inner {
  height: 65px;
}

.fixed-contact .other-buttons .other-button {
	color: #fff;
  display: inline-block;
  width: 55px;
  height: 55px;
  background: #efb000;
  border-radius: 100%;
  font-size: 25px;
  text-align: center;
  line-height: 51px;
  margin-bottom: 10px;
}

.fixed-contact .other-buttons .other-button.whatsapp-button {
	background: #25D366;
}

#nav .more-cats-icon {
	margin-left: 5px;
}

.new #nav > ul > li {
	margin-right: 35px;
}

.list-slider .label > .btn i.fa-pinterest {
	font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
  line-height: 20px;`	
}

.readmore-button {
	margin-top: 10px;
}

.readmore-button a {
	font-size: 15px;
}

.readmore-content {
	height: 200px;
  overflow: hidden;
  position: relative;
}

.readmore-content.only-mobile {
	height: auto;
}

.readmore-content.active {
	height: auto;
}

.readmore-content.only-mobile.active {
	height: auto;
}

.readmore-content:after {
	content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: -webkit-linear-gradient(top, rgba(255,255,255,0.3) 0%,rgba(255,255,255,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.3)),to(rgba(255,255,255,1)));
  background: -o-linear-gradient(top, rgba(255,255,255,0.3) 0%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0.3) 0%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dffffff', endColorstr='#ffffff',GradientType=0 );
}

.readmore-content.only-mobile:after {
	display: none;
}

.readmore-content.only-mobile.active:after {
	display: block;
}

.readmore-content.active:after {
	display: none;
}

.readmore-button.only-mobile {
	display: none
}

.in-stock {
	color: #6C6B6B;
  font-weight: bold;
}

.out-stock {
	color: #d35400;
  font-weight: bold;
}

.in-stock i,
.out-stock i {
	margin-right: 5px;
}

.delivery-msg {
	z-index: 20;
  font-weight: bold;
  font-size: 15px;
  color: #6C6B6B;
}

.list-slider .owl-item img {
	
}

.mob-menu-text {
	position: absolute;
  top: 81px;
}

#nav ul .currency .symbol {
	font-weight: normal;
}

@media (max-width: 1000px) and (min-width: 761px) {
  .module-product .list-slider {
      width: calc(50% - 25px) !important;
  }
}

.mob-menu-text.no-desktop {
	display: none;
}

@media (max-width: 991px) {
  .module-product .link-btn #checkoutButton, .form-product .link-btn #checkoutButton {
  	display: none;
  }
  .fixed-contact {
  	display: none;
  }
  
  .mob-menu-text {
  	display: none;
  }
}

@media (min-width: 1201px) {
  #zoomove-target {
    right: 492px;
    left: 27px;
    width: auto;
    height: auto;
    bottom: 97px;
    top: 5px;
}
  
.collection-usp.list-usp {
    order: 2;
}
}

@media (min-width: 1351px) {
  #zoomove-target {
	    right: 559px;
    left: 95px;
  }
}

@media only screen and (max-width: 62.5em) {
  .new #top .menu:after {
/*       content: 'Menu'; */
  }
}


.search-autocomplete {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 9999;
  width: 100%;
  text-align: left;
  display: none;
}

.search-autocomplete .box {
	padding:70px;
  background:#f7f7f7;
/*   margin-top:20px; */
  border-radius:0px;
   -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);
}

.search-autocomplete .more {
  padding: 0px;
  font-weight: bold;
  text-align: center;
  margin-top:30px;
}

.search-autocomplete .more .btn {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  background: #efb000;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.search-autocomplete .more .btn span {
	font-size:80%;
  margin-left:7px;
}

.search-autocomplete.noresults .more {
  display:none;
}

.search-autocomplete .notfound {
  display:none;
  padding: 10px 0px;
  font-size: 13px;
  font-style: italic;
}

.search-autocomplete.noresults .notfound {
  display:block;
}

.search-autocomplete.noresults .search-products {
  display:none;
}

.search-autocomplete .search-products {
  padding:20px 0px;
  margin:0;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:stretch;
      -ms-flex-align:stretch;
          align-items:stretch;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
}

.search-autocomplete .search-products .product {
	padding:15px 0px;
}

.search-autocomplete .search-products .product .product-inner {
	padding:0px 15px;
}

.search-autocomplete .search-products .product {
	border-top:1px solid rgba(0,0,0,0.04);
}

.search-autocomplete .search-products .product:nth-child(odd)  .product-inner  {
	border-right:1px solid rgba(0,0,0,0.04);
}

.search-autocomplete .search-products .product:nth-child(1),
.search-autocomplete .search-products .product:nth-child(2) {
	border-top:0;
}

.search-autocomplete .search-products .product .product-inner {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
}

.search-autocomplete .search-products .product .image-wrap {
	min-width:75px;
  max-width:75px;
  margin-right:20px;
  position:relative;
  background:#fff;
}

.search-autocomplete .search-products .product .image-wrap:after {
	content:'';
  display:block;
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.03);
}

.search-autocomplete .search-products .product .info .title {
  text-decoration: none;
  font-size: 14px;
  line-height: 14px;
  color: #000;
}

.search-autocomplete .search-products .product .info .brand {
  margin-bottom: 2px;
  font-size: 1.2em;
}

.search-autocomplete .search-products .product .info .price {
	margin-top:5px;
  font-weight: 700;
  font-size: 1.5em;
  color: var(--prices)
}
  
.search-autocomplete .search-products .product .image-wrap img {
	width:100%;
}

.search-autocomplete .title-small {
	margin-bottom:30px;
}

.search-autocomplete .inner-wrap {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -webkit-box-align:start;
      -ms-flex-align:start;
          align-items:flex-start;
  -webkit-box-pack:justify;
      -ms-flex-pack:justify;
          justify-content:space-between;
}

.search-autocomplete .side {
	min-width:270px;
  max-width:270px;
  margin-right:30px;
}

.search-autocomplete .side .filter-scroll-wrap {
	position:relative;
}

.search-autocomplete .side .filter-scroll {
	max-height:400px;
  padding-bottom:50px;
  overflow-y:scroll;
  padding-right:15px;
}

.search-autocomplete .side .filter-scroll-wrap:after {
	content:'';
  display:block;
  position:absolute;
  height:50px;
  width:100%;
  bottom:0;
  background: -webkit-linear-gradient(top, rgba(247,247,247,0) 0%,rgba(247,247,247,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(247,247,247,0)),to(rgba(247,247,247,1)));
  background: -o-linear-gradient(top, rgba(247,247,247,0) 0%,rgba(247,247,247,1) 100%);
  background: linear-gradient(to bottom, rgba(247,247,247,0) 0%,rgba(247,247,247,1) 100%);
}

.search-autocomplete .results {
	width:100%;
  max-width:670px;
}

.search-autocomplete .subtitle {
  margin-bottom:20px;
}

.search-autocomplete .feat-categories {
	padding:25px;
  background:#fff;
  border-radius:0px;
  margin-bottom:30px;
}

.search-autocomplete .feat-categories .cats ul {
	margin:-5px;
  list-style:none;
  padding:0;
  font-weight:500;
}

.search-autocomplete .feat-categories .cats ul li {
	padding:5px;
  display:inline-block;
  vertical-align:top;
  width:33%;
}

.search-autocomplete .feat-categories .cats ul li a {
	color: #000;
  text-decoration: none;
  font-weight: 500;
}

.search-autocomplete .close-search-desktop {
  position: absolute;
  top: 30px;
  right: 35px;
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
}

.search-autocomplete .close-search-desktop:before {
  content: "\e93f";
    display: block;
    font-weight: 400;
    font-family: i;
    line-height: 20px;
    text-align: center;
    text-indent: 0;
    width: 20px;
    height: 20px;
}

.filter-style-tags input {
	display: none;
}

.filter-style-tags .ui.checkbox .box:before, 
.filter-style-tags .ui.checkbox label:before,
.filter-style-tags .ui.checkbox .box:after, 
.filter-style-tags .ui.checkbox label:after {
	display:none;
}
.filter-style-tags .filter-items {
	margin:-3px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
}
.filter-style-tags .ui.checkbox {
	padding:3px;
}
.filter-style-tags .ui.checkbox label, 
.filter-style-tags .ui.checkbox+label {
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 15px;
  border-radius: 0px;
  background: rgba(0,0,0,0.07);
  color: inherit;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
/*   color:#fff !important; */
  cursor:pointer;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.filter-style-tags .ui.checkbox input:checked~label, 
.filter-style-tags .ui.checkbox input~label:hover {
	background: #efb000;
  color: #fff;
}
#top > form .general-overlay {
	position:fixed;
  left:-100%;
  top:-50px;
  width:300%;
  height:150vh;
  background:rgba(0,0,0,0.4);
  opacity:0;
  visibility:hidden;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  display: block;
  max-height: 3000px !important;
}

#top > form .general-overlay.active {
	opacity:1;
  visibility:visible;
}

.search-autocomplete .filter-boxes {
	margin-bottom: 20px;
}

.search-autocomplete .search-products .product {
	width: 50%;
}


@media (max-width: 991px) {
	.search-autocomplete .search-products .product {
	width: 100%;
}
}

@media (max-width: 991px) {
  
  .search-autocomplete .results {
   	max-width: 100%; 
  }
  
  #top > form .general-overlay.active {
  	display: none !important;
  }
  
 	.search-autocomplete {
    position: unset;
	}
  .search-autocomplete.hidden-xs {
  	display: none !important; 
  }
  .search-autocomplete .feat-categories {
    padding: 15px;
    background: #fff;
    border-radius: 0px;
    margin-bottom: 0px;
	}
  .search-autocomplete .subtitle {
  	margin-bottom:7px;
  }
  .search-autocomplete .search-products .product:nth-child(odd) .product-inner {
  	border-right:0;
  }
  .search-autocomplete .search-products .product {
    border-top: 0;
    border-bottom: 1px solid rgba(0,0,0,0.04);
    width: 100%;
	}
  .search-autocomplete .more {
  	margin-top:10px;
  }
  .search-autocomplete .search-products {
  	padding:10px 0px;
  } 
  .mobile-search {
  	text-align:left;
  }
  .mobile-search .search-wrap {
  	margin-bottom:40px;
  }
  .mobile-search .search-wrap input[type="text"] {
    height: 40px;
    padding: 0px 20px;
    padding-right: 40px;
    border: none;
    outline: none;
    border: 1px solid rgba(0,0,0,.07);
    width: 100%;
  }
  .mobile-search .search-wrap .icon {
    position: absolute;
    height: 40px;
    width: 40px;
    right: 0;
    top: 0;
    line-height: 40px;
    text-align: center;
  }
  .mobile-popup .menu-wrap {
  	position: relative;
   	overflow: hidden;
  }
    .mobile-popup {
    position: fixed;
    top: 0px;
    right:100%;
    width: 100%;
    z-index: 9900000000;
    bottom: 0px;
    background: #f7f7f7;
    padding-bottom:0px;
    text-align: center;
    display:block;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    overflow-y:scroll;
   -webkit-overflow-scrolling: touch;
/*     position:relative; */
  }
  .no-mobile-bar .mobile-popup {
  	bottom:0;
  }
  .mobile-popup.open {
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }
  .mobile-popup .popup-inner {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-bottom: 0px;
    position:relative;
    
    padding: 25px 20px;
    padding-bottom: 70px;
/*     position:unset; */
  }
  
  .close-popup { /* FF3.6-15 */
  text-align: center;
    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;
    bottom: 0px;
    position: absolute;
    width: 100%;
    padding-bottom: 15px;
    padding-top: 15px;
    background: #f7f7f7;
}
.close-popup .close-popup-inner {
  width:100%;
  overflow:hidden;
}
.close-popup.dark { /* FF3.6-15 */
  background: -webkit-linear-gradient(top,rgba(57, 58, 64,0) 0%,rgba(57, 58, 64,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(57, 58, 64,0)),to(rgba(57, 58, 64,1)));
  background: -webkit-linear-gradient(top, rgba(57, 58, 64,0) 0%,rgba(57, 58, 64,1) 100%);
  background: -o-linear-gradient(top, rgba(57, 58, 64,0) 0%,rgba(57, 58, 64,1) 100%);
  background: linear-gradient(to bottom, rgba(57, 58, 64,0) 0%,rgba(57, 58, 64,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}


.close-popup a {
	padding:0 20px;
  height:26px;
  text-transform:uppercase;
  display:inline-block;
  line-height:26px;
  border-radius:13px;
  font-size:11px;
  border: 1px solid #BABABA;
  color:#BABABA !important;
  font-weight:bold;
  letter-spacing:.05em;
  position:relative;
  text-decoration:none !important;
}
  
  .close-popup a:before,
.close-popup a:after {
  content: '';
  display: block;
  height: 1px;
  background: #BABABA;
  width: 1000px;
  position: absolute;
  right: 100%;
  margin-right: 15px;
  top: 50%;
}

.close-popup.dark a:before,
.close-popup.dark a:after  {
	background: #777777;
}

.close-popup a:after {
	right:auto;
  left:100%;
  margin-right:15px;
  margin-left:15px;
}
  
  .mobile-popup h2 {
  	text-align: left;
  }
}

@media (min-width: 992px) {
  .mobile-popup.visible-xs {
  	display: none !important;
  }
  
  .mobile-visible {
  	display: none;
  }
}

.homepage-usps {
	margin-bottom: 50px;
  position: relative;
  padding-top: 70px;
}

.homepage-usps:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 80px;
  left: -100%;
  right: -100%;
  background: #f9f9f9;
  z-index: -1;
}

.homepage-usps .homepage-usps-inner {
	display: flex;
  margin: 0px -15px;
  flex-wrap: wrap;
}

.homepage-usps .homepage-usps-inner .home-usp {
  width: 25%;
  padding: 0px 15px;
  display: flex;
}

.homepage-usps .homepage-usps-inner .home-usp .home-usp-inner {
  padding: 25px;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.05);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.05);
  text-align: center;
  width: 100%;
}

.homepage-usps .homepage-usps-inner .home-usp .home-usp-inner h2.home-usp-title {
	margin-bottom: 20px;
  margin-top: 20px;
}

.homepage-usps .homepage-usps-inner .home-usp .home-usp-inner .home-usp-text {
	font-size: 13px;
}

.homepage-usps .homepage-usps-inner .home-usp .home-usp-inner .home-usp-icon {
	text-align: center;
}

.homepage-usps .homepage-usps-inner .home-usp .home-usp-inner .home-usp-icon .home-usp-icon-inner  {
  
}

.sidebar-usps {
  background: #f9f9f9;
  padding: 15px;
  margin-top: 30px;
}

.sidebar-usps .sidebar-usp {
	display: flex;
  align-items: center;
  padding: 10px 0px;
}

.sidebar-usps .sidebar-usp .sidebar-usp-title {
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
}

.sidebar-usps .sidebar-usp .sidebar-usp-text {
  font-size: 12px;
  line-height: 18px;
}

.sidebar-usps .sidebar-usp .sidebar-usp-icon {
	margin-right: 15px;
}

.sidebar-usps .sidebar-usp .sidebar-usp-icon img {
    max-width: max-content !important;
}

.color-variants.hidden {
	display: none;
}

.color-variants {
	display: block;
  margin-bottom: 15px;
}

.module-product p {
	margin-bottom: 5px;
}

.color-variants .color-variants-inner {
}

.color-variants .color-variant {
  padding: 0px 7px;
	width: 20%;
	margin-bottom: 15px;
}

.color-variants .color-variant a {
	display: block;
  padding: 5px;
  border: 1px solid #f9f9f9;
}

.color-variants .color-variant.active a {
	border-color: #efb000;
}

.color-variants .color-variants-title {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
}

.color-variants .ui.selection.dropdown.custom-dropdown {
	width: 100%;
  padding: 15px 36px 15px 15px;
  border-radius: 0;
  font-size: 13px;
  z-index: 1000;
}

.color-variants .ui.selection.dropdown.custom-dropdown .text img {
	display: none;
}

.color-variants .ui.selection.dropdown.custom-dropdown .menu .item {
	display: flex;
    align-items: center;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}


.color-variants .ui.selection.dropdown.custom-dropdown .menu img {
  width: 70px;
  height: 70px !important;
  max-height: 100%;
}

.color-variants .ui.selection.dropdown.custom-dropdown .menu .image-wrap {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

.color-variants .ui.selection.dropdown.custom-dropdown .menu .item .image-wrap:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.05);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  opacity: 0;
}

.color-variants .ui.selection.dropdown.custom-dropdown .menu .item:hover .image-wrap:before {
	opacity: 1;
}

.product-usps {
  margin-bottom: 30px;
  display: flex;
  font-size: 14px;
  justify-content: space-around;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
  background: #fff;
  padding: 25px;
  flex-wrap: wrap;
}

.product-usps .free-shipping i {
	margin-right: 10px;
}

.product-usps > div {
	display: flex;
  align-items: center;
}

.product-usps > div img {
	margin-right: 7px;
}

.cart-usps {
	display: flex;
  background: #f9f9f9;
  padding: 25px;
  justify-content: space-around;
}

.cart-usps .cart-usp {
  padding: 0px 10px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
}

.cart-usps .cart-usp img {
	margin-right: 7px;
}

.list-collection li:hover {
	z-index: 999999 !important;
}

.list-collection .color-images {
	position: absolute;
  top: 0;
  bottom: 0px;
  width: 90px;
  right: 100%;
  display: none;
  background: #fff;
  -webkit-box-shadow: -4px 2px 5px 0 rgba(0,0,0,0.05);
  box-shadow: -4px 2px 5px 0 rgba(0,0,0,0.05);
}

.list-collection .collection-product:hover .color-images {
	display: block;
}

.list-collection .collection-product .color-images.hidden {
	display: none;
}

.list-collection .collection-product.product-in-slider .color-images {
	display: none !important;
}

.list-collection .collection-product .color-images .color-image {
  padding: 7px 15px;
}

.list-collection .collection-product .hidden-img {
	display: none;
}

.list-collection .collection-product .extra-image {
	position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.list-collection .collection-product .extra-colors {
	    text-align: center;
    font-size: 20px;
    font-weight: bold;
  display: none;
}

.list-collection .collection-product .extra-image img {
	-webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}

.list-collection .collection-product .color-images .color-image a:before {
	display: none;
}

.list-collection .collection-product p,
.list-collection .collection-product h3 {
	padding-left: 5px;
}

ul .open-menu-bottom {
	display: none !important;
}

#bottom ul li a.menu i {
	font-style: normal;
  font-size: 16px;
  line-height: 22px;
}

#bottom ul .bottom-contact i {
	font-size: 25px;
}

#bottom ul li a.menu i:before {
	content: "\e96f";
    display: block;
    font-family: i;
}

ul .bottom-contact {
	display: none;
}

.product-page .back-block.p30 {
	padding: 20px !important;
}

.module-product header {
	margin-bottom: 15px;
}

.module-product .price,
.module-bulk .price {
	margin-bottom: 15px;
}

#mobile .currency-list,
#mobile .currency-spacer{
	display: none;
}

nav#mobile .contact-with-icons i {
		margin-right: 5px;
  margin: 5px;
}

nav#mobile.active .cur-icon-mobile-menu {
	display: none;
}

#bottom ul .bottom-contact .contact-with-icons i {
	    display: inline-block;
    margin: 0;
    margin-right: 7px;
    font-size: 20px;
  width: 22px;
}

#bottom ul .bottom-contact .contact-with-icons .wishlist i {
	font-size: 16px;
}

p.submit .fixed-product-image,
p.submit .fixed-product-price {
	display: none;
}

.mobile-only-menu-item {
	display: none;
}

.custom-content-block {
  display: flex;
  margin: 0px -15px;
}

.custom-content-block > article,
.custom-content-block .custom-content-inner-1 {
	width: calc(100% * (2 / 3));
  padding: 0px 15px;
}

.custom-content-block .productpage-content-links,
.custom-content-block .custom-content-inner-2 {
	width: calc(100% * (1 / 3));
  padding: 0px 15px;
}

.custom-content-block .productpage-content-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.custom-content-block .productpage-content-links ul a {
  color: #000;
  text-decoration: none;
}

.custom-content-block .productpage-content-links ul a:hover {
	color: #efb000;
}

.custom-content-block .productpage-content-links ul li i {
	margin-right: 10px;
}

.new #top #logo {
	left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
      max-width: max-content;
}

.new #top #logo img {
  height: 45px !important;
  width: auto !important;
}

.new #top > form {
	left: 0;
  width: 350px;
}

.item .product-brand,
.list-collection .collection-product .product-brand,
.list-collection.compact .product-brand {
	color: #b3b3b3;
  font-weight: 600;
}

.product-content p:empty {
	display: none;
}

.product-content h5 {
	margin-top: 0;
}

@media only screen and (max-width: 75em) {
  .new #top > form {
      width: 350px;
      margin-left: 0px;
  }
  
  .new #top #logo img {
  height: 30px !important;
  width: auto !important;
}
}

@media (min-width: 1200px) {
  .list-collection .collection-product {
  	width: calc(33.333333% - 24px);
    border: none;
    margin-left: 24px;
  }
  
  .list-collection .collection-product.product-in-slider {
  	margin-left: 0;
    width: 33.33333%;
  }
  
  .list-collection .collection-product.loaded:hover {
    -webkit-box-shadow: -2px 2px 7px 1px rgba(0,0,0,0.05);
    box-shadow: -2px 2px 7px 1px rgba(0,0,0,0.05);
  }
  
  .list-collection .collection-product.product-in-slider:hover {
    -webkit-box-shadow: none;
  	box-shadow: none;
  }
  
  .list-collection .collection-product .extra-colors {
  	display: block;
  }
}

@media (max-width: 1199px) {
  .product-contact.m25.product-usps-desktop {
  	display: none
  }
}

@media (max-width: 991px) {
  
  .mobile-only-menu-item {
	display: block;
}
  
  #bottom ul .bottom-contact {
	display: block;
}
  
  #bottom ul .currency.mobile-hide,
	#bottom ul .logged-in.mobile-hide,
  #bottom ul .login.mobile-hide,
  #bottom ul .fav.mobile-hide {
  	display: none;
  }
  
  #bottom ul .open-menu-bottom {
   	display: block !important;
  }
  
  #bottom .currency-list a {
  	padding-left: 15px;
  }
  
  #bottom .currency-list a span:first-child {
  	margin-right: 15px;
  }
  
  .homepage-usps .homepage-usps-inner {
  	display: block;
  }
  .homepage-usps .homepage-usps-inner .owl-item {
  	display: inline-block;
  }
  
  .homepage-usps .homepage-usps-inner .home-usp {
  	width: 100%;
  }
  
  .homepage-usps-inner .owl-nav.disabled {
  	display: none;
  }
  .product-usps {
  	padding: 15px 25px;
  }
  
  .product-usps > div {
  	width: 50%;
    text-align: center;
    margin: 5px 0px;
  }
  
  .custom-content-block > article {
	width: 50%;
}

.custom-content-block .productpage-content-links,
.custom-content-block .custom-content-inner-1,
.custom-content-block .custom-content-inner-2 {
	width: 50%;
}
}

@media (max-width: 767px) {
  .form-newsletter button {
  	color: #efb000;
  }
  
  .product-configure-options-option {
  	margin-bottom: 15px;
  }
  
  .product-configure-options-option:last-child {
  	margin-bottom: 0;
  }
  
  .product-page .back-block:before {
  	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05) !important;
  }
  
  .product-usps {
	  flex-direction: column;
  	align-items: center; 
  }
  
  .product-usps > div {
  	width: 100%;
  }
  
  #root .module-product > .list-slider .owl-dots {
  	margin-top: 10px;
  }
  
  .module-product p.submit.fixed {
    position: fixed;
    bottom: 60px;
    margin: 0 !important;
    padding: 15px;
    width: 100%;
    left: 0;
    background: #fff;
    z-index: 100 !important;
    display: flex;
    align-items: center;
  }
  
  p.submit.fixed .fixed-product-image,
p.submit.fixed .fixed-product-price {
	display: flex;
  align-items: center;
}
  
  p.submit.fixed input {
  	display: none;
  }
  
  p.submit .fixed-product-price {
  	padding: 0px 15px;
  }
  
  p.submit .fixed-product-price .price {
  	margin-bottom: 0px;
  }
  
  p.submit .fixed-product-image {
  	border: 1px solid #e5e5e5;
    padding: 5px;
  }
  
  p.submit .fixed-product-image img {
  	max-height: 50px;
    max-width: 50px !important;
  }
  
  .form-product p.submit.fixed button {
    max-height: 50px;
  }
  
  .readmore-content.only-mobile {
	height: 200px;
}
  
  .readmore-content.only-mobile:after {
    display: block; 
  }
  
  .readmore-button.only-mobile {
  	display: block;
  }
  
  .form-sort .link-btn {
  	margin: 0;
    width: 30%;
  }
  
  .form-sort .link-btn a {
  	padding: 0px;
  }
  
  .form-sort p.text-right {
  	min-width: 50%;
  }
  
  .cart-usps {
  	flex-direction: column;
    margin-top: 20px;
    padding: 20px 25px;
  }
  
  .cart-usps .cart-usp {
    padding: 5px 0px;
  }
  
  .mob-menu-text {
  	left: 18px;
	}
  
  .custom-content-block {
  	flex-wrap: wrap;
  }
  
  .custom-content-block > article {
    width: 100%;
    order: 2;
  }

  .custom-content-block .productpage-content-links,
  .custom-content-block .custom-content-inner-1,
  .custom-content-block .custom-content-inner-2 {
    width: 100%;
    margin-bottom: 30px;
    order: 1;
  }
  
  
  
/*   .mobile-scroll-box .heading-mobile {
  	display: block;
  }
  
  .mobile-scroll-box.hidden > ul {
  	display: none;
  } */
}

@media only screen and (max-width: 47.5em) {
	.banner-grid .hidden-xs {
  	display: none !important;
  }
  #root .list-big li > div {
  	position: absolute;
    left: 0;
    right: 0;
    top: auto;
    z-index: 9;
    margin: 0;
    padding: 0 20px;
    bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .product-usps.no-desktop {
  	display: none;
  }
}

@media (max-width: 1000px) and (min-width: 761px) {
  .module-product .list-slider {
      width: calc(60% - 25px) !important;
  }
  #root .module-product > div {
  	width: calc(40% + 25px) !important;
    min-width: calc(40% + 25px) !important;
  }
  
  .form-product .submit a,
  .form-product .submit button {
  	max-width: 150px;
    min-width: auto;
    padding: 0px 5px;
    font-size: 14px;
  }
  
  .form-product .submit {
  	flex-wrap: wrap;
  }
}

/* Service page */
#service-page {
	font-size: 15px;
}

#service-page .service-wrap {
	display: flex;
  margin: -15px;
}

#service-page .service-wrap .service-col {
	padding: 15px;
}

#service-page .service-wrap .service-col .inner {
	min-height: 200px;
  background: red;
}

#service-page .service-wrap .main-col {
	flex-grow: 10;
}

#service-page .service-wrap .sidebar-col {
	min-width: 330px;
  max-width: 330px;
}

#service-page .service-blocks {
	display: flex;
  flex-wrap: wrap;
  margin: -15px;
}

#service-page .service-blocks .service-block {
  padding: 15px;
  width: calc(100% / 3);
}

#service-page .service-blocks .service-block .content-wrap {
	border: 1px #e0e0e0 solid;
  padding: 30px 20px;
  border-radius: 5px;
}

#service-page .page-title {
	margin: 25px 0 30px 0;
  font-weight: 100;
  font-size: 1.625em;
}

#service-page .service-col.sidebar-col .block .content-wrap {
	border: 1px #e0e0e0 solid;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 10px;
  text-align:  center;
}
#service-page .block.blue:last-child{
	margin-bottom: 0;
}
#service-page .service-col.sidebar-col .block.blue .content-wrap {
	border: none;
  padding: 20px 30px;
}

#service-page .service-wrap .service-block .title-wrap {
	display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#service-page .service-wrap .service-block .title-wrap .title {
	display: block;
  width: 100%;
  text-align: center;
}

#service-page .service-wrap .service-block .title-wrap .title {
  font-size: 17px;
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

#service-page .service-wrap .service-block a:hover .title-wrap .title {
	color: #efb000;
}

#service-page .service-wrap .service-block a {
	text-decoration: none;
}

#service-page .service-wrap .service-block .icon-wrap {
	width: 100%;
  text-align: center;
  font-size: 40px;
  color: #efb000;
  margin-bottom: 5px;
}

#service-page .ul-reset a.link {
	display: flex;
  align-items: center;
  margin-top: 15px;
}

#service-page .ul-reset a.link .txt {
  transition: all .15s ease-in-out;
}

#service-page .ul-reset a.link:hover .txt {
	transform: translateX(5px);
  color: {{ theme.accent_color }};
}

#service-page .ul-reset a.link i {
	margin-right: 20px;
  font-size: 1.300em;
  color: {{ theme.accent_color }};
}

#service-page .service-col .block .content-wrap .title {
  font-size: 1.6em;
	font-weight: 400;
  margin-bottom: 15px;
  line-height: 1em; 
}
      
#service-page .service-col .block .bold {
	font-weight: bold;
}
      
#service-page .service-col.sidebar-col .block .adres.ul-reset li {
	color: #5E5E5E;
	margin-top: 5px;
}

#service-page .block .content-wrap i.icon.icon-phone-call {
	margin-right: 10px;
  font-size: 1.2em;
}
        
#service-page .block .content-wrap i.icon.icon-envelope-o {
	margin-right: 10px;
  font-size: 1.2em;
}

 #service-page .block .content-wrap .phone {
  font-size: 1em;
  color: black;
	font-weight: bold;       
}

#service-page .block .content-wrap.questions {
  display: flex;
  align-items: center;
  justify-content: center;
}

#service-page .block .content-wrap.questions i {
	margin-right: 10px;
  font-size: 18px;
  color: #000;
}

#service-page .service-col.sidebar-col .ul-reset .list-wrap {
	display: flex;
	align-items: center;
  margin-top: 25px;
}

#service-page .service-col.sidebar-col .block.blue .ul-reset .list-wrap .icon.icon-heart-o {
  font-size: 1.4em;
  margin-right: 20px;
  font-weight: bold;
}

 #service-page .service-col.sidebar-col .block.blue .ul-reset .list-wrap .txt {
  font-size: 1em;
  font-weight: bold;
}

#service-page .service-col.sidebar-col .title-wrap .title.title-font.usp {
	font-weight: bold;
  font-size: 1.3em;
}

#service-page .block.grey {
	background: #f9f9f9;
}

#service-page .service2-wrap {
	display: flex;
  margin-top: 50px;
}

#service-page .service2-wrap .block{
	width: calc(50% - 15px);
	padding: 30px;
  height: 100%;
}

#service-page .service2-wrap .block .form-wrap .title-wrap {
  margin-bottom: 20px;
}

#service-page .service2-wrap .block .form-wrap .title-wrap .title {
  font-size: 1.6em;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 1em;
  color: #000;
}

#service-page .service2-wrap .block .form-wrap .inputs-wrap .input-wrap {
	margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

#service-page .service2-wrap .block .form-wrap .inputs-wrap .input-wrap label{
	color: #2D2D2D;
  margin-bottom: 10px;
}

#service-page .service2-wrap .block .form-wrap .inputs-wrap .input-wrap .standard-input{
	border-radius: 3px;
  border: 1px #eeeeee solid;
  height: 47px;
  background-color: white;
}

#service-page .service2-wrap .block .form-wrap .inputs-wrap .input-wrap textarea.standard-input.opmerkingen {
  height: 125px;
}

#service-page .service2-wrap .block .form-wrap .inputs-wrap .btn-wrap{
	display: flex;
  justify-content: flex-end;
}

#service-page .service2-wrap .block .form-wrap .inputs-wrap .btn-wrap .btn {
  background: #efb000;
}

#service-page .service2-wrap .block .form-wrap .inputs-wrap .btn-wrap i{
	font-size: 0.9em;
  margin-left: 30px;
}

#service-page .informatie-block {
	margin-left: 30px;
  width: calc(50% - 15px);
}

#service-page .informatie-block .content-wrap .title-wrap .title {
	font-size: 1.8em;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 30px;
}

#service-page .informatie-block ul li{
	margin-top: 15px;
}

#service-page .service-col.sidebar-col .block a {
  	text-decoration: none;
  }

#service-page .service-col.sidebar-col .block a:hover div {
  	color: #efb000;
  }

#service-page .informatie-block strong {
	font-weight: bold;
}

@media (min-width: 1200px) {
/* 	desktop */
}

@media (max-width: 1199px) {
/* 	tablet liggend */
  #service-page .service-wrap {
    display: flex;
    flex-direction: column;
  }

  #service-page .service-wrap .sidebar-col {
    display: inline-flex;
  }

  #service-page .sidebar-col .block-wrap {
    margin: -5px;
    width: unset;
    flex-grow: 10;
    display: flex;
    flex-direction: column;
    width: calc(50% - 15px);
  }
  
 #service-page .sidebar-col .block-wrap .block-inner-wrap {
    display: flex;
  }
  
  #service-page .sidebar-col .block-wrap .block {
  	padding: 5px;
    flex: 1;
  }
  
  #service-page .service-wrap .sidebar-col {
    max-width: 100%;
    min-width: 100%;
  }
  
  #service-page .service-col.sidebar-col .block .content-wrap {
    margin-bottom: 0px;
    min-height: 100%;
  }
  
  #service-page .service-blocks {
    margin: -10px;
	}
  
  #service-page .service-blocks .service-block {
  	padding: 10px;
  }
  
  #service-page .informatie-block {
    margin-left: 30px;
	}
  
  #service-page .service2-wrap {
    margin-top: 35px;
	}
  
  .hiddenresponsive {
  	display: none;
  }
  #service-page .sidebar-usps {
  	margin-top: 0px;
    margin-left: 30px;
    width: calc(50% - 15px);
  }
}

@media (max-width: 991px) {
/* 	tablet staand */
  #service-page .service-blocks .service-block {
    padding: 10px;
    width: calc(100% / 2);
	}
  
	#service-page .sidebar-col .block-wrap {
    display: flex;
    flex-direction: column;
    width: unset;
    flex-grow: 10;
  }
  
  #service-page .service-blocks {
    margin: -10px;
	}
  
  #service-page .service2-wrap {
    margin-top: 35px;
}
  
	#service-page .informatie-block {
    margin-left: 30px;
	}
  
  .hiddenresponsive {
  	display: none;
  }
  
  #service-page .service-wrap .sidebar-col {
  	flex-wrap: wrap;
  }
  
  #service-page .sidebar-usps {
  	margin-top: 30px;
    width: 100%;
    margin-left: 0px;
  }
  #service-page .sidebar-col .block-wrap .block-inner-wrap {
    flex-direction: column;
  }
  
}

@media (max-width: 767px) {
/*  mobiel  */
  
  #service-page .service-wrap .service-col {
    padding: 20px;
	}
  
  #service-page .service-blocks .service-block {
    padding: 5px;
    width: 100%; 
  }
  
  #service-page .service-blocks {
    margin: -5px;
    display: flex;
    flex-direction: column;
  }
  
	#service-page .sidebar-col .block-wrap {
    margin: -5px;
    display: flex;
    flex-direction: column;
    width: unset;
    flex-grow: 10;
  }
  
	#service-page .service-wrap .sidebar-col {
    margin-top: -24px;
	}
  
  #service-page .content-wrap.questions .hidden {
  	display: none;
  }
  
  #service-page .service2-wrap {
    display: flex;
    margin-top: 13px;
    flex-direction: column;
    padding-left: 5px;
    padding-right: 5px;
	}
  
  #service-page .service2-wrap .block {
    width: 100%;
    padding: 25px;
	}
  
	#service-page .informatie-block {
    margin-left: 0px;
    margin-top: 40px;
    margin-bottom: 40px;
	}
  
  .hiddenresponsive {
  	display: none;
  }
  
  #service-page .service-col.sidebar-col .block .content-wrap {
  	justify-content: center;
  }
  
}
/* End service page */

.custom-content-block table {
	table-layout: fixed;
  border: none;
}

.custom-content-block table img {
	width: 100px;
}

.custom-content-block table tr td {
	padding: 0;
  padding-bottom: 15px;
  border: none;
  width: auto !important;
  height: auto !important;
  vertical-align: top;
}

.custom-content-block table tr td:first-child {
	width: 120px !important;
}

.custom-content-block table tr:last-child td {
  padding-bottom: 0;
}

.custom-content-block table tr td p {
	margin: 0 !important;
}

.custom-content-block table tr td strong {
	font-weight: bold;
}

.custom-content-block table tr td p:first-child {
  font-size: 1.2em;
  color: #888;
}