/* 
Theme Name: ICinner
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Tien Pham
Author: Tien Pham
Author URI: https://flatsomix.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: icinner
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 */
/* em {
    font-family: "Old Standard TT", Sans-serif;
} */
.elementor-widget-woocommerce-checkout-page {
	font-family: inherit !important;
}
.home .elementor-location-header {
    position: absolute;
    z-index: 9999;
    top: 0;
    width: 100%;
}
.home.admin-bar .elementor-location-header {
		top: 32px;
}
@media (max-width: 782px) {
	.home.admin-bar .elementor-location-header {
		top: 46px;
	}
}
.elementor-location-footer .footer-main-content {
		position: fixed;
		bottom: 0;
}
body .elementor[data-elementor-type="wp-page"],
body .site-main,
.elementor-location-archive,
.elementor-location-single {
    background-color: #ffffff;
    position: relative;
    z-index: 9;
}
body .site-main,
.elementor-location-archive,
.elementor-location-single {
	box-shadow: 0 42px 44px rgba(0,0,0,0.08)
}
.icinner-button {
    position: relative;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.29px;
    background-color: #FFFFFF00;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-primary);
    color: var(--e-global-color-primary) !important;
    display: inline-block;
    border-radius: 21px 21px 21px 21px;
    padding: 4px 52px 4px 20px;
    transition: all .6s;
}
.icinner-button:before,
.icinner-button:after {
    content: '';
    position: absolute;
    background-image: url(http://alma-studio.local/wp-content/uploads/2024/04/arrow-right-primary.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition: all .6s;
    display: block;
    width: 15px;
    height: 15px;
    top: 9px;
}
.icinner-button:before {
    left: 0;
    opacity: 0;
}
.icinner-button:after {
    right: 20px;
}
.icinner-button:hover {
    padding-left: 52px;
    padding-right: 20px;
}
.icinner-button:hover:before {
    left: 20px;
    opacity: 1;
}
.icinner-button:hover:after {
    right: -5px;
    opacity: 0;
}
.icinner-popup-voucher {
    background: #fff;
    position: fixed;
    right: 5px;
    bottom: 5px;
    max-width: 304px;
    padding: 22px 28px 30px 28px;
    z-index: 111;
    border: 1px solid #828750;
    border-radius: 5px;
}
.icinner-popup-voucher .popup-body h3 {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    font-weight: 400;
    color: var( --e-global-color-primary );
    margin-bottom: 20px;
}
.icinner-popup-voucher .popup-close-btn {
    font-size: 14px;
    position: absolute;
    top: 14px;
    right: 16px;
    cursor: pointer;
}

.reset_variations {
    display: none !important;
}
/* CSS */
.single-product div.product table.variations label {
    display: none; /* Ẩn nhãn biến thể */
}

/* Hoặc nếu bạn muốn loại bỏ hoàn toàn các nhãn biến thể, bao gồm cả các nhãn của biến thể mặc định */
.product table.variations label, 
.product table.variations .label {
    display: none; /* Ẩn nhãn biến thể và các nhãn của biến thể mặc định */
}

.woo-variation-items-wrapper {
    padding: 0;
    background: #fff !important;
}

/* Loading spinner style */
.single_add_to_cart_button.loading:after {
    top: 8px !important;
}
.single_add_to_cart_button:disabled {
    background: #fff !important;
    color: var( --e-global-color-primary ) !important;
}