/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/* @import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap'); */
/*************** ADD CUSTOM CSS HERE.   ***************/
body {
	font-family: Tahoma;
	font-size: 14px;
}

.header-top .nav-small.nav>li.html {
	font-size: 14px;
	color: var(--primary-color);
	font-weight: bold;
}
.header-top .nav>li>a {
	font-size: 14px;
}
.form-flat input:not([type=submit]), .form-flat select, .form-flat textarea {
	height: 43px;
	background-color: transparent;
	border: 1px solid #dfdfdf;
	padding: 0 20px;
}
.box-hotline {
	line-height: 20px;
}
.box-hotline .box-hotline-title {
	font-size: 14px;
	color: #959595;
}
.box-hotline .box-hotline-phone {
	font-size: 16px;
	color: #da251d;
	font-weight: bold;
	display: flex;
	align-items: center;
}
.box-hotline .box-hotline-phone:before {
	content: '';
	width: 20px;
	height: 20px;
	background-image: url(images/phone.png);
	display: block;
	margin-right: 6px;
}
.cart-item .header-button > a {
	border: 2px solid var(--primary-color) !important;
	font-size: 14px;
    color: red;
}
.cart-item .header-button > a:hover {
	color: #fff;
}
.header-bottom {
	background-image: linear-gradient(#8bc23f, #249445);
	border-bottom: 1px solid #fff;
}
.header-bottom .nav-spacing-xlarge>li {
	font-size: 16px;
	margin: 0 50px;
}
.header-bottom .nav-spacing-xlarge>li>a {
	font-weight: normal;
}
.icon-box h3 {
	font-size: 20px;
	font-weight: 500;
	font-family: "Open Sans", sans-serif;
}
.btn-readmore.button {
	background-image: url(https://code.demo-thietkeweb.com/ceuticoz/wp-content/uploads/2026/03/butbg1.png);
	width: 111px;
	height: 30px;
	background-color: transparent !important;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	box-shadow: none;
	border: none;
	font-weight: normal;
}
.product-small.box {
	/*background-color: #fff;*/
	
	margin-bottom: 20px;
	/*border: 1px solid #e1e1e1;*/
}
.product-small.box .box-image img {
	border-radius: 10px 10px 0 0;
	background: #fff;
	border-radius: 10px;
}
.product-small.box .box-text {
	padding: 15px;
}
.product-small.box .product-title {
	margin-bottom: 10px;
}
.product-small.box .product-title a {
	font-size: 16px;
	font-weight: 500;
	color: #666666;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /*line-height: 20px;
    height: 40px;*/
}
.product-small.box .product-title a:hover {
	color: #666666;
	font-weight: bold;
}
.product-small.box .price span.amount {
	font-size: 16px;
	font-weight: bold;
}
.product-small.box .price ins span.amount {
	font-size: 16px;
	font-weight: bold;
}
.product-small.box .price del {
	text-decoration: none;
}
.product-small.box .price del span.amount {
	font-size: 14px;
	color: #999999;
	font-weight: normal;
	text-decoration: line-through;
}
.product-small.box .button {
	background-color: var(--primary-color) !important;
	font-size: 14px;
	background-image: none;
	width: auto;
	height: 30px;
	border-radius: 6px;
	text-transform: none;
	font-weight: normal;
}
.product-small .box-image:hover::before{
-webkit-animation:shine .75s;animation:shine .75s
}
@-webkit-keyframes shine{
100%{left:125%}
}
@keyframes shine{
100%{left:125%}
}
.product-small .box-image::before{
position:absolute;
top:0;
left:-75%;
z-index:2;
display:block;
content:'';
width:50%;
height:100%;
background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
background:linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
-webkit-transform:skewX(-25deg);transform:skewX(-25deg)
}
/* */
.loop-start i {
	color: #1D1B20;
    margin: 0 2px 10px;
    font-size: 9px;
}
.img-cate {
	box-shadow: 3px 2px 10px #00512c87;
	border-radius: 16px;
}
.home h2 {
	font-size: 35px;
}
.col.post-item .post-title {
	font-size: 22px;
	color: #707070;
	order: 2;
	margin-bottom: 10px;
}
.col.post-item:hover .post-title {
	color: #000000;
}
.col.post-item .from_the_blog_excerpt {
	font-size: 14px;
	color: #818181;
	order: 3;
}
.col.post-item  .box-text-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
    align-content: space-around;
}
.col.post-item  .box-text-inner .post-meta {
	font-size: 12px;
	color: #999999;
	order: 1;
}
.col.post-item  .box-text-inner button {
    order: 4;
    text-transform: initial;
    color: #999999;
    font-size: 13px;
    font-weight: 500;: 4;
}
.heading h2 {
	font-size: 37px;
	font-family: Roboto Slab;
	font-weight: 300;
	margin-bottom: 0;
}
.txt-slab {
	font-family: Roboto Slab;
}
.box-regis {
	display: flex;
	align-items: center;
	position: revert;
}
.box-regis .bx-email {
	width: 100%;
}
.box-regis .bx-submit {
	position: absolute;
	right: 0;
	top: 0;
}
.box-regis input {
	margin: 0;
	height: 44px;
}
.box-regis .bx-submit input {
	background-color: #8bc23f !important;
	width: 44px;
	background-image: url(images/plane.png);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -999px;
}
.wpcf7-spinner {
	display: none;
}
p {
	margin-bottom: 10px;
}
p:last-child {
	margin-bottom: 0;
}
.footer-wrapper h4 {
	font-size: 18px;
}
.footer-wrapper ul li {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.absolute-footer {
	display: none;
}
.product-small .buy_now_button {
	display: none;
}

.product-short-description {
	margin-bottom: 20px;
}
.single_add_to_cart_button {
	border-radius: 4px;
}
.buy_now_button {
	background-color: var(--primary-color) !important;
}
.product-info .price span.amount {
	font-size: 25px;
	color: var(--primary-color);
}
.product-info .price del {
	text-decoration: none;
}
.product-info .price del span.amount {
	font-size: 18px;
	color: #999999;
	text-decoration: line-through;
}
.woocommerce-tabs .nav>li {
	margin-right: 20px;
}
.woocommerce-tabs .nav>li>a {
	font-size: 18px;
}
.page-title-bar {
	background-color: var(--primary-color);
	color: #fff;
	padding: 20px 0;
}
.page-title-bar h1, .page-title-bar h2 {
	color: #fff;
	margin-bottom: 0;
}
.page-title-bar a {
	color: #fff;
}
.article-inner .entry-header {
	display: none;
}
.page-id-72 .page-title-bar {
	display: none;
}
.shop-page-title {
	display: none;
}
.off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
	background-color: #fff;
}
.off-canvas:not(.off-canvas-center) .nav-vertical li>a {
	font-size: 16px;
	color: var(--primary-color);
}
.nav-sidebar.nav-vertical>li+li {
	border-top: 1px solid ar(--primary-color);
}
.box-about .col-inner {
	background-image: url(https://code.demo-thietkeweb.com/ceuticoz/wp-content/uploads/2026/03/radbor.png);
	background-size: 100% 100%;
	padding: 30px 30px 30px 70px;
}

/* */
.title-heading {
	background: url(https://code.demo-thietkeweb.com/ceuticoz/wp-content/uploads/2026/03/icon.png) center bottom no-repeat;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
@media (min-width: 850px) {
	.img-ab {
	    position: absolute;
	    width: 128% !important;
	    z-index: 9;
	}
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.home h2 {
		font-size: 30px;
	}
	.icon-box h3 {
		font-size: 18px;
		line-height: 25px;
	}
	.box-about .col-inner {
		padding: 20px;
	}

}
/* */
.row-icon .col-inner{
	padding: 15px;
	border-radius: 15px;
	cursor: pointer;
}
.row-icon .col-inner:hover {
	background: #595959;
}
.row-icon .col-inner:hover h3 * {
	color: #fff;
}
.row-icon .col-inner:hover p {
	color: #C3C3C3;
}
/* */
.form-dk input {
	height: 43px;
}
.form-dk input[type=submit] {
	width: 176px;
	margin: 0;
}
.form-dk input[type=submit]:hover {
	background: #000;
}
/* */
.header-nav.header-nav-main.nav-right {
	justify-content: left;
}