/*
Theme Name: Moderno-Child
Theme URI: https://parkofideas.com/moderno/
Text Domain: moderno-child
Description: Jewelry Store WooCommerce Theme
License: GNU General Public License v2.0 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.0
Template: moderno
Author: parkofideas.com
Author URI: https://parkofideas.com
Tags: right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, theme-options, translation-ready
*/


/* =Theme customization starts here
-------------------------------------------------------------- */
.header-lang{
    list-style: none;
    display: flex;
    grid-gap: 10px;
}

.header-lang a{
    font-size: 14px;
}

.header-lang li{
    opacity: 1;
    transition: 0.3s ease;
}

.header-lang li:hover{
    opacity: 0.7;
}

.header-lang .current-lang{
    opacity: 1;
    display: none;
}

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

.mobile-lang .current-lang{
    display: none;

}

.mobile-lang a{
    font-weight: 200;
}

.wcus-checkout-fields h3{
    margin-bottom: 15px;
}

.woocommerce form .form-row .optional {
    display: none !important;
}

.c-header__row-top .c-header__cell>nav> ul>li:nth-child(2) > ul>li:last-child a{
    color: red
}

.scfw-size-chart-main{
    margin-top: 30px;
}

.scfw-size-chart-main .md-size-chart-btn{
    color: #000 !important;
    padding: 8px 20px;
    border: solid 1px #000 !important;
    background-color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 600;
    transition: all 0.3s ease;
}

.scfw-size-chart-main .md-size-chart-btn:hover{
    opacity: 0.7;
    transform: translateY(-2px);
}

.wptb-image-wrapper img{

}

.wcml-dropdown a{
    padding: 10px;
    font-size: 14px;
}

.header-lang{
    padding: 0;
    margin: 0 !important;
}

.c-header__top-row-item--other{
    margin: 0 30px !important;
}

.wp-video-shortcode{
    width: 100% !important;
    height: auto !important;
}

.product_meta .wcml-dropdown.product{
    width: 100%;
}

@media (max-width: 1189px){
    .mob-right{
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .mob-right .wcml-dropdown a{
        padding: 6px;
        padding-right: 20px;
    }
    .c-header__row--logo-centered{
        grid-template-columns: 142px auto 142px !important;
    }
    .mob-right .wcml-dropdown a.wcml-cs-item-toggle:after{
        right: 6px;
    }
    
    .c-header__row--logo-centered .c-header__col-mobile-buttons{
        flex: 0 !important;
    }
    .c-header__menu-bottom .mobile-lang{
        display: none;
    }
    .header-lang a{
        text-transform: uppercase;
    }
    .c-header__top-row-item--other{
        margin: 0 !important;
        display: flex;
        justify-content: center;
    }
    .mob-right .wcml-dropdown{
        margin-left: 30px !important;
    }
    .c-header__logo-img--svg, .c-header__logo{
        height: 40px !important;
    }
}

@media (max-width: 767px){
    .c-header__top-row-item--other{
        justify-content: start;
    }
    .mob-right .wcml-dropdown{
        margin-left: 20px !important;
    }
}

@media (max-width: 400px){
    .c-header__col-mobile-buttons{
        margin-left: 10px !important;
    }
    .mob-right .wcml-dropdown{
        margin-left: 10px !important;
    }
}


.c-page-header__sub-cat-item img:not(.c-page-header__sub-cat-thumb-image){
    -o-object-fit: contain !important;
       object-fit: contain !important;
}

.slider-main-page img.swiper-slide-image{
    /* max-height: 300px; */
    object-fit: cover;
    /* aspect-ratio: 1/1; */
}

@media (min-width: 1190px){
    .c-header__cell--top-right div:first-child{
        order: 1;
    }
    .c-header__cell--top-right ul:nth-child(3){
        order: 2;
    }
    .c-header__cell--top-right div:nth-child(2){
        order: 3;
    }
    .c-header__top-row-item--other{
        margin-right: 0 !important;
        margin-left: 34px !important;
    }
    .header-lang{
        margin-left: 30px !important;
    }
    .c-header__logo--desktop{
        padding: 0 !important;
    }
    .c-header__row-top, .c-header__row-bottom{
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
}



#stock_notifier_main_form {
    margin-top: 40px;
}

.stock_alert_button, .unsubscribe_button{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 0;
    -moz-column-gap: 8px;
    column-gap: 8px;
    outline: none;
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 18px 50px 18px 50px;
    color: var(--white-color);
    border: solid 1px var(--button-color);
    text-decoration: none !important;
    background-color: var(--button-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    border-radius: 0;
}

.stock_alert_email{
    width: 100%;
}


@media (min-width: 1190px){
    .c-top-menu__item:hover > .c-top-menu__submenu{
        height: 235px !important;
    }
}