body {
    font-size: inherit;
    line-height: inherit;
    font-family: "Helvetica Now Text", Helvetica, Arial, sans-serif;
    color: var(--podium-cds-color-black);
    background-color: var(--podium-cds-color-white);
    margin: 0;
    padding: 0;
}
.sub-image {
    width: 60px; /* Sub Images width */
    height: 60px;
    cursor: pointer;
    margin-bottom: 10px; /* Space between sub-images */
    position: relative; /* For pseudo-element positioning */
    display: inline-block; /* Ensures hover effect works properly */
    border-radius: 10%;
}

/* Hover Effect */
.sub-image::after {
    content: ""; /* Empty content for pseudo-element */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0); /* Transparent by default */
    transition: background-color 0.3s ease-in-out; /* Smooth transition */
}

.sub-image:hover::after {
    background-color: rgba(0, 0, 0, 0.5); /* Dark transparent effect */
}

/* .color-box img{
    width: 70px;
    height: 70px;
    border-radius: 5px;
    cursor: pointer;
    border: 2px solid dark;
    margin-right: 4px;
    transition: border-color 0.3s ease;
}

.color-box.active {
    border-color: black;
} */

.color-box img{
    width: 70px;
    height: 70px;
    border-radius: 10%;
    cursor: pointer;
    border: 1.5px solid transparent; /* Change border to transparent by default */
    margin-right: 4px;
    transition: transform 0.3s ease, border-color 0.3s ease; /* Added transition */
}

.color-box:hover img {
    /* Shrink the image on hover */
    transform: scale(0.950); 
    border-color: 1px solid var(--podium-cds-color-black); /* Change border color to black on hover */
}

.color-box.active {
    border-color: 1px solid var(--podium-cds-color-black); /* Active state border */
}

.color-box.active img {
    transform: scale(1); /* Ensure the active image is not shrunk */
    border-color: 1px solid var(--podium-cds-color-black);
}

.aa2{
    height: 100px !important;

}

.img-thumbnail {
    
    border: none !important;
    
}

.css-1e1csi1{
    margin: 0px auto;
    display: grid;
    grid-template-columns: repeat(5, minmax(0px, 1fr));
    gap: 7px;
    max-width: 100%;
    border: 1px solid transparent;
    border-radius: var(--podium-cds-size-border-radius-s);
    width: 100%;
}


.producttitle1{
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0 !important;
    color: #D33918;
}

.producttitle2{
    /* font-size: 1.5rem; */
    font: var(--podium-cds-typography-320-to-1919-title3);
}

.producttitle3{
    font: var(--podium-cds-typography-body1);
    /* color: rgba(33, 37, 41, 0.75); */
    color: var(--podium-cds-color-text-secondary);
}

.productprice{
    /* font-size: 1.1rem; */
    font: var(--podium-cds-typography-body1-strong);
    
}

.productsize{
    /* font-size: 1rem; */
    font: var(--podium-cds-typography-body1-strong);
}

.btn{
    font: var(--podium-cds-typography-body1-strong);
}

/* customized button */
.btn-outline-secondary {
    display: inline-block;
    font-weight: 400;
    color: #000;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid #dddddd;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, 
                border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-outline-secondary:hover {
    color: #000;
    background-color: #fff;
    border-color: #000;
}

.btn-outline-secondary:focus {
    color: #000;
    background-color: #fff;
    border-color: #000;
    box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary:active {
    color: #000;
    background-color: #fff;
    border-color: #000;
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #000;
    background-color: #fff;
    border-color: #000;
    pointer-events: none;
    opacity: 0.65;
}

.btnsize{
    grid-column: span 1;
    -webkit-box-align: center;
    align-items: center;
    width: 78px;
    display: flex;
    height: 48px;
    -webkit-box-pack: center;
    justify-content: center;
    cursor: pointer;
}

.btn-group-lg>.btn, .btn-lg23 {
--bs-btn-padding-y: 0.97rem !important;
--bs-btn-padding-x: 1rem !important;
--bs-btn-font-size: 1rem;
--bs-btn-border-radius: 30px !important;
}

.btn-group-lg>.btn, .btn-lg24 {
    --bs-btn-padding-y: 1.67rem !important;
    --bs-btn-padding-x: 1.2rem !important;
    --bs-btn-font-size: 1.3rem !important;
    --bs-btn-border-radius: 10px !important;
    }

    .zin-w100{
        width: 100%;
    }
/* margin */
.mtb8-sm{
margin-top: 32px;
margin-bottom: 32px;
}

.mtb9-sm{
    margin-top: 42px;
    margin-bottom: 42px;
    }

.mainimageborder{
width: 535px;
}

.descriptionzin{
font: var(--podium-cds-typography-body1);
}

/* modal */
.modal-content{
width: 140% !important;
}

.end-2 {
right: 120px !important;
}



/* sticky */

/* Sticky container setup */


@media (max-width: 720px) {
    .carousel-inner img {
        width: 100%;
        height: auto;
    }

    .mcustomized-col-12{
        margin: 0 !important;
        padding: 0 !important;
    }

    .producttitle2{
       margin-top: 10px;
    }
   

    .cs123ef {
        display: inline-block;
        width: 36px;
        height: 36px;
        color: black;
        background-color: #fff;
        border-radius: 999px;
        justify-content: center;
        align-items: center;
        justify-items: center;
    }
    .mtb8-sm{
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .mtb9-sm{
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .modal-content{
        width: 110% !important;
    }

    .end-2 {
    right: 30px !important;
    }
}


.starsratingzin{
    margin-left: 150px;
}

@media (max-width: 399px)
{
    .starsratingzin{
        margin-left: 80px;
    }
  
}

@media (min-width: 400px) and (max-width: 499px) {
    .starsratingzin{
        margin-left: 130px;
    }
  }

  @media (min-width: 500px) and (max-width: 860px) {
    .starsratingzin{
        margin-left: 0px;
    }
  }

  @media (min-width: 861px) and (max-width: 1024px) {
    .starsratingzin{
        margin-left: 30px;
    }
  }


  .zinmt-3{
    margin-top: 3px;
  }

  .zinmt-4{
    margin-top: 9px;
  }

  .zinmt-5{
    margin-top: 15px;
  }

  .zinmt-6{
    margin-top: 20px;
  }

  .zinmt-7{
    margin-top: 25px;
  }

  .zinmt-8{
    margin-top: 30px;
  }

  .zinmt-9{
    margin-top: 40px;
  }

  .zinmt-10{
    margin-top: 50px;
  }

  .zinmt-10-1{
    margin-top: 70px;
  }

  .zinmt-10-2{
    margin-top: 80px;
  }
  .zinmt-11{
    margin-top: 95px;
  }

  .zinmb-50{
    margin-bottom: 2250px;
  }


  .text-12{
    font-size: 12px;
  }
  .text-13{
    font-size: 13px;
  }

  .text-14{
    font-size: 14px;
  }

  .text-15{
    font-size: 15px;
  }

  .text-16{
    font-size: 16px;
  }

  .text-17{
    font-size: 17px;
  }

  .text-top{
    top: 0;
    left:0;
  }
  