/* Header */
ul#header-contact li a {
    display: inline-block;
    margin: 0 30px 0 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: inherit;
    color: #000;
    padding: 0;
}

div#top-bar {
    border-bottom: 1px solid #e5eaee;
}

ul#header-contact li a:after {
    display: none;
}

ul#header-contact li {
    margin: 0;
}

ul#header-contact li a i {
    color: var(--fs-color-secondary);
}
ul.nav.header-nav.header-bottom-nav li > a {
    font-size: 14px;
    display: inline-block;
    text-transform: inherit;
    font-family: "Oswald", sans-serif;
}

ul.nav.header-nav.header-bottom-nav li {
    margin: 0;
}

ul.nav.header-nav.header-bottom-nav {
    gap: 30px;
}
ul.nav.header-nav.header-bottom-nav li > a i.icon-angle-down {
    display: none;
}
div#top-bar .social-icons.follow-icons a {
    color: #000;
    font-size: 14px !important;
    margin-left: 10px !important;
}
.header-feature-item {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    margin-right: 50px;
}

.header-feature-icon {
    margin-right: 20px;
    font-size: 25px;
    line-height: 1;
}

.header-feature-item h6 {
    margin-bottom: 0;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    text-transform: inherit;
    font-family: "Rajdhani", sans-serif !important;
}

.header-feature-item a {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    font-family: "Oswald", sans-serif;
}
.header_options {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header_options .user_menu a {
    font-size: 20px;
}
.header_options a i:before {
    font-weight: bold;
}

.mini-cart-icon a {
    display: flex;
    align-items: center;
}

.mini-cart-icon a span.mini-cart-icon {
    font-size: 20px;
    position: relative;
    margin-right: 5px;
    line-height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
}

.mini-cart-icon a span.mini-cart-icon sup {
    font-size: 12px;
    font-weight: 600;
    height: 20px;
    width: 20px;
    line-height: 20px;
    background-color: var(--fs-color-secondary);
    color: #fff;
    text-align: center;
    border-radius: 100%;
    right: 8px;
    top: -8px;
    position: relative;
}

.mini-cart-icon h6 {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    line-height: 20px;
    font-weight: 700;
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
}

.mini-cart-icon h6 span.ltn__secondary-color {
    color: var(--fs-color-secondary);
}

.mini-cart-icon h6 span {
    font-weight: bold;
}
.header-main form.searchform {
    min-width: 500px;
}

.header-main form.searchform .search-field {
    height: 45px;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
    border: none;
}

.header-main form.searchform .search-field::placeholder {
    font-size: 16px;
}
ul.nav.header-nav.header-bottom-nav li.menu-item-has-children  ul {
    /* opacity: 1;
    visibility: visible; */
    left: 0;
    height: fit-content;
    min-height: max-content;
    max-height: 100px;
}
ul.nav.header-nav.header-bottom-nav li.menu-item-has-children > ul.sub-menu {
    top: 52px;
    min-width: 230px;
    padding: 15px 0;
    border-top: 5px solid var(--fs-color-secondary);
    transition: all ease 0.5s;
    transform: translateY(30px);
}
ul.nav.header-nav.header-bottom-nav li.menu-item-has-children:hover > ul.sub-menu{
    transform: translateY(0px);
}
ul.nav.header-nav.header-bottom-nav li.menu-item-has-children > ul.sub-menu li a {
    display: flex;
    align-items: center;
    line-height: 1;
    font-weight: 500;
    font-size: 14px;
    color: #000;
}

ul.nav.header-nav.header-bottom-nav li.menu-item-has-children > ul.sub-menu li:hover > a {
    color: var(--fs-color-secondary);
}ul.nav.header-nav.header-bottom-nav > li.menu-item-has-children  > a:after {
    content: "\f067";
    font-size: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 2px;
    top: -2px;
    position: relative;
}


/* Footer */
.absolute-footer {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.absolute-footer .footer-primary {
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
    width: 100%;
}

.absolute-footer .footer-primary .copyright-footer {
    line-height: 28px;
    color: #fff;
    font-size: 16px;
}

ul#menu-menu-footer {
    margin: 0;
    border: none;
    padding: 0;
}

ul#menu-menu-footer li a {
    line-height: 28px;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    color: #fff;
    text-transform: initial;
}
.absolute-footer .container {
    max-width: 1430px !important;
}

.footer-address ul {
    list-style: none;
    margin-bottom: 20px;
}
.footer-address ul li {
    margin: 0 !important;
    list-style: none;
    display: block;
    margin-top: 8px !important;
}

.footer-address ul li .footer-address-icon {
    float: left;
    margin-right: 15px;
}

.footer-address ul li p {
    margin: 0;
}

.ss_footer .social-icons.follow-icons a {
    font-size: 16px;
    color: #000;
}

.ss_footer .social-icons.follow-icons a:not(:last-child) {
    margin-right: 15px;
}

.footer_title h3 {
    font-family: "Oswald", sans-serif;
    margin-bottom: 25px;
    font-size: 18px;
}
.ss_footer .wpcf7-form-control.wpcf7-email {
    border: 2px solid;
    border-color: rgb(228 236 242);
    height: 65px;
    margin: 0;
}

.ss_footer button#Subscribe {
    padding: 0 18px;
    position: absolute;
    top: 0;
    margin: 0;
    height: 65px;
    width: 54px;
    border: none;
    background-color: var(--fs-color-secondary);
    color: #fff;
    right: 0;
}
.ss_footer .ux-menu a:before {
    position: absolute;
    content: "//";
    left: 0;
    top: 44%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    opacity: 0;
    visibility: hidden;
    margin-left: -20px;
    color: var(--fs-color-secondary);
}

.ss_footer .ux-menu a:hover:before {
    opacity: 1;
    visibility: visible;
    margin-left: 0;
}

.ss_footer .ux-menu a:hover {
    padding-left: 20px;
}

.ss_footer .ux-menu a {
    position: relative;
}
a#top-link {
    background-color: #f2f6f7;
    color: black;
    bottom: 70px;
    font-size: 20px;
    font-weight: 700;
    height: 40px;
    width: 40px;
    right: 3%;
    text-align: center;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
    border: none;
    min-width: 40px;
    min-height: 40px;
}

a#top-link i {
    line-height: 40px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-weight: bold;
    top: -5px;
    right: -0px;
}
/* Bread */
.ss_breadcrumb {
    margin-bottom: 90px;
    padding-top: 130px !important;
    padding-bottom: 130px !important;
}
.pad_none {
    padding-bottom: 0 !important;
}
.ss_breadcrumb .col-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ss_breadcrumb .bg.section-bg.fill.bg-fill.bg-loaded:after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .3s ease 0s;
    width: 100%;
    background: #071c1f none repeat scroll 0 0;
    opacity: 0.9;
}

.ss_breadcrumb .title_braed {
    font-size: 60px;
    font-weight: 500;
    line-height: 1;
    font-family: "Oswald", sans-serif;
}

.ss_breadcrumb .title_braed .sub {
    font-size: 16px;
    margin-bottom: 15px;
    color: var(--fs-color-secondary);
}

nav.rank-math-breadcrumb p {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}
nav.rank-math-breadcrumb p span.separator {
    margin: 0 10px;
    position: relative;
}

nav.rank-math-breadcrumb p span.separator:after {
    content: "";
    position: absolute;
    height: 10px;
    width: 2px;
    background-color: var(--fs-color-secondary);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
/* Blog */
.siderbar aside {
    margin-bottom: 40px;
    padding: 35px 30px 40px 35px;
    border: 2px solid #ededed;
}

.siderbar aside span.widget-title {
    position: relative;
    padding-left: 45px;
    font-size: 18px;
    margin-bottom: 35px;
    text-transform: capitalize;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    display: flex;
}

.widget .is-divider {
    display: none;
}

.siderbar aside span.widget-title:after,.siderbar aside span.widget-title:before {
    position: absolute;
    content: "";
    background-color: var(--fs-color-secondary);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.siderbar aside span.widget-title:after {
    width: 4px;
    height: 4px;
    left: 22px;
    border-radius: 100%;
}

.siderbar aside span.widget-title:before {
    width: 18px;
    height: 4px;
    border-radius: 25px;
}
.siderbar aside.widget_media_image {
    padding: 0;
}
.widget_tag_cloud .tagcloud a {
    display: inline-block;
    padding: 8px 24px 6px;
    font-size: 11px;
    text-transform: uppercase;
    background-color: #ebebeb;
    font-weight: 500;
    border: none;
    font-family: "Oswald", sans-serif;
}

.widget_search form.searchform {
    margin: 0;
}

.widget_search form.searchform .search-field {
    background-color: #fff;
    border: 2px solid;
    border-color: #e4ecf2;
    height: 65px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 20px;
    font-size: 16px;
    color: #000;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 0;
    padding-right: 40px;
    border-right: 0;
}

.widget_search form.searchform button.ux-search-submit {
    height: 65px;
    padding: 0 20px;
    color: #fff;
    border: 1px solid;
    background-color: var(--fs-color-secondary);
    border-color: var(--fs-color-secondary);
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.sider_new a:not(:last-child) {
    margin-bottom: 30px;
    border-bottom: 1px solid #e5eaee;
    padding-bottom: 30px;
}

.sider_new a {
    display: flex;
}

.sider_new .box {
    display: flex;
    gap: 20px;
}

.sider_new .box .box-image {
    width: 80px;
    min-width: 80px;
}

.sider_new .box .box-text {
    padding: 0;
}

.sider_new .box .box-text h5.post-title {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
}

.sider_new .box .box-text  .box-date {
    font-family: Oswald, sans-serif;
    font-size: 12px;
    margin-top: 4px;
    color: var(--fs-color-secondary);
}
.list_post .post_item:not(:last-child) {
    margin-bottom: 50px;
}

.list_post .post_item .box .box-text {
    padding: 30px;
    box-shadow: 0 5px 20px 0 rgba(23, 44, 82, 0.1);
}

.list_post .post_item .box .box-text .blog-meta {
    margin-bottom: 15px;
    display: flex;
    gap: 25px;
    position: relative;
    font-size: 14px;
    margin-top: 0;
    font-family: "Oswald", sans-serif;
}

.list_post .post_item .box .box-text .blog-meta i {color: var(--fs-color-secondary);}

.list_post .post_item .box .box-text h5.post-title {
    margin-bottom: 20px;
    font-size: 22px;
}

.list_post .post_item .box .box-text .excerpt {
    color: #434343;
    line-height: 150%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: auto;
}

.list_post .post_item .box .box-text .blog_bottom {
    border-top: 1px solid;
    border-color: #e5eaee;
    padding-top: 20px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-family: "Oswald", sans-serif;
}

.list_post .post_item .box .box-text .blog_bottom .box-date i {
    color: var(--fs-color-secondary);
}

.list_post .post_item .box .box-text .blog_bottom .btn {
    color: var(--fs-color-secondary);
}
/* Single */
.single_wrap {
    padding: 35px 30px 40px 35px;
    border: 2px solid #ededed;
}

.single_wrap .blog-meta {
    margin-bottom: 15px;
    display: flex;
    gap: 25px;
    position: relative;
    font-size: 14px;
    margin-top: 0;
    font-family: "Oswald", sans-serif;
}

.single_wrap .blog-meta i {
    color: var(--fs-color-secondary);
}

.single_wrap h1.single_title {
    margin: 20px 0;
}
/* Page contact */
.ss_contact form h3 {
    margin-bottom: 30px;
    font-size: 22px;
}

.ss_contact form  .form_group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.ss_contact form  .wpcf7-form-control {
    margin-bottom: 0px;
    background-color: #fff;
    border: 1px solid;
    border-color: #e4ecf2;
    height: 60px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 20px;
    font-size: 16px;
    position: relative;
    background: none;
}
.ss_contact form span.wpcf7-form-control-wrap:before {
    content: "\f063";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    color: var(--fs-color-secondary);
    z-index: 1;
}
.ss_contact form .wpcf7-form-control.wpcf7-textarea {
    margin: 30px 0;
}
.ss_contact form .wpcf7-form-control.wpcf7-submit {
    padding: 17px 40px;
    border: none;
    background: var(--fs-color-secondary);
    font-family: "Oswald", sans-serif;
    line-height: 1;
    text-transform: inherit;
    font-weight: 500;
}

.ss_contact form span.wpcf7-form-control-wrap[data-name=text-188]:before {
    content: "\f007";
}
.ss_contact form span.wpcf7-form-control-wrap[data-name=email-941]:before {
    content: "\f0e0";
}
.ss_contact form span.wpcf7-form-control-wrap[data-name=tel-358]:before {
    content: "\f095";
}
.ss_contact form span.wpcf7-form-control-wrap[data-name=textarea-520]:before {
    content: "\f303";
}
/* Product */
.product-images .image-tools.absolute.bottom.left.z-3 {
    display: none;
}

.woocommerce-product-gallery__wrapper.product-gallery-slider {
    border: 2px solid #f6f6f6;
}
.product-thumbnails.thumbnails .col.is-selected a {
    border: 1px solid var(--fs-color-secondary);
}
.product-thumbnails.thumbnails button.flickity-button {
    position: relative;
    opacity: 1 !important;
    left: 8px !important;
    height: 30px;
    width: 30px;
    border: 1px solid #e5eaee;
    min-height: 30px;
    margin-top: 10px;
    transform: initial;
}

.product-thumbnails.thumbnails button.flickity-button.flickity-prev-next-button.next {
    left: 20px !important;
}
.product_title p {
    font-family: Oswald, sans-serif;
    font-size: 14px;
    color: var(--fs-color-secondary);
    margin-bottom: 0;
}

.product_title h3 {
    margin-bottom: 30px;
    line-height: 1.4;
    font-size: 50px;
}

.related.related-products-wrapper.product-section {
    border: none;
}
.product_info  h1.product-title.product_title.entry-title {
    font-size: 22px;
    margin-bottom: 10px;
}
ul.product_mota {
    border-top: 1px solid #e1e6ff;
    padding: 20px 0;
    border-bottom: 1px solid #e1e6ff;
    font-size: 14px;
    list-style: none;
}

.product-short-description {
    font-size: 14px;
}
.custom_price span.sale_price bdi,
.custom_price>span.woocommerce-Price-amount.amount bdi,
.default-price-wrapper .custom_price .sale_price {
    color: #FE3E3E;
    font-size: 32px;
    font-weight: 700;
    line-height: 26px;
    /* 144.444% */
    letter-spacing: 0.09px;
}

.custom_price span.sale_price span.discount_percentage {
    margin-left: 6px;
    padding: 2px 4px;
    border-radius: 4px;
    background: #FFECEC;
    color: #FE3E3E;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
}

.custom_price span.regular_price {
    display: flex;
}

.custom_price span.regular_price,
.custom_price span.regular_price bdi {
    color: #78797B;
    font-size: 18px;
    line-height: 18px;
    /* 150% */
    margin-top: 5px;
}

.custom_price span.regular_price bdi {
    text-decoration: line-through;
    font-weight: 500;
}

.custom_price {
    display: flex;
    flex-flow: column;
    line-height: 1px;
    margin: 15px 0;
}

span.sale_price {
    display: flex;
    align-items: center;
}
.product_info button.single_add_to_cart_button,
button.button.buy_now_button {
    flex: 1;
    height: 48px;
    border-radius: 0px;
    background: var(--primary-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-transform: initial;
    margin: 0;
}
button.button.buy_now_button {
    background: var(--fs-color-secondary);
    color: #fff;
    margin-left: 10px !important;
}
button.button.buy_now_button {
    margin: 0;
}

.product_info .quantity.buttons_added input {
    height: 46px;
    background: none;
    border: none;
    box-shadow: none;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    max-height: 46px;
    min-height: 46px;
}

.product_info .quantity.buttons_added {
    border-radius: 0px;
    border: 1px solid #DBDBDB;
}
.wilish_share {
    border-bottom: 1px solid #e1e6ff;
    padding: 20px 0;
    display: flex;
    align-items: center;
    gap: 20px;
}

.wilish_share a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
    font-size: 14px;
}
.ltn__social-media {
    border-bottom: 1px solid #e1e6ff;
    padding: 20px 0;
}

.ltn__social-media ul {
    list-style: none;
    margin: 0;
    display: flex;
    gap: 20px;
    font-size: 14px;
    font-weight: 600;
}

.ltn__social-media ul li {
    margin: 0 !important;
}

.ltn__social-media ul li a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.ltn__safe-checkout {
    padding-top: 20px;
}

.ltn__safe-checkout .methods-of-payment img {
    width: 45px;
}
.woocommerce-tabs ul.tabs {
    border-bottom: 2px solid #e5eaee;
}

.woocommerce-tabs ul.tabs a {
    padding: 15px 0;
    font-weight: 700;
    color: #000;
    font-size: 14px;
    text-transform: inherit;
    position: relative;

}

.woocommerce-tabs ul.tabs .active a:after, .woocommerce-tabs ul.tabs li:hover a:after {
    bottom: -2px;
    height: 2px;
    top: auto;
    position: absolute;
    content: "";
    width: 100%;
    background-color: var(--fs-color-secondary);
}

.woocommerce-tabs ul.tabs a:before {
    display: none;
}
.product-small.box {
    border: 2px solid #f6f6f6;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.product-small.box:hover {
    box-shadow: 0 16px 32px 0 rgba(7, 28, 31, 0.1);
}

.product-small.box .box-text {
    padding: 15px;
}

.product-small.box .box-text a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 8px;
}
.product-small.box .price-wrapper {
    font-size: 18px;
    font-weight: bold;
}

.product-small.box .price-wrapper span {
    font-weight: bold;
    color: var(--fs-color-secondary);
}

.product-small.box .price-wrapper del span {
    color: #272727;
}
.woocommerce_add {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    z-index: 1;
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: center;
}

.woocommerce_add ul {
    margin: 0;
    padding: 0;
    display: inline-flex;
    -webkit-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
    list-style: none;
    margin: 0;
}

.woocommerce_add ul li {
    margin: 0 !important;
}

.woocommerce_add ul li a {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 14px;
    text-align: center;
    float: left;
    margin-right: 0;
    margin-top: 0;
    list-style: none;
    border-right: 1px solid #d1dae0;
    background: #fff;
}

.woocommerce_add ul li a:hover {
    background-color:  var(--fs-color-secondary);
    color: #fff;
}

.product-small.col > .col-inner:hover .woocommerce_add {
    top: 50%;
    opacity: 1;
    visibility: visible;
}
.badge-container.absolute.left.top.z-1 {
    top: 15px;
    right: 18px;
    left: auto;
    margin: 0;
}

.badge-inner.secondary.on-sale {
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    padding: 1px 15px;
    text-transform: uppercase;
    height: 25px;
    align-items: center;
    position: relative;
}

.callout.badge.badge-square {
    height: 25px;
}
.custom_price .sale_price span {
    color: #FE3E3E;
    font-size: 32px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.09px;
}
.badge-inner.secondary.on-sale:after {
    position: absolute;
    content: "";
    bottom: -8px;
    left: 0;
    border-left: 8px solid var(--fs-color-secondary);
    height: 0;
    border-bottom: 8px solid transparent;
}
.wilish_share.active_wilish svg path {
    fill: var(--fs-color-secondary);
    stroke: var(--fs-color-secondary);
}
/*  */
.devvn-popup-content-left {
    width: 100%;
    padding: 0;
}

.devvn-popup-prod {
    margin: 0;
}

.devvn-popup-img {
    width: 50%;
}

.devvn-popup-info {
    vertical-align: top;
}
span.devvn_title {
    margin-bottom: 15px !important;
    display: flex;
}

.devvn_prod_variable a.contact_to_buy_ajax, .devvn_prod_variable .single_add_to_cart_button {
    display: block !important;
    margin: 0;
    border-radius: 4px;
}

.devvn_prod_variable .quantity {
    padding: 0;
    border-radius: 4px !important;
    overflow: hidden;
}

a.deatail {
    display: inline-block;
    border-bottom: 1px solid var(--primary-color);
}
a.devvn_buy_now.devvn_buy_now_ajax span.atc-text {
    height: 18px;
    overflow: hidden;
    opacity: 0;
    font-size: 0;
    visibility: hidden;
    width: 0;
    padding: 0;
}

a.devvn_buy_now.devvn_buy_now_ajax span.bd-cart {
    margin: 2px;
    width: 24px;
    display: flex;
    height: 24px;
    background: var(--primary-color);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    position: relative;
}
.devvn-popup-prod button.single_add_to_cart_button.button.alt {
    text-transform: inherit;
    margin-top: 5px;
}

.devvn-popup-prod button.button.buy_now_button {
    display: none;
}

.devvn-popup-prod .wilish_share, .devvn-popup-prod .ltn__social-media {
    padding: 10px 0;
}


div#shop-sidebar aside {
    padding: 15px;
    border: 2px solid #ededed;
}

div#shop-sidebar aside span.widget-title.shop-sidebar {
    position: relative;
    padding-left: 45px;
    font-size: 18px;
    margin-bottom: 35px;
    text-transform: capitalize;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    display: flex;
}



div#shop-sidebar aside span.widget-title.shop-sidebar:after,div#shop-sidebar aside span.widget-title.shop-sidebar:before {
    position: absolute;
    content: "";
    background-color: var(--fs-color-secondary);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}
div#shop-sidebar aside span.widget-title.shop-sidebar:after {
    width: 4px;
    height: 4px;
    left: 22px;
    border-radius: 100%;
}
div#shop-sidebar aside span.widget-title.shop-sidebar:before {
    width: 18px;
    height: 4px;
    border-radius: 25px;
}
div#shop-sidebar ul.product-categories li {
    margin: 0 !important;
}

div#shop-sidebar ul.product-categories li a {
    line-height: 21px;
    font-weight: 500;
    position: relative;
    display: inline-flex;
    align-items: center;
    padding-left: 25px;
}

div#shop-sidebar ul.product-categories li a:before {
    content: "";
    display: inline-flex;
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    margin-right: 10px;
    border-radius: 2px;
    position: absolute;
    left: 0;
}
div#shop-sidebar ul.product-categories li.active a:before {
    border-color: #0075ff;
    background: #0075ff;
}
div#shop-sidebar ul.product-categories li a::after{
    position: absolute;
    left: 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f00c";
    background: none;
    border: none;
    height: 15px;
    width: 15px;
    font-size: 12px;
    padding: 2px;
    color: #fff;
    z-index: 1;
    top: 5px;
}
div#shop-sidebar ul.product-categories li ul.children {
    display: none !important;
}

div#shop-sidebar ul.product-categories li button.toggle {
    display: none !important;
}

div#shop-sidebar .widget>ul>li+li{
    border-top: none !important;
}
div#shop-sidebar ul {
    list-style: none;
    margin: 0;
}

div#shop-sidebar ul li:not(:last-child) {
    margin-bottom: 8px !important;
}

div#shop-sidebar ul li.woocommerce-widget-layered-nav-list__item.wc-layered-nav-term {
    line-height: 21px;
}

div#shop-sidebar ul li.woocommerce-widget-layered-nav-list__item.wc-layered-nav-term a {
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    text-decoration: initial !important;
}
div#shop-sidebar ul li a:after {
    content: "";
    display: inline-flex;
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    margin-right: 10px;
    border-radius: 2px;
    position: absolute;
    left: 0;
}

div#shop-sidebar ul li.woocommerce-widget-layered-nav-list__item.wc-layered-nav-term a {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding-left: 25px;
}
div#shop-sidebar ul li.woocommerce-widget-layered-nav-list__item.wc-layered-nav-term.chosen a:before {
    position: absolute;
    left: 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f00c";
    background: none;
    border: none;
    height: 15px;
    width: 15px;
    font-size: 12px;
    padding: 2px;
    color: #fff;
    z-index: 1;
}

div#shop-sidebar ul li.woocommerce-widget-layered-nav-list__item.wc-layered-nav-term.chosen a:after {
    border-color: #0075ff;
    background: #0075ff;
}
form.woocommerce-ordering select.orderby {
    height: 40px;
    margin: 0;
    border-radius: 4px;
}
.archive_oder {
    margin-bottom: 20px;
    text-align: right;
}
/* Cửa hàng */
.dvls_maps_wrap,
.dvls_maps_wrap * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dvls_maps_wrap option {
    text-transform: capitalize;
}

.dvls_maps_col .btn {
    border: 0;
    background: #4c4c4c;
    height: 35px;
    padding: 0 15px;
    border-radius: 3px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}

.dvls_maps_wrap:after,
.dvls_maps_row:after,
.dvls_maps_col:after,
.dvls_maps_3col:after {
    content: '';
    display: table;
    clear: both;
}

.dvls_maps_header_left {
    float: left;
    overflow: hidden;
    font-size: 20px;
    line-height: 35px;
    text-transform: none;
    font-weight: 300;
}

.dvls_maps_header_right {
    overflow: hidden;
}

.dvls_maps_wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGCAYAAAARx7TFAAAAVklEQVQImX3KQQ3AIBBE0bkjBTHIwUF9sBI2+4VgAwscyqUH0tD+ZC6TJ6AD98+63D0D4wMMd8+SJKAA8wUmULQXEXVHEVF1CmgPakcgSWaWgMvM0v4v8Btn7NLEpSUAAAAASUVORK5CYII=") right 10px center no-repeat #FFF !important;
    border: 1px solid #d9d9d9;
    background: #fff;
    border-radius: 3px;
    padding: 0 10px;
    height: 35px;
    width: 100%;
}

.dvls_maps_col {
    padding: 0 5px;
    width: 100%;
}

.dvls_maps_3col {
    margin: 0 -5px;
}

.dvls_maps_header_right {
    padding-left: 15px;
}

.dvls_maps_3col .dvls_maps_col {
    width: 33.333%;
    float: left;
}

.dvls_maps_wrap input.dvls-submit {
    border: 0;
    background: #4f1c78;
    height: 35px;
    padding: 0 15px;
    border-radius: 3px;
    color: #fff;
}

.dvls_maps_wrap .dvls_near_you {
    margin: 10px 0 0;
    display: inline-block;
}

.dvls_maps_sidebar {
    float: left;
    width: 350px;
    position: absolute;
    top: 0;
    left: 0;
    height: 98.5%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 2;
    padding-right: 30px;
}
.dvls_maps_main iframe {
    width: 100%;
    border-radius:5px;
}
.dvls_maps_main {
    overflow: hidden;
    padding-left: 350px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.dvls_maps_body {
    position: relative;
}

div#dvls_maps {
    width: 100%;
    height: 500px;

}

.dvls_result_thumb {
    width: 80px;
    float: left;
    margin: 0 10px 0 0;
}

.dvls_result_infor {
    overflow: hidden;
}

.dvls_maps_wrap .dvls_result_infor h3 {
    margin: 0 0 5px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
}
.dvls_result_wrap .dvls_result_item:hover *, .dvls_result_wrap .dvls_result_item.bg-active * {
    color: #fff;
}
.dvls_result_infor p {
    margin: 0 0 5px;
}

.dvls_result_item {
    padding: 5px 10px;
    line-height: 24px;
    cursor: pointer;
    margin-bottom: 10px;
    margin: 0 10px 10px 0;
    border-radius: 10px;
    border: 2px solid var(--primary-color);
    font-size: 14px;
}

.dvls_result_wrap .dvls_result_item:hover,
.dvls_result_wrap .dvls_result_item.bg-active {
    background: var(--primary-color);
}
.d-none {
    display: none !important;
}
.dvls_result_wrap {
    display: flex;
    flex-flow: column;
    gap: 10px;
}
/* Danh mục sản phẩm */
.category-menu-title h2 {
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 45px;
    margin: 0;
    overflow: hidden;
    padding: 5px 20px;
    position: relative;
    text-transform: uppercase;
    background-color: #f2f6f7;
}

.category-menu-title h2:after,.category-menu-title h2:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
    font-size: 14px;
    top: 1px;
    position: relative;
}

.category-menu-title h2:after {
    content: "\f0dd";
    float: right;
    position: relative;
    top: -2px;
}

.category-menu-title h2:before {
    content: "\f0c9";
    float: left;
    margin-right: 10px;
}
ul#cat_menu {
    margin: 0;
    border: 1px solid #e5eaee;
}

ul#cat_menu li {
    font-size: 13px;
}

ul#cat_menu li a {
    padding: 10px 5px;
    font-size: 13px;
}
.ss_banner .banner_title h4 {
    font-size: 18px;
    color: var(--fs-color-secondary);
    margin-bottom: 15px;
}

.ss_banner .banner_title h2 {
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 1.4;
}

a.button.secondary {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 40px;
    font-family: Oswald, sans-serif;
    line-height: 30px;
}
.ss_banner .icon-box .icon-box-text h3 {
    margin-bottom: 5px;
    font-size: 16px;
}

.ss_banner .icon-box .icon-box-text p {
    font-size: 14px;
}
h3.section-title {
    border: none;
    margin: 0;
}

h3.section-title span.section-title-main {
    margin: 0;
    border: none;
    padding: 0;
    font-size: 24px;
}

h3.section-title a {
    background: var(--primary-color);
    color: #fff;
    padding: 5px 15px;
}
.ss_danhmuc .icon-box  ul {
    list-style: circle;
    font-size: 14px;
    margin: 0;
}

.ss_danhmuc .icon-box a.button.primary.is-link {
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: underline !important;
    font-weight: 500;
}
a.btn.btn-effect-4.btn-white {
    padding: 17px 40px;
    font-size: 16px;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
    background: #fff;
    display: inline-block;
    position: relative;
    z-index: 1;
}
a.btn.btn-effect-4.btn-white:after {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--fs-color-secondary);
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

a.btn.btn-effect-4.btn-white:hover:after {
    width: 100%;
}

a.btn.btn-effect-4.btn-white:hover {
    color: #fff;
}
.ss_bottom .col_item  > .col-inner {
    display: flex;
    gap: 40px;
    box-shadow: 0 16px 32px 0 rgba(7, 28, 31, 0.1);
}

.ss_bottom .col_item .icon-box .icon-box-text h3 {
    font-size: 16px;
    margin-bottom: 5px;
}

.ss_bottom .col_item .icon-box .icon-box-text p {
    font-size: 15px;
}

.ss_bottom .col_item .icon-box {
    align-items: center;
    position: relative;
}

.ss_bottom .col_item .icon-box:not(:last-child):after {
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 50%;
    width: 1px;
    background-color: #e5eaee;
    position: absolute;
    right: -20px;
}
/* Pc      --------------------------------------------- */
@media(min-width: 766px){

}
@media (min-width: 1023px){
  

}
@media (max-width: 1024px){

}
@media (min-width: 990px) and (max-width: 1100px){

}
/*************** ------------------------PC và Tablet  --------------------------  ***************/
@media (min-width: 740px){
    div#menu_bar{
        display: none;
    }
}
/*************** ------------------------Tablet  --------------------------  ***************/
@media (min-width: 740px) and (max-width: 1023px){

div#wide-nav.hide-for-medium,div#wide-nav .hide-for-medium {
    display: flex !important;
}
div#wide-nav {
    min-height: 50px;
}

div#masthead .hide-for-medium.flex-left {
    display: block !important;
}

.header-main li.html.custom {
    display: block !important;
}

.header-main form.searchform {
    min-width: 300px;
}

.mini-cart-icon h6 {
    display: none;
}

.header-feature-item {
    margin-right: 10px;
}
li.header-search {
    display: none !important;
}
div#wide-nav .flex-col.show-for-medium.flex-grow {
    display: none;
}
}
@media (max-width:990px){

}
/*************** ------------------------Mobile và Tablet --------------------------  ***************/
@media (max-width: 1023px){
    .ss_breadcrumb .title_braed {
        font-size: 40px;
    }
    
    .ss_breadcrumb .title_braed .sub {
        font-size: 14px;
    }
    
    nav.rank-math-breadcrumb p {
        font-size: 14px;
    }
    
    .ss_breadcrumb {
        margin-bottom: 30px;
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    .list_post {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 30px;
    }
    .woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content {
        padding: 0;
    }
    .ss_bottom .col_item > .col-inner {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

 /*************** ------------------------ Mobile   --------------------------  ***************/
@media screen and (max-width: 549px){

    div#menu_bar {
        position: absolute;
        top: 0;
        background: #fff;
        z-index: 99999;
        -webkit-box-shadow: 0 1px 8px #555555;
        -moz-box-shadow: 0 1px 8px #555555;
        -o-box-shadow: 0 1px 8px #555555;
        box-shadow: 0 1px 8px #555555;
        top: 0;
        left: 0;
        width: 280px;
        height: 100vh;
        transform: translateX(-350px);
        transition: .5s;
    }

    div#menu_bar.scroll-menu {
        transform: translateX(0);
        transition: .5s;
    }
    div#menu_bar {
        padding: 20px;
    }
    div#menu_bar .bar_close {
        text-align: center;
        padding: 10px;
        color: #000;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        position: absolute;
        right: 0;
        height: 40px;
        width: 40px;
        top: 0;
        background: #ededed;
    }

    div#menu_bar .bar_close i.fa.fa-times {
        font-size: 16px;
    }

    div#menu_bar ul#header_menu>li {
        border: none;
        position: relative;
        margin: 0
    }

    div#menu_bar ul#header_menu>li:not(:last-child) {
        border-bottom: 1px solid #ffffff;
    }

    
    div#menu_bar ul#header_menu>li>a {
        display: block;
        color: #000;
        font-size: 14px;
        font-weight: 400;
        padding: 7px 10px 7px 0;
        text-transform: uppercase;
        font-family: "Oswald", sans-serif;
    }

    div#menu_bar ul#header_menu>li button.toggle {
        position: absolute;
        right: 0;
        margin: 0;
        opacity: 1;
        color: #000;
        top: 3px
    }

    div#menu_bar ul.sub-menu {
        border: none;
        padding: 0;
        margin: 0
    }

    div#menu_bar ul.sub-menu li a {
        color: #000;
        font-size: 14px;
        height: 34px;
        display: flex;
        align-items: center;
        position: relative
    }

    div#menu_bar ul.sub-menu li a::before {
        content: "\f0da";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        margin-right: 5px;
        font-size: 14px;
        color: #000;
    }

    div#menu_bar ul.sub-menu li {
        list-style: none;
        margin: 0;
        position: relative;
    }

    div#menu_bar ul#header_menu button.toggle:after {
        content: "\f067";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        margin-right: 5px;
        font-size: 12px;
        color: #000;
        top: 50%;
        position: absolute;
        left: 50%;
        margin: 0;
        width: 13px;
        height: 13px;
        transform: translate(-50%, -50%)
    }

    div#menu_bar i.icon-angle-down {
        display: none
    }

    div#menu_bar ul#header_menu button.toggle {
        width: 30px;
        min-height: 30px;
        height: 30px;
        -webkit-transition: transform .3s ease-out;
        -moz-transition: transform .3s ease-out;
        transition: transform .3s ease-out;
        right: 5px
    }

    div#menu_bar ul#header_menu .active>.toggle {
        transform: rotate(-180deg);
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg)
    }

    div#menu_bar ul#header_menu ul.sub-menu {
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        max-height: 0;
        -webkit-transition: max-height .3s, -webkit-transform .3s;
        transition: max-height .3s, -webkit-transform .3s;
        -o-transition: max-height .3s, transform .3s;
        transition: max-height .3s, transform .3s;
        transition: max-height .3s, transform .3s, -webkit-transform .3s;
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        overflow-y: hidden;
        display: block!important;
        padding-left: 15px!important
    }

    div#menu_bar ul#header_menu li.active>ul.sub-menu {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        max-height: 100vh
    }

    html.js.active body {
        overflow: hidden;
    }
    div#menu_bar ul#header_menu {
        padding-bottom: 15px;
        border-bottom: 1px solid #eee;
        border-top: 1px solid #eee;
        margin-top: 15px;
        margin-bottom: 15px;
        padding-top: 15px;
    }
    .mobile-menu-toggle.rotate-mb svg path#top, .mobile-menu-toggle.rotate-mb svg path#bottom{
        stroke-dasharray: -650px;
    stroke-dashoffset: -650px;
    }
    .mobile-menu-toggle.rotate-mb svg path#middle{
        stroke-dasharray: 1px 220px;
        stroke-dashoffset: -115px;
    }
    .footer-address ul li p {
        font-size: 14px;
    }
    
    .footer_title h3 {
        margin-bottom: 10px;
    }
    
    .ss_footer .ux-menu a {
        font-size: 14px;
    }
    
    .ss_footer .wpcf7-form-control.wpcf7-email {
        height: 50px;
    }
    
    .ss_footer button#Subscribe {
        height: 50px;
    }
    .absolute-footer .footer-primary {
        flex-flow: column-reverse;
        gap: 10px;
    }
    
    .absolute-footer .footer-primary .copyright-footer {
        font-size: 14px;
    }
    ul#header-contact li a {
        font-size: 12px;
        margin: 0;
    }
    
    ul#header-contact {
        gap: 10px;
    }
    
    div#top-bar {
        padding: 5px 0;
    }
    .header-main li.html.custom{
        display: block !important;
    }
    .mini-cart-icon h6{
        display: none;
    }
    li.header-search.header-search-dropdown a {
        color: #000;
        font-size: 16px;
    }
    div#wide-nav {
        height: 50px;
        min-height: 50px;
        background: none;
        margin-bottom: 0px;
    }
    
    .mobile-menu-toggle {
        display: flex;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border: 1px solid rgb(229 234 238);
        padding: 2px 10px;
        margin-right: 0;
    }
    
    li.html.custom.html_top_right_text {
        width: 100%;
    }
    
    .mobile-menu-toggle span.iconmb {
        width: 24px;
        height: 32px;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        color: #333;
        margin-left: auto;
    }
    
    .mobile-menu-toggle span.iconmb svg path {
        -webkit-transition: stroke-dashoffset .5s cubic-bezier(.25,-.25,.75,1.25), stroke-dasharray .5s cubic-bezier(.25,-.25,.75,1.25);
        -o-transition: stroke-dashoffset .5s cubic-bezier(.25, -.25, .75, 1.25), stroke-dasharray .5s cubic-bezier(.25, -.25, .75, 1.25);
        transition: stroke-dashoffset .5s cubic-bezier(.25,-.25,.75,1.25), stroke-dasharray .5s cubic-bezier(.25,-.25,.75,1.25);
        fill: none;
        stroke: #333;
        stroke-dashoffset: 0;
        stroke-linecap: round;
        stroke-width: 30px;
    }
    
    .mobile-menu-toggle span.iconmb svg {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 50px;
        height: 60px;
        margin-top: -2px;
        margin-left: -2px;
        cursor: pointer;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
    }
    
    .mobile-menu-toggle svg path#middle {
        stroke-dasharray: 240px 240px;
    }
    
    .mobile-menu-toggle svg path#top, .mobile-menu-toggle svg path#bottom {
        stroke-dasharray: 240px 950px;
    }
    ul.list_ac {
        list-style: none;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #eee;
    }
    
    ul.list_ac span.utilize-btn-icon {
        width: 50px;
        display: inline-block;
        height: 50px;
        border: 2px solid rgb(229 234 238);
        line-height: 46px;
        text-align: center;
        margin-right: 10px;
    }
    
    ul.list_ac  a {
        font-size: 14px;
    }
    div#menu_bar .social-icons.follow-icons a {
        background-color: rgb(242 246 247);
        color: #000;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-bottom: 10px;
    }
    .ss_breadcrumb .col-inner {
        flex-flow: column;
        gap: 15px;
    }
    .ss_breadcrumb .title_braed {
        font-size: 24px;
        text-align: center;
    }
    .list_post {
        grid-template-columns: repeat(1, 1fr);

    }
    a#top-link {
        font-size: 16px;
        min-height: 30px;
        min-width: 30px;
        bottom: 50px;
        height: 30px;
        width: 30px;
    }
    nav.rank-math-breadcrumb p {
        text-align: center;
    }
    a#top-link i {
        top: -6px;
        left: -1px;
    }
    .ss_contact form .form_group {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    
    .ss_contact form .wpcf7-form-control.wpcf7-submit {
        padding: 10px 40px;
        height: 50px;
    }
    
    .ss_contact form .wpcf7-form-control {
        height: 50px;
    }
    
    .ss_contact form .wpcf7-form-control.wpcf7-textarea {
        margin: 20px 0;
    }
    .single_wrap {
        padding: 20px;
    }
    .product_info .quantity.buttons_added {
        margin-right: 5px;
    }
    
    .product_info button.single_add_to_cart_button, button.button.buy_now_button {
        padding: 0 10px;
    }
    
    button.button.buy_now_button {
        margin-left: 5px !important;
    }
    .woocommerce-tabs ul.tabs .active a:after, .woocommerce-tabs ul.tabs li:hover a:after {
        display: none;
    }
    
    .woocommerce-tabs ul.tabs .active a, .woocommerce-tabs ul.tabs li:hover a {
        background-color:  var(--fs-color-secondary);
        color: #fff;
    }
    
    .woocommerce-tabs ul.tabs a {
        padding: 10px;
    }
    
    .product_title h3 {
        font-size: 24px;
    }
    .product-small.box .box-text {
        padding: 10px;
    }
    
    .product-small.box .box-text a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
        font-size: 13px;
    }
    
    .product-small.box .price-wrapper {
        font-size: 14px;
    }
    html.js.active {
        overflow: hidden;
    }
    .dvls_maps_header_left {
        display: none;
    }
    
    .dvls_maps_sidebar {
        float: initial;
        position: relative;
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
    }
    
    .dvls_maps_main {
        padding: 0;
    }
    
    .dvls_result_item {
        margin: 0;
    }
    
    .dvls_maps_header_right {
        padding: 0;
    }
    .ss_danhmuc .icon-box {
        flex-flow: column;
        align-items: center;
    }
    
    .ss_danhmuc .icon-box .icon-box-text {
        padding: 0;
    }
    .ss_bottom .col_item > .col-inner {
        grid-template-columns: repeat(1, 1fr);
    }
    
    .ss_bottom .col_item .icon-box:not(:last-child):after {
        display: none;
    }
    .ss_banner .banner_title h4 {
        font-size: 16px;
    }
    
    .ss_banner .banner_title h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    
    a.button.secondary {
        padding: 10px 30px;
    }
    
    .category-menu-toggle {
        overflow: hidden;
        transition: max-height 0.7s linear;
        max-height: 0;
    }
    
    .category-menu-title h2 {
        font-size: 14px;
    }
    .category-menu-toggle {
        overflow: hidden;
        transition: max-height 0.7s linear;
        max-height: 0;
    }
    .category-menu-toggle.show {
        max-height: 500px;
    }
}