﻿/*  CSS of item Page */

/* Sections  */
/*.scrollbar {
    margin-left: 30px;
    float: left;
    height: 300px;
    width: 80px;
    background: #F5F5F5;
    overflow-y: scroll;
    margin-bottom: 25px;
}*/

/*.force-overflow {
    min-height: 600px;
}
*/
#style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}


/* new section */
#carouselExampleIndicators .carousel-indicators {
    position: unset;
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 1em;
}

    #carouselExampleIndicators .carousel-indicators [data-bs-slide-to] {
        text-indent: 0;
        height: 100%;
        opacity: 1;
        background-color: transparent;
        border-top: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        #carouselExampleIndicators .carousel-indicators2 [data-bs-slide-to].active {
            color: darkgoldenrod;
        }

#carouselExampleIndicators .carousel {
    background-color: beige;
}

#carouselExampleIndicators .carousel-inner img {
   /* max-height: 100%;
    max-width: 100%;*/
   width:100%;
    padding: 1em;
    margin-inline: auto;
}

@media screen and (min-width: 576px) {
    #carouselExampleIndicators .carousel {
        padding: 2em;
        font-size: 1.3em;
    }
}
 
 /* item details second column*/

#item-detials .item-name {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400;
    font-size: 35px;
}

#item-detials .item-notification {
    font-family: 'Bayon', sans-serif;
    font-weight: 400;
    font-size: 18px;
    padding: 4px 4px 4px 10px;
    background-clip: border-box;
    background-color: #1C77C3;
    letter-spacing: 7px;
    color: #ffffff;
    
   
}

#item-detials .item-brand-text {
    font-family: 'Roboto', sans-serif;
    font-weight:300;
    font-size:18px;
    color:#000000;
}

#item-detials .item-type-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 14px;
    color: #555555;
}

#item-detials .item-notification-2 {
    font-family: 'Bayon', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 7px;
    padding: 2px 2px 2px 6px;
    background-color: #E71D36;
    background-clip: border-box;
}

/*.stars i {
    color: #000000;
}*/

/*.stars span {
    font-size: 13px
}*/
#item-detials .stars-text {
    font-family: 'Roboto', sans-serif;
    font-weight:300;
    font-size:15px;
}

#item-detials .item-price-text{
    font-weight:700;
    font-size:34px;
}

#item-detials .item-discount {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 34px;
    color:#e71d36;
}

#item-detials .item-mrp {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 24px;
    color: #7d7d7d;
}

#item-detials .item-stocks {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #e71d36;
}

#item-detials .item-color1{
    display:inline;
    width:3rem;
    height:3rem;
   
    background-color:#fb0a04;

}

#item-detials .item-color2 {
    display: inline;
    width: 3rem;
    height: 3rem;
    
    background-color:#1517e4;
}

#item-detials .item-color3 {
    display: inline;
    width: 3rem;
    height: 3rem;
    background-color:#08cf13;
}

#item-detials .item-color4 {
    display: inline;
    width: 3rem;
    height: 3rem;
    background-color: #e51466;
}

#item-detials .item-color5 {
    display: inline;
    width: 3rem;
    height: 3rem;
    background-color: #000000;
}

#item-detials .item-color6 {
    display: inline;
    width: 3rem;
    height: 3rem;
    background-color: #ebf110;
}

#item-detials .item-quantity {
    border: solid 1px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #000000;
}

#item-detials .item-wishlist{
    border: solid 1px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #000000;
}

   



/* End Of Sections  */
/* item description section */
#item-description .description-hdg {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400;
    font-size: 34px;
    color: #000000;
}

#item-description .item-description-list {
    
    font-family: 'Roboto', sans-serif;
    font-weight:700;
    font-size:18px;
    color:#4a4a4a;
    
}

#item-description .item-information-text {
   
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #000000;
}
/* End of item description section */

/* Review section*/

#customer-review .review-hdg , #recommend-section .review-hdg {
    color: #000000;
    font-family: 'Anton', sans-serif;
    font-size: 45px;
    font-weight: 400;
}

/*#customer-review .carousel img {
    width: 70px;
    max-height: 70px;
    border-radius: 50%;
    margin-right: 1rem;
    overflow: hidden;
}

#customer-review .carousel-inner {
    padding: 1em;
}

@media screen and (min-width: 576px) {
    #customer-review .carousel-inner {
        display: flex;
        width: 90%;
        margin-inline: auto;
        padding: 1em 0;
        overflow: hidden;
    }

    #customer-review .carousel-item {
        display: block;
        margin-right: 0;
        flex: 0 0 calc(100% / 2);
    }
}

@media screen and (min-width: 1024px) {
    #customer-review .carousel-item {
        display: block;
        margin-right: 0;
        flex: 0 0 calc(100% / 3);
    }
}

#customer-review .carousel .card {
    margin: 0 0.5em;
    border: 0;
}

#customer-review .carousel-control-prev,
#customer-review .carousel-control-next {
    width: 3rem;
    height: 3rem;
    background-color: grey;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}*/

/*
#carouselExampleControls .carousel-inner {
    padding: 1em;
}

#carouselExampleControls .card {
    margin: 0 0.5em;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    border: none;
}

#carouselExampleControl .carousel-control-prev,
#carouselExampleControls .carousel-control-next {
    background-color: #e1e1e1;
    width: 6vh;
    height: 6vh;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

@media (min-width: 768px) {
    #carouselExampleControls .carousel-item {
        margin-right: 0;
        flex: 0 0 33.333333%;
        display: block;
    }

    #carouselExampleControls .carousel-inner {
        display: flex;
    }
}

#carouselExampleControls .card .img-wrapper {
    max-width: 100%;
    height: 13em;
    display: flex;
    justify-content: center;
    align-items: center;
}

#carouselExampleControls .card img {
    max-height: 100%;
}

@media (max-width: 767px) {
    #carouselExampleControls .card .img-wrapper {
        height: 17em;
    }
}*/

#customer-review-list .carousel-inner {
    padding: 1em;
}

#customer-review-list .card {
    margin: 0 0.5em;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    border: none;
}

#customer-review-list .carousel-control-prev,
#customer-review-list .carousel-control-next {
    background-color: #e1e1e1;
    width: 6vh;
    height: 6vh;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

@media (min-width: 768px) {
    #customer-review-list .carousel-item {
        margin-right: 0;
        flex: 0 0 calc(100%/2);
        display: block;
        
    }

    #customer-review-list .carousel-inner {
        display: flex;
    }
}

@media (min-width: 935px) {
    #customer-review-list .carousel-item {
        margin-right: 0;
        flex: 0 0 calc(100%/3);
        display: block;
    }

    #customer-review-list .carousel-inner {
        display: flex;
    }
}
/*#carouselExampleControls .card .img-wrapper {
    max-width: 100%;
    height: 13em;
    display: flex;
    justify-content: center;
    align-items: center;
}*/

/*#customer-review-list .card img {
    max-height: 100%;
}*/

/*@media (max-width: 767px) {
    #carouselExampleControls .card .img-wrapper {
        height: 17em;
    }
}*/

/*#customer-review-list .card:hover {
    transform: scale(1.1);*/
   /* border-color: rgba(13, 110, 253, 0.7);
    box-shadow: 0px 0px 10px 2px rgba(13, 110, 253, 0.6);*/
/*}

#customer-review-list .card {
    transition: transform 0.2s ease;*/
    /*transition: border-color 1s, box-shadow 0.5s;*/
/*}*/

/*#customer-review-list .card{
    height:400px;
}*/

#customer-review-list .carousel-img {
    width: 60px;
    max-height: 60px;
    border-radius: 50%;
    margin-right: 1rem;
    overflow: hidden;
}

#customer-review-list .customer-name {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
}

#customer-review-list .customer-verified {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    
    font-size: 15px;
    color: #555555;
}

#customer-review-list .fa{
    font-size:10px;
}

#customer-review-list .carousel-item{
    height:400px;
}

#customer-review-list .item-img-size{
    height:80px;
    width:80px;
}

#customer-review-list .review-highlight {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #000000;
}


/*#customer-review-list a:hover {
    color: #fd7f2f;
    background-color: transparent;
    text-decoration: none;
}*/

/*#customer-review-list a:active {
    color: #fd7f2f;
    background-color: transparent;
    text-decoration: none;
}*/



/*#customer-review-list a:link {
    color: blue;
}*/

/* visited link */
/*#customer-review-list a:visited {
    color: green;
}*/

/* mouse over link */
/*#customer-review-list a:hover {
    color: hotpink;
}*/

/* selected link */
/*#customer-review-list a:active {
    color: blue;
}*/

#recommend-section .card {
    height: 600px;
}

