/*
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.   ***************/

.back-to-top {
    background-color: var(--primary-color)!important;
    border-color: var(--primary-color)!important;
    color: #fff !important;
}

.img-rounded-lg img {
    border-radius: 14px;
}

.nav-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-pagination>li>a,
.nav-pagination>li>span {
    border-radius: 8px;
    border: none;
    width: 36px;
    height: 36px;
    background-color: #fff;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* UL menu trượt ngang */

.slider-nav-dots-dashes-spaced .flickity-page-dots .dot {
    width: 16px;
    height: 4px;
    border-radius: 4px;
    background-color: #909090;
    border: none;
    opacity: 1;
}

.slider-nav-dots-dashes-spaced .flickity-page-dots .dot.is-selected {
    background-color: var(--primary-color);
}

.slider-nav-circle .flickity-button-icon {
    background-color: var(--primary-color);
    border-color: var(--primary-color) !important;
}

.flickity-page-dots {
    padding: 0 !important;
    bottom: -20px !important;
    left: 0 !important;
    right: 0 !important;
}

.header-nav-main.nav-left li {
    margin: 0;
}

.header-nav-main li a {
    padding: 14px;
}

.header-nav-main li:not(.menu-cat) .nav-dropdown {
    padding: 0;
    margin-top: 18px
}

.header-nav-main .sub-menu li {
    display: block;
    min-width: auto;
    width: auto;
    border: none;
}

.header-nav-main .sub-menu li a {
    font-size: 16px;
    text-transform: unset;
    font-weight: bold;
    padding: 8px 16px;
    margin: 0;
    color: var(--fs-experimental-link-color);
    border: none;
}

.header-nav-main .sub-menu li a:hover {
    color: var(--fs-experimental-link-color-hover);
}

.menu-cat .nav-dropdown {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-height: 40rem !important;
    height: min-content;
    padding: 20px 0 0;
    gap: 8px;
    row-gap: 20px;
    overflow: auto;
}

.menu-cat .nav-column {
    display: flex;
    flex-direction: column;
    margin: 0px;
    gap: 8px;
    padding-left: 20px !important;
    list-style: disc;
}

.menu-cat .nav-column li {
    display: list-item;
    list-style: disc;
}

.menu-cat .nav-column a {
    padding: 0 !important;
    font-weight: normal !important;
}

.product-category .box-category {
    padding: 24px 25px 30px;
    border-radius: 16px;
    width: 100%;
    margin-top: 64px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 20%, #FFF);
    text-align: center;
}

.product-category .box-category .box-image {
    padding: 1rem;
    margin-top: -50%;
    position: relative;
    margin-bottom: 12px;
}

.product-category .box-category .box-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    z-index: 0;
    border: 2px dashed #BFBFBF;
}

.product-category .box-category:hover .box-image::before {
    border-color: var(--primary-color);
    animation: circle-360 8s linear infinite;
}

.product-category .box-category .box-text {
    padding: 0;
}

.product-category .box-category .header-title {
    font-size: 16px;
    text-transform: none;
}

.product-category .box-category:hover .header-title {
    color: var(--fs-experimental-link-color-hover);
}

@keyframes circle-360 {
    100% {
        transform: rotate(360deg);
    }
}

.coupon .slider {
    margin: 0 -4px !important;
}

.item-coupon {
    padding: 0px 4px !important;
}

.coupon-item {
    display: grid;
    grid-template-columns: 30% auto;
}

.coupon-item-code {
    position: relative;
    overflow: hidden;
    padding: 12px;
    border-radius: 8px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.coupon-item-code::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--primary-color);
    opacity: .1;
}

.coupon-item-code .border {
    position: absolute;
    opacity: .5;
    border: 1px dashed var(--primary-color);
    height: calc(100% - 40px);
    top: 50%;
    right: -1px;
    transform: translate(0, -50%) rotate(0) skew(0) skewY(0) scaleX(1) scaleY(1);
}

.coupon-item-text {
    position: relative;
    overflow: hidden;
    padding: 12px;
    border-radius: 8px;
}

.coupon-item-text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--primary-color);
    opacity: .1;
}

.coupon-item-text .coupon-value {
    font-weight: bold;
    font-size: 13px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.coupon-dkien {
    font-weight: bold;
    font-size: 13px;
    color: var(--primary-color);
}

.coupon-item-action {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.coupon-expiry {
    font-size: 13px;
    color: #666;
}

.coupon-item-action .coupon-copy-btn {
    padding: 6px;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    z-index: 1;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    border-radius: 4px;
    text-align: center;
    filter: none;
}

.coupon-copy-btn:hover {
    filter: brightness(1.3);
}

.coupon-btn {
    cursor: not-allowed;
    background-color: #EBEBEB;
    color: #464646;
}

.flashsale {
    border-radius: 24px;
    overflow: hidden;
    background-color: #fff
}

.flashsale-header {
    padding: 16px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.flashsale-title {
    font-size: 48px;
    line-height: 1.3;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0;
}

.flashsale-title::before {
    content: "";
    display: block;
    width: 48px;
    height: 48px;
    background-image: url("./assets/images/flashsale_icon.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}

.flashsale-countdown {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 6px 24px;
    background: var(--fs-color-secondary);
    color: #fff;
    border-radius: 33px;
    border: 5px solid #f4f1ea;
    gap: 20px;
}

.flashsale-countdown>span {
    text-wrap-mode: nowrap;
}

.countdown-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.cd-num {
    position: relative;
    color: var(--fs-color-secondary);
    background: #fff;
    border-radius: 4px;
    text-align: center;
    width: 25px;
    height: 25px;
    overflow: hidden;
    font-size: 16px;
    font-weight: 600;
}

.cd-num .num {
    position: absolute;
    left: 0;
    width: 100%;
}


/* số đang hiển thị */

.cd-num .current {
    transform: translateY(0);
}


/* số mới chờ ở trên */

.cd-num .next {
    transform: translateY(-120%);
}


/* animation */

.cd-num.animate .current {
    animation: dropOut 0.8s cubic-bezier(.22, .61, .36, 1) forwards;
}

.cd-num.animate .next {
    animation: dropIn 0.8s cubic-bezier(.22, .61, .36, 1) forwards;
}

@keyframes dropOut {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(120%);
    }
}

@keyframes dropIn {
    0% {
        transform: translateY(-120%);
    }
    100% {
        transform: translateY(0);
    }
}

.flashsale-end-header {
    margin-bottom: 16px;
}

.flashsale-end-header .flashsale-title {
    justify-content: center;
}

.flashsale-end-text {
    border-radius: 24px;
    overflow: hidden;
    background-color: #fff;
    padding: 60px 15px;
    text-align: center;
}

.flashsale-end-text h4 {
    line-height: 1.3;
    font-size: 28px;
    margin-bottom: 0;
}

.flashsale-end-text p {
    margin-bottom: 0;
}

.flashsale .row-small {
    margin: 0 !important;
}

.header-title h2 {
    font-size: 48px;
    margin-bottom: 8px;
}

.ss-goi-y .nav-simple {
    border-bottom: 1px solid #EBEBEB;
    padding: 0 !important;
    padding-bottom: 12px !important;
    margin-bottom: 12px;
}

.ss-goi-y .nav-simple li {
    margin: 0;
}

.ss-goi-y .nav-simple li a {
    color: var(--primary-color);
    font-size: 28px;
    padding: 8px 20px;
}

.ss-goi-y .nav-simple li:not(:first-child) a {
    border-left: 1px solid #EBEBEB;
}

.ss-goi-y .nav-simple li:not(.active) a {
    opacity: .5;
}

.ss-goi-y .tab-panels .panel {
    width: 83.333333%;
    margin: 0 auto;
}

.product-small.box-vertical {
    display: flex;
    align-items: center;
}

.product-small.box-vertical .btn-quick-view,
.ss-goi-y .badge-container,
.product-dat-hang .badge-container {
    display: none !important;
}

.product-small.box-vertical .quickview-vertical {
    vertical-align: middle;
    display: table-cell !important;
}

.product-small.box-vertical .box-image {
    display: block;
    width: 120px !important;
}

.product-small.box-vertical .box-image img {
    width: 120px !important;
    padding: 8px;
}

.card-product-utilites {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    gap: 8px;
    z-index: 10;
    top: 8px;
    right: 8px;
    transform: translate(5.2rem);
    transition-property: all;
    transition-timing-function: cubic-bezier(0, 0, .2, 1);
    transition-duration: .3s;
}

.product-small.box:hover .card-product-utilites {
    transform: translate(0);
}

.card-product-utilites a {
    width: 36px;
    height: 36px;
    opacity: .6;
    background: #fff;
    border: 1px solid #999999;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 99px;
}

.card-product-utilites a:hover {
    opacity: 1;
    color: #000;
}

.card-product-utilites a span {
    position: absolute;
    background: #000;
    color: #fff;
    white-space: nowrap;
    padding: 4px 12px;
    border-radius: 99px;
    transform: translate(calc(-50% - 36px / 2 - 4px));
    left: auto;
    visibility: hidden;
}

.card-product-utilites a:hover span {
    opacity: 1;
    visibility: visible;
}

.product-small.box-vertical .box-text {
    display: table;
    padding: 20px 14px;
}

.product-title {
    margin: 0 !important;
}

.product-title a {
    font-weight: 600;
    font-size: 16px;
}

.product-small .price {
    display: flex;
    flex-direction: column-reverse;
    gap: 4px;
    color: var(--fs-color-secondary);
}

.product-small .price span {
    font-size: 18px;
}

.product-small .price del span {
    font-size: 13px;
}

.product-small .price ins span {
    font-size: 16px;
}

.product-small .price bdi {
    color: var(--fs-color-secondary);
}

.product-small del bdi {
    color: #929292 !important;
    opacity: 1;
}

.flashsale .product-small .price-wrapper {
    margin-bottom: 12px;
}

.stock-countdown-inner {
    position: relative;
    font-size: 14px;
}

.stock-countdown-inner:before {
    content: '';
    width: 28px;
    height: 25px;
    background: url("./assets/images/stock.png");
    position: absolute;
    background-size: contain;
    top: calc(50% - 1px);
    left: -2px;
    z-index: 3;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}

.stock-countdown .stock-label {
    position: relative;
    z-index: 1;
    text-align: center;
}

.stock-progressbar {
    position: absolute;
    background-color: #EBEBEB;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.stock-percent {
    background: linear-gradient(45deg, transparent, var(--fs-color-secondary));
    height: 100%;
    border-radius: 20px;
}

.btn-quick-view,
.quickview-vertical a {
    margin-top: 20px !important;
    font-weight: bold;
    overflow: hidden;
    border-radius: 99px;
    font-size: 16px;
    padding: 12px 20px;
    background-color: transparent;
    color: var(--primary-color);
    position: relative;
    transition: all 0.3s ease;
}

.btn-quick-view::before,
.quickview-vertical a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    opacity: .1;
}

.btn-quick-view:hover,
.quickview-vertical a:hover {
    color: #fff;
    background: var(--primary-color);
}

.btn-quick-view i {
    margin-left: 8px;
}

.quickview-vertical .quickview-vertical-inner {
    position: relative;
}

.quickview-vertical .quickview-vertical-inner>span {
    position: absolute;
    top: -30px;
    left: 20px;
    white-space: nowrap;
    border-radius: 4px;
    padding: 4px 6px;
    font-size: 13px;
    color: #fff;
    background-color: #000;
    opacity: 0;
}

.quickview-vertical a {
    margin: 0 auto !important;
    font-size: 20px;
    width: 44px;
    height: 44px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-property: all;
    transition-timing-function: cubic-bezier(0, 0, .2, 1);
    transition-duration: .3s;
}

.quickview-vertical a:hover+span {
    opacity: 1;
}

.ss-goi-y .tab-viewmore {
    color: var(--fs-experimental-link-color) !important;
}

.tab-viewmore {
    font-size: 16px;
    margin-bottom: 0;
    box-shadow: none;
}

.tab-viewmore:hover {
    color: var(--fs-experimental-link-color-hover) !important;
    box-shadow: none;
}

.badge-container {
    margin: 0;
    left: 30px;
    top: 20px;
}

.badge-container .badge {
    width: auto;
    height: auto;
}

.badge-container .badge-inner {
    padding: 4px 6px;
    font-weight: 600;
    font-size: 13px;
}

.woocommerce-breadcrumb,
.ss-page-sp .product_meta,
.ss-page-sp .social-icons,
.ss-page-sp .product-footer {
    display: none !important;
}

.box.product-small {
    background-color: #fff;
}

.box.product-small:not(.box-vertical) .box-image img {
    padding: 16px;
}

.box.product-small:not(.box-vertical) .box-text {
    padding: 0 12px 16px;
}

.breadcrumb-rankmath-header {
    padding: 12px 15px;
}

.rank-math-breadcrumb p {
    margin-bottom: 0;
}

.rank-math-breadcrumb {
    font-size: 14px;
    line-height: 20px;
}

.rank-math-breadcrumb .separator {
    padding: 0 8px;
}

.rank-math-breadcrumb .last {
    color: #BFBFBF;
}

.info-contact p {
    margin-bottom: 12px;
}

.wpcf7-form {
    margin-bottom: 0;
}

.form-dat-ban label {
    font-size: 16px;
    margin-bottom: 8px;
}

.form-dat-ban input,
.form-dat-ban select {
    margin-bottom: 12px !important;
}

.form-contact input,
.form-contact textarea,
.form-dat-ban input,
.form-dat-ban textarea {
    border-radius: 4px;
    min-height: 44px;
    border-color: #EBEBEB;
    padding: 12px;
    font-size: 16px;
    line-height: 1;
    box-shadow: none;
    outline: none;
    transition: none;
}

.form-contact textarea,
.form-dat-ban textarea {
    min-height: 142px;
    padding: 10px;
}

.form-contact input:focus,
.form-contact textarea:focus,
.form-dat-ban input:focus,
.form-dat-ban textarea:focus {
    box-shadow: none;
    border: 2px solid var(--fs-color-secondary);
}

.form-contact input[type=submit],
.form-dat-ban input[type=submit] {
    text-transform: none;
    padding: 11px 19px;
    margin: 0;
}

.form-contact input[type=submit]:hover,
.form-dat-ban input[type=submit]:hover {
    filter: brightness(1.3);
}

.form-dat-ban input[type=submit] {
    width: 100%;
}

.form-2group {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.blog-archive,
.blog-single {
    padding: 0;
}

.blog-archive h1 {
    font-size: 48px;
    margin-bottom: 5px;
}

.box.box-blog-post {
    overflow: hidden;
    border-radius: 4px;
    background-color: #fff;
}

.box.box-blog-post .box-text {
    padding: 16px;
}

.post-title a {
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 15px !important;
}

.from_the_blog_excerpt {
    font-size: 16px;
    color: #999;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-bottom: 15px !important;
}

.blog-post-extra {
    border-top: 1px solid #EBEBEB;
    padding-top: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.blog-post-extra .post-date {
    font-size: 14px;
    color: #999;
}

.blog-post-extra .read-more {
    font-size: 14px;
    line-height: 20px !important;
    padding: 12px 24px;
    border-radius: 4px;
    font-weight: bold;
    border: 1px solid var(--fs-color-secondary);
    color: var(--fs-color-secondary);
    margin: 0 !important;
    text-align: center;
}

.blog-post-extra .read-more:hover {
    background-color: var(--fs-color-secondary);
    color: #fff;
}

.box.box-blog-post .is-divider,
aside .is-divider,
.entry-header .entry-divider {
    display: none;
}

.widget-area aside,
.blog-single article,
.WOOF_Widget {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
}

.widget-area aside.widget_product_categories {
    margin-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 1px solid #EBEBEB;
}

.widget-area aside.flatsome_recent_posts {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.widget_product_categories .product-categories li+li,
.flatsome_recent_posts li+li {
    margin-top: 12px;
    border: none !important;
}

.widget_product_categories .product-categories li a {
    padding: 0;
}

.flatsome_recent_posts .recent-blog-posts {
    padding: 0;
}

.flatsome_recent_posts .badge {
    height: 56px;
    width: 107px;
}

.flatsome_recent_posts a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: bold;
}

.widget-title {
    margin-bottom: 12px;
    display: block;
}

.tagcloud {
    padding-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tagcloud a {
    padding: 4px 12px;
    color: var(--fs-color-secondary) !important;
    border-color: var(--fs-color-secondary);
    border-radius: 4px;
    font-size: 16px !important;
    margin: 0 !important;
}

.tagcloud a:hover {
    color: #fff !important;
}

.entry-header-text {
    padding-bottom: 0;
}

.blog-single h1 {
    font-size: 28px;
    margin-bottom: 8px;
}

.meta-blog {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 20px;
}

.post-date {
    color: #999999;
}

#fontSizeSelect,
.form-dat-ban select {
    background-color: #fff;
    border-color: #EBEBEB;
    border-radius: 8px;
    padding: 10px 25px 10px 10px;
    line-height: 1.5;
    font-size: 16px;
    min-height: 46px;
    margin-bottom: 0;
    box-shadow: none;
    outline: none;
    transition: none;
    width: auto;
}

#fontSizeSelect:focus,
.form-dat-ban select:focus {
    border: 2px solid var(--fs-color-secondary);
    box-shadow: none;
}

.blog-single .entry-content {
    padding: 0;
}

.blog-single .blog-share {
    display: block;
    font-weight: bold;
}

.header-cat-product {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.header-cat-product>h1,
.header-cat-product>.is-large {
    width: 100%;
}

.category-filtering {
    padding: 11px 19px;
    background-color: #fff;
    border-end-end-radius: 4px;
    border: 1px solid #EBEBEB;
}

.category-filtering .filter-button {
    margin: 0;
}

.header-cat-product .category-filtering.category-filter-row {
    display: flex;
    align-items: center;
}

.header-cat-product .filter-items {
    display: flex;
    align-items: center;
    margin-left: auto;
    /* đẩy sang phải */
}

.tax-product_cat .collection-list {
    padding: 0 !important;
}

h1.shop-page-title {
    font-size: 48px;
    margin-bottom: 12px;
}

.widget-woof {
    margin-bottom: 0;
}

.woof_redraw_zone .woof_container:not(.woof_price_filter) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EBEBEB;
}

.woof_redraw_zone h4 {
    font-size: 16px;
    margin-bottom: 12px;
}

.WOOF_Widget .woof_redraw_zone li:not(.woof_list) {
    display: flex;
    align-items: center;
    gap: 8px;
}

.WOOF_Widget .woof_redraw_zone li,
.WOOF_Widget .woof_redraw_zone label,
.WOOF_Widget input,
.woof_price_filter {
    margin: 0 !important;
    padding: 0 !important;
}

.WOOF_Widget .woof_redraw_zone li:hover label,
.WOOF_Widget .woof_redraw_zone li:hover span.amount {
    color: var(--fs-experimental-link-color-hover);
}

.woof_redraw_zone li+li {
    margin-top: 12px;
}

.WOOF_Widget .woof_redraw_zone label {
    font-size: 16px;
    font-weight: normal;
}

.woof_price_filter span.amount {
    font-weight: normal !important;
}

.product-main {
    padding: 0;
}

.upsell-slider {
    padding: 24px 0;
}

.thong-so-ky-thuat {
    padding: 12px 0;
}

.thong-so-ky-thuat h3 {
    padding-bottom: 12px;
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 20px;
}

.product-specifications table {
    border: none;
    margin: 0;
}

.product-specifications table tr:nth-of-type(odd) {
    background-color: #EBEBEB;
}

.product-specifications table td {
    padding: 8px;
    border-top: 0 !important;
    border: 1px solid #BFBFBF;
    font-size: 16px;
}

.product-specifications table tr:first-child td:first-child {
    border-top-left-radius: 8px;
    border-top: 1px solid #BFBFBF !important;
}

.product-specifications table tr:first-child td:last-child {
    border-top-right-radius: 8px;
    border-top: 1px solid #BFBFBF !important;
}

.product-specifications table tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
}

.product-specifications table tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
}

.product-specifications table tr td:first-child {
    border-top: 0 !important;
    border-left: 1px solid #BFBFBF;
    border-right: 0;
    width: 40%;
}

.woocommerce-tabs ul {
    padding-bottom: 12px;
    border-bottom: 1px solid #EBEBEB;
}

.woocommerce-tabs ul li a {
    padding: 0;
    font-size: 20px;
    line-height: 1.3;
    text-transform: unset;
}

.woocommerce-tabs ul li a::before {
    display: none;
}

.info-cs .icon-box {
    align-items: center;
}

.info-cs .icon-box img {
    padding: 0;
}

.icon-tt img {
    border-radius: 99px;
}

.icon-tt .button {
    border-width: 1px;
    font-weight: normal;
}

h1.product-title {
    font-size: 28px;
}

.product-meta-info,
.product-page-price {
    margin-bottom: 12px;
}

.product-meta-info {
    font-size: 14px;
}

.product-sidebar {
    display: none;
}

.product-page-price.price span {
    font-size: 28px;
    color: var(--primary-color);
}

.product-page-price.price span.amount {
    color: var(--primary-color);
}

.variations_form label {
    font-size: 16px;
    margin: 0;
}

.variations_form .ux-swatch,
.variations_form .ux-swatch.selected {
    box-shadow: none !important;
    border: 1px solid #EBEBEB;
    border-radius: 8px;
    padding: 8px 16px;
    font-size: 16px;
}

.variations_form .ux-swatch.selected {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.single_variation_wrap .woocommerce-variation-price {
    font-size: 16px;
}

.ss-footer p {
    margin-bottom: 12px;
}

.ss-footer .social-icons span,
.custom-share.social-icons span {
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    display: block;
    margin-bottom: 12px;
}

.custom-share.social-icons span {
    text-align: left;
}

.promo-box {
    margin-bottom: 20px;
}

.promo-box-group {
    border-radius: 4px;
    border: 1px solid #eb00292e;
}

.promo-box-header {
    background-color: #eb00292e;
    color: var(--primary-color);
    padding: 6px 20px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.promo-box-body {
    padding: 12px 20px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.woocommerce-variation-add-to-cart .ux-quantity,
form.cart .ux-quantity {
    width: 100%;
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 16px;
}

.single_add_to_cart_button,
.ux-buy-now-button {
    width: calc(50% - 8px);
    font-size: 16px;
    text-transform: unset;
    border-radius: 4px;
    padding: 11px 19px;
    line-height: 1.4;
    border: 1px solid var(--primary-color);
    box-shadow: none;
}

.ux-buy-now-button {
    background-color: #fff;
    color: var(--primary-color);
}

.single_add_to_cart_button:hover,
.ux-buy-now-button:hover {
    box-shadow: none;
    background-color: var(--primary-color);
    filter: brightness(1.3);
}

.related h2,
#isures-recently--wrap h2{
    text-align: center;
    padding: 12px 20px;
}

.ss-dat-hang h2 {
    font-size: 32px;
    margin-bottom: 16px;
}

.menu-dat-hang .icon-box {
    padding: 12px 16px;
    flex-wrap: nowrap;
    width: max-content;
}

.menu-dat-hang .icon-box-text {
    padding-left: 8px;
    flex: none;
    font-weight: bold;
}

.product-dat-hang.row-collapse {
    background-color: #fff;
    border-radius: 14px;
    overflow: hidden;
    padding: 16px;
}

.product-dat-hang .col+.col .product-small.box-vertical {
    border-top: 1px solid #EBEBEB;
}

.product-dat-hang .box-image {
    padding: 12px;
}

.product-dat-hang .box-text {
    padding: 20px 14px;
}

.product-dat-hang .product-small.box-vertical .box-image {
    display: block;
    width: 140px !important;
}

.ss-footer .form-uu-dai p {
    display: flex;
    gap: 4px;
}

.ss-footer .form-uu-dai input:not([type=submit]) {
    display: block;
    width: 100%;
    border: 1px solid #EBEBEB;
    padding: 12px;
    font-size: 16px;
    line-height: 1;
    border-radius: 99px;
    box-shadow: none;
    outline: none;
    min-height: 46px;
}

.ss-footer .form-uu-dai input:focus {
    border: 2px solid var(--fs-color-secondary);
    box-shadow: none;
}

.ss-footer .form-uu-dai input[type=submit] {
    border-radius: 99px;
    margin-right: 0;
    min-width: unset;
    text-transform: none;
    font-size: 16px;
    min-height: 46px;
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, .1);
}

.ss-footer .form-uu-dai input[type=submit]:hover {
    box-shadow: none;
}

.wpcf7-spinner {
    display: none;
}

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

.absolute-footer {
    display: none;
}

.coupon-popup {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 9999;
}

.coupon-popup.show {
    display: block;
}

.coupon-popup-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .5);
}

.coupon-popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 100%;
    max-width: 500px;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
}

.coupon-popup .popup-close {
    position: absolute;
    right: 12px;
    top: -44px;
    width: 32px;
    height: 32px;
    border-radius: 99px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    cursor: pointer;
}

.coupon-popup .popup-close:hover {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

.coupon-popup .popup-close i {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
}

.coupon-header {
    border-bottom: 1px dashed #EBEBEB;
    padding-bottom: 1px;
}

.popup-code {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
}

.popup-value {
    color: #999999;
    margin-top: 4px;
}

.popup-desc {
    padding: 12px 0;
}

.coupon-act {
    border-top: 1px dashed #EBEBEB;
    padding-top: 10px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.coupon-btn-popup {
    padding: 6px 19px;
    cursor: pointer;
    border: 1px solid #EBEBEB;
    border-radius: 4px;
}

.coupon-btn-popup:hover {
    background-color: #BFBFBF;
    filter: brightness(1.3);
}

.coupon-copy-btn {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.coupon-copy-btn:hover {
    background-color: var(--primary-color);
    color: #fff;
}

@media (min-width: 850px) and (max-width: 1200px) {
    .coupon .item-coupon,
    .ss-product .large-columns-4 .col {
        flex-basis: 33.33% !important;
        max-width: 33.33% !important;
    }
    #post-list .large-columns-3 .col {
        flex-basis: 50% !important;
        max-width: 50% !important;
    }
}

@media (max-width: 850px) {
    .flashsale-header {
        justify-content: center;
    }
    .flashsale-title {
        font-size: 28px;
        width: auto;
    }
    .flashsale-title::before {
        width: 24px;
        height: 24px;
    }
    .flashsale-countdown {
        margin: unset;
    }
    .sidebar-menu ul {
        padding: 0 !important;
    }
    .sidebar-menu ul li {
        padding: 0;
    }
    .sidebar-menu ul li a {
        padding: 12px 44px 12px 0;
        font-size: 16px !important;
        color: #000 !important;
        text-transform: unset !important;
    }
    .sidebar-menu .nav-slide-header .toggle {
        background-color: #EBEBEB;
        padding: 12px;
        font-size: 16px !important;
        color: #000 !important;
        text-transform: unset !important;
        opacity: 1 !important;
    }
}

@media (max-width: 550px) {
    .header-title h2 {
        font-size: 28px;
    }
    .flashsale-header {
        flex-direction: column;
    }
    .ss-goi-y .tab-panels .panel {
        width: 100%;
    }
    .single_add_to_cart_button,
    .ux-buy-now-button {
        width: 100%;
    }
    .blog-post-extra .read-more {
        line-height: 8px !important;
        width: 100%;
    }
    .blog-archive h1,
    h1.shop-page-title{
        font-size: 28px;
        text-align: center;
    }
    .from_the_blog_excerpt {
        display: none;
    }
    .post-title a {
        margin-bottom: 8px;
    }
    .blog-post-extra {
        padding-top: 8px;
    }
    .widget-area aside,
    .blog-single article,
    .WOOF_Widget {
        padding: 12px;
    }
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
}

.entry-content {
    color: #212529;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    color: var(--primary-color);
}

.entry-content figure {
    background: #fff;
    border: 1px solid #f0f0f0;
    padding: 5px 3px 10px;
    text-align: center;
}

.entry-content p {
    color: #333;
    margin-bottom: 15px;
    line-height: 1.6;
}

#content ul,
.entry-content ul {
    list-style: disc;
    padding-left: 20px;
    padding-bottom: 5px;
}

.entry-content ul li {
    color: #333;
    line-height: 1.5;
    margin-bottom: 10px;
}

.entry-content ul li a {
    color: #007bff;
}

#content ol,
.entry-content ol {
    list-style: decimal;
    /* padding-left: 18px; */
    padding-bottom: 5px;
}

.entry-content ol li {
    color: #333;
    line-height: 1.5;
    margin-bottom: 10px;
}

.entry-content ol li a {
    color: #ff5912;
}

.entry-content a {
    font-weight: 700;
}

.entry-content blockquote {
    background: #f3f3f3;
    color: #868686;
    display: block;
    line-height: 23px;
    margin: 0 0 20px;
    padding: 15px 20px 15px 45px;
    position: relative;
    text-align: justify;
}

.entry-content blockquote p {
    margin-bottom: 0;
}

.entry-content blockquote:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 3px;
    background: var(--primary-color);
    content: "";
}

.entry-content code {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    font-size: 0.85rem;
    color: #e83e8c;
    font-size: 15px;
}

body.single .entry-content>div {
    overflow: auto;
}

.entry-content table,
.term-description table {
    width: 100%;
    height: auto;
    overflow: auto;
}

.widget ul,
.widget ol {
    padding-left: 0 !important;
    padding-bottom: 0 !important;
}

.entry-content table>tbody>tr>td,
.entry-content table>tbody>tr>th,
.entry-content table>tfoot>tr>td,
.entry-content table>tfoot>tr>th,
.entry-content table>thead>tr>td,
.entry-content table>thead>tr>th,
.term-description table>tbody>tr>td,
.term-description table>tbody>tr>th,
.term-description table>tfoot>tr>td,
.term-description table>tfoot>tr>th,
.term-description table>thead>tr>td,
.term-description table>thead>tr>th {
    border: 1px solid #ddd;
    padding: 7px 10px !important;
    font-size: 16.5px !important;
    width: auto !important;
}

.entry-content iframe {
    margin: auto;
}

.entry-content .syntaxhighlighter {
    padding: 10px 0;
}