.account_inner > a {
    color: #78a206;
    font-size: 14px;
    height: 30px;
}
.separator {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    color: gray;
}
.product-price span.old-price, .old-price {
    color: #78a206;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-decoration: line-through;
}

.m-t-5 {
margin-top: 5px;
}
.m-r-10 {
margin-right: 10px;
}
.m-t-10 {
margin-top: 10px;
}

.m-b-10 {
margin-bottom: 10px;
}

.m-t-20 {
margin-top: 20px;
}

.m-b-20 {
margin-bottom: 20px;
}

.m-t-30 {
margin-top: 30px;
}

.m-b-30 {
margin-bottom: 30px;
}
.m-t-50 {
margin-top: 50px;
}

.m-b-50 {
margin-bottom: 50px;
}

.p-t-30 {
padding-top: 30px;
}

span.red-badge {
    border-radius: 3px;
    color: #ffffff !important;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    height: 25px;
    left: 5px;
    line-height: 25px;
    min-width: 50px;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    text-transform: capitalize;
    top: 5px;
    z-index: 1;
    float: left;
    clear: both;
    margin-bottom: 5px;
}

.about__store__btn a:hover {
    color: #ffffff !important;
}
.cart-item-price {
    height: 38px;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0 !important;
}

.search_inner form select {
    background: none;
    border: 1px solid #ddd;
    cursor: pointer;
}

ul.categorie_sub li.active a, ul.shop_toggle li.active a {
    color: #78a206;
}

.new-product-label-single {
    background: #94c341 none repeat scroll 0 0;
    border-radius: 3px;
    color: #ffffff !important;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    height: 25px;
    left: 176px;
    line-height: 25px;
    min-width: 50px;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    text-transform: capitalize;
    top: 5px;
    z-index: 1;
}

.in-cart-label-single-1 {
    background: #94c341 none repeat scroll 0 0;
    border-radius: 3px;
    color: #ffffff !important;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    height: 25px;
    left: 5px;
    line-height: 25px;
    min-width: 50px;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    /*text-transform: capitalize;*/
    top: 5px;
    z-index: 1;
    float: left;
    clear: both;
    margin-bottom: 5px;
}

.in-cart-label-single-2 {
    background: #94c341 none repeat scroll 0 0;
    border-radius: 3px;
    color: #ffffff !important;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    height: 25px;
    left: 5px;
    line-height: 25px;
    min-width: 50px;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    /*text-transform: capitalize;*/
    top: 36px;
    z-index: 1;
    float: left;
    clear: both;
    margin-bottom: 5px;
}

.in-cart-label-show {
    background: #94c341 none repeat scroll 0 0;
    border-radius: 3px;
    color: #ffffff !important;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    height: 25px;
    left: 5px;
    line-height: 25px;
    min-width: 50px;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    /*text-transform: capitalize;*/
    z-index: 1;
}

ul.shop_toggle a {
    color: #2c2c2c;
}

@media (max-width: 1680px) and (min-width: 1200px) {
    .search_inner select {
        width: 180px;
    }
}

@media (max-width: 767px) {
    .search_inner form button {
        top: 75%;
    }

    .search_inner select {
        margin-bottom: 15px;
    }

    .footer {
        margin-bottom: 100px;
        padding-top: 0;
    }
    .shop_pagination {
        margin-top: 80px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .shop_pagination {
        margin-top: 80px;
    }
    .footer {
        margin-bottom: 500px;
    }
}
.single__product {
    border: 2px solid #dddddd;
    margin-bottom: 30px;
    border-radius: 10px;
    height: 550px;
}
.block_categories {
    border: 2px solid #dddddd;
    margin-bottom: 30px;
    padding: 25px 20px 30px;
    border-radius: 10px;
}
