.content-wrap{
    padding: 40px 0;
    border-top: 1px solid #e9e9e9;
}

.article-page{
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
}

#login-container {
    margin-top: 50px;
    width: 40%;
    margin-left: 30%;
    min-height: 480px;
} 

#login-box, #fp-box {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 20px;
}

#login-box .input.checkbox{
    display: inline-block;
    margin-top: 10px;
    margin-left: 3px;
}


form label{
    font-size: 12px;
}

#login-form input, #fp-box input{
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom:0;
}

form #bottom-forgot-password-link, form #bottom-login-link{
    font-size: 13px;
    float: right;
}

form div.col_full:last-child{
    margin-top: 20px;
}

#login-container a{
    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 .gallery-menu span.active {
    color: #333 !important;
}

.all-products-gallery .gallery-gird .filter-item {
    margin-bottom: 40px;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 1px 1px 5px #eee;
}

.all-products-gallery .gallery-gird h3 {
    font-size: 20px;
    letter-spacing: 1px;
    min-height: 60px;
    margin-bottom: 5px;
}

.all-products-gallery .gallery-gird p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 26px;
    color: #333;
    min-height: 75px;
}

.all-products-gallery .btn-primary{
    text-transform: capitalize;
}


#product-detail-page img{
    border: 1px solid #ddd;
    padding: 3px;
}

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

.breadcrumb-links a{ 
    color: #999 !important;
}

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

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


#blog-index .blog-content{
    width: auto;
    margin-top: 80px;
    font-size: 14px;
    text-align: justify;
    line-height: 26px;
} 

#blog-index .blog-content .small-thumbs .entry-image {
    float: left;
    width: 300px;
    margin: 0 30px 0 0;
}

@media only screen and (min-width: 768px) and  (max-width: 991px)  {
    #login-container{
       width: 60%;
       margin-left: 20%;
   }

}

@media only screen and (max-width: 767px) {
     #login-container{
       width: 80%;
       margin-left: 10%;
   }

}