@font-face {
    font-family: 'Oswald';
    src: url(../fonts/Oswald-Bold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: 'Oswald';
    src: url(../fonts/Oswald-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: 'Oswald';
    src: url(../fonts/Oswald-Regular.ttf);
    font-weight: normal;
}

@font-face {
    font-family: 'Oswald';
    src: url(../fonts/Oswald-Light.ttf);
    font-weight: 300;
}

@font-face {
    font-family: 'OpenSans';
    src: url(../fonts/OpenSans-Bold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: 'OpenSans';
    src: url(../fonts/OpenSans-SemiBold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: 'OpenSans';
    src: url(../fonts/OpenSans-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: 'OpenSans';
    src: url(../fonts/OpenSans-Regular.ttf);
    font-weight: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url(../fonts/OpenSans-Light.ttf);
    font-weight: 300;
}

.mb-00,
.mb-00 * {
    margin: 0 !important;
}

.p-0,
.p-0 * {
    padding: 0 !important;
}

.fz-12 {
    font-size: 12px;
}

.fz-11 {
    font-size: 11px;
}

.fw-500 {
    font-weight: 500;
}

.image-auto.img,
.image-auto img {
    width: auto !important;
    object-fit: contain;
}

.image-contain img {
    object-fit: contain;
}

:root {
    --font-1: "Segoe UI", Arial, sans-serif;
    --font-2: 'Oswald', Arial, Helvetica, sans-serif;
    --font-3: 'OpenSans', Arial, Helvetica, sans-serif;
    --color-red: #04224D;
}

body {
    font-family: var(--font-1);
    font-size: 16px;
}


h1 {
    font-size: 32px;
    font-weight: normal;
    font-family: var(--font-2);
}

h2 {
    font-size: 24px;
    font-weight: normal;
    font-family: var(--font-2);
}



.fw-500-h h1,
.fw-500-h h2,
.fw-500-h h3,
.fw-500-h h4 {
    font-weight: 500;
}

blockquote,
dl,
figure,
form,
ol,
p,
pre,
ul {
    margin-bottom: 1.143em;
}

.font-Oswald {
    font-family: var(--font-2);
}

strong {
    font-weight: 700;
}

.icon-box-img img,
.icon-box-img svg {
    padding: 0;
}

.button.white {
    background-color: #f3f4f6 !important;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #ccc;
}

.header-block {
    width: auto
}

#top-bar .header-block {
    width: 100%;
}

#top-bar .flex-col.flex-left {
    width: 100%;
}

.header-block-block-1 {
    display: flex;
    justify-content: space-between;
    color: #fff;
}

.header-block-block-1 .icon-box {
    width: auto;
    justify-content: center;
    display: flex !important;
    line-height: 1;
}

.header-block-block-1 .icon-box-text {
    flex: unset;
}

.header-block-block-1 .icon-box-img {
    width: 20px !important;
}

.header-block-block-1 .icon-box .icon-inner {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-block-block-1 .icon-box .icon-inner img,
.header-block-block-1 .icon-box .icon-inner svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.header-block-block-1 .icon-box {
    font-size: 14px;
    font-weight: normal;
    align-items: center;
    flex-wrap: nowrap;
}

.header-block-block-1 .icon-box-left .icon-box-img+.icon-box-text {
    padding-left: 8px;
}

.header-block-block-1:after {
    content: 'flickity';
    display: none;
}

.header-block .flickity-prev-next-button {
    opacity: 1;
    margin: auto !important;
    bottom: 0;
    top: 0;
    transform: none !important;
    color: #fff;
    width: 10px;
    left: 0;
}

.header-block .flickity-prev-next-button.next {
    left: auto;
    right: 0;
}

.header-block .flickity-prev-next-button svg {
    width: 10px;
    padding: 0 !important;
}

.section-content,
.header-full-width .container {
    padding: 0 15px;
    max-width: 1790px !important;
    margin: 0 auto !important;
}

.container-full .section-bg.bg-loaded {
    max-width: 1760px !important;
    margin: 0 auto !important;
    left: 15px;
    right: 15px;
    width: auto !important;
}

.row-full-width.row {
    width: auto !important;
    margin: 0 -15px !important;
    max-width: unset !important;
}

.row-full-width.row.row-collapse {
    margin: 0 !important;
}

.row-full-width.row-slider {
    margin: auto !important;
}

.row-full-width.row.products {
    margin: 0 -5px !important;
}

.row-full-width.row.products>.col {
    padding: 0 5px 10px;
}

.ss-full .section-content {
    max-width: 1920px !important;
    padding: 0 !important;
}

.header-block-block-2 .icon-box-text,
ul.nav-right {
    font-family: var(--font-2);
    font-weight: normal;
}

ul.header-nav.header-nav-main.nav.nav-right i {
    margin: 0 !important;
}

.header-block-block-2 {
    display: flex;
    align-items: center;
    font-size: 16px;
    column-gap: 30px;
}

.header-block-block-2 .icon-box {
    width: max-content;
    max-width: 100%;
}

.header-block-block-2 .icon-box-img svg path,
.header-block-block-2 .icon-box svg {
    fill: none
}

.header-block-block-2 .icon-box:hover .icon-box-img svg path {
    stroke: var(--color-red);
}

.header-block-block-2 .icon-box-text {
    padding-left: 10px !important;
}

.header-block-block-2 strong {
    font-size: 18px;
    font-weight: 500;
}


.fw-normal-all * {
    font-weight: normal !important;
}

.nav>li>a.header-cart-link {
    flex-direction: row-reverse;
    gap: 10px;
    flex-wrap: nowrap;
}

.icon-shopping-bag:before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../image/cart.svg)center / contain no-repeat;
}

.nav>li>a.header-cart-link:hover .icon-shopping-bag:before {
    background: url(../image/cart-red.svg)center / contain no-repeat;
}

.icon-shopping-bag::after {
    background-color: transparent !important;
    color: inherit !important;
    box-shadow: none;
    left: 0;
    top: 7px;
    bottom: 0;
    right: 0;
    margin: auto;
    border: 0;
    font-size: 10px;
    width: auto;
}

.nav>li>a.header-cart-link:hover .icon-shopping-bag::after {
    color: var(--color-red) !important;
}

a.header-cart-link span {
    width: min-content;
    display: inline-block;
    line-height: 1.3;
}

.header-main .nav>li>a {
    font-size: 18px;
    line-height: normal !important;
}

li.account-item i {
    display: none !important;
}

li.account-item>a::before {
    content: url(../image/user.svg) !important;
    opacity: 1 !important;
}

li.account-item>a:hover::before {
    content: url(../image/user-red.svg) !important;
}

.header-main li.account-item>a {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 88px;
    justify-content: center;
    height: 59px;
    gap: 5px;
    background: #F0F1F3;
    border-radius: 8px;
    flex-wrap: nowrap;
    padding: 0;
    line-height: 1 !important;
}

.header-block-block-2 .icon-box+.icon-box {
    margin-left: 5px;
}

ul.header-nav.header-nav-main.nav>li {
    margin: 0 5px;
}

.header-vertical-menu,
.header-vertical-menu__opener {
    padding: 0;
    margin: 0 !important;
}

.header-vertical-menu__opener>.icon-angle-down {
    display: none;
}

.header-vertical-menu__title {
    font-size: 18px;
    font-weight: 500;
}

.header-vertical-menu__opener {
    cursor: pointer;
}

.header-vertical-menu__tagline {
    font-size: 16px;
    font-weight: normal;
}

.icon-menu:before {
    content: url(../image/menu.svg);
}

.header-vertical-menu.active .icon-menu:before {
    content: url(../image/close.svg);
}

.header-vertical-menu:hover .header-vertical-menu__fly-out,
.header-vertical-menu .header-vertical-menu__fly-out {
    opacity: 0 !important;
    visibility: hidden !important;
}

.header-vertical-menu.active .header-vertical-menu__fly-out {
    opacity: 1 !important;
    visibility: visible !important;
}

.header-vertical-menu__fly-out {
    background-color: #fff;
    border: 1px solid #DBDDE0;
    width: 1100px !important;
    left: -150px;
    top: 100px;
}

.header-vertical-menu__fly-out .nav-vertical-fly-out {
    width: 244px !important;
    position: relative;
    border-right: 1px solid #DBDDE0;
    font-family: var(--font-2);
    /* max-height: 365px; */
}

.header-vertical-menu__fly-out .menu-item .nav-dropdown {
    border-left: 1px solid #DBDDE0;
    width: 473px;
    flex-wrap: wrap;
    display: flex;
    max-height: 365px;
    overflow: hidden;
    overflow-y: scroll;
}

.header-vertical-menu__fly-out .menu-item .nav-dropdown::-webkit-scrollbar {
    width: 3px;
    border-radius: 10px;
}

.header-vertical-menu__fly-out .menu-item .nav-dropdown::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
}

.header-vertical-menu__fly-out .menu-item .nav-dropdown::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 10px;
}

.header-vertical-menu__fly-out .menu-item .nav-dropdown::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.header-vertical-menu__fly-out .current-dropdown.menu-item .nav-dropdown>li>a {
    font-size: 16px;
    border: 0 !important;
    font-weight: normal;
}

.header-vertical-menu__fly-out .current-dropdown.menu-item .nav-dropdown>li>ul li>a {
    border: 0 !important;
    font-size: 16px;
    font-weight: 300;
    white-space: normal;
    padding: 5px 0;
}

.header-vertical-menu__fly-out .nav-vertical-fly-out>li.menu-item>a:hover {
    text-decoration: underline
}

.header-vertical-menu__fly-out .nav-vertical-fly-out>li.menu-item>a {
    padding: 10px 12px;
    font-size: 16px;
    font-weight: 300;
}

.header-vertical-menu__fly-out .nav-vertical-fly-out>li.menu-item:hover::before {
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    width: 0;
    height: 0;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    border-left: 12px solid #000;
    z-index: 13;
}

.header-vertical-menu__fly-out .nav-vertical-fly-out>li.menu-item:hover>a>img {
    filter: brightness(0) invert(1);
}

li.html.custom.html_topbar_left {
    color: #828282;
    padding-left: 137px;
    font-size: 13px;
    width: 100%;
    margin-top: 4px !important;
}

li.html.custom.html_topbar_left a {
    color: #828282;
}

li.html.custom.html_topbar_left a:hover {
    color: var(--color-red);
}

li.header-search-form.search-form.html.relative.has-icon {
    width: calc(100% - 154px);
    margin: 0 0 0 28px;
}

.flex-col.hide-for-medium.flex-right {
    padding-left: 30px;
}

li.header-search-form.search-form input[type=search]::placeholder {
    color: #A0A4A8;
}

li.header-search-form.search-form input[type=search] {
    background-color: transparent;
    height: 54px;
    border: 0;
    box-shadow: none;
    padding-left: 16px;
    font-size: 16px;
    color: #000;
    background-color: #F0F1F3;
    border: 1px solid #E8E8E8;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    overflow: hidden;
}

li.header-search-form.search-form button[type=submit] i {
    font-size: 24px;
}

li.header-search-form.search-form button[type=submit] {
    height: 54px;
    border-radius: 4px;
    color: #fff;
    width: 82px;
}

.flex-col.hide-for-medium.flex-right .header-nav>li>a:hover {
    color: var(--color-red);
}

.header-block-block-2 .icon-box:hover {
    color: var(--color-red);
}

.header .gallery-menu-ver.row {
    position: absolute;
    right: 0;
    top: 30px;
    width: 390px !important;
    margin: 0 !important;
    display: none;
}

.header .gallery-menu-ver.row.active {
    display: flex;
}

.header .gallery-menu-ver.row .col {
    padding: 0 4px 8px;
}

.gallery-menu-ver a {
    display: block;
}

.gallery-menu-ver img {
    object-fit: contain;
    border-radius: 4px;
    padding: 15px;
}

.gallery-menu-ver .col {
    margin-bottom: 10px;
}

footer {
    font-family: var(--font-3);
    font-size: 14px;
    line-height: 1.8;
}

.footer-title * {
    font-size: 18px;
    font-family: var(--font-2);
    margin: 0;
    padding-bottom: 8px;
    text-transform: uppercase;
}

.footer-desc a:hover {
    text-decoration: underline;
}

.footer-desc strong {
    font-weight: 600;
}

.footer-menu ul,
.footer-menu li {
    margin: 0 !important;
    margin-bottom: 8px !important;
    list-style: none;
}

.wpcf7-form textarea,
.wpcf7-form select,
.wpcf7-form input:not([type="submit"], [type="checkbox"], [type="radio"]) {
    border-radius: 4px;
    background-color: #fff;
    height: 40px;
    width: 100%;
    margin-bottom: 12px;
    box-shadow: none;
}

.wpcf7-form input[type="checkbox"] {
    accent-color: #5c5c5c;
    margin: 0;
    margin-right: 8px;
    width: 18px;
    height: 18px;
}

.wpcf7-list-item label {
    font-weight: 300;
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.wpcf7-form input[type="submit"] {
    height: 40px;
    background-color: var(--color-red) !important;
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    margin: 0;
    border-radius: 4px;
}

.wpcf7-form {
    margin: 0;
}

footer .stack {
    gap: 16px;
}

.col-cusp .col {
    padding-bottom: 16px;
}

footer .social-icons .button.icon {
    margin-right: 13px !important;
}

.row-cus.row {
    margin: 0 -7.5px !important;
}

.row-cus>.col {
    padding: 0 7.5px 15px;
}

a.button.btn-main {
    color: #000 !important;
    font-size: 18px;
    background-color: #fff !important;
    font-weight: 700;
    min-width: 226px;
    height: 48px;
    line-height: 48px;
    padding: 0 10px;
    border: 0;
}

a.button.btn-main.is-outline {
    border: 1.5px solid #000;
}

a.button.btn-main:hover {
    color: #fff !important;
    background-color: #000 !important;
}

.banner-main .overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40.15%, rgba(0, 0, 0, 0.4) 76.64%) !important;
}

.banner-main h2 {
    font-size: 48px;
    line-height: 48px;
    font-weight: 300;
}

.banner-main.box-overlay .box-text {
    padding: 40px 80px;
}

.slider-nav-dots-dashes-spaced .flickity-page-dots .dot {
    width: 21px;
    height: 4px;
    margin: 0 4px;
}

.slider-main .flickity-page-dots {
    bottom: 24px;
}

.banner-box .box-text {
    padding: 20px 0;
    font-size: 20px;
    font-family: var(--font-2);
    text-shadow: none !important
}

.banner-box p strong {
    font-size: 40px;
    font-weight: 500;
}

.banner-box h3 {
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 32px;
    font-weight: normal;
}

.row-small.row-product,
.row-small.row-slider {
    margin: 0 -8.5px !important;
}

.row-small>.flickity-viewport>.flickity-slider>.col {
    margin-bottom: 0;
    padding: 0 8.5px;
}

.cus-nav .flickity-prev-next-button {
    opacity: 1;
    visibility: visible;
    width: 42px;
    height: 67px;
    background-color: rgba(255, 255, 255, 0.6);
    transform: translateY(-50%) !important;
    top: 50%;
    bottom: 0;
    margin: 0 !important;
}

.cus-nav .flickity-prev-next-button svg {
    padding: 0;
    width: 11px;
}

.cus-nav.slider:hover .flickity-prev-next-button {
    transform: translateY(-50%) !important;
    opacity: 1;
    background-color: rgba(255, 255, 255, 1);

}

.cus-nav .flickity-prev-next-button.next {
    right: 8px;
}

.cus-nav .flickity-prev-next-button.previous {
    left: 8px;
}

.cus-nav .flickity-page-dots {
    position: unset;
    margin-top: 5px;
}

.cus-nav .flickity-page-dots .dot.is-selected {
    background-color: var(--color-red)
}

.cus-nav-s .flickity-prev-next-button.next {
    right: -15px;
}

.cus-nav-s .flickity-prev-next-button.previous {
    left: -15px;
}

.cus-nav-s .flickity-page-dots {
    display: block !important;
}

.cus-nav-s .flickity-page-dots .dot {
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

.cus-nav-s .flickity-page-dots .dot.is-selected {
    background-color: #fff
}

.footer-desc-s {
    font-size: 16px;
}

.footer-desc-s h3,
.footer-desc-s h4 {
    font-size: 18px;
    font-weight: normal;
    font-family: var(--font-2);
}

.list-shop-tab {
    padding: 50px 80px;
    background-color: #fff;
    width: 100%;
}

.list-shop-tab h2 {
    margin-bottom: 21px;
    text-transform: uppercase;
}

.list-shop-iframe {
    width: 100%;
    height: 831px;
    position: relative;
}

.list-shop-iframe iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tab-list-title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 21px;
    column-gap: 25px;
    cursor: pointer;
    row-gap: 12px;
}

.tab-item-title {
    font-size: 16px;
    display: flex;
    align-items: center;
    column-gap: 4px;
}

.tab-item-title span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: 1px solid #F0F1F3;
    border-radius: 50%;
}

.tab-item-title span::after {
    background-color: #D3D4D8;
    border-radius: 50%;
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
}

.tab-item-title.active span::after {
    background-color: var(--color-red);
}

.list-shop-form .row {
    margin: 0 -7.5px !important;
    width: auto !important;
}

.list-shop-form .col {
    padding: 0 7.5px 15px;
}

.list-shop-form input,
.list-shop-form select {
    margin: 0;
    height: 48px;
    width: 100%;
    border: 1px solid #D3D4D8;
    box-shadow: none;
    font-size: 16px;
    border-radius: 4px;
    padding-left: 18px;
    color: #333;
}

.list-shop-form {
    display: none;
}

.tab-bottom {
    border: 1px solid #DBDBDB;
    border-right: 0;
    box-shadow: none;
    padding-top: 0;
    overflow: hidden;
    max-height: 600px;
    overflow-y: scroll;
    border-radius: 4px;
}

.tab-bottom>p {
    padding: 20px;
    margin: 0;
    font-weight: bold;
    color: var(--color-red);
}

.tab-bottom-title {
    width: 100%;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: bold;
    background-color: #F2F2F2;
    line-height: 1.429;
    position: relative;
}

.tab-bottom-data+.tab-bottom-data .tab-bottom-title {
    margin-top: 30px
}

.tab-bottom-data+.tab-bottom-data .tab-bottom-title::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 16px;
    right: 16px;
    border: 1px solid #F2F2F2;
}

.tab-bottom::-webkit-scrollbar {
    width: 1px;
}

.tab-bottom::-webkit-scrollbar-track {
    background: #DBDBDB;
}

.tab-bottom::-webkit-scrollbar-thumb {
    background: #000;
}


.tab-bottom-item {
    padding: 18px 16px;
    cursor: pointer;
}

.tab-bottom-item.active,
.tab-bottom-item:hover {
    background-color: #F2F2F2;
}

.tab-bottom-item+.tab-bottom-item {
    /* padding-top: 16px; */
    /* margin-top: 16px; */
    border-top: 1px solid #F2F2F2;
}

.tab-bottom-item h3 {
    font-size: 20px;
    color: var(--color-red);
    font-family: var(--font-2);
    margin-bottom: 14px;
    line-height: 1;
}

.tab-bottom-item>p {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    color: #4F4F4F;
    line-height: 1.3;
    padding-bottom: 8px;
}

.tab-bottom-item>.map::before,
.tab-bottom-item>.phone::before {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: 1px;
    background: url(../image/Location.svg) center /contain no-repeat;
    margin-right: 8px;
}

.tab-bottom-item>.phone::before {
    background: url(../image/call.svg) center /contain no-repeat;
}

.tab-bottom-contact {
    font-size: 16px;
    color: #000;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 24px;
    /* margin-top: 4px; */
}

.tab-bottom-contact span::before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 4px;
    background: url(../image/map.svg) center /contain no-repeat;
    margin-right: 4px;
}

.tab-bottom-contact span.i-phone::before {
    background: url(../image/phone.svg) center /contain no-repeat;
}

.tab-bottom-contact span.i-zalo::before {
    background: url(../image/chat.svg) center /contain no-repeat;
}

.add-to-cart-container form.cart:not(.variations_form),
.shop-page-title,
.woocommerce-product-gallery .badge-container,
.ux-swatch-selected-value,
.single_variation_wrap,
.woocommerce-variation-add-to-cart.variations_button {
    display: none !important;
}

.ux-swatches {
    gap: 10px;
}

.ux-swatch--image {
    width: auto !important;
    height: auto !important;
    border-radius: 30px;
    overflow: hidden;
    min-width: 116px;
}

.variations_form .selected.ux-swatch--image {
    box-shadow: 0 0 0 1px #04224D !important;
}

.ux-swatch--image img {
    width: 50px !important;
    height: 30px;
    object-fit: contain;
}

.ux-swatch__text {
    display: block !important;
    color: #000;
    font-size: 16px;
}

.variations .label label {
    font-size: 16px;
    color: #4F4F4F;
    margin: 0 0 10px !important;
}

.variations tr {
    display: block;
    margin-bottom: 10px;
}

.product-page-price {
    text-align: center;
}


.product-page-price>span {
    display: inline-block;
}

.product-page-price span.amount,
.product-page-price>span,
.product-page-price ins span.amount {
    color: var(--primary-color);
}

.product-page-price>* {
    font-size: 30px;
    margin: 0 3px;
}

.add-to-cart-container.form-normal.is-normal ins,
.add-to-cart-container.form-normal.is-normal del,
.add-to-cart-container.form-normal.is-normal>span,
.variations td.value ins,
.variations td.value del,
.variations td.value>span {
    display: none
}

.ud-box {
    background: #ffe1e1;
    border-radius: 4px;
    padding: 13px;
}

.col-km .col-inner {
    border: 1px solid #ffe1e1;
    /* border-radius: 16px; */
    overflow: hidden;
}

.col-km .section-title,
.col-km .section-title-normal span {
    border: 0;
}

.col-km .section-title {
    padding: 20px 20px 0;
    /* background-color: #ffe1e1; */
    margin: 0;
    font-size: 18px;
}

.col-km .section-title-container {
    margin: 0;
}

.col-km .desc {
    padding: 5px 20px 20px;
}

.num-ul ul {
    list-style: none;
    counter-reset: section;
}


.num-ul ul li {
    list-style: none;
    position: relative;
    padding-left: 25px;
    margin-left: 0 !important;
}

.num-ul ul li::before {
    counter-increment: section;
    content: counter(section);
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: var(--color-red);
    color: #fff;
    font-size: 10px;
    text-align: center;
    line-height: 15.5px;
    position: absolute;
    left: 0;
    top: 5px;
}

.box-tel .icon-box {
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    gap: 10px;
}

.box-tel .icon-box p {
    margin: 0 !important;
}

.box-tel .icon-box-left .icon-box-img+.icon-box-text {
    padding-left: 0;
}

.btn-add-wrap {
    display: flex;
    align-items: center;
    column-gap: 20px;
    row-gap: 10px;
    flex-wrap: wrap;
}

.btn-add-wrap>* {
    width: calc(50% - 10px);
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border-radius: 10px; */
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
    min-height: 64px;
    margin: 0;
}

.btn-add-wrap>*:hover {
    opacity: 0.8;
}

.btn-add-wrap b {
    text-transform: uppercase;
    display: block;
    line-height: normal;
    font-size: 18px;
    font-weight: 500;
    font-family: var(--font-2);
}

.btn-add-wrap span {
    /* margin: 0 auto; */
    font-size: 12px;
    line-height: normal;
    font-weight: normal;
    text-transform: none;
}

.btn-add-wrap>* .text-sBtn {
    text-align: left;
    font-size: 20px;
    color: #b3b91d;
    font-weight: 700;
}

.btn-add-wrap>* .text-sBtn b {
    text-transform: none;
    font-size: 14px;
    color: #fff;
}

.btn-add-wrap img {
    width: 40px;
    /* filter: brightness(0) invert(1); */
}

.btn-add-wrap .add-now-cart {
    background-color: #fff;
    color: var(--color-red);
    border: 1px solid var(--color-red);
    width: 260px;
}

.btn-check-price {
    background-color: #3d3d3d;
}

.btn-buy-now {
    background-color: #cd2027;
    width: calc(100% - 280px);
}

.btn-card-price {
    background-color: #3C58BF;
}

.btn-bank-price {
    background-color: #3C58BF;
}

.hide-be .rank-math-breadcrumb {
    display: none;
}

.rank-math-breadcrumb p {
    margin-bottom: 14px;
}

.rank-math-breadcrumb a {
    color: #333;
}

.rank-math-breadcrumb a:first-child {
    color: #828282;
}

.rank-math-breadcrumb a:hover {
    color: var(--color-red);
}

.rank-math-breadcrumb .separator {
    margin: 0 5px;
}

.slide-banner-cat.row {
    margin: 0 -5px 0 !important;
}

.slide-banner-cat .col {
    padding: 0 5px;
}

.ss-info .section-content {
    padding: 40px 30px 23px !important;
    max-width: 1760px !important;
}

.product-thumbnails .col {
    max-width: 120px !important;
}

.product-thumbnails .col img {
    height: 90px !important;
    object-fit: contain;
    transform: none !important;
    border-color: #BDBDBD !important;
    opacity: 1;
    margin: 0;
    transform: none;
}

.product-thumbnails.row {
    padding: 0 20px !important;
}

.product-thumbnails.row .flickity-prev-next-button {
    opacity: 1 !important;
    visibility: visible;
    transform: translateY(-50%) !important;
    top: 50%;
    bottom: auto;
}

.product-thumbnails.row .flickity-prev-next-button svg {
    width: 28px;
}

.product-thumbnails.row .flickity-prev-next-button.next {
    right: -5px;
}

.product-thumbnails.row .flickity-prev-next-button.previous {
    left: -9px;
}

.product-gallery-slider img {
    aspect-ratio: 1/0.75;
    object-fit: contain;
}

p.price.product-page-price {
    background-color: #F0F1F3;
    height: 81px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 34px;
}

p.price.product-page-price>span {
    /* display: none; */
}

p.price.product-page-price span.amount {
    color: var(--color-red);
    font-family: var(--font-2);
    font-weight: 500;
}

p.price.product-page-price del span.amount {
    font-size: 20px;
    display: inline-block;
    text-decoration: line-through
}

.video-main-ifarme iframe,
.video-main-ifarme {
    width: 100%;
}

.video-main-ifarme iframe {
    height: 500px;
}

.video-sub-box {
    max-width: 20%;
    padding: 0 5px !important;
}


.video-sub-slider {
    margin: 0 -2.5px;
}

.video-main-slider .flickity-viewport,
.video-sub-slider .flickity-viewport {
    margin: 0 !important;
}

.video-sub-box img {
    aspect-ratio: 3/2;
    object-fit: cover;
}

.video-sub-box h3 {
    font-size: 16px;
    margin: 0;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.ss-title {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.video-main-slider::after,
.video-sub-slider::after {
    content: 'flickity';
    display: none;
    /* hide :after */
}

.video-main-slider {
    max-width: 1455px !important;
    margin: 0 auto !important;
}

a.btn-show-more {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    border: 1px solid #DBDBDB;
    gap: 8px;
    font-size: 14px;
    height: 40px;
    min-width: 150px;
    width: max-content;
    max-width: 100%;
    margin: auto;
    margin-top: 32px;
    border-radius: 4px;
    padding: 0 20px;
}

.cus-nav.video-sub-slider .flickity-prev-next-button {
    box-shadow: 0px 10px 24px 0px #0000001A;
}

.tab-wrap {
    border: 1px solid #000000;
    margin-top: 30px;
}

.tab-nav {
    justify-content: center;
    margin-bottom: -2px;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.tab-nav li {
    flex: 0 0 auto;
    padding: 15px 10px;
    cursor: pointer;
    user-select: none;
    text-transform: uppercase;
    font-size: 24px;
    margin: 0 10px;
    font-family: var(--font-2);
    position: relative;
}

.tab-nav li::before {
    content: "";
    width: 100%;
    border-bottom: 4px solid transparent;
    position: absolute;
    bottom: 0;
    left: 0;
}

.tab-nav li.active::before {
    border-color: var(--color-red);
    color: var(--color-red);
}

.hidden-tab .tab-desc-inner {
    max-height: 336px;
    min-height: 0;
    overflow: hidden;
    margin-bottom: 10px;
    /* background: linear-gradient(180deg, rgba(255, 255, 255, 0) 1.56%, #F5F5F5 100%); */
}

.tab-content {
    border-top: 1px solid #00000033;
    padding: 26px 30px;
}

.single-page table,
.tab-desc-inner table {
    border: 0;
}

.single-page table td,
.tab-desc-inner table td {
    border: 0;
    background: #F0F1F3;
    color: #4F4F4F;
    padding: 10px;
    height: 50px;
}

.single-page table tr:nth-child(even) td,
.tab-desc-inner table tr:nth-child(even) td {
    background: #fff;
}

.tab-desc-inner strong {
    font-weight: 600;
}

.gallery_product-slider .gallery-row {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    padding: 0 5px;
}

.gallery_product-slider .gallery-row .image-cover {
    padding-top: 75% !important;
}

.gallery_product-wrap {
    padding: 30px 0;
}


.faqs-wrap+.faqs-wrap {
    margin-top: 30px
}

.faqs-wrap h2 {
    text-align: center;
    color: var(--primary-color);
    /* margin-top: 30px; */
    margin-bottom: 20px;
}

.faqs-acc-item {
    margin-bottom: 5px;
    border: 1px solid #ccc;
    background: #fff;
}

.faqs-acc-item:hover .faqs-acc-title {
    /* background-color: hsla(0, 0%, 77%, 0.35); */
}

.faqs-acc-title {
    /* border: 1px solid #ccc; */
    position: relative;
    padding: 22px 24px;
    background-color: #fff;
    font-size: 20px;
    font-family: var(--font-2);
    cursor: pointer;
}

.faqs-acc-title .icon {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    transition: all 0.5s;
    height: max-content;
    margin: auto;
}

.faqs-acc-title .icon::after {
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    background: url(../image/plug.svg) center /cover no-repeat;
}

.faqs-acc-item.active .icon::after {
    background: url(../image/line.svg) center /contain no-repeat;
}

.faqs-acc-desc {
    padding: 0 24px;
    position: relative;
    color: #777981;
    top: -15px;
}

.faqs-acc-item:not(.active) .faqs-acc-desc {
    display: none;
}

.block-sforum {
    padding: 10px;
    background: #fff;
    position: relative;
    width: 100%;
    padding: 30px 30px 28px;
    margin-bottom: 30px;
    /* margin-top: 52px; */
}

.block-sforum .sforum__title {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 10px;
    text-align: left;
    text-transform: uppercase;
    font-family: var(--font-2);
    margin-bottom: 24px;
    color: #000;
}

.block-sforum .sforum__title a {
    color: #000;
}

.block-sforum .icon {
    align-items: center;
    display: inline-flex;
    height: 1.5rem;
    justify-content: center;
    width: 1.5rem;
}

.block-sforum .sforum__content .sforum__content-item {
    cursor: pointer;
    display: flex;
    margin-bottom: 15px;
}

.block-sforum .sforum__content .sforum__content-item .content-item__img {
    height: 97px;
    margin-right: 16px;
    width: 97px;
    object-fit: cover;
}

.block-sforum .sforum__content .sforum__content-item .content-item__text {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #444;
    width: calc(100% - 110px);
    display: -webkit-box;
    font-size: 16px;
    line-height: 1.5;
    overflow: hidden;
    font-weight: 600;
}

.block-sforum .sforum__content .sforum__content-item .content-item__text:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.block-sforum_btn-showmore a.btn-show-more {
    margin-top: 0;
}

.btn-show-more:hover {
    background-color: #fef2f2;
    border: 1px solid var(--color-red);
    color: var(--color-red);
    transition: background-color .5s ease-out
}

.btn-show-more:hover svg path {
    fill: var(--color-red)
}

.block-sforum_btn-showmore .btn-show-more svg {
    height: 10px
}

.row.row-product {
    margin: 0 -5px !important;
}

.row.row-product>.col {
    padding: 0 5px 10px;
}

.product-small.col .col-inner {
    height: 100%;
}

.product-small.box {
    font-family: var(--font-2);
    height: 100%;
    background-color: #fff;
    padding: 10px;
}

.product-small.box:hover {
    box-shadow: 0px 10px 24px 0px #0000001A;
}

.product-small.box .box-image {
    max-width: 198px;
    margin: 0 auto 10px;
}

.product-small.box .box-image img {
    aspect-ratio: 1/1;
}

.product-small.col .badge-container {
    left: 20px;
    top: 20px;
    margin: 0;
}

.product-small.col .badge {
    width: 47px;
    height: 22px;
}

.product-small.box .woocommerce-loop-product__link {
    font-size: 16px;
    color: #000;
    display: block;
    font-weight: 300;
}

.product-small.box .product-title {
    margin: 0 !important;
    margin-bottom: 5px !important;
}

.product-small.box .product-title::after {
    content: url(../image/start.svg);
    display: block;
    margin-top: 9px;
}

.product-small.box .price span.amount {
    font-size: 16px;
    color: var(--color-red);
    font-weight: normal;
    display: block;
    line-height: 1.3;
}

.product-small.box .price del span.amount {
    text-decoration: line-through;
    color: #828282;
    font-size: 15px;
    font-weight: 300;
}

.product-small.box .box-text {
    padding: 0;
}

.product-small.box .price-wrapper {
    float: left;
    width: 60%;
}

.product-small.box .sale-gop {
    float: left;
    width: 40%;
    text-align: right;
}

.product-small.box .sale-gop span {
    display: block;
}

.product-small.box .price {
    position: relative;
    padding-right: 40px;
}

.product-small.box .price>span.p-sK {
    position: absolute;
    right: 10px;
    top: 2px;
    background: #FB4E4E33;
    border: 1px solid #04224D;
    font-size: 13px;
    font-family: var(--font-3);
    color: var(--color-red);
    width: 52px;
    height: 20px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sale-gop {
    font-size: 15px;
    font-weight: 300;
    color: #828282;
}

.sale-gop b {
    font-weight: 300;
    color: #000;
}

.product-small.box::after {
    content: "";
    clear: both;
    display: table;
}

.related-products-wrapper {
    margin-top: 50px;
    margin-bottom: 30px;
}

.related h2 {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.related h2 a {
    font-size: 15px;
    background-color: #000;
    width: 126px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin-left: auto;
    color: #fff;
    text-transform: none;
    border: 1px solid #000;
    transition: all 0.5s;
}

.related h2 a:hover {
    background-color: #fff;
    color: #000;
}

.form-fqa .form-top textarea {
    height: 128px;
    background-color: #F0F1F3;
    padding: 24px 22px;
    font-size: 16px;
    color: #828282;
    border: 0;
    margin: 0;
}

.form-bottom {
    border-top: 1px solid #fff;
    background-color: #F0F1F3;
    padding: 10px 22px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333333;
    gap: 15px;
}

.form-bottom label,
.form-bottom input {
    margin: 0 !important;
}

.form-bottom input[type=radio] {
    margin-right: 5px !important;
    accent-color: var(--color-red);
}

.form-bottom input[type="text"],
.form-bottom input[type="email"],
.form-bottom input[type="submit"] {
    min-width: 147px;
    height: 48px;
}

.form-bottom input[type="submit"] {
    border-radius: 0;
    font-size: 18px;
    font-weight: 600;
    font-family: var(--font-2);
    text-transform: uppercase;
}

.form-bottom .wpcf7-spinner {
    display: none;
}

.box-v {
    background-color: #F0F1F3;
    padding: 10px 20px;
    margin: 10px 0;
}

.box-v * {
    margin-bottom: 10px;
}

.re-sub {
    padding-left: 56px;
    margin-top: 22px;
}

.list-re:not(.active) .row:not(:first-child) {
    display: none;
}

.widget li.chosen {
    position: relative;
}


.widget li.chosen a:before {
    position: absolute;
    left: auto;
    right: 0;
}

.widget>ul>li+li,
ul.menu>li+li {
    border-top: 0;
    margin-top: 10px;
}

.widget_nav_menu a {
    font-weight: normal;
    font-size: 18px;
    color: #666;
    display: flex !important;
    align-items: center;
    font-family: var(--font-2);
    gap: 13px;
}

.widget_nav_menu .menu>li>ul>li {
    position: relative;
}

.widget_nav_menu .menu>li>ul>li::before {
    content: "";
    color: #cfd5df;
    position: absolute;
    top: 15px;
    left: -12px;
    width: 10px;
    height: 1px;
    background: #cfd5df;
}

.widget_nav_menu .menu>li>ul {
    border-left: 2px solid #cfd5df;
    padding-left: 12px;
    margin-left: 13px;
    list-style-type: none;
    position: relative;
}

.main-img {
    overflow: hidden;
}

.main-img img {
    aspect-ratio: 16/9;
    object-fit: cover;
    width: 100%;
}

.wrap-blog {
    max-width: calc(100% - 80px);
    margin: 0 auto;
    background-color: #fff;
    padding: 25px 30px;
    margin-top: -70px;
    position: relative;
    z-index: 2;
}

.entry-meta {
    opacity: 1;
    font-size: 14px;
    text-transform: none;
}

.entry-divider {
    display: none;
}

.jeg_post_tags {
    margin-bottom: 1em;
    font-size: 12px;
    margin-top: 16px;
}

.jeg_post_tags span {
    font-weight: normal;
    margin-right: 6px;
    font-size: 16px;
}

.jeg_post_tags a {
    color: #616161;
    background: #f5f5f5;
    display: inline-block;
    letter-spacing: 1px;
    line-height: normal;
    padding: 4px 10px;
    margin: 0 3px 5px 0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.blog-wrapper {
    padding: 0;
}

.entry-category * {
    display: none
}

.cat-label,
.entry-category {
    display: inline-block;
    width: max-content;
    max-width: 100%;
    opacity: 1;
    background: var(--color-red);
    color: #fff;
    font-size: 16px;
    padding: 10px;
    margin-bottom: 8px;
    text-transform: none;
}

.cat-label {
    display: none;
}

.show-cat .cat-label {
    display: block;
}

.cat-label span:not(:first-child) {
    display: none
}

.cat-label span {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--font-2);
}

.entry-category {
    font-size: 0
}

.entry-category a:first-child {
    font-weight: 600;
    display: block;
    font-size: 18px;
    line-height: 21px;
    color: #fff !important;
    text-transform: uppercase;
}

.entry-content.single-page {
    padding: 0
}

.author-box {
    display: flex;
    align-items: center;
    gap: 10px
}

.author-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%
}

.author-img {
    width: 44px;
    height: 44px;
    object-fit: cover;
    /* border: 1px solid red; */
    /* padding: 4px; */
    border-radius: 50%
}

.author-text h3 {
    font-size: 14px;
    color: red;
    margin: 0;
    line-height: 1.4;
    margin-bottom: 3px;
}

.author-text {
    font-size: 14px;
    color: #656565;
}

.author-text svg {
    color: rgb(26 109 180);
}

.author-text>span {
    display: flex;
    align-items: center;
    gap: 5px
}

.sf-related-post--header h2 {
    display: inline-block;
    margin-bottom: 26px;
}


.sf-related-post--boxs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.sf-related-post--box {
    width: 49%;
    margin-bottom: 24px;
}

.sf-related-post--box-thumbnail {
    width: 35.1%;
    float: left;
    margin-right: 25px;
}

.sf-related-post--box-thumbnail img {
    aspect-ratio: 1/0.65;
    object-fit: cover;
}

.sf-related-post--box-thumbnail>div {
    width: 100%;
    height: 100px;
    background-position: center;
    background-size: cover
}

.sf-related-post--box-content h3 {
    margin: 0;
    line-height: 1
}

.col-blog-main h5.post-title a,
.sf-related-post--box-content a {
    font-size: 20px;
    line-height: normal;
    font-weight: normal;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-family: var(--font-2);
    margin-bottom: 10px;
}

.sf-related-post--box-thumbnail a>div {
    width: 100%;
    height: 100px;
    background-position: center;
    background-size: cover
}

.sf-related-post-slide .sf-related-post__wrapper {
    padding: 8px 13px;
    background: #212121;
    border-radius: 5px
}

.sf-related-post-slide .sf-related-post--header {
    display: block;
    text-align: center
}

.sf-related-post-slide .sf-related-post--header h2 {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #ff7f08;
    background: 0 0
}

.sf-related-post-slide .sf-related-post--box-thumbnail {
    width: 100%;
    float: none;
    margin-right: 0
}

.sf-related-post-slide .sf-related-post--box-thumbnail a>div {
    height: 200px;
    border-radius: 15px
}

.sf-related-post-slide .sf-related-post--box-content h3 {
    padding: 10px
}

.sf-related-post-slide .sf-related-post--box-content h3 a {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #fff
}

.sf-related-post-slide .sf-related-post--slide {
    padding-bottom: 35px
}

.sf-related-post-slide span.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #c2c2c2
}

span.date {
    color: #828282;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    display: none;
}

.box.dark span.date {
    color: #fff;
}

.box.dark span.date path {
    stroke: #fff;
}

.show-date span.date,
.sf-related-post--box span.date {
    display: flex;
}

.featured-box-s {
    /* border: 1px solid #e7e7e7; */
    /* border-radius: 15px; */
    font-size: 18px;
    background: #fff;
    margin-bottom: 30px;
    padding: 30px !important;
    color: #000;
}

.featured-box-s .flickity-page-dots {
    width: 50%;
    margin-top: 20px;
    position: unset;
}

.featured-box-s .flickity-page-dots .dot {
    /* width: 30px !important; */
    /* border-radius: 50px; */
    background-color: #c4c4c4 !important;
    width: 14px;
    height: 14px;
}

.featured-box-s .flickity-page-dots .dot.is-selected {
    background: #d70018 !important;
}

.featured-box-s .post-title {
    font-size: 32px;
    font-family: var(--font-2);
    margin-bottom: 15px;
    color: #000;
}

.featured-box-s p {
    font-size: 16px;
}

.box-blog-post .is-divider {
    display: none;
}

.hot_blogs_cat h3 {
    font-size: 20px;
    font-family: var(--font-2);
    font-weight: normal;
}

.hot_blogs_cat .box-text {
    padding: 10px 0 0;
}

.blog-2 .box-text {
    padding: 14px 0 0;
}

.blog-2 .post-title {
    font-size: 16px;
    font-weight: normal;
}

.col-blog-main .box-image {
    width: 23.05% !important;
}

.col-blog-main .image-cover {
    padding-top: 65.4% !important;
}

.col-blog-main>.col-inner {
    padding: 30px 25px;
    background-color: #fff;
    margin-top: 17px;
}

.col-blog-main .box-vertical .box-text {
    vertical-align: top;
}

.archive-page-header,
.col-blog-main .from_the_blog_excerpt {
    display: none;
}

.col-blog-main .col {
    padding-bottom: 24px;
}

.col-blog-main h2 {
    margin-bottom: 30px;
}

span.page-number,
a.page-number {
    background-color: #E0E0E0;
    border-radius: 4px !important;
    border: 0 !important;
    line-height: 1;
    font-weight: normal !important;
}

.nav-pagination>li>.current {
    border-radius: 4px !important;
    border: 0 !important;
}

ul.links {
    margin-top: 40px;
    text-align: right;
}

ul.links li {
    margin: 0 5px;
}

.col-s .col {
    padding-bottom: 17px;
}

.cus-floww a.icon:not(.is-outline) {
    margin: 5px 5px 5px !important;
}

.blog-s .post-title {
    font-size: 16px;
    font-weight: normal;
}

.flickity-slider>div:not(.col).cat-slide {
    width: 90px !important;
    padding: 0 8px;
}

.cat-slide p {
    font-size: 14px;
    text-align: center;
    color: #000;
    font-family: var(--font-2);
}

.cat-slide img {
    margin: 0 auto;
    display: block;
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 10px;
}

.list-type-wrap {
    display: flex;
    align-items: center;
    column-gap: 60px;
    padding: 40px 0;
}

.list-type-wrap h2 {
    text-transform: uppercase;
    margin: 0;
    width: auto;
    display: inline-block;
}

.list-type {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.type-item {
    min-width: 110px;
    height: 110px;
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 8px;
    padding: 10px;
    background-color: #fff;
    gap: 16px;
    font-weight: 300;
    font-family: var(--font-2);
    color: #000;
    transition: box-shadow 0.5s;
}

.type-item:hover,
.type-item.active {
    border: 1px solid #000000;
    font-weight: normal;
    box-shadow: 0px 10px 24px 0px #0000001A;
}

.type-item img {
    width: 56px;
    height: 56px;
    object-fit: contain;
}

.list-type-c {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: center;
    padding: 40px 0 25px;
    flex-wrap: wrap;
}

.type-item-2 {
    font-size: 18px;
    font-weight: 300;
    color: #000;
    justify-content: center;
    text-align: center;
    font-family: var(--font-2);
    display: flex;
    flex-direction: column;
    align-items: center;
}


.type-item-2 img {
    background-color: #fff;
    padding: 20px;
    object-fit: contain;
    width: 96px;
    height: 96px;
    margin-bottom: 16px;
    border-radius: 50%;
    box-shadow: 0px 10px 24px 0px #0000001A;
    border: 1px solid transparent;
    transition: all 0.5s;
}

.type-item-2:hover {
    font-weight: normal;
}

.type-item-2:hover img {
    border-color: #000;
}

.list-tag a {
    font-size: 18px;
    font-weight: 300;
    display: inline-block;
    margin-right: 40px;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 4px solid #E0E0E0;
    color: var(--color-red) !important;
}

.list-tag a.active,
.list-tag a:hover {
    border-color: var(--color-red);
}

.list-tag {
    margin-bottom: 25px;
}

.box-category {
    border: 1px solid #F5F5F5;
    height: 100%;
    padding: 16px 0;
}

.box-category .box-image {
    max-width: 59px;
    margin: 0 auto;
}

.box-category .header-title {
    font-size: 16px;
    font-weight: normal;
    color: #4F4F4F;
    text-transform: none;
}

.box-category:hover .header-title {
    color: #000;
    font-weight: 600;
}

.box-category .count {
    display: none;
}

.nav-line-bottom>li:hover>a:before,
.nav-line-bottom>li.active>a:before {
    color: var(--color-red) !important;
    background-color: var(--color-red) !important;
}

.tabbed-content .nav>li>a {
    padding: 12px 30px;
    font-size: 24px;
    font-weight: normal;
    font-family: var(--font-2);
}

.blog-ver-w .box-vertical {
    display: flex;
    align-items: center;
    gap: 20px;
}

.blog-ver-w .product-small.box .price>span.p-sK,
.blog-ver-w .product-small.box .sale-gop,
.blog-ver-w .badge-container,
.blog-ver-w .product-small.box .product-title::after {
    display: none;
}

.blog-ver-w .product-small.box .product-title::before {
    content: url(../image/start.svg);
    display: block;
    margin-bottom: 24px;
}

.blog-ver-w .product-small.box .product-title {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 24px;
}

.blog-ver-w .product-small.box .product-title .woocommerce-loop-product__link {
    font-weight: 300;
    font-size: 30px;
    color: #828282;
}

.blog-ver-w .product-small.box:hover .product-title .woocommerce-loop-product__link {
    color: #000;
}

.blog-ver-w .product-small.box .price,
.blog-ver-w .product-small.box .price-wrapper {
    width: 100%;
    padding: 0;
    float: none;
    text-align: unset;
}

.blog-ver-w .product-small.box .price span.amount {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    text-align: inherit;
}

.blog-ver-w .box-vertical .box-image,
.blog-ver-w .box-vertical .box-text {
    width: 50% !important;
}

.blog-ver-w .col:nth-child(odd) .box-text {
    order: -1;
    text-align: right;
}

.blog-ver-w .box-vertical .box-text>span {
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 22px;
    display: block;
}

.title-2 h2 {
    font-size: 20px;
    font-weight: 500;
}

.white-mb {
    font-size: 15px;
}

.ar-desc {
    padding: 26px;
    background-color: #fff;
    margin-bottom: 20px;
}

.slide-banner-cat .col {
    opacity: 0;
}

.slide-banner-cat.flickity-enabled .col {
    opacity: 1;
}

.main-shop-container {
    background-color: #fff;
    padding-bottom: 20px;
}

.main-shop-container .button.view-more-button {
    margin: 10px auto 20px;
}

.gift-icon::before {
    content: "";
    background: url(../image/gift-box.svg) center / contain no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    opacity: 1;
    position: relative;
    top: 3px;
}

.section-title i {
    opacity: 1;
}

@media only screen and (min-width: 541px)and (max-width:768px) {
    .block-sforum {
        right: 14px;
        width: 100%
    }
}

@media screen and (max-width: 540px) {
    .block-sforum {
        width: 100%
    }
}

@media screen and (min-width: 550px) {
    .single .block-sforum {
        margin-top: 50px;
        min-height: 514px;
        margin-bottom: 0;
    }

    .tab-desc {
        display: none;
        position: relative;
    }

    .tab-desc.active {
        display: block;
    }

    .ux-swatches.ux-swatches-attribute-ux_image {
        max-width: 59%;
        gap: 20px;
    }
}

@media screen and (min-width: 850px) {
    .archive .block-sforum:nth-child(2) {
        margin-top: 75px;
    }

    .popup-alepay-parent {
        position: absolute;
        right: 0;
        top: 0
    }

    .box-im-s .box-image::after {
        content: url(../image/arr-left.svg);
        position: absolute;
        right: 16px;
        bottom: 16px;
    }

    .nav-on-mb .flickity-prev-next-button {
        display: none !important;
    }

    .video-sub-slider-wrap {
        margin: 0px 0px;
        box-shadow: 0px 10px 24px 0px #0000001A;
        padding: 20px 0;
        margin-top: 20px;
    }

    .video-sub-slider {
        margin: 0 auto;
        max-width: 1460px;
    }

    .cus-nav .flickity-page-dots {
        display: none;
    }

    .header-inner.flex-row.container.logo-left.medium-logo-left {
        align-items: start;
        padding-top: 24px;
    }

    .stuck .header-inner.flex-row.container.logo-left.medium-logo-left {
        padding-top: 0;
        align-items: center;
    }

    .header-block-block-1 .icon-box strong {
        font-size: 18px;
    }

    ul.header-nav.header-nav-main.nav>li {
        margin: 0 15px;
    }

    .col-cusp .col {
        padding-bottom: 21px;
    }

    h1.product-title.product_title.entry-title {
        margin-bottom: 57px;
    }

}

@media screen and (min-width: 1200px) {

    .header-block-block-1:after {
        content: '';
    }

    .col-ff-menu-1 .col-inner {
        padding-left: 40px;
    }

}

@media screen and (min-width: 1600px) {
    .cus-nav.slider-nav-outside .flickity-prev-next-button.previous {
        left: auto;
        right: calc(100% + 12px);
    }

    .cus-nav.slider-nav-outside .flickity-prev-next-button.next {
        right: auto;
        left: calc(100% + 12px);
    }

    .list-shop-container .large-5 {
        max-width: 680px;
        flex-basis: unset;
    }

    .list-shop-container .large-7 {
        max-width: calc(100% - 680px);
        flex-basis: unset;
    }

    .logo-left .logo {
        margin-right: 215px;
    }

    .col-ff-main .col-inner {
        padding-right: 55px;
    }

    .col-ff-menu .col-inner {
        padding: 0 55px;
    }

}

@media screen and (max-width: 1600px) {
    .product-small.box .price>span.p-sK {
        font-size: 10px;
        width: 30px;
        height: 20px;
    }

    .banner-main.box-overlay .box-text {
        padding: 20px 40px;
    }

    .list-shop-tab {
        padding: 30px 15px;
    }
}

@media screen and (max-width: 1400px) {

    li.html.custom.html_topbar_left {
        font-size: 12px;
    }

    .header .gallery-menu-ver.row {
        display: none;
    }

    .header-vertical-menu__fly-out {
        width: 730px !important;
    }
}

@media screen and (max-width: 1200px) {
    ul.header-nav.header-nav-main.nav.nav-left {
        justify-content: flex-end;
        padding-top: 10px;
    }

    ul.header-nav.header-nav-main li.html.custom.html_topbar_left,
    ul.header-nav.header-nav-main li.header-search-form.search-form.html {
        display: none;
    }

    .banner-main.box-overlay .box-text {
        padding: 20px 16px;
    }

    .banner-main h2 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 16px;
    }

    .banner-main a.button.btn-main {
        margin: 0 !important;
    }

    a.button.btn-main {
        min-width: 143px;
        height: 32px;
        font-size: 14px;
        line-height: 32px;
    }

    .tab-bottom-contact span,
    .tab-bottom-item>p {
        font-size: 14px;
    }

    .tab-bottom-item h3 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .tab-bottom-item {
        padding: 17px 12px;
    }

    .tab-bottom {
        max-height: 520px;
    }

    .tab-bottom-contact span::before {
        width: 16px;
        height: 16px;
    }

    .btn-add-wrap>* {
        width: calc(50% - 4px) !important;
        min-height: 56px;
        padding: 0;
    }

    .btn-add-wrap {
        gap: 8px;
    }

    .btn-add-wrap span {
        font-size: 8px;
    }

    .box-tel .icon-box,
    .btn-add-wrap b {
        font-size: 16px;
    }

    .product-small.box .price-wrapper,
    .product-small.box .sale-gop {
        float: unset;
        width: 100%;
        text-align: left;
        margin: 3px 0;
    }

    .blog-ver-w .product-small.box .product-title .woocommerce-loop-product__link {
        font-size: 20px;
    }

    .col.col-100-r>.col-inner {
        padding-right: 0 !important;
    }


    .col.col-100 {
        max-width: 100%;
        flex-basis: 100%;
    }
}

@media screen and (max-width: 1000px) {
    ul.header-nav.header-nav-main.nav.nav-left {
        display: none;
    }

    .product-thumbnails .col {
        max-width: 60px !important;
    }

    .product-thumbnails .col img {
        height: 43px !important;
        margin: 0;
        border-radius: 4px !important;
        transform: none;
    }

    .product-thumbnails a {
        border-radius: 4px;
    }
}

@media screen and (max-width: 850px) {

    .featured-box-s .flickity-page-dots {
        width: 100%;
    }

    p.price.product-page-price span.amount {
        font-size: 24px
    }

    .blog-ver-w.row {
        width: auto !important;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .blog-ver-w>.col {
        flex: 0 0 auto !important;
        max-width: 80%;
    }

    .list-tag-wrap {
        overflow: scroll;
        margin-bottom: 20px;
    }

    .list-tag {
        margin-bottom: 15px;
        display: flex;
        margin: 0 0 10px;
        width: max-content;
    }

    .list-tag a {
        font-size: 14px;
        margin-right: 16px;
        width: max-content;
        display: block;
    }

    .list-type-wrap {
        flex-direction: column;
        gap: 10px;
        padding: 10px 0;
    }

    .list-type {
        gap: 10px
    }

    .type-item {
        padding: 0 5px;
        min-width: 80px;
        height: 80px;
        font-size: 14px;
        gap: 4px;
    }

    .type-item img {
        width: 40px;
        height: 40px;
        object-fit: contain;
    }

    .faqs-acc-title {
        padding: 12px;
        font-size: 16px;
    }

    .faqs-acc-h {
        text-align: center !important;
    }

    .faqs-acc-item {
        margin-bottom: 12px;
        border: 0;
        box-shadow: 0px 0px 1px 0px #1F22293D;
    }

    .faqs-acc-title .icon::after {
        width: 16px;
        height: 16px;
    }

    .re-box {
        font-size: 14px;
    }

    .re-box .icon-box-img {
        max-width: 32px;
    }

    .re-box .icon-box-img+.icon-box-text {
        padding-left: 8px;
    }

    .re-sub {
        padding-left: 40px;
        margin-top: 12px;
    }

    .box-v {
        padding: 6px 10px;
    }

    .form-bottom {
        flex-direction: column;
        align-items: start;
        padding-left: 15px;
        padding-bottom: 15px;
    }

    .form-fqa h4 {
        font-size: 14px;
    }

    .form-bottom>* {
        width: 100%;
    }

    .form-bottom input[type="submit"] {
        min-width: 80px;
        width: 80px;
        height: 40px;
        font-size: 16px;
    }

    .form-bottom input[type="text"],
    .form-bottom input[type="email"] {
        width: 100%;
        height: 40px;
        font-size: 14px;
        margin-bottom: 11px;
    }

    .form-fqa .form-top textarea {
        font-size: 16px;
        padding-left: 15px;
        height: 104px;
    }

    .wpcf7-radio {
        margin-bottom: 19px;
    }

    .header-main {
        height: 50px !important;
    }

    .header-block-block-1 .icon-box:not(.is-selected) {
        opacity: 0 !important
    }

    .header-block-block-2,
    .header-block-block-2 strong,
    .header-main .nav>li>a {
        font-size: 10px;
    }

    a.header-cart-link span {
        color: #000;
    }

    .header-block .icon-box .icon-box-img {
        width: 24px !important;
    }

    #logo {
        width: 179px !important;
    }

    .header-block-block-1 .icon-box .icon-box-img {
        width: 14px !important;
    }

    .header-block-block-1 .icon-box .icon-inner {
        height: 14px;
        width: 14px;
    }

    .icon-shopping-bag:before {
        width: 24px;
        height: 24px;
    }

    .icon-shopping-bag::after {
        display: none;
    }

    .header-block-block-2 .icon-box-text {
        padding-left: 4px !important;
    }

    .nav>li>a.header-cart-link {
        gap: 4px;
    }

    .header-bottom {
        background-color: #fff !important;
    }

    li.header-search-form.search-form.html.relative.has-icon {
        width: 100%;
    }

    li.header-search-form.search-form input[type=search] {
        height: 40px;
        position: relative;
        left: 1px;
    }

    li.header-search-form.search-form button[type=submit] {
        height: 40px;
        width: 40px;
        border-radius: 4px !important;
    }

    li.header-search-form.search-form button[type=submit] i {
        font-size: 16px;
    }

    .gallery-menu-ver.row {
        width: auto !important;
        margin: 0 -12px !important;
        display: none;
    }

    .gallery-menu-ver.row.active {
        display: flex;
    }

    .gallery-menu-ver img {
        padding: 0;
        border-radius: 0;
    }

    .gallery-menu-ver .col {
        margin-bottom: 0;
        padding: 0 12px !important;
    }

    .banner-main.box-overlay .box-text {
        padding-bottom: 48px;
    }

    .pb-m-0 {
        padding-bottom: 0 !important;
    }

    .slide-banner-cat.row {
        margin: 0 -5px !important;
    }

    .product-thumbnails.row .flickity-prev-next-button.previous {
        left: 0
    }

    .product-thumbnails.row .flickity-prev-next-button.next {
        right: 0
    }

    .variations .label label {
        font-size: 14px;
        margin-bottom: 10px !important;
    }

    .ux-swatch--image {
        min-width: 102px;
        font-size: 14px;
    }

    .ux-swatch__text {
        font-size: 14px;
    }

    p.price.product-page-price {
        height: 52px;
        margin: 0 -12px 16px;
    }

    .col-km .col-inner {
        border: 0;
    }

    .col-km .desc,
    .col-km .section-title {
        padding: 0;
    }

    .col-km h4,
    .col-km .section-title {
        font-size: 16px;
    }

    .num-ul ul li {
        font-size: 14px;
    }

    .box-tel .icon-box .icon-box-img {
        width: 40px !important;
    }

    .video-sub-box h3 {
        text-transform: none;
        font-size: 14px;
    }



    .wrap-blog {
        max-width: 100%;
        margin-top: -40px;
        padding: 14px;
    }

    .wrap-blog h1 {
        font-size: 18px;
    }

    .entry-content,
    .entry-category a:first-child {
        font-size: 14px;
    }

    .author-img {
        width: 32px;
        height: 32px;
    }

    .author-text>span {
        font-size: 11px;
    }

    .sf-related-post--box {
        width: 100%;
        margin-bottom: 12px;
    }

    .col-blog-main h5.post-title a,
    .col-blog-main h5.post-title,
    .sf-related-post--box-content a {
        -webkit-line-clamp: 2;
        font-size: 16px;
    }

    span.date {
        font-size: 10px;
    }

    .sf-related-post--box-thumbnail {
        width: 40%;
        margin-right: 12px;
    }
}

@media screen and (max-width: 550px) {
    .list-cat-slider {
        margin-top: 12px;
    }

    .pd-mb-s {
        padding: 12px 0;
    }

    .type-item-2 img {
        width: 70px;
        height: 70px;
        padding: 6px;
    }

    .type-item-2 {
        font-size: 14px;
    }

    .col-produc-img {
        padding-bottom: 0;
    }

    .col-produc-img>.col-inner,
    .col-produc-text>.col-inner {
        padding: 10px;
    }

    .box-tel>* {
        --stack-gap: 10px !important;
    }

    .tab-wrap {
        margin: 0;
    }

    .faqs-wrap {
        margin-top: 12px;
    }

    .pk-products-wrapper,
    .related-products-wrapper,
    .gallery_product-wrap,
    .tab-wrap .tab-desc,
    .video-wrap {
        padding: 12px 10px;
        background-color: #fff;
        margin-top: 12px;
        margin-bottom: 0;
    }

    .video-wrap {
        margin: 0 12px;
    }

    .p-mb-h {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .br-mb-4 .section-bg.bg-loaded {
        border-radius: 4px;
    }

    .tabbed-content .nav>li>a {
        padding: 0 8px;
        font-size: 20px;
    }

    .tabbed-content .nav>li {
        flex: 0 0 auto;
    }

    .tabbed-content .nav {
        padding-bottom: 10px;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .main-img {
        margin: 0 -12px;
    }

    .rank-math-breadcrumb p {
        font-size: 12px;
        margin-bottom: 10px;
    }

    h2 {
        font-size: 20px;
    }

    .row-ff-main .col {
        padding-bottom: 24px;
    }

    .row-ff-main .is-divider {
        margin: 4px 0 14px !important;
    }

    .footer-title * {
        padding-bottom: 0;
        line-height: 1.3;
        font-size: 16px;
    }

    .footer-desc-s {
        font-size: 12px;
    }

    .footer-desc-s h3 {
        font-size: 16px;
    }

    .footer-desc-s h4 {
        font-size: 14px;
    }

    .col-cusp {
        font-size: 11px;
    }

    .banner-main .image-cover {
        padding-top: 120% !important;
    }

    .banner-main .overlay {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40.15%, rgba(0, 0, 0, 0.4) 76.64%);
    }

    .ss-info .section-content,
    .section-content,
    .header-full-width .container {
        padding: 0 12px !important;
    }

    .container-full .section-bg.bg-loaded {
        left: 12px;
        right: 12px
    }

    .slider-main .flickity-page-dots {
        bottom: 16px;
    }

    .cus-nav .flickity-prev-next-button {
        width: 22px;
        height: 35px;
        background-color: rgba(255, 255, 255, 1) !important;
        box-shadow: 0px 10px 24px 0px #0000001A !important;
    }

    .tab-list-title {
        flex-direction: column;
        margin-bottom: 20px;
        align-items: start;
    }

    .list-shop-iframe iframe {
        left: 0;
        right: 0;
        width: 100%;
    }

    .list-shop-iframe {
        height: 385px;
    }

    .list-shop-container {
        padding: 12px 10px;
        background-color: #fff;
    }

    .list-shop-tab {
        padding: 0 0 12px;
    }

    .video-main-slider::after,
    .video-sub-slider::after {
        content: '';
    }

    .video-main-ifarme {
        display: none;
    }

    .video-main-ifarme.active {
        display: block;
    }

    .video-main-ifarme iframe {
        height: 288px;
        object-fit: cover;
    }

    .video-sub-box {
        max-width: 100%;
        margin-bottom: 16px;
        position: relative;
    }

    .video-sub-box a {
        position: absolute;
        inset: 0;
        z-index: 2
    }

    .video-wrap:not(.active) .video-sub-box:nth-child(n + 5) {
        display: none !important
    }

    .video-sub-slider {
        white-space: unset !important;
        margin-top: 10px;
    }

    .video-sub-box img {
        aspect-ratio: 1/0.57;
        float: left;
        width: 40%;
        border-radius: 4px;
        margin-right: 10px;
    }

    .video-sub-box h3 {
        font-size: 14px;
        width: calc(100% - 170px);
    }

    .ss-title {
        margin-bottom: 9px;
    }

    a.btn-show-more {
        height: 32px;
        width: 100%;
        margin: 0;
    }

    .tab-wrap {
        border: 0;
    }

    .tab-content {
        border: 0;
        padding: 0;
    }

    .tab-desc {
        margin-top: 14px;
    }

    .tab-desc-inner {
        font-size: 14px;
    }

    .tab-desc-title h2 {
        text-transform: uppercase;
        padding-bottom: 10px;
        margin-bottom: 0;
        border-bottom: 1px solid #00000033;
    }

    .tab-main h2 {
        margin-bottom: 16px;
    }

    .gallery-row {
        display: grid;
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .gallery_product-slider .gallery-row {
        gap: 6px;
    }

    .block-sforum .sforum__content .sforum__content-item .content-item__img {
        height: 88px;
        margin-right: 12px;
        width: 88px;
    }

    .block-sforum .sforum__content .sforum__content-item .content-item__text {
        width: calc(100% - 100px);
    }

    .block-sforum {
        margin-top: 15px;
        padding: 12px;
        margin-bottom: 0;
    }

    .block-sforum .sforum__title {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 16px;
    }

    .product-small.box .price span.amount {
        font-size: 14px;
    }

    .product-small.box .sale-gop,
    .product-small.box .price del span.amount,
    .product-small.box .woocommerce-loop-product__link {
        font-size: 12px;
    }

    .product-small.box .product-title {
        margin-bottom: 10px !important;
    }

    .product-small.box .product-title::after {
        margin-top: 10px;
    }

    .sale-gop b {
        font-weight: normal;
    }

    .related h2 a {
        width: auto;
        height: auto;
        background-color: transparent;
        color: #000;
        text-decoration: underline;
        font-size: 14px;
        font-weight: 700;
        border: 0;
        font-family: var(--font-1);
    }

    .featured-box-s {
        padding: 14px !important;
        border: 1px solid #0000000D;
    }

    .cat-label span {
        font-size: 14px;
    }

    .featured-box-s .post-title {
        font-size: 18px;
    }

    .featured-box-s p {
        font-size: 12px;
    }

    .cat-label {
        padding: 3px 10px;
    }

    .col-blog-ver::after {
        content: "";
        clear: both;
        display: table
    }

    .col-blog-ver .box-image .image-cover {
        padding-top: 75px !important;
    }

    .col-blog-ver .box-image {
        float: left;
        width: 42% !important;
        display: block;
        margin-right: 15px;
    }

    .col-blog-ver .box-text {
        width: 53% !important;
        float: left;
        padding: 0;
    }

    .col-blog-main>.col-inner {
        padding: 14px 10px;
    }

    .col-blog-main>.col-inner>h2 {
        margin-bottom: 14px
    }

    .mb-center {
        justify-content: center;
        width: max-content;
        margin: 0 auto;
    }

    .mb-center .icon-box-img {
        max-width: 14px;
    }

    .cus-nav .flickity-page-dots .dot.is-selected {
        background-color: var(--color-red)
    }

    .cus-nav-s .flickity-prev-next-button.next {
        right: -11px;
    }

    .cus-nav-s.row {
        margin: 0 -2px !important;
    }

    .cus-nav-s .product-small.col {
        max-width: 47%;
        flex-basis: 47%;
        padding: 0 2px !important;
    }

    .box-category .box-image {
        max-width: 52px;
    }

    .box-category .header-title {
        font-size: 10px;
    }

    .blog-ver-w .product-small.box .product-title {
        font-size: 18px;
        font-weight: 300;
        margin-bottom: 12px;
    }

    .blog-ver-w .product-small.box .product-title .woocommerce-loop-product__link {
        font-size: 18px;
        font-weight: 300;
    }

    .blog-ver-w .box-vertical .box-text>span {
        margin-top: 8px;
    }

    .blog-ver-w .product-small.box .price span.amount {
        font-size: 14px;
    }

    .blog-ver-w .product-small.box .product-title::before {
        display: none;
    }

    .title-2 h2 {
        font-size: 14px;
        font-weight: 500;
    }

    .white-mb * {
        color: #fff !important;
        font-size: 14px;
    }

    .ar-desc {
        padding: 15px;
        position: relative;
    }

    .cps-block-content_btn-showmore {
        position: relative;
        z-index: 2;
    }

    .ar-desc::after {
        content: "";
        background: linear-gradient(180deg, rgb(255 255 255 / 68%) 1.56%, #F5F5F5 100%);
        width: 100%;
        height: 120px;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    body {
        font-size: 14px;
    }

    .product-small.box .price {
        position: relative;
        padding-right: 50px;
        width: max-content;
    }
}

.yourCart-ss .container {
    max-width: 650px !important;
}

.page-template-pay-bank .yourCart-ss .container {
    max-width: 850px !important;
}

.yourCart-wrap-main {
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 24px 80px rgba(0, 0, 0, .07), 0 10.0266px 33.4221px rgba(0, 0, 0, .0503198), 0 5.36071px 17.869px rgba(0, 0, 0, .0417275), 0 3.00517px 10.0172px rgba(0, 0, 0, .035), 0 1.59602px 5.32008px rgba(0, 0, 0, .0282725), 0 .664142px 2.21381px rgba(0, 0, 0, .0196802);
    border-radius: 12px;
    padding: 30px;
    margin: 0 auto;
}

#card_desc {
    background-color: #fff;
    border-radius: 10px;
}

#card_desc .content {
    overflow: auto
}

.PriceTable.processing::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 21%);
}

.PriceTable {
    display: none;
    padding-top: 45px;
}

.PriceTable .tablep {
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    border-radius: 12px;
    overflow: hidden
}

.PriceTable .tablep .title {
    background: #f9f2e5;
    font-size: 14px;
    line-height: 20px;
    color: #101010;
    padding: 15px 7px;
    display: block;
    text-align: center
}

.PriceTable .tablep .mbsc .line {
    width: 100%;
    height: 16px;
    margin-top: 12px;
    border-radius: 7px;
    background-image: linear-gradient(90deg, #ddd, #e8e8e8 40px, #ddd 80px);
    background-size: 600px;
    animation: shine-lines 1.6s linear infinite
}

.PriceTable .tablep .mbsc .line~.line {
    background-color: #ddd
}

@keyframes shine-lines {
    0% {
        background-position: -100px
    }

    40%,
    to {
        background-position: 140px
    }
}

.mbsc-views {
    position: relative;
    overflow: auto;
    /* border: 1px solid black; */
    white-space: nowrap;
    width: 100%;
}

.PriceTable table {
    margin: 0;
    width: max-content;
    border-collapse: collapse
}

.PriceTable table tr {
    height: 52px;
    white-space: normal;
}

.PriceTable table td.frcol {
    width: 250px;
    min-width: 250px;
    max-width: 250px;
    left: 0px;
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
    background: #fff;
}

.PriceTable table td {
    padding: 14px 7px;
    width: 160px;
    position: relative;
    width: 150px;
    min-width: 150px;
    max-width: 150px;
    left: 0;
}

.PriceTable table td:not(:first-child) {
    text-align: center
}

.PriceTable table td.lstcol {
    padding-right: 10px
}

.PriceTable table tr:last-child td {
    text-align: center
}

.PriceTable table tr:nth-child(2n) td {
    background-color: #f5f5f7
}

.PriceTable table .txtright {
    text-align: right !important
}

.PriceTable table .month-row {
    font-weight: 700
}

.PriceTable table button {
    background: #0071e3;
    border-radius: 12px;
    font-size: 13px !important;
    line-height: 20px;
    text-transform: none;
    font-weight: 400;
    height: 40px !important;
    margin: auto !important;
    padding: 0 5px !important;
    letter-spacing: -.1px;
    border: none;
    color: #fff;
    cursor: pointer
}

.PriceTable table button.disabled {
    background: silver !important;
    border: none !important;
    cursor: not-allowed !important
}

.PriceTable table button.tgdd {
    color: #fff;
    border: 1px solid #f89406;
    background-image: linear-gradient(-180deg, #f89406, #f76b1c)
}

.PriceTable .rechoosemonth {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #0071e3
}

.yourCart-info {
    margin-top: 20px;
}

.yourCart-info h4 {
    font-size: 15px
}

.yourCart-info h5 {
    font-size: 14px
}

.yourCart-info input[type=radio] {
    width: 16px;
    height: 16px;
    margin-right: 2px;
    margin-bottom: 0;
}

.yourCart-info [data-name="my-sex"] {
    margin-bottom: 15px
}

.yourCart-info input:not([type="submit"], [type="checkbox"], [type="radio"]),
.yourCart-info-box input,
.yourCart-info-box select,
.yourCart-info .wpcf7-form input:not([type="submit"], [type="checkbox"], [type="radio"]) {
    height: 50px;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    color: #000;
    padding-left: 15px;
    box-shadow: none;
    margin-bottom: 15px
}

.yourCart-info hr {
    margin: 0 -30px !important;
    border-width: 0;
    border-top: 4px solid #e5e5e5;
    margin: 15px 0;
    opacity: 1;
}

.nav>li>a.header-cart-link>span:not(.header-cart-title) {
    display: none
}

.yourCart-info-box {
    background: #f5f5f7;
    border: 0;
    border-radius: 12px;
    margin: 20px 0;
    padding: 10px 12px 5px
}

.yourCart {
    display: block;
    overflow: hidden;
    font-weight: 400;
    display: grid;
    grid-template-columns: 34% 32% 34%;
    padding: 15px 0;
    align-items: center
}

.yourCart>span {
    float: right;
    padding: 9px 10px
}

.yourCart .go-back {
    color: #323232;
    font-size: 14px;
    margin-left: 2px;
    position: relative;
    padding: 0 12px
}

.yourCart .go-back:before {
    top: 9px;
    rotate: 135deg
}

.yourCart .go-back:after,
.yourCart .go-back:before {
    content: "";
    position: absolute;
    background: #323232;
    border-radius: 24px;
    display: block;
    width: 8px;
    height: 2px;
    left: 0
}

.yourCart .go-back:after {
    top: 12px;
    rotate: 45deg
}

.yourCart .title-installment {
    text-align: center;
    color: #101010;
    line-height: 20px;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase
}

.yourCart .finance-url {
    color: #2f80ed;
    justify-self: right;
    border: 1px solid #2f80ed;
    padding: 4px 15px 4px 5px;
    border-radius: 4px;
    position: relative;
    background: #fff;
    font-size: 13px;
}

.yourCart .finance-url:hover {
    background-color: #2f80ed;
    color: #fff
}

.yourCart .finance-url:after {
    content: "";
    position: absolute;
    background: #2f80ed;
    border-radius: 24px;
    display: block;
    width: 8px;
    height: 2px;
    top: 16px;
    right: 4px;
    rotate: 135deg
}

.yourCart .finance-url:hover:after {
    background: #fff
}

.yourCart .finance-url:before {
    content: "";
    position: absolute;
    background: #2f80ed;
    border-radius: 24px;
    display: block;
    width: 8px;
    height: 2px;
    top: 11px;
    right: 4px;
    rotate: 45deg
}

.yourCart .finance-url:hover:before {
    background: #fff
}

.listing-cart {
    display: flex;
    flex-flow: column wrap
}

.listing-cart .product-item:not(:first-child) {
    border-top: 1px solid #e1e1e1
}

.listing-cart .product-item {
    display: block;
    padding: 10px 0px;
    width: 100%;
    box-sizing: border-box
}

.topzone .listing-cart .product-item {
    padding: 10px 0;
    display: grid;
    grid-template-columns: 20% 80%;
}

.topzone .listing-cart .promo aside {
    background: #f5f5f7;
    border-radius: 12px;
    padding: 30px 20px !important;
    margin-top: 10px
}

.topzone .listing-cart .promo aside ul {
    margin: 0;
    margin-left: 20px
}

.promo #promoText p {
    font-weight: 700;
    margin: 0
}

.listing-cart .product-item .imgsp {
    float: left;
    grid-row: 1/10
}

.listing-cart .imgsp a,
.listing-cart .imgsp a img {
    display: block;
    overflow: hidden
}

.listing-cart .imgsp a img {
    width: 75px;
    margin: auto
}

.listing-cart .product-item .infosp {
    display: block
}

.listing-cart .infosp .name-price {
    display: block;
    position: relative
}

.listing-cart .product-item .infosp hr {
    width: 65%;
    visibility: hidden
}

#isShowStarForPrice {
    color: red
}

.listing-cart .name-price a {
    float: left;
    width: 70%;
    font-size: 14px;
    color: #333;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden
}

.listing-cart .name-price span {
    float: right;
    color: #f30c28;
    font-size: 14px;
    text-align: right;
    margin-bottom: 2px
}

.yourCart-ss .listing-cart .name-price span {
    color: #000;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    position: relative;
    right: 0;
}

.listing-cart .name-price span del {
    display: block;
    overflow: hidden;
    color: #666
}

.listing-cart .promo {
    display: block
}

.listing-cart .promo .selectPro {
    border: 0
}

.listing-cart .promo label {
    display: block;
    overflow: hidden;
    color: #288ad6;
    font-size: 12px;
    padding: 8px 0 0;
    cursor: pointer
}

.listing-cart .promo label.active:after {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

.listing-cart .promo label:after {
    content: "";
    border-top: 6px solid #288ad6;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px
}

.listing-cart .promo .selectPro label {
    color: #333;
    font-size: 12px;
    display: block !important;
    cursor: unset !important
}

.listing-cart .promo .selectPro label:after {
    content: unset
}

.listing-cart .promo small {
    display: none;
    overflow: hidden;
    font-size: 12px;
    color: #666;
    padding: 0 0 0 10px
}

.listing-cart .promo small b {
    color: #d52320
}

.listing-cart .promo small:before {
    content: "\2022";
    color: #d8d8d8;
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px 0 -7px
}

.listing-cart .promo small.active {
    display: block
}

.listing-cart .promo small .circle {
    padding: 0 15px;
    line-height: 1.5;
    position: relative
}

.listing-cart .promo small .circle:before {
    background-color: #bebebe;
    border-radius: 50%;
    content: "";
    height: 3px;
    width: 3px;
    left: 5px;
    position: absolute;
    top: 7px
}

.listing-cart .promo span {
    display: inline-table;
    overflow: hidden;
    color: #666;
    font-size: 12px
}

.listing-cart .choose-color {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative
}

.listing-cart .choose-color label {
    float: left;
    color: #288ad6;
    font-size: 12px;
    padding: 6px 0 0;
    cursor: pointer
}

.listing-cart .choose-color label:after {
    content: "";
    border-top: 6px solid #288ad6;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px
}

.listing-cart .choose-color aside>span {
    float: left;
    color: #666;
    font-size: 12px;
    padding: 6px 0 0
}

.listing-cart .choose-color .sg-color {
    position: absolute;
    top: 30px;
    left: -35px;
    width: 210px;
    padding: 0 10px;
    background: #fff;
    border: 1px solid #d8d8d8;
    z-index: 1;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

.listing-cart .choose-color .sg-color.active {
    display: block
}

.listing-cart .choose-color .sg-color:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    border-top: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    transform: rotate(-45deg);
    position: absolute;
    display: block;
    top: -6px;
    left: 70px
}

.listing-cart .choose-color .sg-color .select-color {
    display: block;
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    cursor: pointer
}

.listing-cart .choose-color .sg-color .select-color:last-child {
    border-bottom: 0
}

.listing-cart .choose-color .select-color img {
    display: inline-block;
    vertical-align: middle;
    width: 30px
}

.listing-cart .choose-color .select-color small {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #288ad6;
    margin-left: 8px
}

.listing-cart .choose-color .select-color.active small {
    font-weight: 600
}

.listing-cart .product-item .morecolor {
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 15px 0 0
}

.listing-cart .product-item .morecolor i {
    float: left;
    margin: 2px 4px 0 0
}

.listing-cart .product-item .morecolor i.active {
    background-position: -101px 0
}

.listing-cart .product-item .morecolor span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    cursor: pointer
}

.listing-cart .product-item .morecolor .listColor {
    display: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
    margin-top: 8px;
    position: relative
}

.listing-cart .product-item .morecolor .listColor.active {
    display: block
}

.listing-cart .product-item .morecolor .listColor:before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background: #fff;
    transform: rotate(-45deg);
    display: block;
    position: absolute;
    top: -6px;
    left: 30px
}

.listing-cart .product-item .morecolor .listColor.hasError {
    border: 1px solid #dd4b39
}

.listing-cart .product-item .morecolor .listColor.hasError:before {
    border-top: 1px solid #dd4b39;
    border-right: 1px solid #dd4b39
}

.submitorder {
    background: var(--primary-color);
    border-radius: 12px;
    font-size: 15px;
    display: block;
    overflow: hidden;
    color: #fff;
    text-align: center;
    height: 50px;
    margin: 20px 0;
    border: 0;
    width: 100%;
}

#tpbxchooseprepaid,
.chooseprepaid {
    display: inline-block
}

.prepaidCbl {
    margin-bottom: 10px
}

.prepaidCbl p {
    margin-bottom: 10px;
}

.chooseprepaid {
    vertical-align: middle;
    width: 183px;
    position: relative;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 8px;
    line-height: 32px;
    font-size: 14px;
    padding: 0 0 0 10px;
    cursor: pointer;
    margin: 7px 20px 10px 0
}

.chooseprepaid:before {
    content: "";
    position: absolute;
    background: #000;
    border-radius: 24px;
    display: block;
    width: 5px;
    height: 1px;
    top: 50%;
    right: 13px;
    transform: rotate(45deg)
}

.chooseprepaid.active:before,
.chooseprepaid:after {
    transform: rotate(-45deg)
}

.chooseprepaid:after {
    content: "";
    position: absolute;
    background: #000;
    border-radius: 24px;
    display: block;
    width: 5px;
    height: 1px;
    top: 50%;
    right: 10px
}

.chooseprepaid.active:after {
    transform: rotate(45deg)
}

.chooseprepaid span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.chooseprepaid span b {
    color: #d51a31
}

.listprepaid {
    display: none;
    overflow: visible;
    position: absolute;
    top: 34px;
    left: 0;
    right: 0;
    z-index: 9;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1);
    padding-left: 10px;
    overflow-y: auto;
    max-height: 150px
}

.listprepaid::-webkit-scrollbar {
    width: 8px;
    padding: 10px
}

.listprepaid::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 5px
}

.listprepaid::-webkit-scrollbar-thumb {
    background: grey;
    border-radius: 5px
}

.listprepaid a {
    display: block;
    overflow: hidden;
    color: #333;
    padding: 5px
}

.listprepaid a:active,
.listprepaid a:hover {
    color: #288ad6
}

.w-50 {
    width: 50% !important
}

.btnlstMonthContainer {
    display: none;
    grid-template-columns: repeat(4, minmax(13vw, 1fr));
    margin: 0 0 18px;
    grid-gap: 10px
}

.btnlstMonthContainer .btnlstMonth {
    background: #fff;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    border-radius: 12px;
    padding: 14px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex: 1;
    overflow: hidden;
    max-width: 25vw
}

.btnlstMonthContainer .btnlstMonth.active {
    border-color: #0071e3
}

.PriceTable .rechoosemonth {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #0071e3;
    text-align: center;
    cursor: pointer;
}

.feature-packages {
    opacity: .87;
    border-top: 1px solid #e4e4e4;
    padding: 10px
}

.feature-packages .feature-label {
    background-color: #f1f1f1;
    margin: auto;
    width: -moz-max-content;
    width: max-content;
    height: 44px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    gap: 5px;
    padding: 2px
}

.feature-packages .label-items {
    padding: 10px 13px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    display: inherit;
    text-align: center;
    position: relative
}

.feature-packages .label-items.active {
    background-color: #fff;
    font-weight: 700;
    color: #d00;
    pointer-events: none
}

.feature-packages .label-items.active:after,
.feature-packages .label-items.non-border:after,
.feature-packages .label-items:last-child:after {
    display: none !important
}

.feature-packages .label-items:after {
    content: "";
    position: absolute;
    display: block;
    right: -9px;
    border-top: 20px solid #dbdbdb;
    border-right: 2px solid #dbdbdb
}

.feature-packages h3 {
    margin-top: 5px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #222;
    margin-bottom: 5px;
    font-weight: 600;
    margin-left: 10px
}

.feature-packages .installment-packages {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 0;
    margin-top: 7px;
    position: relative;
    padding: 10px 0
}

.feature-packages .loading {
    opacity: .5;
    pointer-events: none
}

.feature-packages .viewmore-area {
    position: relative;
    height: 40px
}

.feature-packages .viewmore-area button {
    position: absolute;
    width: 210px;
    height: 30px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    border-radius: 20px;
    z-index: 1;
    text-align: left;
    padding-left: 25px;
    cursor: pointer;
    font-weight: normal;
    font-size: 14px;
}

.feature-packages .viewmore-area button:before {
    content: "";
    position: absolute;
    display: block;
    top: 45%;
    right: 22px;
    border-top: 6px solid #333;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    transition: .3s;
    font-weight: normal;
    font-size: 14px;
}

.feature-packages .viewmore-area hr {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%);
    width: 100%;
    z-index: 0;
    border: none;
    height: 1px;
    background-color: #e0e0e0;
    opacity: 1;
    margin: 0;
}

.feature-item {
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .12);
    margin: 8px 6px
}

.feature-item .package-title {
    height: 45px;
    border-radius: 12px 12px 0 0;
    color: #fff;
    padding: 10px 16px 9px 9px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.feature-item .package-title td:nth-child(2) {
    text-align: right
}

.feature-item .package-title.hdsaison,
.feature-item .package-title.home_c {
    background-color: #dd042b
}

.feature-item .package-title.fe_c {
    background-color: #037d3c
}

.feature-item .package-title.m_c {
    background-color: #0a75e9
}

.feature-item .package-title.acs {
    background-color: #6f66ac
}

.feature-item .package-title.shinhan,
.feature-item .package-title.mafc {
    background-color: #e6883c
}

.feature-item .choose-package {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 34px;
    height: 41px;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    text-align: center;
    font-weight: 700;
    padding: 10px;
    border-radius: 8px;
    background: #fff;
    width: 100%;
    cursor: pointer;
    margin: 5px 0;
    font-size: 14px
}

.feature-item .choose-package.tgdd {
    color: #f89406;
    border: 1px solid #f89406
}

.feature-item .choose-package.hconline {
    padding: 2px 10px
}

.feature-item .choose-package.hconline span {
    font-size: 11px;
    font-weight: 400;
    display: block;
    width: 100%;
    clear: both
}

.feature-item .choose-package:hover {
    background: #0071e3;
    color: #fff
}

.feature-item .choose-package.tgdd:hover {
    color: #fff;
    background: linear-gradient(-180deg, #f89406, #f76b1c)
}

.feature-item table {
    padding: 5px;
    width: 100%
}

.feature-item table tr {
    vertical-align: 0;
    font-size: 13px;
    font-weight: 400;
    height: 25px
}

.feature-item table tr td:nth-child(odd) {
    width: 100px
}

.feature-item table tr td div {
    min-height: 25px;
    height: 35px;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden
}

.feature-item .package-title {
    padding: 10px 5px 9px 5px !important
}

.feature-item .package-title .right-title {
    float: right;
    text-align: right;
    overflow: hidden
}

.feature-item .package-title .right-title span {
    display: block;
    clear: both;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden
}

.bankLogo-small {
    height: 23px;
    margin: 0 5px 0 0;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.feature-packages .snippet {
    position: relative;
    transform: translateY(-50%);
    top: 50%
}

.feature-packages .stage {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 2rem 0;
    margin: 0 -5%;
    overflow: hidden
}

.feature-packages .three-dots-loading {
    position: absolute;
    width: 100%;
    height: 100%
}

.feature-packages .dot-pulse {
    position: relative;
    left: -9999px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #4285de;
    color: #4285de;
    box-shadow: 9999px 0 0 -5px #4285de;
    animation: dotPulse 1.5s linear infinite;
    animation-delay: .25s
}

.dot-pulse:after,
.feature-packages .dot-pulse:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #4285de;
    color: #4285de
}

.feature-packages .dot-pulse:before {
    box-shadow: 9984px 0 0 -5px #4285de;
    animation: dotPulseBefore 1.5s linear infinite;
    animation-delay: 0s
}

.feature-packages .dot-pulse:after {
    box-shadow: 10014px 0 0 -5px #4285de;
    animation: dotPulseAfter 1.5s linear infinite;
    animation-delay: .5s
}

.price-table .choose-package {
    display: block;
    color: #fff !important;
    border: 1px solid #0071e3;
    text-align: center;
    padding: 5px 3px;
    background: #0071e3 !important;
    width: 98%;
    cursor: pointer;
    margin: 0 auto
}

.price-table .choose-package.tgdd {
    color: #fff;
    border: 1px solid #f89406;
    background-image: linear-gradient(-180deg, #f89406, #f76b1c)
}

.price-table .choose-package.small {
    width: 60%
}

.price-table .choose-package.small .text-order {
    font-size: 12px
}

.price-table td.is-button {
    padding: 5px 2px
}

.price-table .choose-package .text-order {
    font-size: 10px;
    font-weight: 400;
    color: #fff
}

.price-table .is-zero span {
    color: #ed1c24;
    background: #f9f2e5;
    border-radius: 4px;
    padding: 5px 10px;
    font-weight: 600
}

.table-feature-package-item {
    padding: 5px;
    width: 100%;
    font-weight: 400;
    /* height: 235px; */
}

.table-feature-package-item.fixsize {
    height: 195px
}

.table-feature-package-item div {
    vertical-align: 0;
    font-size: 13px;
    font-weight: 400;
    min-height: 25.5px;
    display: grid;
    grid-template-columns: 47% 53%;
    width: 100%
}

.table-feature-package-item div span:nth-child(odd) {
    width: 100px
}

.table-feature-package-item div:last-child {
    display: block;
    height: -moz-fit-content;
    height: fit-content
}

.table-feature-package-item div span.td_5 {
    cursor: pointer
}

.table-feature-package-item div span.td_5 p {
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden
}

.table-feature-package-item div span.td_5[data-title] {
    position: relative
}

.table-feature-package-item div span.td_5[data-title],
.table-feature-package-item div span.td_5[data-title]:hover:after {
    opacity: 1;
    transition: all .1s ease .5s;
    visibility: visible
}

.table-feature-package-item div span.td_5[data-title]:after {
    content: attr(data-title);
    background-color: #fff;
    color: #111;
    font-size: 13px;
    position: absolute;
    padding: 1px 5px 2px 5px;
    opacity: 0;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 4px;
    z-index: 99999;
    top: 20px;
    left: 0;
    width: 100px;
    visibility: hidden
}

.package-installment {
    padding: 0;
}

.package-installment h3 {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 700
}

.package-installment .note-pick-package {
    font-size: 13px;
    color: #777;
    margin-top: 5px
}

.package-installment .package-selection {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-gap: 10px;
    margin-top: 10px
}

.package-installment .note-installment {
    margin: 25px 0 30px;
    font-size: 14px
}

.package-installment .note-installment p:not(:first-child) {
    padding-top: 10px
}

.package-selection .select-option button {
    display: block;
    padding: 10px;
    border: 1px solid #d1d1d1;
    border-radius: 8px;
    width: 100%;
    background: #fff;
    text-align: left;
    color: var(--primary-color);
    position: relative;
    cursor: pointer;
    text-transform: none;
    margin: 0;
}

.package-selection .select-option button:before {
    content: "";
    position: absolute;
    display: block;
    top: 45%;
    right: 18px;
    border-top: 6px solid #288ad6;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    transition: .3s;
}

.package-selection .select-option.active button:before {
    transform: rotate(180deg);
    transition: .3s
}

.package-selection .select-option {
    position: relative
}

.package-selection .select-option-package {
    margin-top: 2px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .15);
    border-radius: 8px;
    position: absolute;
    z-index: 5;
    width: 100%;
    background-color: #fff;
    max-height: 400px;
    overflow-y: auto;
    display: none;
}

.select-option .select-option-package.active {
    display: block
}

.package-selection .select-option-package::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #e5e5e5;
    border-radius: 10px
}

.package-selection .select-option-package::-webkit-scrollbar {
    width: 10px;
    background-color: #e5e5e5
}

.package-selection .select-option-package::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #288ad6
}

.package-selection .select-option-package span {
    display: block;
    padding: 10px;
    cursor: pointer;
    border-radius: 8px
}

.package-selection .select-option-package span.active {
    background: #0071e3;
    color: #fff
}


.price-table {
    border-collapse: collapse;
    border: 1px solid #f1f1f1
}

.price-table tr .no-data {
    border: none;
    text-align: center;
    color: red
}

.price-table tr:first-child {
    background-color: #f5f5f7;
    text-align: center
}

.price-table tr:first-child td:first-child {
    text-align: left
}

.pt-loading-container .title {
    background: #f9f2e5;
    font-size: 14px;
    line-height: 20px;
    color: #101010;
    padding: 15px 7px;
    display: block;
    text-align: center
}

.pt-loading-container table {
    margin: 0;
    width: 100%;
    border-collapse: collapse
}

.pt-loading-container table td {
    padding: 10px 10px;
    width: 160px;
    position: relative;
    border: 1px solid #f1f1f1
}

.pt-loading-container table td:not(:first-child) {
    text-align: center
}

price-table {
    width: 100%;
    table-layout: fixed
}

.price-table .choose-package {
    color: #0071e3;
    font-weight: 700;
    padding: 10px;
    border-radius: 8px;
    background: #fff;
    width: 100%;
    display: block;
    line-height: 34px;
}

.price-table tr:first-child td:first-child {
    background: #f5f5f7
}

.price-table tr td:first-child {
    position: sticky;
    left: 0;
    background: #fff;
    z-index: 1
}

.price-table td {
    padding: 14px 8px;
    min-width: 100px;
    position: relative;
    border: 1px solid #f1f1f1;
    width: 100%
}

.price-table td.frcol {
    max-width: 151px;
    width: 151px;
    min-width: 151px
}

.price-table .detailsFee td {
    background-color: #fff4de !important;
    transition: .3s
}

.price-table .more-info,
.price-table .more-papers {
    color: #2f80ed;
    cursor: pointer
}

.price-table .more-info {
    position: relative
}

.price-table .more-info:before {
    content: "";
    border-top: 6px solid #288ad6;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    position: absolute;
    top: 45%;
    left: 50px
}

.price-table td img {
    width: auto;
    height: 33px;
    -o-object-fit: cover;
    object-fit: cover
}

section.yourCart-ss.topzone {
    padding-bottom: 30px;
    background-color: #Fff;
}

.ListBank {
    margin-top: 15px;
    position: relative
}

.ListBank .lstBankContainer {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px
}

.ListBank .lstBankContainer .bankItem {
    background: #fff;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px
}

.ListBank .lstBankContainer .bankItem.active {
    border-color: #0071e3
}

.ListBank .lstBankContainer .bankItem img {
    width: 76px;
    height: 24px;
    -o-object-fit: cover;
    object-fit: cover
}

.ListBank .v-skeleton-loader__table-tbody {
    padding: 0
}

.ListBank .loading-listbank {
    text-align: center;
    margin-top: 27px
}

.ListBank .lstBankContainerError {
    text-align: center;
    font-style: italic;
    margin: 10px 0 0
}

.ListMethods {
    margin-top: 32px
}

.ListMethods .ListMethodsContainer {
    display: none;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}

.ListMethods .ListMethodsContainer.active {
    display: grid;
}

.ListMethods .ListMethodsContainer .methodItem {
    background: #fff;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    border-radius: 12px;
    padding: 13px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: .5;
    cursor: pointer
}

.ListMethods .ListMethodsContainer .methodItem.visible {
    opacity: 1;
    pointer-events: unset
}

.ListMethods .ListMethodsContainer .methodItem.visible>img {
    width: 77px;
    height: 24px
}

.ListMethods .ListMethodsContainer .methodItem.active {
    border-color: #0071e3
}

.titleLinkB {
    display: flex;
    margin-bottom: 15px
}

.titleLinkB .num {
    background: #e5e5e5;
    justify-content: center;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    font-size: 13px;
    text-align: center;
    color: #3e3e3f
}

.titleLinkB .num,
.titleLinkB .txt {
    line-height: 20px;
    display: flex;
    align-items: center
}

.titleLinkB .txt {
    font-weight: 600;
    font-size: 15px;
    margin-left: 8px;
    color: #101010
}

.popup-alepay-parent {
    font-size: 14px;
}

.swiper-button-prev {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='11' viewBox='0 0 7 11' fill='none'%3E%3Cpath d='M5.75964 10L1.65835 5.5L5.75964 1' stroke='black' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    width: 20px;
    background-size: 6px;
    height: 35px;
    background-color: #Fff;
    position: absolute;
    top: 54%;
    left: -7px;
    transform: translateY(-50%);
    box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.1);
    opacity: 1 !important;
}

.swiper-button-next {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='11' viewBox='0 0 6 11' fill='none'%3E%3Cpath d='M1.01898 1L5.12028 5.5L1.01898 10' stroke='black' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: 6px;
    width: 20px;
    height: 35px;
    background-color: #Fff;
    position: absolute;
    top: 54%;
    right: -7px;
    transform: translateY(-50%);
    box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 850px) {

    .installment-packages,
    .price-table-scroll {
        overflow-x: scroll;
    }

    .price-table {
        width: max-content;
    }

    .feature-item {
        min-width: 260px
    }

    .feature-packages .installment-packages {
        grid-auto-columns: 85%;
    }

    .package-selection .select-option-package span,
    .package-selection .select-option button {
        font-size: 12px;
        padding: 0 6px;
        font-weight: normal;
    }
}

@media screen and (max-width: 550px) {
    .small-columns-2>.col.small-12 {
        max-width: 100%;
        flex-basis: 100%
    }

    .swiper-container .product.col {
        padding: 0;
    }


    .col-s2>.col-inner>.row,
    .shop-container>.row {
        margin: 0 -5px !important;
        width: auto;
    }

    .col-s2>.col-inner>.row>.col,
    .shop-container>.row>.col {
        padding: 0 5px 10px;
    }

    .slide-banner-cat.flickity-enabled .col {
        max-width: 100% !important;
        flex-basis: 100% !important;
    }

    .shop-container .hide-be .section {
        padding: 0 0 15px !important;
    }

    .product-small.box .woocommerce-loop-product__link {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

    .yourCart-info-box select {
        font-size: 14px;
    }

    .topzone .listing-cart .product-item {
        display: block;
    }

    .yourCart .title-installment {
        order: 3;
        padding-top: 10px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
    }

    .yourCart.top-content {
        display: flex;
        flex-wrap: wrap;
    }

    .yourCart .finance-url,
    .yourCart .go-back {
        width: 49%;
    }

    .yourCart-wrap-main {
        padding: 0;
        box-shadow: none;
        border-radius: 0
    }

    .listing-cart .name-price a {
        width: 50%
    }

    .yourCart-ss .listing-cart .name-price span {
        font-size: 13px
    }

    .ListBank .lstBankContainer {
        grid-template-columns: repeat(3, 1fr);
    }

    .ListMethods .ListMethodsContainer {
        grid-template-columns: repeat(2, 1fr);
    }

    .box-tel .icon-box p {
        font-size: 16px !important;
    }
}

.hide-arr .flickity-prev-next-button {
    display: none !important;
}

table:not([class]) {
    border: 0;
}

.ts-tab {
    text-align: center;
}

.ts-tab>*,
table:not([class]) td {
    border: 0;
    background: #eee;
    padding: 10px !important;
    margin: 0;
}

.ts-tab>*:nth-child(even),
table:not([class]) tr:nth-child(even) td {
    background: #fff;
}

.header-vertical-menu__fly-out .current-dropdown.menu-item .nav-dropdown>li {
    font-weight: 600;
    opacity: 1;
}


.header-vertical-menu__fly-out .current-dropdown.menu-item .nav-dropdown>li>a {
    color: #000;
}

.box-register {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
}

.box-register input {
    border-radius: 10px !important
}

.box-register h3 {
    font-size: 16px;
    text-align: center;
}

.box-register [data-name="my-check"] .wpcf7-list-item-label {
    color: #777;
    font-size: 13px;
    line-height: 25px;
}


.block-box-price p.price.product-page-price {
    height: auto;
    background-color: transparent;
}

.vid-youtube h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-weight: normal;
    font-size: 15px;
}

.cat-row .swiper-slide {
    height: auto;
}