/*
Theme Name: Bricks Child
Theme URI: https://bricksbuilder.io/
Template: bricks
Author: Bricks
Author URI: https://bricksbuilder.io/
Description: Visual website builder for WordPress.
Version: 2.3.1.1775531487
Updated: 2026-04-07 10:11:27

*/
.wpcsb-product-info{
	display:none !important
}
.wpcsb-product-action{
	width:100%
}
.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .variations_form{
	justify-content: space-between;
}
.wpcsb-product-action .variations{
	width:auto !important
}
.wpcsb-product-action button{
	margin-top:unset !important;
	padding-top:unset !important
}
.wpcsb-product-action .tawcvs-swatches{
	margin-bottom:unset !important
}
.wpcsb-product-action .value{
	display:inline;
	padding-left:20px !important
}
.wpcsb-product-action .swatch-item-wrapper{
	margin-bottom:0px !important
}
form.cart table.variations th, form.woocommerce-cart-form table.variations th{
	padding-top:unset !important;
	vertical-align:middle !important
}


/* Menu Demo 1-1 nổi bật */
.menu-demo > a {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    gap: 7px;

    padding: 11px 20px !important;
    border-radius: 999px;

    color: #fff !important;
    background: linear-gradient(135deg, #ff8a00, #ff3d00);

    font-weight: 700 !important;
    letter-spacing: 0.3px;
    text-transform: uppercase;

    box-shadow: 0 6px 18px rgba(255, 82, 0, 0.35);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        filter 0.25s ease;
}

/* Biểu tượng phía trước */
.menu-demo > a::before {
    content: "✦";
    font-size: 15px;
    line-height: 1;
	animation: demo-icon-spin 2.2s linear infinite;
}

/* Hiệu ứng ánh sáng */
.menu-demo {
    display: flex;
    align-items: center;
}

.menu-demo > a {
    display: inline-flex !important;
    align-items: center;
    /*justify-content: center;*/
    gap: 6px;

    height: 34px;
    padding: 0 16px !important;
    margin: 0 !important;

    color: #fff !important;
    background: #109447;
    border-radius: 999px;

    line-height: 1 !important;
    font-weight: 700;
    box-shadow: 0 6px 14px rgba(16, 148, 71, 0.22);

    transform: translateY(-1px);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.menu-demo > a:hover {
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(16, 148, 71, 0.3);
}
@keyframes demo-icon-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}