#logo img{
	height:60px;
}

.content-wrap {
    padding-top: 60px !important;
}

.all-products-gallery .gallery-menu span.active {
    background-color: #FFB604 !important;
    color: #fff !important;
}
.all-products-gallery .gallery-menu span.active {
    color: #333 !important;
}
.all-products-gallery .gallery-menu span {
    font-size: 13px;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 3px;
    cursor: pointer;
    line-height: 45px;
    white-space: nowrap;
}

.all-products-gallery .product-card{
	border-radius: 15px;
    box-shadow: 0px 3px 5px #d5d4d4;
    min-height: 400px;
	min-height: 475px;
	margin-bottom: 20px;
}

.all-products-gallery .product-card img{
	border-radius: 15px;
}

.all-products-gallery .product-card .product-title{
	min-height: 25px;
	margin-bottom: 5px;
}

.all-products-gallery .product-card .product-description{
	min-height: 100px;
	font-size: 13px;
}

.all-products-gallery .product-card .product-title a{
	color: #333 !important;
}

.all-products-gallery .product-details{
	padding:20px 20px 0 20px;
}

.all-products-gallery .card-footer{
	padding:20px;
}

.all-products-gallery .card-footer .badge{
	line-height: 1.8;
}

.all-products-gallery .product-card .read-more{
	float: right;
    font-size: 11px;
    font-weight: bold;
}

.breadcrumb-links {
    padding: 10px 50px;
    font-size: 13px;
    color: #ddd;
    text-align: right;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

#product-detail-page img {
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 3px;
    box-shadow: none;
}

.icon-reorder:before{
    color:#fff
}

.article.article-page {
    padding-top: 60px;
    font-size: 15px;
    line-height: 26px;
    text-align: justify;
}

#product-detail-page .flex-control-nav.flex-control-thumbs{
    justify-content: center;
}

#product-detail-page .fslider {
    text-align: -webkit-center;
}

@media (max-width: 479px){
    .article.article-page .container{
        width: 90% !important;
    }

    #product-detail-page .product-detail-description{
        text-align: justify;
    }
}