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

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


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

#main, #wrapper {
    background-color: #13675b !important;
    position: relative;
}
.featured-box.cta-1{
    .icon-box-img{
        margin-bottom: 5px;
    }
}
.section-symptom{
    .symptom-column.symptom-column-1,
    .symptom-column.symptom-column-2{
        padding-bottom: 0 !important;
    }
    .symptom-item{
		
		
        .col-inner{
            min-height: 450px;
            display: flex;
            flex-direction: column-reverse;
            background: rgb(198, 32, 45);
            background: linear-gradient(0deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)), rgb(198, 32, 45);
        }
    }
	.symptom-item.box{
		background: rgb(198, 32, 45);
		background: linear-gradient(0deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)), rgb(198, 32, 45);
		border-radius: 45px;
		overflow: hidden;
/* 		min-height: 450px; */
		.box-text{
			min-height: 100px;
		}
	}
}
.section-new-nasalis{
    .new-nasalis-item{
        /*background-color: rgb(198, 32, 45);*/
        
        .col-inner{
            min-height: 620px;
            display: flex;
            flex-direction: column-reverse;
        }
    }
    .new-nasalis-item-1 .featured-box.icon-box-top,
    .new-nasalis-item .featured-box.icon-box-top{
        background: #ffffff;
        border-radius: 28px;
        min-height: 186px;
        display: flex;
        align-items: center;
        padding: 8px;
        justify-content: center;
    }
    .new-nasalis-item-1:first-child{
        padding-bottom: 15px !important;
    }
    .new-nasalis-item-1:last-child{
        padding-bottom: 0 !important;
    }
    .new-nasalis-item-1{
        /*background-color: rgb(198, 32, 45);*/
        padding-bottom: 15px !important;
        .col-inner{
            min-height: 302px;
            display: flex;
            flex-direction: column-reverse;
        }
    }
}
.min-height-390 {
    .col-inner{
        min-height: 390px;
    }
}
.section-pharmacist{
    /*.pharmacist-column.pharmacist-column-1,*/
    /*.pharmacist-column.pharmacist-column-2{*/
    /*    padding-bottom: 0 !important;*/
    /*}*/
    .pharmacist-item{
        .col-inner{
            min-height: 450px;
            display: flex;
            flex-direction: column-reverse;
            background: rgb(198, 32, 45);
            background: linear-gradient(0deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)), rgb(198, 32, 45);
        }
    }
	.pharmacist-item.box{
		background: rgb(198, 32, 45);
		background: linear-gradient(0deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)), rgb(198, 32, 45);
		border-radius: 45px;
		overflow: hidden;
/* 		min-height: 450px; */
		.box-text{
			min-height: 100px;
		}
	}
}
.linear-gradient-fa4141-2bd67e {

        background: linear-gradient(180deg, #1a76e3, #2bd67e);
    	border-radius: 16px;
	.col{
		padding-top: 30px !important;
	}

}
.linear-gradient-fa4141-2bd67e {
	.col-inner{
		.row{
			.col{
				padding-bottom: 0 !important;
			}
		}
	}
}
.header-button-1{
	
}
.header-nav{
	
}
.header-wrapper.stuck{
	
}
/* Styling input fields */
.wpcf7 textarea,
.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="number"] {
    width: 100%;
    padding: 10px;
    border-radius: 25px;
    border: none;
    margin-bottom: 15px;
    font-size: 16px;
    box-sizing: border-box;
}

/* Gradient background for the form */
.wpcf7 form {
/*     background: linear-gradient(135deg, #d36c6c, #69ba6a); */
/*     padding: 20px; */
/*     border-radius: 10px; */
    color: white;
/*     font-family: Arial, sans-serif; */
	margin-bottom: 0 !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
	border-color: #fff !important;
	margin-top: 0!important;
}
/* Quantity selector styling */
.quantity-selector{
	display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.quantity-selector p{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.quantity-selector label {
    font-size: 17px;
    margin-right: 10px;
	color: #fff;
	font-weight:bold;
}

.quantity-button {
    background-color: transparent;
    color: #fff;
	border: 2px solid #fff;
/* 	padding: 5px; */
/*     border: none; */
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
}

input[type="number"] {
    width: 50px;
    text-align: center;
    font-size: 18px;
    border: none;
    border-radius: 10px;
    padding: 5px;
	
	min-width: 110px !important;
    margin-bottom: 0 !important;
    height: 45px !important;
	
}

/* Total price styling */
#total-price {
    font-size: 19px;
    font-weight: bold;
    color: white;
}
.total-price-p{
	font-size: 17px;
    font-weight: bold;
    color: white;
	
	    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}
/* Submit button styling */
.wpcf7 input[type="submit"] {
    width: 100%;
    
    color: white;
    padding: 10px;
    border-radius: 25px;
    font-size: 18px;
    cursor: pointer;
    border: none;
    margin-top: 15px;
	text-transform: none;
}
/* Placeholder Color */
input::placeholder, 
textarea::placeholder {
    color: #737373; /* Đặt màu cho placeholder */
    opacity: 1; /* Đảm bảo độ rõ của placeholder */
	font-size: 16px;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #fff !important;
	margin-top: 0 !important;
}
.slider-style-container .flickity-slider>:not(.is-selected), 
.slider-style-focus .flickity-slider>:not(.is-selected), 
.slider-style-shadow .flickity-slider>:not(.is-selected){
	opacity: 1 !important;
}
.section-footer{
	
	.section-footer-col-2{
		p{
			margin-bottom: 16px!important;
		}
	}
	.header-button-1{
		p{
/* 			margin-bottom: 0!important; */
		}
		.button{
			margin-bottom: 0!important;
		}
	}
	
	.row{
		.col{
/* 			padding-bottom: 0!important; */
		}
	}
}
.section-banner{
        padding: 0 !important;
        .row{
            .col{
                padding: 0 !important;
                .img{
                    margin-bottom: 0 !important;
                }
            }
        }
}
.header-main {
	.hide-for-medium{
		.header-search-form{
			.search-field{
				min-width: 250px;
			}
			
		}
 		
	}
}
.header-nav{
	.menu-item{
		a{
			color: var(--fs-color-primary) !important;
		}
	}
}
.footer-main{
	padding: 0 !important;
	.col{
		padding-bottom: 0 !important;
	}
	p{
		margin-bottom: 0.5rem !important;
    	line-height: 1.2 !important;
	}
}
.color-primary{
	color: var(--fs-color-primary) !important;
	.section-title-main{
		color: var(--fs-color-primary) !important;
		span{
			border-color: var(--fs-color-primary) !important;
		}
	}
	.section-title b {
		background-color: var(--fs-color-primary) !important;
		opacity: 1;
	}
	.section-title-normal{
		border-color: var(--fs-color-primary) !important;
	}
}
.category{
.box-blog-post{
	.post-title{
		min-height: 70px;
	}
	.from_the_blog_excerpt{
		min-height: 70px;
	}
}
	}
.blog-archive{
	.large-10{
		flex-basis: 100%;
        max-width: 100%;
	}
}
/*// Extra small devices (portrait phones, less than 576px)*/
@media (min-width: 576px) { 
    
}

/*// Small devices (landscape phones, less than 768px)*/
@media (min-width: 768px) { 
    
}

/*// Medium devices (tablets, less than 992px)*/
@media (min-width: 992px) { 

	.symptom-item.box{
		
		.box-text{
			min-height: 80px !important;
		}
	}
	
	.quantity-selector{
	        display: flex;
			justify-content: space-between;
			flex-direction: row;

	}
	.section-pharmacist{
    /*.pharmacist-column.pharmacist-column-1,*/
    /*.pharmacist-column.pharmacist-column-2{*/
    /*    padding-bottom: 0 !important;*/
    /*}*/
    .pharmacist-item{
        .col-inner{
            min-height: 450px;
            display: flex;
            flex-direction: column-reverse;
/*             background: rgb(198, 32, 45); */
            
        }
    }
	.pharmacist-item.box{
			.box-text{
				min-height: 80px !important;
			}
		}
	}
	.section-footer{
	
	.section-footer-col-2{
		p{
			margin-bottom: 16px!important;
		}
	}
	.header-button-1{
		p{
			margin-bottom: 0!important;
		}
		.button{
			margin-bottom: 0!important;
		}
	}
	
	.row{
		.col{
			padding-bottom: 0!important;
		}
	}
}
	
	.blog-archive .gallery-columns-3 .gallery-item, 
	.blog-archive .large-columns-3 .flickity-slider>.col, 
	.blog-archive .large-columns-3>.col{
		        flex-basis: 25%;
        		max-width: 25%;
	}
	
}


/*// Large devices (desktops, less than 1200px)*/
@media (max-width: 1200px) { 
    
}