.crumbs {
    font-size: .9em;
    background: none;
    list-style: none;
    color: #333;
    margin: 0;
    padding: 0 0 0 1em;
  }
  .crumbs a {
    color:#333;
  }
  
  .crumbs li {
    padding: 5px 0px;
    color: #333;
    display: inline-block;
  }
  
  .crumbs li:after {
    content: '/';
    padding: 0px 10px 0px 16px;
    color: #333;
  }
  
  .crumbs li:before {
    display: none;
  }
  
  .crumbs li:last-child {
    padding: 5px 5px;
    border-radius: 2px;
    font-weight: bold;
  }
  
  .crumbs li:last-child:after {
    display: none;
  }
.row img{
  max-width: 100%;
}
.cookie-warning {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 2000;
	background: rgba(0, 0, 0, .8);
	color: #fff;
	padding: 2em;
}
.hidden-size {
  display:none;
}

.color-checkbox {
  display: inline-block;
  cursor: pointer;
  position: relative;
  margin-right: 6px;
  margin-bottom: 3px;
}
.color-checkbox > span {
  display: none;
}

.color-checkbox > input {
  height: 30px;
  width: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 2px solid #fff;
  outline: 1px solid #333;
  border-radius: 50%;
  transition-duration: 0.3s;
  /*background-color: #41B883;*/
  cursor: pointer;

}

.color-checkbox > input:checked {
  border: 2px solid #95C11F;
}
.color-checkbox > input:focus,
.color-checkbox > input:active {
  outline: 1px solid #000;
}
.color-checkbox:hover > span {
  display: block;
  position:absolute;
  padding: 3px 3px;
  background-color: #fff;
  border: 1px solid #95C11F;
  border-radius: 5px;
  font-size: .8em;
  white-space: nowrap;
  z-index:2;
  top: 50%;
  left: 50%;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
}
.el-hidden {
  display:none;
}
.el-show {
  display: block;
}
.redborder {
  border: red 1px solid;
}
.vbox-container {
  overflow: hidden;
}
.owl-prev {
  left: -80px !important;
}
.owl-next {
  top: 15px !important;
}
.special-price {
  background: red;
  color: #fff;
  padding: 0 10px;
  position: absolute;
  top: 20px;
  z-index: 10;
}

section.section.section-text-yellow h1, section.section.section-text-yellow h2, section.section.section-text-yellow h3, section.section.section-text-yellow h4, section.section.section-text-yellow h5, section.section.section-text-yellow h6 {
  color: #d5ff00;
}
.foot a {
  color: rgba(255, 255, 255, 0.8) !important;
  text-decoration: none !important;
}

.foot a span{
  color: rgba(255, 255, 255, 0.8) !important;
  text-decoration: none !important;
}

.foot a:hover {
  color: rgba(255, 255, 255, 1) !important;
  text-decoration: none !important;
}

.foot a:hover span {
  color: rgba(255, 255, 255, 1) !important;
  text-decoration: none !important;
}
.foot p {
  color: #fff !important;
}

@media (min-width: 992px) {
  #header .header-nav.header-nav-links nav > ul li:hover > a {
    color: #d5ff00 !important;
  }
}

#header .header-btn-collapse-nav {
  background: #d5ff00;
  color: #000;
}

.thumb-info.custom-thumb-info-style-1:hover .thumb-info-caption {
  background-color: #d5ff00!important;
  color: #000;
}

.thumb-info.custom-thumb-info-style-1:hover .thumb-info-caption .custom-thumb-info-title span {
  color: #000 !important;
}

