/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.header-main .nav > li > a {
    padding: 4px 15px 0 15px;
}
.header-nav-main .ux-search-submit{
    background: #c2637b;
    border-radius: 0 10px 10px 0;
    padding-right: 15px;
    border: 2px dashed #c2637b;
   
}
.quantity+.button {
    margin-right: 0;
    font-size: 1.2em;
    font-family: "Baloo Bhaina 2", sans-serif;
    /* text-transform: initial; */
    border-radius: 51px;
    border: 2px dashed #ff3c9f;
    padding: 5px 20px 0px 20px;
    background: transparent;
    color: #ff3c9f;
    vertical-align: middle;
    line-height: 0;
    opacity: 1;
}
.header-nav-main #woocommerce-product-search-field-0{
    box-shadow: none;
    border: 2px dashed #c2637b;
    border-right: none;
    border-top-left-radius:10px ;
    border-bottom-left-radius:10px ;
    background: #fad8da;

}
td.label label {
    font-size: 18px;
}
.btn_special {
    background: #c2637b !important;
    color: #fff !important;
    padding: 4px 25px;
    border-radius: 28px !important;
}
.quantity+.button:hover {
    background: #ff3c9f;
    color: #fff;
}
.product-section h5::before {
    z-index: -1;
    content: "";
    width: 20%;
    height: 10px;
    background: #f6b0c0;
    position: absolute;
    bottom: 18px;
    left: 0;
    right: 0;
    bottom: 9px;
}
.product-section h5{
    text-align: left;
    font-size: 30px;
    font-weight: 800;
    color: #000;
    position: relative;
    z-index: 1;
}
.btn_ecom_vn img {
    border: 1px dashed #ff3c9f;
    padding: 6px 17px;
    border-radius: 40px;
    webkit-transition: border .2s, background .2s, opacity .2s, color .2s, -webkit-transform .2s, -webkit-box-shadow .2s;
    transition: border .2s, background .2s, opacity .2s, color .2s, -webkit-transform .2s, -webkit-box-shadow .2s;
    -o-transition: transform .2s, border .2s, background .2s, box-shadow .2s, opacity .2s, color .2s;
    transition: transform .2s, border .2s, background .2s, box-shadow .2s, opacity .2s, color .2s;
    transition: transform .2s, border .2s, background .2s, box-shadow .2s, opacity .2s, color .2s, -webkit-transform .2s, -webkit-box-shadow .2s;
}
.box_title_prod {
    margin: 0;
    text-align: center;
    padding: 0;
    color: #fff;
}
.product_meta ,.product-short-description {
    font-size: 14px;
    color: #000;
}
.button.alt:not(.is-outline), 
.badge-inner.on-sale, 
.button.checkout, 
.single_add_to_cart_button, 
.current .breadcrumb-step {
    background-color: #ff7b9c;
    color: #fff;
}
.menu_mobile_footer > div img {
    width: 30%;
    margin-left: 35%;
}
.menu_mobile_footer {
    position: fixed;
    bottom: 0;
    background: #fff;
    left: 0;
    z-index: 99;
}
.menu_mobile_footer > div .box-text.text-center {
    font-size: 11px;
    padding: 3px 2px;
}
.menu_mobile_footer > div {
    padding: 7px 0px 0;
    position: relative;
}

.menu_mobile_footer > div:before {content: "";display: block;height: 100%;width: 1px;position: absolute;right: 0;background: #eaeaea;bottom: 0;}
.menu_mobile_footer > div:after {content: "";display: block;height: 100%;width: 1px;position: absolute;right: -1px;background: #fff;bottom: 0;}
.product-short-description {
    border: 2px dashed #004c93;
    padding: 10px;
    background: #7899c363;
    border-radius: 5px;
    font-size: 16px;
    margin-bottom: 14px;
}
.box_title_prod h1 {
    color: #fff;
}
.dashboard-links a {
    font-size: 20px;
    border: 2px solid;
    font-family: "Baloo Bhaina 2", sans-serif;
    font-weight: bold;
}
.product-page-price span.woocommerce-Price-amount.amount {
    color: #99475d;
    font-weight: bold;
    font-size: 40px;
}
.dashboard-links li {
    width: 25%;
}

.dashboard-links a:hover {
    background: #f86ca4;
    color: #fff;
}
.rs_cart_message {
    background: #e4ebde;
    padding: 10px 20px;
    margin-bottom: 10px;
    border: 1px solid #608a3c;
}
.woocommerce-info {
    border: 1px dashed #1569b1;
    padding: 10px 20px;
    border-radius: 18px;
    background: #f0fafd;
    margin: 10px 0;
}
.woocommerce-info.sumo_available_points.rs_checkout_messages {
    padding: 10px;
    border: 1px dashed #319025;
    border-radius: 10px;
    background: #e4ebde;
}

.woocommerce-form-coupon-toggle {
    padding: 10px;
    border: 1px dashed #f57cae;
    border-radius: 10px;
    background: #f8edf9;
    margin: 10px 0;
}

.woocommerce-info {
    padding: 10px;
    border: 1px dashed #319025;
    border-radius: 10px;
    background: #e4ebde;
    margin: 10px 0;
}
form.cart {
    margin-bottom: 0;
}
.woocommerce-form-coupon-toggle .woocommerce-info {
    padding:0;
    background:transparent;
    border:none;
    margin:0;
}
h3.rs_refer_a_friend_title {
    display: none;
}
.my_account_referral_link  .footable-row-detail-inner{display: none;}
.nav-dropdown-default .nav-column.sub-menu li>a {
    font-size: 14px;
    color: #000;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}