/* 20260608150518 - v2 */
.gui,
.gui-block-linklist li a {
  color: #666666;
}

.gui-page-title,
.gui a.gui-bold,
.gui-block-subtitle,
.gui-table thead tr th,
.gui ul.gui-products li .gui-products-title a,
.gui-form label,
.gui-block-title.gui-dark strong,
.gui-block-title.gui-dark strong a,
.gui-content-subtitle {
  color: #000000;
}

.gui-block-inner strong {
  color: #848484;
}

.gui a {
  color: #0a8de9;
}

.gui-input.gui-focus,
.gui-text.gui-focus,
.gui-select.gui-focus {
  border-color: #0a8de9;
  box-shadow: 0 0 2px #0a8de9;
}

.gui-select.gui-focus .gui-handle {
  border-color: #0a8de9;
}

.gui-block,
.gui-block-title,
.gui-buttons.gui-border,
.gui-block-inner,
.gui-image {
  border-color: #8d8d8d;
}

.gui-block-title {
  color: #333333;
  background-color: #ffffff;
}

.gui-content-title {
  color: #333333;
}

.gui-form .gui-field .gui-description span {
  color: #666666;
}

.gui-block-inner {
  background-color: #f4f4f4;
}

.gui-block-option {
  border-color: #ededed;
  background-color: #f9f9f9;
}

.gui-block-option-block {
  border-color: #ededed;
}

.gui-block-title strong {
  color: #333333;
}

.gui-line,
.gui-cart-sum .gui-line {
  background-color: #cbcbcb;
}

.gui ul.gui-products li {
  border-color: #dcdcdc;
}

.gui-block-subcontent,
.gui-content-subtitle {
  border-color: #dcdcdc;
}

.gui-faq,
.gui-login,
.gui-password,
.gui-register,
.gui-review,
.gui-sitemap,
.gui-block-linklist li,
.gui-table {
  border-color: #dcdcdc;
}

.gui-block-content .gui-table {
  border-color: #ededed;
}

.gui-table thead tr th {
  border-color: #cbcbcb;
  background-color: #f9f9f9;
}

.gui-table tbody tr td {
  border-color: #ededed;
}

.gui a.gui-button-large,
.gui a.gui-button-small {
  border-color: #8d8d8d;
  color: #000000;
  background-color: #ffffff;
}

.gui a.gui-button-large.gui-button-action,
.gui a.gui-button-small.gui-button-action {
  border-color: #8d8d8d;
  color: #000000;
  background-color: #ffffff;
}

.gui a.gui-button-large:active,
.gui a.gui-button-small:active {
  background-color: #cccccc;
  border-color: #707070;
}

.gui a.gui-button-large.gui-button-action:active,
.gui a.gui-button-small.gui-button-action:active {
  background-color: #cccccc;
  border-color: #707070;
}

.gui-input,
.gui-text,
.gui-select,
.gui-number {
  border-color: #8d8d8d;
  background-color: #ffffff;
}

.gui-select .gui-handle,
.gui-number .gui-handle {
  border-color: #8d8d8d;
}

.gui-number .gui-handle a {
  background-color: #ffffff;
}

.gui-input input,
.gui-number input,
.gui-text textarea,
.gui-select .gui-value {
  color: #000000;
}

.gui-progressbar {
  background-color: #76c61b;
}

/* custom */
#header .main-menu .sub-menu .items ul li i.more-cats {
	font-size: 1.2em;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#header .search .icon,
.collection-content-bottom .complaints .complaint h3.cat,
.collection-content-bottom .blue-faq .cat-ol,
.collection-content-bottom .table-responsive .brand-title,
.collection-content-bottom .blue-faq .cat-ol,
#productpage .product-content .faq-q {
	cursor: pointer;
}

#productpage .product-content .faq-q.collapsed i {
  transform: rotate(180deg);
   -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#productpage .product-content .faq-q i {
   -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#productpage .thumbs .owl-carousel .owl-nav .owl-prev, #productpage .thumbs .owl-carousel .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #f3faff;
  color: #0d86d6;
  border-radius: 0 3px 3px 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index:9;
}

#productpage .thumbs .owl-carousel .owl-nav .owl-prev {
  left: -30px;
}

#productpage .thumbs .owl-carousel .owl-nav .owl-next {
  right: -30px;
}

#productpage .thumbs {
  position: relative;
}

#productpage .thumbs .thumb-col-80, #productpage .thumbs .thumb-col-80 .product-thumbs-slider {
  position: unset;
}


.col-side {
  width: 330px;
  padding: 0px 15px;
  float: left;
  min-height: 1px;
}
.col-main {
  width: calc(100% - 330px);
  padding: 0px 15px;
  float: left;
  min-height: 1px;
}
.breadcrumbs {
	margin-bottom:10px;
}
.breadcrumbs a {
	color:#fff;
  margin-right:10px;
  font-size:0.9em;
}
.breadcrumbs a.last {
	font-size:1.2em;
}
.page-title-wrap {
	overflow:hidden;
}
.page-title-wrap .title-box {
	position:relative;
  background: rgba(13, 134, 214, 1);
  width: 400px;
	padding: 30px 50px 30px 0px;
}
.page-title-wrap .title-box .left-space {
  position: absolute;
  right: 100%;
  height: 100%;
  top: 0;
  background: rgba(13, 134, 214, 1);
  width: 5000px;
}
.page-title-wrap .title-box .right-angle {
	position: absolute;
  left: calc(100% - 0.5px);
  height: 105%;
  top: 0;
}
.page-title-wrap .title-box .right-angle img {
	height:100%;
}

.cart-update-button {
	display: table-cell;
  vertical-align: middle;
  opacity: 1;
  visibility: visible;
  padding-left: 10px;
}

.cart-update-button.not-visible a {
	background: #ddd;
  pointer-events: none;
  cursor: initial;
}

.cart-update-button a {
	height: 38px;
  width: 38px;
  text-align: center;
  line-height: 38px;
  color: #fff;
  background: #00ba00;
  display: inline-block;
  font-size: 14px;
  border-radius: 3px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.cart-update-button a:hover {
	background: #00a800;
}

.cart-quantity-wrap {
	display: table;
  width: 100%:
}

cart-quantity-wrap > div {
	display: table-cell;
  vertical-align: middle;
}

#productpage .question-popup-button {
  padding: 0px 20px;
  line-height: 42px;
  background-color: #0d86d6;
  border-bottom: 2px solid #107dc5;
  border-radius: 3px;
  margin-top: 15px;
}

#productpage .page-title-wrap .title-box .right-angle {
    position: absolute;
    left: calc(100% - 0.5px);
    height: 110%;
    top: -4.5%;
}
.page-title-wrap .title-box .collection-title {
	color:#fff;
}
.page-title-wrap .title-box .collection-title .first,
.page-title-wrap .title-box .collection-title .second {
  font-size: 2.4em;
  line-height: 1.2em;
  display: block;
}
.page-title-wrap .content-box {
  padding: 30px 0px 30px 80px;
}
.page-title-wrap .content-box h3.cat {
  color: #0d85d7;
  font-size: 1.1em;
  margin-top: 0px;
}
.page-title-wrap .content-box {
	color:#666;
}
.page-title-wrap .content-box a {
	color: #e67800;
  font-weight: 600;
  display: block;
}
.page-title-wrap .content-box ul {
	padding-left:20px;
}

#collection .collection-nav {
  background-color: #f3faff;
}
#collection .collection-nav ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  float: right;
}
#collection .collection-nav ul li {
  display: inline-block;
}
#collection .collection-nav ul li a {
  color: #e67800;
  padding: 15px 25px;
  display: inline-block;
  font-weight: 600;
}
#collection .collection-wrap {
	padding:25px 0px;
} 
#collection .collection-wrap .sidebar-filters .filter-wrap {
	margin-bottom:20px;
}
#collection .collection-wrap .sidebar-filters .filter-title {
  color: #0d85d7;
}

.ui.checkbox {
  display: block;
}
.ui.checkbox label, .ui.checkbox+label {
  padding-left: 25px !important;
  font-size: 12px;
  color: #666;
}
.ui.checkbox input:checked~.box:before, .ui.checkbox input:checked~label:before {
  background: #e67902;
  border-color: rgba(34,36,38,.1);
}
.ui.checkbox input:checked~.box:after, .ui.checkbox input:checked~label:after {
  color: #fff;
}
#collection .price-filter a {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
#collection .collection-filter-price {
  height: 5px;
  border: none;
  margin: 0px;
  position: relative;
}
#collection .collection-filter-price .ui-slider-range {
  background-color: #0d85d7;
  border: none;
  margin: 0;
  position: absolute;
  height: 7px;
  z-index: 9;
}
#collection .collection-filter-price .ui-slider-handle {
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  border: 0;
  top: -4px;
  cursor: col-resize;
  border: none;
	background-color: #e67a08;
  border: 1px solid #e67a08;
  outline: none;
  z-index: 9;
}
#collection .collection-filter-price .ui-slider-handle:last-child {
	margin-left:-10px;
}
#collection .collection-filter-slider {
  max-width:80%;
  margin: 20px 0px 15px;
  display: block;
  vertical-align: middle;
}
#collection .collection-filter-price:after {
	display:block;
  content:'';
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:7px;
  border-radius: 5px;
  background-color: #ddd;
}
#collection .price-filter-range {
  font-size: 13px;
  display: block;
  vertical-align: middle;
  max-width:82%;
}
#collection .price-filter-range .min,
#collection .price-filter-range .max {
  display: inline-block;
  margin: 0;
  color:#666;
}
#collection .price-filter-range .min span,
#collection .price-filter-range .max span {
  font-weight: 600;
}
#collection .price-filter-range .max {
	float:right;
}
#collection .filters-wrap form {
	display: inline-block;
  vertical-align: middle;
}

#collection .filters-wrap form .custom-pager ul {
	list-style: none;
  padding-left: 0;
}

#collection .filters-wrap form .custom-pager ul li {
	display: inline-block;
  vertical-align: middle;
}

#collection .filters-wrap .custom-pager ul {
	list-style: none;
  padding: 0;
  margin: 0;
}

#collection .filters-wrap .custom-pager ul li {
	display: inline-block;
  line-height: 40px;
  background: #f8f8f8;
  color: #777;
  margin: 0 2px;
  width: 40px;
  font-size: 12px;
}

#collection .filters-wrap .custom-pager ul li:first-child {
	margin-left: 0;
}

#collection .filters-wrap .custom-pager ul li:last-child {
	margin-right: 0;
}

#collection .filters-wrap .custom-pager ul li a {
	height: 100%;
  width: 100%;
  color: #777;
}

#collection .filters-wrap .custom-pager ul .prev i,
#collection .filters-wrap .custom-pager ul .next i {
	color: #0d85d7;
  font-size:10px;
}

#collection .filters-wrap .custom-pager ul .prev a.disabled i,
#collection .filters-wrap .custom-pager ul .next a.disabled i {
	color: #0d85d7;
}

#collection .filters-wrap .custom-pager ul .prev a.disabled,
#collection .filters-wrap .custom-pager ul .next a.disabled {
 pointer-events: none;
 cursor: default;
}

#collection .filters-wrap .custom-pager li.number.active a {
	color: #0d85d7;
}

#collection .filters-wrap .per-page-wrap .amount-text,
#collection .filters-wrap .per-page-wrap .show-text,
#collection .filters-wrap .per-page-wrap .filter-select{
	display: inline-block;
}

#collection .filters-wrap .per-page-wrap .amount-text {
	padding-right: 15px;
  color: #666;
  font-size:12px;
  font-weight:600;
}
#collection .filters-wrap .per-page-wrap .show-text {
	color: #777;
  font-weight: 600;
  padding: 0 15px;
  border-left: 1px solid #ddd;
  font-size:12px;
}
#collection .filter-form-top {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
#collection .filter-form-bottom {
  border-top: 1px solid #eee;
  padding-top: 15px;
}
#collection .collection-content-bottom {
  border-top: 1px solid #eee;
  margin-top:15px;
}
.ui.selection.dropdown.custom-select {
	font-size: 12px;
  font-weight: 400;
  color: #777777;
  background: #f8f8f8;
  border: none;
  border-radius: 0;
  padding: 0px 20px;
  padding-right: 50px;
  line-height: 40px;
  min-width: 0;
  width: max-content;
  vertical-align: middle;
}

.ui.dropdown>.default.text {
	color: #949494;
}
.ui.selection.dropdown>.dropdown.icon {
	margin: 0;
  padding: 0;
  top: 50%;
	right: 20px;
  transform: translateY(-50%);
}
.ui.dropdown>.dropdown.icon:before {
	content:'\f078';
  font-family: 'Fontawesome';
  color: #0d85d7;
}
.ui.dropdown .menu>.item {
	font-size: 12px;
}
.ui.selection.active.dropdown:hover, .ui.selection.active.dropdown:hover .menu {
/* 	border-color: #ddd; */
  border: none;
}
.ui.selection.active.dropdown, .ui.selection.active.dropdown .menu,
.ui.selection.active.dropdown, .ui.selection.active.dropdown .menu:hover {
/* 	border-color: #ddd; */
  border: none;
}
.ui.selection.active.dropdown {
  box-shadow: 0 2px 3px 0 rgba(34,36,38,.15);
}
.ui.selection.dropdown .menu {
	min-width: 100%;
  width: 100%;
  margin: 0;
}
.products {
	padding:25px 0px;
  margin-right: -30px;
  margin-left: -30px;
}
.products .product {
	padding-right:30px;
  padding-left:30px;
  margin-bottom:50px;
}
.products .product .product-image-wrap .product-image {
  padding: 7%;
  position:relative;
}
.products .product .product-image-wrap .second {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 5%;
}
.products .product:hover .product-image-wrap .second.multiple {
  opacity:1;
  visibility:visible;
}
.products .product .product-info .title {
	margin-bottom:7px;
  height:40px;
  overflow:hidden;
}
.products .product .product-info .title a {
  color: #0d85d7;
  font-size: 1em;
  
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}
.products .product .product-info .title:hover a {
  color: #e67908;
}
.products .product .product-info .product-reviews-wrap {
	height:22px;
  margin-bottom:7px;
}
.products .product .product-info .product-reviews-wrap i {
	font-size:1.15em;
  color: #e67908;
  margin-right:3px;
}
.products .product .product-info .product-reviews-wrap .total-reviews {
	font-size:1em;
  color:#999;
  margin-left:5px;
}
.products .product .product-info .product-usps ul {
	margin-left:0px;
  padding-left:0px;
  list-style:none;
  color:#666;
  line-height: 1.8em;
}
.products .product .product-info .product-usps ul li::before {
  content: "•"; 
  color: #0d86d6;
  margin-right: 12px;
}
.products .product .product-info .cart-wrap .price .price-incl {
	font-weight:bolder;
  color:#333;
  font-size:1.1em;
}
.products .product .product-info .cart-wrap .price .price-incl .price-old {
	color:#999;
  font-weight:bold;
  text-decoration:line-through;
  margin-left:0px;
  font-size:0.7em;
}
.products .product .product-info .cart-wrap .price .price-incl span,
.products .product .product-info .cart-wrap .price .price-excl span {
	font-weight:normal;
  margin-left:5px;
}
.products .product .product-info .cart-wrap .price .price-excl {
	color:#0d84d8;
  font-size:0.9em;
  margin-top:3px;
}
.products .product .product-info .btn.cart-button {
  font-size: 1.6em;
  padding: 0px 20px;
  line-height:42px;
  background-color:#00b901;
  border-bottom:2px solid #019900;
  border-radius:3px;
}
.products .product .product-info .btn.cart-button i {
	font-size:100%;
  margin-right:0px;
}

/* CSS collection content original */
ol.cat > li{
  margin: 0 0 1em 0;
  padding: 0 0 0 1em;
}
ol.cat > li:before{
  font-weight: bold;
}
ol.cat{
  list-style-type:decimal;
  margin-left: 3em;
  font-size:1em;
  width: auto;
}
ol.consult{
  list-style-type:decimal;
  margin-left:2em;
  font-size:1em;
  }
ul.dots{
  list-style-type:disc;
  line-height:22px; 
  margin-left:18px;
  float:left;
  margin-top:10px;
  font-size:12px;
  width:100%;
}
ul.dots-cat li:before {
  content: "â€¢";
  font-size: 1.5em;
  padding-right: 5px;
  color: #a6d76f;
  position: relative;
  top: 2px;
  line-height: 18px;
}
h3.cat-big-orange{
  text-align: center; 
  font-size: 1.5em;
  color: #0d85d7;
  margin-top: 0;
  margin-bottom: 1em;
  font-weight: bold;
}
h3.cat-ol{
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 0;
}
h3.cat{
  font-size: 14px;
  margin-bottom: 1em;
  margin-top: 0;
  font-weight: bold;
}
h2.cat{
  font-size: 18px;
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 1em;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 1em;
  float: left;
  width: 100%
}
table.cat{
  width: 100%; 
  border: 1px solid #eaeaea; 
  border-radius: 5px; 
  border-spacing: 0px; 
  text-shadow: none; 
  font-size: 13px; 
  margin-bottom: 10px;
  text-align: center;
}
table.cat td{
  padding:10px;
}
/* END CSS collection content original */

/* Productpage offerte block */
.offer-popup .offerte-product {
	display: flex;
  margin-top: 30px;
}

.offer-popup .offerte-product .text-box {
	padding-left: 30px;
}

.offer-popup .offerte-product .text-box .product-title {
	color: #0d85d7;
  font-size: 1.1em;
  font-weight: 700;
  margin-top: 30px;
}

.offer-popup .offerte-steps {
	margin-top: 30px;
}

.offer-popup .offerte-steps .title {
	color: #0d85d7;
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 30px;
}

.offer-popup .offerte-steps .steps-wrap {
	display: flex;
  flex-direction: column;
}

.offer-popup .offerte-steps .steps-wrap .step-item:nth-child(2) {
	margin: 30px 0;
}

.offer-popup .offerte-steps .steps-wrap .step-item .number {
	width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #0d85d7;
  color: #fff;
  font-weight: 800;
  border-radius: 50%;
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
}

.offer-popup .offerte-steps .steps-wrap .step-item .text {
	font-size: 1.1em;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  max-width: 80%;
}

.offer-popup .offerte-form {
	padding-top: 50px;
}

.offer-popup .offerte-form.question-form {
	padding-top: 30px;
}

.offer-popup .offerte-form input,
.offer-popup .offerte-form textarea {
	outline: none;
  width: 100%;
  height: 45px;
  line-height: 45px;
  border: none;
  background: #f3faff;
  padding: 0 30px;
  margin-bottom: 20px;
  border: 1px solid #f3faff;
  transition: border .2s ease-in;
  display:block;
}

.offer-popup .offerte-form .quantity-wrap .change input {
	padding: 0;
  display:inline-block;
}

.offer-popup .offerte-form input:focus,
.offer-popup .offerte-form textarea:focus {
	border: 1px solid #e67800;
}
  
.offer-popup .offerte-form textarea {
	height: 200px;
  line-height: 20px;
  padding-top: 20px;
}

.offer-popup .offerte-form .product-title {
	color: #0d85d7;
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 20px;
}

.offer-popup .offerte-form .quantity-wrap {
	display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.offer-popup .offerte-form .quantity-wrap label {
	margin-right: 20px;
}

.offer-popup .offerte-form .quantity-wrap  .change input {
  background: #f3faff;
  border: none;
  height: 45px;
  outline: none;
  width: 50px;
  text-align: center;
  font-weight: 700;
  color: #0d86d6;
  margin:0px 10px;
}

.offer-popup .offerte-form .quantity-wrap  .change a {
	font-weight:900;
  font-size:18px;
  color:#e67800;
}

.offer-popup .offerte-form .btn {
	background: #e67800;
  color: #fff;
}
/* End productpage offerte block */

/* Mandrill productbundle */
@media (min-width: 992px){
  #productpage .product-bundles {
    padding: 70px 0px;
    border-bottom:1px solid #eee;
  }
}

#productpage .bundles {
	margin:-30px 0px;
}

#productpage .bundles .bundle {
	padding:30px 0px;
  /*border-bottom:1px solid #eee;*/
}

#productpage .bundles .bundle:last-child {
	/*border-bottom:none;*/
}

#productpage .bundles .bundle .bundle-info {
	width:380px;
  padding-left:30px;
}

#productpage .bundles .bundle .info {
	padding:30px;
  background:#f3faff;
  text-align: center;
}

#productpage .bundles .bundle .bundle-wrap {
	margin:-30px;
}

#productpage .bundles .bundle .main-product,
#productpage .bundles .bundle .sub-products {
	padding:30px;
}

#productpage .bundles .bundle .main-product.img-gray:after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.025);
}

#productpage .bundles .bundle .sub-products .image-wrap.img-gray {
	padding:10%;
  position:relative;
}

#productpage .bundles .bundle .sub-products .image-wrap.img-gray:after {
	content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.025);
}

#productpage .bundles .bundle .main-product {
	width:300px;
  position:relative;
}

/* #productpage .bundles .bundle .main-product .plus {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -20px;
  left: 100%;
  text-align: center;
  margin-left: -20px;
  line-height: 30px;
  font-size: 25px;
  background: #00b901;
  color: #fff;
  border-radius: 50%;
} */

#productpage .bundles .bundle .sub-products .product .plus {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -20px;
  left: 0;
  text-align: center;
  margin-left: -15px;
  line-height: 30px;
  font-size: 25px;
  background: #00b901;
  color: #fff;
  border-radius: 50%;
}

#productpage .bundles .bundle .main-product img,
#productpage .bundles .bundle .sub-products img{
	width:100%;
}

#productpage .bundles .bundle .sub-products .image-wrap {
	padding:0 10%;
  margin-bottom:10px;
}

#productpage .bundles .bundle .sub-products .product a.title {
 	height:36px;
  line-height:18px;
  overflow:hidden;
  display:block;
  font-size: 1.1em;
  font-weight: 800;
  color: #0d86d6;
  text-align: center;
}

#productpage .bundles .bundle .sub-products .product label {
	display:none;
}

#productpage .bundles .bundle .ui.selection.dropdown {
	width:100%;
}

#productpage .bundles .bundle .sub-products .product .bundle-option {
	margin-top:8px;
}

#productpage .bundles .bundle .info .title {
	margin:0;
  margin-bottom:5px;
  font-size:20px;
  color: #0d86d6;
}

#productpage .bundles .bundle .info .discount {
	font-weight:bold;
  color: #00b901;
}

#productpage .bundles .bundle .info .price-box {
	margin:20px 0px;
}

#productpage .bundles .bundle .info .price-box .price {
	color:#000;
  font-size:20px;
  font-weight:800;
  display: inline-block;
  vertical-align: middle;
}

#productpage .bundles .bundle .info .price-box .old-price {
	text-decoration:line-through;
  font-size:13px;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.1em;
  font-weight: 700;
  color: #bbb;
  margin-right: 15px;
}

#productpage .bundles .bundle .info .add-bundle-btn {
  padding: 0px 20px;
  line-height: 42px;
  background-color: #00b901;
  border-bottom: 2px solid #019900;
  border-radius: 3px;
  width: 100%;
}
/* End Mandrill productbundle */
#footer .main-footer #formNewsletter input {
	outline: none;
  color: #000;
}

.page-title-wrap .title-box .left-space.right-space {
	display: none;
}

.filter-toggle {
	margin-bottom: 20px;
  display: none;
}

.filter-toggle i {
  margin: 0;
	margin-left: 20px;
}

#cart-page .total-block .discount-block .btn i {
	margin: 0;
}

/* Product compare */
.product-image-wrap {
	position: relative;
  overflow: hidden;
}

a.product-compare-btn {
	width: 40px;
  line-height: 40px;
  background: #eee;
  color: #8c8c8c;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  text-align: center;
  transition: all .2s ease-in-out;
  cursor: pointer;
}

.product:hover .product-image-wrap a.product-compare-btn {
/* 	bottom: 0; */
}

a.product-compare-btn:hover {
	color: #5d5d5d;
}

.compare-title {
  color: #0d85d7;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.compare-product-wrap {
	background: #fbfbfb;
  padding: 7%;
  margin-bottom: 20px;
}

.compare-product-wrap .inner {
	display: flex;
  align-items: center;
}

.compare-product-wrap .inner .compare-product-image {
	position: relative;
  height: 50px;
  margin-right: 15px;
}

.compare-product-wrap .inner .compare-product-image:after {
	content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.02);
}

.compare-product-wrap .inner .compare-product-title {
	font-size: 0.9em;
  color: #0d85d7;
  font-weight: 700;
}

a.compare-product-btn {
	width: 100%;
  display: block;
  line-height: 40px;
  text-align: center;
  background: #eee;
  color: #8c8c8c;
  cursor: pointer;
  transition: all .2s ease-in-out;
}

a.compare-apply-btn {
	margin-bottom: 10px;
  background: #e67a08;
  color: #fff;
  font-weight: 700;
}

a.compare-apply-btn:hover {
  filter: brightness(90%);
  color: #fff;
}

a.compare-reset-btn:hover {
	color: #5d5d5d;
}
/* End product compare */

/* My account dropwdown */
#header .topbar {
  padding: 0;
	line-height: 37px;
}

#header .topbar .my-account {
	position: relative;
}

#header .topbar .my-account:hover ul {
  display: block;
}

#header .topbar .my-account ul {
	position: absolute;
  right: 30px;
  top: 100%;
  display: none;
  padding: 10px;
  background: #f3faff;
  border: 1px solid #dff0fb;
  border-top: none;
  line-height: 2.2em;
  z-index: 9999;
  text-align: right;
  width: 126px;
}

#header .topbar .my-account ul li {
	border: none;
}
/* End my account dropdown */

.flavr-container {
	z-index: 99999;
}

.flavr-container .flavr-overlay {
	z-index:999999;  	
}
.flavr-container .flavr-fixer {
z-index:999999;  
}
	
#header .cart .cart-dropdown .cart-products .product .info .price {
	line-height:normal;
}

#header .cart .cart-dropdown .cart-products .product .info .price .price-inc {
	font-weight:bold;
  display:block;
  color:#e7800f;
  margin-top:5px;
}

#header .cart .cart-dropdown .cart-products .product .info .price .price-excl {
	color:#888;
  font-size:85%;
  margin-top:-3px;
}

#header .cart .cart-dropdown .cart-products .product .info .price .vat {
	font-size:80%;
  margin-left:5px;
}

/* Responsive */
@media (min-width: 1200px) {
  .container {
  	width:100%;
    max-width:1460px;
    padding:0px 30px;
  }
  
  a.product-compare-btn {
    opacity: 0;
    visibility: hidden;
  }
  
  .products .product:hover a.product-compare-btn {
  	opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1450px) {
  #cart-page .cart-body-col {
    width:calc(100% - 450px);
  }
  #cart-page .cart-total-col {
  	width:450px;
  }
}

@media (max-width: 1199px) {
  body {
  	font-size: 13px;
  }
  
  #cart-page .cart-title .title,
  .checkout-title .title {
  	font-size:22px;
  }
  
  .status-bar ul li {
  	font-size:12px;
  }
  #cart-page .cart-row {
  	margin:0px -15px;
  }
  #cart-page .cart-body-col {
  	width: calc(100% - 400px);
    padding:0px 15px;
  }
  #cart-page .cart-total-col {
  	width:400px;
    padding:0px 15px;
  }
  #cart-page .total-block {
  	padding:25px;
    font-size:13px;
  }
  #cart-page .cart-table {
  	font-size:13px;
  }
  #cart-page .cart-table th {
  	font-size:100%;
  }
  #cart-page .cart-table td {
  	padding:15px 10px;
  }
  #cart-page .cart-table td.image {
  	width:75px;
  }
  #cart-page .cart-table .input-wrap .change {
  	opacity:1;
  }
  #cart-page .cart-table .input-wrap input {
    padding-right:25px;
  }
  .status-bar {
    margin-bottom: 40px;
    margin-top: 40px;
	}
  .status-bar .bar .dot {
  	width:16px;
    height:16px;
    line-height:14px;
    margin-left:-8px;
    margin-top:-8px;
    font-size:7px;
  }
  
  #header .main-header .advice {
  	display: none;
  }
  
  #header .logo img {
  	height: 40px;
  }
  
  #header .search form input {
  	width: 350px;
  }
  
  #collection .collection-nav {
/*   	display: none; */
		text-align: center;
  }
  
  .page-title-wrap .title-box,
  .page-title-wrap .content-box {
  	display: block;
  }
  
  .page-title-wrap .title-box .right-angle {
  	display: none;
  }
  
  .page-title-wrap .title-box {
  	width: 100%;
    padding: 30px 0px 30px 0px;
  }
  
  .page-title-wrap .title-box .left-space.right-space {
  	display: block;
    right: auto;
    left: 100%;
  }
  
  .page-title-wrap .content-box {
  	padding: 40px 0 40px 0;
  }
  
  .products .product .product-info .product-reviews-wrap i {
  	font-size: 1em;
  }
  
  .products .product .product-info .product-usps ul {
  	font-size: .9em;
    line-height: 1.8em;
  }
  
  .products .product .product-info .cart-wrap .price .price-incl {
  	font-size: 1em;
  }
  
  .products .product .product-info .cart-wrap .price .price-incl .price-old {
  	font-size: 0.8em;
  }
  
  .products .product .product-info .cart-wrap .price .price-incl span,
  .products .product .product-info .cart-wrap .price .price-excl span {
  	font-size: 0.8em;
  }
  
  .col-side {
    display: none;
  	width: 100%;
    float: none;
    padding: 0;
  }
  
  .col-main {
  	width: 100%;
    float: none;
    padding: 0;
  }
  
  .col-side .sidebar-filters {
  	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .col-side .sidebar-filters .filter-wrap {
  	width: 260px;
  }
  
	.filter-toggle {
  	display: inline-block;
  }
  
  .cart-wrap-outer {
  	display: none;
  }
  
  #productpage .page-title-wrap .title-box {
  	width: auto;
  }
  
  #footer .footer-top .usp {
  	padding-left: 20px;
  }
}

@media (max-width: 996px) {
  #productpage .thumbs {
		padding: 0 20px; 
  }
  
  #productpage .thumbs .owl-carousel .owl-nav .owl-prev {
  	left: 10px;
  }
  
  #productpage .thumbs .owl-carousel .owl-nav .owl-next {
  	right: 10px;
  }
  
  #productpage .thumbs .owl-carousel .owl-nav .owl-prev,
  #productpage .thumbs .owl-carousel .owl-nav .owl-next {
  	width: 25px;
    height: 25px;
    line-height: 25px;
    z-index: 9;
  }
  
  #productpage .thumbs .owl-carousel .owl-nav .owl-prev
  
  #productpage .bundles .bundle .sub-products .product .plus {
  	top: 0;
    left: 50%;
  }
  
  .offer-popup .offerte-steps .steps-wrap .step-item .number {
  	width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
  }
  
  .offer-popup .offerte-steps .steps-wrap .step-item .text {
  	font-size: 1em;
  }
  
  .offer-popup .offerte-steps .title {
  	font-size: 1em;
    margin-bottom: 20px;
  }
  
  #cart-page .cart-body-col {
  	width: 100%;
  }
  #cart-page .cart-total-col {
  	width: 100%;
    margin-top:30px;
  }
  #cart-page .total-block .payments ul li {
  	width: calc(10% - 6px);
  }
  #service-page .contact-form {
  	margin-bottom:40px;
  }
  #cart-page .cart-title, .checkout-title, #service-page .service-title {
  	margin-bottom:20px;
  }
  #cart-popup .total-block .title {
  	font-size:16px;
  }
  #cart-popup .total-block table {
  	font-size:12px;
  }
  #cart-popup .cart-total-col {
  	width:350px;
    padding:15px;
  }
  #cart-popup .info-col {
    width: calc(100% - 350px);
    padding:15px;
  }
  .cart-popup-row {
  	margin:-15px;
  }
  #cart-popup .image .image-wrap {
  	width:100px;
  }
  #cart-popup .popup-info .description {
  	font-size:12px;
  }
  #cart-popup .popup-info {
  	padding-left:15px;
  }
  #cart-popup .popup-title {
  	font-size:20px;
  }
  
  .block-padding {
  	padding: 40px 0;
  }
  
  .title-featured .title {
  	font-size: 1.5em;
  }
  
  .title-featured .custom-nav {
  	top: 50%;
    transform: translateY(-50%);
  }
  
  #header .main-header {
  	padding: 10px 0;
  }
  
  #header .topbar {
  	display: flex;
  }
  
  .home-banners .banner-1-overlay .text-box .angle {
  	height: 105%;
    margin-left: -0.3px;
  }
  
  .home-banners .banner-1-overlay {
  	overflow: hidden;
  }
  
  #productpage .bundles .bundle .main-product, #productpage .bundles .bundle .sub-products {
  	display:block;
    width:100%;
  }
  
  #productpage .bundles .bundle .main-product .plus {
  	top:100%;
    left:50%;
    margin-left:-20px;
  }
  
  #footer .footer-bottom .inner {
  	flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  
  #footer .footer-bottom .copyright {
  	margin-top: 10px;
  }
  
  #header .main-header {
  	padding-bottom: 0;
  }
  
  #header .main-header .search {
  	width: 100%;
    margin-top: 10px;
  }
  
  #header .main-header .search form,
  #header .main-header .search form input {
  	width: 100%;
  }
}

@media (max-width: 767px) {
	
  a.product-compare-btn {
  	bottom: auto;
    top: 10px;
    left: auto;
    right: 10px;
    width: 30px;
    height: 30px;
  }
  
  a.product-compare-btn span {
  	display: none;
  }
  
  a.product-compare-btn i {
  	display: block;
    line-height: 30px;
  }
  
  .page-title-wrap .title-box .collection-title .first,
  .page-title-wrap .title-box .collection-title .second {
  	font-size: 2em;	
  }
  
  #footer .footer-top .usp ul li {
  	justify-content: center;
  }
  
  .home-banners .banner-1 {
   height: 400px; 
  }
  
  .home-banners .banner-1-overlay .text-box .title {
  	font-size: 2em;
    line-height: 1.4em;
  }
  
  .home-banners .banner .overlay {
  	padding: 15px;
  }
  
  .home-banners .banner-2,
  .home-banners .banner-3 {
  	height: auto;
    padding: 30px 0;
  }
  
  .home-banners .banner-2 .title,
  .home-banners .banner-3 .title {
		max-width: 40%;
	}
  
  .single-usp {
  	padding: 40px 0;
  }
  
  .single-usp .title {
  	font-size: 1.8em;
  }
  
  .title-featured .subtitle {
  	font-size: 14px;
  }
  
  .home-block-1 {
  	font-size: 14px;
  }
  
  .home-block-1 .text {
  	display: block;
    width: 100%;
    padding: 40px 50px;
    background: #fff;
  }
  
  .home-block-1 .image {
  	display: block;
    width: 100%;
    height: 400px;
  }
  
  .home-content .text-content {
  	columns: auto;
  }
  
  .text-content h1, .text-content h2, .text-content h3, .text-content h4, .text-content h5, .text-content h6 {
  	font-size: 1.5em;
  }
  
  .collection-wrap .products {
  	margin-left: -15px;
    margin-right: -15px;
  }
  
  .collection-wrap .products .product {
  	padding: 0;
  }
  
  .page-title-wrap .content-box h3.cat {
  	margin-top: 10px;
  }
  
  .products .product .product-info .cart-wrap .price .price-incl .price-old {
  	display: block;
  }
  
  .products .product .product-info .cart-wrap .price .price-incl span,
  .products .product .product-info .cart-wrap .price .price-excl span {
  	margin-left: 1px;
  }
  
  #productpage .product-info .product-service .icon {
  	font-size: 35px;
    min-width: 40px;
  }
/*   
  #productpage .bundles .bundle .bundle-info {
  	width: 330px;
  }
  
  #productpage .bundles .bundle .info {
  	padding: 20px;
  } */
  
  #productpage .bundles .bundle .bundle-row {
  	display: flex;
    justify-content: center;
  }
  
  #productpage .bundles .bundle .bundle-info {
    display: block;
    width: 100%;
    padding: 0;
	}
  #productpage .bundles .bundle .products-wrap {
  	display: block;
    width: 100%;
    padding: 0;
  }
  #productpage .bundles .bundle .bundle-wrap {
  	margin:0;
  }
  #productpage .bundles .bundle .main-product img {
    max-width: 150px;
    margin: 0 auto;
    display: block;
	}
  #productpage .bundles .bundle .main-product, #productpage .bundles .bundle .sub-products {
    padding: 15px;
	}
  #productpage .bundles .bundle .info {
  	margin-top:20px;
  }
  
  #footer .footer-top .slogan {
  	display: none;
  }
  
  #footer .footer-top {
  	background: #f3faff;
    padding: 10px 0;
  }
  
  #footer .footer-top .usp {
  	padding-left: 0;
  }
  
  #footer .footer-top .usp ul {
  	flex-wrap: wrap;
  }
  .flavr-container{
    margin: unset !important;
  }
  #cart-page .cart-table .input-wrap {
    border-radius: 3px;
/*     overflow: hidden; */
    display:block;
  }
  .cart-update-button {
    display: block;
    width: 100%;
    padding: 0;
    margin-top:5px;
  }
  .cart-update-button a {
  	display: block;
    width: 100%;
  }
  .flavr-outer {
    width: 100%;
    max-width: 450px;
	}
  .flavr-container .flavr-fixer {
  	margin-top:20px;
  }
  #productpage .product-info .price-code {
    flex-wrap:wrap;
  }
  #productpage .product-info .price-code .price {
  	margin-right:10px;
    white-space:nowrap;
    margin-bottom:5px;
  }
  #productpage .product-info .product-code {
  	margin-bottom:5px;
  }
}

@media (max-width: 425px) {
  #productpage .product-content .links ul {
  	margin: 0 -10px;
  }
  
  #productpage .product-content .links ul li a {
  	padding: 15px 10px;
  }
  
  #productpage .products{
  	margin: 0 -15px;
  }
  
  #productpage .products .product {
  	padding: 0;
  }
  
  #productpage .recent-slider .product-info .price .price-incl {
  	font-size: 1.2em;
  }
  
  .page-title-wrap .title-box .collection-title .first,
  .page-title-wrap .title-box .collection-title .second {
  	font-size: 1.8em;	
  }
  
  body {
  	font-size: 14px;
  }
  
  .products .product .product-info .title {
  	height: 35px;
  }
  
  .products .product .product-info .product-usps ul {
    line-height: 1.5em;
  }
  
  .products .product .product-info .btn.cart-button {
  	height: 40px;
    padding: 0 10px;
    line-height: 38px;
  }
  
  .collection-wrap .products {
  	margin: 0 -10px;
  }
  
  .collection-wrap .products .product-col {
  	padding-left: 10px;
    padding-right: 10px;
  }
  
  .collection-wrap .products .product {
  	padding: 0;
  }
  
  .page-title-wrap .content-box {
  	padding: 10px 0 10px 0;
  }
  
  .filter-toggle {
  	display: block;
  }
  
  .pager-col {
  	text-align: right;
  }
  
  #productpage .product-option .custom-product-options .custom-product-option {
  	margin-top: 30px;
  }
  
  #productpage .main-product {
  	margin-top: 10px;
  }
  
  #collection .filters-wrap .custom-pager ul li {
  	width: 22px;
    text-align: center;
  }
  
  #footer .main-footer .inner {
  	flex-direction: column;
  }
}
/* End responsive */
