
/*fix*/


.col-detail-content{
    position: relative;
}

.aside {
    /* max-width: 306px; */
    width: 963.00px;
    z-index: 3;
}

.posFix {
    position: fixed;
    top: 0px;
    width: 963.00px !important;
}

.posAbs {
    position: absolute;
    bottom: 22px;
    width: 963.00px !important;
}



/*fix*/











/*detail*/

.detail-main-part .container-fluid{
    padding: 0;
}



.detail-content{

}

.each-icon{
    position: absolute;
    left: 0;
    top: 58px;
}

.detail-top-content{
    min-width: 320px;
    max-width: 458px;
    padding-top: 58px;
    margin-inline: auto;
    position: relative;
}

.product-offer{
    background-color: var(--additional-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 0px 7px;
    margin-bottom: 15px;
}

.product-offer span{
    color: #fff;
    font-size: 14px;
}

.product-name h1{
    font-size: 18px;
    color: var(--text-color);
}

.price-before-offer {
    color: #eb1927;
    font-weight: 600;
    font-size: 14px;
}

.price-with-offer{
    color: var(--text-color);
    font-weight: 600;
    font-size: 14px;
    text-decoration: line-through;

}

.product-price{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}

.feature-title span:first-child{
    font-size: 15px;
}

.feature-title span:nth-child(2){
    font-size: 14px;
}


.all-sizes{
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(5, minmax(1px, 1fr));
    padding: 0;
}

.all-sizes li{
    border-top: 1px solid #cccccc;
    border-inline-end: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px;
    cursor: pointer;
}

.all-sizes li:first-child{
    border-inline-start: 1px solid #CCCCCC;
}

.all-sizes li.active{
    border: 1px solid #000;
}

.all-sizes li:hover{
    background-color: #eeeeee;
}

.size-guide span{
    text-decoration: underline;
    color: var(--text-color);
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
}

.size-guide{
    margin-bottom: 10px;
}




.all-colors{
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(5, minmax(1px, 1fr));
    padding: 0;
}

.all-colors li{
    border-top: 1px solid #cccccc;
    border-inline-end: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.all-colors li:first-child{
    border-inline-start: 1px solid #CCCCCC;
}

.all-colors li.active{
    border: 1px solid #000;
}

.each-color {
    width: fit-content;
    height: 133px;
}

.each-color img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-pallet {
    margin-bottom: 28px;
}

.feature-title{
    margin-bottom: 10px;
}


.purchase-btn-part{
    margin-block: 30px;
}


.purchase-btn{
    width: 100%;
    background: var(--additional-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 13px 10px;
    cursor: pointer;
    height: 54px;
}

.all-features{
    display: flex;
    flex-direction: column;
    gap: 12px;
}


.all-detail-images{
    padding: 0;
}










.all-detail-images{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.all-detail-images li{
    list-style: none;
}


.all-detail-images li:nth-child(3n+1), .all-detail-images li:last-child{
    grid-column: 1 / 3;
}

.my-detail-img img{
    width: 100%;
    height: 100%;
}



/*detail*/





.newest{
    padding-block: 70px;
}


.product-mobile-purchase-section{
    display: none;
}

.btn__plus{
    display: flex;
    align-items: center;
    justify-content: center;
}


.cart-product-quantity span {
    cursor: pointer;
}



.cart-product-quantity{
    background: #000;
    color: #fff;
    padding: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}



/*responsive*/
/*responsive*/
/*responsive*/


@media screen and (max-width: 1600px){

    .detail-top-content {
        margin-right: 100px;
    }
}


@media screen and (max-width: 1300px){

    .detail-top-content {
        min-width: 400px;
        max-width: 400px;
    }

    .detail-top-content {
        margin-right: 60px;
    }

}



@media screen and (max-width: 1199px){

}


@media screen and (max-width: 991px){


    .all-mobile-prices{
        display: flex;
        align-items: flex-start;
        gap: 13px;
    }



    .detail-top-content .product-price{
        display: none;
    }


    .detail-top-content .purchase-part{
        display: none;
    }



    .product-mobile-purchase-section {
        position: fixed;
        justify-content: space-between;
        bottom: 0;
        width: 100%;
        display: flex;
        background-color: #fff;
        height: 74px;
        z-index: 12;
        border-top: 1px solid #D9D9D9;
        padding-inline: 15px;
        flex-direction: column;
        padding-block: 12px;
        flex-direction: row-reverse;
        align-items: center;
    }



    .purchase-btn-part {
        margin-block: 0;
    }






    .menu-bottom-mobile {
        display: none;
    }


    .detail-content {
        width: 100%;
    }

    .detail-top-content {
        margin-right: unset !important;
        margin-inline: 0 !important;
        max-width: 100%;
        min-width: 100%;
        height: 100%;
    }


    .whole-detail-row{
        margin-inline: 0;
    }


    .product-mobile-purchase-section {
        align-items: center;
    }

}

@media screen and (max-width: 767px){
    .detail-row{
        margin: 0;
    }
}


@media screen and (max-width: 575px){


    .footer {
        margin-bottom: 70px !important;
    }


    .product-name h1 {
        font-size: 16px;
    }

    .price-with-offer {
        font-size: 13px;
    }

    .purchase-btn {
        font-size: 13px;
    }

    .purchase-btn {
        padding: 9px 12px;
        height: 46px;
    }

    .detail-top-content {
        padding-top: 2px;
    }

    .product-offer span {
        font-size: 12px;
    }

}




@media screen and (max-width: 375px){

    .purchase-btn {
        padding: 8px 11px;
        height: 43px;
        font-size: 12px;
    }

}


/*responsive*/
/*responsive*/
/*responsive*/





