/* your styles go here */
img{
    max-width: 100%;
    max-height: 100%;
}
.section{margin-bottom:30px;}
.section-dividor{padding-top: 30px;}
.section-dividor.black{background-color:#5a3e3e;}
.section-dividor.black .section-title h3{color:#fff;}
.section-dividor.black .description p{color:#fff;}

.titlecat{
	font-size: 24px;
    color: #198ebf;
    margin: 0 auto;
    padding: 10px;
    margin-top: 10px;
    font-weight: 400;
}

/*products card*/
.card:hover {
    border-color: #F60;
	border-radius: 0;
}

.figure-hover-overlay{
	position:relative;
	overflow: hidden;
}

.figure-hover-overlay .figure-href{
	text-transform: lowercase;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
}

.product-caption {
    text-align: left;
    position: relative;
    padding: 10px 10px 5px;
    background-color: #fff;
}

.product-caption .product-name {
    letter-spacing: 1px;
    color: #dd5800;
    display: block;
    font-family: Raleway,sans-serif;
    font-size: 12px;
    height: 40px;
    line-height: normal;
    margin-bottom: 5px;
    font-weight: 700;
    overflow: hidden;
    text-decoration: none;
    text-transform: capitalize;
    width: 80%;
}

.product-caption .product-price {
    color: #333;
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    line-height: normal;
    float: right;
}

.product-caption .product-cart {
    color: #fff;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 10px;
}

.product-caption .product-cart button.cart_new {
    display: inline-block;
    font-size: 15px;
    color: #F60;
    -webkit-backface-visibility: hidden;
    width: 32px;
    height: 32px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    line-height: normal;
    border: 1px solid #F60;
    background-color: #fff;
}

/*All Products page */
.mb-25{
	margin-bottom: 25px;
    padding: 0 5px;
}

/*** Owl Carousel Nav Buttons */
.owl-nav button {
	background: #ff7f27 !important;
    text-align: center;
    width: 37px;
    height: 85px;
	font-size: 31px !important;
	color:#fff !important;
    box-shadow: 0px 1px 2px #c1c1c1;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.products button.owl-prev{
    left: -4px;
}
.products button.owl-next{
	
    right: -4px;
}
/*End Owl Carousel Nav Buttons*/

@media (min-width: 1200px)
{
	.hidden-lg{display: none!important;}
}


@media (max-width: 767px)
{
	.product-caption .product-cart button.cart_new .visible-xs {
		display: inline-block!important;
	}
}