@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

/* #B6A28E */

body{
    background-color: #F5F5DC;
}

header{
    width: 100%;
    height: 70px;
    background-color: #DCE4C9;
    color: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 70px;
    border-radius: 5px;
}

.logo h2{
    font-weight: 700;
    font-size: 23px;
    margin-top: 5px;
}

.logo a{
    text-decoration: none;
    color: #000;
    font-style: italic;
}

/* .logo a:hover{
    text-decoration: underline;
} */

.links a{
    color: black;
    text-decoration: none;
    margin: 0px 20px;
}

.links a:hover{
    text-decoration: underline;
}

h1{
    color: #fff;
    text-align: center;
    margin-top: 200px;
}

.youssef{
    margin: auto;
    color: #fff;
    /* background-color: #E07B39 ; */
    margin-top: 150px;
    text-align: center;
    padding: 30px 0px;
    width: 70%;
    border: 1px solid #fff;
    border-radius: 10%;
    backdrop-filter: blur(30px);
}

.overlay{
    position: absolute;
    background-color: rgba(1, 1, 1, .6);
    width: 100%;
    height: 100%;
}

.login1{
    background-image: url(../images/6_Retail.jpg);
}

.youssef h3{
    font-style: italic;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.youssef .jo , .mo{
    margin-bottom: 15px;
    width: 80%;
    outline: none;
    padding-left: 7px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 8px;
    border: none;
}

.jo:focus , .mo:focus{
    box-shadow: 1px 1px 7px 1px #fff;
}

::placeholder{
    color: #000;
    font-style: italic;
    letter-spacing: 2px;
}

.youssef button{
    padding: 5px;
    width: 30%;
    margin: 10px 0px;
    border-radius: 20px;
    cursor: pointer;
    transition: .6s;
    border: 1px solid #000;
}

.youssef button:hover{
    color: #fff;
    background-color: #000;
    border: 1px solid #fff;
}

.youssef p {
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 5px;
    
    
}


.youssef a{
    color: #fff;
    text-decoration: none;
    margin-top: 20px;
    margin-bottom: 30px;
}

.youssef a:hover{
    text-decoration: underline;
}

.additional-sec{
    display: flex;
    justify-content: space-evenly;
    /* align-items: center; */
}

.options , .search{
    width: 45%;
    margin-top: 20px;
    height: 30px;
    outline: none;
    padding-left: 5px;
    transition: .5s;
    border: 1px solid rgb(172, 172, 172);
}

.options:focus ,
.search:focus{
    box-shadow: 1px 1px 7px 1px #E07B39;
}

.container{
    width: 80%;
    margin: auto;
}


.product-item{
    width: 330px;
    border: 1px solid #111;
    padding: 6px;
    margin-top: 25px;
    border-radius: 10px;
    transition: .5s;
}

.product-item-img{
    margin-left: 7px;
}



.product-item-details{
    /* text-align: center; */
    padding: 7px 18px;
    font-size: 1.1rem;
    font-weight: 500;
    background-color: rgb(209, 207, 207);
}

.product-item-action{
    display: flex; 
    justify-content: space-between;
    margin-top: 20px;
}

.product-item-details span{
    font-weight: 600;
    font-style: italic;
    font-size: 1.2rem;
}


.product-item-action button{
    cursor: pointer;
    padding: 6px;
    background-color: #E07B39;
    border: none;
    border-radius: 10px;
    transition: .5s;
}

.product-item-action button:hover{
    color: #E07B39;
    background-color: #111;
}

.product-item-action i{
    margin-top: 18px;
    cursor: pointer;
    font-size: 22px;
    padding-right: 21px;
    padding-bottom: 28px;
    /* margin-bottom: 20px; */
}

.hidden{
    position: absolute;
    margin-left: 30px;
    margin-top: -17px;
    visibility: hidden;
    font-size: 22px;
}

.log-out{
    display: none;
}

.hidden2{
    display: none;
    font-size: 20px;
    cursor: pointer;
    position: relative;
}

.span2{
    width: 16px;
    height: 16px;
    background-color: rgb(133, 20, 20);
    color: #fff;
    display: inline-block;
    position: absolute;
    top: -6px;
    border-radius: 50%;
    font-size: 12px;
    padding: 2px;
    display: none;
    font-weight: 500;
    text-align: center;
}

.heart-icon{
     /* display: inline; */
    width: 16.5px;
    height: 13.5px;
    border-radius: 50%;
    /* background-color: darkred; */
}

.cart-div{
    position: absolute;
    top: 70px;
    right: 190px;
    background-color: #E07B39;
    width: 210px;
    padding: 10px;
    border: 1px solid #000;
    z-index: 100;
    display: none;
}

.cart-div a{
    display: block;
    margin: 10px 0px;
    text-align: center;
    background-color: #DCE4C9;
    border-radius: 10px;
}

.java-class{
    display: flex;
    justify-content: space-between;
}

.java-span1 , .java-span2{
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    background-color: #111;
    display: inline-block;
    width: 22px;
    height: 22px;
    text-align: center;
    border-radius: 50%;
}

.java-hr{
    margin-top: -5px;
    background-color: #fff;
}

.javap{
    font-size: 13px;
    margin-top: 3px;
}

/* .javab{
    font-style: italic;
} */

.java-span3 , .java-span4{
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    background-color: #111;
    display: inline-block;
    width: 22px;
    height: 25px;
    text-align: center;
    border-radius: 50%;
    font-style:oblique;
    margin-bottom: 10px;
}

.java-quan1{
    color: brown;
}

#totalPrice{
    text-align: center;
    margin-top: 40px;
    font-size: 32px;
    padding: 5px;
    background-color:#DCE4C9;
    font-weight: 600;
}

#favorites h2{
    text-align: center;
    margin-top: 20px;
}

.heart-icon.red{
    color: red;
}

.heart-icon1{
    color: red;
    margin-left: auto;
}

.heart-icon{
    color:darkcyan;
}

.product-item:hover{
    box-shadow: 1px 1px 8px 1px #E07B39;
}

.product-item-btn{
    box-shadow: 1px 1px 8px #111;
}

.heart-icon{
    text-shadow: 1px 1px 5px #111;
}

.java-span3 , .java-span1{
    background-color: green;
}

.java-span4 , .java-span2{
    background-color: red;
}

.carousel-container {
    /* width: 80%;  */
    /* margin:  auto; */
    position: relative;
    overflow: hidden;
}

.carousel-wrapper {
    display: flex;
    transition: transform 0.3s ease-in-out;
}

.product-item2 {
    width: 330px;
    margin: 0 10px;
    flex-shrink: 0;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    text-align: center;
    margin-bottom: 40px;
}

.product-item img {
    width: 100%;
    height: 270px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.carousel-prev,
.carousel-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 10;
    font-size: 20px;
    border-radius: 20%;
}

.carousel-prev {
    left: 0px;
}

.carousel-next {
    right: 0px;
}

.product-item2 i {
    margin-top: -10px;
    margin-right: -20px;
}

.hfav{
    text-align: center;
    word-spacing: 1px;
}

.divfav{
    width: 60px;
    height: 4px;
    border: none;
    margin: auto;
    background-color: #E07B39;
    transition: .5s;
    margin-bottom: 20px;
}

.fantasy:hover .divfav{
    width: 110px;
}


/* @media (max-width: 532px){
    header{
        font-size: 10px;
    }

    .links {
        display: flex;
        flex-direction: column;
    }
}
   */