/*
Theme Name: Obelix Diamon
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');

:root {
    --header-font: "Josefin Sans", sans-serif;
    --body-font: "Josefin Sans", sans-serif;
    --icon-font: "fl-icons";
    --border-color: #d5d5d5;
    --primary-color: var(--fs-color-primary);
    --secondary-color: var(--fs-color-secondary);
}

body {
    font-family: var(--body-font) !important;
    font-weight: 400;
    font-size: 16px;
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.banner h1,
.banner h2 .heading-font,
.off-canvas-center .nav-sidebar.nav-vertical>li>a {
    font-family: var(--header-font) !important;
    font-weight: 600;
}

input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
select:focus,
textarea:focus {
    box-shadow: none;
}

a {
    color: #000;
}

.alt-font {
    font-family: var(--alt-font), sans-serif;
}

.header-vertical-menu:hover .header-vertical-menu__opener {
    background-color: black;
    color: white;
}

.section-title {
    line-height: 1.5;
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 400;
    position: relative;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border: none;
}

/* .button.alt,
.button.checkout,
.checkout-button,
.secondary {
    background-color: var(--fs-color-primary);
} */
.is-outline:hover,
.primary.is-outline:hover {
    border-color: transparent;
}

.widget.widget_categories>ul>li+li {
    border: none;
}

.widget .is-divider {
    display: none;
}

.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection,
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
    height: 2.5em;
}

.widget_search input[type="search"] {
    height: 2.6em;
}

.widget ul {
    margin: 10px 0;
}

.tagcloud {
    margin-top: 10px;
}

select {
    border-radius: 0;
}

.widget_search .flex-col:nth-child(2) {
    position: absolute;
    right: 0;
}

.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection,
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
    border: 1px solid;
}

.section-grey {
    background-color: rgb(253, 250, 234);
}

.box-blog-post .is-divider {
    height: 1px;
    /* display: none; */
    max-width: 34%;
    margin-bottom: 15px;
}

.post-title.is-large {
    font-size: 24px;
    font-weight: 500;
    line-height: 31px;
}

.section-title-normal {
    margin-bottom: 1rem
}

.section-title-normal span {
    margin: 0 17px;
    border: none;
    text-transform: uppercase;
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.section-title-normal.section-title span::after {
    border-bottom: 2px solid var(--secondary-color);
    content: "";
    transition: width .4s linear 0s;
    width: 50%;
    margin: 0 auto;
}


.grey-section .product-small {
    background: white;
    padding-top: 10px;
}

.dark .primary.is-link,
.dark .primary.is-outline,
.dark .primary.is-underline {
    color: white;
}

/*************** ADD CUSTOM CSS HERE.   ***************/
.button.is-outline {
    line-height: 2.26rem;
}

.header-nav-main.nav-left {
    justify-content: center !important;
}

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

.header-nav-main.nav-left>li::after {
    border-bottom: 1px solid var(--secondary-color);
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
    transition: width .4s linear 0s;
    width: 0;
}

.header-nav-main.nav-left li.current-dropdown.has-dropdown:before {
    opacity: 0 !important;
}

.header-nav-main.nav-left .nav-dropdown.nav-dropdown-default>li>a {
    border-bottom: none !important;
    font-size: 16px;
    color: #000;
}

.header-nav-main.nav-left .nav-dropdown.nav-dropdown-default>li>a:hover {
    color: var(--secondary-color);
}

.header-nav-main.nav-left .nav-dropdown {
    border: none !important;
}

.header-nav-main.nav-left li.current-dropdown>.nav-dropdown {
    transform: translateY(10px);
}

.header-nav-main.nav-left>li.current-menu-item::after,
.header-nav-main.nav-left>li:hover:after {
    left: 0;
    width: 100%;
}

.header-search-form {
    width: 85%;
}

.header-wrapper.stuck #wide-nav {
    display: none;
}

.form-flat input:not([type="submit"]) {
    background-color: #fff;
    border-radius: 0;
}

.box-text-products {
    text-align: center;
}

.row-solid .col:before {
    border-left: none;
}

.box-badge .box-text {
    padding: 0;
    bottom: 0;
    position: relative;
}

.box-category {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.box-category .box-text-inner {
    padding: 8px 0;
}

.banner-item {
    margin: 0 10px;
}

.star-rating span:before {
    color: var(--secondary-color);
}

.product-tab {
    display: flex;
    justify-content: center;
    gap: 20px;
    list-style: none;
}



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

.product .product-cat {
    font-size: 12px;
}

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

.product .add-to-cart-button a {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 700;
}

.trang-suc-cap-doi .col.large-6 {
    padding: 0;
}

.trang-suc-cap-doi .icon-box-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.trang-suc-cap-doi h3 {
    margin-bottom: 0;
}

.obl-post-list .cat-label {
    font-size: 12px;
}

.product-tab li.active a::after,
.product-tab li a:hover::after {
    width: 100%;
}

.product-small .box-text-products .product-title a {
    color: var(--fs-color-primary);
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5 !important;
    text-transform: capitalize;
}

.dark .product-small .box-text-products .product-title a,
.dark .price del .amount {
    color: white;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.product-small .box-text-products .product-title a:hover {
    color: var(--secondary-color);
}

span.amount {
    font-weight: 600;
    color: var(--secondary-color);
}

.box-blog-post .cat-label {
    /* color: #000; */
    /* background-color: #000; */
    padding: 6px 0px;
}

.box-text.text-center {
    padding-left: 0;
}

.box-blog-post .cat-label a {
    color: var(--secondary-color);
}

.from_the_blog_excerpt {
    font-size: 16px
}

/* .box-blog-post .from_the_blog_excerpt {
    font-size: 16px;
} */
.button.is-underline:before {
    left: 0;
    width: 100%;
}

footer,
.absolute-footer {
    border-top: 1px solid #e5e5e5;
}

.absolute-footer {
    color: #111;
}

footer .obl-menu-link {
    color: var(--primary-color);
}

footer .obl-menu-link:hover {
    color: var(--secondary-color);
}

.menu-secondary-container {
    display: none;
}

.shop-page-title .medium-text-center {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.quick-view {
    font-family: "fl-icons";
}

.shop-page-title .woocommerce-result-count {
    margin: 0;
}

.header-bottom {
    background-color: #fff !important;
}

.nav-dark .nav>li>a {
    color: var(--fs-color-primary);
    font-size: 13px;
}

.nav-dark .nav>li.active>a {
    color: #000;
}

.nav-dark .nav>li>a:hover {
    color: #000;
}

.nav-dark .nav>li>a:after {
    border-bottom: 2px solid;
    content: "";
    position: absolute;
    top: 96%;
    left: 0;
    width: 0;
    transition: width 0.3s;
}

.nav-dark .nav>li>a:hover:after,
.nav-dark .nav>li.active>a:after {
    width: 100%;
}

#post-list .entry-category {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #000;
    width: auto;
    padding: 10px;
}

#post-list .entry-category a {
    color: #fff;
}

.entry-category {
    opacity: 1;
}

#post-list footer.entry-meta {
    display: none;
}

#post-list .button {
    padding: 0.5em 1.2em;
}

.widget_search {
    /* padding: 20px; */
    /* background-color: #d8f2e7; */
}

.blog-archive .widget .is-divider,
.blog-single .widget .is-divider {
    display: none;
}

.blog-single .post-meta {
    display: flex;
    align-items: center;
}

.type-title {
    display: none;
}

.category-breadcrumb {
    margin-bottom: 30px;
}

#nav-below .nav-next,
#nav-below .nav-previous {
    padding: 0 15px;
}

.title-meta {
    margin-top: 20px;
}

.entry-meta {
    font-size: 13px;
}

.entry-content .more-link {
    font-size: 16px;
}

.blog-archive .badge,
.blog-single .badge,
.flatsome_recent_posts .badge {
    width: 4.8em;
    height: 4.8em;
}

.flatsome_recent_posts a:hover {
    color: var(--secondary-color)
}

.back-to-top {
    background: #eee !important;
}

.widget_price_filter form {
    margin: 25px 0;
}

.tagcloud a,
.post-tags a {
    color: var(--fs-color-primary);
    opacity: 1;
    border: 1px solid #e5e5e5;
    padding: 8px 15px 4px 15px;
    font-size: 16px !important;
    margin: 4px 10px;
    line-height: 1;
}

.tags-label {
    margin-bottom: 1rem;
}

.post-tags a:hover {
    background-color: var(--fs-experimental-link-color-hover);
    border-color: var(--fs-experimental-link-color-hover);
    color: #fff;
    opacity: 1;
}

.obl-post-list .button.is-underline:hover {
    color: var(--secondary-color);
}

.blog-banner {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-bottom {
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

.blog-header-wrapper {
    margin-top: 15px;
}

.blog-single .entry-category {
    background-color: #000;
    width: max-content;
    padding: 10px;
}

.blog-single .entry-category a {
    opacity: 1;
    color: #fff;
}

.blog-single .entry-header-text {
    padding: 0 0 15px;
}

.blog-single .post {
    margin: 40px 0 30px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.banner h1,
.banner h2 {
    color: var(--fs-color-primary);
}

.blog-single .breadcrumbs {
    font-size: 14px;
    margin-bottom: 10px;
}

.blog-banner h1 {
    color: var(--fs-color-primary);
    text-align: center;
}

.blog-header-wrapper .large-12.col {
    padding: 0 15px;
}

.post.has-post-thumbnail:hover .entry-image img {
    transform: scale(1.1);
}

.post.has-post-thumbnail .entry-image img {
    transition: transform 0.5s cubic-bezier(0, 0, 0.44, 1.18);
    width: 100%;
}

.post.has-post-thumbnail .entry-image a:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    transition: background-color 0.5s cubic-bezier(0, 0, 0.44, 1.18);
}

.post.has-post-thumbnail .entry-image {
    overflow: hidden;
}

.post.has-post-thumbnail:hover .entry-image a:after {
    background-color: rgba(0, 0, 0, 0.3);
}

#post-list .entry-meta {
    margin-bottom: 10px;
}

#post-list .entry-content {
    padding-top: 0;
}

#post-list a.plain {
    color: var(--fs-color-primary);
}

.author {
    color: var(--fs-color-primary);
    font-weight: 500;
}

.date-modified {
    font-weight: 500;
}

.shop-page-title .medium-text-center {
    width: auto;
}

.breadcrumbs {
    font-size: 16px;
    text-transform: capitalize;
    color: var(--secondary-color);
    display: flex;
}

.single-product .product-info .product-title {
    font-size: 32px;
}

.product-thumbnails .is-nav-selected a,
.product-thumbnails a:hover {
    border-color: rgba(0, 0, 0, 1);
}

.quantity {
    border: 1px solid rgba(0, 0, 0, 0.5);
    gap: 10px;
}

.single-product input[type="number"] {
    border: none;
    box-shadow: none;
}

.ux-quantity__button {
    background: unset !important;
    height: 100%;
    font-size: 16px;
}

.quantity .button.plus,
.quantity .button.minus {
    border-radius: 0 !important;
    border: none !important;
    font-size: 34px;
    font-weight: 200;
    line-height: 2px;
    height: 42px;
    width: 31px;
}

.single-product .ux-quantity__button:hover {
    background: unset !important;
    color: var(--fs-color-primary) !important;
    box-shadow: none !important;
}

.single-product .single_add_to_cart_button {
    background-color: var(--secondary-color);
}

.single-product .single_add_to_cart_button:hover {
    color: #fff !important;
    background-color: var(--primary-color);
}

.social-icons .icon {
    border-radius: 0 !important;
    border: none !important;
    color: var(--fs-color-primary);
}

.woocommerce div.summary .product_meta>span {
    color: var(--fs-color-primary);
    display: block;
    margin-bottom: 3px;
}

.product_meta>span span,
.product_meta>span a {
    color: var(--fs-color-primary);
    display: inline-block;
    font-weight: 400;
    margin: 0 1px;
}

.product_meta {
    font-size: 16px;
}

.product_meta a {
    color: var(--fs-color-primary);
    opacity: 0.8;
}

.stock-availability {
    margin-bottom: 15px;
}

.stock-label {
    color: var(--fs-color-primary);
}

.instock .stock-status {
    color: green;
}

.outofstock .stock-status {
    color: red;
}

.single-product .quick-buy-button {
    background-color: var(--primary-color);
    width: 60%;
    color: white;
    box-shadow: none;
    outline: none;
    border: none;
    transition: all ease 0.3s;
    margin: 0;
    min-width: 344px;
}

.single-product .quick-buy-button:hover,
.single-product .quick-buy-button:focus {
    background-color: var(--secondary-color);
    color: #fff !important;
}

.image-tools {
    top: unset !important;
    bottom: 5% !important;
}

.post-item .box-text {
    /* text-align: left; */
}

figcaption {
    text-align: center;
}

.post-category a {
    color: #000;
    padding: 5px;
}

.price del .amount {
    color: #000;
    font-weight: 300;
    font-size: 92%;
}

.price-wrapper .price {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}

.product-small .price-wrapper .price {
    justify-content: center;
}

.product-info .price-wrapper .price {
    justify-content: flex-end;
}

.post_single_page .post-info {
    margin-top: 20px;
}

.post_single_page .post-date {
    margin-bottom: 15px;
}

.post_single_page .post-thumbnail {
    margin-bottom: 20px;
}

.price_slider_amount .button {
    margin: 15px 0 !important;
    background-color: var(--fs-color-primary) !important;
}

.price_slider_amount .button:hover {
    background-color: var(--secondary-color) !important;
    color: #fff !important;
}

.widget_price_filter .price_slider_amount {
    align-items: flex-start;
}

.on-sale {
    background-color: #ffa965;
    border-radius: 0 !important;
}

.widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #ffffff;
    border: 1px solid;
    border-radius: 0;
}

.widget_price_filter .ui-slider .ui-slider-range {
    background-color: var(--fs-color-primary);
}

.widget_layered_nav_filters ul li.chosen a::after {
    content: "x";
    color: red;
    padding-left: 10px;
    font-size: 16px;
}

.kk-star-ratings {
    font-size: 14px;
    margin-bottom: 1rem;
}

.tab-panels .kk-star-ratings {
    display: none;
}

.share-icons::before {
    content: "Share:";
    color: var(--fs-color-primary);
    font-weight: 400;
}

.share-icons a {
    margin-bottom: 0;
}

.quantity input[type="number"] {
    border-color: transparent;
    box-shadow: none;
}

.shop_table tbody td {
    padding: 10px;
}

.woocommerce-mini-cart .quantity {
    border: none;
}

.product-category .box-image {
    border-radius: 999px;
}

.product-category .box-category {
    box-shadow: none;
}

.product-category .box-badge:hover .box-text {
    background-color: transparent;
}

.product-category .hover-dark:hover h5 {
    color: var(--fs-color-primary);
}

.product-category .hover-dark:hover h5 {
    color: var(--fs-color-primary);
}

.product-category h5:before {
    left: 0;
    width: 100%;
}

.product-category h5:before {
    background-color: currentColor;
    color: var(--fs-color-primary);
    bottom: 0;
    content: "";
    height: 2px;
    left: 30%;
    position: absolute;
    transition: all 0.3s;
    width: 0;
}

.badge-container .badge .badge-inner {
    font-size: 12px;
    padding: 6px;
}

.product-quick-view-container .quantity .button.plus:hover,
.product-quick-view-container .quantity .button.minus:hover {
    background: var(--secondary-color);
    color: #000;
    box-shadow: none;
}

.product-category .hover-dark:hover h5::before {
    color: var(--fs-color-primary);
    width: 40%;
}

#top-bar a {
    color: #fff !important;
}

.nav>li>a {
    font-family: var(--body-font);
}

.gt_float_switcher .gt-selected {
    background-color: var(--fs-color-primary) !important;
}

.gt_float_switcher .gt-selected .gt-current-lang {
    padding: 5px;
    font-weight: normal;
    font-size: 12px;
}

.gt_float_switcher .gt-selected .gt-current-lang {
    color: #fff !important;
}

.gt_float_switcher .gt_options {
    position: absolute !important;
    background: var(--fs-color-primary);
}

.gt_float_switcher img {
    display: none !important;
}

.gt_float_switcher .gt_options a {
    font-size: 12px;
}

.button i,
button i {
    top: 1.5px;
}

.product-gallery .image-tools.show-on-hover {
    top: 15%;
    right: 10%;
}

.product-gallery .image-tools {
    right: 12%;
}

.image-tools .wishlist-button:hover {
    background-color: var(--fs-color-primary);
    border-color: var(--fs-color-primary);
}

.product-small .image-tools.top.right.show-on-hover {
    top: 20%;
    right: 15.5%;
}

.product-small .wishlist-button {
    font-size: 1.2em;
}

.gt_float_switcher .gt_options a {
    color: #fff;
}

.menu-item-gtranslate>div {
    position: relative !important;
}

#gt_float_wrapper {
    height: 27px;
}

.gt_float_switcher .gt-selected .gt-current-lang {
    padding: 0 !important;
}

.wishlist-popup {
    display: none;
}

/* .gtranslate_wrapper {
    display: none;
} */
header .gtranslate_wrapper {
    display: block;
}

.nav-dark .nav-divided>li+li>a:after {
    border: none;
}

.gt_float_switcher .gt-selected .gt-current-lang {
    font-weight: normal !important;
}

.product-small .add-to-cart-grid .cart-icon strong:after {
    content: "\e94d" !important;
}

.product-small .wishlist-icon i {
    color: var(--fs-color-primary);
}

#menu-categories-menu {
    font-weight: 500;
}

.menu-item .nav-dropdown {
    font-weight: 500;
}

/* .header-nav input[type="search"] {
    height: 3.5em;
} */

.nav-pagination>li>a,
.nav-pagination>li>span {
    border: 1px solid #acacac;
    border-radius: 0;
    font-size: 1.3em;
    font-weight: normal;
    height: 2.5em;
    line-height: 2.5em;
    min-width: 2.5em;
}

/* start banner paralax */
.banner-paralax .row .col:not(:first-child) {
    border-left: 1px solid #777777;
}

/* end banner paralax */
/* start blog & product */
.box-text .button {
    margin-top: 0;
    text-transform: math-auto;
    font-size: 15px;
    /* min-height: 28px; */
    /* line-height: 20px; */
}

.obl-post-list .badge.top {
    left: 18px;
}

.obl-post-list .badge-inner {
    background-color: #fff;
    color: #000;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    font-size: 18px;
}

.obl-post-list .badge-inner .post-date-day {
    border-bottom: 1px solid rgb(196, 196, 196);
    display: block;
    width: 100%;
    font-weight: 400;
    padding-bottom: 2px;
}

.obl-post-list .badge {
    height: 3.8em;
    width: 3.8em;
}

.obl-post-list .badge-inner .post-date-month {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 8px;
}

.button.is-underline:before {
    background-color: #000;
    opacity: 1;
}

.dark .button.is-underline:before {
    background-color: #fff;
}

.post-title a:hover {
    color: var(--secondary-color);
}

.button.is-underline:hover::before {
    background-color: var(--secondary-color) !important;
}

.obl-post-list .post-title a {
    text-transform: capitalize;
    font-weight: 600;
}

.widget-title {
    display: block;
    width: 100%;
    padding: 15px 0 15px 14px;
    border-left: 3px solid #111111;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
}

.widget-title::after {
    content: "";
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
    position: absolute;
    top: 50%;
    margin-left: 10px;
    margin-right: 10px;
}

.blog-widget .widget-title {
    padding: 15px 0 15px 0px;
    border-bottom: 1px solid #e6e6e6;
    border-left: none;
}

.recent-blog-posts a {
    color: var(--primary-color);
}

.blog-widget .widget-title::after {
    border: none
}

.widget_product_categories>ul>li {
    border-top: none !important;
}

.widget_product_categories>ul>li a:hover {
    color: var(--secondary-color);
}

.image-tools a.button {
    display: inline-block;
}

.product-tabs li a {
    font-size: 18px;
}

.breadcrumbs a {
    color: #000;
}

.breadcrumbs a:last-child {
    color: var(--secondary-color);
}

.list_ul_engo_full {
    border: 1px solid #ebebeb;
    padding: 28px 17px;
    margin-bottom: 20px;
    position: relative;
    margin-top: 30px;
}

.list_ul_engo_full .title-list {
    color: #28af5b;
}

.list_ul_engo_full .title-list {
    font-size: 18px;
    margin: 0;
    font-weight: 600;
    display: inline-block;
    position: absolute;
    left: 49px;
    top: -11px;
    color: green;
    padding: 0 14px;
    background-color: #fff;
}

.list_ul_engo_full ul {
    margin-bottom: 0;
    padding-left: 0;
}

.list_ul_engo_full ul li {
    color: #28af5b;
}

.list_ul_engo_full ul li {
    color: green;
    list-style: none;
    padding-left: 15px;
    position: relative;
    text-align: left;
    line-height: 28px;
    text-transform: capitalize;
}

.list_ul_engo_full ul li:before {
    border-color: transparent transparent transparent #28af5b;
}

.list_ul_engo_full ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-width: 5px 7px;
    border-color: transparent transparent transparent green;
    border-style: solid;
}

.product_meta>span {
    border-top: 1px solid #ddd;
    padding: 15px 0;
}

.button.primary:hover {
    background: var(--secondary-color);
    color: #fff !important;
}

.obl-post-list .button.primary:hover {
    color: var(--secondary-color) !important;
}

.post-category a:hover,
.cat-item a:hover {
    color: var(--secondary-color);
}

.nav>li>a {
    color: #000;
}

/* end blog & product */

/* start footer */

footer h2.title {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

footer h2.title::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    left: 0;
    bottom: 0;
    background: var(--primary-color);
}

footer a:hover {
    color: var(--secondary-color);
}

footer section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

footer section .col:not(:first-child) {
    border-left: 1px solid #ddd;
}

footer section .col {
    padding: 15px 15px;
}

.absolute-footer .clearfix::after {
    display: none;
}

.absolute-footer .clearfix {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}

/* end footer */
/* start home banner */
.home-banner .banner-layers .fill::before {
    content: "";
    background: #c7a17a;
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    z-index: 1;
    opacity: 0;
    transition: all .3s;
}

.home-banner .banner:hover .banner-layers .fill:before {
    opacity: .65;
}

.home-banner .text-box {
    z-index: 1;
}

.home-banner .text-box .button {
    overflow: hidden;
}

.home-banner .text-box .button:hover {
    color: white !important;
}

.home-banner .text-box .button.is-underline:hover::before {
    background-color: white !important;
    animation: underline-link .8s cubic-bezier(.58, .3, .005, 1) 0s 1;
}

/* end home banner */


/* start grid-tool product */
.grid-tools a:hover:after,
.grid-tools a:hover *:after {
    color: #fff !important;
}

.grid-tools a:hover {
    background-color: var(--secondary-color) !important;
}

/* end grid-tool product */
.obl-post-list .cat-label a:hover {
    color: var(--primary-color);
}

.post-tags {
    display: inline-flex;
    align-items: center;
}

.post-tags .tags-label {
    margin-bottom: 0;
}

.category-page-row .sidebar-inner {
    padding-right: 30px;
}

.woocommerce-ordering,
.woocommerce-ordering select {
    background-color: transparent;
    border-color: transparent;
    cursor: pointer;
    border-bottom-color: grey;
}

.category-page-title [class*="col"] {
    padding-bottom: 0;
}

.page-title .entry-title {
    font-size: 50px;
}

.badge-container {
    margin: 14px 22px 0px;
}

.widget .current-cat>a {
    color: var(--secondary-color);
}

.accordion-title {
    transition: all 0s;
}

.accordion-title.active {
    color: var(--secondary-color) !important;
}

.breadcrumbs a:first-of-type {
    margin-left: 0;
    width: max-content;
}

@keyframes underline-link {
    0% {
        -webkit-transform: translateX(0);
        transform: translate(0)
    }

    50% {
        -webkit-transform: translateX(100%);
        transform: translate(100%)
    }

    50.01% {
        -webkit-transform: translateX(-100%);
        transform: translate(-100%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translate(0)
    }
}

@media only screen and (max-width: 48em) {

    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .single-product .quick-buy-button {
        width: 75%;
    }

    .trang-suc-cap-doi {
        padding: 15px;
    }

    .x0 {
        left: 20px;
    }

    .header-main li.html.custom {
        display: block;
    }

    .mobile-nav .gt_float_switcher {
        background-color: transparent !important;
    }

    .mobile-nav .gt_float_switcher .gt-selected {
        background-color: transparent !important;
    }

    .gt_float_switcher .gt-selected {
        background-color: rgba(0, 0, 0, 0.05) !important;
    }

    .gt_float_switcher {
        box-shadow: none !important;
    }

    .gt_float_switcher .gt-selected .gt-current-lang {
        color: var(--fs-color-primary) !important;
        font-size: 15px !important;
        font-weight: 700;
    }

    .gt-selected {
        padding: 5px 15px;
    }

    .gt_float_switcher .gt_options {
        background: rgba(0, 0, 0) !important;
    }

    .gt_float_switcher .gt_options a {
        color: #fff !important;
    }

    .wishlist-icon {
        display: none;
    }

    a.icon-remove,
    a.remove::after {
        content: "";
    }

    .page-title .entry-title {
        font-size: 38px
    }

    .mobile-sidebar .toggle i {
        font-size: 1.1em;
    }

    .shop-page-title .medium-text-center {
        display: block;
    }

    .home-banner .button {
        font-size: 16px
    }

    .absolute-footer .clearfix {
        justify-content: center;
    }
    
    .flickity-prev-next-button::before{
        font-size: 16px;
    }
}