/*
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.   ***************/
:root {
    --view-all-btn: #E5E6ED;
    --sale-bg: linear-gradient(to bottom, #fe1a00, #ffd300);
    --star-color: #ffbe00;
    --red-color: #d70018;
    --border-color: #eee
}

/* contact - 2 */
.header-contact-phone-wrapper {
    display: flex;
    align-items: center;
}
.header-contact-phone-wrapper .icon-phone {
    background-color: var(--primary-color);
    width: 35px;
    border-radius: 100%;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 4px;
    padding-right: 1px;
}
.header-contact-phone-wrapper .icon-phone::before {
    content: url(../flatsome-child/images/phone-icon.webp);
    transform: scale(0.8);
}
.header-contact-phone-wrapper>div {
    margin-left: 6px;
    height: 35px;
}
.header-contact-phone-wrapper > div .header-contact-title {
    color: rgb(17, 17, 17);
    font-weight: 500;
    line-height: 1.3;
}
.header-contact-phone-wrapper > div > a {
    color: var(--primary-color);
    font-weight: bold;
}

header .header-nav-main .cart-item a.header-cart-link {
    border: 2px solid var(--primary-color);
    border-radius: 6px;
    padding: 10px 8px 8px;
    display: flex;
    flex-direction: row-reverse;
}
header .header-nav-main .cart-item a.header-cart-link span {
    color: #111;
    font-weight: 500;
    text-transform: none;
    padding-left: 8px;
}
header .header-nav-main .cart-item a.header-cart-link i {
    margin-left: 0;
}

/* More */
.home-efn-more .col .col-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    padding: 20px 10px;
    border: 1px solid #ebebeb;
    border-radius: 3px;
}
@media (max-width: 849px) {
    .home-efn-more .col .col-inner {
        grid-template-columns: 1fr 1fr 1fr;
        row-gap: 20px;
    }
}
@media (max-width: 549px) {
    .home-efn-more .col .col-inner {
        grid-template-columns: 1fr 1fr;
        row-gap: 15px;
    }
    .home-efn-more .box .box-image {
        width: 50px !important;
        padding-bottom: 4px;
    }
    .home-efn-more .box .box-text {
        text-align: center;
    }
    .home-efn-more .col .col-inner>.efn-more-item:not(:last-child)::after {
        content: "";
        height: 1px;
        width: 90%;
        background-color: #ededed;
    }
    /* giam gia */
    .coupon-wrapper>.col {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
.home-efn-more .col .col-inner .efn-more-item {
    padding: 0 20px;
}
.home-efn-more .col .col-inner>.efn-more-item:not(:last-child) {
    border-right: 1px solid #ededed;
}
.home-efn-more .col .col-inner .efn-more-item .box-text {
    padding: 0;
    padding-left: 4px;
}
.home-efn-more .col .col-inner .efn-more-item .box-text h4 {
    font-size: 13px;
}
.home-efn-more .col .col-inner .efn-more-item .box-text p {
    font-size: 12px;
}

/* Banner */ 
.banner-efn.row  {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    padding: 0 15px;
}
.banner-efn.row .col {
    min-width: 100%;
}
.banner-efn.row .col:nth-child(1) {
    grid-column: 1 / span 3;
    grid-row: 1 / span 3;
}
@media (min-width: 850px) {
    .banner-efn.row .col:nth-child(1) {
        grid-column: 1 / span 2;
        grid-row: 1 / span 3;
    }
}
.banner-efn.row .col:nth-child(1) .col-inner, 
.banner-efn.row .col:nth-child(1) .col-inner>div {
    height: 100%;
}
.banner-efn.row .col {
    padding: 0 !important;
}

/* Product */
.woocommerce-page .row.category-page-row,
.home-product .tab-panels .row .row,
.home-product .col .col-inner>.row {
    padding-right: 10px;
    padding-left: 10px;
}
.home-product .efn-banner-prd>div, .home-product .efn-banner-prd>div>div,
.home-product .efn-banner-prd>div>div>div, .home-product .efn-banner-prd>div>div>div>img {
    height: 100%;
}
.home-product .star-rating {
    margin-top: 0.05em;
}
.home-product .price-wrapper>.price ins {
    margin-bottom: 0.4em;
}

.home-product .tab-panels>.panel>.row>.col>.col-inner>.row>.col,
.home-product>.col>.col-inner>.row>.col {
    padding-bottom: 0;
}
.home-product .price-wrapper>.price {
    display: flex;
    flex-direction: column-reverse;
}
.home-product .price-wrapper>.price>span>bdi,
.home-product .price-wrapper>.price ins>span>bdi,
.prd-sale-wrapper .price-wrapper>.price ins>span>bdi {
    color: #222;
    margin-bottom: 5px;
}
.home-product .price-wrapper>.price ins,
.prd-sale-wrapper .price-wrapper>.price ins {
    margin-bottom: 5px;
}
/* Prd sale */
.prd-sale-wrapper>div>div {
    background: var(--sale-bg);
    padding: 10px 15px;
    border-radius: 10px;
}
.prd-sale-wrapper>.col>div>.row>.product {
    padding: 5px;
}
.prd-sale-wrapper>.col>div>.row>.product>div {
    background-color: #fff;
    height: 100%;
    border-radius: 8px;
    padding: 10px;
}
.prd-sale-wrapper>.col>div>.row>.product>div .box-text {
    padding-bottom: 0;
}
/* Category */
.home-prd-category .product-category .box-category .box-text {
    padding: 0;
}
.home-prd-category .product-category .box-category h5 {
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0 !important;
}

.shop-container .products.row>div.product-small,
.home-product .row>div.product-small {
    border: 1px solid #eee;
}
/* not tab */

/* Thương hiệu */
.home-thuong-hieu.row .col .row .col {
    padding-bottom: 0;
}
.home-thuong-hieu .img .img-inner {
    border: 1px solid #ededed;
    border-radius: 6px;
}


/* Video */
.home-video .slider-wrapper section {
    padding: 0 !important;
}

/* Tin tức */
.prd-sale-wrapper .efn-title, .home-tin-tuc .efn-title {
    margin-bottom: 0;
}

.home-tin-tuc .efn-title > h3 {
    margin-bottom: 30px;
    border-color: var(--primary-color);
}

.prd-sale-wrapper .efn-title > h3,
.prd-sale-wrapper .efn-title > h3 > span,
.home-tin-tuc .efn-title > h3 > span {
    border: none;
}
.home-tin-tuc .tin-tuc-wrapper {
    flex-direction: column;
}
.home-tin-tuc .tin-tuc-wrapper .post-item {
    padding-bottom: 20px;
}
.home-tin-tuc .tin-tuc-wrapper .post-item .box {
    display: flex;
}
.home-tin-tuc .tin-tuc-wrapper .post-item .box .box-image {
    flex: 1;
}
.home-tin-tuc .tin-tuc-wrapper .post-item .box .box-text {
    flex: 2;
    padding: 0;
    padding-left: 10px;
}
.home-tin-tuc .tin-tuc-wrapper .post-item>div:hover h5.post-title {
    color: var(--primary-color);
    transition: .3s;
}
.home-tin-tuc .tin-tuc-wrapper .box-text>div>div,
.home-tin-tuc .tin-tuc-wrapper .box-text>div>p {
    color: #555555 !important;
}
.home-tin-tuc .view-all-btn {
    width: 100%;
    background-color: var(--view-all-btn) !important;
}
.home-tin-tuc .view-all-btn>span, .home-tin-tuc .view-all-btn>i {
    color: #111;
}

body.blog .box-blog-post .box-text p.from_the_blog_excerpt,
.home-tin-tuc .tin-tuc-wrapper .post-item .box-text p {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.home-tin-tuc .tin-tuc-wrapper .post-item .box-text h5 a {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

/* Trang shop */
/* lọc giá */
.yith-wcan-filters .yith-wcan-filter h4.filter-title,
.widget_price_filter .widget-title {
    color: var(--primary-color);
    text-transform: none;
    letter-spacing: 0;
    font-size: 20px;
}
.price_slider_wrapper .price_slider>div, .price_slider_wrapper .price_slider>span {
    background-color: var(--primary-color) !important;
}
.widget_price_filter .price_slider_wrapper>div>button.button {
    background-color: var(--primary-color);
}
.widget_price_filter .price_slider_wrapper>div .price_label>span {
    color: var(--primary-color);
}

/* more */
.efn-shop-title {
    margin-bottom: 0;
}
.efn-shop-title h3, .efn-shop-title h3 span {
    border: none;
}
.efn-shop-title.ques-title {
    padding-left: 55px;
}
.efn-shop-title.ques-title::before {
    content: '';
    position: absolute;
    top: -9px;
    left: 10px;
    width: 35px;
    height: 35px;
    background-image: url(../flatsome-child/images/ques.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.efn-shop-title.promotion-title {
    background-color: var(--primary-color);
    padding: 5px 10px;
    border-radius: 4px;
    margin-top: 15px;
    color: #ffffff;
}
h3.efn-shop-title.promotion-title span {
    display: flex;
    align-items: center;
    padding-left: 25px;
    color: #fff;
    font-size: 18px;
}
h3.efn-shop-title.promotion-title span::before {
    content: '';
    position: absolute;
    left: 10px;
    width: 16px;
    height: 16px;
    background-image: url(../flatsome-child/images/gift.png);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-bottom: 2px;
}
ul.promotion-box {
    background-color: #fff;
    padding: 10px;
    border-radius: 0 0 4px 4px;
}
ul.promotion-box>li>a, ul.promotion-box>li {
    font-size: 14px;
    line-height: 1.4;
    /* margin-bottom: 0; */
}
/* question */
.efn-question-box .accordion-item {
    margin-bottom: 15px;
    border-radius: 8px;
    background-color: #f4f4f4;
}
.efn-question-box .accordion-item>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 3px 25px;
}
.efn-question-box .accordion-item>a>button {
    position: unset;
    order: 2;
    padding-top: 2px;
}
.efn-question-box .accordion-item>a>span {
    font-weight: 700;
}

/* Trang sp */
.single-product.single .shop-container {
    background-color: #F9F9FB;
}
.sp-box-wrapper .col-inner {
    padding: 15px;
    background-color: #fff;
    border-radius: 4px;
}
.sp-box, .sp-main-box, .sp-box-wrapper-1 {
    background: #fff;
    border-radius: 4px;
}
.sp-box.p-15 {
    padding: 15px;
}
.single-product.single .woocommerce-tabs>ul>li>a {
    font-size: 20px;
    padding: 0;
    text-transform: uppercase;
}
.single-product.single .woocommerce-tabs>ul>li>a::before {
    display: none;
}
.sp-pr-8 {
    margin-right: 8px;
}

.sp-box.right-box>.mr-2 {
    display: flex;
}
.sp-box.right-box>.mr-2:not(:last-child) {
    border-bottom: 1px dashed #f1f1f1;
    padding-bottom: 10px;
}
.sp-box.right-box>.mr-2:not(:first-child) {
    padding-top: 10px;
}
.sp-box.right-box>.mr-2>img {
    width: 24px;
    height: 24px;
}
/* giá sp */
.single-product .price-wrapper .price bdi {
    font-size: 22px;
    color: var(--red-color);
}
.single-product .price-wrapper .price del bdi {
    font-size: 16px;
    color: #111;
}

/* đánh giá sản phẩm */
.sp-hidden-more-sp .related-products-wrapper {
    display: none;
}

.sp-hidden-more-sp .woocommerce-Tabs-panel--reviews>div.row>div.col {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
.sp-box-wrapper-1.sp-hidden-more-sp {
    padding: 20px 15px 0;
}

.sp-hidden-des.show-related-prd .woocommerce-tabs.wc-tabs-wrapper {
    display: none;
}

/* Show more product detail */

.single-product div#tab-description, .field_product {
	overflow: hidden;
	position: relative;
	padding-bottom: 50px;
	margin-bottom: 0;
}
.fix_height{
	max-height: 350px;
	overflow: hidden;
	position: relative;
}
.single-product .tab-panels div#tab-description.panel:not(.active) {
	height: 0 !important;
}
.b360_readmore_detail_product {
	text-align: center;
	cursor: pointer;
	position: absolute;
	z-index: 10;
	bottom: 0;
	width: 100%;
	background: #F9F9FB;
}
.b360_readmore_detail_product:before {
	height: 55px;
	margin-top: -55px;
	content: "";
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, #F9F9FB 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,#F9F9FB 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,#F9F9FB 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff00', endColorstr='#ffffff',GradientType=0 );
	display: block;
}
.b360_readmore_detail_product a {
	color: #F9F9FB !important;
	max-width: 300px;
	margin: auto;
	background: #d70018 !important;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	border-radius: 30px;
}
.b360_readmore_detail_product a:after {
	content: '';
	width: 0;
	right: 0;
	border-top: 6px solid #ffffff;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0 0 5px;
}
.b360_readmore_detail_product_less a:after, .b360_readmore_detail_product_less_sub a::after {
	border-top: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
}
.b360_readmore_detail_product_less:before ,.b360_readmore_detail_product_less_sub::before{
	display: none;
}

.related-products-wrapper.product-section{
    margin-top: 50px;
}

/* Thuộc tính sp */
.variable-items-wrapper > .variable-item.selected {
    box-shadow: none !important;
    background-color: var(--primary-color) !important;
    color: #fff !important;
    transition: .3s;
}

.single-sp-main .cart button {
    border-radius: 4px;
}


/* filter product reset btn */
button.button.woof_reset_search_form {
    border-radius: 60px;
    width: 120px;
}

/* Scroll menu */
@media only screen and (min-width: 660px) {
    .scrollmenu {
        display: none !important;
    }
}
.scrollmenu {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
}
div.scrollmenu {
    background-color: #fff;
    overflow: auto;
    white-space: nowrap;
    box-shadow: 0px 0px 4px #ccc;
    display: flex;
}
.home .scrollmenu>a:nth-child(1), .woocommerce-cart.woocommerce-page .scrollmenu>a:nth-child(3) {
    color: var(--primary-color);
}
div.scrollmenu a {
    color: #333;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    flex: 1;
}
div.scrollmenu>a>i {
    font-size: 22px;
}
div.scrollmenu a:hover {
    color: var(--primary-color);
}

/* custome price */
.prd-sale-wrapper .box-text-products .price, .home-product .box-text-products .price {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.product-title>a {
    color: #222;
    font-weight: 500;
}

/* Star */
.stars a.active, .star-rating:before, .woocommerce-page .star-rating:before, 
.star-rating span:before, .color-secondary {
    color: var(--star-color) !important;
}

/* Customer 08052023*/

.bg-sales > .col {
    background: var(--primary-color);
    border-radius: 8px;
}
.bg-sales .body-c {
    margin-top: 18px;
}
.flash-sale-campaign{
    border: none !important;
    background-color: transparent !important;
}
.shopee-header-section__header{
    background-color: transparent !important;
}

.flash-sale-item.col{
    padding: 0 10px;
}
.flash-sale-item.col>div>a {
    background-color: #fff;
}
.slider-nav-reveal .flickity-prev-next-button:hover, .slider-nav-reveal .flickity-prev-next-button{
    width: 40px !important;
    height: 32px !important;
    top: 50%; 
    box-shadow: 0 1px 12px 0 rgb(0 0 0 / 12%) !important;
}
.slider-nav-reveal .flickity-prev-next-button.next{
    right: 10px !important;
}

.slider-nav-reveal .flickity-prev-next-button.previous{
    left: 10px !important;
}

.slider-nav-push.slider-nav-reveal .flickity-prev-next-button svg{
    padding: 0;
    margin: 0 !important;
    top: 50%;
    max-width: 20px;
    left: 50%;
}
.item-coupon {
    position: relative;
    background: #fff;
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, .15));
    /* display: flex; */
    min-height: 120px;
    border-radius: 5px;
    min-height: 100px;
    padding: 5px 15px;
    margin-bottom: 15px;
    /* align-items: center; */
}

.item-coupon .coupon-wp{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.coupon_title{
    color: #fd545b;
    font-size: 14px;
    font-weight: bold;
}

.coupon_desc{
    color: #727272;
    font-size: 13px;
}

.coupon_copy {
    border: none;
    padding: 2px 15px;
    border-radius: 999px;
    margin-bottom: 3px;
    background: #fd545b;
    font-size: 13px;
    margin-top: 5px;
}
.coupon_copy span{
    color: #ffffff;
}
.category-page{
    display: flex;
    margin-bottom: 20px;
    max-width: 100%;
    overflow-x: auto;
    padding: 10px 0;
}

.category-page > div{
    width: 300px;
    max-width: 300px;
    min-width: 300px;
    max-height: 161px;
    margin: 0 10px;
}

.footer-mb{
    border-top: none;
}

.footer-wrapper img{
    width: auto;
}

.back-to-top{
    left: 20px;
    right: auto;
}
.coupon-toggle-btn{
    margin-bottom: 10px;
}

.popup-coupon{
    position: fixed;
    width: 100vw;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    margin: 0 !important;
    transition: all 0.5s cubic-bezier(0.47, 1.64, 0.41, 0.8);
    visibility: hidden;
    opacity: 0;
    background: rgba(0, 0, 0, 0.4);
    overflow-y: scroll;
}
.popup-coupon.active{
    visibility: visible;
    opacity: 1;
    z-index: 999;
}
.popup-coupon .popup{
    max-width: 320px;
    right: 0;
    position: absolute;
    height: 100%;
    background: #ffffff;
    padding: 15px;
}

.popup-coupon .popup i{
    font-size: 25px;
    margin-bottom: 15px;
}
.ser-icon{
	max-width: 100%;
	overflow: hidden;
	border-radius: 100%;
	color: var(--primary-color);
	transition: .2s all;
}

.ser-icon .process{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: -webkit-max-content!important;
	width: -moz-max-content!important;
	width: max-content!important;
	overflow: visible!important;
	-webkit-transition: .2s all;
	transition: .2s all;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: auto!important;
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
    top: 24%;
    left: 24%;
    position: absolute;
}
.unsee{
	opacity: 0;
	transform: scale(0);
}
.bg_fade.unsee {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	z-index: 101;
	transform: inherit;
}
.process{
	display: inline-flex;
	transform: translateX(0px);
	transition: 0.3s linear transform;
	line-height: 0;
}
.ser-icon .item {
	margin-right: 40px;
    background-color: #e60808;
    border-radius: 100%;
}
.ser-icon i:nth-child(2n) {
	color: #000;
}
#reviews{
    margin-top: 30px;
    display: flex;
    flex-direction: column;
}

#reviews #comments{
    max-width: 100%;
}
#reviews #review_form_wrapper{
    max-width: 100% !important;
}

/* add more */
.mt-30 {
	margin-top: 30px
}
.sp-main-box {
	padding-top: 20px
}
.single-product.single .item-coupon>img {
    display: none;
}

@media (min-width: 1080px) {
    .category-page {
        justify-content: center;
    }
}

.prd-des>.col-inner {
    background-color: #fff;
    padding: 15px;
    border-radius: 4px;
    margin-top: 30px;
}

/* checkout */
.woocommerce-checkout .message-container>.showcoupon {
    color: var(--red-color);
    font-weight: 500;
}
@media (max-width: 549px) {
    /* sptt */
    .single-product .related.related-products-wrapper .flickity-button {
        display: none;
    }
}

/* Flash Sale */
.bg-sales {
    padding: 15px;
}
.bg-sales > .col {
    padding-bottom: 15px;
}

.bg-sales .DTlWb > .header-c {
    border-bottom: none;
    padding-top: 4px;
    padding-bottom: 0;
}

.bg-sales .fl-sale_title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg-sales .fl-sale_title img {
    width: 60px;
    height: 60px !important;
}

.bg-sales .fl-sale_cd_title,
.bg-sales .fl-sale_title p {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.04em;
    color: #fff;
    margin-bottom: 0;
    margin-left: 11px;
}

.bg-sales .fl-sale_cd_title {
    margin-left: 0;
    font-size: 19px;
    padding: 0;
    background-color: transparent;
}
.bg-sales .header-c .day-t,
.bg-sales .header-c .hour-t,
.bg-sales .header-c .min-t,
.bg-sales .header-c .second-t {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #000;
    background-color: #fff;
    font-size: 18px;
    font-weight: 700;
    width: 60px;
    height: 60px;
    line-height: 1.2;
}
.bg-sales .header-c .day-t::after,
.bg-sales .header-c .hour-t::after,
.bg-sales .header-c .min-t::after,
.bg-sales .header-c .second-t::after {
    font-size: 12px;
    font-weight: 400;
}
.bg-sales .header-c .day-t::after {
    content: 'Ngày';
}
.bg-sales .header-c .hour-t::after {
    content: 'Giờ';
}
.bg-sales .header-c .min-t::after {
    content: 'Phút';
}
.bg-sales .header-c .second-t::after {
    content: 'Giây';
}

.bg-sales .body-c .deals__item {
    border-radius: 8px;
}
/* Home prd */
.shop-container .products.row>div.product-small,
.home-product .row>div.product-small {
    padding-top: 8px;
}

.shop-container .products.row>div.product-small .badge-container,
.home-product .row>div.product-small .badge-container {
    margin: 0 !important;
    left: 14px;
    top: 10px;
}

/* prd add to cart */
.related-products-wrapper .product-small .box-image .image-tools:last-child,
.shop-container .products.row>div.product-small .box-image .image-tools:last-child,
.home-product .row>div.product-small .box-image .image-tools:last-child {
    top: 0;
    bottom: unset;
}
.related-products-wrapper .product-small .box-image .image-tools:last-child .cart-icon,
.shop-container .products.row>div.product-small .box-image .image-tools:last-child .cart-icon,
.home-product .row>div.product-small .box-image .image-tools:last-child .cart-icon {
    right: 0;
    bottom: unset;
    left: unset;
}

.related-products-wrapper .product-small .box-image .image-tools:last-child {
    top: 4px;
}

/* Grid Layout */
@media (min-width: 1280px) and (max-width: 1480px) {
    .container-width, .full-width .ubermenu-nav, .container, .row {
        max-width: 1260px !important;
    }
}


/* Xem tất cả - Home Prd */
@media (min-width: 390px) {
    .home-product .home-prd_title .button {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        margin-top: 8px;
        margin-right: 4px;
    }

    .home-product .home-prd_title .button span {
        font-style: italic;
        font-weight: 600;
        transition: .3s;
    }

    .home-product .home-prd_title .button:hover span {
        text-decoration: underline;
        color: var(--primary-color);
        transition: .3s;
    }
}

@media (max-width: 1480px) {
    .home-product .home-prd_title .button {
        margin-top: 6px;
    }
}

@media (max-width: 1200px) {
    .home-product .home-prd_title .button {
        margin-top: 0;
    }
}

@media (max-width: 390px) {
    .home-product .home-prd_title .button {
        display: none;
    }
}

/* Add radius */
.radius-16 .img-inner {
    border-radius: 16px;
}

/* lh btn */
.price-lh-btn a {
    font-size: 1.25rem;
    font-weight: 600;
    transition: .3s;
}

.price-lh-btn a span {
    font-size: 1rem;
}

.price-lh-btn:hover a {
    color: #d70018;
    transition: .3s;
}

.product-small .price-lh-btn {
    display: none;
}