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

/* css topbar */
div#top-bar {
    background: linear-gradient(90deg, rgba(255,224,1,1) 0%, rgba(255,224,1,1) 25%, rgba(255,191,6,1) 100%);
}

/*css header menu*/
.stuck .header-main .nav > li > a {
    line-height: unset !important;
}

#wide-nav ul li.menu-item:not(:last-child) {
    margin-right: 30px;
}

#wide-nav ul li.menu-item a.nav-top-link {
    color: #000;
    font-size: 14px;
}

ul.nav-dropdown.nav-dropdown-default {
    border: 1px solid #e9e6e6;
    border-radius: 6px;
    padding: 10px;
}


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


/* css box product */
.product-small.box {
	background-color: #fff;
    border: 1px solid #1818181a;
    overflow: hidden;
}

.product-small.box .box-image {
    border-radius: 6px;
}

.product-small.box i.fa-solid.fa-play {
    color: #f04f24;
    border: 1px solid #f04f24;
    border-radius: 20px;
    padding: 2px 3px 2px 5px;
    font-size: 14px;
    text-align: right;
    float: right;
    position: absolute;
    right: 10px;
    top: 10px;
}

.product-small.box.ux-swatch-active .ux-swatch.selected {
    box-shadow: 0 0 0 1px #b20000;
}

.product-small.box .ux-swatch {
    width: 24px;
    height: 24px;
}

p.name.product-title.woocommerce-loop-product__title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    height: 38px;
}

p.name.product-title.woocommerce-loop-product__title a {
    color: rgb(0 0 0);
    line-height: 18px;
}

.product-small.box .box-text.box-text-products {
    min-height: 138px;
}

.box-text.box-text-products {
	padding: 10px;
}

.product-small.box .review-count {
    margin-left: 2px;
    vertical-align: text-bottom;
}

.product-small.box .price bdi {
    color: var(--redColor);
}

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

.product-small.box .star-rating {
    font-size: 13px;
	margin: 0;
}


/* css dich vu bao hanh */
.box-bh .icon-box {
    display: flex;
    align-items: center;
}

.box-bh .icon-box-text {
    padding-left: 8px !important;
    padding-top: 5px;
}

.box-bh p {
    font-size: .83em;
}

.box-bh p:first-child {
    margin-bottom: 0px;
}

.box-bh p:last-child {
    margin-bottom: 50;
}

/* css footer */
.footer-widgets.footer.footer-1 {
    background: #F04F24;
}

h3.footer-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
	color: #fff;
}

h3.footer-title:after {
    content: "";
    display: block;
    width: 7rem;
    height: 0.1rem;
    background-color: var(--yellow);
    margin-top: 0.3rem;
}

.footer-contact p, .footer-tt-tracuu li a {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
    display: flex;
}

.footer-tt-tracuu li {
	margin-left: 0 !important;
	list-style: none
}


/* css footer phuong thuc thanh toan - social */
.footer-img-pttt {
    margin-top: 20px;
}

.footer-img-pttt h4 {
    font-size: 15px;
    color: #fff;
}

.footer-img-pttt img {
    overflow: hidden;
    margin: 3px 1px;
    padding: 4px;
    width: 80px;
    height: 2.5rem;
    border-radius: 4px;
    border: 1px solid rgb(187, 187, 187);
    background: #fff;
}

.copyright-footer p {
    color: #222;
    font-size: 12px;
}

.copyright-1 {
    text-align: center;
}

.copyright p {
    margin-bottom: 0;
}

.absolute-footer {
    padding: 10px 0;
}

a#top-link {
    background-image: url(/wp-content/uploads/2023/09/top.png);
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    border: 0;
}

a#top-link i {
    display: none;
}

a#top-link:hover {
    background-color: var(--redColor) !important;
}

.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
    margin-top: unset !important;
}