/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */

.polylang_langswitcher {
    list-style: none;
    padding: 0;
    margin: 0;
}

.polylang_langswitcher li {
    display: inline-block;
    margin-right: 10px;
}

#main-header .site-top-header-inner-wrap {
    grid-template-columns: auto 30px;
}

#main-header .site-top-header-inner-wrap .site-header-item {
    width: 100%;
    display: block;
}

#main-header .site-top-header-inner-wrap .site-header-item .header-html .header-html-inner {
    display: flex;
    justify-content: space-between;
}

#main-header .s_top_left,
#main-header .s_top_right {
    margin: 0;
}

#main-header .s_top_left li,
#main-header .s_top_right li {
    display: inline-block;
    margin-right: 20px;
    line-height: 26px;
}

#main-header .s_top_left li a,
#main-header .s_top_right li a {
    line-height: 26px;
}

.kadence-breadcrumbs a {
    text-decoration: none;
}

.content-area {
    margin-top: 2rem!important;
    margin-bottom: 0!important;
}

.wp-block-kadence-infobox .kt-blocks-info-box-number {
    min-width: 2em;
}

.s_header > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .kb-row-layout-wrap > .kt-row-column-wrap{
    margin-left: 0;
}

.secondary-navigation #secondary-menu .s_sell {
    background: linear-gradient(135deg,var(--global-palette2,#ff8246) 0%,var(--global-palette1,#cc3300) 100%) !important;
    border-radius: 50px;
}

.secondary-navigation #secondary-menu .s_sell a {
    color: #ffffff;
    padding: 10px 25px;
    text-transform: uppercase;
    font-size: 13px;
}

.secondary-navigation #secondary-menu .s_cart a {
    padding: 10px 25px;
}

.kb-form .kadence-blocks-form-field .kb-field .kb-checkbox-item {
    align-items: flex-start;
}

.kb-form .kadence-blocks-form-field .kb-field .kb-checkbox-item .kb-sub-field {
    margin: 6px 5px 3px 0;
}

#mobile-header .mobile-html-inner {
    padding: 0 15px;
    line-height: 1.2;
}

.wp-block-kadence-iconlist ul.kt-svg-icon-list {
    text-align: left;
}

.s_search a, .s_delivery a, .s_panel {
    font-size: 0;
}

.s_panel,
.s_panel a,
.s_panel span {
    color: #fff!important;
}

.s_panel a {
    padding: 0!important;
    height: auto!important;
}

#secondary-menu .s_panel {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}

.input_group_search {
    width: 100%;
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}


@media (max-width: 479px) {
    #masthead #mobile-header .s_search_header_input {
        width: 35vw;
    }
}

@media (max-width: 359px) {
    #masthead #mobile-header .s_search_header_input {
        width: 25vw;
    }
}

@media (max-width: 767px) {
    .s_title {
        font-size: 18px!important;
    }
    .s_products_body_placeholder .col-md-4 {
        padding-left: 0;
        padding-right: 0;
    }

    #masthead #mobile-header .s_search_header_input.hidden {
        width: 0;
    }
}

@media (max-width: 1024px) {
    .site-main-header-wrap {
        background: linear-gradient(135deg,var(--global-palette1,#cc3300) 0%,var(--global-palette2,#ff8246) 100%);
        border-top: 1px solid var(--global-palette8);
        border-bottom: 1px solid var(--global-palette8);
    }

    .site-main-header-wrap {
        background: #fff!important;
    }
}