/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.4.4
	Stable tag: 3.4.4
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-.select-cb-filter .uc-grid-filter.uc-checkbox-filter .ue_checkbox_containermenu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/

/* ----- custom ----- */
:root {
    --spacing-container: 48px;
    --spacing-page-df: 60px;
    --price-sale: #c90707;
    --right-btn-social: 30px;
    --width-social-show: 58px;
    --width-hide: 50px;
}
body {
    overflow-x: hidden;
}

/* text */
.elementor-widget-text-editor p:last-child {
    margin-bottom: 0;
}

/* social button */
.show-all-icon.contact-icons-right,
#ft-contact-icons.contact-icons-right {
    bottom: 150px;
}

.show-all-icon.contact-icons-right {
    width: var(--width-social-show);
    height: var(--width-social-show);
    display: flex;
    border-radius: 1000px;
    justify-content: center;
    align-items: center;
    padding: 10px;
    right: var(--right-btn-social);
    background-color: var(--e-global-color-primary);
    border: 4px solid #fff;
    box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.3);
    transition: all 0.3s;
    opacity: 1;
    z-index: 99999 !important;
}

.show-all-icon.contact-icons-right,
#ft-contact-icons .item .js-hide-all-icon {
    cursor: pointer;
}

.show-all-icon.contact-icons-right.hide-me {
    opacity: 0;
    z-index: -1 !important;
}

.show-all-icon.contact-icons-right:hover,
#ft-contact-icons .item .js-hide-all-icon .icon:hover {
    color: var(--e-global-color-primary);
    background-color: var(--e-global-color-secondary);
}

.show-all-icon.contact-icons-right span {
    text-align: center;
    line-height: 1.3;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}

#ft-contact-icons.contact-icons-right {
    right: var(--right-btn-social);
    transition: all 0.3s;
    opacity: 0;
    max-height: 2000px;
    overflow: visible;
    z-index: -1 !important;
}

#ft-contact-icons.contact-icons-right.active {
    opacity: 1;
    z-index: 99999 !important;
}

#ft-contact-icons.contact-icons-right>div.item {
    margin-bottom: 4px;
}

#ft-contact-icons li .icon,
#ft-contact-icons .item .icon {
    width: var(--width-hide);
    height: var(--width-hide);
    line-height: var(--width-hide);
}

#ft-contact-icons .item .js-hide-all-icon .icon {
    background-color: var(--e-global-color-primary);
}

#ft-contact-icons-out-m {
    padding-right: 0;
}

#ft-contact-icons-out-m,
#ft-contact-icons-out-m>div.item:last-child {
    margin-bottom: 0;
}

#ft-contact-icons.contact-icons-right li span.ab,
#ft-contact-icons.contact-icons-right .item span.ab {
    background-color: var(--e-global-color-primary);
    border-radius: 1000px;
}

#phonering-alo-phoneIcon {
    --left-ic-phone: 100px;
    --bg-color: #e90808;
}

#phonering-alo-phoneIcon .number {
    top: calc(var(--left-ic-phone) + 8px);
    left: calc(var(--left-ic-phone) + 20px);
}

#phonering-alo-phoneIcon .phonering-alo-ph-circle {
    left: calc(var(--left-ic-phone) / 2 - 5px);
    top: calc(var(--left-ic-phone) / 2 - 5px);
    border-color: var(--bg-color) !important;
}

#phonering-alo-phoneIcon .phonering-alo-ph-circle-fill {
    left: calc(var(--left-ic-phone) - 25px);
    top: calc(var(--left-ic-phone) - 25px);
    background-color: rgb(233 8 8 / 50%);
}

#phonering-alo-phoneIcon .number a {
    padding-left: 25px;
}

.phonering-alo-phone .phonering-alo-ph-img-circle {
    --img-width-ic: 25px;
    --width-phone: 50px;
    background: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    left: var(--left-ic-phone);
    top: var(--left-ic-phone);
}

.phonering-alo-phone .phonering-alo-ph-img-circle,
.phonering-alo-phone .phonering-alo-ph-img-circle a {
    width: var(--width-phone);
    height: var(--width-phone);
}

.phonering-alo-phone .phonering-alo-ph-img-circle,
#phonering-alo-phoneIcon .number a {
    background-color: var(--bg-color) !important;
}

.phonering-alo-phone .phonering-alo-ph-img-circle:before {
    content: '';
    background-image: url(/wp-content/uploads/2025/09/phone-now.svg);
    width: var(--img-width-ic);
    height: var(--img-width-ic);
    display: block;
    background-size: cover;
    position: absolute;
}

.show-all-icon.contact-icons-right i {
    display: none;
}

/* container */
.container-main,
body:not([class*=elementor-page-]) .site-main,
.woocommerce-page .wp-block-woocommerce-cart,
.woocommerce-page .wp-block-woocommerce-checkout {
    max-width: 2400px;
    width: calc(100% - var(--spacing-container)*2);
    margin: 0 var(--spacing-container);
}
body:not([class*=elementor-page-]) .site-main {
    padding: var(--spacing-page-df) 0;
}
body:not([class*=elementor-page-]) .site-main .page-header .entry-title {
    max-width: unset;
    width: 100%;
    padding: 0;
    font-size: clamp(28px, 2.5vw, 40px);
    color: #000;
}

/* header */
.col-main-menu-sidebar>* {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.col-main-menu-sidebar>*:not(:last-child) {
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 10px !important;
}
.cart-item-count {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    width: 20px;
    height: 20px;
    background-color: #000;
    color: #fff;
    border-radius: 1000px;
    position: absolute;
    bottom: 0px;
    left: -10px;
}
.container-popup-search.search-prd-all .col-cate-search,
body.single-product .woocommerce-notices-wrapper {
    display: none;
}
.cate-prd-menu .uc_post_grid_style_one .uc_post_grid_style_one_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}
.cate-prd-menu .uc_post_grid_style_one .uc_post_grid_style_one_image {
    width: 80px;
    border-radius: 6px;
}
.cate-prd-menu .uc_post_grid_style_one .uc_title {
    font-size: 16px;
}
.side-menu-header .uc-menu-button-wrapper {
    z-index: 1 !important;
}
.side-menu-header .uc-list-menu {
    display: none !important;
}
body.home header.elementor-location-header,
body.sticky-header-page header.elementor-location-header,
body header.elementor-location-header.header-sticky {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    transition: all 0.3s;
}
header.elementor-location-header.header-sticky {
    background-color: rgb(255 255 255 / 80%);
    box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.15);
}
.popup-header {
    z-index: 999999;
}
@media (min-width: 1025px) {
    header.elementor-location-header.header-sticky .show-sticky-header {
        display: block !important;
    }
    .popup-header {
        left: 420px;
        border-right: 1px solid #ccc;
    }
}
header.elementor-location-header.header-sticky .header-bottom,
header.elementor-location-header.header-sticky .map-header,
.show-sticky-header,
header.elementor-location-header.header-sticky .col-form-search-header-bottom {
    display: none !important;
}
body.home header.elementor-location-header:not(.header-sticky) .logo-main-header img,
body.sticky-header-page header.elementor-location-header:not(.header-sticky) .logo-main-header img {
    filter: unset;
}
body.home header.elementor-location-header:not(.header-sticky) .icon-cart-header img,
body.sticky-header-page header.elementor-location-header:not(.header-sticky) .icon-cart-header img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
body.home header.elementor-location-header:not(.header-sticky) .map-header .elementor-icon-list-text,
body.home header.elementor-location-header:not(.header-sticky) .menu-header .elementor-nav-menu .elementor-item,
body.home header.elementor-location-header:not(.header-sticky) .side-menu-header .uc-menu-button-wrapper .open_side_menu,
body.home header.elementor-location-header:not(.header-sticky) .col-form-search-header-bottom .elementor-widget-heading .elementor-heading-title,
body.sticky-header-page header.elementor-location-header:not(.header-sticky) .map-header .elementor-icon-list-text,
body.sticky-header-page header.elementor-location-header:not(.header-sticky) .menu-header .elementor-nav-menu .elementor-item,
body.sticky-header-page header.elementor-location-header:not(.header-sticky) .side-menu-header .uc-menu-button-wrapper .open_side_menu,
body.sticky-header-page header.elementor-location-header:not(.header-sticky) .col-form-search-header-bottom .elementor-widget-heading .elementor-heading-title {
    color: white;
}
body.home header.elementor-location-header:not(.header-sticky) .map-header .elementor-icon-list-icon svg,
body.home header.elementor-location-header:not(.header-sticky) .col-form-search-header-bottom .elementor-widget-icon.elementor-view-default .elementor-icon svg,
body.home header.elementor-location-header:not(.header-sticky) .col-form-search-header .elementor-widget-icon.elementor-view-default .elementor-icon svg,
body.sticky-header-page header.elementor-location-header:not(.header-sticky) .map-header .elementor-icon-list-icon svg,
body.sticky-header-page header.elementor-location-header:not(.header-sticky) .col-form-search-header-bottom .elementor-widget-icon.elementor-view-default .elementor-icon svg,
body.sticky-header-page header.elementor-location-header:not(.header-sticky) .col-form-search-header .elementor-widget-icon.elementor-view-default .elementor-icon svg {
    fill: white;
}
body.home header.elementor-location-header:not(.header-sticky) .col-form-search-header-bottom,
body.sticky-header-page header.elementor-location-header:not(.header-sticky) .col-form-search-header-bottom {
    border-color: white;
}
.side-menu-header .uc-side-menu-main-wrapper .ue_side_menu_overlay {
    backdrop-filter: blur(20px);
}
.form-ajax-prd .uc-ajax-search__input {
    outline: none;
}
.form-ajax-prd .uc-items-wrapper {
    justify-content: end;
}
.form-ajax-prd .uc-items-wrapper .uc-pagination-panel {
    width: 65% !important;
}
.popup-search-main {
    z-index: 999999;
}

/* breadcrumbs */
#breadcrumbs>span {
    display: flex;
    gap: 8px;
}
#breadcrumbs span a {
    color: var(--e-global-color-primary);
    text-decoration: underline;
}
#breadcrumbs span .breadcrumb_last {
    color: var(--e-global-color-secondary);
}

/* banner */
.img-banner-hero {
    position: sticky;
    top: 0;
}
.img-banner-hero::before {
    content: '';
    background-color: #000000;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

/* product */
/* body.single-product .slick-initialized .slick-slide img {
    transition: all 0.3s;
}
body.single-product .slick-initialized .slick-slide:hover img {
    transform: scale(1.5);
    transform-origin: top left;
} */
/* body.single-product .slick-initialized .slick-slide>*, */
body.single-product .slick-initialized .slick-slide video {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}
.showcoupon,
.woocommerce-info::before,
.woocommerce-form-coupon .form-row.form-row-last .button {
    color: #000;
}
.woocommerce-info {
    border-color: #000;
}
.woocommerce-form-coupon {
    display: flex;
}
.woocommerce-form-coupon .form-row.form-row-last .button {
    height: 48px;
    background-color: transparent;
    border: 1px solid #000;
}
.woocommerce-form-coupon .form-row.form-row-last .button:hover {
    background-color: #000;
    color: #fff;
}
body.single-product .variations_form .quantity input.input-text.qty::-webkit-outer-spin-button,
body.single-product .variations_form .quantity input.input-text.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
body.single-product .variations_form .quantity input.input-text.qty[type=number] {
    -moz-appearance: textfield;
}
.wooac-wrapper.wooac-area.wooac-popup .mfp-close:hover {
    background-color: #ccc !important;
}
body.single-product .wpgs-image.slick-slider {
    border: 1px solid #ccc;
    padding: 10px;
}
body.single-product .slick-initialized .slick-slide {
    aspect-ratio: 1 / 1;
}
body.single-product .gallery-prd-single.prd-img-main::before {
    content: '';
    display: block;
    z-index: -1;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
body.single-product .gallery-prd-single.prd-img-main.loading-gallery::before {
    opacity: 1;
    z-index: 99;
    background-color: #ebebeb;
    pointer-events: none;
}
.pum-theme-lightbox .pum-container {
    border: none !important;
    border-radius: 20px !important;
    max-width: 500px;
}
.form-ct-prd .dynamicname input {
    pointer-events: none;
    background-color: #e1e1e1;
}
.form-ct-prd .field-textarea textarea {
    height: 120px;
    border-radius: 15px;
}
.form-ct-prd .field-input input {
    border-radius: 1000px;
    height: 44px;
}
.form-ct-prd label {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
}
.form-ct-prd .required {
    color: var(--wc-red);
}
.form-ct-prd .field-submit {
    position: relative;
}
.form-ct-prd .field-submit p {
    display: flex;
    justify-content: center;
}
.form-ct-prd .field-submit input {
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
}
.form-ct-prd .field-submit input:hover {
    background-color: #fff;
    color: #000;
}
.wpcf7-spinner {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.shortcode-items-prd-variation {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 9;
}
.select-cb-filter .uc-checkbox-filter-accordion-container:not(.visible-cb),
.pausAR-UI-buttonContainer,
.added_to_cart.wc-forward {
    display: none !important;
}
.btn-load-prd-archive {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.btn-load-prd-archive #loadMoreBtn {
    background-color: #000;
    border-color: #000;
    color: #fff;
    border-radius: 10px;
}
.btn-load-prd-archive #loadMoreBtn:hover {
    background-color: #fff;
    color: #000;
}
.price-prd-card .elementor-heading-title .amount {

}
.thumbnail-prd {
    --w-img-thumb: 68px;
}
.thumbnail-prd .uc-owl-thumbs-items .owl-carousel.uc-carousel-sync1 .ue-item-container,
.thumbnail-prd .uc-owl-thumbs-items .owl-carousel.uc-carousel-sync1 .ue-item-container .itemDescription,
.thumbnail-prd .uc-owl-thumbs-items .owl-carousel.uc-carousel-sync1 .ue-item-container .itemDescription iframe,
.thumbnail-prd .uc-owl-thumbs-items .owl-carousel.uc-carousel-sync1 .ue-item-container .itemDescription canvas {
    width: 100% !important;
    height: 100% !important;
}
.thumbnail-prd .uc-owl-thumbs-items .owl-carousel.uc-carousel-sync1 .ue-item-container .itemDescription p {
    margin: 0 !important;
}
.thumbnail-prd .uc-owl-thumbs-items .owl-carousel.uc-carousel-sync1 .ue-item-container .itemDescription iframe,
.thumbnail-prd .uc-owl-thumbs-items .owl-carousel.uc-carousel-sync1 .ue-item-container .itemDescription canvas {
    position: absolute;
    left: 0;
    top: 0;
}
@media (min-width: 768px) {
    .thumbnail-prd .uc-owl-thumbs-items {
        display: flex;
        justify-content: space-between;
    }

    .thumbnail-prd .uc-owl-thumbs-items .owl-carousel.uc-carousel-sync1 {
        order: 2;
        width: calc(100% - var(--w-img-thumb) - 20px);
    }
    .thumbnail-prd .uc-owl-thumbs-items .uc-carousel-slider-thumbs-wrapper {
        order: 1;
        margin-top: 0 !important;
    }
    .thumbnail-prd .uc-owl-thumbs-items .uc-carousel-slider-thumbs-wrapper .owl-stage {
        display: flex !important;
        flex-direction: column;
        width: auto !important;
        transform: unset !important;
    }
    .thumbnail-prd .uc-owl-thumbs-items .uc-carousel-slider-thumbs-wrapper .owl-stage .owl-item {
        width: var(--w-img-thumb) !important;
    }
    .thumbnail-prd .uc-owl-thumbs-items .uc-carousel-slider-thumbs-wrapper .owl-stage .owl-item .item ue-thumb {
        height: var(--w-img-thumb) !important;
    }
}
.thumbnail-prd .uc-owl-thumbs-items .owl-carousel.uc-carousel-sync1 .owl-nav .owl-prev,
.thumbnail-prd .uc-owl-thumbs-items .owl-carousel.uc-carousel-sync1 .owl-nav .owl-next {
    top: 50%;
    transform: translateY(-50%);
}
.variation-prd-cart form .variations {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.variation-prd-cart .variations td,
.variation-prd-cart .variations th {
    background-color: transparent;
}
.variation-prd-cart form:not(.variations_form),
.variation-prd-cart form .label,
.variation-prd-cart form .variations tbody>tr:not(:first-child),
.variation-prd-cart form .single_variation_wrap,
.variation-prd-cart form .reset_variations  {
    display: none !important;
}
.variation-prd-cart form .woo-variation-items-wrapper {
    padding: 0 !important;
    border: none;
}
.woo-variation-swatches .variation-prd-cart .variable-items-wrapper {
    gap: 5px !important;
}
.woo-variation-swatches .variation-prd-cart .variable-items-wrapper li {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    outline: none !important;
    height: auto !important;
    width: auto !important;
    box-shadow: none !important;
    pointer-events: none !important;
}
.woo-variation-swatches .variation-prd-cart .variable-items-wrapper .more-variation {
    color: #000;
    position: relative;
    left: -16px;
    top: -2px;
    background-color: white;
}
.woo-variation-swatches .variation-prd-cart .variable-items-wrapper li::before,
.woo-variation-swatches .variation-prd-cart .variable-items-wrapper li::after,
.woo-variation-swatches .variation-prd-cart .variable-items-wrapper li .variable-item-contents::before {
    display: none !important;
}
.woo-variation-swatches .variation-prd-cart .variable-items-wrapper li .variable-item-contents {
    width: 10px;
    height: 10px;
}
.woo-variation-swatches .variation-prd-cart .variable-items-wrapper li .variable-item-contents .variable-item-image {
    border-radius: 1000px;
    border: none !important;
}
.count-variation {
    position: absolute;
    right: 30px;
    top: 0;
    font-weight: 400;
    font-size: 14px;
}
.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name,
.woo-variation-swatches.wvs-show-label .variations th .woo-selected-variation-item-name {
    line-height: 1;
}
body.single-product.woo-variation-swatches .variable-items-wrapper[data-attribute_name="attribute_pa_color"] {
    gap: 8px;
}
body.single-product.woo-variation-swatches .variable-items-wrapper[data-attribute_name="attribute_pa_color"] li.variable-item {
    min-width: min-content;
    width: calc(20% - 6.4px);
    margin: 0;
    border: none;
    outline: none;
    background-color: transparent;
    aspect-ratio: 1 / 1;
    height: 100%;
    margin-bottom: 40px;
    position: relative;
}
body.single-product.woo-variation-swatches .variable-items-wrapper[data-attribute_name="attribute_pa_color"] .variable-item.selected .variable-item-contents::before {
    background-image: url(/wp-content/uploads/2025/11/tick.svg) !important;
    border: none;
    background-color: #fff;
    border-radius: 50%;
    font-size: 10px;
    width: 27px !important;
    height: 27px !important;
    max-height: 34px;
    max-width: 34px;
    padding: 5px;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin: 0 auto;
}
body.single-product.woo-variation-swatches .variable-items-wrapper[data-attribute_name="attribute_pa_color"] li.variable-item img {
    border: 2px solid #fff;
    outline: #ccc solid 1px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
body.single-product.woo-variation-swatches .variable-items-wrapper[data-attribute_name="attribute_pa_color"] li.variable-item[data-wvstooltip]:before {
    opacity: 1;
    visibility: visible;
    bottom: -30px;
    width: 100%;
    min-width: unset;
    background: transparent;
    color: black;
    box-shadow: none;
    line-height: 1;
    height: unset;
}
body.single-product.woo-variation-swatches .variable-items-wrapper[data-attribute_name="attribute_pa_color"] li.variable-item[data-wvstooltip]::after {
    opacity: 0 !important;
}
body.single-product.woo-variation-swatches .variable-items-wrapper[data-attribute_name="attribute_pa_size"] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
}
body.single-product.woo-variation-swatches .variable-items-wrapper[data-attribute_name="attribute_pa_size"] li.variable-item {
    width: 100% !important;
    height: unset;
    border-radius: 0;
    margin: 0;
    box-shadow: none !important;
    border: 1px solid #ccc;
}
body.single-product.woo-variation-swatches .variable-items-wrapper[data-attribute_name="attribute_pa_size"] li.variable-item.selected {
    border-color: #000;
}
body.single-product.woo-variation-swatches .variable-items-wrapper[data-attribute_name="attribute_pa_size"] li.variable-item .variable-item-contents {
    min-height: 56px;
}
body.single-product.woo-variation-swatches .variable-items-wrapper[data-attribute_name="attribute_pa_size"] li.variable-item .variable-item-contents .variable-item-span-button {
    width: 100%;
    margin: 0;
    line-height: 1;
    border-color: #ccc;
    font-weight: 400;
    position: relative;
    padding: 8px 24px;
    text-align: center;
}
body.single-product .variations_form .single_variation_wrap {
    position: relative;
}
body.single-product .variations_form .single_variation_wrap .woocommerce-variation.single_variation {
    position: absolute;
    right: 0;
    top: 5px;
}
body.single-product .variations_form .single_variation_wrap .woocommerce-variation.single_variation .woocommerce-variation-price .price {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}
body.single-product .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart,
body.single-product form.cart {
    flex-wrap: wrap !important;
    justify-content: space-between;
    gap: 10px;
}
body.single-product .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart>button,
body.single-product.woocommerce div.product form.cart .button {
    margin: 0 !important;
}
body.single-product .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart>button.single_add_to_cart_button,
body.single-product.woocommerce div.product form.cart .button {
    width: 100%;
    background-color: black;
}
body.single-product .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart>button.single_add_to_cart_button.wpcbn-btn-variable {
    width: fit-content;
}
body.single-product .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart .btn-ct-prd {
    flex: 1;
}
body.single-product .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart>button.single_add_to_cart_button.wpcbn-btn-single.wpcbn-btn-variable,
body.single-product .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart .btn-ct-prd,
body.single-product.woocommerce div.product form.cart .button.single_add_to_cart_button.wpcbn-btn-single,
body.single-product.woocommerce div.product form.cart .btn-ct-prd {
    /* width: 48%; */
    background-color: transparent;
    color: black;
    border: 2px solid black;
}
body.single-product .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart>button,
body.single-product .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart .btn-ct-prd,
body.single-product.woocommerce div.product form.cart .button,
body.single-product.woocommerce div.product form.cart .btn-ct-prd {
    height: 48px;
    padding: 8px 10px;
    font-size: 10px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}
body.single-product .variations_form .quantity,
body.single-product .cart .quantity {
    display: flex;
}
body.single-product .variations_form .quantity .minus,
body.single-product .variations_form .quantity .plus,
body.single-product .cart .quantity .minus,
body.single-product .cart .quantity .plus {
    border: none;
    background-color: #ccc;
    font-size: 20px;
}
body.single-product .variations_form .quantity .input-text.qty,
body.single-product .cart .quantity .input-text.qty {

}
body.single-product .variations_form .quantity .input-text.qty,
body.single-product .variations_form .quantity .minus,
body.single-product .variations_form .quantity .plus,
body.single-product .cart .quantity .input-text.qty,
body.single-product .cart .quantity .minus,
body.single-product .cart .quantity .plus {
    width: 40px;
    height: 40px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    margin: 0 !important;
}
.gallery-prd-single {
    position: sticky;
    top: 100px;
    --w-img-thumb: 68px;
}
.gallery-prd-single.prd-img-main .wpgs-thumb .slick-list,
.gallery-prd-single.prd-img-main .wpgs-thumb .slick-track {
    height: 100% !important;
}
.gallery-prd-single.prd-img-main .wpgs-image:hover .slick-next {
    right: 10px;
}
.gallery-prd-single.prd-img-main .wpgs-image:hover .slick-prev {
    left: 10px;
}
@media (min-width: 768px) {
    .gallery-prd-single.prd-img-main .wpgs-thumb .slick-list,
    .gallery-prd-single.prd-img-main .wpgs-thumb .slick-track {
        transform: unset !important;
    }
    .gallery-prd-single.prd-img-main .wpgs-thumb .slick-track {
        display: flex;
        flex-direction: column;
        height: 500px !important;
        overflow-y: scroll;
        width: 90px;
        margin: 0;
    } 
    .gallery-prd-single.prd-img-main .wpgs-thumb {
        width: auto !important;
        float: left;
    }
    .gallery-prd-single.prd-img-main .wpgs-image {
        width: calc(100% - 110px);
        float: right;
        margin-left: 10px;
    }
}
.gallery-prd-single.prd-img-main .wpgs-thumb .slick-list .thumbnail_image {
    width: var(--w-img-thumb) !important;
    height: var(--w-img-thumb) !important;
    min-height: var(--w-img-thumb) !important;
}
.gallery-prd-single.prd-img-main .wpgs-thumb .slick-list .thumbnail_image img {
    height: 100%;
    object-fit: cover;
}
.gallery-prd-single.prd-img-main .wpgs-image .slick-prev,
.gallery-prd-single.prd-img-main .wpgs-image .slick-next {
    border-radius: 10px;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .gallery-prd-single.prd-img-main .wpgs-thumb {
        width: 15%;
        float: left;
    }
}
.gallery-prd-single .ug-textpanel {
    /* opacity: 0 !important; */
}
.single-product.woocommerce div.product form.cart .variations {
    margin: 30px 0 50px;
}
.single-product .variations tbody {
    display: flex;
    flex-direction: column;
}
.single-product .variations tbody tr td,
.single-product .variations tbody tr th {
    background-color: transparent !important;
}
.single-product .variations tbody tr.accordion-variation:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.single-product .variations tbody tr.accordion-variation .woo-variation-items-wrapper {
    display: none;
}
.single-product .variations tbody tr.accordion-variation.accordion-show .woo-variation-items-wrapper {
    display: block;
}
.single-product .variations tbody tr.accordion-variation .label {
    padding: 0;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.single-product .variations tbody tr.accordion-variation .label::after {
    content: "\2b";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    font-size: 14px;
    line-height: 1;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
}
.single-product .variations tbody tr.accordion-variation.accordion-show .label::after {
    content: "\f068";
}
.single-product .variations tbody .reset_variations,
.shortcode-recently-prd .h4,
.shortcode-recently-prd .add_to_cart_button,
.shortcode-recently-prd .rvpw-recently-view.products ul.products::before,
.shortcode-recently-prd .rvpw-recently-view.products ul.products::after,
body.single-product.woocommerce div.product form.cart::before,
body.single-product.woocommerce div.product form.cart::after {
    display: none !important;
}
.shortcode-recently-prd .rvpw-recently-view.products .product .woocommerce-loop-product__title,
.shortcode-recently-prd .rvpw-recently-view.products .product .price {
    text-align: left;
    color: #000;
}
.shortcode-recently-prd .rvpw-recently-view.products .product .woocommerce-loop-product__title {
    font-weight: 600;
    font-size: 20px;
}
.shortcode-recently-prd .rvpw-recently-view.products .product .price {
    font-weight: 700;
    font-size: 12px;
}
.shortcode-recently-prd .rvpw-recently-view.products .onsale {
    width: 45px;
    height: 45px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--price-sale);
}
.shortcode-recently-prd .rvpw-recently-view.products ul.products {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 20px;
    clear: unset;
}
.shortcode-recently-prd .rvpw-recently-view.products ul.products li.product {
    clear: unset;
    margin: 0;
    width: 23%;
}
.woocommerce ul.products li.product .price ins,
.price-prd ins,
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    color: var(--price-sale);
}
.price-prd .color-gray {
    color: var(--e-global-color-37fdd96);
}
.woocommerce ul.products li.product .price del,
.price-prd del,
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    font-weight: 400;
}
.card-gallery-prd .ug-slider-control.ug-arrow-left {
    left: 47% !important;
}
.card-gallery-prd .ug-slider-control.ug-arrow-right {
    left: 53% !important;
}
.card-gallery-prd .ug-slider-control.ug-arrow-left,
.card-gallery-prd .ug-slider-control.ug-arrow-right {
    transform: translateX(-50%);
}
.select-cb-filter .uc-checkbox-filter-accordion-button {
    justify-content: space-between !important;
    width: 150px;
}
.select-cb-filter .uc-grid-filter.uc-checkbox-filter {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 3px 13px 0 rgb(0 0 0 / 15%);
    max-width: 300px;
}
.select-cb-filter.cb-size .uc-grid-filter.uc-checkbox-filter {
    min-width: 570px;
}
.select-cb-filter .uc-grid-filter.uc-checkbox-filter .ue_checkbox_container {
    flex-direction: row !important;
    gap: 10px;
    max-height: 180px;
    width: 100%;
    overflow-y: auto;
}
.select-cb-filter .uc-grid-filter.uc-checkbox-filter .ue_checkbox_container .ue_taxonomy_item {
    width: 48%;
}
.category-woo {
    overflow: hidden;
}
.category-woo .uc_post_title a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.category-woo .owl-carousel .owl-nav button,
.loop-carousel-prd .owl-carousel .owl-nav button {
    bottom: 50%;
    top: auto !important;
    transform: translateY(-50%);
    transition: all 0.3s;
}
.category-woo .owl-carousel .owl-nav button i {
    position: relative;
    z-index: 3;
}
.category-woo .owl-carousel .owl-nav button::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--e-global-color-primary);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    transition: all 0.3s;
    z-index: 2;
}
.category-woo .owl-carousel .owl-nav button:hover:before {
    background-color: var(--e-global-color-de0f6e0);
}
.category-woo .owl-carousel .owl-nav button::after {
    content: '';
    display: block;
    width: 100px;
    height: 1000px;
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    pointer-events: none;
}
.category-woo .owl-carousel .owl-nav button.owl-next::after {
    right: -2px;
    background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
}
.category-woo .owl-carousel .owl-nav button.owl-prev::after {
    left: -2px;
    background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}

/* dịch vụ */
.navi-main .ue-post-navigation.main-ue-post-navigation {
    align-items: center;
}
.navi-main .ue-post-navigation.main-ue-post-navigation .ue-post-pagination-btn-label-title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.navi-main .ue-post-navigation.main-ue-post-navigation .ue-post-pagination-btn {
    flex: 1;
}
.navi-main .ue-post-navigation.main-ue-post-navigation .post-next {
    justify-content: flex-end;
}

/* video hero */
.img-video-hero .uc_software_header img {
    aspect-ratio: 7 / 3;
    object-fit: cover;
}
.img-video-hero .uc_software_header .start-btn a {
    background-color: hsl(0deg 0% 25.98% / 80%);
    border: none !important;
}

/* store */
.col-map-store {
    border: 1px solid #000;
}
.tab-map-stores .e-n-tabs {
    gap: 0;
}
.title-header-tab {
    position: absolute;
    z-index: 999;
    left: calc(var(--spacing-container) + 40px);
    top: calc(var(--spacing-container) + 40px);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
    color: #000;
}
.tab-map-stores .ue-tabs.uc-items-wrapper.r-tabs-nav.header-tab-nav-main .header-tab-nav {
    display: flex;
    overflow-y: auto;
    height: 35vh;
}
.tab-map-stores .e-n-tabs-heading,
.tab-map-stores .ue-tabs.uc-items-wrapper.r-tabs-nav.header-tab-nav-main {
    position: absolute;
    left: var(--spacing-container);
    top: var(--spacing-container);
    z-index: 2;
    background-color: white;
    padding: 100px 40px 40px !important;
    border-radius: 10px;
    box-shadow: 0 3px 13px 0 rgb(0 0 0 / 15%);
    /* max-height: 70vh;
    overflow-x: auto; */
    justify-content: flex-start !important;
    width: 500px;
}
.tab-map-stores.elementor-widget-n-tabs .e-n-tab-title-text,
.tab-map-stores.elementor-widget-n-tabs .e-n-tab-title-text>.elementor {
    width: 100%;
}
/* .tab-map-stores .e-n-tabs-heading::before,
.tab-map-stores .e-n-tabs-heading::after {
    content: "";
    background-color: white;
    height: 40px;
    width: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
} */
.tab-map-stores .e-n-tabs-heading::before {
    top: 0;
}
.tab-map-stores .e-n-tabs-heading::after {
    bottom: 0;
}
.tab-map-stores .elementor-widget-google_maps iframe,
.tab-map-stores .ue-item-content-layout iframe {
    height: 1000px;
}
.tab-map-stores .e-n-tabs-heading .e-n-tab-title[aria-selected=true] .col-map-store, 
.col-map-store:hover,
.tab-map-stores .r-tabs-tab.r-tabs-state-active .col-map-store {
    background-color: #ebebeb;
}
.tab-map-stores.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] {
    background-color: #fff;
}

/* project */
.project-tt-card .elementor-heading-title,
.project-excerpt-card {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ue-post-navigation-all {
    display: flex;
    width: 26px;
    height: 26px;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.ue-post-navigation-all span {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 27px;
}
.ue-post-navigation-all span::before,
.ue-post-navigation-all span::after {
    content: '';
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 100%;
    background: transparent;
    border: 1px solid #000;
    transition: all 0.3s ease-in-out;
}
.ue-post-navigation-all:hover span::before,
.ue-post-navigation-all:hover span::after {
    background: #000;
}
.ue-post-navigation-all span::after {
    transition-delay: 0.07s;
}
.img-project-card {
    aspect-ratio: 5 / 4;
    overflow: hidden;
}
.project-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.gallery-single-project .owl-carousel .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
}
.gallery-single-project .owl-carousel .owl-dots .owl-dot,
body .gallery-single-project .owl-carousel .owl-nav button {
    border: 1px solid #000;
}
.gallery-single-project .owl-carousel .owl-nav button:not(:hover) {
    background-color: transparent !important;   
}

/* about us */
.aspect-ratio-1 {
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.img-decor-about {
    aspect-ratio: 4 / 5;
    overflow: hidden;
}
.form-about-items form .field-input {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.form-about-items form .field-input,
.form-about-items form .field-textarea {
    margin-bottom: 15px;
}
.form-about-items form .field-input .wpcf7-spinner {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    margin: 0;
}
.form-about-items form input,
.form-about-items form select,
.form-about-items form textarea {
    border-radius: 10px;
}
.form-about-items form textarea {
    height: 100px;
}
.form-about-items .allow-dropdown.separate-dial-code {
    display: flex;
    gap: 5px;
}
.form-about-items .allow-dropdown.separate-dial-code .flag-container {
    position: relative;
}
.form-about-items .allow-dropdown.separate-dial-code .wpcf7-phonetext {
    padding: 8px 16px !important;
}
.form-about-items .allow-dropdown.separate-dial-code .flag-container .selected-flag {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #000;
    height: 42px;
}
.form-about-items .allow-dropdown.separate-dial-code .flag-container .selected-flag .iti-flag {
    display: none;
}
.form-about-items .allow-dropdown.separate-dial-code .flag-container .selected-flag .selected-dial-code {
    padding-left: 0;
}
.form-about-items form p {
    margin-bottom: 0;
}
.form-about-items form p,
.form-about-items form .wpcf7-submit {
    width: 100%;
}
.form-about-items form .wpcf7-submit {
    background-color: #000;
    color: #fff;
}
.form-about-items form .wpcf7-submit:hover {
    background-color: #fff;
    color: #000;
}
form .col-6 {
    width: 48%;
}
form .col-12 {
    width: 100%;
}
form .wpcf7-submit {
    background-color: #fff;
    color: #000;
    border-color: #000;
}
form .wpcf7-submit:hover {
    background-color: #000;
    color: #fff;
}
form input,
select,
textarea {
    outline: none;
}
.wpcf7-form-control-wrap {
    display: block;
}
.wpcf7-not-valid-tip {
    font-size: 10px;
    line-height: 20px;
    font-weight: bold;
    background: var(--wc-red);
    color: white;
    margin-top: 8px;
    position: absolute;
    bottom: -20px;
    padding: 2px 8px;
    border-radius: 3px;
    width: fit-content;
    max-width: unset;
    z-index: 1;
    box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.15);
}
.wpcf7-not-valid-tip:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 10%;
    transform: translate(-50%);
    border-style: solid;
    border-width: 0 8px 8px;
    border-color: transparent transparent var(--wc-red);
}

/* cart */
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-heading {
    padding: 80px 0;
}
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-heading.has-text-align-center:not(:first-child),
:root :where(.wp-block-separator.is-style-dots):before,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-product-new.wp-block-woocommerce-product-new.wc-block-product-new {
    display: none;
}
.woocommerce-page .wp-block-woocommerce-cart .wc-block-cart,
.woocommerce-page .wp-block-woocommerce-checkout .wc-block-checkout {
    width: 80%;
    padding: 80px 0;
}
.woocommerce-page .wp-block-woocommerce-cart .wc-block-cart table {
    font-size: 16px;
}
.woocommerce-page .wp-block-woocommerce-cart .wc-block-components-product-name {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
.woocommerce-page .wp-block-woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
    font-size: 16px;
    font-weight: 700;
}
.woocommerce-page .wp-block-woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__header th {
    border: none;
    font-size: 14px;
}
.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
    font-size: 16px;
}
.woocommerce-page .wc-block-components-totals-coupon__form .wc-block-components-button,
.woocommerce-page .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button,
.woocommerce-page .wp-block-woocommerce-proceed-to-checkout-block .wc-block-components-button {
    border: 1px solid #000;
    color: #000;
    background-color: #fff;
}
.woocommerce-page .wc-block-components-totals-coupon__form .wc-block-components-button,
.woocommerce-page .wp-block-woocommerce-proceed-to-checkout-block .wc-block-components-button,
.woocommerce-page .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    transition: all 0.3s;
}
.woocommerce-page .wc-block-components-totals-coupon__form .wc-block-components-button:hover,
.woocommerce-page .wp-block-woocommerce-proceed-to-checkout-block .wc-block-components-button:hover,
.woocommerce-page .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover {
    background-color: #000;
    color: #fff;
}
.woocommerce-page .wp-block-woocommerce-proceed-to-checkout-block .wc-block-components-button {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

/* checkout */
.checkout-woo-items .form-woo-checkout {
    display: flex;
    gap: 20px;
}
.checkout-woo-items .form-woo-checkout .woo-custom-detail {
    width: 65%;
}
.checkout-woo-items .form-woo-checkout .woo-order-review {
    width: 35%;
}
.woocommerce .checkout-woo-items #payment #place_order,
.woocommerce-page .checkout-woo-items #payment #place_order {
    background-color: #000;
    border: 1px solid #000;
}
.woocommerce .checkout-woo-items #payment #place_order:hover,
.woocommerce-page .checkout-woo-items #payment #place_order:hover {
    background-color: #fff;
    color: #000;
}
.woocommerce-page .checkout-woo-items #payment #place_order {
    float: left;
}

/* footer */
.translate-items .gtranslate_wrapper {
    display: flex;
    flex-direction: column;
}
.aspect-ratio-5-2 {
    aspect-ratio: 5 / 2;
    overflow: hidden;
}
.aspect-ratio-5-2 a,
.aspect-ratio-5-2 img,
.img-project-card a,
.img-project-card img,
.img-decor-about img,
.aspect-ratio-1 img  {
    height: 100% !important;
    width: 100% !important;
}
.aspect-ratio-5-2 img,
.img-project-card img,
.img-decor-about img,
.aspect-ratio-1 img {
    object-fit: cover;
}

/* tablet */
@media (max-width: 1024px) {
    :root {
        --spacing-container: 20px;
        --spacing-page-df: 40px;
    }
    /* header */
    header.elementor-location-header.header-sticky .map-header,
    header.elementor-location-header .col-form-search-header {
        display: block !important;
    }
    body header.elementor-location-header .col-form-search-header .icon-search-top {
        position: relative;
    }

    /* banner */
    .img-banner-hero,
    .img-banner-hero.elementor-widget-video .elementor-wrapper {
        height: 80vh !important;
    }

    .img-banner-hero.elementor-widget-video .elementor-wrapper {
        aspect-ratio: unset;
    }

    /* stores */
    .tab-map-stores .ue-tabs.uc-items-wrapper.r-tabs-nav.header-tab-nav-main .header-tab-nav {
        height: 26vh;
    }

    /* product */
    .shortcode-recently-prd .rvpw-recently-view.products ul.products li.product {
        width: 31%;
    }

    /* cart */
    .woocommerce-page .wp-block-woocommerce-cart .wc-block-cart,
    .woocommerce-page .wp-block-woocommerce-checkout .wc-block-checkout {
        width: 100%;
        padding: 60px 0;
    }

    /* checkout */
    .woocommerce-page .wp-block-woocommerce-checkout .wc-block-checkout .wc-block-components-main,
    .woocommerce-page .wp-block-woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar {
        width: 100%;
        padding: 0 !important;
    }
    .checkout-woo-items .form-woo-checkout {
        flex-direction: column;
    }
    .checkout-woo-items .form-woo-checkout .woo-custom-detail,
    .checkout-woo-items .form-woo-checkout .woo-order-review {
        width: 100%;
    }
}

/* mobile */
@media (max-width: 767px) {
    /* :root {
        --spacing-container: 20px;
        --spacing-page-df: 40px;
    } */
    /* header */
    header.elementor-location-header.header-sticky .menu-header.show-sticky-header,
    .container-popup-search.search-prd-all .col-terms-search {
        display: none !important;
    }
    .form-ajax-prd .uc-items-wrapper .uc-pagination-panel {
        width: 100% !important;
    }

    /* about */
    form .col-6 {
        width: 100%;
    }
    form .col-6:not(:first-child) {
        margin-top: 15px;
    }

    /* product */
    .single-product.woocommerce div.product form.cart .variations {
        margin-bottom: 10px;
    }
    body.single-product .variations_form .single_variation_wrap {
        padding-top: 40px;
    }
    body.single-product .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart>button.single_add_to_cart_button,
    body.single-product.woocommerce div.product form.cart .button {
        width: 60%;
        float: right;
    }
    body.single-product .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart>button,
    body.single-product .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart .btn-ct-prd,
    body.single-product.woocommerce div.product form.cart .button,
    body.single-product.woocommerce div.product form.cart .btn-ct-prd {
        height: 40px;
    }
    .pum-theme-lightbox .pum-container {
        width: calc(100vw - 40px);
    }
    .select-cb-filter.cb-size .uc-grid-filter.uc-checkbox-filter .ue_checkbox_container .ue_taxonomy_item {
        width: 100%;
    }
    .shortcode-recently-prd .rvpw-recently-view.products ul.products li.product {
        width: 47%;
    }
    .thumbnail-prd .uc-owl-thumbs-items .owl-carousel.uc-carousel-sync1 .ue-item-container .itemDescription .online_3d_viewer,
    .thumbnail-prd .uc-owl-thumbs-items .owl-carousel.uc-carousel-sync1 .ue-item-container .itemDescription .b3dviewer-wrapper {
        height: 450px !important;
    }
    .thumbnail-prd .uc-owl-thumbs-items .uc-carousel-slider-thumbs-wrapper {
        margin-top: 10px;
    }

    /* project */
    .project-tt-card .elementor-heading-title {
        height: 38px;;
    }

    /* dịch vụ */
    .navi-main .ue-post-navigation.main-ue-post-navigation {
        flex-direction: column;
        align-items: center;
    }

    /* store */
    .tab-map-stores .e-n-tabs-heading,
    .tab-map-stores .ue-tabs.uc-items-wrapper.r-tabs-nav.header-tab-nav-main {
        width: calc(100% - var(--spacing-container)*2);
        padding: 100px 20px 20px !important;
    }
    .tab-map-stores .ue-tabs.uc-items-wrapper.r-tabs-nav.header-tab-nav-main .header-tab-nav {
        height: 36vh;
    }

    /* cart */
    .woocommerce-page .wp-block-woocommerce-cart .wc-block-cart,
    .woocommerce-page .wp-block-woocommerce-checkout .wc-block-checkout {
        padding: 40px 0;
    }
}
/* ----- end custom ----- */
body::-webkit-scrollbar-track,
.gallery-prd-single.prd-img-main .wpgs-thumb .slick-track::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar,
.gallery-prd-single.prd-img-main .wpgs-thumb .slick-track::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb,
.gallery-prd-single.prd-img-main .wpgs-thumb .slick-track::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #000;
}