.slide-container {
    position: relative;
    text-align: center;
    width:90%;
}  
/* Hide the images by default */
.mySlides {
    display: none;
}
/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}
/* Next & previous buttons */
.prev,
.next {

    cursor: pointer;
    position: absolute;
    width: 20%;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    text-decoration: none;
    top: 55%;
}
.prev{
    left: 0%;
}
/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
body{
    background-image: url('../images/home/back.svg');
}
.product-info .first-row .price .no-offer{
    text-decoration: line-through;
    color: #b4b4b4;
    padding-left: 10px;
}
.product-info .first-row .price{
    margin-top: 20px;
}

.product-info .first-row .price{
    margin-top: 20px;
}
.product-info .first-row .price div{
    font-size:20px;
}
.product-info .first-row .second-part{
    color: #f9ce8a;
}
.product-info .first-row .second-part p{
    color:#817979;
    padding:25px 0px ;
    font-size: 20px;
}
/*  */
.product-info .first-row .quantity .select-quantity{
    margin-top: 20px;
}
/*   ------------------------------------------------------------    */
.product-info .first-row .quantity .select-quantity button{
    /* background-color: black;
    border-width: 2px;
    border-style: solid;
    border-color: #ffffff;
    color: #706f6f;
    width: 12%;
    height: 30px; */
    background: transparent;
    border: 2px solid #f9ce8a;
    color: #f9ce8a;
    font-size: 24px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    transition: 0.3s ease;
    cursor: pointer;
    padding-top: 0.3rem;
}
.product-info .first-row .quantity .select-quantity button:hover {
    background-color: #f9ce8a;
    color: #0e0e0e;
}
.product-info .first-row .quantity .select-quantity input{
    /* background-color: black;
    border-width: 2px;
    border-style: solid;
    border-color: #ffffff;
    color: #4a4a4a;
    width: 16%;
    height: 30px;
    padding-bottom: 2px;
    margin: 0px -1px;
    text-align: center;
    z-index: 2; */
    font-size: 22px;
    color: #d4af37;
    font-weight: 600;
    min-width: 40px;
    margin-left:1rem ;
    margin-right:1rem ;
    text-align: center;
    transition: transform 0.2s ease, opacity 0.2s ease;
    display: inline-block;
}
.product-info .first-row .quantity .select-quantity input.animate {
    transform: scale(1.3);
    opacity: 0.7;
}
/* .product-info .first-row .quantity .select-quantity .min-btn{
    margin-left: 1px;
    border-left:0px;
} */
/*   ------------------------------------------------------------    */
/* remove scroll from input type number */
.product-info .first-row .quantity .select-quantity input::-webkit-outer-spin-button,
.product-info .first-row .quantity .select-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-info .first-row .quantity .select-quantity input[type=number] {
  -moz-appearance: textfield;
}
.product-info .first-row .update-card{
    padding-top: 40px;
}
.product-info .first-row{
    margin-top:40px;
    margin-bottom: 40px;
}
.product-info .first-row .update-card .inpt-ok{
    border-width: 0px;
    background-color: #f9ce8a;
    color: #ffffff;
    height:50px;
} 
.product-info .first-row .update-card .inpt-ok:hover{
    background-color: #c98013;
}
.product-info .first-row .quantity .submit{
  color: #f9ce8a;
  border:1px solid #f9ce8a;
  background-color: black;
  border-radius: 40px;
  margin-top: 20px;
  padding: 10px 15px;
  width:40%;
}
.product-info .first-row .quantity .submit:hover{
   color:white;         
}
/*  */
#viewshop{
    position:fixed;
    width: 100%;
    height: 100%;
    transition: display 2s;
    display:inline-block;
    /* opacity: 0.5; */
    z-index: 100;
    background-color: hsla(0, 0%, 0%, 0.7);
    padding-top: 12rem;
}
#viewshop #divImg{
    height:4rem;
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center;  
}
#viewshop #img{
       background-color: #f5b040;
       width:5rem;
       height: 5rem;
       position: fixed;
       /* left:39rem; */
       margin-bottom: 5px;
       border-radius: 180px;
       padding-top: 15px;
       margin-top: -5px;
       animation-name: example;
       animation-duration: 1s;
       animation-iteration-count: 2;
       animation-direction: alternate;
}
@keyframes example {
    0%   {margin-top: 0px;}
    50%  {margin-top: -30px;}
    100%  {margin-top: -5px;}
  }
#viewshop #success{
    color: #f5b040;
    font-size: 30px;
    padding-top: 15px;
}

#viewshop #total{
    color: #7e7567;
    font-size: 18px;
    padding-top: 15px;
    display: flex;
    gap: 1rem;
    justify-content:center ;
}
#viewshop #btns{
    padding-top: 20px;
    display: flex;
    gap: 2rem;
    justify-content:center ;   
}
#viewshop #viewcard ,#viewshop #con{
    background-color: white;
    border-width: 0.2rem;
    /* border: 2px; */
    width:15rem;
    height: 4rem;
    font-size: 18px;
}
#viewshop #viewcard{
    border-color:#f5b040;
    color: #f5b040;
}

#viewshop #viewcard:hover{
    background-color:#f5b040;
    color: white;
}
#viewshop #con{
    border-color:#0e0e0e;
    color:#0e0e0e;
}
#viewshop #con:hover{
    background-color:#0e0e0e;
    color:white;
}
#viewshop #backColor{
    background-color: rgb(255, 255, 255);
    width: 40rem;
    padding: 3rem;
    margin-top: -4rem;
    box-shadow: #f0d09e;
    box-shadow: 0px 0px 6px 6px #f5e8e8;
}
/*  */
@media (max-width: 991.98px) {
    
    #viewshop #btns{
        gap:1rem;
    }
    #viewshop #img{
           width:4rem;
           height: 4rem;
           border-radius: 180px;
           padding-top: 8px;
    }
    
    #viewshop #success{
        font-size: 20px;
    }
    
    #viewshop #total{
        padding-top: 3rem;
        font-size: 14px;
    }
    #viewshop #viewcard ,#viewshop #con{
        width:9rem;
        height: 3rem;
        font-size: 14px;
    }
    #viewshop #backColor{
        width: 25rem;
        height:20rem ;
        padding: 2rem;
        margin-top: -4rem;
    }
    /*  */
    .product-info .second-part .quantity .select-quantity,
    .product-info .second-part .price{
        justify-content: center;
    }
    .product-info .first-row .second-part{
        text-align: center;
        padding-top: 50px;
    }
    .product-info .first-row .quantity .submit{

        margin-top: 30px;
    }
    .product-info .first-row .slide-container{
              margin-right: 25px;
    }
}
@media (max-width: 767.98px) {
    .product-info .first-row .first-pa .slide-container-pa{
        padding-left: 20px;
    }
}

@media (max-width: 706.98px) {
    #viewshop{
        margin-right:-7rem;
        width:90rem;
    }
    #viewshop #backColor{
        margin-right: -40rem;
        margin-top: 0.1rem;
    }
}
/*  */
@media (max-width: 670px) {
    
    #viewshop{
        margin-right:-8rem;
    }
}

@media (max-width: 640px) {
    #viewshop{
        margin-right:-9rem;
    }
}

@media (max-width: 590px) {
    #viewshop{
        margin-right:-7rem;
    }
}
@media (max-width: 550px) {
    #viewshop{
        margin-right:-8rem;
    }
}
@media (max-width: 510px) {

    #viewshop{
        margin-right:-9rem;
    }
}
@media (max-width: 575.98px) {
    .product-info .first-row .update-card .inpt-ok{
          height:40px;
          font-size: 12px;
    }
    .h1-delivery a{
        font-size: 18px;
    }
    .product-info .first-row .quantity .submit{
        width:60%;
      }
}

@media (max-width: 590.98px) {
   
    #viewshop #btns{
        gap:1rem;
    }
    #viewshop #img{
           width:4rem;
           height: 4rem;
           border-radius: 180px;
           padding-top: 8px;
    }
    
    #viewshop #success{
        font-size: 20px;
    }
    
    #viewshop #total{
        padding-top: 1rem;
        font-size: 14px;
        gap: 0rem;
        flex-direction: column-reverse;
    }
    #viewshop #viewcard ,#viewshop #con{
        width:9rem;
        height: 3rem;
    }
    #viewshop #backColor{
        width: 23rem;
        height:23rem ;
        margin-top: -3rem;
        margin-left: 1.8rem;
    } 
}
@media (max-width: 500px) {

        #viewshop{
            margin-right:-5rem;
        }
    #viewshop #btns{
      flex-direction: column;
    }
    #viewshop #img{
           width:4rem;
           height:4rem;
           border-radius: 180px;
           padding-top: 8px;
    }
    
    #viewshop #success{
        font-size: 18px;
    }
    
    #viewshop #total{
        padding-top: 1rem;
        font-size: 14px;
        flex-direction: column-reverse;
    }
    /* #viewshop #viewcard ,#viewshop #con{
        width:9rem;
        height: 3rem;
    } */
    #viewshop #backColor{
        width: 19rem;
        margin-left: 13%;
    } 
}
@media (max-width: 470px) {

        #viewshop{
            margin-right:-6rem;
        }
    }
@media (max-width: 452px) {
    .product-info .first-row .quantity .select-quantity{  
        margin-right: 24px;
    }
    .product-info .first-row .quantity .submit{
        width:100%;
        margin-right: 16px;
      }
}
@media (max-width: 450.98px) {
    .product-info .first-row .quantity{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-right: -30px;
    }
    #lastp{
        margin-left:-35px;
    }
    #f1{
        width:270%;
        margin-left:-61px;
    }
}
@media (max-width: 435px) {

        #viewshop{
            margin-right:-7rem;
        }
    }
@media (max-width: 430.98px) {
    #viewshop #backColor{
        width: 15rem;
        margin-left: 15%;
        height:24rem ;
    } 
}
@media (max-width: 390.98px) {
    #viewshop #backColor{
        margin-left: 18%;
    } 
}
@media (max-width: 340.98px) {
        #viewshop #backColor{
            margin-left: 22%;
        } 
}