
html, body {
height: 100%;
margin: 0;
}
.right_col {
height: 100%;
background-color: #FF365E;
padding:10px;
float:right;
width:100%;
}
.breadcrumb {
background-color: #FFE6E6;
margin-top:10px;
padding:7px;
width:100%;
border-radius: 0px;
font-size: 16px;
font-weight:500;
}
.gmmbg {
background-color:#FF2B2B;
}
.header-main {
position: relative;
background-color: #EBE2E2;
width:100%;
height:47px;
}
.header-main a {
color: #FFFFFF;
}
.cart_box {
background-color: #FFFCFD;
//height:497px;
//border: 5px solid #F296AF;
color:#D67474;
border-radius: 5px;
}
.cart_box:hover {
color: #FFBB00;
background-color: #F0E6E8;
}
.gmmfc {
color:#FF1717;
padding:10px;
font-family:Arial;
background-color:#FF2B2B;
font-weight:500;
}
.gmmfc:hover {
color: #FAEDFF; 
background-color:#FF6B6B;
}
.gmmfc:link {color: #FAEDFF;}
.gmmfc:visited {color: #FAEDFF;}

.btn-danger {
color: #fff; 
background-color:#2db300;
}
.btn-danger {
color: #FFFFFF;
background-color: #FF0000;
border-color: #dc3545;
}
.btn-danger:hover {
color: #f382A32;
background-color: #FF4281;
border-color: #bd2130;
}


.gfooter {
position: relative;
background-color: #401B27;
color: #A3414B;
/* height:206px; */
}

.gfooter a:link {color: #E0DCDC;}
.gfooter a:visited {color: #E0DCDC;}
.gfooter a:hover {color: #54C6FF;}

/* //////////ecom start/////// */
.product-grid{
background-color: #fff;
font-family: 'Lato', sans-serif;
text-align: center;
}
.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 .new_product{
color: #dfdfd0;
font-size: 26px;
position: absolute;
left: 13px;
top: 10px;
transition: all 0.3s ease 0s;
border-bottom: 25px solid #bf00ff;
height: 0;
width: 55px;
border-radius: 6px 6px 6px 0px ;
}
.product-grid .product-like-icon:hover{ text-shadow: 2px 2px 0 rgba(0,0,0,0.5);color: #a8a8b7; }
.product-grid .new_product:hover{ border-bottom: 25px solid #86b300;color:#242415; }
.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; }
}
a:link {
text-decoration: none;
color: #0C3B07;
font-size: 13px;
font-weight: 650;
}
a:hover {
color: #154A8F;
text-decoration: underline;
}
a:visited {
color: #0C3B07;
text-decoration: none;
}
a:active {
color: #0C3B07;
text-decoration: underline;
}
.btn {
color: #FFFFFF;
background-color: #FF0000;
}

.btn:hover  {
color: #382A32;
background-color: #FF4281;
}
/* //////////ecom end/////// */
