/*************** Product Section *************/

.product-grid{
       text-align: left;
    border-radius: 20px;
    overflow: hidden;
    transition: all .5s ease;
    background-color: rgb(16 177 148 / 8%);
    margin: 0px 7px 0;
    margin-bottom: 13px;
}
.product-grid:hover{ box-shadow: 0 0 21px 0 rgba(39,39,39,.15); }
.product-grid1:hover{ box-shadow:none !important; }
.product-grid .product-image{
    overflow: hidden;
    position: relative;
    height: 180px;
}
.product-grid .product-image a.image{ display: block; }
.product-grid .product-image img{ width: 100%; max-height:180px; }
.product-grid .product-image .pic-1{ 
    transform: scale(1);
    transition: all .5s ease; 
}
.accordion-header {
    cursor: pointer;
}
img {
    max-width: 100%;
}
.product-grid:hover .product-image .pic-1{ 
    opacity: 0;
    transform: scale(.9);
}
.product-grid .product-image .pic-2{
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    opacity: 0;
    transform: scale(1.1);
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s ease;
}
.product-grid:hover .product-image .pic-2{ 
    opacity: 1;
    transform: scale(1);
}
.product-grid1:hover .product-image .pic-2{ 
    opacity: 1;
    transform: scale(.9) !important;
}
.product-grid .product-discount-label{
    color: white;
    background: red;
    font-size: 11px;
    font-weight: 500;
    text-transform:capitalize;
    line-height: 35px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    box-shadow: 0 6px 14px 0 rgba(39,39,39,.25);
    position: absolute;
    top:15px;
    left: 12px;
        font-size: 16px;
        padding-left: 6px;
}

.onSearchFiltter ul {
    background-color: #fff;
}
.onSearchFiltter ul li {
    border-top:1px dashed rgba(0, 0, 0, 0.1);
    font-size: 14px;
    padding: 5px;
    cursor: pointer;
}
.bx-wrapper .bx-prev {
  left: calc(50% - 16px) !important;
  top: -2em !important;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.bx-wrapper .bx-next {
  right: calc(50% - 16px) !important;
  top: calc(100% + 2em) !important;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.bx-wrapper .bx-pager {
    display: none !important;
}
.product-lists {
    margin-top: 40px;
}
.product-grid .product-full-view{
    color: #272727;
    background-color: #fff;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgb(0 0 0 / 5%);
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all .5s ease;
	    text-align: center;
}
.product-grid:hover .product-full-view{ opacity: 1; }
.product-grid .product-full-view:hover{
    color: #fff;
    background-color: #11b295;
}
.product-grid .product-like-icon{
    color: rgb(0 0 0 / 30%);
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 15px;
    right: 10px;
    transition: all 0.3s;
    border: 1px solid rgb(0 0 0 / 30%);
    width: 30px;
    text-align: center;
    height: 30px;
    border-radius: 100px;
}
.product-grid .product-like-icon:hover{ color: #11b295; }
.product-grid .product-content{ padding: 12px; }
.product-grid .title{
   font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 10px;
    height: 30px;
}
.product-grid .title a{
    color: #272727;
    transition: all 0.3s ease 0s;
}
.product-grid .title a:hover{ color: #11b295; }
.product-grid .price{
    color: #11b295;
    font-size: 16px;
    font-weight:700;
    display: block;
    margin: 0 0 12px;
}
.product-grid .price span{
    color: #4285F4;
    font-size: 14px;
    font-weight: bold;
    text-decoration: line-through;
    text-decoration-color: red;
    text-decoration-thickness: 2px;
}
.product-grid .add-cart{
    color: #272727;
    background: transparent;
    font-size: 13px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 8px 17px;
    border: 1px solid #272727;
    border-radius: 100px;
    display: inline-block;
    position: relative;
    transition: all .5s ease;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.product-grid .add-cart:hover{
    color: #fff;
    background: #11b295; 
    border: 1px solid #11b295; 
}
/* .product-grid .add-cart:before{
    content: "\f290";
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    font-weight: 900;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all .2s ease;
} */
.product-grid .add-cart:hover:before{
    opacity: 1;
    transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 990px){
    .product-grid{ margin-bottom: 30px; }
}
.product-grid .rating {
    color: #999;
    font-size: 12px;
    padding: 0;
    margin: 0 0 7px;
    list-style: none;
}
.product-grid .rating .fa {
    color: #e0bb01;
}

.product-grid .rating li {
    display: inline-block;
}
.cat-by{
	color: #000;
    margin: 0px 0 0px;
    font-size: 17px;
    text-align: left;
}
.cat-hr{
	    margin-top: 10px;
}

.cat-view-all:hover{
	color:#11b295;
	text-decoration:underline;
}
.cat-view-all{
	color:#11b295;
	text-decoration:underline;
}
.cart-counter_05 {
    background: #11b295 url("https://prime.medily.in/shop/images/cart-icon.png") no-repeat 10px 10px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 23%), inset 1px 1px 0 0 rgb(255 255 255 / 20%);
    padding: 10px 0;
    text-align: center;
    height:36px;
    border-radius: 2px;
    font-weight: 500;
    margin-top: 0px;
    width: 80px;
    display: inline-block;
    position: relative;
}
.cart-item_05 {
    border-radius: 3px;
    background-color: rgba(0, 0, 0, .1);
    height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    font-weight: 500;
    color: #fff;
    line-height: normal;
    position: absolute;
    top: 10px;
    right: 7px;
}

/*************** Product Section *************/