.shopWrapper-2 {
    padding-top: 20px !important; height: 83.8vh !important;
}

.imageVariants{
    display: none;
    position: absolute;
    left:-50px;
    width: 60px;
    height: 100%;
    top:0;
}
.activeimageVariants{
    display: flex;

}
.imageVariants img{
    height:45px !important ;
    width: 45px !important;
    opacity: 0.4;
    padding: 3px;
}
.imageVariants img:hover{
    opacity: 1;
    box-shadow: 0px 2px 8px rgb(211, 211, 211);
    padding: 3px;
    border: 1px solid rgb(197, 197, 197);
    border-radius: 6px;
}
.imageVariants  .active_thumbnail{
    opacity: 1;
    box-shadow: 0px 2px 8px rgb(211, 211, 211);
    border: 1px solid rgb(197, 197, 197);
    border-radius: 6px;
}

.hoverNun:hover{
    box-shadow: none !important;
}
.price{
    text-transform: uppercase;
    color: orange;
    font-size: 16px;
    padding-left: 10px;
    margin-top: 10px;

}
.price #price{
    color: black;
    font-size: 30px;
}
.price #save_percentage{
    margin-left: 10px;
    font-size: 16px;
    color: rgb(47, 47, 47);

}
.scrolls::-webkit-scrollbar{
    width: 5px;
}
.scrolls::-webkit-scrollbar-thumb{
    background-color: rgba(0, 0, 0, 0.132);
    border-radius: 16px;

}
.variants{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 5px;
    margin-left: 5px;
}
.variants p{
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid rgba(5, 5, 5, 0.116);
    margin:  4px;
    justify-content: center;
    padding: 3px 10px;
    cursor: pointer;
    position: relative;
 
}
.variants p img{
    height: 25px;
    width: 25px;
    margin-left: 4px;
}
.variants p:hover{
    box-shadow: 0px 2px 16px rgb(219, 219, 219);
    border: 1px solid rgba(5, 5, 5, 0.281);
    font-weight: 400;
}
.variants  .active-cvariant{
    box-shadow: 0px 2px 16px rgb(219, 219, 219);
    border: 1px solid rgba(5, 5, 5, 0.281);
    font-weight: 400;
}
.variants  .active-svariant{
    box-shadow: 0px 2px 16px rgb(219, 219, 219);
    border: 1px solid rgba(5, 5, 5, 0.281);
    font-weight: 400;
}
.variants  .active-svariant span{
    box-shadow: 0px 2px 16px rgb(219, 219, 219);
    font-weight: 400;
}
.variants .s_variant span{
position: absolute;
right: -5px;
top: -10px;
background-color: rgba(245, 245, 245, 0.86);
font-size: 10px;
width: 17px;
height: 17px;
border: 1px solid rgba(0, 0, 0, 0.098);
border-radius: 360px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.variants .s_variant:hover span{
font-weight: 400;
box-shadow: 0px 2px 16px rgb(219, 219, 219);
}
.toCart{
    display: grid; grid-template-columns: repeat(2,1fr);
    padding: 20px;
    background: rgba(231, 231, 231, 0.234);
    margin: 20px 10px;
    width: 90%;
    gap: 20px;
    position: relative;
}
.toCart span{
    position:absolute;
    top: -18px;
    left: 37%;
    padding: 3px 30px;
    font-size: 12px;
    background-color: rgba(231, 231, 231, 0.234);
    text-transform: capitalize;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.toCart div{}
.toCart div p{
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}
.toCart div p label{
    font-size: 15px;
    padding: 3px 0px;
    font-weight: 400;
}
.toCart div .select{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 27px;
    border-radius: 16px;
    padding: 2px 10px;
    outline: none;
    color: #000000c8;
    border: 1px solid #00000056;
    -webkit-box-shadow: 0px 2px 18px rgba(128, 128, 128, 0.466);
    box-shadow: 0px 2px 18px rgba(128, 128, 128, 0.466);
    width: 180px;
}
.toCart div .input{
    height: 27px;
    border-radius: 16px;
    padding: 2px 10px;
    outline: none;
    border: none;
    box-shadow: 0px 2px 18px rgba(128, 128, 128, 0.466);
    width: 180px;
}
    .toCart div p button{
        border: none;
        margin-bottom: 10px;
        font-size: 16px;
        padding: 3px 0px;
        text-transform: capitalize;
        width: 180px;
        border-radius: 16px;
        transition: all 0.2s ease;

    }
    .toCart div p button:nth-child(1){
        background-color: black;
        color: #fff;
        box-shadow: 0px 2px 18px rgba(128, 128, 128, 0.466);
        margin-top: 20px;
        border: 1px  solid  black ;
    }
    .toCart div p button:nth-child(1):hover{
        color: orange;
        font-size: 15px;
    }
    .toCart div p button:nth-child(2){
        border: 1px  solid  black ;
        color: #000000c8;
        box-shadow: 0px 2px 18px rgba(128, 128, 128, 0.466);
        margin-top: 0px;
    }
    .toCart div p button:nth-child(2):hover{
        background-color: rgba(0, 0, 0, 0.667);
        font-size: 15px;
        color:#fff ;
        border: 1px  solid rgba(0, 0, 0, 0.619);
}
@media screen and (max-width: 480px) {
    .shopWrapper-2 {
        height: auto !important;
    }
    .imageVariants {
        left: 0%;
        width: 100%;
        height: 60px;
        flex-direction: row;
        overflow: auto;
        top: 106%;
    }
    .imageVariants::-webkit-scrollbar{
        display: none;
    }
    .sellers-2 {
   height: 350px !important;
    }
    .c-Tiles-2{
        height: auto !important;
        margin-top: 100px;
    }
    .c-Tiles-2 p{
        font-size: 14px;
    }
    .c-Tiles-2 h2 {
        display: flex;
        font-size: 25px;
    }
    .toCart {
        grid-template-columns: repeat(1, 1fr);
        width: 100%;
        margin: 20px 0px;
    }
    .toCart div .select {
        width: 80%;
        font-size: 16px;
    }
}