/*
Theme Name: BICTweb.vn
Description: This is a child theme for BICTweb.vn
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE 

***************/

.product-title product_title entry-title{
    font-size: 24px !important;
    font-weight: 300 !important;
}

#shop-sidebar{

   
    /* width: 400px; */
    /* height: 200px; */
    
    /*  border: 1px solid #777777; padding-left: 5px; border-radius: 1% 1% 1% 1%;*/
    


    box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
    padding: 10px;
    border-radius: 10px
}

#product-sidebar{

   
    /* width: 400px; */
    /* height: 200px; */
    
    /*  border: 1px solid #777777; padding-left: 5px; border-radius: 1% 1% 1% 1%;*/
    


    box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
    padding: 10px;
    border-radius: 10px
}


#masthead {
    background-color: white !important;
}


input.wpcf7-form-control.wpcf7-submit {
    display: block;
    margin: 0 auto;
 }

.product-info summary{
    border-right: 0px solid #ececec !important;
 }

.stuck .header-main .nav > li > a {
    line-height: 14px !important;
}


.flatsome-studio-button{
    display: none !important;
}


/* 1. Ẩn các trường địa chỉ nhạy cảm nhưng vẫn giữ dữ liệu ngầm */
#billing_country_field, 
#billing_city_field, 
#billing_state_field {
    display: none !important;
}

/* 2. Làm các ô nhập liệu full dài 100% */
.woocommerce-checkout .form-row {
    width: 100% !important;
    float: none !important;
    margin-right: 0 !important;
}

/* 3. Bo góc và chỉnh thẩm mỹ cho các ô nhập liệu */
.woocommerce-checkout input[type="text"], 
.woocommerce-checkout input[type="tel"], 
.woocommerce-checkout textarea,
.woocommerce-checkout .select2-selection {
    border-radius: 10px !important; /* Độ bo góc tùy chỉnh */
    border: 1px solid #ddd !important;
    padding: 12px 15px !important;
    height: auto !important;
}

/* 4. Chỉnh riêng cho ô Ghi chú (Thông tin bổ sung) */
.woocommerce-additional-fields {
    margin-top: 20px;
}