:root {
	--yellow: #ffd600;
	--redColor: #ee4d2d;
	--gray: rgb(92 92 92);
	--grey: #0000003d;
	--orange: rgb(255, 95, 5);
	--bgYellow: #fffcee;
} 

.noPadding {
    padding-bottom: 0 !important;
}

/*css header menu*/
header#header .header-bg-color {
	background: #f53d2d;
	background: linear-gradient(-180deg, #f53d2d, #f63) !important;!i;!;
}

header#header div#top-bar {
	background-color: #ffffff00;
}

/* css slider flatsome */
.flickity-prev-next-button {
    opacity: 1 !important;
}

#main svg.flickity-button-icon {
    background-color: #fff !important;
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
    padding: 10px;
	border-radius: 20px;
}

#main .flickity-prev-next-button .arrow, #main .slider-nav-circle .flickity-prev-next-button:hover svg {
    fill: unset !important;
    border-color: unset;
}

#main .slider-nav-light .flickity-prev-next-button svg, #main .slider-nav-circle .flickity-prev-next-button:hover .arrow {
    fill: #000 !important;
}

.slider-wrapper .flickity-page-dots .dot {
    border: 1px solid;
    width: 8px;
    height: 8px;
}

/* css slider owl-carousel */
.owl-carousel button.owl-prev, .owl-carousel button.owl-next {
    width: 36px;
    background-color: #fff !important;
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
    padding: 10px;
    border-radius: 20px;
    line-height: unset !important;
    min-height: unset;
    height: 36px;
    bottom: 45%;
    position: absolute;
    margin: 0 !important;
}

.owl-carousel button.owl-prev {
    left: -1%;
}

.owl-carousel button.owl-next {
    right: -1%;
}


/* css box product */
.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
    margin-top: 0 !important;
}

.product-small.box {
	background-color: #fff;
    border: 1px solid rgba(0,0,0,.09);
}

.product-small.box:hover {
    border: 1px solid #ee4d2d;
}

.product-small.col .badge-container.top {
    right: 0;
    top: 0;
    margin: 0;
}
.product-small.col .badge-container.left {
    left: unset;
}
.product-small.col .badge {
    height: 2.6em;
    width: 2.6em;
}
.product-small.col .badge-container .badge .badge-inner.on-sale {
    border-radius: unset;
    padding: unset;
    width: 34px;
    height: 44px;
    font-size: 13px;
    background-color: unset;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2025/05/sale-pro.svg);
    background-size: cover;
    padding-top: 25px;
}

.product-small.box .product-title {
    font-size: 14px;
	margin-bottom: 6px;
}

.product-small.box .product-title a {
    line-height: 20px;
    font-family: sans-serif;
}

.product-small.box .product-title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 40px;
}

.product-small.box ins bdi {
    font-size: 14px;
}

.product-small.box del bdi {
    font-size: 13px;
}

.product-small.box .box-text-products {
    padding: 14px 12px;
}

/* css footer */
.ct-foo p {
    font-size: 12px;
    margin-bottom: 8px;
    font-family: sans-serif;
}

.ct-foo p strong {
    color: #222;
}

.ct-foo p, .ct-foo p a {
    color: #0000009e;
}

.ct-foo p:first-child {
    margin-bottom: 12px;
}

.copyright-footer {
    font-size: 12px;
    font-family: sans-serif;
}

.st-cauchuyen {
    border-top: 4px solid #ee4d2d;
}

.cauchuyen, .cauchuyen h1, .cauchuyen h2, .cauchuyenh3, .cauchuyen h4 {
    font-size: 14px;
    font-family: sans-serif;
}

/* css blog */
.col.post-item h5.post-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 50px;
    font-weight: 500;
    font-size: 15px;
}

.col.post-item h5.post-title a {
    line-height: 22px;
}

.is-divider {
    display: none !important;
}

.btn-blog {
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #222 !important;
}

