/*
Theme Name:     Kallyas Child Theme
Theme URI:      http://kallyas.net/demo/
Description:    Child theme for the Kallyas theme
Author:         Hogash
Author URI:     http://themeforest.net/user/hogash
Template:       kallyas
Version:        4.0.0
Tags: dark, light, left-sidebar, right-sidebar, fluid-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, full-width-template, theme-options, translation-ready
Text Domain:  zn_framework
*/

/* --------------------------------------------------
    Defaults
---------------------------------------------------*/
:root {
    --theme-color--primary: #EB2E2D;
}

/* --------------------------------------------------
    Defaults
---------------------------------------------------*/
body * {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}

a {
    transition: all 500ms ease-in-out;
}

/* --------------------------------------------------
    Header
---------------------------------------------------*/
.site-header {
    display: flex;
    align-items: center;
    height: auto !important;
    padding: 1rem 0;
}

.site-header .site-header-wrapper {
    margin: auto;
}

.site-header .site-header-separator {
    display: none !important;
}

.site-header .header-search > a {
    background: none;
    font-size: 20px;
}

.site-header .header-search > a:hover {
    background: none;
}

.site-header .topnav--cart li {
    border: 0 !important;
    margin-left: 0 !important;
    padding: 0 !important;
}

.site-header .topnav--cart .icon-account,
.site-header .topnav--cart .kl-cart-icon  {
    width: 25px
}

.site-header .topnav--cart .kl-cart-button .svg-cart svg {
    width: 22px;
}

.site-header .topnav--cart .kl-cart-button {
    padding-left: 0;
    opacity: 1;
}

.site-header .topnav--cart .kl-cart-button .kl-cart-icon {
    font-size: 2rem;
}

.site-header .topnav--cart .kl-cart-button .kl-cart-icon:after {
    background-color: #017648;
    top: 0;
    right: -9px;
    left: auto;
}

.site-header .topnav--cart .icon-account svg path,
.site-header .topnav--cart .icon-account svg circle,
.site-header .topnav--cart .kl-cart-button .svg-cart svg path,
.site-header .topnav--cart .kl-cart-button .svg-cart svg circle {
    stroke: white;
}

.site-header .siteheader-container > .fxb-row .fxb-col:nth-child(2) {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.site-header .siteheader-container > .fxb-row .fxb-col:nth-child(2) .site-header-main {
   margin: auto;
}

.site-header .siteheader-container > .fxb-row .fxb-col:nth-child(2) .site-header-main ul.main-menu > li > a::before {
    display: none;
 }

 .site-header .siteheader-container > .fxb-row .fxb-col:nth-child(2) .site-header-main ul.main-menu > li > a:hover {
    opacity: 0.7;
 }
 
.site-header .siteheader-container > .fxb-row .fxb-col:nth-child(2) .site-header-col-left,
.site-header .siteheader-container > .fxb-row .fxb-col:nth-child(2) .site-header-col-center {
    display: none;
}

.site-header .siteheader-container .site-header-top-right {
    flex-direction: row-reverse !important;
}

@media (max-width:992px) {
    .site-header .siteheader-container > .fxb-row .fxb-col:nth-child(2) {
        flex-direction: row;
        justify-content: flex-end;
    }
    
    .site-header .siteheader-container > .fxb-row .fxb-col:nth-child(2) .site-header-main {
        margin: 0;
     }     
}

@media (max-width:767px) {
    .site-header .site-header-wrapper {
        width: 100%;
    }

    .site-header .siteheader-container > .fxb-row-col-sm {
        flex-direction: row;
    }

    .site-header .site-header-wrapper .site-logo.logo {
        padding: 0;
    }
}

/* --------------------------------------------------
    Block - Home Product Slider
---------------------------------------------------*/
.product-slider-home {
    z-index: 10;
}

.product-slider-home .products {
    z-index: 5;
    margin: 0 3rem !important;
}

.product-slider-home .m_title {
    display: none;
}

.product-slider-home .spp-carousel {
    margin-right: 0;
}

.product-slider-home .znSlickNav {
    z-index: 0;
    margin-right: 0 !important;
    bottom: 0;
    left: 0;
    width: 100% !important;
}

.product-slider-home .znSlickNav svg {
    position: static !important;
    width: 30px !important;
    height: auto !important;
}

.product-slider-home .znSlickNav .znSlickNav-prev,
.product-slider-home .znSlickNav .znSlickNav-next {
    top: 50%;
    background: transparent !important;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.product-slider-home .znSlickNav .znSlickNav-prev {
    left: -35px;
}

.product-slider-home .znSlickNav .znSlickNav-next {
    right: -35px;
}

.product-slider-home .slick-track {
    display: flex;
}

/* --------------------------------------------------
    Block - Facts List
---------------------------------------------------*/
.facts-list .media-container-pb:first-of-type .row:first-of-type {
    position: relative;
}

/* .facts-list .facts-list-image-zigzag {
    margin-top: -100px;
} */

.facts-list .facts-list-image-left,
.facts-list .facts-list-image-right {
    position: absolute;
    top: 50%;
    width: 400px;
    transform: translateY(-50%);
}

.facts-list .facts-list-image-left {
    left: -200px;
}

.facts-list .facts-list-image-right {
    right: -200px
}

body:not(.zn_pb_editor_enabled) .facts-list .media-container-pb:first-of-type .row:first-of-type div:nth-child(2) {
    margin-left: 16.66666667%;
}

/* --------------------------------------------------
    Block - Image Text Overlay
---------------------------------------------------*/
.image-text-overlay > .media-container-pb {
    position: relative;
    width: 100%;
    margin: 0;
}

body:not(.zn_pb_editor_enabled) .image-text-overlay > .media-container-pb .image-text-overlay-text {
    position: absolute;
    top: 4rem;
    right: 2rem;
    z-index: 10;
}

body:not(.zn_pb_editor_enabled) .image-text-overlay > .media-container-pb .image-text-overlay-text h2 {
    margin-bottom: 0;
}

/* --------------------------------------------------
    Products - Product Listing
---------------------------------------------------*/
.woocommerce .woocommerce-result-count {
    display: none;
}

.woocommerce .woocommerce-ordering select, .products-per-page select {
    text-transform: none;
}

.products .product h3 {
    text-align: center;
    line-height: 1 !important;
    margin-bottom: -10px !important;
}

.products .product .kw-prodimage {
    overflow: visible !important;
}

.products .product .kw-prodimage img {
    /* height: 325px !important; */
    /* max-height: 325px; */
    width: auto !important;
}

.products .product .product-price-packaging {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-weight: 800;
}

.products .product .product-price-packaging .packaging {
    margin-left: 1rem;
    font-weight: 500;
    font-size: 1.4rem;
}

@media(max-width: 992px) {
    .products .product .product-price-packaging {
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }
    
    .products .product .product-price-packaging .packaging {
        margin-left: 0;
    }
}

.products .product.has-subscription-plans .product-price-packaging .price {
    flex: 0 0 100%;
    text-align: center;
}

.products .product.has-subscription-plans .product-price-packaging .price .wwp-wholesale-pricing-details p {
    margin-bottom: 0;
}

.products .product.has-subscription-plans .product-price-packaging .price .wwp-wholesale-pricing-details p:nth-child(2) {
    width: 50%;
    margin: auto;
}

.products .product.has-subscription-plans .product-price-packaging .wcsatt-sub-options {
    font-weight: 400;
    font-size: 1.2rem;
}

.products .product .kw-details {
    padding: 10px !important;
}

.products .product .wcsatt-sub-options {
    display: none;
}

.products .product .kw-actions {
    /* display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position:relative !important; */
    display: block;
    text-align: center;
    position: relative !important;
    width: 100%;
    right: auto !important;
    bottom: auto !important;
}

/* @media(max-width: 992px) {
    .products .product .kw-actions {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }
} */

/* .products .product .kw-actions a.actions-addtocart {
    position: relative;
    transform: translateX(50px);
    margin-left:-50px;
}

@media(max-width: 992px) {
    .products .product .kw-actions a.actions-addtocart {
        transform: translateX(0);
        margin-left: 0;
        margin-bottom: 10px;
    }
} */

.products .product .kw-actions a {
    display: inline-block !important;
    margin: 0.25rem;
    padding: 1.5rem;
    border-radius: 50rem;
    width: auto !important;
    height: auto !important;
    line-height: 1rem !important;
    float: none !important;
    font-weight: 700;
}

.products .product .kw-actions a.actions-addtocart {
    display: none !important;
    background: var(--theme-color--primary);
    color: white;
}

.products .product .kw-actions a.actions-moreinfo {
    background: #f1f1f1;
    line-height: 1.6rem !important;
}

/* .products .product .kw-actions a {
    height: 30px !important;
    width: auto !important;
}

.products .product .kw-actions a img {
    height: 35px !important;
    width: auto !important;
} */

.products .product-list-item,
.products .product-list-item:hover {
    background: none !important;
    box-shadow: none !important;
}

.products .product-list-item .kw-prodimage {
    transition: transform 300ms ease-in-out;
}

.products .product-list-item:hover .kw-prodimage {
    transform: rotate(-2deg);
}

.products .product .button-details.desktop {
    display: block;
}

.products .product .button-details.mobile {
    display: none;
}

@media(max-width: 992px) {
    .products .product .button-details.desktop {
        display: none;
    }
    
    .products .product .button-details.mobile {
        display: block;
    }    
}

.products .product .kw-actions .actions-moreinfo {
    background: #ffb61a !important;
    color: #0a0a0a;
}

.products .product .kw-actions .actions-moreinfo:hover {
    background: #ffae00 !important;
    color: #0a0a0a;
}

/* --------------------------------------------------
    Product - Product Single Page
---------------------------------------------------*/
body.single-product .sub-header {
    margin-bottom: 1rem;
    font-size: 2.5rem;
    font-weight: 800;
}

body.single-product h1 {
    font-family: 'Black Rocker';
    font-size: 5.5rem;
}

@media(max-width: 450px) {
    body.single-product h1 {
        font-size: 4.5rem;
    }    
}

body.single-product div.product.prodpage-style2 .product-page {
    padding: 50px 15px;
}

body.single-product .product-price-packaging {
    display: flex;
}

@media(max-width: 992px) {
    body.single-product .product-price-packaging {
        justify-content: center;
    }
}

body.single-product .product-price-packaging .price,
body.single-product .product-price-packaging .wwp-wholesale-pricing-details {
    font-size: 24px;
    margin-right: 1rem;
    margin-bottom: 20px !important;
    font-weight: 800;
}

body.single-product .product-price-packaging .wwp-wholesale-pricing-details {
    margin-left: -1rem;
}

body.single-product .product-price-packaging .wwp-wholesale-pricing-details p {
    margin-bottom: 0;
}

body.single-product .product-price-packaging .wwp-wholesale-pricing-details p:nth-child(2) {
    width: 60%;
    line-height: 1;
}

body.single-product .product-price-packaging .price .wcsatt-sub-options,
body.single-product .product-price-packaging .price .wcsatt-sub-discount,
body.single-product .product-price-packaging small.wcsatt-sub-options {
    display: none;
}

body.single-product .wcsatt-options-prompt-action .price .wwp-wholesale-pricing-details,
body.single-product .wcsatt-options-prompt-action .price .wwp-wholesale-pricing-details > p {
    display: inline;
    font-size: 18px;
}

body.single-product .wcsatt-options-prompt-action .price .wwp-wholesale-pricing-details > p:nth-child(2) {
    display: none;
}

body.single-product .product-price-packaging .packaging {
    font-weight: 800;
}

body.single-product form.cart {
    display: flex;
    flex-wrap: wrap;
}

body.single-product .wcsatt-options-wrapper {
    flex: 0 0 100%;
}

body.single-product .wcsatt-options-wrapper .wcsatt-options-prompt-radios {
    padding-left: 0;
}

body.single-product .wcsatt-options-wrapper .wcsatt-options-product-dropdown {
    padding: 1.5rem;
}

body.single-product div.quantity .qty {
    width: 3.631em !important;
    height: 34px !important;
}

body.single-product .wcsatt-options-prompt-action del {
    display: none !important;
}

body.single-product .wcsatt-options-prompt-action ins {
    display: inline-block !important;
}

body.single-product .wcsatt-options-prompt-action ins,
body.single-product .wcsatt-options-prompt-action .subscription-details {
    font-size: 18px !important;
}

/* body.single-product form.cart button[type='submit'] {
    width: 127.125px !important;
    height: 35px !important;
    background: transparent url('/wp-content/themes/kallyas-child/assets/images/button-add-to-cart.png') no-repeat left top !important;
    background-size: contain !important;
} */

body.single-product form.cart button[type='submit'] {
    padding: 1rem 1.5rem !important;
    border-radius: 50rem !important;
    background: var(--theme-color--primary) !important;
}

body.single-product form.cart .button-subscribe-save {
    margin-left: 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    text-align: center;
}

@media(max-width: 992px) {
    body.single-product form.cart {
        justify-content: center;
    }

    body.single-product form.cart .button-subscribe-save {
        flex: 0 0 100%;
        justify-content: center;
        margin-top: 20px;
        margin-left: 0;
    }
}

body.single-product form.cart .button-subscribe-save img {
    width: auto !important;
    height: 35px !important;
}

#wc-stripe-payment-request-button-separator,
#wc-stripe-payment-request-wrapper {
    display: none !important;
}

/* --------------------------------------------------
    Product - Cat Pages
---------------------------------------------------*/
body.tax-product_cat .site-content {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    background: var(--theme-color--primary);
}

body.tax-product_cat .site-content .container .row > div {
    margin: auto;
    float: none;
}

body.tax-product_cat .site-content .container .row > div header {
    margin-bottom: 5rem;
    text-align: center;
    color: white;
}

body.tax-product_cat .site-content .container .row > div header h1 {
    font-family: 'Black Rocker';
    font-size: 5.5rem;
    color: white;
    border-bottom: 0;
}

body.tax-product_cat .site-content aside {
    display: none;
}

body.tax-product_cat .site-content .kallyas-productlist-wrapper {
    padding: 2rem;
    background: white;
}

body.tax-product_cat .site-content form.woocommerce-ordering {
    margin: 20px 20px;
}

/* --------------------------------------------------
    Block - Instagram
---------------------------------------------------*/
#eapps-instagram-feed-1 .eapps-instagram-feed-posts-grid-load-more {
    background: none !important;
}

/* --------------------------------------------------
    WooCommerce - Messages
---------------------------------------------------*/
.woocommerce .woocommerce-message {
    background-color: #017548;
}

.woocommerce .woocommerce-info {
    background-color: var(--theme-color--primary);
}

/* --------------------------------------------------
    WooCommerce - Cart
---------------------------------------------------*/
body.woocommerce-cart .wcsatt-options {
    padding-left: 0;
}

body.woocommerce-cart .wcsatt-options bdi,
body.woocommerce-cart .wcsatt-options label {
    font-weight: 400 !important;
}

body.woocommerce-cart .wc-proceed-to-checkout {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
}

@media(max-width:600px) {
    body.woocommerce-cart .wc-proceed-to-checkout {
        flex-direction: column;
        align-items: center;
    }
}

body.woocommerce-cart .wc-proceed-to-checkout #pay_with_amazon {
    margin: 0;
}

body.woocommerce-cart .wc-proceed-to-checkout > * {
    margin-right: 1rem;
}

body.woocommerce-cart #wc-stripe-payment-request-button-separator {
    display: none;
}

/* --------------------------------------------------
    Affiliates Dashboard
---------------------------------------------------*/
/*-----------------------------
    Login/Register
-----------------------------*/
.affiliate-area-content .eluid23f47bc3 {
    display: flex;
}

@media(max-width:992px) {
    .affiliate-area-content .eluid23f47bc3 {
        flex-direction: column;
    }
}

.affiliate-area-content .eluid23f47bc3 form#affwp-register-form {
    padding: 2rem;
}

.affiliate-area-content .eluid23f47bc3 form#affwp-login-form {
    background: #f1f1f1;
    padding: 2rem;
}

.affiliate-area-content .eluid23f47bc3 label {
    font-weight: 400;
    font-size: 1.3rem;
}

.affiliate-area-content .eluid23f47bc3 input[type='text'],
.affiliate-area-content .eluid23f47bc3 input[type='email'],
.affiliate-area-content .eluid23f47bc3 input[type='password'],
.affiliate-area-content .eluid23f47bc3 select,
.affiliate-area-content .eluid23f47bc3 textarea {
    padding: 1rem;
}

.affiliate-area-content .eluid23f47bc3 .button {
    padding: 1.5rem 1rem;
    background: var(--theme-color--primary);
    color: white;
    border: 0;
}

/*-----------------------------
    Dashboard
-----------------------------*/
#affwp-affiliate-dashboard {
    /* display: flex; */
}

#affwp-affiliate-dashboard-tabs {
    float: left;
    display:flex;
    flex-direction: column;
    width: 150px;
    height: 500px;
    margin-right: 3rem;
}

@media(max-width:700px) {
    #affwp-affiliate-dashboard-tabs {
        float: none;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
        margin-right: 0;
    }     
}

#affwp-affiliate-dashboard-tabs li {
    padding-right: 0 !important;
}

#affwp-affiliate-dashboard-tabs li a {
    display: block;
    padding: 1rem;
    background: #f1f1f1;
    border: 3px solid #f1f1f1;
    font-size: 1.4rem;
}

#affwp-affiliate-dashboard-tabs li.active a {
    background: transparent;
}

.affwp-tab-content {
    float: left;
    width: calc(100% - 150px);
    padding: 0 3rem 3rem;
    border-left: 2px solid #f1f1f1;
}

@media(max-width:700px) {
    .affwp-tab-content {
        float: none;
        width: 100%;
        padding: 0 3rem 3rem;
        border-left: 0;
    }    
}

.affwp-tab-content h4 {
    font-size: 3rem;
    font-weight: 500;
    color: var(--theme-color--primary);
    margin-bottom: 3.5rem !important;
}

.affwp-tab-content h4:not(:first-child) {
    margin-top: 3.5rem !important;
}

.affwp-tab-content label {
    font-weight: 400;
    font-size: 1.3rem;
}

.affwp-tab-content input[type='text'],
.affwp-tab-content input[type='email'],
.affwp-tab-content select {
    padding: 1rem;
}

.affwp-tab-content .button {
    padding: 1.5rem 1rem;
    background: var(--theme-color--primary);
    color: white;
    border: 0;
}

/* .affwp-tab-content table {
    text-align: left;
    border: none;
    margin: 0 0 21px;
    border-collapse: collapse;
    width: 100%;
}

.affwp-tab-content table th {
    background: #fafafa;
    font-weight: 700;
}

.affwp-tab-content table th,
.affwp-tab-content table td {
    text-align: left;
    border: 1px solid #eee;
    color: #666;
    padding: .3em 1em;
    max-width: 100%;
} */

/* --------------------------------------------------
    Form - Contact
---------------------------------------------------*/
.gform-body {

}

.gform-body input[type='text'],
.gform-body input[type='email'],
.gform-body input[type='phone'],
.gform-body textarea {
    padding: 1.5rem;
    width: 100%;
    border-radius: 10px;
    border: 0;
    background: #e7e7e7;
}

.gform-body fieldset {
    padding: 0;
    margin-bottom: 2rem;
}

.gform-body fieldset {
    padding: 0;
    margin-bottom: 2rem;
}

.gform-body .gfield {
    margin-bottom: 2rem;
}

.gform-body .gfield_label,
.gform-body legend.gfield_label {
    margin-bottom: 5px;
    font-size: 1.5rem;
    font-weight: 800;
    border-bottom: 0;
}

.gform-body .gfield p {
    display: none;
}

.gform-body .gfield p {
    display: none;
}

.gform-body .gfield--width-half,
.gform-body fieldset .ginput_container span {
    float: left;
    width: 50%;
    padding-right: 10px;
}

@media(max-width:675px) {
    .gform-body .gfield--width-half,
    .gform-body fieldset .ginput_container span {
        width: 100%;
    }
}

.gform_footer input[type='submit'] {
    padding: 1.5rem 2.5rem;
    background: var(--theme-color--primary);
    font-size: 1.3rem;
    font-weight: 800;
    color: white;
    border: 0;
    border-radius: 50rem;
}

/* --------------------------------------------------
    Footer - Signup
---------------------------------------------------*/
.section-sign-up > .container > .row {
    display: flex;
    align-items: center;
}

@media(max-width: 992px) {
    .section-sign-up > .container > .row {
        flex-wrap: wrap;
        flex-direction: column;
    }
}

.footer-signup form {
    display: flex;
    flex-wrap: wrap;
}

.footer-signup .gform_anchor {
    display: none;
}

.footer-signup form .validation_error {
    flex: 0 0 100%;
    margin-bottom: 3px;
    color: hsl(var(--theme-color--dark-gray));
}

.footer-signup form .gform_body {
    flex: 1;
}

.footer-signup form .gform_body .validation_message {
    background: hsl(var(--theme-color--primary));
    padding: 0.3rem 0.5rem;
    border-radius: 5px;
}

.footer-signup form ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
}

.footer-signup form label {
    display: none;
}

.footer-signup form input[type='text'] {
    padding: 1.5rem;
    width: 100%;
    border-radius: 10px;
    border: 0;
    background: white;
}

.footer-signup form .gform_footer {
    display: flex;
    align-items: center;
}

.footer-signup form button {
    margin-left: 1rem;
    background: transparent !important;
    border: 0;
}

.footer-signup form button svg {
    display: block;
    width: 25px;
    transform: rotate(180deg);
}

/* --------------------------------------------------
    Footer - Main
---------------------------------------------------*/
.footer-menu li {
    margin: 1.2rem 15px !important;
}

.footer-boikeys-bag {
    position: relative;
    z-index: 10;
}

@media(max-width:767px) {
    .footer-menu li {
        margin: 1.2rem 0 !important;
    }

    .footer-social-icons {
        text-align: center;
    }    
}

/* --------------------------------------------------
    Footer - Sub
---------------------------------------------------*/
@media(max-width:767px) {
    .footer-sub-menu ul {
        text-align: center;
    }

    .footer-sub-copyright {
        text-align: center;
    }    
}
