.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
}
/* prodcat Carousel */
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
.owl-carousel-prodcat {
	margin: 0 0 10px !important; 
	background: none !important; 
	position: relative;
	direction: ltr !important;
	overflow: hidden;
}
.owl-carousel-prodcat .owl-wrapper-outer {
	border: none !important; 
	-webkit-border-radius: 0px !important; 
	-moz-border-radius: 0px !important; 
	-o-border-radius: 0px !important; 
	border-radius: 0px !important; 
	-webkit-box-shadow: none !important; 
	-moz-box-shadow: none !important; 
	-o-box-shadow: none !important; 
	box-shadow: none !important;
}
.owl-carousel-prodcat .image {
    padding: 12px 12px 0px 12px;
}
.owl-carousel-prodcat .image img {
    width:100%;
    height: auto;
}
#owl-prodcat .item img{
    display: block;
	height:auto;
}
.owl-theme-prodcat .owl-controls {
    position: relative;
	min-height: 120px;
	margin-bottom:20px;
}
.owl-theme-prodcat .owl-controls .item-link {
    position: relative;
    display: block;
    width: 74px;
    height: 74px;
    margin: 0px 2px 16px 2px;
    border-bottom: 4px solid #ccc;
    outline: none;
	-webkit-border-radius: 0px; 
	-moz-border-radius: 0px; 
	-o-border-radius: 0px; 
	border-radius: 0px; 
}
.owl-theme-prodcat .owl-controls .item-link:focus {
    -webkit-box-shadow: 0 0 8px #cc4895;
    -moz-box-shadow: 0 0 8px #cc4895;
    box-shadow: 0 0 8px #cc4895;
    outline: none;
}
.owl-theme-prodcat .owl-controls .active .item-link {
    border-bottom: 4px solid #09C;
}
.owl-theme-prodcat .owl-controls .owl-page span {
    display: none;
}
.owl-theme-prodcat .colimg {
	text-align:center;
	background:#FFF;	
    overflow: hidden;
    display: block !important;
}
.owl-theme-prodcat .colimg img {
	margin-left:auto;
	margin-right:auto;	
}
.owl-theme-prodcat .prev-owl,
.owl-theme-prodcat .next-owl {
    position: absolute;
    background: #FFF;
    top: 25px;
    display: block;
    width: 30px;
    height: 30px;
    padding: 6px 4px;
    outline: none;
	z-index:99;
    border:1px solid #DDD;
    -webkit-border-radius: 0px; 
	-moz-border-radius: 0px; 
	-o-border-radius: 0px; 
	border-radius: 0px;
}
.owl-theme-prodcat .prev-owl,
.owl-theme-prodcat .next-owl {
    background:#EEE;
}
.owl-theme-prodcat .prev-owl i,
.owl-theme-prodcat .next-owl i {
    color:#111111;
}
.owl-theme-prodcat .prev-owl:focus,
.owl-theme-prodcat .next-owl:focus {
    -webkit-box-shadow: 0 0 8px #cc4895;
    -moz-box-shadow: 0 0 8px #cc4895;
    box-shadow: 0 0 8px #cc4895;
}
.owl-theme-prodcat .prev-owl {
    left: 0px;
}
.owl-theme-prodcat .next-owl {
    right: 0px;
}
.owl-wrapper-outer {
	border: none !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-o-border-radius: 0px !important;
	border-radius: 0px !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-o-box-shadow: none !important;
	box-shadow: none !important;
}
.owlNav a.pprev {
	position:absolute;
	left:-15px;
	bottom:50%;	
	z-index:9;
    border: none;
    -webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-o-box-shadow: none !important;
	box-shadow: none !important;
}
.owlNav a.pnext {
	position:absolute;
	right:-15px;
	bottom:50%;
	z-index:9;
    border: none;
    -webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-o-box-shadow: none !important;
	box-shadow: none !important;
}
.owlNav a.pnext i, .owlNav a.pprev i {
	font-size: 28px;	
    padding:6px 5px 5px 5px;
    background-color:#FFF;
    border: 1px solid #DDD;
}
/* product list */
.product-box {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-box .image {
	text-align: center;
}
.product-box .image a {
	display: block;
}
.product-box .image a:hover {
	opacity: 0.9;
}
.product-box .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-box h4 {
	font-weight: normal;
}
.product-box .caption {
	padding: 0 15px;
	min-height: 180px;
}
.product-box .rating {
	padding-bottom: 10px;
}
.product-box .rating .fa-stack {
	font-size: 8px;
}
.product-box .rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.product-box .rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.product-box .rating .fa-star + .fa-star-o {
	color: #E69500;
}
.product-box h2.price {
	margin: 0;
}
.product-box .price {
	color: #444;
    font-size: 15px;
}
.product-box .price-new {
	font-weight: 600;
}
.product-box .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-box .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-box .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-box .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #666;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-box .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-box .button-group button:hover {
	color: #333;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-box .button-group button, .product-box .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-box .button-group button, .product-box .button-group button + button {
		width: 33.33%;
	}
}