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

/*************** ADD CUSTOM CSS HERE.   ***************/
.single-product .product-info .price-wrapper,
.product-small.box .price{
	display:none !important;
}
.absolute-footer{
	display:none;
}
ul.list li a{
	color:#fff;
}
ul.list{
	margin:0;
	padding:0;
}
ul.list li{
	list-style:none;
	margin:0;
	margin-bottom:10px
}
.bg-custom{
	padding-top: 50px !important;
	padding-bottom: 0 !important;
	background-color: rgb(0, 53, 149);
    background-position: left top;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
    background-image: url(/wp-content/uploads/2026/02/alcon_com_footer_bg_0.webp);
}
.list-foot{
	display:flex;
	justify-content:flex-end;
	gap:20px;
	list-style:none;
}
.list-foot li{
	color:#fff;
}
.ss-icon .icon-box{
	padding: 20px 20px;
    box-shadow: #003596a8 0px 2px 8px;
    border-radius: 10px;
	min-height:275px;
}
.ss-icon .icon-box h3{
	text-align: center;
    line-height: 23px;
}
.ss-icon .icon-box p{
	text-align: center;
    line-height: 24px;
}
.banner h4{
    line-height:28px;
}
h2.title-cus{
	font-size:30px;
	margin-bottom:30px;
}
.ss-slider .text-box-content{
	padding: 30px;
    background: #003596b0;
    border-radius: 20px;
}
p.des{
	font-size:17px;
	max-width:800px;
	margin:0 auto;
	margin-top:-20px;
}
.ss-giaiphap{
	padding-top: 50px !important;
	padding-bottom: 0 !important;
	background: #003596;
background: linear-gradient(90deg, rgba(0, 53, 150, 1) 0%, rgba(20, 84, 170, 1) 50%, rgba(94, 164, 255, 1) 100%);
    background-position: left top;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: scroll;
/*     background-image: url(/wp-content/uploads/2026/02/dots_1-scaled.png); */
}
.ss-icon.i1{
	background: #003596;
background: linear-gradient(90deg, rgba(0, 53, 150, 1) 0%, rgba(20, 84, 170, 1) 50%, rgba(94, 164, 255, 1) 100%);
}
.text-dm h3 a{
	text-transform:uppercase;
	position:relative;
	display:inline-block;
	color:#fff;
}
.text-dm h3 a:after{
	content:"";
	background-image:url("/wp-content/uploads/2026/02/right-svgrepo-com.png");
	width:40px;
	height:40px;
	background-size:cover;
	position:absolute;
	top:-5px;
	right:-55px;
}
.img-bd .box-text{
	background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    margin: 0 !important;
	width: 100%;
}
.img-bd .box-text p a{
	font-size: 30px;
    font-weight: 700;
}
.advisor-item:not(:last-child){
    margin-bottom:20px;
}
.advisor-item .advisor-box{
    display: flex;
    align-items: flex-start;
    gap: 25px;
    padding: 15px;
    box-shadow: rgb(212 212 212) 0px 2px 8px;
    border-radius: 15px;
}
.advisor-item .advisor-box img{
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 10px;
}
.advisor-item .advisor-box .advisor-content .advisor-name{
    text-transform: uppercase;
}
.ss-icon .icon-box.icon-cus{
    min-height:370px;
    padding: 35px 20px 10px;
}
.ss-icon .icon-box.icon-cus ul li{
    margin-bottom:5px;
}
.form-ct > .col-inner{
    padding: 35px 30px;
    background: #003596b0;
    border-radius: 20px;
}
.form-ct .form-item input.wpcf7-text{
    border-radius: 10px;
    height: 45px;
}
.form-ct .form-item .wpcf7-submit{
    width: 100%;
    background: #003596;
    color: #fff;
    border: 1px solid #003596;
    height: 50px;
    border-radius: 10px;
    font-weight: 700;
    margin:0;
}
.form-ct .form-item select{
    border-radius: 10px;
    height: 45px;
}
.form-ct form{
    margin-bottom:0;
}
.box-i{
	    box-shadow: rgba(5, 66, 170, .15) 0px 2px 8px;
    padding: 25px 30px;
    border-radius: 15px;
	min-height:310px;
}
.bg-ct{
	background: #003595;
background: linear-gradient(90deg,rgba(0, 53, 149, 1) 0%, rgba(59, 122, 237, 1) 35%, rgba(5, 59, 168, 1) 100%);
}
.text.box-tt{
	padding: 20px 20px;
    box-shadow: rgb(0 53 149 / 35%) 0px 2px 8px;
    border-radius: 15px;
	background:#fff;
}
.bd img{
	border-radius:10px;
}
.text.box-tt.box-xanh{
	background: #003595;
background: linear-gradient(90deg,rgba(0, 53, 149, 1) 0%, rgba(59, 122, 237, 1) 35%, rgba(5, 59, 168, 1) 100%);
}
.form-tu-van{
    width:100%;
    padding:35px;
    background:#fff;
    border-radius:10px;
    box-shadow:0 10px 35px rgba(0,0,0,0.08);
}

.form-tu-van .form-row{
    margin-bottom:18px;
}

.form-tu-van label{
    display:block;
    font-weight:600;
    margin-bottom:6px;
    font-size:14px;
}

.form-tu-van input{
    width:100%;
    height:44px;
    border:1px solid #ddd;
    border-radius:6px;
    padding:0 12px;
    font-size:14px;
    transition:all .3s;
}

.form-tu-van input:focus{
    border-color:#0073aa;
    outline:none;
    box-shadow:0 0 0 2px rgba(0,115,170,0.1);
}

.form-submit{
    text-align:center;
    margin-top:10px;
}

.form-submit input{
    background:#003595;
    color:#fff;
    border:none;
    border-radius:6px;
    cursor:pointer;
    font-weight:600;
    transition:.3s;
}

.form-submit input:hover{
    background:#005f8d;
}
/* .wcpa_wrap .wcpa_color_wrap .wcpa_color_bg{
	min-height:55px;
} */
/* .single-product .price-wrapper{
	display:none;
} */
.has-hover .has-image-zoom img{
	  object-fit: cover;
    aspect-ratio: 1 / 1;
}
/* .box .price-wrapper .price{
	display:none;
} */
p.name.product-title.woocommerce-loop-product__title{
	margin-bottom:8px;
}
span.amount{
	color:#c7a403;
}
.price-wrapper .price{
	font-size:16px;
}
.box a.woocommerce-LoopProduct-link.woocommerce-loop-product__link{
	   font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.single-product .product-short-description{
	display:none;
}
.wcpa_field_price,.wcpa_options_total,.wcpa_product_total{
	display:none !important;
}
.wcpa_wrap .wcpa_price_summary .wcpa_total > span{
	position:relative;
	color:#fff;
}
.wcpa_wrap .wcpa_price_summary .wcpa_total > span:before{
	  content: "Tổng tiền";
    opacity: 1;
    position: absolute;
    left: 0;
    color: #000;
    z-index: 999;
    width: 110px;
}

.wcpa_wrap .wcpa_price_summary .wcpa_total > span.wcpa_price_outer {
	opacity:1;
	color:#000;
}
.wcpa_wrap .wcpa_price_summary .wcpa_total > span.wcpa_price_outer:before{
	display:none;
}
.wcpa_wrap .wcpa_field_label{
	font-weight:700;
	color:#000;
}
.wcpa_wrap .wcpa_color .wcpa_color_label{
	font-weight:500;
	color:#222;
	padding: 5px 0;
}
.ux-quantity{
    display:inline-flex;
    align-items:center;
    border-radius:10px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 6px 18px rgba(0,0,0,0.08);
    border:1px solid #eee;
}

.ux-quantity input.qty{
    width:60px;
    height:42px;
    border:none !important;
    text-align:center;
    font-weight:600;
    font-size:15px;
    background:#fff;
    box-shadow:none;
}

.ux-quantity .ux-quantity__button{
    width:42px;
    height:42px;
    border:none !important;
    background:#f7f7f7;
    font-size:18px;
    font-weight:600;
    cursor:pointer;
    transition:all .25s ease;
}

.ux-quantity .ux-quantity__button:hover{
    background: #fed205;
    color: #fff;
    text-shadow: none;
    box-shadow: none;
}

.ux-quantity .minus{
    border-right:1px solid #eee;
}

.ux-quantity .plus{
    border-left:1px solid #eee;
}

.ux-quantity input.qty:focus{
    outline:none;
}

.promo-note-addcart{
    margin-top:15px !important;
    padding:12px 16px;
    background:#fff7e6;
    border:1px dashed #f5a623;
    border-radius:6px;
    font-size:14px;
    line-height:1.5;
}
.promo-note-addcart strong{
    color:#d35400;
}
.related.related-products-wrapper.product-section{
	border-top:0px;
}
h3.product-section-title-related{
	  letter-spacing: 0;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
}
h3.product-section-title-related:before{
	  content: "";
    width: 60px;
    height: 3px;
    background: #003595;
    position: absolute;
    left: 0;
    bottom: 10px;
}
.product-small.box{
	  border-radius: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .08), 0 4px 12px rgba(0, 0, 0, .05);
    overflow: hidden;
    border-bottom: 2px solid #003595;
}
.box-text.box-text-products{
	padding-left:15px;
}

.single-product table{
    width:100%;
    border-collapse:separate;
    border-spacing:0;
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
    font-size:16px;
}

.single-product table tr:first-child{
      background: linear-gradient(90deg, rgba(0, 53, 149, 1) 0%, rgba(59, 122, 237, 1) 35%, rgba(5, 59, 168, 1) 100%);
    color:#fff;
}

.single-product table tr:first-child td{
    font-weight:600;
    padding:14px 16px;
	color:#fff;
	text-transform:uppercase;
}

.single-product table td{
    padding:12px 16px;
    border-bottom:1px solid #f1f1f1;
}

.single-product table tr:nth-child(even){
    background:#f9fbfc;
}
.product-specs-table tr:hover{
    background:#f1f7ff;
    transition:0.2s;
}

.single-product table tr:first-child:hover{
	background: linear-gradient(90deg, rgba(0, 53, 149, 1) 0%, rgba(59, 122, 237, 1) 35%, rgba(5, 59, 168, 1) 100%);
}

.single-product table td:first-child{
    font-weight:600;
    color:#333;
    width:50%;
}

.single-product table td:last-child{
    color:#555;
}

.product-faq-wrapper{
    padding-top:35px;
	 padding-bottom:60px;
}

.product-faq-list{
	  padding: 20px 30px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.product-faq-title{
    margin-bottom:20px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.product-faq-title:before{
	  content: "";
    width: 60px;
    height: 3px;
    background: #003595;
    position: absolute;
    left: 0;
    bottom: 10px;
}

.product-faq-title i{
    color:#c7a403;
}

.faq-item:not(:last-child){
    border-bottom:1px solid #eee;
}

.faq-question{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:16px 0;
    cursor:pointer;
    font-weight:600;
    font-size:16px;
    transition:0.2s;
}

.faq-question:hover{
    color:#003595;
}

.faq-icon{
    transition:0.3s;
}

.faq-item.active .faq-icon{
    transform:rotate(180deg);
}

.faq-answer{
    display:none;
	padding-bottom:16px;
}

.faq-answer p{
	color:#444;
	margin-bottom:0;
	font-size:15px;
}

.faq-item.active .faq-answer{
    display:block;
}

.faq-item.active .faq-question{
	color:#003595;
}

ul.product_list_widget li{
	min-height:auto;
}
.wcpa_cart_color{
	display:none;
}

th.product-subtotal,
th.product-total{
	width:100px;
}
.woocommerce-billing-fields__field-wrapper{
    background:#fff;
    padding:30px;
    border-radius:14px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.woocommerce-billing-fields__field-wrapper .form-row{
    margin-bottom:12px;
}

.woocommerce-billing-fields__field-wrapper label{
    font-size:14px;
    font-weight:600;
    margin-bottom:6px;
    display:block;
    color:#333;
}

.woocommerce-billing-fields__field-wrapper input.input-text{
    width:100%;
    height:44px;
    border-radius:8px;
    border:1px solid #e5e5e5;
    padding:0 14px;
    font-size:14px;
    transition:all .25s ease;
    background:#fafafa;
}

.woocommerce-billing-fields__field-wrapper input.input-text:focus{
    border-color:#c7a403;
    background:#fff;
    box-shadow:0 0 0 3px rgba(255,106,0,0.15);
    outline:none;
}

.optional{
    font-weight:400;
    color:#999;
    font-size:12px;
}

.required{
    color:#ff4d4f;
}

.select2-container--default .select2-selection--single{
    height:44px;
    border-radius:8px;
    border:1px solid #e5e5e5;
    background:#fafafa;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height:44px;
    padding-left:14px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    height:44px;
}

.select2-container--default.select2-container--focus .select2-selection--single{
    border-color:#c7a403;
    box-shadow:0 0 0 3px rgba(255,106,0,0.15);
}

.woocommerce-invalid input{
    border-color:#ff4d4f !important;
}

.woocommerce-validated input{
    border-color:#52c41a;
}

.woocommerce-additional-fields{
    margin-top:30px;
    background:#fff;
    padding:28px;
    border-radius:14px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.woocommerce-additional-fields h3{
    font-size:20px;
    margin-bottom:12px;
    font-weight:600;
    color:#333;
}

.woocommerce-additional-fields label{
    font-size:14px;
    font-weight:600;
    margin-bottom:6px;
    display:block;
}

.woocommerce-additional-fields textarea{
    width:100%;
    border-radius:8px;
    border:1px solid #e5e5e5;
    padding:12px 14px;
    font-size:14px;
    line-height:1.6;
    min-height:90px;
    resize:vertical;
    background:#fafafa;
    transition:all .25s ease;
}

.woocommerce-additional-fields textarea:focus{
    border-color:#c7a403;
    background:#fff;
    box-shadow:0 0 0 3px rgba(255,106,0,0.15);
    outline:none;
}

.woocommerce-additional-fields .optional{
    font-size:12px;
    color:#999;
    font-weight:400;
}

.woocommerce-additional-fields textarea::placeholder{
    color:#aaa;
}

.wcpa_cart_meta .wcpa_cart_meta_item .wcpa_cart_meta_item-label{
	margin-bottom:0;
}
.mobile-nav i{
	color:#fff;
}
ul.product_list_widget li a:not(.remove){
	font-size:15px;
	font-weight:600;
}
a.icon-remove, a.remove{
	  border: 2px solid;
    border-radius: 100%;
    color: #d70f0f;
    display: block;
    font-size: 15px !important;
    font-weight: 700;
    height: 20px;
    line-height: 16px !important;
    text-align: center;
    width: 20px;
}
.cl-white a{
	color:#fff;
}
/* ===== Wrapper ===== */
.woocommerce-MyAccount-content {
    max-width: 700px;
    margin: 0 auto;
    padding: 30px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* ===== Title fieldset ===== */
.woocommerce-MyAccount-content fieldset {
    border: none;
    margin-top: 25px;
    padding: 20px;
    background: #f9fafb;
    border-radius: 10px;
}

.woocommerce-MyAccount-content fieldset legend {
    font-weight: 600;
    font-size: 16px;
    padding: 0 10px;
}

/* ===== Label ===== */
.woocommerce .woocommerce-form-row label {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 6px;
    display: block;
}

/* ===== Input ===== */
.woocommerce .woocommerce-Input {
    width: 100%;
    padding: 12px 14px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    background: #f9fafb;
    transition: all 0.25s ease;
    font-size: 14px;
	height:45px;
}

/* Hover + Focus */
.woocommerce .woocommerce-Input:focus {
    border-color: #4f46e5;
    background: #fff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(79,70,229,0.1);
}

/* ===== 2 cột ===== */
.woocommerce .form-row-first,
.woocommerce .form-row-last {
    width: 48%;
}

.woocommerce .form-row-first {
    float: left;
}

.woocommerce .form-row-last {
    float: right;
}

.woocommerce .form-row-wide {
    width: 100%;
}

/* Clear fix */
.woocommerce .clear {
    clear: both;
}

/* ===== Password icon ===== */
.woocommerce .password-input {
    position: relative;
}

.woocommerce .show-password-input {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.6;
}

/* ===== Description ===== */
.woocommerce #account_display_name_description {
    font-size: 12px;
    color: #6b7280;
    display: block;
    margin-top: 5px;
}

/* ===== Button ===== */
.woocommerce .woocommerce-Button.button {
    width: 100%;
    padding: 14px;
    border-radius: 10px;
    background: linear-gradient(135deg, #c7a406, #c7a406);
    color: #fff;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
}

.woocommerce .woocommerce-Button.button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(79,70,229,0.3);
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width:849px){
	.img-bd img{
		height:100% !important;
	}
	.img-bd .box-image .image-cover{
		padding-top:400px !important;
	}
	.img-bd .box-image{
		border-radius:20px !important;
	}
	h2.title-cus{
		font-size:24px;
		margin-bottom:25px;
	}
	.ss-icon .icon-box.icon-cus{
		min-height:auto;
	}
}
@media (max-width: 768px) {
    .woocommerce .form-row-first,
    .woocommerce .form-row-last {
        width: 100%;
        float: none;
    }
}
@media (max-width:768px){
	
.woocommerce-additional-fields{
    padding:20px;
}
.woocommerce-additional-fields textarea{
    min-height:80px;
}
	
.woocommerce-billing-fields__field-wrapper{
    padding:20px;
}

.woocommerce-billing-fields__field-wrapper input.input-text{
    height:42px;
}
.ux-quantity input.qty{
    width:50px;
}

.ux-quantity .ux-quantity__button{
    width:38px;
    height:38px;
}

.single-product table{
    box-shadow:none;
    border-radius:0;
}

.single-product table tr:first-child{
    display:none;
}

.single-product table,
.single-product table tbody,
.single-product table tr,
.single-product table td{
    display:block;
    width:100%;
}

.single-product table tr{
    margin-bottom:12px;
    background:#fff;
    border-radius:10px;
    box-shadow:0 6px 18px rgba(0,0,0,0.08);
    padding:10px;
}

.single-product table td{
    border:none;
    padding:6px 10px;
}

.single-product table td:first-child{
    font-size:13px;
    color:#888;
    margin-bottom:3px;
}

.single-product table td:last-child{
    font-size:14px;
    font-weight:500;
    color:#222;
}

}
@media (max-width:549px){
	.box-i{
		min-height:auto;
	}
}