/* =======================================================
   LOVE AND SEX – MOBILE FIX ADD TO CART BUTTON
   ======================================================= */

@media (max-width: 767px) {

    /* Tlačítko v kategorii */
    div.button-container a.ajax_add_to_cart_button.btn.btn-primary.btn-block {

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        width: 90% !important;
        margin: 10px auto !important;

        height: 44px !important;
        padding: 0 15px !important;

        font-size: 14px !important;
        font-weight: 600 !important;
        line-height: normal !important;

        border-radius: 25px !important;

    }

}

/* =======================================================
   CHECKOUT FIX – OPC LAYOUT
   ======================================================= */

#opc-out-content{
    padding-top:15px !important;
}

#opc-out-content .opc-form-group{
    margin-bottom:20px !important;
}

#opc-out-content h3{
    margin-top:20px !important;
}

#opc-out-content .opc-checkbox{
    margin:10px 0 !important;
}

/* tlačítko objednat oddělit */
.cart_navigation{
    margin-top:20px !important;
}
