/*@media (min-width: 1200px) {*/

/*}*/

.quickcartadd a{
    width: 25%;
    z-index: 1;
}

.quickcartadd input{
    width: 25%;
    z-index: 1;
}

.quickcartadd{
    display: inline-block;
    z-index: 1000;
    position: absolute;
    margin-top: 50%;
}

.ajouter-au-panier {
    position: absolute;
    bottom: 4%;
    right: 15%;
}
.ajouter-au-panier::before {
    content: "";
    background-image: url(../img/bouton_panier.svg);
    background-repeat: no-repeat;
    position: absolute;
    height: 3em;
    width: 3em;
    left: -20px;
    bottom: -10px;
    cursor: pointer;
}

.ajouter-au-panier i {
    /*color:rgb(221, 36, 32);*/
    color : black;

}
.add-cart .select-quantity .input-group-btn {
    height: 100%;
    display: flex;
    background-color: #CFA54E;
    width: 30%;
}

.add-cart .select-quantity .input-group-btn button {
    color: #fff;
}
.add-cart .select-quantity .quantity-quickcart {
    width: 40%;
}
.btn-down .remove, .btn-up .add{
    font-size: 16px;
}

.select-quantity {
    width: 30%;
    bottom: 15px;
    position: absolute;
    height: 11%;
    z-index: 500;
    border: 1px solid #CFA54E;
    align-items: center;
    right: 3%;
}

.quantity-quickcart{
    padding: 10%;
    text-align: center;
}
.add-cart .select-quantity .input-group-btn .btn-up, .add-cart .select-quantity .input-group-btn .btn-down{
    border: none;
    background: none;
    width: 100%;
}

.add-cart .select-quantity .input-group-btn .btn-up:focus, .add-cart .select-quantity .input-group-btn .btn-down:focus{
    border: none;
    background: none;
}

.add-cart .select-product-variable {
    position: absolute;
    right: 15%;
    bottom: 10px;
}
.add-cart .select-product-variable a.select-variations:before {
    content: "";
    background-image: url(../img/bouton_oeil.svg);
    background-repeat: no-repeat;
    position: absolute;
    height: 3em;
    width: 3em;
}
.add-cart .request-email-notification a.email-notification:before {
    content: "";
    background-image: url(../img/bouton_cloche.svg);
    background-repeat: no-repeat;
    position: absolute;
    height: 3em;
    width: 3em;
}
@media (max-width: 480px) {
    #order-confirmation .ajouter-au-panier::before {
        left: -40px;
    }
    #order-confirmation .add-cart .request-email-notification a.email-notification:before {
        right: 30px;
    }
    #order-confirmation .add-cart .select-product-variable a.select-variations:before {
        left: -20px;
    }
    .add-cart .select-product-variable a.select-variations:before {
        height: 3em;
        width: 3em;
        left: -5px;
        bottom: -10px;
    }
    .add-cart .request-email-notification a.email-notification:before {
        height: 60px;
        width: 60px;
        right: 15px;
        bottom: 0;
    }
    .add-cart .select-product-variable {
        right: 70px;
        bottom: 10px;
    }
}
@media (min-width: 1200px) and (max-width: 1400px) {

    #category.page-category section#products .product-description div.product-price-and-shipping {
        gap: 5px;
    }
    div.ajouter-au-panier::before {
        height: 2.5em;
        width: 2.5em;
        left: -14px;
        bottom: -14px;
    }
    div.add-cart .request-email-notification a.email-notification:before {
        height: 2.5em;
        width: 2.5em;
    }
    #category.page-category section#products #js-product-list .products.row .js-product.product .thumbnail-container div.product-description .product-title {
        min-height: 68px;
        align-content: center;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    #order-confirmation .ajouter-au-panier::before {
        left: -40px;
    }
    #order-confirmation .add-cart .request-email-notification a.email-notification:before {
        right: 30px;
    }
    #order-confirmation .add-cart .select-product-variable a.select-variations:before {
        left: -20px;
    }
    .add-cart .select-product-variable a.select-variations:before {
        height: 2.5em;
        width: 2.5em;
        left: 30px;
        bottom: -10px;
    }
    #category .add-cart .select-product-variable a.select-variations:before {
        height: 2.5em;
        width: 2.5em;
        left: -15px;
        bottom: -45px;
    }
    .add-cart .request-email-notification a.email-notification:before {
        height: 15%;
        width: 25%;
        right: 1%;
        bottom: 0;
    }
    .add-cart .select-product-variable {
        right: 70px;
        bottom: 10px;
    }
}

@media (max-width: 480px) {
    #category .add-cart .select-product-variable a.select-variations:before {
        width: 3em;
        height: 3em;
        left: 5px;
    }
    #category .add-cart .request-email-notification a.email-notification:before {
        width: 3em;
        height: 3em;
    }
}
@media (min-width: 1200px) {
    #category .add-cart .select-product-variable {
        position: absolute;
        right: 15%;
        bottom: 13%;
    }
    #category .add-cart .request-email-notification {
        position: absolute;
        right: 20%;
        bottom: 13%;
    }
}
