
@media (min-width: 768px) {
}
@media (max-width: 1199px){
    .cart-v2-content .product-in-cart .product-photo {
        width: 150px;
        height: 150px;
    }
    .cart-v2-content .product-in-cart .product-content-details {
        position: relative;
        padding-right: 165px;
        display: flex;
        flex-direction: column;
    }
    .cart-v2-content .product-unit-price {
        order: 5;
    }
    .cart-v2-content .product-in-cart .product-short-desc {
        margin-bottom: 5px;
    }
    .cart-v2-content .product-in-cart .product-comment-bloc {
        margin: 5px 0;
        margin-bottom: 15px;
    }
    .cart-v2-content .product-in-cart .product-quantity-total {
        position: static;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-right: 15px;
        order: 6;
        align-items: flex-start;
    }
    .cart-v2-content .product-in-cart .product-content-details {
        padding-right: unset;
    }
    .cart-steps {
        padding: 0 25px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    section#page-cart{
        overflow: unset;
    }
}
@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 900px) { /* nouveau */
    .cart-v2-content {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .cart-v2-content .product-in-cart .product-content-details {
        position: relative;
        padding-right: 165px;
    }
    .cart-v2-content .product-in-cart .product-quantity-total {
        position: absolute;
        right: 0;
        top: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-right: 15px;
        order: unset;
        margin-top: 10px;
    }
    .cart-v2-content .product-unit-price {
        font-size: 15px;
        margin-bottom: 5px;
        order: unset;
    }
    .cart-v2-content .product-in-cart .product-photo {
        width: 180px;
        height: 180px;
    }
    .cart-v2-content .cart-recap-container {
        position: static;
    }
    .cart-v2-content .product-in-cart { 
        background-color: #f7f7f7;
        padding: 15px 15px 0px 15px;
    }
    .cart-v2-content .cart-recap .port-note {
        font-size: 17px;
    }
    .cart-v2-content .cart-recap .port-note .part1 {
        display: inline-block;
    }

}
@media only screen and (max-width: 875px) {
}
@media only screen and (max-width: 816px) {
}

@media only screen and (max-width: 767px) {
    #panier-page-v2 .cart-steps {
        margin-top: -15px;
    }
    
}

@media only screen and (max-width: 720px) {
    .cart-v2-content .product-in-cart .product-photo {
        width: 150px;
        height: 150px;
    }

}
@media only screen and (max-width: 680px) {
    .cart-v2-content .product-in-cart .product-photo {
        width: 150px;
        height: 150px;
    }
    .cart-v2-content .product-in-cart .product-content-details {
        position: relative;
        padding-right: 165px;
        display: flex;
        flex-direction: column;
    }
    .cart-v2-content .product-unit-price {
        order: 5;
    }
    .cart-v2-content .product-in-cart .product-short-desc {
        margin-bottom: 5px;
    }
    .cart-v2-content .product-in-cart .product-comment-bloc {
        margin: 5px 0;
        margin-bottom: 15px;
    }
    .cart-v2-content .product-in-cart .product-quantity-total {
        position: static;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-right: 15px;
        order: 6;
        align-items: flex-start;
    }
    .cart-v2-content .product-in-cart .product-content-details {
        padding-right: unset;
    }
    #panier-page-v2 .share-cart-btns {
        margin-top: 0;
    }


}

@media only screen and (max-width: 575px) {
    .cart-v2-content .product-in-cart .product-photo {
        width: 120px;
        height: 120px;
    }
    #panier-page-v2 .tc-multi-form-group {
        display: flex;
        width: 100%;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 0px;
    }
    #panier-page-v2 #etranger-zone {
        width: 100%;
    }
    #panier-page-v2 #crose-tom-zone>div {
        float: unset;
        width: 100% !important;
    }
    .cart-v2-content .cart-recap .port-note {
        font-size: 15px;
    }
    .cart-v2-content .cart-recap .port-note .part1 {
        display: block;
    }

}

@media only screen and (max-width: 480px) {
    .cart-v2-content .product-in-cart .product-content-body {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .cart-v2-content .product-in-cart .product-content {
        flex: 2;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .cart-v2-content .product-in-cart .product-photo {
        width: 180px;
        height: 180px;
    }
    .cart-v2-content .product-in-cart .product-quantity-total {
        position: static;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-right: 15px;
        order: 6;
    }
    .cart-v2-content .product-in-cart .product-short-desc {
        list-style-type: none;
    }
    .cart-v2-content .cart-recap-side {
        min-width: 100%;
        flex: 1;
        min-height: 645px;
    }
    #panier-page-v2 .carts-label {
        text-align: center;
        margin: auto;
        margin-bottom: 40px;
        width: 100%;
        display: inline-block;
    }
    #panier-page-v2 .share-cart-btns {
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 15px;
    }
    .cart-v2-content .product-in-cart .product-content-footer {
        display: flex;
        justify-content: space-between;
        flex-direction: column-reverse;
        align-items: center;
        gap: 7px;
        text-align: center;
    }
    .cart-v2-content .product-in-cart .product-quantity input {
        width: 75px;
        height: 45px;
        font-size: 18px;
    }
    .cart-v2-content .product-in-cart .product-quantity .quantity-btn {
        width: 65px;
        height: 45px;
    }
    .cart-v2-content .product-in-cart .product-quantity {
        width: unset;
    }
    .cart-v2-content .product-in-cart .product-comment-bloc {
        margin: auto;
    }
}

@media only screen and (max-width: 420px) {
    .cart-v2-content .product-in-cart .product-photo {
        width: 150px;
        height: 150px;
    }

    .cart-steps .step-element .step-number {
        width: 40px;
        height: 40px;
        font-size: 25px;
    }
    #panier-page-v2.cart-steps .cart-steps-separator {
        margin-top: 20px;
    }
    #panier-page-v2 .delivery-location-choices-part1 {
        display: flex;
        gap: 10px;
        flex-direction: column;
    }
    #panier-page-v2 .tc-modal-footer {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: flex-end;
        gap: 15px;
    }    
    #panier-page-v2 .tc-modal-footer .main-btn-modal-details {
        width: 100%;
        padding: 15px;
    }
    #panier-page-v2 .cart-steps {
        margin-bottom: 15px;
    }
    .cart-steps .cart-steps-separator {
        margin-top: 20px;
    }
}


@media only screen and (max-width: 380px) {
    #panier-page-v2.cart-steps .step-label {
        font-size: 16px;
    }
    .cart-steps .step-element.active {
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 816px) {
}

@media only screen and (min-width: 992px) and (max-width: 1111px) {
}

@media only screen and (max-width: 320px){
}