*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ header $$$$$$$$$$$$$$$$$$$$$$$$$ */
#header{
    background-image: url("img/banner/b1.jpg");
    width: 100%;
    height: 70vh;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: rgba(233, 233, 233, 0.337);;
}
#header h1{
    font-size: 3rem;
    color: white;
}
#header .col-12 p{
    font-size: 1rem;
    color: white;
}

/* ^^^^^^^^^^^^^^^^^^^^ proudect ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
#products{
    background: rgba(233, 233, 233, 0.337);
    padding-bottom: 10px;
}
#products .col-3{
    border: 1.5px solid rgb(210, 208, 208);
    border-radius: 30px;
    width: 260px;
    margin-left: 24px;
    margin: 20px 0px 20px 24px;
    box-shadow: 0px 0px 30px rgb(236, 233, 233);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
#products .col-3:hover{
    box-shadow: 0px 0px 30px rgb(201, 201, 201);
}
#products .col-3 .text{
    position: relative;
    margin-bottom: 20px;
}
#products .col-3 .text p{
  margin: 20px 0px 0px 3px;
}
#products .col-3 .text h3{
    font-size: 1rem;
    font-weight: bold;
}
#products .col-3 .text .star{
    color: rgb(237, 203, 13);
    display:block;
    
}
#products .col-3 .text h2{
    color: rgb(0, 168, 78);
    display: inline;
    font-size: 1.3rem;
    font-weight: bold;
}
#products .col-3 .text a{
    position: absolute;
    top: 55px;
    right: 0px;
    font-size: 1.7rem;
    color: rgb(0, 168, 78);
    background: rgba(102, 252, 172, 0.228);
    border-radius: 50%;
    padding: 5px 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
#products .col-3 .img img{
    width: 100%;
    border-radius: 30px;
    margin-top: 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.disable{
    display: none;
}

div.show{
    position: absolute;
    top: 0%;
    right:0%;
    transform: translate(-200%);
    width: 100%;
    height: 100%;
    background-color: white;
    -webkit-transform:;
    -moz-transform:;
    -ms-transform:;
    -o-transform:;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
div.back{
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}
div.show .rmv-2{
    font-weight: bold;
    color: black;
    text-decoration: none;
    position: absolute;
    top: 15%;
    left:2%;
    font-size: 2rem;
}
div.show .rmv-2:hover{
    color: darkorange;
}
div.show .main-img{
    
    width: 400px;
    height: 500px;
    /* border: 2px solid black; */
    /* background-color: blue; */
    margin-top: 100px;
}
div.show .main-img .img{
    /* border: solid green 2px; */
    width: 393px;
    height: 367px;
}
div.show .main-img .pic{
    /* border: 2px solid red; */
    height: 122px;
    width: 127px;
    /* background-color: aqua; */
    display: inline-block;
    margin: 7px 2px 0 0;
}
div.show .main-img .pic img{
    width: 100%;
    height: 100%;
}
div.show .main-img img{
    width: 100%;
    height: 100%;
}
div.show .text{
    width: 500px;
    /* border: 2px solid black; */
    margin: 30px 70px 0 40px;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* align-self: flex-start; */
}
div.show .text h4{
    font-size: 1rem;
    font-weight: bold;
    margin-top: 15px;
}
div.show .text h2{
    font-size: 1.3rem;
    font-weight: bold;
}
div.show .text h1{
    font-size: 1.9rem;
    font-weight: bold;
}
div.show .text form select{
    border: black 1px solid;
    width: 120px;
    height: 30px;
    display: block;
    padding: 3px 5px;
    font-weight: 500;
}
div.show .text form .num{
    width: 50px;
    height: 40px;
    padding: 7px;
}
div.show .text form .bt{
    font-weight: 500;
    padding: 7px 25px;
    background-color: rgb(0, 168, 78);
    border: .5px solid rgb(0, 94, 6);
    color: white;
    margin-top: 12px;
    margin-bottom: 25px;
}
.ordernum{
    position: absolute;
    font-size: 1rem;
    top: -10px;
    left: -14px;
    color: white;
    background-color: rgba(255, 0, 0, 0.842);
    padding: 0px 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
@media (max-width:970px) {
    div.show .text{
        margin-left: 100px;
    }
}
@media (max-width:670px) {
    div.show .main-img .pic{
        /* border: 2px solid red; */
        height: 105px;
        width: 110px;
        /* background-color: aqua; */
        display: inline-block;
        margin: 7px 2px 0 0;
    }
}
