

  

  .product-single-image{
    height: 600px;
  }

  .img-untill-load{

    background: linear-gradient(	  
        to right,rgba(255, 255, 255, 0),rgba(255, 255, 255, 0.5) 50%,rgba(255, 255, 255, 0) 80%),
      lightgray;
    background-repeat: repeat-y;
    background-size: 50px 500px;
    background-position: 0 0;
    animation: shine 1s infinite;
  }

    .otherColorAtrImg {
        width: 80px;
        /* opacity: 0.5; */
        height: 80px;
        border: none;
        border-radius: var(--border-radius-small);
    }

    .ActiveColorOpt {
        opacity: 1;
        border: 1px solid var(--primary-color1);
        border-radius: var(--border-radius-small);
    }

    .Multi_img_scroll {
        max-height: 600px !important;
        -ms-overflow-style: none;
    }

    .Multi_img_scroll::-webkit-scrollbar {
        display: none;
    }
    .relatedCard{
        width:150px;
        height:200px
    }

    .slick-prev{
        width: 50px;
        height:50px;
    }

    .size-chart {
        color: var(--primary-color1);
        padding-left: 28px ;
    }

    .slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 51px;
    color: #191818;
}

.product-heartIcon {
    background-color: #c40000;
    border-bottom: 5px solid #a1030b;
    padding: 10px;
    font-size: 35px !important;
    color: white;
}

.product-heartIcon:hover {
    background-color: #c40000e2;
}
.sizeSelect{
    position: relative;
}
/* #addSize .disabled::before{
content: '';
width: 100%;
position: absolute;
display: block;
height: 2px;
color: gray;
background-color: red;
right: 0px;
top: 50%; 
} */



 .disabled{
    border: 2px solid var(--secondary-color-shade3);
    color: var(--primary-color2-shade3);
  
}

.areaSeverable input{
    margin: 19px 0px ;
    height: 50px;
    width: 88%;
    padding: 10px;
    padding-left: 50px;
    border: 1px solid var( --secondary-color-shade3);
    border-radius: var(--border-radius-small);
}
.areaSeverable input:hover{
    border: 1px solid var(--primary-color2-shade3);
}
.areaSeverable .pinCheck{
    
    left: 10px;
    top: 65px;
    color: var(--primary-color1);
    font-weight: 500;
    cursor: pointer;
}

.pinCheck img{
    width: 28px;
    
}

.areaSeverable li {
/* margin: 5px 10px; */
list-style: none;
}

/* .owl-stage-outer .active .product-item img:hover{
    transition: transform .2s;
}

.owl-stage-outer .active .product-item img:hover{
    transform: scale(2); 
} */
.colorOptionsHover:hover img{
    /* opacity: 1; */
    /* background-color: #242121; */
}
.colorOptionsHover .colorName{
position: absolute;
font-size: 12px;
background-color: black;
color: white;
padding-left: 3px;
bottom: 0px;
display: none;
width: 80px;

}

.colorOptionsHover:hover .colorName{
    display: block;
    
}


.owl-nav .disabled{
    /* display: none !important;  */
}


.prod-thumbnail .owl-dot img{
    height: 85px;
    width: 68px;
    background-color:#f1ede7;
}
.product-single-image {
    background-color:#f1ede7;
}
.product-single-image{
    cursor:zoom-in;
}


.img_Slider_size{
    height: 90vh;
}



  

  .image-grid-imageContainer {
    height: 0;
    padding-top: 133.33333333333331%;
    overflow: hidden;
    position: relative;
    border: 1px solid #f5f5f6;
    margin-bottom:0.25rem;
}

.image-grid-imageContainer:hover{
    cursor: zoom-in;
}

.image-grid-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-origin: border-box;
    background-size: cover;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s,-webkit-transform .4s;
    will-change: transform
}

.image-grid-image:hover {
    -webkit-transform: scale(1.04);
    transform: scale(1.04)
}




  .product-single-image-desktop>img:hover{
    cursor: zoom-in;
    transform: scale(1.02);
  }
  

  .zoom-img-nav-container{
    position: fixed;
    height: 10px;
    width: 100%;
    top: 60%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translate(-50%, -50%);
  }

  .zoom-img-nav-container .nav-Left ,.nav-Right{
    font-size: 25px;
    cursor: pointer;
    border: 2px solid;
    background-color: #24212171;
    color: white;
    border:1px solid #191818;
  }



  #prev_slider_img .imgPrevClose {
    z-index: 10;
    position: fixed;
    right: 5%;
    top: 10px;
    width: 50px;
    height: 50px;
    border: none;
    background-color: transparent;
   
    font-size: 40px;
  
  }


#prev_slider_img {
    position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow-y: hidden;
background-color: #333;
z-index: 200;
  }

.desktop-image-zoom-content {
    max-width: 980px;
    position: relative;
    margin: 0 auto;
    height: 100%;
    -webkit-box-shadow: 0 0 5px #d5d6d9;
    box-shadow: 0 0 5px #d5d6d9
}

.desktop-image-zoom-image-container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow-y: scroll;
    cursor: all-scroll;
   
    cursor: -webkit-image-set(url("../assets/expand-up-down-fill.svg") 2x),ns-resize
}
.desktop-image-zoom-image-container::-webkit-scrollbar {
    display: none;
  }
.desktop-image-zoom-primary-image {
    width: 980px;
    height: 1306px
}

.full-multi-img{
    position: fixed;
   
}
.full-multi-img .inner-img{
    width: 35px;
    height: 40px;
    margin: 5px;
    border: 2px solid black;
    cursor: pointer;
}

.full-multi-img .inner-img:hover{
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    border: 2px solid red;
}

.full-multi-img .active{
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    border: 2px solid red;
}
.full-multi-img .inner-img img{
    width: 100%;
    height: 100%;
}

.owl-custom-dots .owl-dot:first-child{
    /* margin-left: 40px; */
}



/* Responsive 1000px  */
    @media screen and (min-width:1000px) {

        /* .detailSide {
            overflow: scroll;
            height: 700px;
        } */

        .detailSide::-webkit-scrollbar {
            display: none;
        }

        .opacity {
            opacity: 0.2 !important;
            /* background-image: url(''); */
        }

        #prev_slider_img .imgPrevClose {
            right: 12% !important;
        }

        .zoom-img-nav-container{
            width: 980px ;
            top: 60%;
        }

        .zoom-img-nav-container .nav-Left ,.nav-Right{
            font-size: 50px;
        }
        .full-multi-img .inner-img{
            width: 50px;
            height: 60px;
            margin: 5px;
            cursor: pointer;
        }

        .full-multi-img{
            left: 7%;
        }
        .owl-custom-dots .owl-dot:first-child{
            /* margin-left: 115px; */
        }
    }

    


    /* Responsive 470px  */

    @media screen and (max-width:470px) {
        .otherColorAtrImg {
            width: 50px;
            opacity: 0.5;
            height: 70px;
        }
        .ActiveColorOpt {
            opacity: 1;
            border: 1px solid var(--primary-color1);
            border-radius: var(--border-radius-small);
        }

        .prod-thumbnail .owl-dot img{
            height: 80px;
            width: 55px;
            background-color: #f1ede7;
            padding: 2px;
        }

        #prev_slider_img .imgPrevClose{
            right: 2% !important;
        }
        .owl-custom-dots .owl-dot:first-child{
            /* margin-left: 180px; */
        }

        .owl-carousel .owl-item img{
            height: 420px;
        }

    }
    @media screen and (max-width:376px) {
        .prod-thumbnail .owl-dot img{
            width: 54px !important;
            padding: 2px !important;
        }

    }
    @media screen and (max-width:393px) {
        .prod-thumbnail .owl-dot img{
            width: 56px;
            padding: 2px !important;
        }

    }
    /* .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next {
        z-index: 1;
        width: 40px;
        height: 40px;
        background-color: #ccc;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        transform: translatey(-50%);
    }
    
    .owl-nav button span {
        font-size: 30px;
        height: 100%;
        display: block;
        width: 100%;
    }
    .owl-carousel .owl-nav button.owl-prev {
        left: 0;
    }
    .owl-carousel .owl-nav button.owl-next {
        right: 0;
    }
    .owl-carousel .owl-nav {
        margin: 0;
    }
    .btn-wrap {
        text-align: center;
        width: 100%;
    } */
    .disabled  .am-next , .disabled .am-prev{
        border :2px solid transparent;
        background-color: var(--secondary-color-shade3);
        padding: 10px 15px;
    }
   .select-size {
    color: var(--primary-color2-shade3);
   }
    .am-next,.am-prev{
        font-size: 0px !important;
        border: none;
        color: var(--secondary-color) !important;
        transform: 1s border;
        /* filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.25)); */
        padding: 10px 15px;
        background-color: var(--primary-color1);
        border-radius: var(--border-radius-small);

    }

    @media screen and (min-width:475px) {
    /* .am-next:hover,.am-prev:hover{
        border: 1px solid rgb(255, 255, 255) !important;
        background-color: #DB1A2A !important;

    } */
}
    
/* new single style file for the product details page */