/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
.sub-menu.custom-lang-switcher {
    white-space: nowrap;
    width: 100%;
}

.sub-menu.custom-lang-switcher>li {
    justify-items: center;
}

.sub-menu.custom-lang-switcher>li>a {
    margin: 0 !important;
}

.flat-lang-currency-list {
    margin-top: 30px !important;
}

.flat-lang-currency-list .current-lang a {
    opacity: 1 !important;
}

.flat-lang-currency-list .current-lang a::after {
    backface-visibility: hidden !important;
    -webkit-transform: scaleX(1) !important;
    transform: scaleX(1) !important;
}


.price .woocommerce-Price-amount:first-of-type:nth-last-of-type(2) {
    font-weight: bold;
}

.price .woocommerce-Price-amount:last-of-type:nth-of-type(2) {
    text-decoration: line-through;
    opacity: 0.7;
    margin-left: 10px;
}

#mailpoet_form_1 .mailpoet_submit {
    padding: 15px 20px !important;
}


@media only screen and (max-width: 999px) {
    .nectar-shop-header .nectar-shop-header-bottom {
        margin-bottom: 20px;
    }

    .admin-bar.archive.woocommerce .container-wrap>.main-content #sidebar {
        padding-top: initial;
    }

    .archive.woocommerce .container-wrap>.main-content #sidebar {
        padding: 40px 40px 60px 40px;
    }
}

@media only screen and (max-width: 440px) {

    .woocommerce ul.products li.product .woocommerce-loop-product__title,
    .woocommerce ul.products li.product h3,
    .woocommerce ul.products li.product h2,
    .woocommerce ul.products li.product h2,
    .woocommerce-page ul.products li.product h2 {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
}

a.add_to_wishlist:hover {
    cursor: pointer;
}

.woocommerce div.product .woocommerce-variation-price span.price {
    display: none;
}

.mailpoet_form_column .mailpoet_paragraph {
    width: 80%;
}

.mailpoet_form_columns_container {
    border: 1px solid black;
}

.material-open,
.material-search-open {
    overflow: hidden;
}

.woocommerce-input-wrapper textarea {
    resize: none;
    min-height: 100px;
}

span.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #7b7b7b;
}

.woocommerce-billing-fields .required {
    color: #e2401c !important;
}

#mailpoet_form_1 .mailpoet_message {
    padding: 0 !important;
}

.mailpoet_form.mailpoet_form_successfully_send .mailpoet_validate_success {
    position: static !important;
    text-align: left !important;
    transform: none !important;
}

.mailpoet_message {
    position: absolute;
    left: 0;
    top: 0;
}

.mailpoet_form {
    position: relative;
}

@media only screen and (max-width: 999px) {
    .woocommerce ul.order_details li {
        display: flex;
        gap: 10px;
        align-items: center;
    }
}

.sizes-popup {
    color: rgba(0, 0, 0, 0.7);
    font-size: 18px;
}

.yelk-about-us h1,
#fws_6a292eb6b5a0e h1 {
    font-size: 28px;
}