/*
Theme Name: Shrimpharmaqua Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/

/* Custom global */
body {
    --color: #2e3192;
    /*   --color-text: #65688d; */
    --color-text: #171717;
    --color-red: #f31a29;
    --color-black: #021e40;
    --color-black-2: #171717;
    --color-bd: #efefef;
    --color-line: linear-gradient(50deg, #2e3192, #3339ff);
    --color-line-1: linear-gradient(50deg, #3339ff, #2e3192);
    --color-line-black: linear-gradient(45deg, black, transparent);
    --filer: invert(18%) sepia(32%) saturate(5058%) hue-rotate(227deg) brightness(90%) contrast(94%);
    --filter-white: invert(100%) sepia(0%) saturate(7500%) hue-rotate(268deg) brightness(114%) contrast(99%);
    --filer-red: invert(41%) sepia(83%) saturate(4486%) hue-rotate(335deg) brightness(85%) contrast(130%);
    position: relative;
    font-family: "Roboto", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.off-canvas-center .nav-sidebar.nav-vertical>li>a {
    font-family: "Roboto", sans-serif !important;
}

@font-face {
    font-family: 'Lato';
    src: url('font/lato/Lato-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('font/lato/Lato-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('font/lato/Lato-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('font/roboto/Roboto-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: 100 900;
    /* hỗ trợ từ Thin (100) đến Black (900) */
    font-stretch: 75% 125%;
    /* từ Condensed đến Expanded */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('font/roboto/Roboto-Italic-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-stretch: 75% 125%;
    font-style: italic;
    font-display: swap;
}


/* b, strong {
font-weight: bolder;
color: #363F5A;
} */

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font {
    color: #363F5A;
}

::-webkit-scrollbar {
    height: 10px;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background: #c7c8ca;
    border-radius: 12px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

::-webkit-scrollbar-track-piece {
    width: 2px;
}

html {
    scroll-behavior: smooth
}

input {
    border-radius: 0.5em !important;
}

button.button {
    border-radius: 5em;
    background: var(--color-line);
}

.nav>li>a {
    font-family: "Roboto" !important;
}

td {
    color: var(--color-black);
}

/* End */
/* Custom Icon */
.custom-icon-header .icon-box-img img {
    padding: 0;
    filter: invert(14%) sepia(53%) saturate(7189%) hue-rotate(349deg) brightness(108%) contrast(93%);
}

.custom-icon-header .icon-box {
    flex-wrap: nowrap;
    align-items: center;
}

.custom-icon-header .icon-box-text p {
    line-height: 0;
}

.custom-width-icon .icon-box-img {
    width: 18px !important;
}

.delete-margin-icon .icon-box-center .icon-box-img {
    margin-bottom: 0;
}

.custom-box-cn>.col-inner {
    border-top: 0.4em solid var(--color-red);
}

.custom-box-cn-left>.col-inner {
    border-left: 0.2em solid var(--color);
}

.custom-box-cn-right>.col-inner {
    border-right: 0.2em solid var(--color);
}

/* End Custom Icon */
/* Custom icon header */
/* #masthead .header-nav .account-item .icon,
#masthead .header-nav .cart-item .header-cart-link {
color: var(--color);
background: rgb(46 49 146 / 10%);
border: 0;
display: flex;
justify-content: center;
align-items: center;
box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
font-size: 1em;
}
*/
#masthead .header-nav .header-search a {
    color: var(--color-black);
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .9em;
}

#top-bar {
    border-bottom: 1px solid #f1f1f1;
    background: var(--color-black) !important;
}

/* End custom */
/* Custom menu */
.nav-line-bottom>li:hover>a:before {
    transform-origin: left center;
    -webkit-transform-origin: left center;
    -webkit-transform: scale(1, 1);
    -khtml-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

#masthead .nav-line-bottom>li:hover>a:before {
    display: none;
}

.nav-line-bottom>li>a:before,
.nav-line-grow>li>a:before,
.nav-line>li>a:before {
    left: 0;
    border-radius: 99px;
    transform-origin: right center;
    -webkit-transform-origin: right center;
    -webkit-transform: scale(0, 1);
    -khtml-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: transform .25s cubic-bezier(.37, .31, .2, .85);
    -khtml-transition: transform .25s cubic-bezier(.37, .31, .2, .85);
    -moz-transition: transform .25s cubic-bezier(.37, .31, .2, .85);
    -ms-transition: transform .25s cubic-bezier(.37, .31, .2, .85);
    -o-transition: transform .25s cubic-bezier(.37, .31, .2, .85);
    transition: transform .25s cubic-bezier(.37, .31, .2, .85);
}

/* .nav-line-bottom>li.active>a:before {
transform: scale(1);
transition: transform .25s cubic-bezier(.37, .31, .2, .85);
} */
#header #wide-nav .header-nav ul.sub-menu {
    padding: 10px 0;
    background-color: #fff;
    border-radius: 5px;
    border-bottom: 4px solid var(--color);
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    background-clip: padding-box;
    transition: all 0.25s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -webkit-box-shadow: 0px 4px 4px 1px rgb(0 0 0 / 20%);
    box-shadow: 0px 4px 4px 1px rgb(0 0 0 / 20%);
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    left: -15px;
}

#header #wide-nav .header-nav img.ux-menu-icon {
    width: 1.2em;
    filter: invert(40%) sepia(10%) saturate(1339%) hue-rotate(198deg) brightness(86%) contrast(87%);
}

#header .header-nav .xoo-el-login-tgr a.nav-top-link,
.menu-item-3466 .xoo-el-login-tgr a.nav-top-link {
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    max-width: none;
}

#header .header-nav a.nav-top-link {
    display: flex;
    flex-wrap: wrap;
    max-width: none;
}

#header #wide-nav li.current-dropdown>.nav-dropdown {
    opacity: 1;
    max-height: inherit;
    left: -15px;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateX(0) !important;
    transform: rotateX(0) !important;
}

.current-dropdown .cart-item ul.nav-dropdown.nav-dropdown-bold {
    margin-left: -190px;
}

#header #wide-nav .nav-dropdown {
    font-size: 100%;
    padding: 10px 0;
    background-color: #fff;
    border-radius: 5px;
    border-bottom: 4px solid var(--color);
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    background-clip: padding-box;
    transition: all 0.25s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -webkit-box-shadow: 0px 4px 4px 1px rgb(0 0 0 / 20%);
    box-shadow: 0px 4px 4px 1px rgb(0 0 0 / 20%);
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    left: 0;
}


#header .nav-dropdown {
    font-size: 100%;
    padding: 10px 0;
    background-color: #fff;
    border-radius: 5px;
    border-bottom: 4px solid var(--color);
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    background-clip: padding-box;
}

#header .header-nav .sub-menu a:hover,
#header .nav-dropdown a:hover {
    background-color: rgb(46 49 146 / 0%);
    color: var(--color) !important;
    margin: 0 16px 0;
    transition: margin 0.25s ease-out;
}

#header .header-nav .sub-menu a:hover img,
#header .nav-dropdown a:hover img {
    color: var(--color) !important;
    filter: var(--filer);
}

#header .header-nav .sub-menu a,
#header .nav-dropdown a {
    color: var(--color-black) !important;
    font-weight: 400;
    border-radius: 0;
}

#header .nav-dropdown li:first-child.woocommerce-MyAccount-navigation-link {
    margin: 0 6px !important;
}

#header .header-nav .sub-menu a:after,
#header .nav-dropdown a:after {
    content: '';
    border-bottom: 1px solid #dddddd91;
    display: block;
    margin-top: 0.4em;
}

#masthead,
#wide-nav {
    border-bottom: 1px solid #f1f1f1;
}

#header ul.header-nav.nav-left {
    padding-right: 1em;
}

#header .flex-col.hide-for-medium.flex-right li {
    margin: 0 3px;
}

#header .header-search .nav-dropdown {
    padding: 10px 0 0 !important;
    background-color: #fff;
    border-radius: 5px;
    border-bottom: 4px solid var(--color);
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

#header .searchform-wrapper>*>.flex-row {
    border-radius: 4em;
    border: 1px solid var(--color-bd);
    overflow: hidden;
    padding: 0.1em;
    background-color: #fff;
}

#header button.ux-search-submit::after {
    content: "Tìm kiếm";
    text-transform: math-auto;
    font-weight: normal;
}

#header .searchform-wrapper>*>.flex-row input {
    box-shadow: unset;
    border-radius: 99px 0 0 99px;
    border-right: 0;
    border: 0;
    padding: 0 0.2em 0 1.4em;
    font-size: .9em;
}

#header .searchform-wrapper:not(.form-flat) .submit-button {
    border-radius: 5em !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.8em;
    background: var(--color-line) !important;
    padding: 0 1em;
}

#header .searchform-wrapper:not(.form-flat) .submit-button .icon-search:before {
    font-size: 0.8em;
}

#header .searchform-wrapper>* .ux-search-submit {
    min-width: 6em !important;
    border-radius: 5em !important;
}

#header .header-nav .has-dropdown .icon-angle-down {
    font-size: 1em;
    margin-left: 0.5em;
    opacity: 1;
}

#header.header:not(.transparent) .header-bottom-nav.nav>li>a:hover>img,
#header.header:not(.transparent) .header-bottom-nav.nav>li.active>a>img {
    filter: var(--filer);
}

input::placeholder {
    color: var(--color-text);
}

.custom-text-color>* {
    color: var(--color) !important;
}

.custom-text-black>* {
    color: var(--color-black) !important;
}

.custom-text-title {
    background: var(--color-line);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.custom-text-align-stress p {
    text-align: justify !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.custom-text-align-stress h3 {
    min-height: 3.4em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.custom-color-red {
    background: var(--color-red) !important;
}

.custom-br-1 {
    border-radius: 1em;
    overflow: hidden;
}

.custom-br-2 .post-item>* {
    border-radius: 1em;
    overflow: hidden;
}

.post-title {
    min-height: 3em;
    text-align: justify !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

@media screen and (min-width: 850px) {
    .post-sidebar.large-3.col {
        padding: 0 18px 20px;
    }
}

#top-bar .social-icons.follow-icons a {
    padding: 8px;
    background: #30445d;
    border-radius: 6px;
}

.custom-slider-home .dot,
.custom-slider-home-2 .dot {
    border-color: rgba(0, 0, 0, .3) !important;
    border: 2px solid;
}

.custom-slider-home .dot.is-selected,
.custom-slider-home-2 .dot.is-selected {
    background: var(--color-line) !important;
    border-color: #2e319210 !important;
    width: 2em !important;
    border-radius: 10px !important;
    transition-property: width;
    transition: 0.25s ease-in-out;
}

.custom-slider-home .flickity-page-dots {
    position: absolute;
    bottom: 12px;
    right: 2%;
    left: auto;
}

.woocommerce-MyAccount-navigation-link--downloads {
    display: none !important;
}

.cart-item .image-icon img {
    max-width: 1.8em;
    filter: var(--filer-red);
}

.custom-icon-red img {
    filter: var(--filer-red);
}

.custom-position-ab-icon {
    position: absolute;
    top: 17%;
    left: 9%;
    cursor: pointer;
    animation: floating 3s ease-in-out infinite;
    transition: transform 0.3s ease-in-out;
}

ul.header-nav.header-nav-main.nav.nav-right.nav-line-bottom {
    gap: .5em;
    align-items: center;
    flex-wrap: nowrap;
}

@media screen and (min-width: 849px) {
    .searchform-wrapper {
        min-width: 250px;
        max-width: 300px;
    }
}

.header-nav .cart-item a.header-cart-link {
    flex-direction: row-reverse;
    gap: 0.6em;
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    /* Tỷ lệ khung hình 16:9 (56.25% = 9/16 * 100%) */
    border-radius: 1em;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    overflow: hidden;
}

.custom-baner-video .col-inner {
    background: #fff;
    padding: 1em !important;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 1em;
}

/* End menu */
/* Custom btn */
.btn-1 button {
    position: relative;
    display: flex;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
}

a.woocommerce-button.button.view {
    background: var(--color-line);
    color: #fff;
    border-radius: 5em;
    border-color: #dbdcff;
}

a.woocommerce-button.button.pay {
    border-radius: 5em;
    background: linear-gradient(50deg, #009b00, #009b0080);
    color: #fff;
    border-color: unset;
}

a.woocommerce-button.button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 0.4em;
    font-weight: 500;
    font-size: 0.9em;
}

a.woocommerce-button.button.pay:before {
    content: '';
    background: url(/wp-content/uploads/2023/07/9.svg);
    background-size: cover;
    width: 1.2em;
    height: 1.2em;
    display: flex;
    filter: invert(97%) sepia(71%) saturate(0%) hue-rotate(211deg) brightness(117%) contrast(101%);
}


a.woocommerce-button.button.view:before {
    content: '';
    background: url(/wp-content/uploads/2023/07/10.svg);
    background-size: cover;
    width: 1.2em;
    height: 1.2em;
    display: flex;
    filter: invert(97%) sepia(71%) saturate(0%) hue-rotate(211deg) brightness(117%) contrast(101%);
}

a.woocommerce-button.button.cancel:before {
    content: '';
    background: url(/wp-content/uploads/2023/07/11.svg);
    background-size: cover;
    width: 1.2em;
    height: 1.2em;
    display: flex;
    filter: invert(97%) sepia(71%) saturate(0%) hue-rotate(211deg) brightness(117%) contrast(101%);
}

a.woocommerce-button.button.cancel {
    background: linear-gradient(45deg, #ff0000, #ff000080);
    border-radius: 5em;
    color: #fff;
    border-color: #ffcece;
}

.btn-1 button.learn-more {
    width: 12rem;
    height: auto;
}

.btn-1 button.learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: var(--color-line);
    border-radius: 1.625rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.btn-1 button.learn-more .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}

.btn-1 button.learn-more .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}

.btn-1 button.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: '';
    top: -0.25rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
}

.btn-1 button.learn-more .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: var(--color-black);
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
    text-transform: math-auto;
}

.btn-1 button:hover .circle {
    width: 100%;
}

.btn-1 button:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
}

.btn-1 button:hover .button-text {
    color: #fff;
}

#header .nav-dropdown a.button,
#header .widget_shopping_cart a {
    background: unset;
    color: unset;
    margin: unset !important;
    transition: unset !important;
    filter: unset !important;
}

#header .nav-dropdown .widget_shopping_cart a:hover img {
    filter: unset !important;
}

#header .nav-dropdown a:after {
    border: 0;
}

#header ul.product_list_widget li a.remove,
#cart-popup ul.product_list_widget li a.remove {
    background: url(/wp-content/uploads/2023/06/delete.png) !important;
    background-size: contain !important;
    border: unset !important;
    opacity: .6;
    background-repeat: no-repeat !important;
    width: 1em;
    color: #fff0 !important;
}

.nav-dropdown>li.html {
    min-width: 22em;
}

/* End */
/* Custom line text */
.custom-line-2,
.product-name>a,
#header .widget_shopping_cart a,
.custom-wrap-product .name a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

/* End */
/* Custom img */
.custom-wrap-img {
    position: absolute;
    right: 0;
    top: 0;
    opacity: .4;
}

/* End */
/*  Custom br img */
.custom-br-img img {
    border-radius: 0.6em;
    overflow: hidden;
}

.custom-br-img>* {
    border-radius: 0.6em;
}

.custom-wrap-about>* {
    transform: translate(-5em, 5em);
    border: 4px solid #fff;
    border-radius: 1em;
}

.align-center {
    align-items: center
}

.mr-0 {
    margin: 0;
}

.mr-0>p {
    margin: 0;
}

.custom-icon-banner-home .icon-box-img svg {
    color: var(--color-red);
    background: rgb(243 26 41 / 5%);
    padding: 0.4em;
    border-radius: 5em;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 10px 0px;
}

.custom-icon-banner-home .col-inner:hover svg {
    transform: rotateY(180deg);
    transition: transform 0.6s ease;
}

.white {
    background-color: #f1f1f1 !important;
    color: #666 !important;
}

.custom-icon-banner-product .icon-box-img svg {
    color: var(--color);
    background: rgb(244, 247, 251);
    border-radius: 5em;
    padding: 1em;
    border: 2px dashed #fff;
}

.custom-icon-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-icon-center>*>*>.icon-inner {
    display: flex;
    align-items: center;
}

.icon-box-img svg,
.icon-box-img img {
    padding-top: 0;
}

.custom-wrap-icon-gim {
    position: absolute;
    right: 0%;
    top: 0%;
}

.custom-icon-shiping a {
    font-size: 1.1em;
    font-weight: 700;
}

.custom-icon-shiping p {
    line-height: 1.2em;
}

.custom-icon-shiping {
    display: flex;
    gap: 0.6em;
}

.custom-icon-shiping>* {
    padding: 0 !important;
}

.custom-icon-shiping .icon-inner {
    height: 40px;
}

.header-nav .custom.html_topbar_right {
    display: flex;
}

.custom-hover-inner>*>*:hover,
.active-hover>* {
    background: var(--color-black) !important;
    color: #fff !important;
    transition: 0s;
}

.custom-hover-inner>*>*:hover *,
.active-hover>* * {
    background: var(--color-black) !important;
    color: #fff !important;
    transition: 0s;
}

.custom-hover-inner>*>*:hover a {
    background: #fff !important;
    color: #fff !important;
    border-radius: 5em;
    padding: 0 1em;
    transition: 0s;
}

.custom-hover-inner>*>* a {
    transition: 0s;
}

.custom-hover-inner>*>*:hover a>*,
.active-hover>* a.button>* {
    background: #fff0 !important;
    color: var(--color) !important;
    transition: 0s;
}

.active-hover>* a.button {
    background: #fff !important;
    color: #fff !important;
    border-radius: 5em;
    padding: 0 1em;
    transition: 0s;
}

.custom-hover-inner>*>*:hover .icon-box-img svg,
.active-hover>*>* .icon-box-img svg {
    border: 2px dashed var(--color-red);
}

.custom-hover-inner>*>*:hover .icon-box-img svg {
    transform: rotateY(180deg);
    transition: transform 0.6s ease;
}

.custom-hover-inner_2 img {
    transition: 0.6s;
}

.custom-hover-inner_2 .col-inner:hover img {
    transform: rotateY(180deg);
    transition: transform 0.6s ease;
}

.btn-boxshadow-1 {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 10px 0px;
}

.custom-bg-liner-white {
    background: linear-gradient(rgb(245 248 251), #fff);
}

.custom-slider-home-2 .flickity-viewport {
    position: initial;
}

.custom-slider-home-2 .flickity-slider>* {
    min-width: 20em !important;
    max-width: 20em !important;
}

.custom-slider-home-2 .flickity-page-dots {
    bottom: -6% !important;
    display: flex;
    justify-content: center;
}

a.button.custom-btn-2 {
    background: #f4f7fb !important;
    border-radius: 5em;
    padding: 0 1em;
    transition: 0s;
}

.custom-btn-3 {
    background: var(--color-line) !important;
}

#header a.button.checkout.wc-forward,
#header a.button.checkout.wc-forward:hover,
#cart-popup a.button.checkout.wc-forward,
#cart-popup a.button.checkout.wc-forward:hover {
    background: var(--color-line) !important;
    color: #fff !important;
    border-radius: 5em !important;
    box-shadow: unset;
}

#header a.button.wc-forward,
#header a.button.wc-forward:hover,
#cart-popup a.button.wc-forward,
#cart-popup a.button.wc-forward:hover {
    background: #fff;
    color: var(--color) !important;
    border: 1px solid var(--color);
    border-radius: 5em !important;
    box-shadow: unset;
    margin-bottom: 0.5em !important;
    line-height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
}

#header p.woocommerce-mini-cart__total>strong,
#cart-popup p.woocommerce-mini-cart__total>strong {
    color: var(--color-black);
}

#header ul.product_list_widget li .quantity,
#cart-popup ul.product_list_widget li .quantity {
    opacity: 1;
}

.pd-0 .section {
    padding: 0 !important;
}

/* End */
/* Custom icon flow */
#top-bar .social-icons.follow-icons a.facebook,
#footer .social-icons.follow-icons a.facebook,
.custom-icon-flow .social-icons.follow-icons a.facebook {
    color: #507ccb;
    background: #ecf4f8;
}

#top-bar .social-icons.follow-icons a.twitter,
#footer .social-icons.follow-icons a.twitter,
.custom-icon-flow .social-icons.follow-icons a.twitter {
    color: #2ba1f3;
    background: #e8f6ff;
}

#top-bar .social-icons.follow-icons a.email,
#footer .social-icons.follow-icons a.email,
.custom-icon-flow .social-icons.follow-icons a.email {
    color: #e84338;
    background: #fbedeb;
}

#top-bar .social-icons.follow-icons a.youtube {
    background: #fff;
    color: var(--color-red);
}

#top-bar .social-icons.follow-icons a.instagramm,
#footer .social-icons.follow-icons a.instagramm,
.custom-icon-flow .social-icons.follow-icons a.instagramm {
    color: #1f2123;
    background: #eaeaec;
}

#top-bar .social-icons.follow-icons a,
#footer .social-icons.follow-icons a {
    width: 30px;
    display: inline-flex;
    height: 30px;
    border-radius: 5em;
    justify-content: center;
    align-items: center;
}

#footer .social-icons a {
    margin: 0;
    border: 0;
}

#footer .social-icons.follow-icons {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
}

#footer .social-icons.follow-icons .button i {
    top: 0;
}

#footer .social-icons.follow-icons a.instagram {
    background: #fff;
    color: #000;
}

.custom-position-al {
    position: absolute;
}

.custom-scale-1 {
    transform: scale(1.1);
}

.custom-center-icon-box .icon-box img {
    padding: 0;
}

.custom-icon-top {
    align-items: flex-start !important;
}

#footer .wrap-icon {
    display: flex;
    gap: 0.6em;
}

/* End */
/* Custom Blog */
.blog-wrapper p {
    text-align: justify;
}

.custom-blog .box .box-text .cat-label {
    color: var(--color);
    background: rgb(46 49 146 / 10%);
    padding: 0.5em 2em;
    border-radius: 2em;
    margin-bottom: 0.6em;
}

.custom-blog .box .box-text .box-text-inner>.button {
    background: var(--color-line);
    border-radius: 5em;
    border: unset;
    color: #fff;
    text-transform: initial;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.custom-blog .box .box-image {
    padding: 0.4em;
}

.custom-blog .box .box-image img {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.box-shadow,
.row-box-shadow-2 .col-inner,
.row-box-shadow-2-hover .col-inner:hover,
.box-shadow-2,
.box-shadow-2-hover:hover {
    -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.row-box-shadow-3 .col-inner,
.row-box-shadow-3-hover .col-inner:hover,
.box-shadow-3,
.box-shadow-3-hover:hover {
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.custom-blockquote blockquote {
    font-size: initial;
    padding: 0 0.25em 0 0.875em;
    border-left: 2px solid var(--color);
}

.custom-blockquote blockquote p {
    margin: 0;
}

/* end */
/* Custom review */
.custom-banner-service {
    margin-top: -15em;
}

.custom-position-ab {
    position: absolute;
}

.custom-bg-service>* {
    background: var(--color-line);
    border: 0.4em solid #fff;
    border-radius: 5em !important;
}

.custom-br-banner-2 .custom-bg-service>* {
    background: var(--color-line-1);
}

.custon-icon-review .img-inner {
    border-radius: 6em;
    background: var(--color-black);
    padding: 1.5em;
    color: #fff;
    border: 18px solid #fff;
}

.custon-icon-review img {
    color: #fff;
    filter: var(--filter-white);
}

.custom-back-ground-black {
    background: linear-gradient(rgb(250 250 250), transparent);
}

.custom-bg-service p {
    color: #fff;
    margin: 0;
}

.custom-bock-line-left:before {
    display: block;
    content: '';
    position: absolute;
    right: -3em;
    top: 30%;
    height: 64px;
    width: 64px;
    background-image: url(/wp-content/uploads/2023/06/arrow.jpg);
    background-repeat: no-repeat;
    background-color: transparent;
}


.custom-stack .text {
    width: 1.6em;
    display: flex;
    height: 1.6em;
    background: var(--color-line) !important;
    align-items: center;
    justify-content: center;
    border-radius: 5em;
    position: absolute;
    right: 2em;
    top: 3.2em;
}

.custom-stack .img-inner.dark {
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 5em;
    padding: 2em;
}

.custom-stack .text p {
    margin: 0;
    border: 1px solid #fff;
    font-size: 0.6em;
    border-radius: 5em;
    width: 2em;
    height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.custom-bock-line-cursor>.col-inner {
    transition: 0.25s ease-in-out;
}

.custom-bock-line-cursor>.col-inner:hover {
    cursor: pointer;
    transform: translateY(-0.5em);
    transition: 0.25s ease-in-out;
}

.custom-bock-line-cursor .col-inner:hover .custom-stack .col-inner .img-inner.dark {
    /*     background: var(--color-line); */
    color: #fff;
}

.custom-bock-line-cursor .col-inner:hover .custom-stack .col-inner .img-inner.dark img {
    /*     filter: invert(1); */
}

.custom-bock-line-cursor .col-inner:hover .custom-stack .col-inner .text {
    background: #fff !important;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.custom-bock-line-cursor .col-inner:hover .custom-stack .col-inner .text p {
    border: 1px solid var(--color-red);
}

.custom-bock-line-cursor .col-inner:hover .custom-stack .col-inner .text p>* {
    color: var(--color-red) !important;
}

.custom-br-banner>* .banner {
    border-radius: 0 1em 1em 0;
    /*     box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px; */
    overflow: hidden;
}

.custom-br-banner-2>* .banner {
    border-radius: 1em 0 0 1em;
    /*     box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px; */
    overflow: hidden;
}

.background-line-black {
    background: var(--color-line-black)
}

.custom-backgound-review .section-bg {
    background: url(/wp-content/uploads/2025/08/Virtual-Background.webp);
    background-size: auto !important;
    background-position: center !important;
    background-repeat: repeat !important;
    opacity: 0.3 !important;
}

.custom-backgound-global .section-bg {
    background: url(/wp-content/uploads/2025/08/Virtual-Background.webp);
    background-size: auto !important;
    background-position: center !important;
    background-repeat: repeat !important;
    opacity: 0.2 !important;
}

.custom-line-dashed {
    padding-bottom: 1em;
    border-bottom: 2px dashed #ddd;
}

/* end */
/* Hover img */
.hover14 .img-inner,
.hover14 .image-cover,
.hover14 .box-image {
    position: relative;
    border-radius: 1.45em;
}

.custom-blog .image-cover {
    border-radius: unset !important;
}

.hover14 .img-inner img,
.hover14 .image-cover img {
    border-radius: 1.45em !important;
}

.hover14 .img-inner::before,
.hover14 .image-cover::before,
.hover14 .box-category::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.hover14 .img-inner:hover::before,
.hover14 .image-cover:hover::before,
.hover14 .box-category:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

/* End */
/* Footer */
.absolute-footer.dark {
    display: none;
}

.custom-backgoud-footer {
    background: var(--color-black) !important;
}

.custom-form-email form.fluent_form_1 .wpf_has_custom_css.ff-btn-submit,
.custom-form-email form.fluent_form_1 .wpf_has_custom_css.ff-btn-submit:hover {
    color: #ffffff;
    min-width: 100%;
    background: url(/wp-content/uploads/2025/08/paper-plane.webp);
    background-size: 2em;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
    filter: var(--filter-white);
    border: unset;
    opacity: 1;
}

.custom-form-email .ff-el-group.ff-text-left.ff_submit_btn_wrapper.ff_submit_btn_wrapper_custom {
    background: var(--color-line);
    border-radius: 5em;
    min-width: 5em;
}

.custom-form-email .ff-el-form-control {
    border-radius: 5em !important;
}

.custom-form-email form,
.custom-form-email .fluentform .ff-el-group {
    margin: 0
}

.custom-form-email>* {
    border-left: 2px solid var(--color);
}

.custom-form-email .frm-fluent-form .ff-t-container {
    align-items: flex-start;
    margin-bottom: 1em;
}

.frm-fluent-form .ff-t-container {
    display: flex;
    gap: 15px;
}

#fluentform_2.frm-fluent-form .ff-t-container {
    display: block;
}

.custom-center-icon-box .icon-box {
    align-items: center;
}

.custom-background-footer-section .section-bg {
    background: url(/wp-content/uploads/2025/08/11.webp);
    opacity: 0.4;
}

.custom-background-footer-section {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#footer p {
    color: var(--color-black);
    text-align: justify;
}

.custom-form-contact form.fluent_form_2 .wpf_has_custom_css.ff-btn-submit,
.custom-form-contact form.fluent_form_2 .wpf_has_custom_css.ff-btn-submit:hover {
    background: var(--color-line);
    color: #fff;
    opacity: 1;
    border-radius: 5em;
}

.custom-hover-icon-ct .col-inner:hover {
    transform: translatey(-0.4em);
    transition: transform 0.3s ease-in-out;
}

.custom-animate-icon-like {
    bottom: 0;
    position: absolute;
}

.custom-img-radius-banner {
    border-radius: 1em;
    overflow: hidden;
    background: #ffffff00;
}

#footer a.ux-menu-link__link.flex:hover span.ux-menu-link__text {
    text-decoration: underline;
}

/* .custom-img-radius-banner .fill {
box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
} */
/* End */
/* Product */
.custom-price-pr .quantity input[type=number] {
    max-width: 100%;
    width: 100%;
    border: 0;
    background: #FFF;
}

.custom-price-pr form.cart {
    display: flex;
    flex-direction: column;
    gap: 1em;
    margin: 0;
}

.custom-price-pr .quantity {
    margin: 0 0 1em 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    /*   box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
    border: 0.5px solid #f1f1f1;
}

.custom-price-pr .quantity:before {
    content: '';
    border-bottom: 2px dashed var(--color-bd);
}

.custom-price-pr p {
    margin-bottom: 1em;
    color: var(--color-black);
}

.custom-price-pr .quantity .button.minus {
    border: 0;
    border-radius: 10px 0 0 10px;
    min-width: 2em;
}

.custom-price-pr .quantity .button.plus {
    border: 0;
    border-radius: 0 10px 10px 0;
    background: var(--color-line);
    min-width: 2em;
    color: #fff !important;
}

.custom-price-pr button.single_add_to_cart_button {
    text-transform: math-auto;
    background: var(--color-line);
    margin: 0 0 0.6em 0;
}

.custom-bd {
    border: 1px dashed var(--color-bd);
}

.primary.is-outline:hover {
    background: var(--color-line);
}

span.amount {
    color: var(--color-red);
}

.product-thumbnails a {
    border-radius: 0.6em;
    padding: 0.2em;
}

.product-thumbnails a:hover img,
.product-thumbnails .is-nav-selected a img {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0px);
}

.rate-percent {
    background-color: #ffb600;
}

h3.product-section-title.container-width.product-section-title-related {
    text-transform: math-auto;
    margin: 0 0 1em;
}

h3.product-section-title.container-width {
    border-width: 0 0 1px 0;
    border-style: dashed;
    border-color: #ececec;
    border-color: #ececec;
    border-radius: 0;
    max-width: inherit;
}

.related.related-products-wrapper.product-section {
    border: 0;
}

.custom-related .related-products-wrapper .product-small .col-inner {
    padding: 0;
    /*! */
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 1em;
}

/* .custom-product-page h1.product-title.product_title {
    min-height: 70px;
} */

.custom-related .box-text.box-text-products {
    display: flex;
    flex-direction: column;
    gap: 0.4em;
}

.custom-related .product-small {
    padding-top: 1em !important;
}

.custom-tabs-pr .nav-pills>li>a {
    text-transform: math-auto;
    font-size: 1.2em;
    line-height: 1.4em;
    padding: .5em 1em;
}

.custom-tabs-pr .nav-pills>li.active>a {
    background: #f1f1f1;
    text-transform: math-auto;
    color: var(--color-black);
    font-size: 1.2em;
}

.custom-tabs-pr ul.product-tabs {
    display: inline-flex;
    width: fit-content;
    padding: 0.6em;
    border-radius: 5em;
    /*   box-shadow: rgb(0 0 0 / 25%) 0px 30px 60px -12px inset, rgb(0 0 0 / 30%) 0px 18px 36px -18px inset;
	border: 1px solid #ddd; */
    margin-bottom: 1em;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background: #fff;
}

.custom-tabs-pr .tabbed-content .tab-panels {
    border: 1px dashed #ddd;
    padding: 4em 1em 1em 1em;
    margin-top: -3em;
    border-radius: 1em;
}

.custom-tabs-pr .woocommerce-Tabs-panel--description p {
    margin: 0.2em;
}

.custom-tabs-pr li::marker {
    color: var(--color-text);
}

.custom-tabs-pr ul ul,
ul ol,
ol ol,
ol ul {
    margin: 1em 0 1em 0em;
}

.custom-tabs-pr ul ul li::marker {
    content: " + ";
}


.box-text-products .title-wrapper .woocommerce-loop-product__title a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.product_list_widget .product-title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.products .product-small .col-inner {
    border-radius: 1em;
}

.add-to-cart-button>a {
    width: 100%;
    border-radius: 5em;
    background: var(--color-line);
    margin-top: 1em !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.75em !important;
    height: 3em;
}

a.added_to_cart {
    text-transform: math-auto;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shop-container .box-text.box-text-products {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.box-text p.category {
    margin-top: 0.1em;
    margin-bottom: 0.1em;
    color: var(--color);
    background: rgb(46 49 146 / 10%);
    padding: 0.5em 1em;
    border-radius: 2em;
    margin-bottom: 0.6em;
    width: fit-content;
    text-transform: math-auto;
    white-space: normal;
    line-height: normal;
}

.shop-container .product-small.box {
    padding: 1em;
    border-radius: 1em;
}

.shop-container .box-text.box-text-products {
    padding: 0;
}

.shop-container .has-equal-box-heights .box-image {
    padding-top: 100%;
    border-radius: 1em;
    margin-bottom: 0.5em;
}

.shop-container .has-equal-box-heights .box-image {
    padding-top: 100%;
    border-radius: 1em;
    margin-bottom: 0.5em;
}

select.orderby {
    border-radius: 5em;
}

/* End */
/* Cusom widget */
.sidebar-inner span.widget-title,
.custom-qidget-siderbar span.widget-title,
.post-sidebar #secondary span.widget-title {
    font-size: 1.3em;
    color: var(--color-black);
}

/* end */
/* Custom sidbar shop */
#shop-sidebar,
.custom-qidget-siderbar .col-inner,
.post-sidebar #secondary {
    padding: 1.4em;
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 1em;
}

#shop-sidebar button.ux-search-submit.submit-button.secondary,
.custom-qidget-siderbar button.ux-search-submit.submit-button.secondary {
    border-radius: 5em !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.8em;
    background: var(--color-line) !important;
    padding: 0 !important;
    min-width: 2em;
    min-height: 2em;
}

#shop-sidebar input#woocommerce-product-search-field-1,
.custom-qidget-siderbar input#woocommerce-product-search-field-1 {
    box-shadow: unset;
    border-radius: 99px 0 0 99px;
    border-right: 0;
    border: 0;
    padding: 0 1.4em;
    font-size: 0.8em;
}

#shop-sidebar .flex-row.relative,
.custom-qidget-siderbar .flex-row.relative {
    border-radius: 4em;
    border: 1px solid var(--color-bd);
    overflow: hidden;
    padding: 0.1em;
    background-color: #fff;
}

#shop-sidebar .widget,
.custom-qidget-siderbar .widget {
    margin-bottom: 2.5em;
}

#shop-sidebar .widget_price_filter .ui-slider .ui-slider-handle,
#shop-sidebar .widget_price_filter .ui-slider .ui-slider-range,
#shop-sidebar .widget_price_filter .price_slider_amount .button {
    background: var(--color-line);
    opacity: 1;
}

#shop-sidebar .widget_price_filter .price_slider_amount .button {
    width: 40%;
}

#shop-sidebar .widget_price_filter .price_label span,
.custom-qidget-siderbar .widget_price_filter .price_label span {
    font-weight: bold;
    color: var(--color-red);
}

#shop-sidebar .widget_price_filter .price_label span.from,
.custom-qidget-siderbar .widget_price_filter .price_label span.from {
    margin-left: 1em;
}

#shop-sidebar .widget>ul>li .count,
.custom-qidget-siderbar .widget>ul>li .count {
    opacity: 1;
    font-size: .7em;
    line-height: 3em;
    color: var(--color-red);
}

#shop-sidebar .price_slider_amount,
.custom-qidget-siderbar .price_slider_amount {
    display: flex;
    flex-direction: column-reverse;
}

#shop-sidebar .price_label {
    display: flex;
    width: 100%;
    margin-bottom: 1.3em;
}

#shop-sidebar .searchform .button.icon i,
.custom-qidget-siderbar .searchform .button.icon i {
    font-size: 1em;
}

#shop-sidebar .is-divider,
.custom-qidget-siderbar .is-divider,
.post-sidebar .widget .is-divider {
    height: 1px;
}

#shop-sidebar .star-rating,
.custom-qidget-siderbar .star-rating {
    display: none;
}

[data-icon-label]:after {
    background-color: var(--color-red);
    padding: 2px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: unset;
}

#shop-sidebar .autocomplete-suggestion .search-price {
    padding-top: 3px;
    margin-left: 5px;
    font-size: .8em;
    display: none;
}

#shop-sidebar .widget>ul>li ul li {
    padding: 0.4em 0;
}

#shop-sidebar .toggle {
    opacity: 1;
}

#shop-sidebar .widget .toggle i,
.shop-sidebar .widget .toggle i {
    color: var(--color-red);
}

/* End */
/* Custom bnt */
.primary.is-outline:hover,
.primary.is-outline {
    border-radius: 5em;
    background: #fff;
    border-color: var(--color);
}

.primary {
    background: var(--color-line);
    color: #fff;
    border-radius: 5em;
}

/* End */
/* Custom cart */
.checkout-breadcrumbs a:nth-child(1) .breadcrumb-step {
    content: '';
    background: url(/wp-content/uploads/2023/06/8.svg);
    background-size: cover;
    border-radius: 0;
    color: #ffffff00;
    filter: invert(82%) sepia(20%) saturate(8%) hue-rotate(324deg) brightness(97%) contrast(91%);
}

.checkout-breadcrumbs a:nth-child(3) .breadcrumb-step {
    content: '';
    background: url(/wp-content/uploads/2023/06/9.svg);
    background-size: cover;
    border-radius: 0;
    color: #ffffff00;
    filter: invert(82%) sepia(20%) saturate(8%) hue-rotate(324deg) brightness(97%) contrast(91%);
}

.checkout-breadcrumbs a:nth-child(5) .breadcrumb-step {
    content: '';
    background: url(/wp-content/uploads/2023/06/insurance.png);
    background-size: cover;
    border-radius: 0;
    color: #ffffff00;
    filter: invert(82%) sepia(20%) saturate(8%) hue-rotate(324deg) brightness(97%) contrast(91%);
}

.checkout-breadcrumbs .current .breadcrumb-step,
.checkout-breadcrumbs a:hover .breadcrumb-step {
    filter: var(--filer) !important;
}

.breadcrumbs a.current,
.breadcrumbs a:hover {
    color: var(--color);
}

.checkout-page-title>.page-title-inner>.flex-col {
    align-items: center;
    display: flex;
    justify-content: center;
}

.checkout-page-title>.page-title-inner>.flex-col>.breadcrumbs {
    background: white;
    width: fit-content;
    padding: 0.5em 2em;
    border-radius: 5em;
    transform: translateY(3em);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.cart-container>.woocommerce {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 5em 2em 2em;
    border-radius: 1em;
}

.secondary,
.checkout-button,
.button.checkout,
.button.alt {
    background: var(--color-line);
    border-radius: 5em;
}

.shop_table .quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    max-width: 8em;
}

.shop_table .quantity .button.minus {
    border: 0;
    border-radius: 10px 0 0 10px;
    min-width: 2em;
}

.shop_table .quantity .button.plus {
    border: 0;
    border-radius: 0 10px 10px 0;
    background: var(--color-line);
    min-width: 2em;
    color: #fff !important;
}

.shop_table .quantity input[type=number] {
    max-width: 100%;
    width: 100%;
    border: 0;
    background: #FFF;
    box-shadow: unset;
    min-width: 1.8em;
}

.cart_totals th.product-name {
    border: 0;
}

.shop_table .product-remove a.remove {
    background: url(/wp-content/uploads/2023/06/delete.png) !important;
    background-size: contain !important;
    border: unset !important;
    opacity: .4;
    background-repeat: no-repeat !important;
    width: 1em;
    color: #fff0;
}

.shop_table thead th,
th {
    text-transform: math-auto;
    color: var(--color-black);
    border-width: 1px;
}

tr.woocommerce-cart-form__cart-item.cart_item td {
    border: 0;
}

.product-thumbnail a img {
    border-radius: 1em;
}

.cart_totals tbody tr>* {
    border: unset;
}

.cart_totals th.product-name {
    border-bottom: 1px solid var(--color-bd) !important;
}

.cart_totals tr.woocommerce-shipping-totals.shipping {
    display: none;
}

input[type=email],
input[type=search],
input[type=number],
input[type=url],
input[type=tel],
input[type=text],
textarea,
select,
.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection {
    border-radius: 0.5em;
    border-color: var(--color-bd);
}

.col-inner.has-border {
    border-radius: 1em;
}

form.checkout h3 {
    text-transform: math-auto !important;
    color: var(--color);
}

.checkout-sidebar .shop_table thead th,
th {
    color: var(--color-black);
}

.woocommerce-billing-fields {
    padding-top: 15px;
    border-top: 2px dashed var(--color-bd);
}

.checkout .has-border {
    border: 2px dashed var(--color-bd);
    padding: 15px 30px 30px;
}

.shop_table .cart_item td,
.shop_table tfoot tr>* {
    border: 0;
}

.shop_table .order-total>* {
    border-top: 1px solid var(--color-bd) !important;
}

.checkout-page-title .page-title-inner {
    padding: 0;
}

.custom-wrap-thankyou {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.wrap-thankyou {
    text-align: center;
    width: 60%;
}

.container.custom-wrap-thankyou {
    padding-bottom: 30px;
    border-bottom: 2px dashed var(--color-bd);
}

strong.product-quantity {
    color: var(--color);
}

.custom-page-thankyou h1,
.custom-page-thankyou h2,
.custom-page-thankyou h3,
#footer h3,
.custom-titler-graident>* {
    background: var(--color-line);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.custom-payment-ck tr:nth-child(1) {
    background: #f1f1f1;
}

.custom-payment-ck tr {
    background: #fff;
}

table.custom-payment-ck {
    border: 0.5px solid var(--color-bd) !important;
    border-radius: 1em;
    overflow: hidden;
    min-width: 20em;
    max-width: 100vw;
    border-collapse: unset !important;
}

table.custom-payment-ck td {
    color: var(--color-black);
}

table.custom-payment-ck strong {
    line-height: 1.8em;
}


#order_review ul.wc_payment_methods {
    list-style: none;
}

/* End */

/* Custom noity */
.ttt-pnwc-container {
    background: #fff0;
}

div#modal-1-content {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.ttt-pnwc-notice.error {
    background: #fff !important;
    border-radius: 1em;
    overflow: hidden;
    justify-content: flex-start;
    border-left: 3px solid var(--color-red);
}

.ttt-pnwc-notice.success {
    background: #fff !important;
    border-radius: 1em;
    overflow: hidden;
    justify-content: flex-start;
    border-left: 4px solid #2ad352;
}

.ttt-pnwc-notice.info {
    background: #fff !important;
    border-radius: 1em;
    overflow: hidden;
    justify-content: flex-start;
    border-left: 4px solid #ffc048 !important;
}

.ttt-pnwc-notice.error .ttt-pnwc-notice-icon.default-icon:before {
    background: url(/wp-content/uploads/2023/06/error.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    color: #fff0;
    border-radius: 0;
}

.ttt-pnwc-notice.success .default-icon:before {
    background: url(/wp-content/uploads/2023/06/check.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    color: #fff0;
    border-radius: 0;
}

.ttt-pnwc-notice.info .default-icon:before {
    background: url(/wp-content/uploads/2023/06/warning-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    color: #fff0;
    border-radius: 0;
}

.error.alert-color {
    color: var(--color-red);
}

.success-color {
    color: var(--color-black);
}

.message-container a {
    margin: 0 15px 0 0;
    font-weight: 600;
}

.ttt-pnwc-notice:last-child {
    background: #fff !important;
    border-radius: 1em;
    overflow: hidden;
}

i.icon-checkmark {
    display: flex;
}

.icon-checkmark:before {
    content: "Thành công!";
    font-size: 1.2em;
    display: flex;
    width: 100%;
    margin-bottom: 0.4em;
    color: #2ad352;
    font-family: "Roboto" !important;
    font-weight: 700;
}

.ttt-pnwc-notice-icon {
    font-size: 3em;
}

button.ttt-pnwc-close {
    display: none;
}

.ttt-pnwc-container {
    padding: 0;
}

.ttt-pnwc-notice.info .message-container:before {
    content: 'Thông tin';
    font-size: 1.2em;
    display: flex;
    width: 100%;
    margin-bottom: 0.4em;
    color: #ffc048;
    font-family: "Roboto" !important;
    font-weight: 700;
}

.ttt-pnwc-notice .medium-text-center {
    line-height: 1.6em;
}

.ttt-pnwc-notice {
    display: flex !important;
}

.message-container .ttt-pnwc-notice-info>a,
.woocommerce-MyAccount-content p>a {
    color: var(--color) !important;
    font-weight: 600;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard {
    display: none;
}

#nav_menu-2 {
    display: none;
}

@media (max-width: 550px) {
    .ttt-pnwc-notice-icon {
        display: block;
    }

    .medium-text-center {
        text-align: start !important;
    }

    #review_form>* {
        padding: 10px;
    }

    #review_form p,
    .woocommerce-noreviews p {
        margin: 0;
    }
}

/* End */

/* Custom use */
.my-account mark {
    background-color: #fff0;
    color: var(--color);
    font-weight: 700;
}

.my-account-header.page-title.normal-title h1,
.my-account-header.page-title.normal-title small {
    text-transform: math-auto;
}

mark {
    background-color: #ff00;
    color: var(--color);
    font-weight: 500;
}

/* End */

/* Custom product */
.custom-wrap-product .product-small {
    padding: 1em;
    border-radius: 1em;
}

.custom-wrap-product .col .col-inner {
    border-radius: 1em;
}

.custom-wrap-product .flickity-viewport {
    padding: 0.4em 0;
}

.custom-wrap-product .box-text {
    padding: 0;
}

.custom-wrap-product .box-text .button {
    margin-top: 1em;
}

.custom-titler-pr .primary {
    margin: 0;
    background: unset;
}

.custom-wrap-product .row-small>.flickity-viewport>.flickity-slider>.col {
    padding-top: 2px;
}

del span.amount {
    opacity: .8;
    color: var(--color-black);
}

.badge-inner.secondary.on-sale {
    background: url(/wp-content/uploads/2023/06/icon.svg);
    background-size: contain;
    border-radius: 0;
    padding: 0;
    border: 0;
    color: #fff;
    background-repeat: no-repeat;
}

.badge-inner.is-small.new-bubble-auto {
    background: url(/wp-content/uploads/2023/06/icon-new.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    border: unset;
    position: relative;
    animation: code-pro-rung-lac 2s ease infinite;
    color: var(--color-red);
}

.badge-inner.is-small.new-bubble-auto:before {
    content: 'Mới';
    position: absolute;
    color: #fff;
}

.badge-frame,
.badge.callout.badge-frame {
    margin: unset;
    height: 3em;
    width: 3em;
}

.badge-container.absolute.left.top.z-1 {
    top: -2.2em;
    right: 0.4em;
    left: unset;
}

.product-gallery-slider img {
    border-radius: 0.8em;
}

.custom-icon-product .icon-box-img svg {
    color: var(--color-red);
    /*     background: rgb(243 26 41 / 5%);
	padding: 0.4em;
	border-radius: 5em;
	box-shadow: rgb(243 26 41 / 5%) 0px 1px 4px; */
}

span.ui-slider-handle.ui-corner-all.ui-state-default:before {
    content: '';
    position: absolute;
    background: #fff;
    width: 6px;
    height: 6px;
    border-radius: 5em;
}

.widget_price_filter .ui-slider .ui-slider-handle {
    background: #000 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1em;
    height: 1em;
}

.custom-box-categrotie .col-inner {
    border-radius: 1em;
    overflow: hidden;
}

.custom-box-categrotie .col-inner h5,
.custom-box-categrotie .col-inner p {
    text-transform: math-auto;
}

.custom-box-categrotie .col-inner p {
    color: #fff500;
    font-style: oblique;
    font-weight: 700;
}

.custom-box-categrotie .box-text-inner {
    background: linear-gradient(45deg, black, transparent);
    padding: 0.6em 0.4em;
    min-height: 4.8em;
    border-radius: 0 0 1em 1em;
    width: 100%;
}

.custom-wrap-tiler .text.custom-titler-line h2 {
    border-left: 2px solid var(--color);
    margin: 0;
    line-height: normal;
    padding-left: 0.2em;
}

.custom-titler-line-left h2 {
    border-left: 4px solid var(--color);
    line-height: normal;
    padding-left: 30px;
}

.custom-wrap-tiler .box:hover .shade {
    opacity: 0.3;
}

.epic_box {
    padding-top: 5px;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.product-sales {
    font-size: 15px;
    font-weight: 600;
}

.product-sales .fa {
    margin-right: 10px;
}

.luot-xem:before {
    content: "\f06e";
    color: #f96e5b;
    display: inline-block;
    font-size: 14px;
    font-family: 'FontAwesome';
    margin: auto;
    padding: 5px;
}

span.luot-xem {
    color: #f96e5b;
}

.custom-wrap-ab-right {
    position: absolute;
    right: 0;
    border-radius: 1em;
    overflow: hidden;
    width: 22em;
}

.custom-tabs-simple-pr .nav.nav-vertical li {
    border: unset;
}

.custom-tabs-simple-pr .nav-vertical+.tab-panels {
    border-left: 1px dashed #ddd;
}

.custom-tabs-simple-pr li.tab.active.has-icon:before {
    border-left: 4px solid var(--color);
    line-height: normal;
    content: '';
    width: 20px;
    height: 1.4em;
}

.custom-wrap-product .product-small .box-image img {
    border-radius: 0.8em;
    margin-bottom: 0.4em;
}

/* .custom-wrap-product .product-small .box-image img {
    max-height: 47vw;
} */

.custom-wrap-product .product-small .box-image {
    height: 100%;
    max-width: 300px;
    max-height: 200px;
    border-radius: 1em;
}

@media screen and (min-width: 425px) {

    .custom-wrap-product .product-small .box-image {
        max-height: 194px;
    }

    .custom-height .product-small .box-image {
        height: auto;
    }

    /* .custom-wrap-product .product-small .box-image img {
		max-height: 47vw;
	} */
}

@media screen and (min-width: 550px) {
    .custom-wrap-product .product-small .box-image {
        max-height: 250px;
    }

    /* .custom-wrap-product .product-small .box-image img {
		height: 280px;
	}

	.custom-height .product-small .box-image img {
		height: 270px;
	} */
}


@media screen and (min-width: 850px) {
    .custom-wrap-product .product-small .box-image {
        max-height: 320px;
    }

    /* .custom-wrap-product .product-small .box-image img {
		height: 280px;
	}

	.custom-height .product-small .box-image img {
		height: 220px;
	} */
}

@media screen and (min-width: 1440px) {
    /* .custom-wrap-product .product-small .box-image img {
        height: 300px;
		max-height: 280px;
	} */

    .custom-wrap-product .product-agri .box-image img {
        height: auto;
    }

    .custom-wrap-product .shrimp-prod-box .box-image img {
        height: 280px !important;
    }

    .custom-height .product-small .box-image img {
        height: auto;
    }

    .custom-wrap-product .product-small .box-image {
        height: auto !important;
    }
}

.category-page-row .shop-container p.box-excerpt.is-small,
.custom-wrap-product .box-text .box-excerpt {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.box-text-products .title-wrapper .woocommerce-loop-product__title a {
    font-size: 1.3em;
    font-weight: 500;
}

.custom-wrap-product .name a {
    font-size: 1.5em;
    font-weight: 500;
}

.custom-wrap-product .box-text {
    display: flex;
    flex-direction: column;
    gap: 0.4em;
}

@keyframes code-pro-rung-lac {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

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

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

/* End */

/* Custom account */
.my-account legend {
    text-transform: math-auto;
    font-size: 1.2em;
    color: var(--color);
}

.my-account .dashboard-links a:hover {
    background: var(--color-line);
    transition: unset;
}

.my-account .dashboard-links a {
    border-radius: 5em;
}

li.woocommerce-MyAccount-navigation-link a:before {
    content: '';
    background-size: cover !important;
    background-position: center !important;
    width: 1em;
    background-repeat: no-repeat !important;
    height: 1em;
    display: inline-flex;
    margin-right: 0.6em;
}

li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    background: url(/wp-content/uploads/2023/06/dashboard.svg);
    background-color: unset !important;
}

li.woocommerce-MyAccount-navigation-link--orders a:before {
    background: url(/wp-content/uploads/2023/06/9.svg);
    background-color: unset !important;
}

li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    background: url(/wp-content/uploads/2025/08/location-300x300.webp);
    background-color: unset !important;
}

li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    background: url(/wp-content/uploads/2023/06/use-detail.svg);
    background-color: unset !important;
}

li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    background: url(/wp-content/uploads/2023/06/7.svg);
    background-color: unset !important;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--loyalty_reward a:before {
    background: url(/wp-content/uploads/2023/06/promo-code.png);
    background-color: unset !important;
}

.my-account .dashboard-links a:hover:before {
    filter: var(--filter-white);
}

#my-account-nav li.woocommerce-MyAccount-navigation-link a:before {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    opacity: 1;
    width: 1.4em;
    height: 1.4em;
    transform: unset;
    border-radius: unset;
}

.my-account .dashboard-links a {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* End */

/* Custom order */
.woocommerce-form-track-order p {
    margin-bottom: 1.6em;
}

/* End */

/* Custom-breacrumb */
.custom-widget-breacrumb .widget {
    margin: 0 !important;
    padding: 0 !important;
}

.custom-widget-breacrumb .breadcrumbs .home:before {
    content: '';
    background: url(/wp-content/uploads/2023/06/home.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 1em;
    height: 1em;
    display: inline-flex;
    margin-right: 0.6em;
    opacity: 0.4;
}

.custom-widget-breacrumb .breadcrumbs {
    color: #ddd;
}

.custom-widget-breacrumb .breadcrumbs a.current-item {
    color: var(--color);
    font-weight: 500;
}

.custom-widget-breacrumb {
    box-shadow: rgb(216 227 233) 0px 1px 4px;
}

/* End */

/* Custom review */
#review_form_wrapper .review-form-inner.has-border {
    border-radius: 1em;
}

#review_form_wrapper .review-form-inner .form-submit input[type='submit'] {
    border-radius: 5em !important;
    background: var(--color-line);
    text-transform: math-auto;
}

.wcpr-comment-form-images .wcpr_image_upload {
    border-radius: unset !important;
}

#reviews a.wcpr-filter-button {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.5em;
}

#reviews .wcpr-filter-button-wrap.wcpr-filter-button {
    border-radius: 0.5em;
}

.wcpr-filter-container {
    border-radius: 0.5em;
}

/* End */

/* Custom animate */
.floating-effect {
    position: relative;
    cursor: pointer;
    animation: floating 3s ease-in-out infinite;
    transition: transform 0.3s ease-in-out;
}

@keyframes floating {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-0.6em);
    }

    100% {
        transform: translateY(0);
    }
}

.floating-effect {
    transform: translateY(-0.2em);
}

.spin-effect:hover {
    cursor: pointer;
    animation: spin 10s linear infinite;
}

.spin-effect {
    transform: rotate(1deg);
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.zominout {
    animation: zoomInOut 4s infinite alternate ease-in-out;
    /* Sử dụng animation với loop vô hạn */
    transform-origin: center center;
    will-change: transform;
}

@keyframes zoomInOut {

    0%,
    100% {
        transform: scale(1);
        /* Kích thước ban đầu và kết thúc */
    }

    50% {
        transform: scale(1.1);
        /* Kích thước phóng to */
    }
}

/* End */

/* Custom-select */
.select2-dropdown {
    border: 1px solid #ddd;
    border-radius: 1em;
    width: 100%;
    overflow: hidden;
    z-index: 10;
}

/* End */

/* Custom element responsive */
.mobile-sidebar .searchform>.flex-row {
    border-radius: 5em !important;
    overflow: hidden;
}

input#woocommerce-product-search-field-1 {
    border-radius: 0 !important;
    box-shadow: unset;
    border: 0 !important;
}

/* End */

/* Custom page HTLK */
.custom-btn-from .ff_submit_btn_wrapper button {
    background: var(--color-line) !important;
    color: #fff;
    border-radius: 5em;
    min-width: 8em;
}

/* End */
/* Custom page signup */
.xoo-el-sidebar {
    background-image: url(/wp-content/uploads/2024/10/logo-Shrimpharmaqua.webp) !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 30em;
    height: 10em;
}

.xoo-el-inmodal {
    max-height: unset;
    height: auto;
    border-radius: 2em;
    overflow: hidden;
    display: inline-flex;
    background: #fff;
    position: relative;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.xoo-el-wrap {
    flex-direction: column;
    align-items: center;
}

.xoo-aff-group input[type="text"],
.xoo-aff-group input[type="password"],
.xoo-aff-group input[type="email"],
.xoo-aff-group input[type="number"],
.xoo-aff-group select,
.xoo-aff-group select+.select2 {
    border: unset;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: unset;
    -webkit-transition: unset;
}

.xoo-aff-input-group:first-child {
    border: 0.5px solid #ddd;
    border-radius: 1em;
    overflow: hidden;
}

.xoo-aff-group input[type="text"]:focus,
.xoo-aff-group input[type="password"]:focus,
.xoo-aff-group input[type="email"]:focus,
.xoo-aff-group input[type="number"]:focus,
.xoo-aff-group select:focus,
.xoo-aff-group select+.select2:focus {
    background-color: #ffffff;
    color: #000;
}

.xoo-aff-input-group .xoo-aff-input-icon {
    border: unset !important;
}

.xoo-el-notice-error,
.xoo-el-notice-success {
    border-radius: 1em;
}

.xoo-el-form-container ul.xoo-el-tabs li.xoo-el-active {
    background: #f1f1f1 !important;
    text-transform: math-auto;
    color: var(--color-black) !important;
    border-radius: 5em;
}

.xoo-el-form-container ul.xoo-el-tabs li {
    background-color: inherit !important;
    color: #000000;
}

.xoo-el-form-container ul.xoo-el-tabs {
    padding: 0.6em;
    border-radius: 5em;
    margin-bottom: 1em;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background: #fff;
}

.xoo-el-form-container {
    padding-bottom: 0;
}

span.xoo-el-close {
    font-size: 1.8em;
    right: 0.5em;
    top: 0.5em;
}

.xoo-aff-group label {
    text-align: left;
}

.xoo-el-form-txt {
    text-align: left;
}

.xoo-el-main {
    padding: 10px 40px 30px;
}

.ff-message-success {
    border-radius: 1em;
    box-shadow: unset;
    border-color: #56ff56;
}

.xoo-el-form-register .xoo-aff-label {
    display: none;
}

.xoo-aff-fields .xoo-aff-input-group {
    border: 0.5px solid #ddd;
    border-radius: 1em;
    overflow: hidden;
}

@media only screen and (max-width: 769px) {

    .xoo-el-wrap,
    .xoo-el-main {
        display: flex;
    }

    .xoo-el-sidebar {
        display: flex;
    }

    .xoo-el-sidebar {
        width: 60%;
    }

    .xoo-el-wrap,
    .xoo-el-main {
        display: flex;
        padding: 10px 0;
    }

    .xoo-el-sidebar {
        max-height: 4em;
    }

    .xoo-el-form-container ul.xoo-el-tabs {
        margin: 0;
    }

    form.xoo-el-action-form {
        margin: 0px !important;
    }

    .xoo-aff-group {
        margin-bottom: 1em;
    }

    .xoo-el-form-container button.btn.button.xoo-el-action-btn {
        margin: 0 !important;
        width: 100%;
    }

    .xoo-aff-group,
    .xoo-aff-group.onehalf {
        width: 100%;
        margin-right: 0 !important;
    }

    .xoo-el-section {
        padding: 0 1em !important;
    }

    .xoo-el-lostpw-tgr {
        font-size: 12px;
    }

    .xoo-el-login-btm-fields label input {
        margin: 0;
    }

    label.xoo-el-form-label,
    .xoo-aff-required.xoo-aff-checkbox_single label {
        display: flex;
        align-items: center;
        gap: .2em;
        margin: 0 !important;
    }

    input.xoo-aff-required.xoo-aff-checkbox_single {
        margin: 0;
    }
}

/* End */

/* Custom payment */
li.wc_payment_method img,
li.wc_payment_method.payment_method_qr-zalopay img {
    width: 2em;
    border-radius: 0.2em;
    margin-left: 0.4em;
}

.woocommerce form .form-row .required {
    color: var(--color-red);
}

span.woocommerce-terms-and-conditions-checkbox-text {
    font-style: oblique;
    font-weight: 500;
    color: #828282;
}

.woocommerce-privacy-policy-text p {
    color: #828282;
    font-style: italic;
    text-align: justify;
}

/* End */

/* Custom video Youtube */
.custom-tabs-pr code {
    display: flex;
    justify-content: center;
    align-items: center;
    border: unset;
    background: unset;
}

.custom-tabs-pr code iframe {
    border-radius: 1em;
}

/* END */

/* Cusomt map */
/* a.action.directions, a.asl-print-btn, .inside.search_filter {
display: none !important;
}

.sl-row.align-items-center.no-gutters.pl-1 {
display: none;
} */
/* 
#asl-storelocator.asl-cont.no-asl-filters .asl-wrapper .sl-main-cont .sl-main-row .asl-panel .asl-panel-inner {
top: 0 !important;
border-radius: 1em 0 0 0;
}

#asl-storelocator.asl-cont.asl-template-0 .asl-wrapper .sl-main-cont .asl-panel-inner .Num_of_store {
background: var(--color-line);
}

#asl-storelocator > *, #asl-storelocator.asl-cont .sl-main-cont .asl-panel-inner .sl-main-cont-box ul.sl-list li.sl-item .sl-addr-sec .addr-loc ul li span, #asl-storelocator.asl-cont .sl-main-cont .asl-panel-inner .sl-main-cont-box ul.sl-list li.sl-item .sl-addr-sec .addr-loc ul li a {
font-family: "Roboto" !important;
}
*/
/* #asl-storelocator.asl-cont .sl-main-cont .asl-panel-inner .Num_of_store span {
font-size: 1.2em !important;
}

.custom-map #asl-storelocator.asl-cont .agile-modal-content .btn.btn-default {
background: var(--color-line);
border-radius: 5em !important;
}

.custom-map #asl-storelocator.asl-cont .sl-main-cont .map-image .agile-modal .agile-modal-content {
padding: 15px 18px;
border-radius: 1em;
border: unset;
}

.custom-map #asl-storelocator.asl-cont .agile-modal .sl-form-group h5 {
color: var(--color-black);
}


.custom-map .gm-style-mtc>* {
border-radius: 1em !important;
}

.custom-map .gmnoprint {
display: flex;
gap: 10px;
}

.custom-map #asl-storelocator .sl-row.no-gutters.sl-main-row {
border-radius: 1em;
overflow: hidden;
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

#asl-storelocator.asl-cont .sl-main-cont .asl-panel {
border-radius: 1em 0 0 1em;
border: 1px solid #eee !important;
overflow: hidden !important;
} */
/* 
@media (min-width: 1200px) {

.asl-cont .sl-container,
.asl-cont .sl-container-lg,
.asl-cont .sl-container-md,
.asl-cont .sl-container-sm,
.asl-cont .sl-container-xl {
max-width: 1260px !important;
}
} */
.custom-map .dvls_maps_wrap input.dvls-submit {
    background: var(--color-line);
    height: auto;
    padding: 0 1.4em;
    border-radius: 5em !important;
    text-transform: math-auto;
}

.custom-map .dvls_maps_wrap select {
    border: 1px solid var(--color-bd);
    padding: 0.4em 1.2em;
    height: auto;
    border-radius: 5em;
}

.custom-map .dvls_maps_header_left {
    font-weight: 500;
    color: var(--color-black);
}

.custom-flex-icon-title .col-inner,
.dvls_result_infor h3 {
    display: flex;
    gap: 0.6em;
    align-items: center;
}

.custom-map .dvls_result_infor a {
    background: var(--color-line);
    border-radius: 5em;
    padding: 0.4em 1em;
    color: #fff;
    font-size: 0.8em;
}

.custom-flex-icon-title .col-inner img {
    /* filter: var(--filer-red); */
    max-height: 25px;
    max-width: 25px;
}

.custom-map .dvls_maps_wrap .dvls_near_you {
    margin: 0 !important;
    display: flex;
    color: var(--color);
    font-style: oblique;
    width: fit-content;
}

.dvls_result_infor h3:before {
    content: '';
    background: url(/wp-content/uploads/2023/06/icon-03.jpg);
    display: inline-flex;
    width: 3em;
    height: 3em;
    box-shadow: rgb(99 99 99 / 10%) 0px 2px 2px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5em;
}

.custom-flex-icon-title .col-inner .custom-titler-line-left h2 {
    margin: 0;
}

/* End */

/* Custom let to top */
.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    /* transform: translateY(-2vh); */
}

.progress-wrap::after {
    position: absolute;
    font-family: "fl-icons" !important;
    content: "";
    text-align: center;
    font-size: 24px;
    color: #fff;
    left: 0;
    right: 0;
    margin: auto;
    background-color: var(--primary-color);
    border-radius: 99px;
    top: 50%;
    transform: translateY(-50%);
    height: 38px;
    width: 38px;
    line-height: 35px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::after {
    background-color: #333;
}

.progress-wrap::before {
    position: absolute;
    font-family: "fl-icons" !important;
    content: "";
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    opacity: 0;
    background: var(--primary-color);
    /* --- Pijl hover kleur --- */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

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

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

.progress-wrap svg.progress-circle path {
    stroke: var(--primary-color);
    /* --- Lijn progres kleur --- */
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

/* End */

/* Custom tracking */

.lookup-order-table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.lookup-order-table th,
.lookup-order-table td {
    padding: 12px;
    text-align: left;
    border: unset;
}

.lookup-order-table th {
    background-color: #f2f2f2;
    font-weight: bold;
}

.lookup-order-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.lookup-order-table tr:hover {
    background-color: #f2f2f2;
}

.lookup-order-table td:first-child {
    width: 30%;
}

.lookup-order-table td:last-child {
    text-align: right;
}

.lookup-order-table tr {
    border-bottom: 1px solid #eee;
}

.lookup-order-table tr:last-child {
    border-bottom: unset;
}

.lookup-order-table .total-row td {
    border-top: 2px solid #000;
    font-weight: bold;
}

/* End */

/* Custom blog */
.custom-wrap-accordion li::marker {
    color: var(--color-text);
}

.custom-wrap-accordion ul ul li>ul>li {
    padding-left: 0.6em;
}

.custom-wrap-accordion ul ul li::marker {
    content: " + ";
}

.custom-wrap-accordion ul ul>* li::marker {
    content: " \25A0 ";
    font-size: 10px;
}

.custom-wrap-accordion .accordion-title {
    border: unset;
}

.custom-wrap-accordion .accordion-title.active {
    background: #f7f8ff;
    border-radius: 0.4em;
    box-shadow: rgb(0 0 0 / 8%) 0px 1px 4px;
}

.custom-wrap-accordion .icon-angle-down:before {
    font-size: 0.8em;
}

.custom-wrap-accordion ul ul,
ul ol,
ol ol,
ol ul {
    margin: 1em 0 1em 0em;
}

/* End */

p.box-excerpt.is-small>* {
    display: none;
}

/* ROJO POGI PLAY BUTTON */

.video-play-button {
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: var(--color);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: var(--color);
    border-radius: 50%;
    transition: all 200ms;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

/* Custom-product-waiting */
.custom-product-waiting .image-tools,
.custom-product-waiting .badge-container {
    display: none;
}

/* end */
/* Hiden Flasome */
/* li#wp-admin-bar-flatsome_panel, li#wp-admin-bar-customize, li#wp-admin-bar-edit {
display: none;
} */
/* end */

/* Scoll to top */
#chinh-sach-thanh-toan,
#huong-dan-dat-hang,
#chinh-sach-giao-hang,
#chinh-sach-doi-tra,
#chinh-sach-tich-diem,
#ket-noi-khoa-hoc-va-nha-nong,
#ho-tro-lien-ket-dau-tu {
    scroll-margin-top: 150px
}

/* end */
span.show-password-input {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

table#template_container,
td#body_content {
    box-shadow: unset;
}

/* Hiden Email */
p#billing_email_field .optional {
    display: none;
}

.video.video-fit.mb.video-container-mg {
    border-radius: 1em;
}

.video-container-mg p {
    margin: 0;
}

/* End */


/* Custom menu mobile */
@media screen and (max-width: 850px) {
    #top-bar .nav {
        justify-content: space-between;
    }

    .header-top {
        min-height: 30px;
    }

    #nav_menu-2 {
        display: none;
    }

    #button-contact-vr {
        transform: scale(0.8);
    }

}

/* Feedback  */
.ttt-pnwc-message .message-container a {
    color: var(--color);
}

input::placeholder {
    color: #999999 !important;
}

#fluentform_7 {
    height: 0px !important;
    opacity: 0
}

.page-number {
    border: unset !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

ul.page-numbers.nav-pagination {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/* Hide address */
#ship-to-different-address,
#fluentform_8,
#fluentform_8_success,
#fluentform_8_errors {
    display: none;
}

button#thankyou-button {
    color: #00783E;
    border: 1px solid transparent;
    border-radius: 10em;
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    margin: 0.5em auto;
    max-width: 250px;
    padding: 5px 0;
    text-align: center;
    text-decoration: none !important;
    text-transform: unset;
    transition: background-color .3s;
    width: 100%;
    line-height: 1em;
    background: #a4db8433;
    box-shadow: #a4db8433 0px 1px 4px;
}

.custom-swal .swal-button,
.bc-qr-swal .swal-button {
    background: var(--color-line);
    padding: 4px 20px;
    border-radius: 10em;
}

.custom-swal .swal-button:not([disabled]):hover {
    background: var(--color-line) !important;
}

.custom-swal .swal-footer {
    margin: 0;
    text-align: center
}

.custom-swal .swal-title {
    padding: 0;
}

.custom-swal .swal-icon--success__ring {
    border: 4px solid hsl(238deg 59% 46% / 70%);
}

.custom-swal .swal-icon--success__line {
    background-color: var(--color);
}

.custom-swal .swal-title {
    color: var(--color);
}

.custom-swal .swal-button-container {
    display: block;
}

.custom-swal button.swal-button.swal-button--confirm {
    max-width: 200px;
    width: 100%;
    padding: 0 !important;
}

.custom-swal .swal-text {
    font-size: 14px;
    color: var(--color-black-2);
}

.custom-noiti-payment {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 2em;
}

.custom-noiti-payment>p {
    margin: 0;
    text-align: center;
}

.bc-qr-wrap .bc-qr-footer {
    display: none;
}

.swal-text {
    text-align: center;
}

.bc-qr-wrap .bc-qr-header h5 {
    font-size: inherit !important;
    text-align: start !important;
}

.bc-qr-wrap {
    padding: unset !important;
}

.bc-qr-wrap .bc-qr-button.download {
    display: none !important;
}

.custom-payment-tr td strong {
    color: var(--color-red);
}

/* Custom order status */
.order-statuses {
    display: flex;
    list-style: none;
    padding: 0;
    position: relative;
    margin-top: 1.5em;
}

.order-statuses::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ddd;
}

.order-statuses li {
    flex: 1;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #ddd;
}

@keyframes pulsate {
    0% {
        box-shadow: 0 0 0 0 rgba(49, 49, 146, 0.4);
    }

    50% {
        box-shadow: 0 0 0 10px rgba(49, 49, 146, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(49, 49, 146, 0.4);
    }
}

.order-statuses li div {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #ddd;
    margin: 0 auto;
    background: #ddd;
    position: relative;
    z-index: 2;
}

.order-statuses li.active strong {
    color: var(--color-black);
}

.order-statuses li.active small {
    color: var(--color-black);
    font-style: italic;
}

.order-statuses li.active div {
    background: var(--color-line);
    animation: pulsate 2s infinite;
    border-color: var(--color);
}

.custom-block {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 1em;
    border-radius: 1em;
    position: relative;
}

.custom-block:before {
    content: '';
    position: absolute;
    width: 6em;
    height: 0.3em;
    background: var(--color-line);
    top: -1px;
    right: 2em;
    border-radius: 10em;
}

.custom-block .lookup-order-table {
    width: 100%;
    border-radius: 10px;
    box-shadow: unset;
    border: 1px solid var(--color-bd);
    border-collapse: unset;
}

.swal-button {
    border-radius: 10em;
    font-weight: 500;
    padding: 4px 24px;
}

.swal-modal {
    border-radius: 16px;
}

span.select2 .select2-selection:focus-visible {
    border: unset !important;
    outline: unset !important;
}

/* custom coutpont */

.coupon-info .item {
    display: flex;
    align-items: center;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 1em;
    gap: 1.4em;
    padding: 1em;
}

.coupon-info .btn-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.coupon-info .item .image {
    max-width: 80px;
}

.promotion-item {
    width: 1px;
    display: block;
    height: calc(100% - 32px);
    position: absolute;
    top: 16px;
    left: 104px;
    border: 1px dashed #edf0f3;
    -o-border-image: initial;
    border-image: initial;
    padding: 10px 0;
}

.promotion-item:before {
    top: -22px;
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    left: -6px;
    background: #edf0f3;
    border-radius: 100%;
}

.promotion-item:after {
    bottom: -22px;
    top: unset;
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    left: -6px;
    background: #edf0f3;
    border-radius: 100%;
}

.coupon-info .content {
    width: 100%;
}

.coupon-info .detail {
    display: none;
}

.coupon-info p.title {
    font-weight: 600;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    min-height: 52px;
    margin-bottom: 0.2em;
}

.coupon-info p.code {
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}

.coupon-info p.date {
    font-size: 80%;
    font-style: italic;
    color: var(--color-black);
    margin-bottom: 1em;
}

.coupon-info .btn-coupon {
    margin: 0;
}

button.btn-coupon {
    background: var(--color-line);
    border-radius: 10em;
    color: #fff;
    font-size: 60%;
}

.coupon-info .disabled {
    filter: grayscale(1);
}

.title-coupon {
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 1.2em;
}

.coupon-info {
    max-height: 330px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 4px 20px 4px 4px;
}

.cart-discount {
    background: var(--color-bd);
}

.cart-discount th {
    font-weight: 500 !important
}

input[name=apply_coupon],
input[name=apply_coupon]:hover,
input[name=apply_coupon]:active {
    border: 2px solid var(--color) !important;
    background: #fff !important;
    color: var(--color) !important;
    border-radius: 10em !important;
    font-weight: 600 !important;
    box-shadow: unset !important;
}

.page-checkout .cart-sidebar {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-evenly;
}

.coupon {
    margin-bottom: 1em;
}

.page-checkout .cart-sidebar .widget-title {
    border-bottom: 1px solid #ececec;
    font-size: 1.2em;
}

.cart_totals th.product-name {
    font-size: 1.2em;
}

.button-continue-shopping {
    color: var(--color) !important;
}

.button-continue-shopping:hover,
a.added_to_cart.wc-forward:hover {
    color: #fff !important;
}

/* Poin */
.wps_wpr_show_redemption_conversion_rate {
    margin-left: 0.5em;
    line-height: 140%;
}

.ttt-pnwc-message {
    line-height: 140%;
    text-align: left;
}

.wlr-message-info {
    border-color: var(--color) !important;
    color: var(--color) !important;
}

.wlr-message-info+.wlr-message-info {
    margin-bottom: 2em !important;
}

.alertify .ajs-dialog {
    border-radius: 2em;
}

.alertify .ajs-header {
    border-radius: 2em 2em 0 0 !important;
}

.alertify .ajs-footer {
    border-radius: 0 0 2em 2em !important;
}

.alertify .ajs-ok {
    background: var(--color-line);
    opacity: 1;
    border-radius: 10em;
    margin: 0 1em 1em !important;
}

.ajs-modal .ajs-dialog .wlr-myaccount-page {
    padding: 0;
}

.alertify .ajs-dialog .ajs-commands {
    top: 0;
    right: 0;
    margin: 0;
}

.alertify .ajs-body .ajs-content {
    padding: 0 8px 16px 8px;
}

.ajs-dialog .wlr-myaccount-page .wlr-heading,
.woocommerce .wlr-myaccount-page .wlr-heading {
    border: unset !important;
    padding: 0;
    text-transform: unset;
    margin-bottom: 0.5em;
    display: block;
}

.wlr-myaccount-page .wlr-heading:first-letter {
    text-transform: uppercase;
}

.wlr-myaccount-page .wlr-border-color {
    border-color: var(--color-bd) !important;
}

.wlr-message-info {
    margin-bottom: 1em !important;
}

.ttt-pnwc-message .message-container a.button {
    line-height: 1.6em;
}

.wlr-table {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 0.5em;
    overflow: hidden;
}

.wlr-myaccount-page table:not(.has-background) th {
    background-color: var(--color-bd) !important;
    border-color: var(--color-bd);
}

.wlr-sent-email label.wlr-text-color {
    margin: 0;
}

/* OTP */
h4.modal-title {
    margin-bottom: 2em;
}

#otpInput {
    margin-bottom: 1em;
    justify-content: center;
}

#expiryNotice {
    color: #00000080;
}

#confirmOtp {
    margin-top: 1em;
}

#countdown {
    color: var(--color);
    font-weight: 600;
}

#otpInput input {
    border-color: var(--color-black);
    text-align: center;
    width: 4em;
    height: 4em;
}

#exitTime {
    font-size: 80%;
    color: var(--color-red);
}

#resendOtp {
    color: var(--color);
    font-weight: 600;
    cursor: pointer;
}

.password-form-container label {
    text-align: start;
}

.password-form-container .xoo-aff-group.xoo-el-password_cont {
    margin: 0;
}

.password-form-container .row .col {
    padding: 0 0 1em 0;
}

.xoo-el-opac {
    z-index: 99;
}

.xoo-el-modal {
    z-index: 100000;
}

#main .password-form-container .modal-body,
#main .password-form-container .modal-footer,
#main .password-form-container .modal-title {
    text-align: center;
}

/* Pont */
.woocommerce-order-details p.order-again a {
    background: var(--color-line);
    color: #fff !important;
    border-radius: 10em;
}

#wlr-used-rewards-heading:first-letter {
    text-transform: uppercase;
}

#wlr-used-rewards-heading {
    display: block;
}

.wlr-myaccount-page .show-more-content .read-less,
.wlr-myaccount-page .show-more-content .sec-half {
    display: inline;
}

.discount-message {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    background: #ffe2e2;
    padding: 0.5em;
    border-radius: 10px;
    margin: 1em 0;
}

.fee {
    display: none;
}

/* Page checkout */
.shipping__list_item>* {
    pointer-events: none;
}

.wc_payment_method>*,
.woocommerce-terms-and-conditions-wrapper>*>* {
    cursor: pointer;
}

/* Update 09/2024 */
.widget_shopping_cart a.button.checkout.wc-forward {
    display: none !important;
}

.widget_shopping_cart a.button.wc-forward {
    margin: 0 !important;
}

a.added_to_cart.wc-forward a:hover {
    color: var(--wp--preset--color--white) !important;
}

.video-container-mg {
    padding-top: 0 !important;
}

@media screen and (max-width: 849px) {
    .custom-background-footer-section .section-bg {
        background: none !important;
    }
}

#footer .wrap-icon img {
    max-width: 32px;
    width: 100%;
}

.c-value-title {
    border-radius: 50%;
    border: 0.1rem solid var(--color);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 24em;
    height: 24em;
}

.c-value-title::before,
.c-value-title::after {
    content: "";
    user-select: none;
    position: absolute;
    pointer-events: none;
    background-image: url(/wp-content/uploads/2025/08/value-img2.png);
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    width: 24em;
    height: 24em;
}

.c-value-title::before {
    left: 0%;
    bottom: -20%;
}

.c-value-title::after {
    top: -20%;
    right: 0%;
    transform: rotate(180deg);
}

.d-value-title .text:nth-child(2) {
    margin-right: 4em !important;
}

.d-value-title .text:nth-child(3) {
    margin-right: 8em !important;
}

.d-value-title .text:nth-child(4) {
    margin-right: 8em !important;
}

.d-value-title .text:nth-child(5) {
    margin-right: 4em !important;
}

.d-value-title .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.d-value-title .text::after {
    content: "";
    background: url(/wp-content/uploads/2025/08/circle_10238353.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    width: 20px;
    height: 20px;
    right: -2em;
    background-color: #fff;
    border-radius: 50%;
}

.d-value-title .text::before {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    right: -2em;
    z-index: -1;
    background-color: rgb(0 8 255 / 50%);
    border-radius: 50%;
    animation: ripple-wave 1s linear infinite;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .5s ease-in-out;
}

.animate-fade .icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.animate-fade .icon::before {
    content: "";
    position: absolute;
    height: 24px;
    width: 24px;
    z-index: -1;
    background-color: rgb(0 8 255 / 40%);
    border-radius: 50%;
    animation: ripple-wave 1s linear infinite;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .5s ease-in-out;
}

.animate-fade .icon::after {
    content: "";
    position: absolute;
    height: 24px;
    width: 24px;
    z-index: -1;
    transform: translateY(1px);
    background-color: rgba(255, 255, 255);
    border-radius: 50%;
}

@keyframes ripple-wave {
    0% {
        opacity: .8;
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}


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

.field_activity .img1 img,
.field_activity .img1 .img::after {
    border-radius: 1em 4em 1em 4em !important;
}

.field_activity .img2 img,
.field_activity .img2 .img::after {
    border-radius: 4em 1em 4em 1em !important;
}

.field_activity .img3 img,
.field_activity .img3 .img::after {
    border-radius: 4em 1em 4em 1em !important;
}

.field_activity .img4 img,
.field_activity .img4 .img::after {
    border-radius: 1em 4em 1em 4em !important;
}

.field_activity .img::after {
    content: "";
    background: var(--color-line);
    width: 100%;
    display: block;
    height: 100%;
    left: 8px;
    position: absolute;
    right: 40px;
    top: -8px;
    z-index: -1;
}

.custom-bg-liner-white_1 {
    background: linear-gradient(#fff, rgb(245 248 251));
}

.block-map-rd iframe {
    border-radius: 20px;
    overflow: hidden;
    -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background: #fff;
    padding: 10px;
}

@media screen and (max-width: 850px) {
    .flex-rever {
        flex-direction: column-reverse !important;
    }

    .icon_banner .box-vertical {

        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .icon_banner .box-vertical .box-image {
        width: 20% !important;
    }

    div.d-value-title .text:nth-child(n) {
        margin-right: 0 !important;
    }

    .d-value-title .text::after,
    .d-value-title .text::before {
        display: none;
    }

    .c-value-title {
        width: 18em;
        height: 18em;
    }
}

.mg-0,
.related-products-wrapper h3 {
    margin: 0 !important;
}

@media (max-width: 767px) {
    .cart-popup {
        display: block !important;
    }

    .tabs-product .nav {
        gap: 0 !important;
    }

    form.checkout.woocommerce-checkout .large-8 {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .header-cart-title {
        display: none !important;
    }

    #logo {
        max-width: 200px;
    }

    .custom-swal .swal-content {
        padding: 0 1em;
        font-size: 14px;
        margin-top: 1em;
    }

    .custom-swal .swal-icon {
        scale: 0.8;
        margin: 10px auto 0 !important;
    }
}

@media screen and (max-width: 549px) {
    #logo {
        max-width: 250px;
    }

    .tabs-product .tab {
        min-width: 50px !important;
    }
}

@media only screen and (max-width: 425px) {
    .tabs-product .tab a {
        font-size: .9em;
    }

    .title-wrapper {
        min-height: 80px;
    }
}

@media only screen and (max-width:375px) {}

iframe.entered:not(.wp-embedded-content) {
    width: 100%;
    aspect-ratio: 16/9;
    height: auto;
}

.tabs-product .nav {
    gap: 2em;
}

.tabs-product .tab {
    min-width: 100px;
}

.tabs-product .tab a {
    width: 100%;
    border-radius: 5em;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.5em;
}

.tabs-product .tab.active a {
    background: var(--color-line);
}

.tab-panels .panel.active {
    display: block !important;
    position: relative;
    z-index: 10;
}

.tabs-product .nav {
    gap: 2em;
    border-bottom: 2px dotted #ececec;
    padding-bottom: 1em;
}

.tabs-product .tab a>* {
    text-transform: uppercase !important;
}

.tabs-product .tab-panels {
    padding-top: 1.5em;
}

.custom-wrap-product .product-small .box-image img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: fill;
}

.page-coupont .box-image img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: fill;
    border-radius: 1em;
}

.page-coupont .product-small {
    padding: 1em;
    border-radius: 1em;
}

.page-coupont .product-small .col-inner {
    border-radius: 1em;
}

.page-coupont .box-text {
    padding: 0;
}

a.woocommerce-remove-coupon {
    display: none;
}