.Payway {
    margin: 10px 0 10px 0;
}

.PaywayText {
    margin-bottom: 0;
}

.installment {
    display: flex;
    flex-wrap: wrap;
}

.installmentdetail {
    border: 1px solid black;
    padding: 5px;
    margin: 0 10px 5px 0;
}

.installmentdetail_1 {
    color: red;
}

.colorpick {
    margin: 0;
}

.colortype {
    display: flex;
    margin-bottom: 10px;
}

.color1 {
    width: 30px;
    height: 30px;
    background-color: pink;
}

.color2 {
    width: 30px;
    height: 30px;
    background-color: lightblue;
    margin-left: 5px;
}

.color3 {
    width: 30px;
    height: 30px;
    background-color: lightgreen;
    margin-left: 5px;
}

.color {
    cursor: pointer;
}

.color.active {
    border: 1px solid black;
}

.sizepick {
    margin: 0;
}

.sizetype {
    display: flex;
    margin-bottom: 10px;
}

.size {
    margin-left: 10px;
}

.image-zoom-available.is-active {
    cursor: none;
}

.image-zoom-available {
    cursor: zoom-in;
}

.bottomimg {
    height: 100px;
    margin: 10px 0;
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
}

.bottomimg img {
    height: 100%;
    width: 120px;
    margin: 0 10px;
}
.soldout span{
    color: rgb(219, 88, 88);
    font-weight: 1000;
}
#heart {
    height: 20px;
    width: 20px;
}

.detailbtn button {
    margin: 10px 0;
}
.bottomimg .bottomvideo{
    position: relative;
    width: 120px;
    height: 100%;
    margin: 0 10px;
}
.bottomimg .bottomvideo img:nth-child(2){
    width: 50px;
    height: 50px;
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    pointer-events: none;
}

.showvideo{
    display: none;
}
/*
.img_control img{
    display: none;
} */
