
.depth_2, .depth_3 {
    padding-left: 10px;
}
.root-level {
    color: #333;
    line-height: 1.4rem;
    font-weight: 600;
    position: relative;
    /*font-size: 1rem;*/
    font-family: "Arial", sans-serif;
    text-transform: none;
}
.drop-down_content .list-unstyled {
    margin-bottom: 0.8rem;
}

/* .drop-down_content .category_filter {
    color: #7f7f7f !important;
} */

.review_box.packSize {
    margin-top: 8px !important;
}

.level_1 {
    cursor: default;
}
.category_filter_div .form-check {
    padding-left: 0px;
}
.active-category {
    color: #75bd39 !important;
}
.all_cat {
    color: red;
}
#billing_address_outer .edit_address, #billing_address_outer .delete_address {
    display: none;
}
.has-error .help-block {
    color: red;font-size: 13px;
    /* position: absolute; */
}
.whatsapp_section {
    display: flex;
    margin-bottom: 4px;
}
.whatsapp_section input{
    height: 12px;
    font-size: 15px;
    margin: 5px 8px;
}
.whatsapp_section label{
    color: #212529;
    font-weight: 600;
}
.customer_verification_msg{
    text-align: center;
    background: #ebec5a;
    content: "";
    z-index: 0;
    left: -0.5em;
    border-width: 0.5em;
    border-style: solid;
    border-color: #b5b1a8;
    border-left-color: transparent;
    color: #442020;
    font-size: 15px;
}
.customer_verification_msg a{
    color: red;
    text-decoration: revert;
}

.profile_btn img{
    height: 67px;
    width: 75px;
}
.forget_password_resend_otp_section{
    margin-top: 4px;
    float: right;
}
.forget_password_resend_otp_section a{
    color: darkred;
}
.forget_timer_panel{
    margin-top: 6px;
    float: right;
}
.forget_timer_panel span{
    color: red;
}
.highlighted_text {
    color: #006f00;
}
.dropdown-item:active {
    background-color: #d5dfef !important;
}
.delivery_charge_section {
    display: block;
    margin-top: 5px;
    font-size: 13px !important;
    color: #387b00 !important;
}
.form-control:focus { box-shadow: none !important;border-color: var(--brand); }
.form-control:hover { border-color: var(--brand); }

/*16-02-2021*/

.general_info {
    color: #e4870b;
    /*font-weight: 600;*/
}
.success_info {
    color: #23ce4a;
    /*font-weight: 600;*/
}
.error_info {
    color: #e82c2c;
    font-weight: 600;
}
.normal_info {
    color: #4e4c4c;
    /*font-weight: 600;*/
}
.des_filter_content a {
    color: #404098;
}
.simple_text .general_info {
    font-weight: 400 !important;
}
.resend_otp, .login-back-btn {
    color: #25837e;
}
.profile_check {
    color: #FFFFFF !important;
    background: #10847e !important;
    margin-top: 10px;
}
.profile_modal_header {
    background: #ccc;
}
ul.list-unstyled a:hover {
    text-decoration: underline;
}
.post-cont-view-order p {
    margin-bottom: -10px;
    color: #985e15;
}
.success_alert_modal_content a {
    color: #0d6192;
}
.success_alert_modal_content a:hover {
    color: #228058;
}
.check_shipping_rules {
    color: #d7ffb6;
    cursor: pointer;
}
.paypal_verification_msg {
    color: #bb4a08;
    font-size: 16px;
    background: yellow;
}
.thanku_login_heading p {
    font-size: 20px;
    color: #164ade;
    background: yellow;
    padding: 8px 50px;
}
.thanku_login_heading a {
    font-size: 20px;
    color: #ff5200c4;
}
.createGuestUserAccountDiv span {
    font-size: 18px;
    color: #3fa5de;
}
.sign-up-back-btn {
    color: #25837e !important;
}
.out_of_stock {
    background: transparent;
    border: 1px solid #b9b4b4;
    color: #a7a3a3;
    cursor: default;
}
.createGuestUserAccountDiv .input_error {
    color: red;
    font-size: 15px;
}

.offers {
    background: #da5a5a;
    padding: 10px 0 10px 10px; 
}
.offers li {
    color: #fff;
}

/* --------------- */

.discount_tag { 
    position: absolute;
    top: 9px;
    left: 12px;
    z-index: 9;
    cursor: pointer;
}

.discount_tag img {
    width: 70px !important;
    height: auto;
}

.discount_tag .discount_tag_hover {
    position: absolute;
    top: 100%;
    left: 0.5rem;
    width: 100%;
    background: #db686f;
    color: #fff;
    box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.39);     
    min-width: 14rem;
    padding: 7px;
    display: none;
    border-radius: 5px;
}

.discount_tag .discount_tag_hover ul {
    padding: 0 0 0 18px;
    margin-bottom: 0;
    line-height: 18px;
}

.discount_tag:hover .discount_tag_hover {
    display: block;
}
.coupon_remove {
    color: red;
}
.wishlist_price del {
    font-weight: 500;
    font-size: .925rem;display: block;
    padding: 0px 10px;
}
.checkout_coupon_area .coupon_section {
    margin: 0px;
    padding: 0px;
}
.checkout_coupon_area .cuppoin_box {
    margin-top: 0px; 
}

.checkout_coupon_area .coupon_summary {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding-top: 10px;
}

.checkout_loading_div {
    margin-top: 190px;
}
.make_disable {
    cursor: pointer;
    pointer-events: none;
    background: #f5f2f2;
    color: #ccc;
}
.make_disable span {
    color: #ccc;    
}
.checkout-box .cart-box {
    position: relative;
}
.checkout-box .cart-box .discount_tag {
    width: 50px;
    top: 0px;
    left: 0px;
}

/* .cartPrice .chekoutProductDiscount {
    padding: 5px 8px;
    position: relative;
    top: -8px;
} */

.success_alert_modal_content {
    flex-direction: column;
    background: #3c3b3b;
}
.modal_span_success {
    color: #fff;
}
.success_alert_modal_content a {
    color: #0fffa7;
}
/*.modal-dialog.success_alert_div .modal_span_success i {
    margin-right: 0px;
}*/
.go_to_checkout {
    background: #126ca0;
    padding: 10px 20px;
    border-radius: 3px;
    color: #fff;
}
.go_to_checkout:hover {
    background: #1c85c1;
}
.success_alert_modal_content span {
    margin-bottom: 7px;
    display: flex;
}
.success_alert_modal_content .icon {
    margin-right: 10px;
}
.go_to_checkout {
    color: #fff !important;
}
.modal_span_error {
    color: #fff;
}

/* --------- */
.top_stories_brand_directory__wrapper {
    background-color: #f0f0f0;
}
.top_stories_brand_directory_content h2 {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3rem;
    letter-spacing: 0.02rem;
    margin-bottom: .3rem;
}
.top_stories_brand_directory_content p { 
    font-size: 14px;
    color: #3e3e3e;  
}


.popUp_page_wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000a9;
    z-index: 9999;
    overflow-y: scroll;
}
.popUp_page_wrapper .content {
    width: 100%;
    background-color: #fff;
    /*position: absolute;*/
    max-width: 476px;
    /*    top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);*/
}
.popUp_page_wrapper .main_content {
    max-width: 1140px;
    margin: 2rem auto;
    padding: 0 15px;
    position: relative;
}
.popUp_page_wrapper .discount_box {
    background-color: #fff;
    border-top-left-radius: 4rem;
    border-bottom-right-radius: 4rem;
    padding: 3rem;
    height: auto;
    text-align: center;
}
.popUp_page_wrapper .discount_box .heading {
    color: #ca662c;
    background: yellow;
    padding: 8px 0px;
}

.popUp_page_wrapper .discount_box .header {
    font-size: 18px;
    font-weight: bold;
    color: #5b5959;
    text-align: center;
    line-height: 30px;
}
.popUp_page_wrapper .discount_box .btn {
    background: #a9d287;
    padding: 0.4rem 0 0.6rem 0;
    border-radius: 2rem;
    margin: 2rem 0 2rem 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", 
        Roboto, Oxygen, Ubuntu, Cantarell, 
        "Open Sans", "Helvetica Neue", sans-serif;
    cursor: pointer;
    display: block;
    width: 100%;
    font-size: 1.25rem;
    font-weight: 300;
    text-align: center;
}
.popUp_page_wrapper .discount_box .btn:hover {
    box-shadow: 0 .3rem .5rem #a9d287b5;
}
.popUp_page_wrapper .discount_box .text {
    font-size: 15px;
    color: #2b2b2b;
}
.stripe-button-el {
    display: none !important;
}
.product_list_wrapper .pagination_box .pagination {
    display: block;
}
.page-item {
    display: inline-block;
    margin: 2px;
}

@media (max-width: 991.99px) {
    .popUp_page_wrapper .discount_box {
        margin-top: 2rem;
    }
}

@media (max-width: 575.99px) {
    .popUp_page_wrapper .discount_box {
        padding: 1.5rem;
    }
    .popUp_page_wrapper .discount_box .heading {
        font-size: 1rem;
    }
    .popUp_page_wrapper .discount_box .header {
        font-size: 22px; 
        line-height: 23px;
    }
}




/* capcha box styles here */
@font-face {
    font-family: 'Rock Salt';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/rocksalt/v11/MwQ0bhv11fWD6QsAVOZrt0M6.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.main_captcha {
    display: flex;
    /* flex-direction: row;
    flex-wrap: wrap; */
}

.captcha_number {
    padding: 1rem;
    background-color: #929292; 
    height: 5rem;
    margin-bottom: .55rem;
    border-radius: .4rem;
    background-image: url(https://www.pngitem.com/pimgs/m/240-2404947_celebration-bg-in-png-transparent-png.png);
    background-size: cover;
    max-width: 14rem;
    display: flex;
    align-items: center;
}

.captcha_number span {
    font-family: 'Rock Salt', cursive;
    font-size: 2rem;
    line-height: 0;
    padding: 0 5px;
    font-weight: bold;
}

.main_captcha .field-contact-recaptcha {
    width: calc(100% - 13.6rem);
    padding-left: 1rem;
}
.payment_option {
    margin-bottom: 15px;
}
.pay_cod img {
    height: 40px;
}
.pay_cod_or_card img {
    height: 40px;
}
.pay_paypal img {
    height: 40px;
}
.pay_stripe img {
    height: 60px;
}
.jconfirm{
    z-index: 999 !important;

}
.xdsoft_datetimepicker{
    z-index: 999999 !important;
}
.span_error{ font-size: 13px;color: red !important;  }

.restrict-countries{
    font-size: 13px;
    color: red !important;
}

.min-age-span-hight{
    height: 7px !important; 
}


/* =========================== Payment Box Styles ========================= */
.retail-section #payment-form {
    max-width: 415px;
    width: 100%;
    margin: 30px auto;
    border: 1px solid #eee;
    padding: 25px;
    box-shadow: 0 0 8px rgba(0,0,0,0.12);
}
.retail-section #payment-form label.font-weight-bold {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 500 !important;
    font-family: Roboto,tahoma,arial,sans-serif;
    letter-spacing: 1px;
    text-align: left;
}
#card-errors {
    color: red;
}
#card-success {
    color: #006f00;
    font-size: 14px;
    font-weight: bold;
}
.retail-section #payment-form #card-element {
    border: 1px solid #dddd;
    padding: 10px;
    margin-bottom: 20px;
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
}
.retail-section #payment-form #card-element .ElementsApp input {
    font-size: 16px;
}

.retail-section #payment-form #card-element .CardField-input-wrapper { 
    overflow: visible;
    display: flex;
    flex-wrap: wrap;
}
.ThreeDS2-challenge, .ThreeDS2-container { 
    min-height: 602px;
}
.CTA-container.Container {
    height: 359px;
}

#forgotPassword_page_wrapper .content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ShippingRulesModal_div{
    max-height: 514px;
    overflow-y: auto;
}
.modal *::-webkit-scrollbar-thumb{
    background-color: gray;
}
.modal *{
    scrollbar-width: thin;
    scrollbar-color: rgba(169,210,135,1) #FFF;
}

.modal *::-webkit-scrollbar{
    width: 12px;
}

.modal * {
    scrollbar-width: thin;
    scrollbar-color: rgba(169,210,135,1) #FFF;
}


.modal  *::-webkit-scrollbar-thumb {
    background-color: rgba(169,210,135,1);
    border-radius: 20px;
    border: 3px solid #FFF;
}

.highlightWrapper img{
    height: 60px;
    width: auto;
    margin-right: 6px;
    border-radius: 3px;
}

.highlightWrapper p {
    font-size: .925rem;text-transform: capitalize;font-weight: 500;color: var(--dark);margin-bottom: .25rem;padding-left: 1rem;position: relative;
}

.highlightWrapper p::before, .highlightWrapper div::before {
    content: '';position: absolute;top: 6px;left: 0;background: #c4c4c4;border-radius: 50%;width: 7px;height: 7px;
}

/*==========================*/
/* .highlightWrapperDes img{
    height: 60px;
    width: auto;
    margin-right: 6px;
    border-radius: 3px;
}

.highlightWrapperDes p {
    font-size: 1rem;
    text-transform: capitalize; 
    color: #0e0f0d;
}

.highlightWrapperDes p::before, .highlightWrapperDes div::before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    background: #c4c4c4;
    border-radius: 50%;
    width: 9px;
    height: 9px;
} */

.bulk-form{
    margin:0 !important;
}


.amount-section .select2-container,
.amount-section .selection {
    width:100% !important;
}

.ui-widget-content.ui-autocomplete{
    max-width: 380px !important; 
    width: 100% !important;
    transform: translateX(-30vw) !important;
    height: 259px;overflow-y: auto;
    z-index: 9999;
    border-color: #888 !important;
}
.ui-widget-content.ui-autocomplete li {
    word-break: break-word;
    white-space: normal;
    display: flex;
    align-content: baseline;
    justify-content: start;
    font-size: 12px;
    margin-bottom: 5px;
    padding: 5px 8px;
}
li.ui-autocomplete-row.ui-menu-item:hover {
    background: #9ccb7438;
    outline: 0;
}
@media(max-width:767px) {
    .ui-widget-content.ui-autocomplete {
        max-width: 530px !important; 
        width: 100% !important;
    }
}
@media(max-width:991px) {
    .md-d-flex{
        display: flex!important;
    }
}
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front .resultBox {
    padding: 0rem;
    margin-bottom: 0;
    /* display: flex; */
}
.ui-widget-content.ui-autocomplete .resultBox:not(:last-child) {
    border-bottom: 1px solid #eee;
}
.ui-widget-content.ui-autocomplete .resultBox:hover:not(:last-child) {
    border-bottom: 1px solid #eee;
}

.ui-widget-content.ui-autocomplete .res__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-right: 0;
}

.ui-widget-content.ui-autocomplete .res__content .p__price {
    width: 100px; padding-left: 15px;font-size: .925rem;font-family: var(--sec-font);color: var(--dark);
}
.ui-widget-content.ui-autocomplete .res__content .btn-primary {
    width: 60px;
    padding-left: 5px;
    padding-right: 5px;
    background: rgba(156, 203, 116, 1);
    color: #fff;
    border: 1px solid rgba(156, 203, 116, 1);
    height: 30px;
}
.ui-widget-content.ui-autocomplete .res__content .btn-primary:hover { 
    background: #006f00; 
    border-color: #006f00;
}
.ui-widget-content.ui-autocomplete .res__content .p__name{
    width: calc(100% - 150px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .875rem;
    font-weight: 500;
    font-family: var(--body-font);
}

.ui-widget-content.ui-autocomplete .res__content:hover .p__name {
    color: #228058;
}

.ui-widget-content.ui-autocomplete .ui-state-active,
.ui-widget-content.ui-autocomplete .ui-widget-content .ui-state-active,
.ui-widget-content.ui-autocomplete .ui-widget-header .ui-state-active,
.ui-widget-content.ui-autocomplete a.ui-button:active,
.ui-widget-content.ui-autocomplete .ui-button:active,
.ui-widget-content.ui-autocomplete .ui-button.ui-state-active:hover {
    border: 1px solid transparent !important; 
    background: #fff !important; 
    font-weight: normal;
    color: #333 !important;
}
.checkout_modal_content .page-details-sec{
    margin-top: 50px;
}
     

.checkout_modal_content .orderSummaryProducts{
    max-height: 500px;
    overflow-y: auto;
}

.ui-menu .ui-state-active {
    margin: 0px;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: 0px -1px !important;
}

.img-flag.thumImages{
    height: 42px;
    width: 40px;
    
}
.name__title{
    display: inline-flex;
    width: 4rem;
    height: 4rem;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    border-radius: 50%;
    padding-top: .7rem;
    background-color: #7d7a7a;
    justify-content: center;
    align-items: center;

}
.person_review_header .name__title{
    padding-top: 0px;
    flex: 0 0 8%;
} 

.payment_option {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.category-slider .owl-carousel .owl-item img {
    /*width: 65%;*/
    width: 100%;
}
.category-slider .owl-carousel .owl-item .item a{
    text-align: -webkit-center;
    font-size: 0.85rem;
}
.category-slider .owl-carousel .owl-item .item a span{
    color: #000000;
    font-size: 16px;
}
.cat-box {
    height: 100%;
    width: 100%;
    /*padding: 1.2rem 0.5rem 1.5rem;*/
    padding: 0px
}
/*.cat-box.odd {
    background: #f9e0e0;
}
.cat-box.even {
    background: #f9eab9;
}*/
.category-slider .owl-carousel .owl-item {
    padding: 0.625rem 0.2rem;
}
.person_review_area span.product_rating{
    margin-right: 10px;
    margin-left: 0px;
    padding: 4px 8px 3px 8px;
    font-size: 15px;
    flex: 0 0 6%;
}
.person_review_area .person_review_header {
    display: block;
}
.person_review_area .feedback {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.person_review_area .feedback p{
    margin-bottom: 0px;
}
.person_review_header .person_img {
    align-items: flex-start;
    
}
.person_review_header .person_details {
    margin-left: 0px;
    
}
.customer-upload-images{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.customer-upload-images .single-image-new,.customer-upload-images .single-image-new-1{
    margin: 0px 10px 10px 0;
    cursor: pointer;
    position: relative;
}


/*.all-customer-images.customer-upload-images .single-image-new:last-child::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    
    top: 0px;
    left: 0px;    
}*/
.customer-upload-images .single-image-new .img-fluid,.customer-upload-images .single-image-new-1 .img-fluid{
    width: 65px;
    height: 65px;
    object-fit: cover;
    border: none;
    border-radius: 0;
}
.person_review_body .person_details {
    display: flex;
    color: #9a9696;
}
.person_review_body .person_details span{
    margin-right: 10px;
}
.ml-80{
    margin-left: 80px;
}
.person_details p{
    margin-bottom: 0px;
}
.ml-80.mb-5 {
    margin-bottom: 2rem!important;
}
@media (max-width:576px){
    .checkout_modal_content .amount-section.summary-div .checkout-box .cart-box h3{
        min-height: auto; 
    } 
    .cat-box {
        padding: 1rem 0.5rem 1.5rem;
    }
    
}
@media (max-width:440px){
.person_review_header .name__title {
    flex: 0 0 18%;
}
}
.more_review_btn_area.text-right {
    margin-top: 20px;
}

.review-image-number {
    position: absolute;
    color: #fff;
    top: 0%;
    left: 0%;
    font-weight: bold;
    width: 100%;
    height: 100%;
    background: #0000007a;
    display: flex;
    justify-content: center;
    align-items: center;
}

.upload-modal-image{
    margin-bottom: 10px;
}
/*#staticBackdrop .modal-header {
    background: transparent;
    border-bottom: 0px;
}*/

#staticBackdrop .modal-body {
    height: 300px;
    overflow-y: scroll;
}
body.modal-open {
    overflow: visible;
}
@media (max-width:420px){
.cat-box.odd,.cat-box.even {
    background:none;
}
.cat-box {
    padding: 0;
}
.cat-box {
    height: 100%;
}
/*.blog .owl-prev,.blog .owl-next{
display: none;
}*/
.new-blog-item-home .owl-item img {
    width: 100% !important;
}
.new-blog-item-home .cat-box span {
    display: block;
    /*overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;*/
}
.popUp_page_wrapper .close_btn {
    position: absolute;
    right: 2%;
    top: 1rem;
}
.cod-section {
    margin-top: 0px !important;
}
.category-slider .owl-carousel .owl-item .item a span {
   font-size: 12px;
}
}
.featurad-section,.add-banner-sec,.add-image{
    overflow: hidden;
}
.similar_product_div {
    padding: 0 15px;
}