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

/*************** ADD CUSTOM CSS HERE.   ***************/
.product-small .box-text {
 background-color: white;
 padding-left: 15px;
 border-radius: 0 0 10px 10px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.product-small .box-image {
 border-radius: 10px 10px 0 0;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.product-small .box {
	 border-radius: 20px;
}
a.button.primary.header-button-1,
a.button.primary.header-button-1:hover {
    padding: 12px 15px;
    border-radius: 10px;
    /*opacity: 0.8;*/
    color: #fff;
    background: #f87315 !important;
    border: none !important;
    box-shadow: none;
}
.wn-cf7-form-title {
 font-weight: 700;
 padding-bottom: 10px;
}
.wn-cf7-form-submit input.wpcf7-submit {
	width: 100%;
    /*padding-top: 10px;
    padding-bottom: 10px;*/
    border-radius: 10px;
	align-content: center;
}
.wn-cf7-form-dat-hang input, .wn-cf7-lienhe input {
 border-radius: 10px;
 height: 45px;
}

.wn-cf7-form-dat-hang textarea, .wn-cf7-lienhe textarea {
	border-radius: 10px;
}
.wn-title, h1.product-title {
	position: relative;
	padding-bottom: 35px;
}

.wn-title:before, h1.product-title:before {
	position: absolute;
    background-image: url(/wp-content/uploads/2025/08/shrimp-3.png);
    width: 86px;
    height: 40px;
    background-size: contain;
    content: '';
    bottom: 0;
	left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
}
.wn-title.wn-title-white:before {
	filter: brightness(0) invert(1);
}

.wn-title.wn-title-left:before {
    left: 60px;
}
.wn-image .icon-box-img img {
	border-radius: 100%;
}
.back-to-top {
    border: 1px solid #cfcfcf!important;
}
.footer-1 {
   text-align: center;
}

.footer-1 .is-divider{
	margin: 10px auto;
}

.star-rating:before, .star-rating span:before{
    color: #f27a0f!important;
}
.col-no-padding{
	padding-bottom: 0!important;
}

.item-tip {
    background: #F3F4FA;
    padding: 10px;
	border-radius: 5px!important;
}

.item-tip h4 {
    margin-bottom: 0px;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.lienhe-info p {
    font-size: 15px;
}
.lienhe-info .icon-box-left {
    display: block!important;
}

.lienhe-info .icon-box-img {
    margin: 5px auto;
}

.lienhe-info .icon-box-text {
    text-align: center;
    padding: 0!important;
}


}