
html, body {
height: 100%;
margin: 0;
}

.right_col {
height: 100%;
background-color: #;
padding:10px;
float:right;
width:100%;
}
.breadcrumb {
background-color: #;
margin-top:10px;
padding:7px;
width:100%;
border-radius: 0px;
font-size: 16px;
font-weight:500;
}
.gmmbg {
background-color:#;
}
.header-main {
position: relative;
background-color: #;
width:100%;
height:px;
}
.header-main a {
color: #;
}
.cart_box {
background-color: #;
//height:px;
//border:  solid #;
color:#;
border-radius: px;
}
.cart_box:hover {
color: #;
background-color: #;
}
.gmmfc {
color:#;
padding:px;
font-family:;
background-color:#;
font-weight:;
}
.gmmfc:hover {
color: #; 
background-color:#;
}
.gmmfc:link {color: #;}
.gmmfc:visited {color: #;}

.btn-danger {
color: #fff; 
background-color:#2db300;
}
.btn-danger {
color: #;
background-color: #;
border-color: #dc3545;
}
.btn-danger:hover {
color: #f;
background-color: #;
border-color: #bd2130;
}


.gfooter {
position: relative;
background-color: #;
color: #;
height:px;
}

.gfooter a:link {color: #;}
.gfooter a:visited {color: #;}
.gfooter a:hover {color: #;}

/* //////////ecom start/////// */
.product-grid{
background-color: #fff;
font-family: 'Lato', sans-serif;
text-align: center;border: 1px solid #ffbfcf;
}
.product-grid .product-image{ position: relative; }
.product-grid .product-image a.image{ display: block; }
.product-grid .product-image img{
width: 100%;
height: auto;
}
.product-grid:hover .product-image .pic-1{
opacity: 0;
transition: all 0.5s ease 0s;
}
.pic-2{
width: 100%;
height: 100%;
filter: blur(10px);
opacity: 0;
position: absolute;
top: 0;
left: 0;

transition: all 0.5s ease 0s;
}
.product-grid:hover .product-image .pic-2{  opacity: .5;
background-color: #111111; filter: blur(0);  }
.product-grid .product-like-icon{
color: #dfdfd0;
font-size: 26px;
position: absolute;
right: 13px;
top: 10px;
transition: all 0.3s ease 0s;
}
.product-grid .product-like-icon:hover{ text-shadow: 2px 2px 0 rgba(0,0,0,0.5);color: #a8a8b7; }
.product-grid .product-links{
width: 100%;
padding: 0;
margin: 0;
list-style: none;
opacity: 0;
transform: translateX(-50%) scale(0);
position: absolute;
// top: calc(90% + 10px);
top: calc(70%);
left: 50%;
z-index: 1;
transition: all 0.3s ease;
}
.product-grid:hover .product-links{
opacity: 1;
transform: translateX(-50%) scale(1);
}
.product-grid .product-links li{ display: inline-block; }
.product-grid .product-links li a{
color: #fff;
font-size: 16px;
line-height: 18px;
padding-top:10px;
width: 40px;
height: 40px;
display: block;
transition: all 0.3s ease 0s;
border-radius:50%;
}
/* .product-grid .product-links li a:hover{
color: #fff;
background: #dd0059;
} */
.product-grid .product-content{
background-color: #fff;
padding: 10px 10px 10px;
position: relative;
z-index: 1;
transition: all 0.3s ease 0s;
}
.product-grid:hover .product-content{ transform: translateY(0px); }
.product-grid .title{
font-size: 13px;
font-weight: 700;
text-transform: capitalize;
margin: 0 0 7px;
}
.product-grid .title a{
color: #222;
transition: all 0.3s ease 0s;
}
.product-grid .title a:hover{ color: #dd0059; }
.product-grid .price{
color: #333;
font-size: 11px;
font-weight: 600;
}
@media screen and (max-width:990px){
.product-grid{ margin: 0 0 30px; }
}

/* //////////ecom end/////// */
