

/********************************************************
			Codezeel Custom Styles
********************************************************/
.cz-carousel {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  margin: 40px 0 0 0;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  float: left;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-carousel .owl-item .manu_image a {
  display: inline-block;
}
.owl-carousel .owl-item .manu_image a img {
  max-width: 100%;
}
.owl-carousel .owl-item:hover a img {
  border-color: blue;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  /* fix */
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  text-align: center;
}

/* mouse grab icon */
.grabbing {
  cursor: url("../img/codezeel/grabbing.png") 8 8, move;
}
 
.customNavigation {
  position: absolute;
  z-index: 9;
  width: 100%;
  top: 37%;
  direction: ltr !important;
}

.customNavigation a {
  font-size: 0;
  position: absolute;
  padding: 0;
  color: #888888;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  	background: rgba(0, 0, 0, 0) url(../img/codezeel/slider-arrow.png) no-repeat scroll 0 0;
	width: 18px;
	height: 36px;
	margin-top: 40px;
}

.customNavigation a:hover{

}
.customNavigation a:hover:before{ color: #262626; }

.customNavigation a.prev {
  left: -30px;
  background-position: 1px 2px;
}
.customNavigation a.next {
  right: -30px;
  background-position: -56px 2px;
}
.customNavigation a.prev:hover{
	background-position: 1px -35px;
}
.customNavigation a.next:hover{
	 background-position: -56px -35px;
}
@media (max-width: 1350px) {
	.customNavigation a.prev{
		left: -15px;
	}
	.customNavigation a.next {
		right: -15px;
	}
}

@media (max-width: 991px) {
	.customNavigation a.prev{
		left: -10px;
	}
	.customNavigation a.next {
		right: -10px;
	}
}

#czleftbanner{
	margin-bottom: 35px;
}

#czleftbanner img,
#czrightbanner img{
	max-width: 100%;
}	
@-webkit-keyframes shine {
  100% {
    left: 125%; 
}
}

@keyframes shine {
  100% {
    left: 125%; 
	} 
}

#czleftbanner li{
	margin-bottom: 15px;
}
#czleftbanner .czleftbanner-container a{
	display: block;
    position: relative;
    overflow: hidden;
}

#czleftbanner .czleftbanner-container a:before{
	position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, transparent 0%, rgba(255, 255, 255, 0.35) 100%);
    background: linear-gradient(to right, transparent 0%, rgba(255, 255, 255, 0.35) 100%);
    transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
}
#czleftbanner .czleftbanner-container:hover a:before{
	-webkit-animation: shine 1.5s;
    animation: shine 1.5s;
}
.top_button {
	background: #a1883f;
    bottom: 20px;
    cursor: pointer;
    padding: 6px 12px;
    position: fixed;
    right: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 30px;
    z-index: 99;
	color: #ffffff;
	border-radius: 50%;
}
.top_button .fa{ font-size: 20px;}
.top_button:after{
	border: 2px solid #836f41;
    border-radius: 50%;
    bottom: 18px;
    content: "";
    height: 0;
    opacity: 0;
    position: absolute;
    right: 18px;
    width: 0;
}
.top_button:hover{ 
	background: #836f41;
    color: #ffffff;
}
.top_button:hover::after {
    bottom: -5px;
    height: 50px;
    opacity: 1;
    right: -5px;
    transition: all 400ms ease-in-out 0s;
    width: 50px;
}

/* Flexslider */
#index .spinner {
    min-height: 900px;
    background: url(../img/codezeel/loading.gif) no-repeat center center #eeeeee;
    width: 100%;
}

@media (max-width: 1399px) {
	#index .spinner {min-height: 660px;}
}
@media (max-width: 1199px) {
	#index .spinner {min-height: 570px;}
}
@media (max-width: 991px) {
	#index .spinner {min-height: 465px;}
}
@media (max-width: 767px) {
	#index .spinner {min-height: 365px;}
}
@media (max-width: 479x) {
	#index .spinner {min-height: 225px;}
}

.nivo-directionNav a:hover {
    background-color: #00000052;
}

.nivo-directionNav a {
    text-decoration: none;
    display: block;
    margin: -19px 0 0;
    position: absolute;
    z-index: 10;
    top: 50%;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 0px;
    height: 50px;
    width: 50px;
    background-color: #00000052;
    border-radius: 50%;
}

.nivo-controlNav a:hover, .nivo-controlNav a.active {
    background-color: #00000052;
}

#footer {
    background: #000000;
}

.product-notification .notify-close, .product-notification .notify-close:hover {
    color: #000;
    display: none;
}

.nivo-controlNav a {
    width: 12px;
    height: 12px;
    display: block;
    background-color: #836f41;
    border-radius: 50%;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.cz-newsletter-popup-close .cz_close {
    position: absolute;
    width: 28px;
    height: 28px;
    top: 0px;
    right: 0px;
    background-color: #6ec59c;
}

.modal-header .material-icons {
    color: #836f41;
    font-size: 30px;
    line-height: 25px;
}

/*.product-prices .tax-shipping-delivery-label {
	font-size: 1rem;
	color: #6e591d;
    margin-left: 10px;
	display: none;
}*/