:root {
    --theme-color: #437866;
	--theme-color2: #ee5a8a;
    --black: #2e2e2e;
    --grey: #9e9e9e;
	--white: white;
    --fa6: 'Font Awesome 6 Pro';
}
:root {
	--regular: 'Mulish-Regular', sans-serif;
	--medi: 'Mulish-Medium', sans-serif;
	--bold: 'Mulish-Bold', sans-serif;
	--semi: 'Mulish-Semibold', sans-serif;
}
.txt-white, .txt-white *{
	color: white !important;
}
/* Font website */

@font-face {
	font-family: 'Mulish-Semibold';
	src: url('./fonts/Mulish-SemiBold.woff2') format('woff2'),
		url('./fonts/Mulish-SemiBold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Mulish-Bold';
	src: url('./fonts/Mulish-Bold.woff2') format('woff2'),
		url('./fonts/Mulish-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Mulish-Medium';
	src: url('./fonts/Mulish-Medium.woff2') format('woff2'),
		url('./fonts/Mulish-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Mulish-Regular';
	src: url('./fonts/Mulish-Regular.woff2') format('woff2'),
		url('./fonts/Mulish-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

.title *{
	color: var(--theme-color);
	text-transform: uppercase;
	font-size: 32px;
}

h1,h2,h3,h4,h5,h6,strong,b {
	font-weight: normal !important;
	font-family: var(--bold);
}

p {
	margin-bottom: 0.8em;
}

p,a,ul,li,div {
	font-family: var(--regular);
	font-weight: normal !important;
}

.uxb-wrapper.uxb-wrapper--text {
	position: unset;
}

.uxb-wrapper.uxb-wrapper--team_member {
	width: 25%;
}

body {
	font-size: 16px;	
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-style: normal;
	font-family: var(--regular);
}

p {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 1rem;
}

input:autofill {
    -webkit-transition-delay: 9999s;
    transition-delay: 9999s;
}

input:-webkit-autofill {
    -webkit-transition-delay: 9999s;
    transition-delay: 9999s;
}

.wpcf7 form .wpcf7-response-output {
    display: none
}

.wpcf7 .wpcf7-not-valid-tip {
    position: absolute;
    background: 0 0;
    padding: 0;
    font-size: 11px;
    line-height: 15px;
    left: 18px;
    bottom: 0;
}

.wpcf7 .wpcf7-not-valid-tip:after {
    display: none
}

/* Slider */
.slick-dots li button {
    color: #fff;
    padding: 0;
    background-color: #fff;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    overflow: hidden;
    display: none;
}

.slick-dots li {
    margin: 0 5px !important;
    width: 8px;
    height: 8px;
    background-color: var(--theme-color);
    opacity: 1;
    cursor: pointer;
    border-radius: 99px;
}

.slick-dots li.slick-active {
/*     opacity: 1; */
	background-color: var(--theme-color);
	width: 45px;
    border-radius: 99px;
	transition: all 0.5s ease-in;
}

.slick-dots {
    display: flex;
    justify-content: center;
    list-style: none;
    margin-bottom: 0;
    margin-top: 15px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#main .slider-home {
    padding: 0
}

.carousel-full>.item:nth-of-type(n+2) {
    display: none
}

/* .admin-bar #main .slider-home .image-cover {
    padding-top: calc(75vh - -10px) !important;
} */
#main .slider-home .image-cover {
    padding-top: calc(87vh - 112px) !important;
}

.slider-home .slick-dots {
	display: none!important;
    flex-direction: row;
    right: 84px;
/*     left: unset; */
    bottom: 0;
/*     transform: translateY(-50%); */
}

.slider-home .slick-dots li {
    border: 2px solid #fff;
    width: 16px;
    height: 4px;
    margin: 9px 2px !important;
    opacity: 1;
/*     background-color: transparent; */
}

.slider-home .slick-dots li.slick-active {
/*     background-color: black; */
	border: 2px solid var(--theme-color);
}

/* End slider */
/* contact btn */
@-webkit-keyframes phonering-cricle {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }

    50% {
        -webkit-transform: translate(-50%, -50%) rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}

@-webkit-keyframes phonering-circle-fill {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }

    50% {
        -webkit-transform: translate(-50%, -50%) rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}

.list-shortcut-desktop {
    position: fixed;
    z-index: 1000000000;
    right: 20px;
    bottom: 50%;
    transform: translatey(50%);
}

.list-shortcut-desktop>a {
    border-radius: 50%;
    box-shadow: 0 0 25px 0 rgba(100, 97, 97, .3);
    width: 48px;
    height: 48px;
    display: block;
    margin-bottom: 20px
}

.list-shortcut-desktop .zalo {
    background: url(/wp-content/uploads/2024/01/all_shortcut.svg) 0 -100px;
}

.list-shortcut-desktop .mess {
    background: url(/wp-content/uploads/2024/01/all_shortcut.svg) 0 -150px;
}

.list-shortcut-desktop .call {
    background: url(/wp-content/uploads/2024/01/all_shortcut.svg) 0 -50px;
    position: relative
}

.list-shortcut-desktop .call:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 107, 17, 0.7);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-circle-fill 2.3s infinite ease-in-out;
    animation: phonering-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    z-index: -1
}

.list-shortcut-desktop .call:after {
    content: '';
    width: 75px;
    height: 75px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 100%;
    border: 2px solid #FF6B11;
    background-color: transparent;
    -webkit-animation: phonering-cricle 1.2s infinite ease-in-out;
    animation: phonering-cricle 1.2s infinite ease-in-out;
    transition: all .5s;
    opacity: 0.5;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

/* end contact btn */
@media screen and (min-width: 850px) {
    #main-menu {
        display: none
    }
}

@media screen and (max-width: 849.98px) {
    #header .btn-menumobi {
        font-size: 22px;
        color: #292929;
    }

    #header .btn-menumobi {
        width: 22px;
        height: 16px;
        position: relative;
        margin: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        cursor: pointer;
    }

    #header .btn-menumobi span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: var(--theme-color);
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        -moz-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }

    #header.transparent .btn-menumobi span {
        background: #fff
    }

    #header .btn-menumobi span:nth-child(1) {
        top: 0px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    #header .btn-menumobi span:nth-child(2) {
        top: 8px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
        width: 80%;
        left: 20%;
    }

    #header .btn-menumobi span:nth-child(3) {
        top: 16px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    #header .btn-menumobi.active span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -3px;
        left: 2px;
    }

    #header .btn-menumobi.active span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }

    #header .btn-menumobi.active span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 12px;
        left: 2px;
    }

    .header-main li.html.custom {
        display: block !important;
        margin-right: 12px;
    }

    #main-menu.mobile-sidebar .menu-item a {
        color: #212121 !important;
        padding: 14px 30px 14px 30px;
        font-size: 16px;
        font-weight: 500;
        text-transform: none;
        border: none;
        border-radius: 0 !important;
    }

    #main-menu.mobile-sidebar .nav-sidebar.nav-vertical>li {
/*         border-top: 1px solid #ececec; */
/*         background-color: #fff; */
    }

    #main-menu.mobile-sidebar .menu-item .sub-menu a {
        font-family: var(--regular);
        padding: 10px 0 10px 34px !important;
        border-bottom: 0;
        font-size: 14px;
        display: block;
    }

    .mobile-sidebar .logo-mobile {
        padding: 22px 30px;
        border-bottom: 1px solid #ddd;
    }

    .mobile-sidebar .logo-mobile img {
        height: 60px;
        object-fit: contain;
    }

    .mfp-close {
        opacity: 1 !important;
        top: 25px;
        right: 20px;
    }

    .mobile-sidebar .info_menu {
        margin-top: auto;
        display: block;
        padding: 20px 30px 30px;
    }

    .mobile-sidebar .info_menu ul {
        list-style: none;
    }

    .mobile-sidebar .info_menu ul li {
        color: #070707;
        font-size: 14px;
        padding-left: 25px;
        position: relative;
    }

    .mobile-sidebar .info_menu ul li i {
        position: absolute;
        left: 0;
        top: 5px;
        color: var(--theme-color);
    }

    #main-menu.mobile-sidebar {
        width: 100%;
        height: calc(100vh - 65px);
        position: fixed;
        top: 70px;
        right: 0;
        z-index: 1000;
        overflow: auto;
        transition: unset;
        padding: 0;
        border-top: 1px solid #d9d9d9;
        border-bottom: 1px solid #cbcbcb;
        background: #fff;
        display: none;
        overflow-y: auto;
/* 		background: #8dcbb6; */
    }

    #main-menu.mobile-sidebar img {
        width: 28px;
        height: 28px;
        object-fit: cover;
        border-radius: 50%;
    }

    #main-menu.mobile-sidebar .gtranslate_wrapper {
        display: flex;
        gap: 12px;
        flex-direction: row-reverse;
        justify-content: flex-end;
    }

    #main-menu.mobile-sidebar .gtranslate_wrapper li {
        width: fit-content
    }

    #main-menu.mobile-sidebar .gtranslate_wrapper li a {
        padding-left: 0
    }

    #main-menu.mobile-sidebar .html_top_right_text {
        padding: 14px 30px;
    }

    #main-menu.mobile-sidebar a.glink.gt-current-lang {
        font-weight: normal !important;
        color: var(--theme-color);
    }
}

@media screen and (max-width: 767.98px) {
    body .progress-wrap {
        right: 15px;
        width: 32px;
        height: 32px;
    }

    body .progress-wrap::before {
        width: 32px;
        height: 32px;
    }

    body .progress-wrap::after {
        font-size: 14px;
    }
}

.progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    content: '\f061';
    font-family: var(--fa6);
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    font-size: 18px;
    color: var(--theme-color);
}

.progress-wrap::before {
    position: absolute;
    content: '';
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    opacity: 0;
    background-image: linear-gradient(298deg, #47BE7A, #0084b5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::before {
    opacity: 1;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: var(--theme-color);
    stroke-width: 4px;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
    display: inline-block;
    vertical-align: middle;
    vertical-align: auto;
    zoom: 1;
    display: inline-block;
    position: relative;
}

.odometer.odometer-auto-theme .odometer-inside {
    display: flex;
    line-height: 1;
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    position: relative;
    padding-right: 1px;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
    vertical-align: middle;
    zoom: 1;
    display: inline-block;
    visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
    display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
    position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
    font-family: var(--bold);
}

.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
    font-family: var(--bold);
    text-align: center;
}

#wrapper .processing:before {
    width: 20px !important;
    height: 20px !important;
    aspect-ratio: 1;
    border-radius: 50%;
    display: inline-block;
    margin: 0;
    position: fixed;
    background: var(--theme-color);
    animation: clockwise 1200ms infinite linear;
    border: 0 !important;
    top: 50%;
    left: 50%;
    border: 1px solid #fff !important;
    z-index: 9999999999999;
}

.processing:after {
    z-index: 9999999999999;
    content: "";
    width: 20px;
    aspect-ratio: 1;
    border-radius: 50%;
    display: inline-block;
    margin: 0;
    position: FIXED;
    left: 50%;
    top: 50%;
    mix-blend-mode: darken;
    background: var(--theme-color2);
    margin-left: -5px;
    animation: counter-clockwise 1200ms infinite linear;
    border: 1px solid #fff !important;
}

@keyframes clockwise {
    0% {
        transform: translateX(0);
        width: 20px;
    }

    25% {
        width: 25px;
    }

    50% {
        transform: translateX(100%);
        width: 20px;
    }
}

@keyframes counter-clockwise {
    0% {
        transform: translateX(0);
    }

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

@media screen and (max-width: 767.98px) {
    .list-shortcut-desktop {
        left: 10px;
        bottom: 60px;
    }

    .list-shortcut-desktop>a {
        margin-bottom: 16px;
    }

    .slider [data-animate],
    [data-animate] {
        animation-fill-mode: forwards;
        -webkit-backface-visibility: hidden;
        opacity: 0 !important;
        transition: filter 1.3s, transform 1s, opacity .5s ease-in;
        will-change: filter, transform, opacity;
    }

    .slider [data-animate=fadeInLeft],
    [data-animate=fadeInLeft],
    .slider [data-animate=fadeInRight],
    [data-animate=fadeInRight] {
        transform: translate3d(0, 70px, 0);
    }

    .row-slider.slider [data-animated=true],
    .slider .is-selected [data-animated=true],
    [data-animated=true] {
        animation-delay: .1s;
        opacity: 1 !important;
        transform: translateZ(0) scale(1)
    }

}

/* home */

.slider-home .prev-arrow, .slider-home .next-arrow {
	display: none!important;
/* 	position: absolute;
    z-index: 9999;
    background: #ebebeb;
    width: 44px;
    height: 44px;
    border-radius: 99px;
    line-height: 1;
	top: 46%;
    left: 2%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center; */
}
.slider-home .next-arrow {
    right: 2%;
	left: auto;
}
.slider-home .prev-arrow:hover, .slider-home .next-arrow:hover{
	background-color: white;
}
.slider-home .prev-arrow:hover i, .slider-home .next-arrow:hover i{
	color: var(--theme-color2)
}
.title *{
	color: var(--theme-color);
	text-transform: uppercase;
	font-size: 32px;
}
.is-outline.btn-1{
	border: 1px solid var(--theme-color);
	font-size: 16px;
	font-family: var(--semi);
	margin: 0;
	padding: 2px 35px 0;
	background-color: white !important;
	overflow: hidden;
}
.is-outline.btn-1 i:before{
	content: '\f061';
	font-family: var(--fa6);
	font-weight: 300;	
}
.is-outline.btn-1 > *{
	position: relative;
	z-index: 2;
}
.is-outline.btn-1:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: var(--theme-color);
    transform-origin: center;
    transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 0);
    transition: transform .45s ease-in-out;
	z-index: 1
}
.is-outline.btn-1:hover:before {
    transform: translate3d(-50%, -50%, 0) scale3d(15, 15, 15);
}
#main .home-sec1{
	padding-top: 50px;
}
.home-sec1 .product-small .box-image {
	aspect-ratio: 3 / 4;
	border-radius: 15px;
}
.home-sec1 .product-small .box-text .title-wrapper {
	flex: 1 1 100%;
}
.home-sec1 .btn-1{
	display: block;
	width: max-content;
	margin: auto;
	margin-top: 10px;
}
.home-sec1 .product-small.col:nth-child(9), .home-sec1 .product-small.col:nth-child(10){
	display: none;
}
.home-sec1 .nav li {
	flex-shrink: 0;
	width: max-content;
}
.home-sec1 .nav a{
	font-size: 16px;
    border: 1px solid var(--theme-color);
    margin-right: 15px;
    padding: 0 25px;
    height: 36px;
    line-height: 32px;
	color: var(--black)
}
.home-sec1 .nav a:hover{
	background-color: var(--theme-color);
	color: white
}
.home-sec1 .nav li:last-child a{
	margin-right: 0
}
.home-sec1 .tabbed-content{
	margin-top: -55px;
}
.home-sec1 .tab-panels{
	padding-top: 40px;
}
.product-small.box .product-title a {
    font-size: 16px;
    line-height: 25px;
    font-weight: normal;
    color: var(--theme-color);
    margin: 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: left;
    font-family: var(--bold);
    height: 50px;
}
.product-small.box .product-title{
	margin-bottom: 10px;
}
.product-small.box .product-title a:hover {
    color: var(--theme-color2);
}
.product-small.box .price-wrapper .price {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-items: center;
    gap: 10px 15px;
}

.product-small.box .price-wrapper ins {
    display: flex;
    align-items: center;
    order: 1
}

.product-small.box .price-wrapper del {
    order: 2;
    text-decoration: none
}

.product-small.box .price-wrapper del .amount {
    font-size: 15px !important;
    line-height: 27px;
    color: #898989;
    margin-right: 0;
    position: relative;
    opacity: 1;
    font-weight: 400;
    text-decoration: line-through;
    font-family: var(--regular);
}

.product-small.box .price-wrapper .amount {
    color: var(--theme-color2);
    font-size: 18px;
    line-height: 27px;  
    font-family: var(--bold)
}
/* home-sec2 */
.home-sec2 .row1 .image-cover {
	border-radius: 15px;
}
.home-sec2 .product-small .box-image {
	aspect-ratio: 3 / 4;
	border-radius: 15px;
}
.home-sec2 {
	padding-top: 30px!important;
	padding-bottom: 0!important;
}
.home-sec2 h2 {
	color: var(--theme-color);
}
.home-sec2 .woocommerce-loop-product__title {
    font-family: var(--bold);
}
.home-sec2 .prev-arrow {
	position: absolute;
    z-index: 9999;
    background: #ebebeb;
    max-width: 44px!important;
    height: 44px;
    border-radius: 99px;
    line-height: 1;
    top: 30%;
    left: -5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.home-sec2 .next-arrow {
	position: absolute;
    z-index: 9999;
    background: #ebebeb;
    max-width: 44px;
    height: 44px;
    border-radius: 99px;
    line-height: 1;
    top: 30%;
    right: -5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.home-sec2 .product-small .box-text .title-wrapper {
	flex: 1 1 100%;
}
.home-sec2 .slick-dots {
	display: none!important;
}
.home-sec2 .product-small.box .box-text {
	align-items: baseline;
}
.product-small.col .add-to-cart-button {
    flex-shrink: 0
}

.product-small.col .add-to-cart-button a {
    margin: 0;
    background-color: var(--theme-color2);
    border: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 0;
    transition: all .5s;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--theme-color2);
}

.product-small.col .add-to-cart-button .added_to_cart {
    display: none
}
.product-small.col .add-to-cart-button a{
	font-size: 0px
}
.product-small.col .add-to-cart-button a:hover {
    background-color: #fff;
    color: var(--theme-color2);
    border-style: dashed;
}

.product-small.col .add-to-cart-button a:before {
    content: '\2b';
    font-family: var(--fa6);
    font-size: 15px;
}

.product-small.col .add-to-cart-button a .slider .flickity-page-dots li.dot {
    width: 6px;
    height: 6px;
    opacity: 1;
    background-color: #363636;
    margin: 0 10px;
    position: relative;
    border: 0;
    opacity: .5
}
.product-small.box .box-text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	padding: 15px 0 0;
}
.product-small.box .price-wrapper {
    flex: 1
}
.product-small.col{
	padding: 0 9.8px 30px;
}

/* home-sec3 */
.home-sec3 {
	padding-top: 0!important;
	padding-bottom: 30px!important;
}
.home-sec3 .col-feedback {
	padding-bottom: 20px;
}
.home-sec3 .col-feedback .title{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	gap: 20px;
}
.home-sec3 .col-feedback div p {
	height: 2px;
    background-color: #f5f5f5;
    flex: 1
}
.home-sec3 .col-feedback div h2 {
	width: max-content;
	color: var(--theme-color);
}
.box-review {
	padding: 0;
}
/* .box-review .slick-dots{
	margin-top: 25px;
} */
.box-review .prev-arrow, .box-review .next-arrow {
	position: absolute;
    z-index: 9999;
    background: #ebebeb;
    width: 44px;
    height: 44px;
    border-radius: 99px;
    line-height: 1;
	top: 46%;
    left: 20px;
	cursor: pointer;
/* 	display: flex; */
	display: none!important;
	align-items: center;
	justify-content: center;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.box-review .next-arrow {
    right: 20px;
	left: auto;
}
.box-review .prev-arrow:hover, .box-review .next-arrow:hover{
	background-color: white;
}
.box-review .prev-arrow:hover i, .box-review .next-arrow:hover i{
	color: var(--theme-color2)
}
.box-review .image-box{
	padding: 0 4px;
}

/* home-sec4 */
#main .home-sec-6 {
	padding-top: 60px;
	padding-bottom: 0;
}
.home-sec-6 h2{
	margin-bottom: 0;
}
.home-sec-6 .col3 .box-date-overlay {
	display: none;
}
.home-sec-6 .col3 {
	padding-bottom: 0;
}
.home-sec-6 .col3 h5 .cat-label {
	display: none;
}
.tin-style-1 .col3 .post-item .box{
	display: flex;
	gap: 20px;
}
.tin-style-1 .col3 .post-item .box-image{
	width: 25%;
	margin: 0
}
.tin-style-1 .col3 .post-item .box-text{
	width: calc(80% - 20px);
	padding: 0
}
.tin-style-1 .col3 .post-item .post-title a {
    font-size: 16px;
    -webkit-line-clamp: 2;
    height: 40px;
}
.tin-style-1 .col3 .post-item:hover .post-title a{
	color: var(--theme-color)
}

.box-overlay .box-info{
	display: none !important;
}
.box-overlay *{
	text-shadow: none !important;
	color: white;
}
.post-item .box-overlay .box-date-overlay span{
	display: block;
	color: white;
	text-align: center;
}
.post-item .box-overlay .box-date-overlay{
	width: 85px;
	padding: 10px;
	background-color: var(--theme-color);
	border-radius: 10px;
	text-align: center
}
.post-item .box-overlay .box-date-overlay .top{
	font-size: 36px;
	font-family: var(--semi);
	line-height: 1.2
}
.post-item .box-overlay .box-date-overlay .bottom{
	font-size: 16px;
	padding-top: 5px;
	border-top: 1px solid #ffffff5c
;
}
.post-item .box-overlay .box-text-inner{
	display: flex;
	gap: 28px;
	align-items: center
}
.post-item .overlay{
	height: 50%;
	bottom: 0;
	opacity: 1;
	background-color: transparent !important;
	background: linear-gradient(0deg, rgba(26, 30, 37, 0.8) 0%, rgba(26, 30, 37, 0) 100%);
	top: auto;
}
.post-item .overlay .box-info{
	display: none;
}
.tin-style-1 .post-item .post-title a {
    font-size: 18px;
    width: 100%;
    font-family: var(--bold);
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    transition: color 0s;
    height: 48px;
}
.tin-style-1 .box-info {
	display: flex;
	position: relative;
	margin-bottom: 5px;	
}

.tin-style-1 .box-info .cat-label {
	font-size: 14px;
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;	
	color: #636363;
	order: 1
}

.tin-style-1 .box-info .post-meta {
	font-size: 14px;
	line-height: 20px;
	color: var(--grey);
	margin: 0 6px 0 0;
	padding-right: 6px;
	color: #636363;
	position:relative
}
.tin-style-1 .box-info .post-meta:before{
	content:"";
	width:0px;
	height:14px;
	position:absolute;
	right:0;
	border-left:1px solid #818181;
	top: 50%;
	transform: translateY(-50%);
}
.tin-style-1 .col3 .box-text-inner {
	display: flex;
	flex-direction: column-reverse;
}
.tin-style-1 .vertical{
	display: none;
}
.tin-style-1 .post-item .box-image {
    border-radius: 15px;
    overflow: hidden;
}
.tin-style-1 .col3 .post-title{
	margin: 0
}

/* home-sec5 */
.home-sec-5 .icon-box-text p {
	font-size: 14px;
}
.home-sec-5 .icon-box-text i {
	color: var(--theme-color);
	border: 1px solid var(--theme-color);
    padding: 10px;
    border-radius: 99px;
    width: 40px;
    height: 40px;
    font-size: 20px;
	margin-right: 10px;
}
.home-sec-5 .icon-box-text h4 {
	margin-bottom: 0;
}
.icon-inner img{
	padding: 0
}
.home-sec-5 .icon-inner{
	padding: 5px;
    width: 45px;
    height: 45px;
    border: 1px solid var(--theme-color);
    border-radius: 100px;
}
.home-sec-5 .col-inner{
	cursor: pointer;
}
.home-sec-5 .col-inner:hover img {
    transform: scale(-1) rotate(180deg);
    transition-delay: .3s;
}
.home-sec-5 .col-inner img {
    transition: all .5s ease;
}
/* #main .home-sec-5{
	padding-bottom: 30px;
} */
/* end home */

/* footer */
.sec-footer .social-footer {
	margin-bottom:38px
}
.sec-footer p {	
	font-size: 15px;
	margin-bottom: 12px;
}

.sec-footer .social-footer .list-social {
	display: flex;
	gap: 26px;
}
.sec-footer .social-footer .list-social a {
	width: 42px;
	height: 42px;
	display: inline-block;
	border-radius: 50%;
}
.sec-footer .social-footer .list-social a img{
	border-radius: 100%;
}
.sec-footer .social-footer .list-social a img:hover{
	-webkit-animation: ripple_btn 0.7s linear infinite;
    animation: ripple_btn 0.7s linear infinite;
}
@keyframes ripple_btn {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(238,92,139, 0.2), 0 0 0 .5em rgba(238,92,139, 0.2);
    box-shadow: 0 0 0 0 rgba(238,92,139, 0.2), 0 0 0 .5em rgba(238,92,139, 0.2);
  }

  100% {
    -webkit-box-shadow: 0 0 0 .5em rgba(238,92,139, 0.2), 0 0 0 1em rgba(238,92,139, 0);
    box-shadow: 0 0 0 .5em rgba(238,92,139, 0.2), 0 0 0 1em rgba(238,92,139, 0);
  }
}
.sec-footer{
	background-color: #F7F7F7;
	padding-top: 40px!important;
}
.sec-footer .col1 .img{
	width: 40%;
    margin-bottom: 30px;
}
.sec-footer .main{
	display: flex;
	gap: 8px;
	margin-bottom: 12px;
	align-items: center
}
.sec-footer .main i{
	color: var(--theme-color)
}
.sec-footer .main p{
	margin-bottom: 0
}
.sec-footer a:hover{
	color: var(--theme-color2) !important;
}
.foot-title p{
	text-transform: uppercase;
	margin-bottom: 17px;
	font-size: 18px;
	font-family: var(--bold);
	color: var(--black);
}
.sec-footer .ux-menu-link__link{
	min-height: auto;
    line-height: 1.2;
	margin-bottom: 8px;
	padding-top: 0
}
.form-footer{
	display: flex;
	background-color: white;
	border-radius: 50px;
	gap: 10px;
	align-items: center;
	padding: 4px 8px;
}
.form-footer input, .form-footer button{
	margin: 0;
	font-size: 15px;
}
.form-footer .form-submit{
	flex-shrink: 0
}
.form-footer .btn-viewall{
	font-weight: 100;
	font-family: var(--semi);
	border-radius: 50px;
	overflow: hidden;
}
.btn-viewall{
	font-weight: 100;
	font-family: var(--semi);
	overflow: hidden;
	position: relative;
	border: none !important
}
.btn-viewall:before{
	content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: var(--theme-color2);
    transform-origin: center;
    transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 0);
    transition: transform .45s ease-in-out;
    z-index: 2;
}
.btn-viewall:hover:before{
	transform: translate3d(-50%, -50%, 0) scale3d(15, 15, 15);
}
.btn-viewall span{
	position: relative;
	z-index: 2;
}
.form-footer input{
	border: none !important;
	box-shadow: none !important;
	outline: none !important
}
.sec-footer .wpcf7 .wpcf7-not-valid-tip {
    position: absolute;
    background: 0 0;
    padding: 0;
    font-size: 11px;
    line-height: 15px;
    left: 10px;
    bottom: -20px;
    width: max-content;
}
#footer .copyright-footer {
	font-size: 13px;
	line-height: 20px;
	color: #fff;
}

#footer .absolute-footer {
	padding: 13px 0;
	background-color: var(--theme-color);
}
/* end footer */

/* header */
.box-info-head{
	display: flex;
    gap: 20px;
    font-size: 14px;
}
.box-info-head .info-item{
	display: flex;
	align-items: center;
	gap: 5px;
}
.box-info-head .info-item i.fa-envelope{
	transform: translatey(2px)
}
#header .stuck #logo img, #header #logo img {
    max-height: 60px !important;
	padding: 0 !important
}
#header .header-search .icon-search {
	width: 32px;
	height: 32px;
	display: inline-block;
	background: url(/wp-content/uploads/2024/09/Vector-3.webp) no-repeat center;
	background-size: 75%;
}
#header .header-search .icon-search:before{
	display:none
}

#search-lightbox .search-field {
    background-color: #fff !important;
    color: #292929 !important;
    height: 50px;
    font-size: 16px;
    padding: 0 30px;
    border-radius: 99px;
}

#search-lightbox .searchform .button.icon {
    min-height: 50px;
    min-width: 50px;
    width: 50px;
    height: 50px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

#search-lightbox .search-field::placeholder {
    color: #292929
}

#search-lightbox .searchform .icon-search {
    font-size: 20px;
    color: #292929;
    transform: translateY(1px)
}

#search-lightbox .searchform .icon-search:before {
    content: '\f002';
    font-family: var(--fa6)
}
#masthead .menu-item a{
	font-size: 16px;
	font-family: var(--bold);
	color: var(--theme-color);
	text-transform: uppercase;
	line-height: 1.6 !important
}
#masthead .nav>li{
	margin: 0 15px;
}
#masthead .header-nav{
	justify-content: center;
}
#masthead .menu-item.active > a, #masthead .menu-item:hover > a, .single-product #menu-item-722 a, .archive.category #menu-item-721 a{
	color: var(--theme-color2)
}
.logo-left .logo {
    margin-right: 0 !important;
    position: relative;
}
/* end header */

/* chi tiet san pham */
.woocommerce-product-gallery .woocommerce-product-gallery__image a, .product-thumbnails .col a{
	background-position: 50% 50%;
    background-size: cover;
    height: auto;
    overflow: hidden;
    padding-top: 120%;
    position: relative;
	display: block;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image a img, .product-thumbnails .col img{
	bottom: 0;
    font-family: "object-fit: cover;";
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
	transform: translateY(0) !important;
	border-radius: 15px;
}
.image-tools{
	display: none !important
}
.woocommerce-product-gallery .flickity-button svg{
	display: none;
}
.woocommerce-product-gallery .flickity-button{
    background: #ebebeb;
    width: 44px;
    height: 44px;
    border-radius: 99px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	opacity: 1 !important
}
.woocommerce-product-gallery .flickity-button:before{
	content: "\f053";
	font-family: var(--fa6);
	font-weight: 400;
}
.woocommerce-product-gallery .flickity-button.next:before{
	content: '\f054';
}
.woocommerce-product-gallery .flickity-button:hover{
	background-color: white
}
.product-info {
	padding-left: 40px;
}
.product-info .product-title{
	font-size: 28px;
}
.product-info .woocommerce-breadcrumb a{
	font-size: 14px;
}
table.variations label{
	font-size: 16px;
	font-weight: 100;
	font-family: var(--bold);
}
.product-info .product-page-price{
	display: flex;
	gap: 10px;
	font-size: 28px;
	align-items: baseline;
	margin-bottom: 30px; 
}
.product-info .product-page-price bdi{
	color: var(--theme-color2)
}
.product-info .product-page-price ins{
	order: -1;
}
.product-info .product-page-price del{
	font-size: 16px;	
}
.product-info .product-page-price del bdi{
	color: #525A5F !important
}
.product-info .product-page-price del span.amount{
	opacity: 1
}
.product-info .ux-swatch--label{
	font-size: 15px;
}
.product-info .ux-swatch-selected-value, .woocommerce-variation-price{
	display: none !important
}
.product-info .ux-swatch.selected{
	box-shadow: none;
	background-color: var(--theme-color);
	color: white
}
.woocommerce-variation-add-to-cart{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.woocommerce-variation-add-to-cart .ux-quantity__button{
	width: 46px;
	border: none !important;
	background-color: transparent !important;
	font-size: 16px;
	height: 46px;
}
.woocommerce-variation-add-to-cart input.qty {
	width: 55px !important;
	border: none;
	box-shadow: none !important;
	height: 46px;
}
.woocommerce-variation-add-to-cart .ux-quantity{
	border: 1px solid #ced4da;
	margin: 0;
}
.woocommerce-variation-add-to-cart .button{
	margin: 0;
	font-weight: 100;
	font-family: var(--bold);
	font-size: 16px;
}
.woocommerce-variation-add-to-cart .single_add_to_cart_button{
	flex: 1;
	background-color: white;
	border: 1px solid var(--theme-color2);
	color: var(--theme-color2);
	box-shadow: none !important;
	opacity: 1 !important
}
.woocommerce-variation-add-to-cart .single_add_to_cart_button:hover{
	color: white;
	background-color: var(--theme-color2);
}
.woocommerce-variation-add-to-cart .buy_now_button{
	width: 40%;
	height: 48px;
}
.product-main > .row, .product-footer .row-product-tab{
	padding: 0 10px !important;
}
.product-tabs a{
	font-weight: 100 !important;
	font-family: var(--bold);
	color: var(--black) !important;
	font-size: 20px !important;
}
.product-tabs a:before{
	display: none;
}
.product-tabs .active a, .product-tabs li:hover a{
	color: var(--theme-color2) !important;
}
.product-tabs{
	gap: 25px;
}
.bang-size, .bang-size th, .bang-size td{
	font-size: 16px;
	border: 1px solid #ececec;
	border-collapse: collapse;
}
.bang-size th, .bang-size td{
	padding: 15px;
}
.bang-size th{
	font-family: var(--bold)
}
.bang-size tbody tr:hover{
	background-color: #fbfbfb;
}
.product-section-title-related{
	font-size: 28px;
	color: var(--theme-color)
}
.product-footer{
	margin-bottom: 20px;
}
/* end chi tiet san pham */

/* danh sach sp */
.sortbycate{
	width: max-content;
	margin-left: auto;
	margin-bottom: 20px;
	position: relative;
	cursor: pointer
}
.order-list{
	list-style: none;
	box-shadow: 0px 4px 35px 0px #7E7E7E1A;
 	border-radius: 0 0 5px 5px;
	font-size: 14px;
	padding: 15px 25px 5px;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 5;
	background-color: white;
	display: none;
}
.sortbycate:hover .order-list{
	display: block
}
.order-list li:hover a{
	color: var(--theme-color)
}
.order-list a{
	display: block
}
.titlesort{
	min-width: 150px;
	display: flex;
	justify-content: space-between;
	padding: 5px 25px;
	border: 1px solid #EDEDED;
	border-radius: 100px;
	align-items: center;
	font-size: 14px;
	color: #444444
}
.titlesort i{
	color: var(--theme-color)
}
.col-product .title-shop{
	display: flex;
}

.price-filters-range li{
	padding-left: 25px;
	position: relative;
}
.price-filters-range li:before{
	content: "\f0c8";
	font-family: var(--fa6);
	font-weight: 200;
	position: absolute;
	left: 0;
	top: -2px;
	font-size: 18px;
}

.price-filters-range li.active:before, .price-filters-range li:hover:before{
	content: '\f14a';
	font-weight: 900;
	color: var(--theme-color)
}
.woocommerce-product-gallery .flickity-button.previous {
	left: -4%;
}
.woocommerce-product-gallery .flickity-button.next {
	right: -4%;
}
/* end danh sach san pham */

@media screen and (max-width: 980px) {
	.mobile-sidebar .search-field{
		background-color: white !important
	}
	.mobile-sidebar .header-search-form{
		padding: 0 30px;
	}
	.archive .shop-page-title .category-filtering {
		position: fixed;
        right: 0;
        z-index: 9;
        top: 40%;
        background-color: var(--theme-color);
        color: var(--white);
        padding: 10px;
        border-radius: 6px 0 0 6px;
        font-size: 18px;
        display: flex;
	}
	.archive .shop-page-title .category-filtering a {
		margin-top: 0;
	}
	.archive .shop-page-title .category-filtering strong {
		display: none;
	}
	.home-sec1 .nav {
		margin-top: 0;
	}
	.home-sec2 .col-img2 .image-cover {
		padding-top: 72%!important;
	}
	.box-review {
		padding-left: 15px;
		padding-right: 15px;
	}
	.home-sec2 .prev-arrow {
		display: none!important;
	}
	.home-sec2 .next-arrow {
		display: none!important;
	}
	#main .slider-home .image-cover {
		padding-top: calc(28vh)!important;
	}
	.slider-home .prev-arrow, .slider-home .next-arrow {
		top: 40%;
	}
	.box-review .prev-arrow, .box-review .next-arrow {
		top: 43%;
	}
	.home-sec1 .product-small.col:nth-child(9) {
		display: block;
	}
/* 	.home-sec-6 .tin-style-1 .col2 {
		padding-bottom: 0;
	} */
	.home-sec2 .row1 .image-cover{
		padding-top: 75% !important
	}
	.home-sec2 .row1{
		margin-bottom: 25px;
		padding: 0 5px;
	}
	.home-sec2 .row1 .slick-dots{
		display: flex !important;
		margin-top: 0
	}
	.home-sec2 .row1 .col{
		padding: 0 10px 20px;
	}
	.woocommerce-product-gallery .woocommerce-product-gallery__image a, .product-thumbnails .col a{
		padding-top: 105%
	}
}
@media screen and (min-width: 1600px) {
	.container-width,
    .full-width .ubermenu-nav,
    .container,
    .row:not(.row-full-width) {
        max-width: 1560px !important
    }
	.home-sec1 .product-small.product {
		max-width: 20%;
	}
	.home-sec1 .product-small.col:nth-child(9), .home-sec1 .product-small.col:nth-child(10) {
		display: block;
	}
	.home-sec-6 .col2 .image-cover {
		padding-top: 69%!important;
	}
}

@media screen and (max-width: 1580px) {
	.woocommerce-variation-add-to-cart .buy_now_button {
		width: 35%;
	}
	.home-sec-6 .col2 .image-cover {
		padding-top: 72%!important;
	}
	.home-sec2 .col-img2 .image-cover {
		padding-top: 75%!important;
	}
}
@media screen and (max-width: 768px) {
	.home-sec1 .product-small.col:nth-child(9) {
		display: block;
	}
}

@media (max-width: 1024px) and (min-width: 981px){
	.woocommerce-variation-add-to-cart .single_add_to_cart_button{
		flex-basis: inherit;
		flex-shrink: 0;
	}
	.product-info .product-page-price{
		margin-bottom: 10px;
	}
	.woocommerce-variation-add-to-cart .buy_now_button{
		width: 100%;
	}
	.product-info .product-title {
		font-size: 22px;
	}
	.product-info table.variations{
		margin-bottom: 0
	}
}

@media screen and (max-width: 500px) {
/* 	.woocommerce-product-gallery .woocommerce-product-gallery__image a, .product-thumbnails .col a {
		padding-top: 80%;
} */
	.single .product-main {
		padding-top: 40px !important;
	}
	.woocommerce-product-gallery .woocommerce-product-gallery__image a, .product-thumbnails .col a{
		padding-top: 105%
	}
	.single-product .product-footer .woocommerce-tabs{
		padding-bottom: 0
	}
	.woocommerce-product-gallery .flickity-button.previous {
		left: -6%;
	}
	.woocommerce-product-gallery .flickity-button.next {
		right: -6%;
	}
	.product-info .product-page-price bdi {
		font-size: 26px;
	}
	.product-info .product-page-price del bdi {
		font-size: 16px;
	}
	.woocommerce-variation-add-to-cart .buy_now_button {
		width: 100%!important;
	}
	.product-small.box .price-wrapper .amount {
		font-size: 16px;
	}
	.box-review {
		padding: 0 15px;
	}
	.product-small.col .add-to-cart-button a {
		display: none;
	}
	.archive .shop-page-title .category-filtering {
		position: fixed;
        right: 0;
        z-index: 9;
        top: 40%;
        background-color: var(--theme-color);
        color: var(--white);
        padding: 10px;
        border-radius: 6px 0 0 6px;
        font-size: 18px;
        display: flex;
	}
	.archive .shop-page-title .category-filtering a {
		margin-top: 0;
	}
	.archive .shop-page-title .category-filtering strong {
		display: none;
	}
	.product-small.box .box-text {
		display: block;
	}
/* 	.home-sec2 .product-small .box-image {
		height: 200px;
	} */
	.home-sec2 .prev-arrow {
/* 		top: 18%!important; */
		display: none!important;
	}
	.home-sec2 .next-arrow {
/* 		top: 18%!important; */
		display: none!important;
	}
	.title * {
		font-size: 26px!important;
	}
/* 	.admin-bar #main .slider-home .image-cover {
		padding-top: calc(35vh - 200px)!important;
	} */
	#main .slider-home .image-cover {
		padding-top: calc(50vh - 200px)!important;
	}
	.home-sec1 .tabbed-content {
		margin-top: 0;
	}
	.home-sec1 .nav {
		justify-content: flex-start;
		flex-wrap: nowrap;
		overflow-x: auto;
		scrollbar-width: none;
		scroll-snap-type: x mandatory;
	}
	.home-sec1 .nav::-webkit-scrollbar {
		display: none;
	}
/* 	.home-sec1::-webkit-scrollbar {
		display: none;
	} */
/* 	.home-sec1 .nav li {
		margin-right: 20px;
	} */
	.home-sec1 .nav a {
		margin-left: 0;
		padding: 0 25px;
	}
	.home-sec1 h2 {
		font-size: 22px;
	}
	.home-sec2 h2 {
		font-size: 22px;
	}
	.home-sec2 .col-img1 .image-cover {
		padding-top: 60%!important;
	}
	.home-sec2 .col-img2 .image-cover {
		padding-top: 60%!important;
	}
	.home-sec2 .col-img3 .image-cover {
		padding-top: 60%!important;
	}
	.home-sec3 .col-feedback div h2 {
		font-size: 22px!important;
	}
	.home-sec-6 .title h2 {
		text-align: center;
	}
	.home-sec-6 .col12 {
		margin-top: -5px;
	}
	.home-sec-6 .col12 .col-inner {
		text-align: center;
	}
	.home-sec-6 .col2 .post-item {
		padding-bottom: 0;
	}
	.home-sec-6 .col2 .image-cover {
		padding-top: 60%!important;
	}
/* 	.home-sec-6 .col3 .image-cover {
		padding-top: 85%!important;
	} */
	.tin-style-1 .col3 .post-item .box-image {
		width: 50%;
	}
	.home-sec-5 {
		padding-top: 10px!important;
	}
	.home-sec-5 h4 {
		line-height: 1.3;
	}
	.home-sec-5 p {
		line-height: 1.3;
	}
	.home-sec-5 {
		padding-bottom: 0!important;
	}
	.box-review .prev-arrow, .box-review .next-arrow {
		top: 40%!important;
/* 		right: -5px; */
	}
	.box-review .next-arrow {
		right: 0;
	}
	.box-review .prev-arrow {
		left: 0;
	}
	.slider-home .prev-arrow, .slider-home .next-arrow {
		top: 40%;
	}
	.sec-footer .col4 {
		padding-bottom: 0;
	}
	.home-sec1 .product-small.col:nth-child(10) {
		display: block;
	} 
}
/* @media screen and (min-width: 1000px) {
	.admin-bar #main .slider-home .image-cover {
		padding-top: calc(60vh - 142px) !important;
	}
} */