.product-card-page .product-detail__header {
    padding-left: 0;
}
.product-card-page .left-section{
    margin-top: 30px;
}
.product-card-page .product-detail__img div:nth-child(2) {
    width: auto;
}
.product-card-page .product-detail__img div:nth-child(2) img {
    width: calc(50% - 10px);
    
}
#overContainer {
    width: 100%!important;
    left: 0!important;
}
#overContainer .img {
    margin: 0!important;
}
#overContainer .cn02 {
    display: flex;
    justify-content: center;
    align-items: center;
}
#overContainer table {
    height: auto!important;
}
#overContainer table tr {
    display: flex;
    justify-content: space-between;
}
#overContainer table td {
    width: auto!important;
}

.pageTable .pageCenter,
.co-items {
    min-width: auto;
}

@media (min-width: 576px) {
    .pageTable .pageCenter,
    .co-items {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .pageTable .pageCenter,
    .co-items {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .pageTable .pageCenter,
    .co-items {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .pageTable .pageCenter,
    .co-items {
        max-width: 1140px;
    }
}


@media (min-width: 1400px) {
    .pageTable .pageCenter,
    .co-items {
        max-width: 1320px;
        
    }
}





/* @media(max-width: 1283px) {
    .pageTable .pageCenter,
    .co-items {
        max-width: 960px;
    }
}

@media(max-width: 768px) {
    .pageTable .pageCenter,
    .co-items {
        max-width: 720px;
    }
}

@media(max-width: 576px) {
    .pageTable .pageCenter,
    .co-items {
        max-width: 540px;
    }
} */


@media(max-width: 1283px) {
    
    /* .header .container,
    .footer .container {
        max-width: 100%;
        min-width: auto;
    } */
}

@media maxwi {
    
}

/* @media(max-width: 1283px) {
    .pageTable .pageCenter,
    .footer .container,
    .footer__container  {
        max-width: 100%;
        min-width: auto;
    }
} */

@media(max-width: 1199px) {
    
}

@media(max-width: 991px) {
    .product-card-page .product-detail__img {
        float: none;
        width: auto;
        margin: 0;
    }
    .product-card-page .product-detail__img div:nth-child(2) img {
        width: 25%;
    }
    .product-card-page .product-detail__offer {
        width: 100%!important;
    }
}

