.two-left .product-grid { }
.two-right .product-grid { width: 46%;}
.two-right .product-grid:nth-child(3), .two-right.product-grid:nth-child(7) {
    margin-right: 0px!important;
}
.two-right .product-grid:nth-child(4), .two-left .product-grid:nth-child(4){ width:100%!important}

.fb-comments{
        background-color: #f3f2fd;
    padding: 15px;
    border-radius: 20px;
    border: 2px #eee solid;
    overflow: hidden;

}

.two-left h3 {
    font-size: 18px;
    color: #eae9e9;
    line-height: 1.40;
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: 600;
}

.two-left, .two-right{ margin-top:30px;}
.product-grid {
    margin-bottom: 15px;
    text-align: center;
}
.product-grid.dsk a {line-height: 16px;}
.product-grid a {
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 8px 5px;
    width: 100%;
    background: rgba(255,255,255,0.15);
    border-radius: 2px;
    line-height: 33px;
    font-weight: 400;
}
.product-grid:nth-child(3), .product-grid:nth-child(7) {
    margin-right: 0px;
}
.product-grid a:hover{
background:#f15922; color: #fff; text-decoration:none;
}

/* social sahre*/

.socialshareicon {
position: fixed;
left: 0;
top: 50%;
z-index: 99;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.socialshareicon > a {
clear: both;
display: block;
}
.socialshareicon .fa {
clear: none;
float: left;
width: 28px;
line-height: 28px;
text-align: center;
-webkit-transition: ease-in-out 0.3s;
-moz-transition: ease-in-out 0.3s;
-o-transition: ease-in-out 0.3s;
transition: ease-in-out 0.3s;
color: white;
}
.socialshareicon .fa-facebook {
background: #3B5998;

}
.socialshareicon .fa-twitter {
background: #55ACEE;
}
.socialshareicon .fa-google-plus {
background: #dd4b39;
display: none!important;
}
.socialshareicon .fa-linkedin {
background: #007bb5;
}
.socialshareicon .fa-reddit-alien {
background: #ff4200;
display: none!important;
}
.socialshareicon .fa-tumblr {
background: #395976;
display: none!important;
}
.socialshareicon .fa-pinterest-p {
background: #cb2027;
display: none!important;
}
.socialshareicon .fa-whatsapp {
background: #199c0e;

}




@media only screen and (max-width: 767px) { 

.two-left, .two-right {
    margin-top: 10px;
}
.two-left .col-xs-6, .two-left .col-xs-12{ padding-right: 8px; padding-left: 8px; }
.product-grid a {
    font-size: 12px;
    padding: 8px 5px;
    line-height: 24px;
    letter-spacing: 0.6px;
}
.sub-nav-region {
    padding: inherit;
    display: none!important;
}





}