* {
    margin: 0;
    padding: 0%;
    border: 0;
}
@media (min-width: 679px) {
    

body {
    height: 100vh;
    width: 100vw;
    background-color: wheat;
    display: flex;
    justify-content: center;
    align-items: center;

}
.container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 800px;
    height: 500px;
    background-color: white;
    position: relative;
    box-shadow: 0px 0px 15px 2px #1f1f1f10;

}
.header {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 100%;
    font-weight: 400;
    position: absolute;
    top: 0;
}
nav {
    display: flex;
    position: absolute;
    top: 0;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 80%;
    background-color: white;
    box-shadow: 0px 8px 10px -10px #1f1f1f10;
    clip-path: inset(0px 0px -2px 0px);
    justify-content: center;
    align-items: center;
    color: hsl(26, 100%, 55%) hsl(25, 100%, 94%)
    hsl(220, 13%, 13%) hsl(219, 9%, 45%) hsl(220, 14%, 75%) hsl(223, 64%, 98%);
}
nav .topnav {
    position: absolute;
    left: 0;
    width: 100%;

}
.company-logo {
    height: 20px;
    float: left;
}
.icon {
    display: none;
}
.topnav .mylinks {
    float: left;
}

nav a {
    font-size: 0.9rem;
    display: inline;
    margin: 0px 5px;
    color: rgba(0, 0, 0, 0.479);
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
}
nav a:hover {
    color: black;
    
}
nav .cart {
    margin-top: 5px;
    position: absolute;
    right: 40px;
    z-index: 1000;
}

.avatar img {
    height: 30px;
    width: 30px;
    position: absolute;
    border-radius: 50%;
    border: 2px solid hsl(26, 100%, 55%);
    right: 0;
} 


.main-container {
    position: absolute;
    top: 50px;
    padding: 60px 30px 0px 30px;
    width: 620px;

}


.left {
    width: 50%;
    float: left;
    display: block;
}



.slide-container {
    border-radius: 8px;
    width: 250px;
    height: 250px;
    overflow: hidden;
    display: block;

}

.slide-container img {
    width: 250px;
    height: 250px;


}
.image-container {
    width: 1000px;
    height: 250px;
    position: relative;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
  

} 

 .image {
    float: left;
    margin: 0%;
    padding: 0%;
}

.button-container {
    position: relative;
    margin-top: 20px;
   
}

.slider-button {
    display: inline-block;
    height: 50px;
    width: 50px;
    margin-right: 12.5px;
    padding: 0;


}
/* .slider-button:hover {
    background-color: hsla(26, 100%, 65%, 0.432);
    border-color: 2px solid black;
} */

/* .slider-button .first {
    background-image: url("image-product-1-thumbnail.jpg");
} */

.button-container img {
    border-radius: 5px;
}

.button-container img:hover {
    opacity: 0.4;
}

.active-img {
    border: 2px solid;
border-color: hsl(26, 100%, 55%); 
opacity: 0.4;

}


#slider-image-1:target ~ .image-container {
    left: 0px;
}
#slider-image-2:target ~ .image-container {
    left: -250px;
}
#slider-image-3:target ~ .image-container {
    left: -500px;
}
#slider-image-4:target ~ .image-container {
    left: -750px;
}
.class {
    background-color: red;
    display: block;
}

.side-container {
    display: block;
    float: right;
    width: 50%;
}
.side-container .company-name {
    font-size: 0.8rem;
    font-weight: 700;
    color: hsl(26, 100%, 55%);
    margin-bottom: 20px;
    text-transform: uppercase;
}


.title {
    font-size: 2rem;
    font-weight: 700;
    margin-top: 15px;
}

.content {
    font-size: 0.7rem;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.37);
    margin-top: 15px;
    line-height: 20px;
    font-family: 'Kumbh Sans', sans-serif;
    font-family: 'Space Grotesk', sans-serif;
    font-family: 'Ubuntu', sans-serif;

}

.price {
    margin-top: 10px;
    font-size: 1.2rem;
    font-weight: bold;
}

.price span {
    background-color: hsl(25, 100%, 94%);
    color: hsl(26, 100%, 55%);
    padding: 3px;
    font-size: 0.8rem;
}

.prev-price {
    margin-top: 10px;
    text-decoration: line-through;
    color: rgba(0, 0, 0, 0.397);
    font-weight: bold;
    font-size: 0.8rem;
}
.quantity {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    background-color: hsl(223, 64%, 98%);
    border-radius: 9px;
    float: left;
    width: 120px;
}
.quantity .minus {
    margin: 0 15px 0 8px;
    cursor: pointer;
}
.quantity span {
    position: relative;
}
.quantity .zero {
    margin: 0 15px 0 15px;
    font-weight: bold;
}
.quantity .plus {
    margin: 0 8px 0 15px;
    cursor: pointer;
}

.add {
    display: flex;
    float: right;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    width: 180px;
    background-color: hsl(26, 100%, 55%);
    border-radius: 10px;
    font-weight: bold;
    margin-left: 10px;
    height: 45px;
    color: white;
    cursor: pointer;
}

.add:hover {
    background-color: hsl(26, 100%, 65%);
}

.add svg {
    color: white;
    margin-right: 8px;

}
.pop-up {
    width: 200px;
    height: 146px;
    background-color: white;
    position: absolute;
    top: 7px;
    display: none;
    right: -10px;
    border-radius: 8px;
    /* -moz-box-shadow: 0px 10px 20px #1f1f1f10;
    -o-box-shadow: 0px 10px 20px #1f1f1f10;
    -webkit-box-shadow: 0px 10px 20px #1f1f1f10; */
    box-shadow: -5px 10px 20px #1f1f1f10;
}

.active {
    display: block;
}
.top {
    height: 20px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.041);
    padding: 10px;
    font-weight: bold;
    text-transform: capitalize;

}
.bottom {
    padding: 15px;
}
.image1 {
    margin-right: 10px;
    width: 30px;
    float: left;
}
.image1 img {
    height: 30px;
    width: 30px;
    border-radius: 5px;
    /* margin-right: 10px; */
}
.image-details {
    width: 68%;
    font-size: 0.5rem;
    font-weight: bold;
    color: rgb(194, 201, 217);
    text-transform: capitalize;
    float: left;
}
.image-details p {
    line-height: 14px;
}
.delete {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 14px;
    height: 34px;
    float: right;
}


.sub-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 105px;
}
.empty {
    display: none;
}
.empty-msg {
    font-weight: bold;
    color: rgba(0, 0, 0, 0.39);
    font-size: 0.8rem;
}


.checkout {
    height: 35px;
    width: 100%;
    background-color: hsl(26, 100%, 55%);
    color: white;
    border-radius: 8px;
    font-weight: bold;
    margin-top: 10px;
}
.cart-no {
    position: absolute;
    height: 10px;
    width: 14px;
    border-radius: 5px;
    background-color: hsl(26, 100%, 55%);
    color: white;
    display: none;
    justify-content: center;
    align-items: center;
    top: -3px;
    right: -3px;
    font-size: 0.4rem;
    font-weight: bold;
}

.active1 {
    display: flex;
}

.multiple {
    text-transform: lowercase;
}
.total {
    font-size: 0.65rem;
    font-weight: bold;
    color: black;
}
#close {
    display: none;
}
.icon {
    display: none;
}

}
@media (min-width: 320px) and (max-width:678px) {

    body {
        height: 100vh;
        width: 100vw;
        background-color: white;
    
    }
    .container {
        display: block;
        width: 100%;
        height: auto;
        background-color: white;
    
    }
    .header {
        display: block;
        height: 60px;
        width: 100%;
        font-weight: 400;
        position: absolute;
        /* z-index: -1; */
    }
    .z-header {
        z-index: -1;
    }
    nav {
        display: flex;
        position: relative;
        top: 0;
        justify-content: center;
        align-items: center;
        height: 60px;
        width: 100%;
        background-color: white;

    }
     nav .topnav {
        position: relative;
        left: 0;
        width: 100%;
    }
    .topnav .mylinks {
        display: none;
        position: absolute;
        height: 100vh;
        width: 50vw;
        background-color: white;
        top: -20.5px;
        left: 0;
        font-size: 1rem;
        font-weight: bold;
        padding-left: 25px;
        padding-top: 25px;
        z-index: 1000;
    }
    .topnav a.icon {
        display: block;
        position: absolute;
        width: 14px;
        left: 15px;
        float: left;
        
      }
      .company-logo {
        display: block;
        position: relative;
        left: 45px;
        float: left;
        top: -3px;
      }

      .mylinks a {
        display: block;
        margin-top: 25px;
        text-decoration: none;
        color: black;
        cursor: pointer;
      }
    /*
    nav a {
        font-size: 0.9rem;
        display: block;
        margin: 0px 5px;
        color: rgba(0, 0, 0, 0.479);
        font-weight: 400;
        cursor: pointer;

    }

    nav a:hover {
        color: black;
        
    } */
    nav .cart {
        position: absolute;
        display: block;
        height: 20px;
        width: 20px;
        right: 54px;

    }

    .avatar img {
        height: 20px;
        width: 20px;
        position: absolute;
        border-radius: 50%;
        border: 2px solid hsl(26, 100%, 55%);
       right: 15px;

        
    } 
    .cart-no {
        position: absolute;
        height: 10px;
        width: 14px;
        border-radius: 5px;
        background-color: hsl(26, 100%, 55%);
        color: white;
        display: none;
        justify-content: center;
        align-items: center;
        top: -3px;
        right: -3px;
        font-size: 0.4rem;
        font-weight: bold;
    }

    /* .topnav a {
        color: white;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
        display: block;
    } */
     
      /*
      
    .topnav .mylinks a {
        margin-bottom: 20px;
    } */

    
.main-container {
    position: absolute;
    top: 60px;
    width: 100%;

}


.left {
    width: 100%;
    display: block;
    position: relative;
    z-index: -1;
}



.slide-container {
    width: 100vw;
    height: 250px;
    overflow: hidden;
    display: block;

}

.slide-container img {
    width: 100vw;
    height: 250px;


}
.image-container {
    width: 400vw;
    height: 250px;
    position: relative;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
  

} 

 .image {
    margin: 0%;
    padding: 0%;
}

.button-container {
    position: relative;
    margin-top: 20px;
    display: none;
   
}

.slider-button {
    display: inline-block;
    height: 50px;
    width: 50px;
    margin-right: 12.5px;
    padding: 0;


}
/* .slider-button:hover {
    background-color: hsla(26, 100%, 65%, 0.432);
} */

.button-container img {
    border-radius: 5px;
    border: 2px solid;
border-color: hsl(26, 100%, 55%);
}

.side-container {
    display: block;
    /* width: 100%; */
    padding: 15px;
    position: relative;
    /* z-index: -1; */
}

.z-container {
    z-index: -1;
}
.side-container .company-name {
    font-size: 1rem;
    font-weight: 700;
    color: hsl(26, 100%, 55%);
    margin-bottom: 20px;
    text-transform: uppercase;
}

.title {
    font-size: 2rem;
    font-weight: 700;
    margin-top: 15px;
}

.content {
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.37);
    margin-top: 15px;
    line-height: 20px;
    font-family: 'Kumbh Sans', sans-serif;
    font-family: 'Space Grotesk', sans-serif;
    font-family: 'Ubuntu', sans-serif;

}

.price {
    margin-top: 10px;
    font-size: 1.2rem;
    font-weight: bold;
}

.price span {
    background-color: hsl(25, 100%, 94%);
    color: hsl(26, 100%, 55%);
    padding: 3px;
    font-size: 0.8rem;
}

.prev-price {
    margin-top: 10px;
    text-decoration: line-through;
    color: rgba(0, 0, 0, 0.397);
    font-weight: bold;
    font-size: 0.8rem;
}
.quantity {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    background-color: hsl(223, 64%, 98%);
    border-radius: 9px;
    /* width: 80%; */
}
.quantity .minus {
    cursor: pointer;
    width: 33.3%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}
.quantity span {
    position: relative;
}
.quantity .zero {
    font-weight: bold;
    width: 33.3%;
    display: flex;
    float: left;
    justify-content: center;
    align-items: center;
}
.quantity .plus {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 33.3%;
    float: right;
}

.add {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    background-color: hsl(26, 100%, 55%);
    border-radius: 10px;
    font-weight: bold;
    position: relative;
    height: 45px;
    width: 100%;
    color: white;
    cursor: pointer;
}

.add:hover {
    background-color: hsl(26, 100%, 65%);
}

.add svg {
    color: white;
    margin-right: 8px;

}
.pop-up {
    height: 210px;
    width: 94vw;
    margin-left: 3vw;
    background-color: white;
    position: absolute;
    top: 10px;
    display: none;
    /* right: -10px; */
    border-radius: 8px;
    box-shadow: 1px 1px 1px 1px #1f1f1f10;
    z-index: -1;
}

.active {
    display: block;
}
.top {
    height: 20px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.041);
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    font-weight: bold;
    text-transform: capitalize;

}
.bottom {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    /* display: flex;
    justify-content: center;
    align-items: center;
    
*/
height: auto;
}
.image1 {
    margin-right: 10px;
    width: 50px;
    float: left;
}
.image1 img {
    height: 50px;
    width: 50px;
    border-radius: 5px;
    /* margin-right: 10px; */
}
.image-details {
    width: 68%;
    font-size: 1rem;
    color: rgb(194, 201, 217);
    text-transform: capitalize;
    float: left;
}
.image-details p {
    line-height: 25px;
}
.delete {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 14px;
    height: 50px;
    float: right;
}


.sub-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 105px;
}
.empty {
    display: none;
}
.empty-msg {
    font-weight: bold;
    color: rgba(0, 0, 0, 0.39);
    font-size: 0.8rem;
}


.checkout {
    height: 45px;
    width: 100%;
    background-color: hsl(26, 100%, 55%);
    color: white;
    border-radius: 8px;
    font-weight: bold;
    margin-top: 20px;
}
.cart-no {
    position: a bsolute;
    height: 10px;
    width: 14px;
    border-radius: 5px;
    background-color: hsl(26, 100%, 55%);
    color: white;
    display: none;
    justify-content: center;
    align-items: center;
    top: -3px;
    right: -3px;
    font-size: 0.4rem;
    font-weight: bold;
}

.active1 {
    display: flex;
}

.multiple {
    text-transform: lowercase;
}
.total {
    font-size: 1.1rem;
    font-weight: bold;
    color: black;
    margin-left: 5px;
}

}