/* Your custom style */
.page-header .sticky-menu:not(.active) .logo{
       text-align: center;
    margin: 0 auto;
    float: right;
    top: -75px;
}
.page-header .sticky-menu:not(.active) .header-panel-left .utilies-toggle-wrap{
    float:left;
}
.page-header .sticky-menu:not(.active) .header-panel-left{
        display: inline-block;
    position: relative;
    float: left;
    height: auto;
    max-height: 175px;
}
.product-list-style-02 .product-item-details{
    text-align: center;
}
/* Custom CSS to make product labels bold */
.product-item .product-item-details .product-item-name,
.product-item .product-item-details .product-item-price,
.product-item .product-item-details .product-item-availability {
    font-weight: bold;
}
.action.tocompare,
.action.compare{
    display:none !important;
}
.social.yt {
    display: none;
}
.social_box {
    float: left;
    margin-left: 30px;
    font-weight: bold;
    clear: both;
    position: relative;
    z-index: 100;
    top: -65px;
    color: #b6b6b6;
    font-size: 12px;
    left:100px;
}
.social {
    height: 41px;
    width: 45px;
    background-image: url(social.png);
    margin-top: 15px;
    margin-left: -5px;
    margin-right: 5px;
    cursor: pointer;
    display: inline-block;
    background-repeat: repeat-x;
    background-position: left;
}
.yt {
    background-position: -45px 0px;
}
.tw {
    background-position: -85px 0px;
}

.fb {
    background-position: 0px 0px;
}
.in {
    background-position: -130px 0px;
}
.contact_us p{
        font-size: 15px;
    padding: 10px 0px;
    color:#019646;
}
.contact_us p .title{
    color: #444;
    padding-right: 5px;
}
#wachat a {
    position: fixed;
    z-index: 9999;
    right: 0;
    float: right;
    top: 78%;
    margin-top: -25px;
    cursor: pointer;
    min-width: 50px;
    max-width: 150px;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin: 0 auto 0 auto;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease;
    -ms-transition: All .5s ease;
    transition: All .5s ease;
}
.groupmenu.hide-page{display: block;    animation-duration: auto;}
.switchpage-control .control{
    display:none;
}
@media only screen and (max-width: 767px){
       .page-header .sticky-menu:not(.active) .logo{
            float: none !important;   
       }
}
.fa-facebook{
	color:#3b5998;
}
.fa-twitter{
	color:#00acee;
}
.fa-instagram{
	color:#FFC0CB;
}