:root {
	--colorSlider: #d31616;
	--colorMain: #1093d2;
}

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

.padding10 {
	padding-bottom: 10px !important;
}

/* css header menu */
.header-main .cart-item img.cart-img-icon {
    width: 30px;
}

.header-main .cart-item a.header-cart-link.is-small {
    display: flex;
    flex-direction: row-reverse;
    gap: 0 4px;
    color: #222;
}

.header-wrapper .mobile-nav .icon-menu:before {
	display: none;
}

.header-wrapper .mobile-nav i.icon-menu {
	background: url(/wp-content/uploads/2024/09/icon-menu-bar.svg) center no-repeat !important;
	background-size: contain !important;
	width: 30px !important;
	height: 30px !important;
}


/* 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 section slider */
.img-border .img-inner {
    border-radius: 8px;
    overflow: hidden;
}

/* css title */
.home-title .section-title {
	gap: 10px;
}

.home-title span.section-title-main {
    border: 0;
	padding: 0;
}

.home-title .section-title b {
    background: bottom;
    border-bottom: 1px dashed #000;
    opacity: 1;
}

.home-title .section-title a {
    background-color: var(--colorMain);
    color: #fff;
    padding: 6px 16px;
    color: #fff;
    border-radius: 12px;
    font-size: 14px;
}

.home-title .section-title i.icon-angle-right {
    display: none;
}

/* css danh muc */
.row-cate {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    gap: 30px;
}

.cate-item {
    display: flex;
    gap: 0;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.cate-item h3 {
    color: #3c3c3c;
    font-size: 14px;
    padding-top: 8px;
    margin-bottom: 2px;
	overflow: hidden;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.cate-item:hover h3 {
    color: var(--colorSlider);
}

.cate-item img {
    width: 80px !important;
    height: 80px;
    object-fit: cover;
	margin: 0 auto;
}

span.cate-count {
    font-size: 14px;
    color: #828282;
    text-align: center;
}


.home-list-cate .owl-nav button.owl-prev {
    position: absolute;
    left: 42%;
    bottom: -8px;
    margin: 0 !important;
    background: 0 0 !important;
    width: initial;
    height: initial;
}

.home-list-cate .owl-nav button.owl-next {
    position: absolute;
    right: 42%;
    bottom: -8px;
    margin: 0 !important;
    background: 0 0 !important;
    width: initial;
    height: initial;
}

.home-list-cate .owl-dots {
    text-align: center;
    margin-top: 35px;
}

.home-list-cate .owl-dots button {
    margin: 0;
    line-height: initial;
    height: initial;
    min-height: inherit;
}

.home-list-cate .owl-dots button.active span {
    background: var(--colorSlider);
}

.home-list-cate .owl-dots button span {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #ccc;
    border-radius: 50%;
    margin: 0 10px;
}

.home-list-cate .owl-nav button .fa {
    color: #ccc;
}

/* css product */
.product-small.box {
    background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
}

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

p.name.product-title {
    margin-bottom: 6px;
}

.product-small.box .price-wrapper {
    padding: 5px 0 2px 0;
}

a.woocommerce-LoopProduct-link {
    font-size: 14px;
}

a.woocommerce-LoopProduct-link {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
}

a.woocommerce-LoopProduct-link {
	-webkit-line-clamp: 2;
	height: 38px;
}

a.woocommerce-LoopProduct-link:hover {
	color:  var(--colorMain);
}

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

.product-small.box .price del .amount bdi {
    color: unset;
}

.add-to-cart-button .add_to_cart_button {
    display: flex;
    background-color: #fff !important;
    color: var(--colorMain);
    font-size: 12px !important;
    border: 1px solid var(--colorMain);
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: 0 4px;
    margin-top: 15px !important;
    width: 100%;
    min-height: 30px;
    line-height: 30px;
    text-transform: uppercase;
	position: relative;
    z-index: 1;
}


.add-to-cart-button .add_to_cart_button:before {
    font-family: FontAwesome;
    content: "\f217";
    font-size: 12px;
    padding-right: 4px;
}

.add-to-cart-button .add_to_cart_button:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    background: var(--colorMain);
    width: 101%;
    height: 100%;
	border-radius: 4px;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(.7, 1, 1);
    transform: scale3d(.7, 1, 1);
    transition: opacity .4s, -webkit-transform .4s;
    transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s, -webkit-transform .4s;
    transition-timing-function: cubic-bezier(.2,1,.3,1);
}

.add-to-cart-button .add_to_cart_button:hover:after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

a.button.btn-xemthem {
    box-shadow: 0 0px 0px 0 rgba(60, 64, 67, .1), 0 0px 20px 0px rgba(60, 64, 67, .15);
    color: var(--colorMain) !important;
    border-width: 1px;
    line-height: 36px;
    font-size: 14px;
    margin: 0;
}

a.button.btn-xemthem:hover {
    background-color: var(--colorMain) !important;
    color: #fff !important;
}


/* css blog */
.col.post-item .col-inner {
    background-color: #fff;
    border-radius: 8px;
    padding: 8px;
}

.col.post-item h5.post-title, .col.post-item h5.post-title a {
    line-height: 22px !important;
    font-weight: 600;
    margin-bottom: 6px;
}

.col.post-item h5.post-title {
    border-bottom: 1px solid #cccccc40;
}

.col.post-item a.button.primary {
    background: linear-gradient(to left, var(--colorMain) 0%, #1093d29c 100%) !important;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    overflow: hidden;
    border: 0;
}

.col.post-item .box-text {
    padding-bottom: 5px;
}

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

.post-title a.plain {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 46px;
}


h3.footer-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

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: #222;
    margin-bottom: 10px;
    display: flex;
	align-items: center;
}

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

.footer-contact p i {
    padding-right: 5px;
    color: var(--colorMain);
}


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

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

.footer-img-pttt img {
    overflow: hidden;
    margin: 3px 1px;
    padding: 4px;
    width: 50px;
    border-radius: 6px;
    border: 1px solid rgb(187, 187, 187);
}

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

.copyright-1 {
    text-align: center;
    padding-top: 15px;
}

.copyright-2 p {
    margin-bottom: 0;
}


div#secondary {
    background-color: #fff;
    box-shadow: 0 0 3px #06060630;
    border-radius: 6px;
    padding: 10px;
}

.archive.category .post-sidebar.large-3.col {
    padding-left: 0;
}