/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.woocommerce-breadcrumb {
    display: block !important;
}

button.single_add_to_cart_button.button.alt {
    color: white;
}

a.button.wc-forward {
    color: white;
}

a.button.checkout.wc-forward {
    color: white;
}

.awooc-custom-order-button.button.alt.show-add-to-card {
    float: right;
    margin: 0;
    margin-right: -55px;
}

#order_review .cart_item .ts-product-image {
    width: fit-content !important;
    height: 50px !important;
    display: flex !important;
    padding-right: 7px !important;
    float: left !important;
}

#order_review .cart_item .ts-product-image {
    height: 60% !important;
}

#order_review .cart_item .ts-product-image img {
    width: 100px !important;
    height: auto !important;
}

#wcus_np_billing_fields {
    display: block !important;
}

.home.page-template .slider.row-slider .instagram-image-container .caption::-webkit-scrollbar {
    width: 0em;
}

.woocommerce .awooc-custom-order-wrap .wpcf7-form-control.wpcf7-submit {
    background-color: #76a109 !important;
}

.woocommerce-checkout .shop_table .cart_item td:first-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.woocommerce-checkout .fl-labels .fl-wrap label[for]:first-child {
    font-size: 10px !important;
}

.woocommerce-checkout td.product-total,
.woocommerce-checkout .shop_table tr td:last-of-type {
    vertical-align: text-top;
}

.woocommerce-checkout .product-name-inner {
    margin-bottom: 10px;
}

.woocommerce-checkout .order-received-img-block {
    width: 76%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.woocommerce-checkout .order-received-img-block img {
    width: 99%;
}

.woocommerce-checkout .order-received-img-block img:first-child {
    margin-right: 5px;
}

.woocommerce-order-received .wc-item-meta li {
    text-align: left;
}

.woocommerce-order-received .order-receicer-item-img {
    width: 80px;
    height: 80px;
    display: block;
    float: left;
    margin-right: 10px;
    object-fit: cover;
}

.woocommerce-order-received .order-received-img-block {
    float: left;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.woocommerce-order-received .order-received-img-block img {
    width: 49.5%;
    height: auto;
}

.woocommerce-order-received .product-name-inner {
    margin-top: 10px;
    margin-bottom: 0 !important;
    float: left;
}

.woocommerce-order-received .order-received-img-block+a {

    display: block;
}

@media screen and (max-width:1024px) {
    .awooc-custom-order-button.button.alt.show-add-to-card {
        float: left;
        margin: 0;
        margin: 0px auto 15px;
        width: 89%;
    }

    .woocommerce-checkout .order-received-img-block {
        width: 86%;
    }

    .woocommerce-order-received .order-received-img-block {
        width: 100%;
    }

    .woocommerce-order-received .product-name-inner {
        margin-top: 0px;
    }

    .woocommerce-order-received .order-received-img-block+a {
        width: 100%;
        display: block;
    }

    .woocommerce-order-received .order-received-img-block {
        display: flex;
        margin-bottom: 10px;
    }

    .woocommerce-order-received .td.product-name {
        width: 60% !important;
    }

    td.product-total,
    .shop_table tr td:last-of-type {
        text-align: right;
        width: 40%;
    }
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/

    button.single_add_to_cart_button.button.alt {
        color: white;
    }

    a.button.wc-forward {
        color: white;
    }

    a.button.checkout.wc-forward {
        color: white;
    }

}








.woocommerce-product-attributes.shop_attributes th small {
    text-transform: none;
}

.badge-container {
    top: 0;
    right: 0;
    left: initial;
    margin-top: 0;
}

.badge-container .onsale {
    display: inline-block;
    padding: 5px 20px;
    font-size: 14px;
    text-transform: none;
    background: orange;
    border-bottom-left-radius: 15px;
    vertical-align: top;
}

.outofstock .badge-container {
    top: 33px;
}

.single .outofstock .badge-container {
    top: 0;
}

.variations .reset_variations {
    bottom: -6px !important;
    opacity: 1 !important;
    color: #ef0707 !important;
}

.single_variation_wrap .woocommerce-variation-price {
    display: none;
}

.xt_woovs-single-product .swatch.swatch-label.xt_woovs-selected {
    background-color: #493c3e !important;
    box-shadow: inset 0 0 0 2px #493c3e !important;
}

.xt_woovs-single-product .xt_woovs-swatches-wrap.xt_woovs-attr-label-inherit .variations .label {
    vertical-align: middle !important;
}

.xt_woovs-single-product .xt_woovs-swatches {
    padding: 10px 0px 10px 0px !important;
}

.product-main .price-wrapper {
    display: flex;
    gap: 15px;
}

.product-main .title-product-price {
    color: #000;
    font-size: .9em;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.xt_woovs-single-product .xt_woovs-swatches-wrap.xt_woovs-attr-label-inherit .variations .xt_woovs-attribute-value {
    display: none;
}

.xt_woovs-swatches-wrap.xt_woovs-behavior-hide .xt_woovs-swatches .swatch.xt_woovs-disabled {
    opacity: 0.4;
    cursor: not-allowed;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
    min-width: 50px !important;
    height: 30px !important;
    margin-right: var(--xt-woovs-single-swatch-hgap) !important;
    margin-bottom: var(--xt-woovs-single-swatch-vgap) !important;
    padding: 0 10px !important;
}

.varriablemassege {
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    padding: 10px 0px;
    font-weight: bold;
}


.out-of-stock-label {
    top: 0 !important;
    font-size: 14px;
    text-transform: none !important;
    background: orange !important;
    max-width: 200px;
    width: 100%;
    padding: 5px !important;
    left: initial !important;
    right: 0;
    border-bottom-left-radius: 15px;
}

.product-small .product-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.product-small .sku-wrapper {
    color: #493c3e;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
}

.woocommerce-product-attributes-item__value.value {
    border-bottom: 1px solid #ececec;
    padding: 0;
}

.woocommerce-product-attributes.shop_attributes th {
    width: 35%;
}

.woocommerce-product-attributes.shop_attributes td {
    width: 65%;
}

.woocommerce-product-attributes-item__value.value div {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.woocommerce-product-attributes-item__value.value div input {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: -9999%;
}

.woocommerce-product-attributes-item__value.value div label {
    display: block;
    cursor: pointer;
    text-transform: uppercase;
    padding: 5px 10px;
    border: 1px solid #ccc;
}

.woocommerce-product-attributes-item__value.value div input:disabled+label {
    cursor: not-allowed;
    background-color: #ccc;
    opacity: 0.5;
}

.woocommerce-product-attributes-item__value.value div input:checked+label {
    border: 1px solid #2b191b;
    background: #2b191b;
    color: #fff;
    opacity: 1;
}

.product-info {
    padding-top: 0;
}

@media screen and (max-width: 849px) {
    .product-info {
        padding-top: 10px;
    }
}

.product-info p.stock {
    font-size: 14px;
    text-transform: none !important;
    background: #ccc !important;
    text-align: center;
    width: 100%;
    padding: 5px !important;
}

.gold-home-section .text-box {
    pointer-events: none;
}

.silver-home-section .text-box {
    pointer-events: none;
}


.home-icons-mobile {
    display: none !important;
}

@media (max-width: 574px) {
    .home-icons-desktop {
        display: none !important;
    }

    .home-icons-mobile {
        display: block !important;
    }
}

.nav-small .nav>li>a,
.nav.nav-small>li>a {
    font-size: 12px;
    font-weight: bold;
}

.nav .search-form {
    width: 245px !important;
}

@media (max-width: 850px) {
    .nav .search-form {
        width: 100% !important;
    }
}

.select2-container .select2-selection--single {
    height: 40px !important;
    ;
    margin: 0 !important;
    box-shadow: none !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ececec !important;
    ;
    outline: none !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
}

.select2-dropdown {
    border: 1px solid #ececec !important;
    ;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #2b191b !important;
}

.select2-results__option {
    font-size: 14px;
    outline: none;
    margin: 0;
}

select,
.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection {
    background-position: right 3px top 12px !important;
}

.wlt-product-likes-liked-total {
    font-size: 14px;
    font-weight: 700;
    padding-left: 5px;
}

.wlt-product-likes-product {
    margin: 5px !important;
    text-align: center;
    width: auto !important;
}

.wlt-product-likes-product .wlt-product-likes-button.unlike::before {
    padding-right: 21px !important;
    margin-right: 0 !important;
    font-size: 14px !important;
}

.wlt-product-likes-product .wlt-product-likes-button.like::before {
    padding-right: 19px !important;
    margin-right: 0 !important;
    font-size: 14px !important;
}

.wlt-product-likes-product .wlt-product-likes-button {
    margin-right: 0 !important;
}

.woocommerce-checkout .order-received-img-block {
    display: block !important;
    width: 100% !important;
}

.woocommerce-checkout .order-received-img-block img {
    display: inline-block;
    width: 48% !important;
    margin: 0 !important;
}

.awooc-custom-order-button.button.alt.show-add-to-card {
    background-color: #d26e4b;
    color: #fff;
}


.nav-vertical>li>ul .menu-item a {
    color: #000;
    text-transform: uppercase;
    font-size: .8em;
    font-weight: bolder;
}

.nav-vertical>li>ul .menu-item-has-children ul li a {
    color: #666;
    text-transform: none;
    font-size: inherit;
    font-weight: inherit;

}