html{
    margin: 0px !important;
}
.container{
    margin-bottom: 20px !important;
}
.blue{
    background-color: #00b0ff;
}
.card-title{
    margin: 20px;
}
img{
    height: auto !important;
}
footer a:link{
    color: white !important;
}
footer a:active {
    color: white !important;
}
footer a:visited{
    color: white !important;
}

.um-avatar-default{
    width: 30px !important;
    height: 30px !important;
}
.size-full{
    max-width: 80% !important;
    margin-left:auto !important;
    margin-right: auto !important;
    display: block;
 }
.profile-nav  a{

    padding: 0;
    line-height: 50px;
}
.profile-nav{
    flex-direction: row;
}
.profile-nav .menu-item{
    margin-left: 10px;
 }
#collapsibleNavbar{
    position: absolute;
    left: unset;
    right: 0;
}
.menu-profile-pic{
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    border-radius: 50%;

}
#side-profile-container{
    text-align: center;
}
#side-profile-pic{
    width: 120px;
    height: 120px;
}
.mainImage{
    background-color: black;

}
.mainImageContent{
    text-align: center !important;
}
.bloglistContainer{
    padding:10px;
}
.bloglistTitle{
    margin-left:10px;
}
.blogThumbnail{
width: 100px;
    height: 100px;
    border:solid 2px black;
}
.blogBoxCon{
    float: left;
}
.bloglistTitle{
    line-height: 100px;
    color: black;
}
.bloglistTitle a:link{
    color: black;
}
.page-id-14 {
    background-color:#f2f2f2 !important;
}

.bg-white{
    background-color: white;
}

.type-product{
    border:solid thin silver !important;
}

/*contact us*/


.parentsss {
    display: flex;
    font-family: arial, sans-serif;
}
.ohs{
    color: white !important;
}

.item {
    width: 50%;
    padding: 2em;
    color: black !important;
    background: #eeeeee;
    min-height: 500px;
}

.cu-right {
    color: #222;
    background: #ccc;
}
.contact_details{
    background-size: cover;
    background-color:black;
     text-align: center;
}
.contact_details p{
    color:white !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}

.fbl{
    padding: 5px !important;
}

#search-navbar{
    justify-content: unset !important;
}


li.product{
    text-align: center;
    padding: 10px !important;
    /*display: inline-block;*/
    float: unset !important;
    width: unset!important;
}
li.product .add_to_cart_button{
    width: 100%;

}
li.product img{
    width: 100% !important;
}
@media screen and (min-width: 600px){
    .products {
        -webkit-column-count: 3;
        -webkit-column-gap: 10px; /* Chrome, Safari 3 */
        -moz-column-count: 3;
        -moz-column-gap: 10px; /* Firefox 3.5+ */
        column-count: 3;
        column-gap: 10px; /* Opera 11+ */
    }
    li.product{
        display: inline-block;
    }

    .blocks-gallery-grid{
        display: block;
        -webkit-column-count: 3;  -webkit-column-gap: 15px; /* Chrome, Safari 3 */
        -moz-column-count: 3;     -moz-column-gap: 15px; /* Firefox 3.5+ */
        column-count: 3;          column-gap: 15px; /* Opera 11+ */
    }
    .blocks-gallery-item{
        width: 0;
        width: 100% !important;
        -webkit-column-break-inside: avoid;
        -moz-column-break-inside: avoid;
        break-inside: avoid-column;
        margin:0 0 15px 0;
    }
    .menu-item-has-children:hover .dropdown-menu{
        display: block !important;
    }

}

@media screen and (max-width: 600px){
    .fbl{
        margin: 10px !important;
    }
    .parentsss {
        flex-direction: column;
    }

    .item {
        width: auto;
        min-height: 200px;
    }

    .cu-right {
        background: #ccc;
    }

}
