/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

.woocommerce-tabs.wc-tabs-wrapper {
    display: block !important;
}

.single-product .product-cart-qty-price .e-con-inner{    
    flex-direction: row;
    align-items: center;
}

.xoo-wsc-modal.xoo-wsc-cart-active .xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ft-amt.xoo-wsc-ft-amt-shipping.add {
    display: none;
}

.quantity input.qty {
    pointer-events: none;
}

.side-menu .elementor-accordion .elementor-accordion-item:first-child .elementor-tab-content {
    display: none;
}

.xoo-wsc-basket:focus {
    outline: 1px solid var(--e-global-color-primary);
}

.eael-product-price,.single-product p.price,.ht-product-price span.price{
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    justify-content: flex-end;
}

.eael-product-price span.amount,.single-product p.price span.amount,.ht-product-price span.price span.amount{
    padding-right: 10px;
}

.single-product p.price, .single-product p.price span.amount {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 0;
}

.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-categories, .ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-title , .ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-price {
    flex: 0 0 100%;
    width: 100%;
}

.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner {
    flex-wrap: wrap;
}

@media only screen and (max-width: 990px) {
    .single-product .product-cart-qty-price .e-con-inner {
        flex-direction: column;
        align-items: center;
    }

    .single-product .product-cart-qty-price .product-price {
        max-width: 100% !important;
        width:100% !important;
    }
    .single-product .product-cart-qty-price .product-cart-qty{
        max-width: 100% !important;
        width: 100% !important;
    }
}

@media (max-width: 1199px) { 
    .product-cart-qty-price .e-con-inner{ flex-direction: column-reverse !important; }
    .elementor-69421 .elementor-element.elementor-element-fff0999.product-price{ width:100% !important; max-width: 100% !important; }
    .elementor-69421 .elementor-element.elementor-element-b2412a0.product-cart-qty{ width:100% !important; max-width: 100% !important; }
}


.gift-card-var-wrapp {
    display: flex;
    flex-wrap: wrap;
}

.variation_list {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #8ad2c9;
    margin-bottom: 5px;
    margin-left: 5px;
    padding: 5px 10px;
    width: 80px;
    position: relative;
    cursor: pointer;
    justify-content: center;
    font-size: 20px;
	transition: all 0.5s;
}

.variation_list:hover,.variation_list.active {
    background-color: #8ad2c9;
}

.variation_list input[type=radio] {
    cursor: pointer;
    margin-left: 5px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    opacity: 0;
}

.woocommerce-checkout #coupons_list {
    display: none !important;
}

.woocommerce-checkout .sc_info_box {
    border: 1px var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc);
    padding: var(--sections-padding,16px 30px) !important;
    background: var(--sections-background-color,#fff);
    margin-top: 1.2rem;
    border-radius: var(--sections-border-radius,3px);
}

.woocommerce-checkout .sc_info_box ul {
    padding-right: 0;
}

.gift-card-item form.cart table {
    display: none;
}

.wc-sc-toggle-check {line-height: 21px;}
.woocommerce-checkout .sc_info_box .show_hide_list {margin-bottom:15px;}
.ui-datepicker .ui-datepicker-title {display: flex;align-items: center;justify-content: space-between;}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {padding: .5rem 0.5rem;}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {top: 10px;}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {top: 10px;}

.ui-widget-content .ui_tpicker_hour .ui_tpicker_hour_slider, .ui-widget-content .ui_tpicker_minute .ui_tpicker_minute_slider {height:6px;background: #65ad5d; }
.ui-widget-content .ui_tpicker_hour .ui_tpicker_hour_slider .ui-slider-handle, .ui-widget-content .ui_tpicker_minute .ui_tpicker_minute_slider .ui-slider-handle {background: #65ad5d;border-radius: 50%;width: 18px;height: 18px;border: 2px solid #fff;box-shadow: 0 0 3px rgba(0, 0, 0, 1);top: -7px;}

.ui-timepicker-rtl dl dd.ui_tpicker_hour {margin-top: 21px;}
.ui-timepicker-rtl dl dd.ui_tpicker_minute {margin-top: 21px;}


input.gift_receiver_email, input.gift_sending_date_time, textarea.gift_receiver_message {
	min-width: 100%;
    margin: 1% 0;
    background-color: #f9fafa;
    border: none;
    border-radius: var(--forms-fields-border-radius, 0);
    color: var(--forms-fields-normal-color, #69727d);
    font-size: 14px;
    font-weight: 400;
    padding: var(--forms-fields-padding, 16px);
}
textarea.gift_receiver_message {height:75px; resize:none;}