/* *{
    font-family: 'Cairo', sans-serif;
    font-weight: 500px;
    color: #2C414C;
} */

#display{
    display: grid;
    grid-template-columns: repeat(4, 19%);
    grid-gap: 4%;
    margin-left: 12.8%;
}


img{
    height: 35%;
}
#displayInfo{
    height: 350px;
}

.shades{
    display: flex;
}

/* #container{
    display: flex;
} */

#zoomImage{
    width: 45%;
    height: 35%;
    margin-top: 10%;
}

#divLeft{
    display: flex;
    flex-direction: column;
    width: 8%;
    margin: 10% 4% 0% -8%;
}

.tiles{
    width: 80%;
    height: 20%;
    padding: 10%;
}
.top-tile{
    padding: 0% 10% 10% 10%;
}

#divRight{
    width: 40%;
    margin: 8% 5% 0% 6%;
}

.shade{
    width: 13%;
    height: 13%;
    padding: 2% 4% 2% 0%;
    margin-top: -3%;
}

#mainTitle{
    font-size: 15px;
    margin-top: -1%;
}

#rating{
    width: 20%;
    height: 6%;
    background-color: #CDD614;
    padding-left: 2%;
    padding-bottom: 2%;
    color: white;
    margin-top: -25px;
    font-size: 80%;
}

#price{
    margin-top: -50px;
}

#discountedPrice{
    display: inline-block;
    font-size: 25px;
}

#originalPrice{
    display: inline-block;
    color: #96A0A6;
    font-size: 15px;
    margin-left: 2%;
    text-decoration: line-through;
}

#offPercentage{
    display: inline-block;
    margin-left: 2%;
    font-size: 20px;
    color: #E40980;
}

#allProducts{
    margin-left: 45%;
    font-size: 200%;
}

#bestSellers{
    margin-left: 45%;
    font-size: 200%;
}

/* bestseller carousell css */

    .container {
        width: 1200px;
        padding: 1rem;
        margin-left: 4%;
        margin-top: -3.5%;
    }

    .container h2{
        font-weight: 300;
        margin-bottom: 1rem;
    }
    
    .carousell-container{
        width: 100%;
        height: 360px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        border-radius: 0.2rem;
        background-color: white;
        border-radius: 0.2rem;
        overflow: hidden;
    }
    

    .carousell-container .carousell-content {
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            top: 50%;
            left: 0.5rem;
            transition: all 0.3s ease;
            transform: translateY(-50%);
    }

    .carousell-content .box {
        width: 200px;
        height: 300px;
        background-color: white;
        margin-right: 1rem;
        /* padding: 1.2rem; */
        border-radius: 0.5rem;
        /* box-shadow: 1px 1px 16px 1px rgb(223, 204, 204); */
        border: 0.5px rgb(231, 224, 224);
    }

    #carousellPrice{
        margin-top: -20%;
    }

    .btn {
        position: absolute;
        top: 50%;
        width: 50px;
        height: 50px;
        border: 50%;
        border-radius: 50%;
        outline: none;
        border: none;
        cursor: pointer;
        transform: translateY(-50%) scale(0.5);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }

    .btn.show {
        transform: translateY(-50%) scale(1);
        opacity: 1;
        visibility: visible;
    }

    .btn.left {
        left: 0.1rem;
    }

    .btn.right {
        right: 0.1rem;
    }

    img{
        width: 100%;
        height: 70%;
    }

    /* currently Trending carousell */

    
    .CTcontainer {
        width: 1200px;
        padding: 1rem;
        margin-left: 10%;
        margin-top: -2.5%;
    }

    .CTcontainer h2{
        font-weight: 300;
        margin-bottom: 1rem;
    }
    
    .CTcarousell-container{
        width: 100%;
        height: 360px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        border-radius: 0.2rem;
        background-color: white;
        border-radius: 0.2rem;
        overflow: hidden;
    }
    

    .CTcarousell-container .CTcarousell-content {
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            top: 50%;
            left: 0.5rem;
            transition: all 0.3s ease;
            transform: translateY(-50%);
    }

    .CTcarousell-content .CTbox {
        width: 200px;
        height: 300px;
        background-color: white;
        margin-right: 1rem;
        border-radius: 0.5rem;
        border: 0.5px rgb(231, 224, 224);
    }

    #CTcarousellPrice{
        margin-top: -20%;
    }

    .CTbtn {
        position: absolute;
        top: 50%;
        width: 50px;
        height: 50px;
        border: 50%;
        border-radius: 50%;
        outline: none;
        border: none;
        cursor: pointer;
        transform: translateY(-50%) scale(0.5);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }

    .CTbtn.CTshow {
        transform: translateY(-50%) scale(1);
        opacity: 1;
        visibility: visible;
    }

    .CTbtn.CTleft {
        left: 0.1rem;
    }

    .CTbtn.CTright {
        right: 0.1rem;
    }

    img{
        width: 100%;
        height: 70%;
    }

    #currentlyTrending{
        margin-left: 42%;
        font-size: 200%;
    }

    /* customer top favorites */

    .CTFcontainer {
        width: 1200px;
        padding: 1rem;
        margin-left: 4%;
        margin-top: -4%;
    }

    .CTFcontainer h2{
        font-weight: 300;
        margin-bottom: 1rem;
    }
    
    .CTFcarousell-container{
        width: 100%;
        height: 360px;
        display: flex;
        margin-left:10%;
        margin-top: 10px;
        align-items: center;
        justify-content: center;
        position: relative;
        border-radius: 0.2rem;
        background-color: white;
        border-radius: 0.2rem;
        overflow: hidden;
    }
    

    .CTFcarousell-container .CTFcarousell-content {
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            top: 50%;
            left: 0.5rem;
            transition: all 0.3s ease;
            transform: translateY(-50%);
    }

    .CTFcarousell-content .CTFbox {
        width: 200px;
        height: 300px;
        background-color: white;
        margin-right: 1rem;
        border-radius: 0.5rem;
        border: 0.5px rgb(231, 224, 224);
    }

    #CTFcarousellPrice{
        margin-top: -20%;
    }

    .CTFbtn {
        position: absolute;
        top: 50%;
        width: 50px;
        height: 50px;
        border: 50%;
        border-radius: 50%;
        outline: none;
        border: none;
        cursor: pointer;
        transform: translateY(-50%) scale(0.5);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }

    .CTFbtn.CTFshow {
        transform: translateY(-50%) scale(1);
        opacity: 1;
        visibility: visible;
    }

    .CTFbtn.CTFleft {
        left: 0.1rem;
    }

    .CTFbtn.CTFright {
        right: 0.1rem;
    }

    img{
        width: 100%;
        height: 70%;
    }

    #customerTopFav{
        margin-left: 40%;
        font-size: 200%;
    }


    .drop2{
        margin-left:85px;
    }
   

   