/* 20221130090131 - 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: #065340;
  color: #ffffff;
  background-color: #065340;
}

.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: #044233;
  border-color: #044233;
}

.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 */
/*
h1, h2, h3, h4, h5, h6, .topbar {
  font-family: 'Josefin Sans', sans-serif;
}
*/

a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  text-decoration:none;
  color:#666;
}

header {
  position:relative;
}

header .align {
  display: table;
  width: 100%;
}

header .logo,
header .menu {
  display:table-cell;
  vertical-align:middle;
}

header .menu ul {
  list-style:none;
  margin:0;
  padding:0;
  float:right;
}

header .menu ul li {
  display:inline-block;
}

header .menu ul li a {
  padding:10px;
  font-weight:bold;
  color:#333;
  font-size:1.2em;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;  
}
header .menu ul li a.cart {
  background-color: #E4B86F;
  padding: 9px 12px;
  border-radius: 100%;
  color: #fff;
  font-size: 1.3em;
  margin-left: 15px;
  position: relative;
}
header .menu ul li a.cart .cart-count {
  position: absolute;
  top: -3px;
  right: -3px;
  font-size: 9px;
  background: #333;
  padding: 2px 5px;
  border-radius: 100%;
}

header .menu ul li:hover a {
  border-bottom:3px solid #E4B86F;
}

.topbar {
  background-color: #fff;
  color: #333;
  font-weight: bolder;
  font-size: 12px;
  padding:10px 0px;
}

.languages .flag {
  float: left;
  background-image:url(flags.png);
  background-repeat:no-repeat;
  margin-left:10px;
  overflow:hidden;
  text-indent:-9999px;
  width:20px;
  height:20px;  
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.languages .flag.nl { background-position:-5px -20px; }
.languages .flag.de { background-position:-5px  -40px; }
.languages .flag.en { background-position:-5px  -60px; }
.languages .flag.fr { background-position:-5px  -80px; }
.languages .flag.es { background-position:-5px  -100px; }
.languages .flag.it { background-position:-5px  -120px; }
.languages .flag.el { background-position:-5px  -140px; }
.languages .flag.tr { background-position:-5px  -160px; }
.languages .flag.pt { background-position:-5px  -180px; }
.languages .flag.pl { background-position:-5px  -200px; }
.languages .flag.sv { background-position:-5px  -220px; }
.languages .flag.ru { background-position:-5px  -240px; }
.languages .flag.da { background-position:-5px  -260px; }
.languages .flag.no { background-position:-5px  -280px; }

.topbar .languages {
  float:right;
  margin-left:20px;
}

.topbar a.customer-service {
  float: right;
  display: block;
  background: #065340;
  padding: 0px 10px;
  color: #fff;
  border-radius: 3px;
  font-size: 11px;
  line-height: 20px;
  margin-left:20px;
}

.topbar img.keurmerk {
  float:right;
}

.topbar ul {
  list-style:none;
  margin:0;
  padding:0;
  text-align:left;
  float:left;
}

.topbar ul li {
  line-height:20px;
  display:inline-block;
  margin-right:25px;
}

.topbar ul li i {
  color:#FF6100;
  margin-right:7px;
}

header {
  padding:20px 0px;
  margin-bottom:50px;
  background-color:#f7f7f7;
}

header .hallmark {
  padding: 30px 30px 0px 30px;
}

header .mini-menu {
  padding: 18px 0px 0px 0px;
}

header .mini-menu ul {
  padding:0px;
  margin:0px;
  list-style:none;
}

header .mini-menu ul li {
  font-size:13px;
  font-weight:bold;
}

header .mini-menu ul li  a {
  color:#333;
}

header .mini-menu ul > li > a > i {
  font-size:0.6em;
  color:#E4B86F;
  margin-right:10px;
}

header .desktop-cart {
  float: right;
  font-size: 25px;
  padding-top: 25px;
}

header .desktop-cart i {
  display:inline-block;
  color:#065340;
}

header .desktop-cart .cart-icon {
  position:relative;
}

header .desktop-cart .cart-icon .cart-items {
  position: absolute;
  right: -3px;
  top: -3px;
  font-size: 11px;
  display: block;
  color: #fff;
  background: #E4B76C;
  width: 17px;
  height: 17px;
  text-align: center;
  line-height: 17px;
  border-radius: 100%;
}
  
header .desktop-cart .cart-total {
  font-weight:bold;
  margin-left:10px;
  font-size:20px;
  color:#aaa;
}

header .top-menu {
  margin-top:30px;
  background:#065340;    
  border-bottom: 3px solid #19755E;
}

header .top-menu ul {
  padding:0;
  margin:0;
  list-style:none;
}

header .top-menu ul li {
  display:inline-block;
}

header .top-menu ul li a {
  display:block;
  padding:10px 15px;
  color:#fff;
  font-weight:bold;
  text-transform:uppercase;
}
#owl-headlines .item img{
  display: block;
  width: 100%;
   height: auto;
}

.home-blocks {
  margin-top:50px;
  padding:50px 0px;
  background-color:#f7f7f7;
}

.home-blocks .row.blocks {
  margin-left:-20px;
  margin-right:-20px;
}

.home-blocks .row.blocks .block {
  padding-left:20px;
  padding-right:20px; 
}

.home-blocks .block-title {
  display:block;
  font-size:25px;
  font-weight:bold;
  color:#065340;
}

.home-blocks .block-undertitle {
  display: block;
  font-size: 15px;
//  color: #E4B86F;
  color: #b88533;
}

.home-blocks .title-border {
  height:2px;
  width:30px;
  display:block;
  background-color:#eee;
  margin-top:10px;
  margin-bottom:30px;
}

.home-blocks .ask-mark a.ask-btn {
  display: inline-block;
  padding: 7px 15px;
  margin-top: 15px;
  background:transparent;
 // color: #E4B86F;
  color: #b88533;
  border: 1px solid #E4B86F;
  border-radius: 3px;
}

.home-blocks .ask-mark a.ask-btn:hover {
  background:#E4B86F;
  color:#fff;
}

.home-blocks .ask-mark a.ask-btn i {
  margin-right:7px;
}

.home-blocks .ask-mark img {
  vertical-align: top;
  float: right;
  margin-left: 15px;
  width:110px;
}

.headline-title {
  display:block;
  font-size:25px;
  font-weight:bold;
  color:#065340;
}

.headline-content {
  font-size:16px;
  font-weight:bold;
}

.headline-title-border {
  height:2px;
  width:20px;
  display:block;
  background-color:#eee;
  margin-top:10px;
  margin-bottom:30px;

}

.headlines .item .button a {
  display: inline-block;
  padding: 7px 15px;
  margin-top: 15px;
  background: transparent;
  color: #fff;
  border-radius: 3px;
  border: 1px solid #E4B86F;
  // color: #E4B86F;
  color: #b88533;
}

.headlines .item .button a:hover {
  background-color: #E4B86F;
  color:#fff;
}

.headlines .item .button a i {
  margin-right:7px;
}

.col-md-20 {
  float:left;
  width:20%;
  padding-left:15px;
  padding-right:15px;
}

#tabs.homepage-tabs ul {
  list-style:none;
  padding:0;
  margin-top:0;
  margin-bottom:0;
}

.home-title {
  display:block;
  font-size:25px;
  font-weight:bold;
  color:#065340;
  margin-top:50px;
}

.home-title-border {
  height:2px;
  width:20px;
  display:block;
  background-color:#eee;
  margin-top:10px;
  margin-bottom:30px;
}

#tabs.homepage-tabs ul li a img {
  margin-right:15px;
}

#tabs.homepage-tabs ul li a .title {
  display:inline-block;
  color:#065340;
  font-weight:bold;
}

#tabs.homepage-tabs ul li a {
  outline:none;
  text-decoration:none;
  display:block;
  border-bottom:2px solid #eee;
  opacity:0.5;
}

#tabs.homepage-tabs ul li.ui-state-active a {
  border-color:#065340;
  opacity:1;
} 

#tabs.homepage-tabs .product {
  margin-top:30px;
}

#tabs.homepage-tabs .product .product-info .product-title {
  font-size:22px;
  font-weight:bold;
  color:#065340;
}
#tabs.homepage-tabs .product .product-info .product-price {
  font-size:18px;
  font-weight:bold;
  color:#aaa;
  margin-top:5px;
}

#tabs.homepage-tabs .product .product-info .product-price .old-price {
  font-size:13px;
  text-decoration:line-through;
  margin-right:5px;
  color:#ccc;
}

#tabs.homepage-tabs .product .product-info .desc-usp {
  margin-top:10px;
  font-size:15px;
}

#tabs.homepage-tabs .product-usp {
  border-left:1px solid #eee;
}

#tabs.homepage-tabs .product-usp ul li {
  font-size:13px;
  font-weight:bold;
}

#tabs.homepage-tabs .product-usp ul li i {
  margin-right:7px;
  color:#E4B86F;
}

#tabs.homepage-tabs .product .order input {
  border: 1px solid #eee;
  height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 3px;
  outline: none;
  margin-right: 5px;
  display:inline-block;
}

#tabs.homepage-tabs .product .order {
  margin-top:30px;
}

#tabs.homepage-tabs .product .order a i {
  margin-right:10px;
}

#tabs.homepage-tabs .product .order a.add-btn,
#tabs.homepage-tabs .product .order a.more-btn {
  height:40px;
  display:inline-block;
  line-height:40px;
  padding:0px 20px;
  color:#fff;
  backgroud-color:#333;
  font-weight:bold;
  border:1px solid transparent;
  border-radius:3px;
}

#tabs.homepage-tabs .product .order a.add-btn {
  background-color:#065340;
  margin-right:5px;
}

#tabs.homepage-tabs .product .order a.more-btn {
  background-color:transparent;
  color:#E4B86F;
  border:1px solid #E4B86F;
}

#tabs.homepage-tabs .product .order a.more-btn:hover {
  background-color:#E4B86F;
  color:#fff;
}

footer {
  padding:30px 0px;
  background-color:#f7f7f7;
  margin-top:70px;
  color:#333;
}

footer .footer-title {
  font-size:16px;
  font-weight:bold;
  display:block;
  margin-top:20px;
  margin-bottom:7px;
  color:#065340;
}

footer ul {
  margin:0;
  margin-bottom:20px;
  padding:0;
  list-style:none;
}

footer ul li a {
  color:#333;
  font-size:14px;
  display:block;
}

footer .payments ul {
  text-align:center;
}

footer .payments ul li {
  display:inline-block;
  width:80px;
}

footer .payments ul li img {
  width:100%;
}

footer .payments {
  margin-top:20px;
}

footer .divider {
  display: inline-block;
  width: 1px;
  height: 48px;
  background: #ccc;
  margin-bottom: -20px;
  margin-left: 15px;
  margin-right: 15px;
}

.page-title h1 {
  display: block;
  font-size: 25px;
  font-weight: bold;
  color: #065340;
  margin-top:0;
  margin-bottom:0px;
}

.page-title .breadcrumbs {
  display:block;
  font-size: 15px;
  color: #ccc;
}

.page-title .breadcrumbs a {
  font-size: 15px;
  color: #E4B86F;
}

.page-title .page-title-border {
  height: 2px;
  width: 30px;
  display: block;
  background-color: #eee;
  margin-top: 10px;
  margin-bottom: 30px;
}

.products .product .info {
  padding:15px;
}

.products .product {
  margin-bottom:30px;
}

.products .product .info a.title {
  display:block;
  font-size:15px;
  color: #065340;
  font-weight:bold;
  text-align:center;
}

.products .product .info .description {
  font-size: 11px;
  text-align: center;
  color: #666;
  height: 90px;
  overflow: hidden;
}

.products .product .info .price {
  font-size:15px;
  color:#E4B86Ff;
  text-align:center;
  margin-top:5px;
}

.products .product .info .buttons {
  margin-top:5px;
}

.products .product .info .buttons a {
  display:block;
  margin-top:10px;
  text-align:center;
  padding:5px;
  color:#fff;
  font-weight:bold;
  border-radius:3px;
  font-size:13px;
  border:1px solid;
  background-color:transparent;
}

.products .product .info .buttons a i {
  margin-right:7px;
}

.products .product .info .buttons a.add-btn {
  background-color:#065340;
  color:#fff;
}

.products .product .info .buttons a.add-btn:hover {
  background-color:#065340;
  color:#fff;
}

.products .product .info .buttons a.more-btn {
  border-color:#E4B86F;
  color:#E4B86F;
}

.products .product .info .buttons a.more-btn:hover {
  background-color:#E4B86F;
  color:#fff;
}


.zoombox .images {
  position: relative;
  display: block;
}
.zoombox .images a {
  display: none;
  cursor: pointer;
  cursor: -moz-zoom-in;
  cursor: -webkit-zoom-in;
  overflow: hidden;
}
.zoombox .images a.first {
  display: block;
}
.zoombox .images a img, .zoombox .thumbs a img {
  width: 100%;
  height: auto;
  background-color: #f7f7f7;
}
.zoombox .images a img.zoomImg {
  max-height: none;
}
.zoom a {
  text-decoration: none;
}
.zoombox .thumbs a  {
  display: block;
  cursor: pointer;
  margin-bottom: 30px
}

.thumbs.row {
  padding-top:30px;
}

.product-info h1.product-title {
  font-weight:bold;
  font-size:2.5em;
  color:#065340;
  margin-top:0;
  margin-bottom:0;
  padding-right:170px;
}

.product-info .description {
  color:#666;
  margin-top:25px;
  line-height: 25px;
  font-size:1.1em;
}

.product-info .description a.read-more {
  color: #E4B86F;
  padding: 2px 6px;
  margin-top: 0px;
  border: 1px solid #E4B86F;
  display: inline-block;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 12px;
  line-height:15px;
}

.product-info .product-price {
  font-size:2.5em;
  font-weight:bold;
  margin-top:20px;
  color:#E4B86F;
}

.product-info .product-price .price-tax {
  font-size:13px;
  color:#aaa;
  font-weight:normal;
}

.product-info .cart {
  margin-top:20px;
}

.product-info .cart input {
  height: 51px;
  width: 51px;
  text-align: center;
  border-radius: 3px;
  border: none;
  border: 1px solid #eee;
  margin-right: 9px;
  display: inline-block;
  outline: none;
}

.product-info .cart a.btn {
  height: 49px;
  display: inline-block;
  line-height: 46px;
  padding: 0px 50px;
  color: #fff;
  backgroud-color: #333;
  font-weight: bold;
  border: 1px solid transparent;
  border-radius: 3px;
  background-color: #065340;
  margin-top: -2px;
  font-size: 1.2em;
}

.product-info .cart a.btn i {
  margin-right:7px;
}

.product-info .productpage-usp {
  margin-top:20px;
}

.product-info .productpage-usp ul {
  list-style:none;
  margin:0;
  padding:0;
  font-weight:bold;
}

.product-info .productpage-usp ul li {
  padding-top:2px;
  padding-bottom:2px;
  color:#333;
  font-size:1.1em;
}

.product-info .productpage-usp ul li.green {
  color:#065340;    
  font-size: 1.3em;
  padding: 15px 0px;
}

.product-info .productpage-usp ul li.green i {
   color:#065340;
}

.product-info .productpage-usp ul li i {
  margin-right:7px;
  color:#E4B86F;
}

#product-content {
  padding:50px 0px;
  background-color:#f7f7f7;
  margin-top:30px;
}

#product-content h3.content-title,
.products.related h3,
h3.reviews-title {
  font-weight:bold;
  margin-top:0;
  margin-bottom:15px;
  color:#065340;
}

h3.reviews-title {
  margin-bottom:30px;
}

.products.related {
  margin-top:50px;
}

.menu ul li.cart-box {
  position:relative;
}

.menu ul li.cart-box .cart-dropdown {
  position: absolute;
  width: 350px;
  background: #fff;
  top: 100%;
  right: 0;
  z-index: 9;
  padding: 20px;
  display:block;
  -moz-box-shadow: 0 0 5px -1px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 0 5px -1px rgba(0,0,0,.2);
  box-shadow: 0 0 5px -1px rgba(0,0,0,.2);
  color: #333;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -ms-transform: translate(0px,-20px);
  -webkit-transform: translate(0px,-20px);
  transform: translate(0px,-20px);
}

.menu ul li.cart-box:hover .cart-dropdown {
  visibility: visible;
  opacity: 1;
  -ms-transform: translate(0px,0px);
  -webkit-transform: translate(0px,0px);
  transform: translate(0px,0px);
}


.menu ul li.cart-box .cart-dropdown .cart-title {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #eee;
  display: block;
  padding: 5px;
  margin-bottom: 15px;
  text-align: right;
  padding-top:0;
}

.menu ul li.cart-box .cart-dropdown a.checkout {
  display:block;
  margin-top:20px;
  padding:8px;
  background-color:#065340;
  color:#fff;
  font-size:13px;
  font-weight:bold;
  text-align:center;
  text-transform:uppercase;
  text-decoration:none;
}

.menu ul li.cart-box .cart-dropdown tr.products td.info {
  padding-left:15px;
}

.menu ul li.cart-box.cart-dropdown tr.products td.info a {
  color:#333;
  font-weight:bold;
  text-decoration:none;
  font-size:12px;
}

.menu ul li.cart-box .cart-dropdown tr.products td.info a .price,
.menu ul li.cart-box .cart-dropdown tr.products td.info a .quantity {
  font-weight:lighter;
  color:#bbb;
  font-size:11px;
}

.menu ul li.cart-box table a {
  padding:0;
}


.gui-progressbar {
  background-color: #E4B86F;
  border-color:#CA9F59;
}
.mobile-btn {
  text-align: right;
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
}
.mobile-btn .open-menu,
.mobile-btn .mobile-cart {
  padding:10px;
}

.mobile-btn .mobile-cart a {
  color:#333;
}

.categories .category {
  margin-bottom:30px;
  position:relative;
}

.categories .category .cat-inner {
  position:relative;
}

.categories .category .cat-title {
  position: absolute;
  bottom: 0;
  lefT: 0;
  background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0) 0,rgba(0,0,0,.51) 100%);
  background-image: linear-gradient(-180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.51) 100%);
  width: 100%;
  padding: 30px 15px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}

.reviews {
      padding: 50px 0px;
}

.reviews .review {
  margin-top:15px;
  margin-bottom:15px;
}

.reviews .review .review-header .stars {
  float:right;
}

.reviews .review .review-header .review-title {
  float:left;
}

.reviews .review .review-header .review-title small {
  display:block;
}

.reviews .review .review-header {
  margin-bottom:5px;
  padding-bottom:5px;
  border-bottom:1px solid #eee;
}

.reviews .review .review-content {
  font-size:13px;
}

.right {
  float:right;
}

.bottom {
  padding: 10px 0px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-top: 30px;
  font-weight: bold;
}

.bottom a {
  color:#065340;
}

.product-info {
  position:relative;
}

a.view-products {
  float: right;
  font-weight: bold;
  display: block;
  margin-top: 5px;
  position: absolute;
  right: 15px;
  top: 0;
  padding: 3px 10px;
  border: 1px solid #E4B86F;
  color: #E4B86F;
  font-size: 15px;
  border-radius: 3px;
}

.service-wrap {
  position:relative;
  float:right;
}

.service-wrap a.customer-service {
  float:none;
}

.service-wrap a.customer-service:hover {
  border-radius:3px 3px 0px 0px;
}

.service-wrap ul {
  position: absolute;
  left: 20px;
  top: 100%;
  margin: 0;
  padding: 0;
  z-index: 99;
  background: #065340;
  padding: 5px 10px;
  border-radius: 0px 0px 3px 3px;
  color: #fff;
  font-size: 11px;
  display:none;
}

.service-wrap:hover ul {
  display:block;
}

.service-wrap ul li {
  margin-right:0;
}

.service-wrap ul li a {
  color:#fff;
}

.thumbs a {
  position:relative;
}

.thumbs a .play-btn {
  color: #fff;
  position: absolute;
  font-size: 30px;
  left: 50%;
  top: 50%;
  line-height: 20px;
  margin-top: -15px;
  margin-left: -12.5px;
}

header .menu ul li {
  position:relative;
}

header .menu ul ul.subnav {
  position: absolute;
  background-color: #f7f7f7;
  padding: 7px 10px;
  z-index: 999;
  display: none;
  width: 200px;
  font-size: 13px;
  border: 1px solid #eee;
  left: 0;
}

header .menu ul li:hover ul.subnav {
  display:block;
}

header .menu ul ul.subnav li {
  display:block;
}

header .menu ul ul.subnav li a {
  border:none;
  padding: 1px 0px;
  display: block;
}

.reviews-box {
  height: 300px;
  overflow: hidden;
}

.reviews-box.active {
  height:auto;
}

.view-all {
  display: block;
  text-align: center;
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  font-size: 15px;
  font-weight: bold;
  color: #E4B86F;
}

.view-all i {
  margin-left:7px;
}

#owl-test.owl-carousel .owl-item {
  background-color:#fff;
  z-index:999;
}

@media (max-width: 768px) {
  .product-info h1.product-title {
    padding-right:0;
}
}

@media (max-width: 992px) {
  .home-blocks .block {
    margin-bottom:50px;
}
.col-md-20 {
  width:100%;
}
header .menu ul {
  position:absolute;
  left:0;
  top:100%;
  width:100%;
  background:#f7f7f7;
  z-index:99;
  padding:5px;
  display:none;
}
header .menu ul li {
  display:block;
  text-align:center;
}
header .menu ul li a {
  display:block;
  padding:5px;
}
header .menu ul li a:hover {
  border:none;
}
}

@media (max-width: 1200px) {
  
}
