/*
Theme Name: Flatsome Child
Description: AZWebsite.vn developed for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.12.2
*/


/*************** ADD CUSTOM CSS HERE.   ***************/
/* SETTING */
:root {
    /* main: 3bb77e */
    --primary-color2: #ff463b;
    --cl-text: #141414;
}

body,
input,
textarea,
button,
select {
    color: var(--cl-text);
}

input,
textarea {
    padding: 0 15px !important;
}

.coupon button[name="apply_coupon"] {
    color: #fff;
}

body,
input,
textarea,
button,
select {
    line-height: 1.7;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    line-height: 1.4 !important;
}

.section-title-container,
.section-title-main,
.wpcf7-submit,
a.button,
.actions button[name="update_cart"],
.checkout_coupon .flex-col button[name="apply_coupon"],
.category-filtering a {
    margin: 0 !important
}

form p,
.mb-0 p {
    margin-bottom: 0 !important;
}

.section-title-main,
.ux-menu .ux-menu-title,
.ux-menu .ux-menu-link a,
.qty {
    padding: 0 !important;
}

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

.section-title,
.section-title-main {
    border: none !important;
}

.wpcf7-spinner,
.section-title a i,
.post-item .is-divider,
a.added_to_cart.wc-forward,
.woof_submit_search_form_container,
#shop-sidebar .is-divider,
.product-images .image-tools,
.category-filtering a strong {
    display: none !important;
}

.add-to-cart-button a {
    display: flex !important;
    justify-content: center;
    align-items: center
}

.add_to_cart_button.added {
    display: block !important;
}

a.add_to_cart_button::after {
    content: none !important;
}

a.add_to_cart_button.loading:before {
    content: '\f110' !important;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotateZ(-180deg) rotateY(180deg);
    }

    100% {
        transform: rotateZ(180deg) rotateY(180deg);
    }
}

p,
form input {
    margin-bottom: 15px !important
}

input,
textarea,
a.button,
.actions button[name="update_cart"],
.coupon button[name="apply_coupon"],
.ux-menu .ux-menu-title,
.ux-menu .ux-menu-link a {
    min-height: unset !important;
    height: 100% !important;
    line-height: unset !important
}

input,
textarea,
input:focus,
textarea:focus,
.button:hover {
    box-shadow: none !important;
}

.coupon button[name="apply_coupon"] {
    text-shadow: none;
}

.actions .continue-shopping {
    margin-right: 15px !important
}

.woocommerce-mini-cart__buttons a.checkout,
.checkout_coupon button[name="apply_coupon"] {
    background-color: var(--primary-color2) !important;
    border: 1px solid var(--primary-color2) !important;
}

.woocommerce-mini-cart__buttons a.checkout:hover,
.checkout_coupon button[name="apply_coupon"]:hover {
    background-color: transparent !important;
    color: var(--primary-color2) !important;
}

.woocommerce-mini-cart__buttons a:not(.checkout),
.cart-collaterals a {
    border: 1px solid var(--primary-color) !important;
}

.woocommerce-mini-cart__buttons a:not(.checkout):hover,
.cart-collaterals a:hover {
    background-color: transparent !important;
    color: var(--primary-color) !important;
}

.cart-item .nav-dropdown {
    left: unset;
    right: 0 !important;
    bottom: unset;
    top: 40px;
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.2);
    ;
    border: none;
    border-radius: 5px;
    padding: 20px !important;
    min-width: 330px;
}

.widget_shopping_cart ul.woocommerce-mini-cart li {
    padding: 0 25px 10px 90px !important;
    border-bottom: 1px solid #d5d8dc;
    margin-bottom: 10px;
    font-weight: 600;
    color: #000;
}

.widget_shopping_cart ul.woocommerce-mini-cart li+li {
    border-top: 0 !important
}

.widget_shopping_cart ul.woocommerce-mini-cart li img {
    top: 0;
    height: auto;
    width: 70px;
    margin: 0;
}

.widget_shopping_cart ul.woocommerce-mini-cart li a:not(.remove) {
    font-size: 16px;
    font-weight: 600;
}

.widget_shopping_cart ul.woocommerce-mini-cart li a.remove {
    color: red;
    bottom: 20px;
    right: 5px;
    width: 20px;
    height: 20px;
    font-weight: bold;
    border: 1px solid;
}

.widget_shopping_cart ul.woocommerce-mini-cart::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.widget_shopping_cart ul.woocommerce-mini-cart::-webkit-scrollbar {
    width: 4px;
    background-color: #F5F5F5;
}

.widget_shopping_cart ul.woocommerce-mini-cart::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

.widget_shopping_cart ul.woocommerce-mini-cart li:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border: none
}

.widget_shopping_cart ul.woocommerce-mini-cart li .quantity {
    margin: 0 !important
}

.widget_shopping_cart ul.woocommerce-mini-cart li .quantity,
.widget_shopping_cart ul.woocommerce-mini-cart li .quantity .amount {
    color: var(--primary-color2);
    font-weight: 500;
    opacity: 1;
    font-size: 16px;
}

.widget_shopping_cart .woocommerce-mini-cart__total {
    border-width: 1px 0 !important;
    border-color: #d5d8dc !important;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px !important;
}

.widget_shopping_cart .woocommerce-mini-cart__total * {
    color: var(--primary-color);
}

.widget_shopping_cart .woocommerce-mini-cart__total strong {
    font-weight: 900;
}

.widget_shopping_cart .woocommerce-mini-cart__total .amount {
    font-weight: 600 !important
}

.widget_shopping_cart .woocommerce-mini-cart__buttons a.checkout {
    margin-top: 10px !important
}

.widget_shopping_cart .woocommerce-mini-cart__buttons a {
    padding: 15px !important;
    line-height: 1 !important;
    font-size: 16px;
    font-weight: 600
}

.shop_table.woocommerce-cart-form__contents th,
.cart_totals th.product-name,
.cart_totals tbody th,
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper label,
.woocommerce-checkout-review-order-table th {
    text-transform: none;
    color: #334455;
}

.product-name a {
    color: var(--primary-color);
    font-weight: 600 !important;
}

.product-name a:hover {
    color: var(--primary-color2);
}

.woocommerce-cart-form__cart-item .quantity input.minus,
.woocommerce-cart-form__cart-item .quantity input.plus,
.woocommerce-cart-form__cart-item .quantity input.qty {
    height: 40px !important;
    width: 40px;
}

.actions a,
.actions button[name="update_cart"] {
    text-transform: uppercase;
    font-size: 16px !important;

}

.actions a,
.actions button[name="update_cart"],
.cart-collaterals a,
.checkout_coupon button[name="apply_coupon"],
.checkout_coupon input[name="coupon_code"],
.woocommerce-checkout .woocommerce-billing-fields input {
    height: 40px !important;
    line-height: 40px !important;
}

.cart-collaterals a,
.checkout_coupon button[name="apply_coupon"],
.checkout_coupon input[name="coupon_code"] {
    border-radius: 99px;
    font-size: 16px !important;
}

.woocommerce-checkout .woocommerce-billing-fields input {
    border-radius: 99px;
}

.woocommerce-checkout .woocommerce-additional-fields textarea {
    min-height: 120px !important;
    border-radius: 15px;
}

.woocommerce-checkout .woocommerce-billing-fields input:focus {
    box-shadow: 0 0 5px #ccc !important;
}

#billing_address_1_field {
    width: 100% !important;
}

.woocommerce-input-wrapper {
    display: block;
    height: 100%;
}

#place_order:hover {
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, .2) !important;
}

.checkout_coupon .flex-row {
    position: relative;
}

.checkout_coupon .flex-col button[name="apply_coupon"] {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 120px !important;
}

a.back-to-top {
    width: 40px;
    height: 40px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background-color: var(--primary-color) !important;
    border: none !important;
	min-width: unset !important;
}

a.back-to-top:hover {
    background-color: var(--primary-color2) !important;
}

a.back-to-top i {
    font-size: 22px !important;
    color: #fff;
}

.row-small>.col,
.row-small>.flickity-viewport>.flickity-slider>.col {
    padding: 0 10px 20px;
}

.slider .flickity-button {
    margin: 0 !important;
    opacity: 1 !important;
    transform: unset;
    min-height: unset;
    width: 28px;
    bottom: unset;
    top: 50%;
    height: 40px !important;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 3px;
}

.slider:hover .flickity-button,
.slider .flickity-button {
    transform: translatey(-50%) !important;
}

.slider .flickity-button svg {
    border: none;
    padding: 8px;
}

.slider .flickity-button svg path {
    fill: #fff
}

.slider .flickity-button.previous {
    left: 0
}

.slider .flickity-button.next {
    right: 0
}

.section-title a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
}

.title-link .section-title {
    display: inline;
}

.post-item:hover .post-title {
    color: var(--primary-color);
    transition: all .25s ease-in-out
}

.post-item a.plain {
    color: currentcolor !important;
    transition: unset !important;
}

/* SETTING FILLER*/
.widget_price_filter .ui-slider-horizontal {
    height: 4px;
}

.widget_price_filter .ui-slider .ui-slider-handle {
    width: 12px;
    height: 12px;
}

.widget_price_filter .ui-slider .ui-slider-range {
    opacity: 1
}

.widget_price_filter .ui-slider .ui-slider-range,
.widget_price_filter .ui-slider .ui-slider-handle,
.price_slider_amount button {
    background-color: var(--primary-color) !important;
}

.price_slider_amount button {
    border: none;
    border-radius: 3px !important;
    font-weight: 500;
    font-size: 16px !important;
    padding: 6px 15px !important;
    margin: 0;
    line-height: 1;
    min-height: unset;
}

.price_label {
    font-size: 0;
    padding: 0 !important;
    line-height: 1.7;
}

.price_label span {
    font-size: 16px;
    font-weight: 600;
}

.price_label span.from:after {
    content: '';
    width: 8px;
    height: 1px;
    background-color: #000;
    display: inline-block;
    margin: auto 5px;
    vertical-align: middle;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -5px !important
}

.woof_container {
    padding: 0;
    margin: 0 0 20px;
}

.woof_list li,
.woof_childs_list li {
    margin: 0 0 5px !important;
    padding: 0 !important;
}

.woof_list li:last-child {
    margin-bottom: 0 !important
}

.woof_list li .woof_checkbox_label {
    padding: 0;
    margin: 0 !important;
    display: inline-block !important;
    font-weight: 400;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.woof_list li * {
    vertical-align: middle
}

.woof_list>li {
    position: relative
}

.woof_childs_list_opener {
    position: absolute;
    right: 0;
    top: 0
}

.woof_section_scrolled::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.woof_section_scrolled::-webkit-scrollbar {
    width: 4px;
    background-color: #F5F5F5;
}

.woof_section_scrolled::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: var(--primary-color);
}

.woof_childs_list_opener span.woof_is_opened,
.woof_childs_list_opener span.woof_is_closed {
    background: unset;
    font-family: "Font Awesome 5 free";
    font-weight: 900
}

.woof_childs_list_opener span.woof_is_opened:before {
    content: '\f106';

}

.woof_childs_list_opener span.woof_is_closed:before {
    content: '\f107';
}

.woof_list li .woof_checkbox_term {
    margin: 0 10px 0 0 !important;
    display: inline-block;
    width: 15px;
    height: 15px !important;
    position: relative;
    overflow: hidden;
    visibility: hidden;
    font-family: "Font Awesome 5 free";
    font-weight: 900;
}

.woof_list li .woof_checkbox_term:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: absolute;
    border-radius: 3px;
    visibility: visible;
    border: 1px solid #000;
    font-size: 15px;
}

.woof_list li .woof_checkbox_term[checked]:after {
    background-color: var(--primary-color);
    border: currentcolor;
}

.woof_list li .woof_checkbox_term[checked]:before {
    content: '\f00c';
    position: absolute;
    top: -2px;
    left: 2px;
    height: 100%;
    width: 100%;
    font-size: 12px;
    visibility: visible;
    color: #fff;
    z-index: 1
}

.product-thumbnails img {
    opacity: 1
}

.single_add_to_cart_button:disabled {
    cursor: not-allowed;
    ;
}

.variations tr * {
    padding: 0;
    margin: 0
}

.variations .label,
.variations .value {
    display: block;
}

.variations .reset_variations {
    position: absolute;
    bottom: 0;
    opacity: 1;
    background-color: red;
    color: #fff;
    font-weight: bold;
    text-transform: none;
    padding: 5px 10px;
    border-radius: 5px;
    opacity: 0;
}

.variations .reset_variations[style*="visibility: visible;"] {
    opacity: 1;
}

/* END SETTING FILLTER */
/* TOAST */
.toast {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10000;
    background-color: transparent;
}

.toast__container {
    border-radius: 2px;
    overflow: hidden;
    padding: 2.5rem 1.25rem;
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.toast__icon {
    margin-bottom: 20px
}

.action-toast__icon,
.toast__icon {
    display: flex;
    justify-content: center
}

.action-toast__icon {
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    background-color: #00bfa5
}

.toast .icon-tick-bold {
    fill: #fff;
    width: 30px;
}

/* END TOAST */
/* SETTING FILTER MOBILE */
.category-filtering {
    position: fixed;
    right: 0;
    top: 35%;
    z-index: 99
}

.category-filtering a {
    padding: 10px;
    background-color: var(--primary-color);
}

.category-filtering a i:before {
    content: '\f0b0';
    font-family: "Font awesome 5 free";
    font-weight: 900;
}
.category-filtering i{
	color: #fff !important;
}
/* END SETTING FILTER MOBILE */
@media (max-width: 549px) {
    .off-canvas-cart {
        width: calc(100vw - 50px) !important;
        background: #fff;
    }

    .off-canvas-cart .inner-padding {
        padding: 20px 15px;
    }
}

/* END SETTING */

.product-small.box .product-title,
.post-item .box-text .from_the_blog_excerpt,
.post-sidebar aside ul .recent-blog-posts-li .flex-col>a,
.post-item .box-text .post-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

}
.product-small.box .box-image .image-none a img{
    max-height: 155px;
    width: auto;
    height: auto;
    margin: auto
}
.product-small.box .box-image .image-none a{
    text-align: center;
}
.product-small.box .box-image{
    height: 200px
}
body {
    font-size: 18px !important;
}

/* TITLE SECTION */
.title-section {
    margin-bottom: 30px;
    padding: 0 10px;
}

.title-section h2 {
    font-size: 38px;
    letter-spacing: 1px;
    margin: 20px 0 10px;
    line-height: 40px;
    line-height: 1.4 !important;
}

.title-section p {
    color: #999;
    font-size: 18px;
    line-height: 22px;
}

/* END TITLE SECTION */
/* HEADER */
header>.header-wrapper {
    padding: 10px 0 30px;
}

.header-main {
    padding: 15px 0 !important;
}

.header-main .header-nav-main a i {
    color: #fff;
    font-size: 22px !important;
}

.header-main .header-nav-main .cart-item {
    margin-left: 15px !important;
}

.header-bottom .header-nav .menu-item {
    margin: 0;
    padding: 0 15px !important;
}

.header-bottom .header-nav .menu-item a {
    padding: 0;
    font-size: 18px;
    color: #fff
}

.header-bottom .header-nav .menu-item a:hover,
.header-bottom .header-nav .menu-item.current-menu-item a {
    color: var(--primary-color);
}

.icon-user:before,
.icon-shopping-cart:before,
a.add_to_cart_button:before,
.image-tools a.quick-view:before,
.slider-tes .content:before,
.post-item .box-text .post-meta::before {
    font-family: "Font awesome 5 free" !important;
    font-weight: 900 !important;
}

.icon-user:before {
    content: '\f007'
}

.icon-shopping-cart:before {
    content: '\f07a'
}

.nav-dropdown-has-arrow li.has-dropdown:after,
.nav-dropdown-has-arrow li.has-dropdown:before {
    content: none;
}

.header-bottom .menu-item .sub-menu {
    background: #fff;
    border-radius: 5px;
    border-style: solid;
    border-color: var(--primary-color);
    border-width: 0 0 0 3px;
    transition: all 0.3s ease 0s;
    left: 0 !important;
    padding: 0 !important;
    min-width: 200px !important;
    transform: translateY(20px);
    top: 34px !important;
    box-shadow: 0px 0px 16px -3px #999;
}

.header-bottom .header-nav>.menu-item.has-dropdown:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.header-nav li.menu-item .sub-menu li {
    padding: 0 !important;
}

.header-nav li.menu-item .sub-menu li a {
    margin: 0;
    padding: 10px;
    border-bottom: 1px dashed #ccc;
    color: #333
}

.menu-item.menu-item-has-block.menu-item-design-container-width,
.header-bottom .header-nav {
    position: static;
}

.header-bottom .flex-row {
    position: relative;
}

.menu-item.menu-item-has-block.menu-item-design-container-width .sub-menu {
    left: 15px !important;
    width: calc(100% - 30px)
}

.mega-menu .ux-menu .ux-menu-title {
    font-size: 18px;
    margin-bottom: 10px !important;
}

.mega-menu .ux-menu .ux-menu-link {
    padding: 0 !important;
    margin-bottom: 5px !important
}

.mega-menu .ux-menu .ux-menu-link a span {
    color: #333;
    font-size: 18px !important
}

.mega-menu .ux-menu .ux-menu-link:hover span {
    color: var(--primary-color);
}

.has-dropdown .icon-angle-down {
    opacity: 1;
}

/* END HEADER */

/* SECTION BANNER */
.section-banner .item .content h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 38px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
}

.section-banner .item .content p {
    font-size: 20px;
    line-height: 26px;
}

.section-banner .item {
    border-right: 1px solid #ffffff40;
}

.section-banner .item:last-child {
    border: none;
}

.section-banner .section-content,
.section-banner .section-content .row,
.section-banner .section-content .row .col {
    height: 100%
}

.section-banner .section-content .row .col .col-inner {
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
    transition: all 0.3s ease 0s;
    padding: 20px 30px 50px;
    cursor: pointer
}

.section-banner .section-content .row .col .col-inner:hover {
    background: rgba(0, 0, 0, 0.3);
    padding-bottom: 100px;
}

/* END SECTION BANNER */

/* SECTION DANH MỤC */
.box-category .box-text {
    padding: 0
}

.box-category .box-text h5 {
    font-weight: 500;
    color: #63584c;
    margin: 10px 0 5px !important;
    font-size: 18px;
    line-height: 22px;
}

.box-category .box-text h5:hover {
    color: var(--primary-color);
}

.slider .flickity-button {
    top: calc(50% - 40px/2);
}

.slider-nav-circle .flickity-prev-next-button svg {
    border-radius: 0 !important;
    height: 100%;
}

.box-category .box-image:before,
.box-category .box-image:after {
    border-style: solid;
    border-width: 0;
    content: "";
    height: 0;
    opacity: 0.2;
    position: absolute;
    width: 0;
    transition: all 0.5s ease-in-out;
}

.box-category .box-image:before {
    border-color: #000 transparent transparent;
    left: 0;
    top: 0;
}

.box-category .box-image:hover:before {
    border-width: 1150px 680px 0 0;
    transition: all 0.3s ease-in-out;
}

.box-category .box-image:after {
    border-color: transparent transparent #000;
    bottom: 0;
    right: 0;
}

.box-category .box-image:hover:after {
    border-width: 0 0 1150px 680px;
    transition: all 0.3s ease-in-out;
}

/* END SECTION DANH MỤC */
/* SECTION INTRO */
.section-intro .title-section {
    margin-bottom: 0
}

a.primary {
    line-height: 38px !important;
    width: 140px;
}

a.primary:hover {
    opacity: 0.8
}

/* END SECTION INTRO */

/* PRODUCT */
.custom-slider .flickity-button.previous {
    left: 10px
}

.custom-slider .flickity-button.next {
    right: 10px;
}

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

.product-small.box .box-text-products {
    padding: 15px 15px 12px !important;
}

.product-small.box .product-title {
    margin: 0 0 5px !important;
    -webkit-line-clamp: 2;
    height: 42px;
    font-size: 16px;
    color: #1f1f1f;
    font-weight: 900;
}

.product-small.box .product-title a {
    margin: 0
}

.product-small.box .price {
    line-height: 26px;
}

.product-small.box .price {
    color: #d4651f;
    font-weight: 900;
}

del {
    text-decoration: none;
}

del span.amount {
    opacity: 1
}

.product-small.box .price span.amount {
    color: #d4651f;
    font-weight: inherit;
    font-size: 16px;
}

.product-small.box .price ins {
    margin-right: 5px;
}

.product-small.box .price del span.amount {
    text-decoration: line-through;
    font-size: 15px;
    font-weight: inherit;
    margin: 0;
    display: inline-block;
    color: #666;
}

.product-small.col .badge-container {
    margin: 0;
    top: 10px;
    left: 10px;
}

.product-small.col .badge-container .badge {
    margin: 0;
    height: auto;
    width: auto;
    opacity: 1
}

.product-small.col .badge-container .badge .on-sale {
    height: 55px;
    width: 34px;
    margin-top: -12px;
}

.product-small.col .badge-container .badge .badge-inner {
    padding: 0;
    border-radius: 0;
    background-color: transparent !important
}

.product-small.col .badge-container .badge .badge-inner.on-sale {
    display: inline-flex;
    background: url(/wp-content/uploads/2023/10/sale.webp) no-repeat;
    background-size: 34px auto;
    justify-content: center;
    line-height: 45px;
    font-size: 13px;
}

.product-small.col .badge-container .badge .new-bubble {
    color: #111;
    position: relative;
}

.product-small.col .badge-container .badge .new-bubble {
    width: 44px;
    height: 44px;
}

.product-small.col .badge-container .badge .new-bubble:before {
    content: '';
    display: inline-block;
    width: 44px;
    height: 44px;
    background: url(/wp-content/uploads/2023/10/salea.webp) no-repeat;
    background-size: 44px 44px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.badge-container {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
}

.product-small.col .badge-container .badge:only-child .on-sale {
    margin: 0
}

a.add_to_cart_button .cart-icon {
    display: none !important
}

a.add_to_cart_button:before {
    content: '\f291';
}

.product-type-variable a.add_to_cart_button:before {
    content: '\f0ca';
}

.image-tools a {
    width: 35px !important;
    height: 35px;
    background-color: var(--primary-color) !important;
    border-radius: 10px;
    color: #fff;
    padding: 0;
    line-height: 35px
}

.image-tools a.quick-view {
    font-size: 0
}

.image-tools a.quick-view:before {
    content: '\f06e';
}

a.add_to_cart_button:before,
.image-tools a.quick-view:before {
    font-size: 16px;
}

.product-small.box .image-tools {
    margin: 0 !important;
    display: inline-flex;
    flex-direction: column;
    grid-row-gap: 8px;
    top: 10px;
    right: 10px;
    left: unset;
    width: auto;
    bottom: unset;
    transform: translatex(45px) !important;
}

.product-small.box {
    overflow: hidden;
}

.product-small.col:hover .image-tools {
    transform: translatex(0) !important
}

/* END PRODUCT */

/* SECTION INTRO2 */
.bg-overlay:after {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.section-intro2 .block-content>.col-inner {
    display: flex;
    justify-content: center;
    align-items: end;
    padding: 20px 30px 20px 0;
    flex-direction: column;

}

.section-intro2 .block-content>.col-inner .text {
    max-width: 360px;
}

.section-intro2 .block-content .title-section {
    margin-bottom: 0;
    padding: 0 10px;
}

.section-intro2 .block-content .title-section h2 {
    line-height: 50px;
}

.section-intro2 .block-content .title-section p {
    line-height: 24px;
}

a.button.white.is-outline {
    height: 40px !important;
    border: 1px solid #fff;
    width: 140px;
    color: #fff !important;
    font-size: 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

a.button.white.is-outline:hover {
    background-color: var(--primary-color) !important;
    opacity: 0.8
}

.section-intro2 .block-content {
    flex-basis: 45%;
    max-width: 45%;
}

.section-intro2 .block-image {
    flex-basis: 55%;
    max-width: 55%;
}

.video-button-wrapper a {
    border: 2px solid #fff !important;
    width: 60px !important;
    height: 60px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex !important;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    z-index: 9;
    background-color: transparent !important;
	min-width: unset !important;
}

.video-button-wrapper a i {
    position: static;
}

a.button.outline-hover:hover {
    border-color: var(--primary-color) !important;
}

/* END INTRO2 */
/* FEEDBACK */
.slider-tes .large-2 {
    flex-basis: 20%;
    max-width: 20%;
}

.row-small.slick-slider .col {
    padding-left: 10px !important;
    padding-right: 10px !important
}

.slider-tes .content {
    background: #595959;
    position: relative;
    box-shadow: 0 8px 12px #cdcdcd;
    color: #fff;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 16px;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	min-height: 246px;
}

.slider-tes .content:before {
    content: '\f10d';
    color: var(--primary-color);
    font-size: 25px;
}

.slider-tes .content:after {
    background: #595959;
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    z-index: 99;
    width: 20px;
    height: 20px;
}

.slider-tes .icon-box .icon-inner {
    border-radius: 50%;
    overflow: hidden
}

.slider-tes .icon-box .icon-box-text h2 {
    text-align: center;
    font-weight: 300;
    font-size: 16px;
    text-transform: capitalize;
    color: #999;
    margin: 5px 0 0;
    font-family: "Roboto";
}

.slider-tes .icon-box-center .icon-box-img {
    margin-bottom: 10px !important;
}

.slider-tes .icon-box .icon-box-img img {
    padding: 0 !important;
}

.slider-tes .icon-box {
    margin-top: 20px !important
}

/* END FEEDBACK */

/* KHÁM PHÁ */
.section-khampha .title-section {
    margin: 0
}

.section-khampha .title-section h2 {
    font-size: 40px;
}

.section-khampha .title-section p {
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
}

/* END KHÁM PHÁ */
/* NEWS */
.section-news .post-item .col-inner {
    box-shadow: 0 8px 12px #cdcdcd;
    border: none;
    padding: 0;
}

.post-item .box-text {
    padding: 10px 15px 15px !important
}

.section-news .post-item .box-text .box-text-inner {
    display: flex;
    flex-direction: column
}

.post-item .box-text .post-title {
    order: 2
}

.post-item .box-text .post-meta {
    order: 1
}

.post-item .box-text .from_the_blog_excerpt {
    order: 3;
}

.post-item .box-text .post-title {
    font-size: 17px;
    min-height: 43px;
    font-weight: 600;
    margin: 10px 0;
    text-transform: uppercase;
    -webkit-line-clamp: 2;
}

.post-item .box-text .post-meta {
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    color: #999;
    opacity: 1;
}

.post-item .box-text .post-meta:before {
    content: '\f073';
    margin-right: 5px;
    font-style: normal;
}

.post-item .box-text .from_the_blog_excerpt {
    margin: 0 0 15px;
    font-size: 18px;
    -webkit-line-clamp: 3;

}

/* END NEWS */
/* NEWSLATE */
.section-newslate .block-form .col-inner {
    padding: 0 50px;
}

.section-newslate .block-form .title-section {
    margin-bottom: 0;
}

.section-newslate .block-form .wpcf7-text {
    width: 100%;
    height: 50px !important;
    font-size: 16px;
    padding-right: 100px !important;
    margin: 0 !important;
    border-radius: 99px;
    border: none
}

.section-newslate .block-form form {
    margin: 0;
    box-shadow: 0 10px 15px #cdcdcd;
    border-radius: 99px;
}

.section-newslate .block-form form .wpcf7-submit {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 99px 99px 0
}

/* END NEWSLATE */

/* FOOTER */
#footer {
    margin-top: 30px !important;
}

.title-block .section-title {
    margin: 13px 0 20px !important
}

.title-block .section-title-main {
    font-weight: 500;
    font-size: 20px;
}

.section-footer .company {
    margin-bottom: 5px !important
}

.section-footer .company i {
    color: #f62d3e;
    text-align: center;
    margin-right: 5px;
    width: 20px;
}

.section-footer .company {
    color: #fff
}

.section-footer .block-address .text {
    letter-spacing: 0.025em;
    margin-bottom: 15px !important;
    font-size: 16px;
}

.section-footer .block-address .text p {
    margin-bottom: 3px !important
}

.section-footer .ux-menu-link .ux-menu-link__link {
    color: #fff;
    margin-bottom: 5px;
}

.social-icons {
    display: flex;
}

.follow-icons a {
    margin: 0 10px 0 0 !important;
    color: #fff;
    display: inline-block;
    height: 40px !important;
    width: 40px !important;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-footer .follow-icons {
    margin-bottom: 20px !important
}

.absolute-footer {
    padding: 10px 0
}

.copyright-footer {
    color: #fff;
    font-size: 15px;
}

/* END FOOTER */

/* BREAKCRUMB */
.custom-breadcrumb .page-title-inner {
    display: flex;
    flex-direction: column;
    padding: 25px 15px !important;
}

.custom-breadcrumb .page-title-inner h1 {
    color: #111;
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.breadcrumb {
    margin: 0;
    font-size: 1em;
    padding: 4px 0;
    background-color: initial;
    border-radius: 0;
}

.breadcrumbs {
    padding: 4px 0;
    font-size: 16px;
    text-transform: none;
    font-weight: 500 !important;
    color: var(--primary-color);
}

.breadcrumbs a {
    color: #111;
    font-weight: 500 !important;
	margin-bottom: 3px !important;
	display: inline-block;
}

.breadcrumbs a:hover {
    color: var(--primary-color);
}

.breadcrumbs .divider {
    opacity: 1
}

/* BREAKCRUMB */

/* PAGE CONTACT */
.section-contact .address {
    font-weight: 400
}

.section-contact .block-form .wpcf7-text,
.section-contact .block-form textarea {
    display: block;
    width: 100%;
    min-height: 40px !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 18px;
    border: 1px solid #EAEBF3;
}

.section-contact .block-form textarea {
    height: 120px !important;
}

.section-contact .block-form .wpcf7-submit {
    border-radius: 5px;
    text-transform: none;
    padding: 0 40px !important;
    height: 40px !important
}

.section-contact .block-form .wpcf7-submit:hover {
    opacity: 0.8
}

/* END PAGE CONTACT */

/* ARHIVE SHOP */
.sidebar-inner .widget,
.post-sidebar .widget {
    margin: 0
}

.sidebar-inner .widget .widget-title,
.sidebar-inner .woof_container_inner h4,
.post-sidebar .widget .widget-title,
.post-sidebar .woof_container_inner h4 {
    display: block;
    margin: 0;
    background: #d4651f;
    padding: 8px 15px;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    line-height: 1.4;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 17px
}

.sidebar-inner .woof_container_inner .woof_list,
.widget_price_filter form,
.post-sidebar aside ul {
    margin-bottom: 30px !important;
    border: 1px solid #cdcdcd;
    padding: 10px !important;
    border-top: none;
}

#shop-sidebar .price_slider_amount .button {
    display: block;
    width: 100%;
    float: unset !important;
    position: absolute;
    bottom: 0;
    height: 40px;
    font-weight: 700;
    border-radius: 99px !important;
    font-size: 16px !important;
    background: var(--primary-color);
}

#shop-sidebar .price_slider_amount .price_label {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex: 1
}

#shop-sidebar .price_slider_amount .price_label span {
    flex: 1
}

#shop-sidebar .price_slider_amount .price_label span.from {
    text-align: left;
    position: relative
}

#shop-sidebar .price_slider_amount .price_label span.from:after {
    position: absolute;
    top: 50%;
    right: -10px
}

#shop-sidebar .price_slider_wrapper {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 40px;
    position: relative
}

#shop-sidebar .price_slider {
    margin: 25px 0 30px !important
}

#shop-sidebar .widget_price_filter .ui-slider .ui-slider-handle {
    height: 24px !important;
    width: 24px !important;
    top: -8px !important;
    background: #fff !important;
    border: solid 6px var(--primary-color) !important;
    margin-left: -5px !important
}

#shop-sidebar .widget_price_filter .ui-slider-horizontal {
    width: calc(100% - 25px);
    margin-left: 5px !important
}


#shop-sidebar .widget_price_filter .ui-slider-horizontal {
    height: 6px
}

#shop-sidebar .price_label span.from:after {
    content: '';
    width: 10px;
    height: 2px;
    background-color: #000;
    display: inline-block;
    margin: auto 5px;
    vertical-align: middle
}

.woof_list li:hover .woof_checkbox_label {
    color: var(--primary-color);
}

#sort-by {
    margin-bottom: 30px;
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}

#sort-by .sort-by-label {
    line-height: 38px;
    font-size: 18px;
    margin-right: 6px;
    font-weight: 500;
    margin: 0 10px 0 0;
}

#sort-by {
    position: relative;
    z-index: 22;
    display: flex;
    justify-content: end;
    align-items: center;
    width: 100%;
    flex: 1
}

#sort-by .sort-by-title {
    cursor: pointer;
    line-height: 38px;
    border-radius: 0;
    border: 1px solid #e5e5e5;
    padding: 0 20px;
    background-color: #fff;
    font-size: 16px;
    font-weight: 400;
    width: auto;
    padding: 0 10px 0 20px;
    margin: 0;
    position: relative;
}

#sort-by .sort-by-title .val {
    margin-right: 10px
}

#sort-by .sort-by-title i {
    font-size: 12px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%)
}

#sort-by .sort-by-container {
    max-width: 200px;
    position: relative;
    flex: 1;
}

#sort-by .quick-sort-block {
    margin: 0;
    list-style-type: none;
    display: none;
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    background-color: #fff !important;

}

#sort-by .quick-sort-block li {
    padding: 0 10px 0 20px;
    margin: 0;
    line-height: 38px
}

#sort-by .quick-sort-block li {
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 0 1px 1px
}

#sort-by .quick-sort-block li a {
    color: #222
}

#sort-by .quick-sort-block li:hover a {
    color: var(--primary-color)
}

#sort-by .sort-by-container:hover .quick-sort-block {
    display: block
}

.category-page-row .product-small.box {
    border: 1px solid #ddd;
}

.nav-pagination {
    margin: 0 !important;
    display: flex;
    align-items: center;
    margin-top: 20px !important
}

.nav-pagination li>* {
    height: 40px !important;
    width: 40px !important;
    border: 1px solid #e1e1e1 !important;
    border-radius: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    line-height: 40px !important
}

.nav-pagination li>*:hover,
.nav-pagination li>.current {
    border-color: var(--primary-color) !important;
}

/* END ARCHIVE SHOP */
/* ARHICE POST */
.post-sidebar .is-divider {
    display: none;
}

.post-sidebar aside ul .recent-blog-posts-li:first-child .recent-blog-posts {
    padding-top: 0
}

.post-sidebar aside ul .recent-blog-posts-li:last-child .recent-blog-posts {
    padding-bottom: 0
}

.post-sidebar aside ul .recent-blog-posts-li .flex-col.mr-half {
    margin-right: 10px;
}

.post-sidebar aside ul .recent-blog-posts-li .flex-col.mr-half .badge {
    width: 80px;
    height: 80px;
}

.post-sidebar aside ul .recent-blog-posts-li .flex-col>a {
    font-weight: 400;
    font-size: 16px;
    -webkit-line-clamp: 3;
}

.blog-wrapper {
    padding: 0 !important;
}

.blog-wrapper .post-item .box {
    display: flex;
}

.blog-wrapper .post-item .box-image {
    width: calc(100%/12*4);
}

.blog-wrapper .post-item .box-text {
    width: calc(100%/12*8);
    padding: 0 0 0 30px !important;
}

.blog-wrapper .post-item .box-text .post-title {
    font-size: 18px;
    line-height: 22px;
    text-transform: none;
    min-height: auto;
    margin: 0 0 5px;
    -webkit-line-clamp: 1;
}

.blog-wrapper .post-item .box-text .post-meta {
    font-style: normal;
    color: #333;
    font-weight: 400
}

.blog-wrapper .post-item .box-text .post-meta:before {
    color: var(--primary-color);
}

.blog-wrapper .post-item .from_the_blog_excerpt p {
    margin: 0
}

/* END ARCHIVE POST */

/* SINGLE POST */
.blog-single .entry-content {
    padding-bottom: 10px;
}

footer.entry-meta {
    margin-bottom: 15px;
}

footer.entry-meta,
.blog-share {
    border: none !important;
    display: flex;
    align-items: center;

}

footer.entry-meta * {
    font-size: 16px;
    display: inline-block
}

footer.entry-meta a {
    margin-left: 3px;
    font-weight: 400
}

footer.entry-meta label,
.blog-share label {
    margin: 0 5px 0 0;
    color: #333;
    font-weight: 500
}

.blog-share .share-icons {
    margin: 0 0 0 3px;
}

.blog-share .share-icons a {
    width: 30px;
    height: 30px !important;
    margin-right: 10px !important;
    line-height: unset !important;
    padding: 0;
    min-width: unset;
    display: flex;
    justify-content: center;
    align-items: center
}

.blog-share .share-icons a i {
    top: 0
}

.related-blog-title h2 {
    text-transform: uppercase;
    font-size: 20px;
    display: inline-block;
    border-bottom: 3px solid #2e3553;
    margin-bottom: -1px;
    width: auto
}

.related-blog-title {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.related-blogs .blog-item-name {
    padding-left: 15px;
    position: relative;
    margin-bottom: 0;
}

.related-blogs .blog-item-name i {
    font-size: 14px;
    color: #555;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translatey(-30%)
}

.related-blogs a {
    color: #333;
    font-size: 18px;
}

.related-blogs .blog-item-name:hover a,
.related-blogs .blog-item-name:hover i {
    color: var(--primary-color);
}

.blog-single {
    margin-top: 30px;
}

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

.blog-single .entry-header-text {
    padding-bottom: 20px;
}

.blog-single .custom-breadcrumb .page-title-inner {
    padding: 0 !important;
    min-height: unset;
    justify-content: end;
    margin-bottom: 15px;
}

.blog-single .custom-breadcrumb .page-title-inner .flex-col {
    width: 100%;
}

.blog-single h1 {
    font-size: 20px;
    color: #000
}

.blog-single .entry-meta {
    opacity: 1;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize
}
.back-to-top{
	min-height: unset !important;
}
body:not(.woocommerce-shop) .category-filtering{
	display: none;
}
/* END SINGLE POST */

/* SINGLE PRODUCT */
.sing-breab{
    padding: 25px 0 !important
}
.sing-breab .product-title{
    margin: 0;
    color: #111;
    position: relative;
    font-weight: 600;
    font-size: 24px;
}
.sidebar-inner .is-divider {
    display: none
}
.sidebar-inner .widget_products .product-title{
    font-size: 15px;
    color: #111;
    font-weight: 400;
}
.sidebar-inner .widget_products .product_list_widget a{
     margin: 0 !important
}
.sidebar-inner .widget_products span.amount{
    font-size: 14px;
    color: #d4651f;
}
.sidebar-inner .widget_products ins{
    margin-right: 5px;
}
.sidebar-inner .widget_products del span.amount{
    text-decoration: line-through;
    color: #999
}
.sidebar-inner .widget_products ul.product_list_widget li img{
    height: 65px;
    width: 65px;
}
.sidebar-inner .widget_products .product_list_widget{
    border: 1px solid #dedede;
    margin-bottom: 30px;
    padding: 0 10px;
}
.product-info{
    padding-top: 0
}
.product-info .product-title{
    color: #2e3553;
    font-size: 26px;
    font-weight: 700
}
.group-status{
    display: flex;
}
.group-status .first_status{
    color: #333
    display: inline-block;
    margin-right: 10px;
    font-size: 15px;
}
.group-status .first_status .status_name{
        color: #d4651f;
}
.product-info .price{
    margin: 10px 0 15px;
    font-size: 30px;
    line-height: 1.7
}
.product-info .price span.amount{
    color: var(--primary-color);
    font-weight: 400;
}
.product-info .social-icons a{
    width: 30px;
    height: 30px !important;
    margin-right: 5px !important;
    display: inline-block;
    padding: 0 !important;
    line-height: unset !important;
    min-width: unset;
}
.product-info .social-icons a i{
    font-size: 14px;
    top: 0
}
.woocommerce-tabs .wc-tabs li a:before{
    content: none !important
}
.woocommerce-tabs .wc-tabs{
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}
.woocommerce-tabs .wc-tabs li{
    display: inline-block;
    font-weight: 700;
    cursor: pointer;
    font-size: 100%;
    text-transform: uppercase;
    color: #333;
    position: relative;
    margin-right: 15px;
}
.woocommerce-tabs .wc-tabs li a{
    font-size: 16px;
}
.woocommerce-tabs .wc-tabs li:before {
    position: absolute;
    content: "";
    background: #d4651f;
    height: 2px;
    width: 100%;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: -1px;
}
.woocommerce-tabs .wc-tabs li:hover a, 
.woocommerce-tabs .wc-tabs li.active a{
    color: #d4651f;
}
.woocommerce-tabs .tab-panels{
    padding: 0;
}
.related-products-wrapper{
    border: none
}
.related-products-wrapper h3{
    padding: 0;
    margin: 0 0 30px;
    font-weight: 900;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    color: #111;
}
.product-info .price del span.amount{
    color: #adadad;
    font-size: 20px;
    text-decoration: line-through
}
.product-info .quantity > *{
    margin: 0 !important;
    height: 40px !important;
    padding: 0 !important;
    width: 40px !important;
    background-color: #fff !important
}
.product-info .quantity .qty{
    width: 60px !important;
    font-size: 15px;
    max-width: unset;
}
.product-info .single_add_to_cart_button{
    text-transform: none;
    font-size: 16px;
    height: 40px;
    margin: 0;
    font-weight: 500
}
.product-info .single_add_to_cart_button:hover{
    opacity: 0.8
}
.product-gallery .badge-container{
	display: none !important;
}
/* END SINGLE PRODUCT */
/* light box search */
#search-lightbox .search-field{
    background-color: transparent !important;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 20px;
}
#search-lightbox .search-field::placeholder{
        color: #fff
}
#search-lightbox .flex-col:last-child{
    position: absolute;
    right: 0;
    top: -5px;
}
#search-lightbox .flex-col:last-child .ux-search-submit{
    background-color: transparent;
    min-height: unset;
    border: none;
    line-height: unset;
}
#search-lightbox .flex-col:last-child .ux-search-submit i{
    font-size: 25px
}
a.button-continue-shopping{
	width: auto !important;
}
/* CSS TABLET */
@media (min-width: 549.1px) and (max-width: 849px) {}

@media (max-width: 849px) {

    /* CSS GLOWBAL */
    .off-canvas-left .mfp-content {
        width: calc(100vw - 65px);
		background-color: #f5f2eb;
    }
	.off-canvas .nav-vertical>li>a{
		color: #111;
	}
    /* END CSS GLOWBAL */
	.section-banner.is-full-height{
		min-height: 425px !important;
		height: 425px !important;
	}
	header .mobile-nav li a > i{
    font-size: 20px !important;
    color: #fff
}
	header .mobile-nav li a > i.icon-menu{
		font-size: 24px !important;
	}
	.banner-layers .text *{
		margin: 0 !important;
	}
	.banner-layers .text p{
		margin-top: 5px !important;
	}
	.title-section h2{
		font-size: 30px;
	}
		.title-mobile.title-section h2{
		margin: 0 !important;
	}
	.section-intro2 .title-section h2{
		font-size: 28px;
	}
	.section-intro2 .block-content>.col-inner{
		    padding: 20px 10px 20px 0;
	}
	.section-newslate .block-form .col-inner{
		padding: 0 10px 30px;
	}
	.section-newslate .block-form .title-section{
		text-align: center;
	}
		.blog-single .woocommerce-breadcrumb{
		text-align: left;
	}
	#sort-by{
		justify-content: start;
	}
	.section-single-post > .section-content > .row > .col-1{
    order: 1
}
.section-single-post > .section-content > .row > .col-2{
    order: 3
}
.section-single-post > .section-content > .row > .col-3{
    order: 2
}
}

/* CSS MOBILE */
@media (max-width: 549px) {
	#logo {
    width: 145px !important;
}
	.header-main {
    padding: 0 !important;
}
	.banner-layers .text h2 span{
		font-size: 20px !important;
	}
	.section-banner.is-full-height {
    min-height: 350px !important;
    height: 350px !important;
}
	.section-banner .banner{
		padding-top: 350px !important;
	}
	.title-section h2 {
    font-size: 24px;
}
	.no-mb-btn .flickity-button{
		display: none !important;
	}
	.col-center > .col-inner,
	.col-center > .col-inner .text{
		text-align: center !important;
	}
	.section-intro2 .block-content,
	.section-intro2 .block-image{
    flex-basis: 100%;
    max-width: 100%;
}
	.section-intro2 .block-content>.col-inner{
		align-items: center;
	}
	.section-intro2 .title-section h2 {
    font-size: 24px;
}
	.section-intro2 .block-image .img-inner{
		padding-top: 160px !important;
	}
	.video-button-wrapper a i{
		font-size: 30px !important;
	}
	.section-khampha .title-section h2 {
    font-size: 24px;
}
	.section-khampha .title-section p {
    font-size: 18px;
}
	.custom-breadcrumb .page-title-inner h1{
		font-size: 20px !important;
	}
	.blog-wrapper .post-item .box {
    display: block;
}
	.blog-wrapper .post-item .box-image,
	.blog-wrapper .post-item .box-text{
    width: 100%;
}
	.blog-wrapper .post-item .box-text {
    padding: 20px 0 0 !important;
		
}
		#sort-by{
		justify-content: center;
	}
	.product-small.col:nth-child(odd){
		padding-right: 7.5px !important;
	}
		.product-small.col:nth-child(even){
		padding-left: 7.5px !important;
	}
	.category-page-row{
		padding-top: 0 !important;
	}
	.sing-breab .product-title{
		font-size: 18px;
	}
	.sing-breab{
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.related-products-wrapper h3{
		 margin: 0 0 20px;
    	font-size: 22px;
	}
}