/*
Theme Name: Mellifera Child
Theme URI: https://mellifera.qodeinteractive.com/
Description: A child theme of Mellifera
Author: Mikado Themes
Author URI: https://themeforest.net/user/mikado-themes
Version: 1.0.1
Text Domain: mellifera
Template: mellifera
*/



#qodef-page-footer span.qodef-icon-holder {
    width: 35px;
    height: 35px;
    color: #fff;
    line-height: 2em;
    padding-left: 1px;
    text-align: center;
    border-radius: 25px;
    background-color: #c74817 !important;
    -webkit-transition: color .25s ease-out, background-color .25s ease-out, border-color .25s ease-out;
    -o-transition: color .25s ease-out, background-color .25s ease-out, border-color .25s ease-out;
    transition: color .25s ease-out, background-color .25s ease-out, border-color .25s ease-out;
}

#qodef-page-footer span.qodef-icon-holder:hover {
    color: #c74817;
    background-color: #fff !important;
}

#qodef-page-footer span.qodef-icon-holder:hover .qodef-icon {
    -webkit-transition: color .25s ease-out, background-color .25s ease-out, border-color .25s ease-out;
    -o-transition: color .25s ease-out, background-color .25s ease-out, border-color .25s ease-out;
    transition: color .25s ease-out, background-color .25s ease-out, border-color .25s ease-out;
}

#qodef-page-footer span.qodef-icon-holder:hover .qodef-icon {
    color: #c74817 !important;
}

#qodef-page-footer .qodef-icon-holder .qodef-icon:before {
    line-height: 35px;
    font-size: 17px;
}

#qodef-page-footer-bottom-area .widget_media_image {
    width: 60px;
    height: auto;
    margin: 0 auto !important;
}

body #qodef-page-footer .widget {
    margin: 0 0 38px;
}


body #qodef-page-footer .widget.widget_text {
    font-size: 12px;
    line-height: 30px;
    color: #131313;
}

#qodef-page-header .qodef-header-logo-link img {
    width: 176px;
}

.ajax_add_to_cart,
#qodef-woo-page .added_to_cart{
    background-color: transparent !important;
}


.homepage-carousel.qodef-qi-swiper-container .swiper-pagination-bullet{
    border: 0 !important;
}

body.home #qodef-page-header-inner .qodef-header-logo-image {
    display: none !important;
}


body .qodef-woo-dropdown-cart .qodef-m-dropdown-inner {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 350px;
    padding: 19px 26px;
    background-color: #fff;
    box-shadow: 0px 10px 10px 0 rgba(0, 0, 0, .08);
}
.qodef-woo-dropdown-cart .qodef-m-action-link:first-child{
    margin-bottom: 0;
}
.qodef-woo-dropdown-cart .qodef-m-action{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
    text-align: center;
}



.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item.qodef-e-info-date,
.qodef-e-info-item.qodef-e-info-date{
    color: #c74817 !important;
    font-size: 13px !important;
    text-transform: uppercase;
    letter-spacing: .1em;
    line-height: 25px !important;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 700;
    background-color: transparent !important;
    padding: 0 !important;
    position: relative !important;
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info.qodef-info--top{
    margin-bottom: 0 !important;
}

#qodef-page-header .qodef-header-logo-link img {
    width: 230px;
}

.qodef-blog .qodef-blog-item .qodef-e-media {
    margin-bottom: 18px;
}   

body.woocommerce-shop .qodef-m-title.entry-title{
    display: none !important;
}




@media (min-width: 1024px) and (max-width: 1210px) {
    #qodef-woo-page .qodef-quantity-buttons .screen-reader-text{
        font-size: 15px;
    }
}




ul.woocommerce-shipping-methods {
    list-style: none !important;
    padding: 0;
}

ul.woocommerce-shipping-methods li {
    display: flex;
    align-items: center;
    margin-bottom: 10px !important;
    cursor: pointer;
    position: relative;
}

ul.woocommerce-shipping-methods li input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    border-radius: 50%;
    margin-right: 15px;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
}

ul.woocommerce-shipping-methods li input[type="radio"]:checked::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 50%;
    display: block;
}

ul.woocommerce-shipping-methods li label {
    cursor: pointer;
}

.qodef-woo-shortcode .added_to_cart{
    background-color: transparent !important;
}

#qodef-woo-page.qodef--single .qodef-social-share{
    display: none !important;
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input {
    flex: unset !important;
}

.wc-block-components-totals-coupon__form{
    flex-direction: column;
}

@media (max-width: 767px){
    .qodef-info-box.qodef-layout--before-content .qodef-m-image-wrapper{
        margin: 0;
    }

    .elementor-widget-mellifera_core_info_box .qodef-info-box img{
        margin: 0 auto;
        display: block;
    }
    
    .qodef-info-box .qodef-m-title{
        text-align: center;
    }

    #qodef-page-mobile-header-inner{
        padding-top: 5px;
        padding-bottom: 5px;
    }
}


@media (max-width: 767px){
    body #qodef-page-inner {
        position: relative;
        padding: 22px 0 152px;
    }

    .qodef-woo-dropdown-cart .qodef-m-dropdown{
        /* left: 0;
        position: fixed;
        width: 100%;
        top: 80px;
        border-top: 1px solid #c74817; */
        display: none !important    ;
    }

    /* body .qodef-woo-dropdown-cart .qodef-m-dropdown-inner{
        width: 100%;
    } */
}


.show-password-input {
    display: none;
}

.vegas-slide-inner{
    background-size: contain !important;
    background-color: rgb(249 243 238) !important;
}


@media (min-width: 767px){
    .swiper-pagination.swiper-pagination-bullets{
        display: none;
    }
}



body.single-product .elementor-lightbox{
    display: none !important;
}


body .shipping-calculator-button,
body .wc-block-components-checkout-place-order-button{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 10px 0;
    font-family: "Open Sans Condensed", sans-serif;
    line-height: 28px;
    letter-spacing: .15em;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    -webkit-transition: color .25s ease-out, background-color .25s ease-out, border-color .25s ease-out;
    -o-transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
    transition: color .25s ease-out, background-color .25s ease-out, border-color .25s ease-out;
    padding: 10px 37px;
    font-size: 14px;
    cursor: pointer;
    z-index: 3;
    color: #fff;
    background-color: #c74817;
    border: 1px solid transparent;
}
    

body .shipping-calculator-button:hover,
body .wc-block-components-checkout-place-order-button:hover {
    background: #b73604;
    color: #fff;
}

.shipping-calculator-form button.button{
    margin-top: 10px !important;
}