/**
 * #.#  Footer styles
 *
 * This stylesheet include styles for default divi footer
 */

footer {
    z-index  : 999;
    position : relative;
}

#footer-info {
    padding-top : 10px;
}

/**
 * #.#  Footer / Desktop — Figma node 693:150
 *
 */

#main-footer {
    background-color : #0C6865 !important;
}

/**
 * #.#  Widgets
 *
 */

#footer-widgets {
    padding : 60px 0 50px !important;
}

footer#main-footer .footer-widget {
    margin-bottom : 30px;
}

#footer-widgets .footer-widget .et_pb_widget {
    margin-bottom : 20px !important;
    width         : 100%;
}

#footer-widgets .footer-widget h4,
#footer-widgets .footer-widget h4.title {
    color          : #FED55C !important;
    font-family    : 'Parkinsans', sans-serif !important;
    font-weight    : 700 !important;
    font-size      : 16px !important;
    line-height    : 24px !important;
    text-transform : none !important;
}

#footer-widgets .footer-widget li:before {
    display : none;
}

#footer-widgets .footer-widget .widget_nav_menu li {
    display       : block;
    padding       : 11px 0;
    margin        : 0;
    line-height   : 16px;
    border-bottom : 1px solid rgba(255, 255, 255, 0.05);
}

#footer-widgets .footer-widget .widget_nav_menu li a {
    transition  : all 0.2s ease-in-out 0s;
    font-family : 'Comfortaa', sans-serif !important;
    font-weight : 500 !important;
    font-size   : 14px;
    line-height : 16px;
    color       : rgba(255, 255, 255, 0.5) !important;
    position    : relative;
}

#footer-widgets .footer-widget .widget_nav_menu li a:before {
    position           : absolute;
    top                : 50%;
    left               : -10px;
    font-family        : "ETmodules";
    content            : "\35";
    font-weight        : bold;
    font-size          : 16px;
    margin-top         : -8px;
    line-height        : 1;
    opacity            : 0;
    -webkit-transition : all 0.2s ease;
    -o-transition      : all 0.2s ease;
    transition         : all 0.2s ease;
}

#footer-widgets .footer-widget .widget_nav_menu li a:hover:before,
#footer-widgets .footer-widget .widget_nav_menu li a:focus:before,
#footer-widgets .footer-widget .widget_nav_menu li.current-menu-item a:before {
    opacity : 1 !important;
}

body #footer-widgets .footer-widget .widget_nav_menu li a:hover,
body #footer-widgets .footer-widget .widget_nav_menu li a:focus,
body #footer-widgets .footer-widget .widget_nav_menu li.current-menu-item a {
    padding-left : 10px !important;
    font-weight  : 500;
    color        : #ffffff !important;
}

/**
 * #.#  Payment method icons (Shopping with Us column)
 *
 */

.fcm-footer-payment-icons {
    display     : flex;
    flex-wrap   : wrap;
    align-items : center;
    gap         : 4px;
}

.fcm-footer-payment-icons img {
    display : block;
    width   : 30px;
    height  : 21px;
}


#footer-widgets .footer-widget .textwidget {
    line-height : 1.5;
}

#footer-widgets .footer-widget .textwidget strong {
    font-weight : 600 !important;
}

#footer-widgets .footer-widget .textwidget p {
    padding-bottom : 15px;
}

/**
 * #.#  Social icons
 *
 */

footer .et-social-icon {
    margin-left   : 5px !important;
    margin-bottom : 10px !important;
}

footer .et-social-icon a {
    font-size     : 15px;
    width         : 40px;
    height        : 40px;
    line-height   : 40px;
    border-width  : 1px !important;
    border-style  : solid !important;
    border-color  : rgba(0, 0, 0, 0.2);
    border-radius : 1px;
    transition    : all 0.2s ease-in-out 0s;
}

footer .et-social-icon a:hover {
    opacity : 1 !important;
}

/**
 * #.#  Bottom bar
 *
 */

#footer-bottom {
    background-color : #F6F5F0 !important;
    padding          : 24px 0 !important;
}

#footer-bottom .container.clearfix {
    display         : flex;
    align-items     : center;
    justify-content : space-between;
    flex-wrap       : wrap;
    gap             : 16px;
}

#footer-bottom .et-social-icons {
    margin : 0 !important;
    order  : 2;
}

#footer-bottom .et-social-icon {
    margin-bottom : 0 !important;
}

#footer-info {
    order          : 1;
    float          : none !important;
    padding-bottom : 0;
    font-family    : 'Comfortaa', 'Poppins', sans-serif !important;
    font-size      : 14px !important;
    font-weight    : 400 !important;
    line-height    : 23.8px !important;
    color          : rgba(0, 0, 0, 0.49) !important;
}

#footer-info a {
    font-weight : 700 !important;
    color       : rgba(0, 0, 0, 0.49) !important;
}

/**
 * #.#  Caldera newsletter form
 *
 */

footer .caldera-grid .first_col,
footer .caldera-grid .last_col {
    padding : 0;
}

footer .caldera-grid .form-control {
    width         : 100%;
    display       : block;
    padding       : 0 120px 0 20px;
    background    : transparent;
    color         : #FFF;
    font-size     : 14px;
    line-height   : 1;
    height        : 49px;
    border-width  : 2px !important;
    border-style  : solid !important;
    border-radius : 30px;
    overflow      : hidden;
    position      : relative;
}

footer .caldera-grid .btn-default {
    width         : 120px;
    text-align    : center;
    display       : block;
    padding       : 0 10px;
    color         : #FFF;
    border        : none;
    font-size     : 16px;
    font-weight   : bold;
    line-height   : 1;
    height        : 49px;
    border-radius : 30px;
    position      : absolute;
    top           : 0;
    right         : 0;
}

footer .caldera-grid .row {
    margin-left  : 0;
    margin-right : 0;
}

footer .caldera-grid .col-sm-12 {
    padding : 0 !important;
}

footer .caldera-grid .form-group,
footer .caldera-grid .btn-default {
    margin-bottom : 0;
}


/**
 * #.#  Mobile styles
 *
 */

@media (max-width : 980px) {
    footer .footer-widget:last-child {
        width        : 100% !important;
        margin-right : 0 !important;
    }

    #footer-widgets {
        padding-bottom : 40px !important;
    }
}

@media (max-width : 766px) {
    footer#main-footer .footer-widget:first-child,
    footer .social-widget {
        /* text-align : center; */
    }

    footer#main-footer .footer-widget:first-child:before {
        background-position : center top;
    }

    #footer-widgets #custom_html-2 {
        margin-bottom : 50px !important;
    }
}

/**
 * #.#  Footer logo
 *
 */

.footer-logo {
    text-align    : center;
    margin-top    : -65px;
    max-width     : 160px !important;
    margin-bottom : 15px;
}