/*css for all the product pages and category page*/
.ast-grid-common-col{
    padding:0 10px;
}
.site-content .ast-container {
    max-width: 1140px;
}
.ast-full-width {
    width: 32%;
    display: inline-flex;
}
.ast-separate-container .blog-layout-1 {
    padding: 15px;
    border-bottom: 0;
}
.ast-right-sidebar #primary {
     border-right: none; 
}
.ast-right-sidebar #secondary{
    border-left: none;
}
.page-title{
    text-align:center;
    color:#2f2f2f;
}
.entry-title{
    text-align:center;
}

.entry-content{
    display:none;
}
.blog-layout-1{
    border-bottom:none;
}
.blog-layout-1 .post-thumb{
    width:100%;
}
img{
    width:100%;
}
.site-content, .site-main{
    background-color:#ffffff ;
}
.ast-separate-container .ast-archive-description, .ast-separate-container .ast-author-box{
    background-color:#ffffff;
}
.ast-archive-description{
    display:none;
}

.site-content .ast-container {
    max-width: 1140px;
}
.row.shortcode-container{
    max-width:980px;
    margin:auto;
}
.row {
    display: flex;
    flex-wrap: wrap;
}

.row > div {
    padding-left: 15px;
    padding-right: 15px;
    margin: 10px 0;
}

.col-md-4 {
    position:relative;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    text-align :center;
}


.entry-category h6 {
    color: #E6AE48 !important;
    margin-bottom: 0px;
    margin-top: 10px;
}
.category-brand-title {
    text-align: center;
    margin-top: 16px;
}

 img{
     width: 100%;
     vertical-align: middle;
     height: auto;
    max-width: 100%;
    border: 0;
 }

.entry-header{
    display:none;
}
.ast-right-sidebar #primary{
    border-right:none;
}
.ast-right-sidebar #secondary{
    border-left:none;
}
a{
    display:block;
}
a:hover {
    cursor:pointer;
}

nav.navigation.pagination .nav-links{
	margin: 40px auto;	
}
nav.navigation.pagination .nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
}

nav.navigation.pagination .nav-links > * {
    padding: 10px 15px;
    line-height: 1;
    margin: 0 5px;
}

nav.navigation.pagination .nav-links > a {
    cursor: pointer;
    background: #eee;
}
@media screen and (max-width: 768px){
    .col-md-4 {
        position:relative;
        flex: 0 0 50%;
        max-width: 50%;
        text-align :center;
    }
    .row > div {
        padding-left: 5px;
        padding-right: 5px;
    }

    
}