@import url("common.css");


body{
    padding-right: 0 !important;
}

.product_banner{
    background-image: url("../public/Images/product_banner.webp");
    background-size: cover;
    background-position: center;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}


section.product .box1{
    /* border: 1px solid #DADADA; */
    border-radius: 20px;
    background-color: #f7f7f7;   
}
.dark-mode section.product .box1{
    background-color: #313131;   
}



section.product .box1 .heading_box{
   /* background-color: #ebebeb;
    border-radius: 20px; */
   padding: 17px 17px 0 17px;
}

section.product .box1 .filter {
    padding: 0px 17px;
}
section.product .box1 .filter p{
    font-size: 19px;
}
label{
    font-size: 15px !important;
}
section.product .box1 .filter > div{
   padding: 14px 0;
   /* border-bottom: 1px solid #DADADA; */
}

.custom-checkbox {
    display: inline-flex;
    align-items: center;
    margin-right: 10px; /* Adjust spacing as needed */
  }
  
  .custom-checkbox input[type="checkbox"] {
    display: none; /* Hide the default checkbox */
  }
  
  .custom-checkbox label {
    position: relative;
    padding-left: 30px; /* Space for the custom checkbox */
    cursor: pointer;
    font-size: 18px; /* Adjust font size as needed */
  }
  
  .custom-checkbox label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px; /* Size of the custom checkbox */
    height: 20px;
    border: 2px solid #ccc; /* Border color */
    border-radius: 4px; /* Rounded corners */
    background-color: #fff; /* Background color */
  }
  
  .custom-checkbox input[type="checkbox"]:checked + label::before {
    background-color: #2196F3; /* Checked background color */
    border-color: #2196F3; /* Checked border color */
  }
  
  .custom-checkbox input[type="checkbox"]:checked + label::after {
    content: "✔"; /* Checkmark symbol */
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff; /* Checkmark color */
    font-size: 14px; /* Adjust checkmark size */
  }





section.product .img-box {
    background-color: var(--product);
    border-radius: 20px;
    padding: 20px;
    height: 240px;
    text-align: center;
}

section.product .img-box img {
    width: 90%;
    margin: 0 auto;
    -o-object-fit: contain;
       object-fit: contain;
    height: 100%;
    /* mix-blend-mode: multiply; */
}

section.product .description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 15px;
}


/* section.product .product-details h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 20px;
    min-height: 51px;
} */



.dark-mode section.product .description {
  color: #B1B1B1;
}


section.product .btn_2 {
    border-radius: 10px;
    padding: 10px 16px;
    width: 180px;
    height: 50px;
    color: #fff;
    background: #fc2626;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 14px;
}

body.dark-mode .product h4 {
    color: #fff;
}

body.dark-mode .product p {
    color: #fff;
}

section.product .btn_2:hover {
    background-color: #0198D7;
}

section.product .btn_3 {
    border-radius: 10px;
    font-size: 14px;
    padding: 10px 16px;
    width: 180px;
    height: 50px;
    color: #0198D7;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #0198D7;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

body.dark-mode section.product .btn_3 {
    color: #a9a9a9;
    background: transparent;
    border: 1px solid #a9a9a9;
}

body.dark-mode section.product .btn_3:hover {
    color: #ffffff;
    background: transparent;
    border: 1px solid #ffffff;
}

section.product .btn_3:hover {
    border: 1px solid #ea1f2a;
    color: #ea1f2a;
}

section.product .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}


section.product .grid{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    row-gap: 30px;
    column-gap: 16px;
}


section.product #expand{
     cursor: pointer;
     transition: all 0.5s ease;
}

section.product .container , section.product .container-fluid{
    transition: all 0.5s ease;
}

section.product svg path , section.product svg rect {
    stroke: #2196F3;
}

.dark-mode svg path , .dark-mode svg rect {
    stroke: #c4c4c4;
}

.dark-mode .offcanvas{
    background-color: var(--background-color);
    color: #fff;
}


  section.product .offcanvas-body > div{
   margin-bottom: 15px;
 }
 section.product .btn-close {
    background: transparent !important;
    position: relative;
    right: 5px;
    top: -3px;
}

 .fliter_btn{
    background-color: transparent;
    border: 1px solid #d6d6d6;
    border-radius: 10px;
    padding: 10px 20px;
    cursor: pointer;
 }

 .fliter_svg path{
    stroke: var(--text-color) !important; 
}
/* .dark-mode .fliter_svg path{
    stroke: #fff !important;
} */

.fliter_svg {
    width: 30px;
    height: auto;
}
.dark-mode .fliter_svg path{
    fill: #fff;
}


.placeholder-loader {
    width: 100%;
    height: 196px;
    background-color: var(--product);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    display: none;
}
.placeholder-loader::after {
    display: none;
    content: '';
    width: 50px;
    height: 50px;
    border: 5px solid #ccc;
    border-top-color: #333;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.loader-img {
    display: block;
}



@media screen and (max-width:1600px) {
    section.product .grid {
        grid-template-columns: repeat(auto-fill, minmax(289px, 1fr));
    }
    
}


@media screen and (max-width:500px) {
    
section.product .box1 .heading_box {
    padding: 0 !important;
}
.dark-mode section.product .box1 {
    background-color: transparent !important;
}
section.product .box1 {
    background-color: transparent !important;
}



section.product .grid {
    grid-template-columns: repeat(2,1fr);
    row-gap: 21px;
    column-gap: 11px;
}

section.product .grid.active{
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

section.product .flex {
    flex-direction: column;
}

section.product .grid.active .flex {
    flex-direction: row;
}


section.product .img-box {
    padding: 10px;
    height: 150px;
}


section.product .grid.active .img-box {
    padding: 20px;
    height: 200px;
}

.placeholder-loader {
    width: 100%;
    height: 137px;
}


section.product .description {
    font-size: 12px !important;
}
section.product h4 {
    font-size: 16px !important;
}

section.product .grid.active .description {
    font-size: 16px !important;
}
section.product .grid.active h4 {
    font-size: 22px !important;
}



section.product .btn_3 , section.product .btn_2{
    height: 40px;
}

}