/*
Theme Name:   Tailored Stores (Divi Child) 
Theme URI:     
Description:  Divi Child Theme 
Author:       Caboodle Web Design 
Author URI:    
Template:     Divi 
Version:      1.0.0 
License:      GNU General Public License v2 or later 
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

.woocommerce-form.woocommerce-form-login.login {    border: none !important;}
#main-content .container::before {
    content: "";
    position: inherit !important;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #e2e2e2;
}


#quantity_61287b9c821d8 {
    color: #fff !important;
    background: chocolate;
}

.quantity {
    background-color: #2d2d2d;
}

p:not(.has-background):last-of-type {
    padding-bottom: 27px !important;
}


bdi {
    font-size: 20px !important;
}


.product_meta {
    display: none;
}
div#et-top-navigation .blof div#mini-cart-count {
    position: absolute;
    top: -11px;
    right: 0;
    width: 17px;
    height: 16px;
    background-color: #137bb4;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    font-size: 11px;
}
div#et-top-navigation .blof {
    position: relative;
}
div#et-top-navigation {
    display: flex! important;
}

@media  only screen  and (max-width:812px){
div#et-top-navigation .blof div#mini-cart-count {
    top: -2px;
}
}