/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/
.card::after {
    display: block;
    position: absolute;
    bottom: -10px;
    left: 20px;
    width: calc(100% - 40px);
    height: 35px;
    background-color: #fff;
    -webkit-box-shadow: 0 19px 28px 5px rgba(64,64,64,0.09);
    box-shadow: 0 19px 28px 5px rgba(64,64,64,0.09);
    content: '';
    z-index: -1;
}
a.card {
    text-decoration: none;
}

.card {
    position: relative;
    border: 0;
    border-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 12px 20px 1px rgba(64,64,64,0.09);
    box-shadow: 0 12px 20px 1px rgba(64,64,64,0.09);
}
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,0.125);
    border-radius: .25rem;
}

.box-shadow {
    -webkit-box-shadow: 0 12px 20px 1px rgba(64,64,64,0.09) !important;
    box-shadow: 0 12px 20px 1px rgba(64,64,64,0.09) !important;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}
.mr-auto, .mx-auto {
    margin-right: auto !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.bg-white {
    background-color: #fff !important;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}

.mr-auto, .mx-auto {
    margin-right: auto !important;
}
.d-block {
    display: block !important;
}
img, figure {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.card-text {
    padding-top: 12px;
    color: #8c8c8c;
}

.text-sm {
    font-size: 12px !important;
}
p, .p {
    margin: 0 0 16px;
}

.card-title {
    margin: 0;
    font-family: "Montserrat",sans-serif;
    font-size: 18px;
    font-weight: 900;
}

.pt-1, .py-1 {
    padding-top: .25rem !important;
}

.head-icon{
    margin-top:18px;
    color:#FF4500
}
/* style for shop page*/
.itemnew {
    border-radius: 50%;
    color: #ffffff; 
    font-size: 18px; 
    font-weight: 600;
    height: 42px; 
    right: 10px; 
    line-height: 42px; 
    position: absolute; 
    text-align: center; 
    text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.14); 
    top: 10px; width: 42px; 
    z-index: 5;
    background-color: black ;
    } 

 .card {
    position: relative;
    overflow: hidden;
    }
    
.wishlist {
    border-radius: 0%;
    height: 30px;
    line-height: 28px;
    position: absolute;
    text-align: center;
    top: 15px;
    left: 12px;
    width: 30px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out; /* Add transition for smooth effect */
    background-color: black;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    }
    
.card:hover .wishlist {
    opacity: 4;
    }

.wishlist a  {
    font-size: 20px;
    color: white;
    text-decoration: none;
    padding: 1rem;
  }
      
.product-overlay {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background-color: rgba(24, 23, 23, 0.8);
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    }
    
.card:hover:not(.exclude-hover) .product-overlay {
    opacity: 1;
    }
  
.product-overlay a {
    font-size: 15px;
    color: black;
    text-decoration: none;
    object-fit: cover
    }
    
.popup-container {
    display: none;
    position: fixed;
    top: 10%;
    left: 10%;
    width: 70%;
    height: 70%; 
    background-color: white;
    z-index: 9999; 
    border: #000;
    }
  
.popup-container {
    overflow: auto; 
    max-height: 80vh; 
     }
  
.close {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 30px; 
    color: #131212;
    cursor: pointer;
    }
  
#popupContent {
    width: 100%;
    height: 100%; 
    display: block;   
  }
  
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: black; 
    width: 20px;
    }
   
       
    



 