/*
Theme Name: congnghevietnam.vn
Description: This is a child theme for Flatsome Theme
Author: UX Themes & CONG NGHE VIET JSC
Template: flatsome
Version: 3.0
*/
.combo-sale-list .col-inner { background-color: #fff100; padding: 28px 20px 20px 20px; border-radius: 20px; } .combo-sale-list .isures-combo--products_page { padding: 0px; }
.banner-combo-sale {
    margin-bottom: -44px;
    z-index: 111111111;
}
.isures-ivp--attr_item.active svg {
    background-color: var(--isures-ivp-primary);
    fill: #fff;
    top: 0;
    right: 0;
    padding: 2px;
}
span.isures-ipc--btn_added, span.isures-ipc--btn_cta {
    margin-bottom: 10px;
}

.header-thankyou p {
    margin: 0;
}

.header-thankyou img {
    width: 248px !important;
    height: auto;
}

.header-thankyou {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

/* .doi-tac .bg .section-bg.fill.bg-fill.bg-loaded { background: linear-gradient(124.05deg, #FB8800 10.38%, #FF4118 72.78%); background-blend-mode: color; } */

.doi-tac .flickity-viewport:before {
    content: "";
    background: linear-gradient(90deg, #25368b 0%, #305aba00 100%);
    position: absolute;
    width: 200px;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
}

.doi-tac .flickity-viewport:after {
    content: "";
    background: linear-gradient(-90deg, #273990 0%, #0d60ba00 100%);
    position: absolute;
    width: 200px;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 1;
}

.doi-tac button.flickity-button.flickity-prev-next-button.next { opacity: 1; right: calc(50% - 55px);top: 100%; background: url(https://truemoney.vn/wp-content/uploads/2023/09/arr.png) no-repeat center center; background-size: 16px; } 
.doi-tac button.flickity-button.flickity-prev-next-button.next:hover {background-image: url(https://truemoney.vn/wp-content/uploads/2023/10/arr.png);}

.doi-tac button.flickity-button.flickity-prev-next-button.previous { opacity: 1; left: calc(50% - 55px); top: 100%; background: url(https://truemoney.vn/wp-content/uploads/2023/09/arl.png) no-repeat center center; background-size: 16px;}
.doi-tac button.flickity-button.flickity-prev-next-button.previous:hover {background-image: url(https://truemoney.vn/wp-content/uploads/2023/10/arl.png);}
.doi-tac .flickity-slider { left: -125px !important; }
.doi-tac button.flickity-button {width: 42px; height: 42px;}
.doi-tac button.flickity-button svg path{opacity:0}
.doi-tac .slider .flickity-prev-next-button:hover .arrow { background: unset; fill: #fff !important; border-color: #fff; color:#fff }

.doi-tac .slider .flickity-prev-next-button:hover svg { background: unset; fill: #4fa2ff !important; border-color: #4fa2ff; color:#4fa2ff }

.doi-tac .bg:before{content: ""; background: #FFDC00; transform: skew(18deg); position: absolute; width: 300px; height: 100%; top: 0; left: -150px; opacity: 0.15;}

.doi-tac .bg:after{content: ""; background: #FFDC00; transform: skew(-18deg); position: absolute; width: 300px; height: 100%; top: 0; right: -150px; opacity: 0.2;}

.doi-tac .section-content:before {
    content: "";
    background: #142768;
    transform: skew(18deg);
    position: absolute;
    width: 420px;
    height: 240px;
    bottom: -35px;
    left: -150px;
    opacity: 0.15;
    border-top-right-radius: 8px;
}

.doi-tac .section-content:after {
    content: "";
    background: #142768;
    transform: skew(-18deg);
    position: absolute;
    width: 420px;
    height: 240px;
    bottom: -35px;
    right: -150px;
    opacity: 0.2;
    border-top-left-radius: 8px;
}



/* reset */
.header-main .logo a {
    color: currentColor
}

.container-width,
.full-width .ubermenu-nav,
.container,
.row {
    max-width: 1220px;
}

.row.row-small {
    max-width: 1210px;
}

.row-small>.col,
.row-small>.flickity-viewport>.flickity-slider>.col {
    margin-bottom: 0;
    padding: 0 5px 10px !important;
}

.vicweb-img__banner {
    max-width: 1880px;
    margin: 0 auto;
}

#tooltip {
    display: block;
    position: absolute;
    background: #fff;
    z-index: 999;
    width: 395px;
    -webkit-box-shadow: 0 0 8px 1px rgb(0 0 0 / 30%);
    box-shadow: 0 0 8px 1px rgb(0 0 0 / 30%);
    border-radius: 10px;
    overflow: hidden;
}

#tooltip .isures-tooltip--title {
    color: #fff;
    font-weight: 700;
    padding: 8px 15px;
    background: linear-gradient(#f52f32, #e11b1e);
    text-transform: uppercase;
}

#tooltip * {
    color: #333;
    font-size: 15px;
}

.isures-info--wrap table {
    padding: 15px 0;
    margin: 0;
}

.isures-info--wrap table td,
.isures-info--wrap table th {
    border: none;
    padding: 5px 10px;
}

#tooltip .isures-info--wrap table td b {
    color: #0e0e0e;
    text-transform: capitalize;
}

#tooltip .isures-info--wrap table .amount * {
    color: #D91605;
    font-size: 16px;
}

#tooltip .isures-info--wrap table del .amount * {
    color: #333;
    font-size: 15px;
}

#tooltip .tooltip-content-group {
    padding: 10px;
}

#tooltip .tooltip-content-group .title {
    color: #fff;
    font-size: 14px;
    position: relative;
    display: block;
    padding: 8px 15px;
    margin-bottom: 8px;
    background: linear-gradient(#f52f32, #e11b1e);
    font-weight: 500;
    border-radius: 7px;
    overflow: hidden;
}

#tooltip .tooltip-content-group .text {
    line-height: 1.5;
    font-size: 14px;
}

#tooltip .isures-attr--value {
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    background: #f0f0f0;
    border-radius: 4px;
    margin-right: 5px;
    margin-bottom: 5px;
}


/* title cate */

.isures-heading {
    display: flex;
    align-items: center;
    margin-top: 20px;
    border-bottom: 2px solid #e7001a;
    text-align: left;
    margin-bottom: 20px;
    padding-left: 0;
    padding-bottom: unset;
}
.isures-heading h2 {
    margin: 0;
    text-align: left;
}

.isures-heading .section-title-main {
    text-transform: uppercase;
    color: white;
    flex-basis: 30%;
    font-size: 22px;
    line-height: 1.6;
    background-color: #e5132b;
    display: inline-block;
    padding: 8px 19px;
    white-space: nowrap;
    position: relative;
}

.isures-heading .section-title-main:after {
    content: '';
    position: absolute;
    z-index: 999;
    border-bottom: 20px solid #e5132b;
    border-right: 25px solid transparent;
    right: -25px;
    top: 0;
}

.isures-sub-title {
    display: flex;
    justify-content: flex-end;
    margin: 0;
    flex-basis: 70%
}

.isures-sub-title dt {
    margin: 0 15px 0 0
}

.isures-sub-title dt:last-child {
    margin: 0;
}

.isures-sub-title dt a {
    display: block;
    padding: 5px 15px;
    border-radius: 10px;
    font-size: 13px;
    line-height: 1.5;
    transition: all 200ms ease-in-out;
    font-weight: normal;
    text-transform: capitalize;
    color: #1e1e1e;
    white-space: nowrap;
}
.isures-sub-title dt a:hover {
    color: #e5132b;
}

.isures-sub-title dt a i {
    margin-left: 8px;
    top: 0;
}

/* global */

.isures-global--img_br .img-inner {
    border-radius: 10px;
}

.isures-global--title_wrap *,
.isures-global--menu_title * {
    border: none !important;
}

.isures-global--section_pd0 {
    padding-bottom: 0 !important;
}

.isures-global--title_wrap span.section-title-main {
    font-size: 19px;
}

.isures-global--title_wrap.section-title-container {
    margin-bottom: 15px;
}

.isures-global--title_wrap .section-title {
    margin-bottom: 0;
}

.isures-global--row_sd {
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

a.button.isures-global--btnf5 {
    display: inline-block;
    width: calc(50% - 7.5px);
    margin: 0 0 10px 10px;
    text-align: left;
    color: #0e0e0e;
    padding: 0.5rem 0.75rem;
    background-color: rgba(248, 250, 252, 1) !important;
    border-radius: 12px;
}

a.button.isures-global--btnf5:hover {
    background-color: rgba(236, 240, 244, 1) !important;
}

a.button.isures-global--btnf5 i {
    color: var(--isures-primary-color);
    font-size: 18px;
}

a.button.isures-global--btnf5:nth-child(odd) {
    margin-left: 0;
}

.isures-global--box_text {
    border-radius: 1rem;
    padding: 1rem 1.25rem;
    background: #fff;
    border: 1px solid #e5e7eb;
    margin-bottom: 15px;
}

.isures-global--box_text p {
    margin: 0;
}


/*************** ADD CUSTOM CSS HERE.   ***************/
/*
@font-face {
    font-family: Helvetica Neue;
    src: url("assets/fonts/HelveticaNeue-BoldItalic.eot");
    src: url("assets/fonts/HelveticaNeue-BoldItalic.eot") format("embedded-opentype"), url("assets/fonts/HelveticaNeue-BoldItalic.woff") format("woff"), url("assets/fonts/HelveticaNeue-BoldItalic.ttf") format("truetype");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: Helvetica Neue;
    src: url("assets/fonts/HelveticaNeue-Light.eot");
    src: url("assets/fonts/HelveticaNeue-Light.eot") format("embedded-opentype"), url("assets/fonts/HelveticaNeue-Light.woff") format("woff"), url("assets/fonts/HelveticaNeue-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Helvetica Neue Bold;
    src: url("assets/fonts/HelveticaNeue-CondensedBold.eot");
    src: url("assets/fonts/HelveticaNeue-CondensedBold.eot") format("embedded-opentype"), url("assets/fonts/HelveticaNeue-CondensedBold.woff") format("woff"), url("assets/fonts/HelveticaNeue-CondensedBold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Helvetica Neue;
    src: url("assets/fonts/HelveticaNeue-Italic.eot");
    src: url("assets/fonts/HelveticaNeue-Italic.eot") format("embedded-opentype"), url("assets/fonts/HelveticaNeue-Italic.woff") format("woff"), url("assets/fonts/HelveticaNeue-Italic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: Helvetica Neue;
    src: url("assets/fonts/HelveticaNeue-Bold.eot");
    src: url("assets/fonts/HelveticaNeue-Bold.eot") format("embedded-opentype"), url("assets/fonts/HelveticaNeue-Bold.woff") format("woff"), url("assets/fonts/HelveticaNeue-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Helvetica Neue;
    src: url("assets/fonts/HelveticaNeue-UltraLight.eot");
    src: url("assets/fonts/HelveticaNeue-UltraLight.eot") format("embedded-opentype"), url("assets/fonts/HelveticaNeue-UltraLight.woff") format("woff"), url("assets/fonts/HelveticaNeue-UltraLight.ttf") format("truetype");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: Helvetica Neue;
    src: url("assets/fonts/HelveticaNeue-LightItalic.eot");
    src: url("assets/fonts/HelveticaNeue-LightItalic.eot") format("embedded-opentype"), url("assets/fonts/HelveticaNeue-LightItalic.woff") format("woff"), url("assets/fonts/HelveticaNeue-LightItalic.ttf") format("truetype");
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: Helvetica Neue;
    src: url("assets/fonts/HelveticaNeue-Medium.eot");
    src: url("assets/fonts/HelveticaNeue-Medium.eot") format("embedded-opentype"), url("assets/fonts/HelveticaNeue-Medium.woff") format("woff"), url("assets/fonts/HelveticaNeue-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Helvetica Neue;
    src: url("assets/fonts/HelveticaNeue-UltraLightItalic.eot");
    src: url("assets/fonts/HelveticaNeue-UltraLightItalic.eot") format("embedded-opentype"), url("assets/fonts/HelveticaNeue-UltraLightItalic.woff") format("woff"), url("assets/fonts/HelveticaNeue-UltraLightItalic.ttf") format("truetype");
    font-weight: 100;
    font-style: italic
}

@font-face {
    font-family: Helvetica Neue;
    src: url("assets/fonts/HelveticaNeue.eot");
    src: url("assets/fonts/HelveticaNeue.eot") format("embedded-opentype"), url("assets/fonts/HelveticaNeue.woff") format("woff"), url("assets/fonts/HelveticaNeue.ttf") format("truetype");
    font-weight: 400;
    font-style: normal
}

body *,
h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.banner h1,
.banner h2,
body .nav>li>a {
    font-family: "Helvetica Neue";
}
*/
.ux-body-overlay {
    background-color: rgba(0, 0, 0, .7)
}


/* global */

/* slider */

.isures-slider {
    border-radius: 15px;
    overflow: hidden;
}

.isures-slider--captions .flickity-viewport,
.isures-slider--captions {
    height: 68px;
    overflow: hidden
}

.isures-slider--captions {
    position: absolute;
    z-index: 2;
    width: calc(100% - 10px);
    bottom: 10px;
    left: calc(10px / 2);
    display: flex;
    align-items: flex-end;
}

.isures-slider--captions .flickity-slider {
    display: flex;
    align-items: center;
    justify-content: center;
}

.isures-caption--wrap {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: rgba(0, 0, 0, .4);
    border-radius: 8px;
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    padding: 5px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.isures-caption--wrap .isures-bottom--caption {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.isures-slider--captions .item.is-selected .isures-caption--wrap {
    background-color: #fff;
    color: #0e0e0e
}

.isures-slider .flickity-page-dots {
    padding: 0 10px
}

.isures-slider .flickity-page-dots .dot {
    background: #fff;
    border-radius: 2px;
    height: 2px;
    margin: 0 4px;
    opacity: .2;
    width: 8px;
    border: none !important;
    transition: all 200ms ease-in-out;
}

.isures-slider .flickity-page-dots .dot.is-selected {
    opacity: 1;
    width: 30px;
}


/* social */

.isures-global--social.social-icons.follow-icons a.button.icon {
    padding: 0.5rem;
    border-radius: 0.5rem !important;
    border: 1px solid #ccc !important;
    background-color: transparent !important;
    min-width: auto;
    min-height: auto;
    line-height: 1.3;
    font-weight: normal;
    box-shadow: none !important;
    margin-right: 10px;
    margin-bottom: 10px !important;
    text-transform: capitalize;
}

.isures-global--social.social-icons.follow-icons a.button.icon i {
    color: currentColor !important;
    font-size: 28px;
}

.isures-global--social.social-icons.follow-icons a:after {
    content: attr(data-label);
    margin-left: 10px;
    vertical-align: middle;
}

.isures-global--social.social-icons.follow-icons a.button.icon:hover {
    background-color: rgba(236, 240, 244, 1) !important;
}


/* archive product */

.isures-button--nav_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.isures-button--nav_wrap a {
    border-radius: 0.5rem;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    outline: 0 !important;
    padding: 0 1.5rem;
    white-space: nowrap;
    font-weight: 400;
    height: 38px;
    line-height: 1;
    margin: 0;
    font-size: 15px;
    transition: all 200ms ease-in-out;
}

.isures-button--nav_wrap a:hover {
    opacity: .8;
}

.isures-button--nav_wrap a.isures-ipc--btn {
    background-color: #dadde0 !important;
    margin-left: 8px;
    padding: 0 10px;
    color: #0e0e0e
}

.isures-button--nav_wrap a.isures-ipc--btn svg {
    fill: #0e0e0e
}

a.isures-button--view_detail {
    background: linear-gradient(#f52f32, #e11b1e);
    color: #fff !important;
    flex: 1 1 0% !important;
}

nav.woocommerce-pagination ul {
    text-align: right;
}

.nav-pagination>li>a,
.nav-pagination>li>span {
    border-radius: 8px;
    height: 42px;
    line-height: 42px;
    outline: none;
    text-align: center;
    width: 42px;
    border-width: 1px;
    border-color: rgba(236, 240, 244, 1);
}


/* menu tab */

a[aria-controls="main-menu"]:after {
    content: attr(aria-label);
}

li.html a {
    font-size: 14px;
    font-weight: 700;
}

.header-shadow .header-wrapper:not(.stuck) {
    box-shadow: none;
}

.header-vertical-menu .header-vertical-menu__opener {
    width: auto;
    background: transparent;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.header-vertical-menu .header-vertical-menu__opener .header-vertical-menu__title {
    margin-left: 0px;
	margin-right: 6px;
}

.header-vertical-menu .header-vertical-menu__opener>i {
    display: none;
}

.header-vertical-menu .header-vertical-menu__opener .header-vertical-menu__icon {
    width: 35px;
    height: 35px;
    border-radius: 6px;
    background-color: rgb(9 13 20 / 40%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.header-vertical-menu .header-vertical-menu__opener .header-vertical-menu__icon i {
    margin: 0
}

.header-main .account-item>a,
.header-main .cart-item>a .header-vertical-menu .header-vertical-menu__opener .header-vertical-menu__icon i {
    margin: 0;
}

.header-vertical-menu__icon svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}

.header-vertical-menu__fly-out {
    width: 90px;
}

.header-vertical-menu__fly-out .nav-vertical-fly-out {
    max-height: 70vh;
    overflow-y: auto;
    margin: 0;
    height: 0;
}

.header-vertical-menu.active .header-vertical-menu__fly-out .nav-vertical-fly-out {
    height: 100%;
}

.header-vertical-menu__fly-out .nav-vertical-fly-out::-webkit-scrollbar-thumb,
.header-vertical-menu__fly-out .show-alway.menu-item .nav-dropdown .isures-menu--dropdown_wrap::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 10px 10px rgb(14 14 14 / 10%);
    border-radius: 20px;
    border: 4px solid transparent;
}

.header-vertical-menu__fly-out .nav-vertical-fly-out::-webkit-scrollbar,
.header-vertical-menu__fly-out .show-alway.menu-item .nav-dropdown .isures-menu--dropdown_wrap::-webkit-scrollbar {
    width: 14px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.header-vertical-menu__fly-out .show-alway.menu-item .nav-dropdown {
    width: calc(1190px - 65px - 0px);
    border-radius: 0;
    box-shadow: none;
    display: block;
}

.header-vertical-menu__fly-out .menu-item:not(.show-alway) .nav-dropdown {
    display: none !important;
}

.header-vertical-menu__fly-out .nav-vertical-fly-out>li.menu-item>a {
    flex-direction: column;
    align-items: center;
    background-color: #ecf0f4;
    width: 76px;
    font-weight: 700;
    color: #0e0e0e;
    padding: 2px 5px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: center;
    white-space: normal;
}

.header-vertical-menu__fly-out .nav-vertical-fly-out>li.menu-item>a>i.icon-angle-down {
    display: none;
}

.header-vertical-menu__fly-out .nav-vertical-fly-out>li.menu-item>a>img {
    width: 54px !important;
    height: 54px !important;
    object-fit: cover;
    display: block;
    margin: 0 auto !important;
}

.header-vertical-menu__fly-out .nav-vertical-fly-out>li.menu-item {
    border: none;
}

.header-vertical-menu__fly-out .nav-vertical-fly-out>li.menu-item.show-alway>a {
    background-color: #fff;
}

.header-vertical-menu:hover .header-vertical-menu__fly-out {
    opacity: 0;
    visibility: hidden;
}

.header-vertical-menu .header-vertical-menu__fly-out {
    left: -220px;
    top: 51px;
}

.header-vertical-menu.active .header-vertical-menu__fly-out {
    opacity: 1 !important;
    visibility: visible !important;
}


/* submenu click */

.header-vertical-menu__fly-out .show-alway.menu-item .nav-dropdown .isures-menu--dropdown_wrap {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    overflow-y: auto;
    padding: 20px;
	max-height: 468px;
}

.isures-global--menu_items.ux-menu {
    margin-bottom: 20px;
}

.isures-global--menu_items .menu-item {
    margin-bottom: 10px !important;
}

.isures-global--menu_items .menu-item a {
    padding: 0.75rem;
    font-weight: 700;
    color: #0e0e0e;
    min-height: auto;
    border-radius: 1rem;
    background: rgba(248, 250, 252, 1);
    line-height: 160%;
    font-size: 16px;
}

.isures-global--menu_items .menu-item a:hover {
    background-color: rgba(236, 240, 244, 1);
}

.isures-global--menu_title .section-title {
    justify-content: flex-start;
    color: black;
    border-left: 4px solid #cb0000 ! IMPORTANT;
    padding-left: 14px;
    line-height: 30px;
    border-bottom: 1px dotted #efefef !important;
    padding-bottom: 10px;
}

.isures-global--menu_title {
    margin-bottom: 0px !important;
}

.isures-global--menu_title .section-title a {
    font-weight: normal;
    margin: 0;
    padding: 0;
    font-size: 12px;
}

.isures-global--menu_title * {
    margin-bottom: 0;
}

.isures-global--menu_title .section-title-main {
    padding-bottom: 0;
}

.isures-menu--dropdown_wrap .icon-box-text p {
    color: #525252;
	font-size: 82%;
}

.isures-menu--dropdown_wrap .icon-box {
    transition: all 0.3s ease; 
    padding: 12px;
}

.isures-menu--dropdown_wrap .icon-box:hover {
    background: #f2f4f7;
    border-radius: 4px;
    transform: translateY(-2px);
}

/* Khi hover vào .icon-box thì p bên trong đổi màu luôn */
.isures-menu--dropdown_wrap .icon-box:hover .icon-box-text p {
    color: #283890;
}



/* header search */

.header-main .account-item>a, .header-main .cart-item>a {
    flex-direction: row-reverse;
    border-radius: 30px;
    font-size: 13px;
    padding: 10px 10px;
    background-color: rgb(9 13 20 / 40%);
    height: 36px;
}

.header-main .account-item>a i,
.header-main .cart-item>a i {
    font-size: 15px;
    margin-right: 5px;
}


.header-wrapper .header-main,
.header-wrapper .header-bottom,
.flex-col.hide-for-medium.flex-center,
.flex-col.show-for-medium.flex-grow {
    width: 100%;
}

.header-main .cart-item {
    margin-left: 0;
}

.header-main .cart-item .image-icon img {
    max-width: 25px;
}

.header-cart-link:after {
    display: none;
}

/* header bottom */
.header-bottom-nav .isures-menu--dropdown_wrap {
    margin: 0 !important;
    padding: 20px;
}

.header-bottom-nav>li>a {
    font-size: 14px;
}

/* menu vertical only mobile */

.isures-vertical--menumb_wrap {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f8fafc;
    display: none;
    visibility: hidden;
}

.isures-vertical--menumb_wrap.show {
    display: block;
    visibility: visible;
}

.header-vertical-menu__fly-out .show-alway.menu-item .nav-dropdown {
    visibility: visible;
    opacity: 1;
    left: 100%;
    top: 0;
    min-height: 100%;
}

.isures-vertical--menumb_wrap .header-vertical-menu__fly-out {
    top: 0;
    left: 0;
    position: absolute;
    visibility: visible;
    opacity: 1;
    box-shadow: none;
}

.isures-vertical--menumb_wrap .header-vertical-menu {
    position: relative;
}

.isures-vertical--menumb_wrap .show-alway.menu-item .nav-dropdown {
    width: calc(100% - 90px) !important;
    left: 90px !important;
    position: fixed;
    max-height: 60vh;
    overflow-y: auto;
    min-height: 60vh;
    z-index: 999;
}

.isures-vertical--menumb_wrap .show-alway.menu-item .nav-dropdown .isures-menu--dropdown_wrap {
    width: 100% !important;
    padding: 20px 0 !important;
}

.isures-vertical--menumb_wrap .header-vertical-menu__fly-out .nav-vertical-fly-out>li.menu-item>a {
    background-color: #ecf0f4;
}

.isures-vertical--menumb_wrap .header-vertical-menu__fly-out .nav-vertical-fly-out>li.menu-item.show-alway>a {
    background-color: #fff;
}

.isures-vertical--menumb_wrap .header-vertical-menu__opener {
    display: none;
    visibility: hidden;
}

.isures-prev a {
    border-bottom-right-radius: 1rem;
}

.isures-next a {
    border-top-right-radius: 1rem;
}

.isures-menu--bottom_mb {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 1);
    display: flex;
    border-top: 1px solid rgba(236, 240, 244, 1);
}

.isures-menu--bottom_mb .isures-menu--bottom_item {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #777 !important;
}

.isures-menu--bottom_mb .isures-menu--bottom_item.active {
    color: #000 !important;
}

.isures-menu--bottom_item_icon {
    display: flex;
    align-items: center;
    height: 32px;
    justify-content: center;
    margin-bottom: 4px;
    position: relative;
    width: 59px;
    border-radius: 99px;
    transition: all 200ms ease-in-out;
}

.isures-menu--bottom_item.active .isures-menu--bottom_item_icon {
    background: rgba(255, 172, 10, .6);
}

.isures-menu--bottom_item_icon img {
    width: 20px;
    height: 20px;
}

.isures-menu--close {
    display: none;
}

#app.isures-menu--bottom_item.active .isures-menu--close {
    display: block;
}

#app.isures-menu--bottom_item.active img:not(.isures-menu--close) {
    display: none;
}


/* single prod */

.isures-btn--order_wrap>a {
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #dadde0 !important;
    color: var(--isures-ipc-primary);
    border-radius: 15px;
    margin: 0;
}

.isures-btn--order_wrap .isures-ipc--btn span {
    display: flex;
    flex-direction: column;
}

.isures-btn--order_wrap .isures-ipc--btn span svg {
    margin-bottom: 5px;
    margin-right: 0;
}

.isures-btn--order_wrap .isures-ipc--btn.added .isures-ipc--btn_added {
    display: flex !important;
}

.isures-first--section .single_add_to_cart_button {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 50px;
    padding: 5px 0;
    line-height: 1.1;
    margin-right: 0;
    background: #288ad6;
    border-radius: 15px;
    display: none;
}

.isures-first--section .quantity.buttons_added.form-minimal,
.isures-first--section .badge-inner.callout-new-bg.is-small.new-bubble {
    display: none !important;
}

.isures-btn--single_wrap {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 10px;
    padding: 0;
}

.isures-global--success_color {
    background: var(--isures-secondary-color);
}

.isures-global--menu_block {
    border-radius: 15px;
    margin-bottom: 20px;
}

.isures-global--menu_block .ux-menu-title.flex {
    background: #F3F3F3;
    border-bottom: 1px solid #D9D9D9;
    font-weight: 700;
    font-size: 16px;
    line-height: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.isures-global--menu_block .ux-menu-link__link {
    font-size: 14px;
    min-height: auto;
    padding: 10px 15px;
    line-height: 1.3;
}

.product-thumbnails a {
    padding: 10px;
    border-radius: 8px;
}

.video-shorts-slider {
    margin: 0 !important;
}

.video-shorts-slide {
    width: 300px !important;
    height: 450px;
}

.video-shorts-slide iframe {
    width: calc(100% - 10px);
    height: 450px;
    aspect-ratio: 16 / 9;
    border-radius: 20px;
}

.video-wrapper {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.video-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 10px);
    height: 100%;
    cursor: pointer;
    overflow: hidden;
}

.video-thumbnail img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.3s;
}

.play-button:hover {
    opacity: 1;
}

.video-iframe-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

/* footer */

.copyright-footer {
    font-size: 11px;
}

.isures-global--col_pd {
    padding-bottom: 0;
}

.isures-global--section_mrtop .isures-global--row_white {
    background: transparent !important;
}

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

/* flashsale home*/
.vicweb-bg-flashsale>.col>.col-inner {
    padding: 28px 20px 20px 20px;
    border-radius: 0 0 20px 20px;
}

.vicweb-global__btn-exp {
    display: flex
;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff !important;
    border-radius: 30px;
    text-align: center;
    padding: 8px 20px;
    color: black !important;
    max-width: 350px;
    height: 43px;
    line-height: 43px;
    font-size: 15px;
    font-weight: normal;
    text-transform: inherit;
    box-shadow: none !important;
}

.vicweb-global__btn-exp i {
    top: 0;
}

.vicweb-section__flashsale .isures-flashsale--countdown_wrap.light {
    background-color: transparent !important;
    overflow: unset;
    margin-top: -77px;
    width: 80% !important;
}

.vicweb-section__flashsale .img {
    margin: 0 !important;
}

.vicweb-section__flashsale .isfs-time--countdown {
    float: unset;
}

.vicweb-section__flashsale .flashsale-label--percent {

    position: absolute;
    right: -5px;
}

/* product slider global */


.vicweb-global__slider .flickity-prev-next-button {
    top: auto;
    bottom: calc(50% - 25px) !important;
    margin: 0;
    background-color: #fff !important;
    width: 34px !important;
    min-height: 70px;
    padding: 0 !important;
    text-align: center;
    font-size: 46px;
    color: #999;
    font-family: -webkit-body;
    -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, .15) !important;
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
    opacity: .7;
}

.vicweb-global__slider .flickity-button.flickity-prev-next-button.previous {
    left: 0;
    border-radius: 0 5px 5px 0;
}

.vicweb-global__slider .flickity-button.flickity-prev-next-button.next {
    right: 0;
    border-radius: 5px 0 0 5px;
}

.vicweb-global__slider .flickity-prev-next-button.next svg,
.vicweb-global__slider .flickity-prev-next-button.previous svg {
    display: none
}

.vicweb-global__slider .flickity-prev-next-button.previous::after {
    content: "‹";
    position: absolute;
    font-size: 46px;
    display: block;
    top: -24px;
    color: #999;
    margin: auto;
    left: 6px;
    font-family: initial
}

.vicweb-global__slider .flickity-prev-next-button.next::after {
    content: "›";
    position: absolute;
    font-size: 46px;
    display: block;
    top: -24px;
    color: #999;
    margin: auto;
    right: 6px;
    font-family: initial
}

.vicweb-bg-flashsale .vicweb-global__slider .flickity-button.flickity-prev-next-button.previous {
    left: -10px;
}

.vicweb-bg-flashsale .vicweb-global__slider .flickity-button.flickity-prev-next-button.next {
    right: -10px;
}

/* product archive global */
.isures-stick--compare {
    bottom: 80px !important;
}

.product-small.col {
    position: relative;
    padding: 0 5px 10px !important
}

.product-small.col .col-inner {
    background: #FFF;
    border-radius: 10px;
    padding: 10px 10px 15px;
    box-shadow: 1px 2px 4px #0000001c;
	height: 100%;
}

.product-small.col .box-text.box-text-products {
    padding-bottom: 5px;
}

.badge-inner.secondary.on-sale {
    display: none;
    visibility: hidden
}

.row.isures-on--sale {
    background: #fff;
}

.price-wrapper .price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
	margin: 10px;
}

.price-wrapper .price ins {
    order: 2;
}

.badge-container.absolute.left.top.z-1 {
    top: 180px;
}

.badge.callout.badge-circle {
    margin: 0;
    opacity: 1;
    width: auto;
    height: auto;
    font-size: 13px;
    padding: 0;
    line-height: 24px;
}

.badge-inner.callout-new-bg.is-small.new-bubble {
    background: #ea9d02;
    padding: 8px;
    border-radius: 0 6px 6px 0;
    font-size: 13px;
}

body:not(.home) .badge-inner.callout-new-bg.is-small.new-bubble {
    display: none
}

.product-small.box-vertical .box-text.box-text-products {
    padding: 5px 10px;
    padding-top: 35px;
    vertical-align: top;
}

.product-small.col span.isures-custom--flashsale {
    position: absolute;
    left: 10px;
    top: 10px;
    background: #d70019;
    color: #fff;
    font-size: 13px;
    padding: 0 8px;
    line-height: 24px;
    border-radius: 0 6px 6px 0;
}

.product-small.col:not(.box-vertical) span.isures-custom--flashsale {
    top: -50px;
    left: 2px;
}

.product-small.col span.isures-custom--flashsale * {
    color: #fff !important;
    font-weight: normal !important;
    font-size: 13px !important;
    padding: 0 !important;
    margin: 0 !important;
}

p.name.product-title.woocommerce-loop-product__title a {
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    max-height: 48px;
    color: rgb(58, 58, 58);
    transition: .3s all ease;
}

.post-item .post-title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    font-size: 16px;
    line-height: 26px;
    color: #333;
    margin: 10px 0;
    font-weight: normal;
}

.vicweb-global__col-shadow>.col-inner {
    overflow: hidden;
    margin-right: 20px;
    border-radius: 12px;
    background: #fff;
    padding: 15px 18px;
}

.vicweb-global__col-shadow .isures-heading {
    margin-top: 0;
}

.isures-attr--flex {
    display: flex;
    align-items: center;
    background: #f8f9fa;
    padding: 2px 8px;
}

.price-wrapper .star-rating {
    font-size: 12px;
}

.home .price-wrapper .star-rating {
    display: none;
}

.price-wrapper .price {
    margin-bottom: 10px;
}

.price-wrapper span.amount {
    font-size: 16px;
    font-weight: 700;
    color: #d70018;
    margin-top: 8px;
    margin-bottom: 8px;
    display: inline-block;
}

.price-wrapper del .amount {
    font-size: 12px;
    color: #716b6b;
    text-decoration: line-through;
    opacity: 1;
    margin: 0px 5px 0px 0px !important;
}

p.price.product-page-price {
    background: url(https://dienmay.congnghevietnam.vn/wp-content/uploads/2025/03/gia-tot.gif) no-repeat 0px center;
    padding-left: 72px;
    background-size: 70px;
    font-size: 68%;
}

.row.isures-prod--bd_top {
    border-top: 1px solid #eee;
    background: #fff
}

.isures-attr--label_wrap {
    background: #f8f9fa;
    border-radius: 15px;
    line-height: 1;
}

span.isures-attr--value {
    display: inline-block;
    font-size: 14px;
    color: #6c757d;
    padding: 0 5px;
    padding-top: 0;
    margin-top: 10px;
    position: relative;
    cursor: help;
    transition: 0.15s ease-in-out
}

span.isures-attr--value:last-child {
    margin-bottom: 5px;
}

span.isures-attr--value:hover *,
span.isures-attr--value:hover {
    color: #000
}

span.isures-attr--value:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 40%;
    bottom: calc(100% - 4px);
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
}

span.isures-attr--value:before {
    content: attr(data-title);
    position: absolute;
    left: 50%;
    bottom: calc(100% + 5px);
    z-index: 11;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #333;
    border-radius: 2px;
    color: #cecece;
    white-space: nowrap;
    padding: 1px 5px 3px;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
}

span.isures-attr--value.active:before,
span.isures-attr--value.active:after {
    opacity: 1;
    visibility: visible;
}

span.isures-attr--value * {
    margin-right: 5px;
    font-size: 14px;
    color: #b6bfc7;
    transition: 0.15s ease-in-out
}


/* contact form */

.row.isures-contact--form,
.isures-box--search_keyw {
    margin: 0 !important;
    background: #f2f2f2;
    padding: 10px 15px;
    border-radius: 15px;
}

.row.isures-contact--form p,
.isures-box--search_keyw p {
    font-size: 13px;
    margin-bottom: 0;
}

.row.isures-contact--form .wpcf7-submit {
    width: 100%;
}

.row.isures-contact--form .wpcf7-spinner {
    display: none;
    visibility: hidden;
}

.row.isures-contact--form .col {
    padding: 5px;
}

.row.isures-contact--form input {
    font-size: 13px;
    height: 33px;
    background: #fff;
    border: 1px solid #ced4da;
    box-shadow: none !important;
    margin: 0;
    border-radius: 15px;
}


/* cate elm */

.row.isures-global--cate_elm {
    background: #fff;
    border-radius: 15px;
}

.row.isures-global--cate_elm .product-category.col {
    padding: 15px;
    border-right: 1px solid #eee;
    transition: all 0.15s ease-in-out;
}

.row.isures-global--cate_elm .product-category.col:hover {
    border-color: rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
}

.row.isures-global--cate_elm .product-category.col:last-child {
    border-right: none
}

.row.isures-global--cate_elm .box.box-category {
    text-align: center;
}

.row.isures-global--cate_elm .box-image {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: #f4f4f4;
    width: 95px;
    height: 95px;
    margin-bottom: 15px;
}

.row.isures-global--cate_elm .box-text {
    padding: 0;
}

.row.isures-global--cate_elm .box-text * {
    font-weight: 400;
    text-transform: capitalize
}


/* global title sale */

.isures-global--title_sale {
    border-radius: 15px 5px 0 0;
    overflow: hidden;
}

.isures-global--row_prod {
    border-radius: 0 0 5px 5px;
    overflow: hidden
}

.isures-global--title_sale .section-title.section-title-normal {
    margin-bottom: 0;
    border-bottom: none;
    background: #fff;
}

.isures-global--title_sale .section-title.section-title-normal span.section-title-main {
    padding: 14px 26px 10px;
    background-color: var(--isures-secondary-color);
    border-radius: 0 0 12px 12px;
    font-size: 22px;
}

.isures-global--title_sale.isures-global--title_basic .section-title.section-title-normal span.section-title-main {
    background-color: #fff;
    border: none;
    padding: 10px 0;
}

.isures-global--title_sale.isures-global--title_basic .section-title.section-title-normal {
    padding-bottom: 2px
}

.isures-global--title_sale.isures-global--title_basic .section-title a {
    color: #0168fa;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: normal;
}

.row.isures-global--slider .product-small.col {
    border: none;
}


/* global image near products */

.isures-image--equal img {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    top: 10px;
    left: 0;
}

.isures-image--equal .img-inner,
.isures-image--equal {
    position: static;
}

.isurews-pdb0 {
    padding-bottom: 0 !important;
}

.isures-btn--single_wrap {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 10px;
    padding: 0;
}

.isures-btn--cta_global {
    display: inline-block;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 5px;
    line-height: 1;
    vertical-align: middle;
    transition: all 200ms ease-in-out;
    margin: 0;
}

.isures-btn--cta_global:hover {
    filter: brightness(0.90);
    color: #fff
}

.isures-btn--cta_global span {
    font-weight: bold;
    text-transform: uppercase;
}

.isures-btn--cta_global:last-child {
    margin-right: 0;
}

.isures-btn--cta_global>* {
    display: block;
}

.isures-btn--cta_global small {
    font-size: 12px;
    margin-top: 4px;
    line-height: 1.3;
    text-transform: capitalize;
}

.isures_buy_now {
    width: 100% !important;
    height: 60px;
    background: linear-gradient(#f52f32, #e11b1e);
}

.isures-btn--order_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-column-start: 1;
    grid-column-end: 3;
}

.isures-btn--order_wrap .isures-btn--atc {
    height: 60px;
    width: 60px;
    border: 2px solid #e11b1e;
    background-color: unset;
    border-radius: 15px;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.isures-btn--order_wrap .isures-btn--atc img {
    width: 30px;
    height: 30px;
    -o-object-fit: contain;
    object-fit: contain;
}

.isures-btn--order_wrap .isures-btn--atc span {
    font-size: 6px;
    margin: 0;
    padding: 0;
    color: #e11b1e;
    font-weight: 600;
}

.isures-btn--contact {
    background-color: var(--isures-secondary-color);
}

.isures-global--success_color {
    background: var(--isures-secondary-color);
}


/* description */

.woocommerce-tabs .nav-tabs>li.active>a {
    background-color: var(--fs-color-primary);
    color: white;
}
.woocommerce-tabs .nav-tabs>li>a {
    padding: 10px 20px;
}

.woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content .tab-panels {
    padding: 0;
}

.related.related-products-wrapper.product-section .product-small.col .col-inner {
    box-shadow: 0px 2px 6px #00000017;
}

.single-product div#tab-description {
    overflow: hidden;
    position: relative;
    background: #fff;
    padding: 15px 30px;
    border-radius: 15px;
}

.single-product .tab-panels div#tab-description.panel:not(.active) {
    height: 0 !important;
}

.single-product .product_meta {
    margin-bottom: 0;
    margin-top: 10px;
}

.single-product .product_meta>span {
    border: none;
    font-size: 12px;
}

.single-product .isures-title--flashsale {
    font-size: 14px;
}

.ux-swatch.ux-swatch--color .ux-swatch__color--single-color {
    box-shadow: inset 0 3px 4px rgb(0 0 0 / 25%);
    -webkit-box-shadow: inset 0 3px 4px rgb(0 0 0 / 25%);
}

.ux-swatch--color,
.ux-swatch--image {
    padding: 0;
}

.temner_readmore_des {
    position: absolute;
    z-index: 100;
    bottom: -15px;
    left: 0;
    right: 0;
    display: block;
    padding: 200px 0 20px;
    text-align: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(98%, #fff), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), #fff 98%, rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 98%, rgba(0, 0, 0, 0));
}

.temner_readmore_des a {
    display: inline-block;
    border: solid 1px #7987a1;
    background-color: #fff;
    padding: 7px 20px 8px 17px;
    border-radius: 15px;
    font-size: 14px;
    line-height: 18px;
    color: #b7042c !important;
    cursor: pointer;
    position: relative;
    font-weight: bold;
}

.temner_readmore_des a:after {
    content: '';
    width: 0;
    right: 0;
    border-top: 6px solid #7987a1;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
}


.image-tools.bottom.left {
    display: none;
}



.single-product .product-images .image-tools.absolute.bottom.left.z-3 .zoom-button {
    opacity: 0
}

/* banner ads  */
.sticky-sidebar {
    display: none;
}

.sticky-sidebar.active {
    display: block;
}

.sticky-sidebar a {
    position: fixed;
    top: 195px;
    width: 89px;
    z-index: 999
}

.sticky-sidebar a img {
    display: block;
    max-width: 100%;
    height: auto
}


/* blog in single prod */

.isures-postbytag--wrap {
    background: #fff;
    border-radius: 15px;
    border-radius: 15px;
}

.isures-card--title {
    color: #212529;
    margin-bottom: 15px;
}

span.isures-box--text {
    font-weight: 400;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-bottom: 6px;
    color: #495057;
    font-size: 15px;
    line-height: 20px;
    margin-top: 15px;
}

.isures-postbytag--wrap ul li.post-item {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
}

.isures-postbytag--wrap img {
    border-radius: 15px
}

.isures-parameter--wrap {
    padding: 15px;
    border-radius: 15px;
    background: #fff;
}

.isures-parameter--wrap table {
    border: 1px solid #ececec;
}

.isures-parameter table a {
    color: #0269fa;
}

.isures-parameter table td:first-child {
    width: 126px;
}

.isures-parameter table td {
    padding: 6px 10px;
}

a.isures-viewmore--param {
    display: block;
    text-align: center;
    color: #0168fa !important;
    font-size: 14px;
    position: relative;
}

a.isures-viewmore--param:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #0168fa;
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
    margin-bottom: 2px;
    color: inherit;
}

.isures-parameter table tr:nth-child(odd) {
    background: #f3f4f7;
}

div#isures-param h3 {
    text-transform: capitalize;
    font-size: 18px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}


.product-title-container {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
}

.product-title-container h1 {
    display: inline-block;
    width: auto;
    margin: 0;
    margin-right: 10px;
}

.product-title-container .isures-ipc--btn {
    margin: 0;
    margin-left: 8px;
}

.isures-acc--wrap>.col-inner {
    background: #fff;
    border-radius: 15px;
}

.isures-acc--wrap h3.accordion_title {
    padding: 5px 15px;
    font-size: 20px;
    color: #212529;
    text-transform: capitalize;
}

.accordion.isures-faq--wrap .accordion-title {
    position: relative;
}

.accordion.isures-faq--wrap .accordion-title:after {
    content: "\f067";
    position: absolute;
    top: calc(50% - 15px);
    right: 10px;
    font-family: "Font Awesome 5 Free";
    border: 1px solid #ececec;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
}

.accordion.isures-faq--wrap .accordion-title.active:after {
    content: "\f068"
}

.accordion.isures-faq--wrap .accordion-title.active button.toggle {
    transform: none
}

.accordion.isures-faq--wrap button.toggle i:before {
    content: "\f059";
    font-family: 'Font Awesome 5 Free';
    color: #ced4da;
    font-size: 22px
}

.accordion.isures-faq--wrap button.toggle i {
    font-size: 22px
}

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

h3.product-section-title.container-width.product-section-title-related.pt-half.pb-half.uppercase {
    margin-bottom: 20px;
    padding: 5px 0px 15px 25px;
    font-size: 26px;
    letter-spacing: -.6px;
    border-left: 4px solid black;
    line-height: 22px;
    border-bottom: 1px solid #e0e0e08c;
}

a.zoom-button.button.is-outline.circle.icon.tooltip.hide-for-small.tooltipstered {
    display: none;
}

.related-products-wrapper .row {
    overflow: visible;
    background: #fff;
    border-radius: 15px;
}

.related-products-wrapper .row .product-small.col {
    border: none
}

.related-products-wrapper button.flickity-button.flickity-prev-next-button {
    background: #e1e1e1 !important;
    border: 1px solid #e6e7eb;
    border-radius: 15px;
    width: 30px !important;
    height: 30px;
    opacity: 1 !important;
    transform: translate(0);
    box-shadow: none;
    top: -45px;
    min-height: 30px;
}

.related-products-wrapper button.flickity-button.flickity-prev-next-button:hover {
    background: #000 !important;
}

.related-products-wrapper button.flickity-button.flickity-prev-next-button svg.flickity-button-icon {
    top: 0;
    left: 0;
    transform: translate(0);
    margin: 0;
    padding: 8px !important;
}

.related-products-wrapper .flickity-prev-next-button .arrow,
.related-products-wrapper .flickity-prev-next-button:hover .arrow {
    fill: #fff !important
}

.related-products-wrapper button.flickity-button.flickity-prev-next-button.next {
    right: 0 !important;
}

.related-products-wrapper button.flickity-button.flickity-prev-next-button.previous {
    left: calc(100% - 65px) !important;
}

.related-products-wrapper .flickity-prev-next-button[disabled] {
    display: none;
}

.isures-first--section .quantity.buttons_added.form-minimal,
.isures-first--section .badge-inner.callout-new-bg.is-small.new-bubble {
    display: none !important;
}

.isures-first--section .single_add_to_cart_button {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 50px;
    padding: 5px 0;
    line-height: 1.1;
    margin-right: 0;
    background: #288ad6;
    border-radius: 15px;
    display: none;
}

.isures-first--section .single_add_to_cart_button span {
    font-size: 12px;
    font-weight: 300;
    text-transform: none
}

.isures-first--section .single_add_to_cart_button {
    background-color: var(--isures-primary-color) !important
}

.isures-first--section .price-wrapper span.amount {
    font-size: 28px;
    margin-bottom: 10px;
}

.isures-first--section .price-wrapper del * {
    font-size: 17px !important;
    font-weight: normal;
}

.isures-first--section nav.woocommerce-breadcrumb.breadcrumbs.uppercase {
    margin-bottom: 10px;
}

.isures-first--section nav.woocommerce-breadcrumb.breadcrumbs.uppercase a {
    
    font-size: 14px;
    text-transform: capitalize;
}

.isures-review--wrap>.col-inner {
    padding: 0;
    background: #fff;
    border-radius: 15px;
}

.isures-review--wrap #review_form_wrapper {
    display: none;
}

.isures-review--wrap #reviews,
.isures-review--wrap #comments,
.isures-review--wrap #review_form_wrapper {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.isures-review--wrap .commentlist li .comment-text {
    padding: 0
}

.isures-review--wrap .review-item>.flex-col:not(.comment-text) {
    -ms-flex-preferred-size: 70px;
    flex-basis: 70px;
    height: 70px;
    margin-right: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 15px;
    background: #ced4da;
    color: #fff;
}

.isures-review--wrap {
    padding-bottom: 0;
}

.isures-review--wrap ol.commentlist li {
    margin: 0;
    border: none;
}

.isures-review--wrap .review-form-inner.has-border {
    border: none;
    padding: 10px;
}

.isures-review--wrap h3.woocommerce-Reviews-title.normal {
    display: none;
    visibility: hidden;
}

.isures-review--wrap .star-rating {
    font-size: 12px;
}

.isures-review--wrap .isures-point--wrap .star-rating {
    font-size: 18px;
    margin: 0;
}

.isures-review--wrap .review-item .comment-text .description * {
    color: #212529;
    font-weight: 300;
    margin-top: 4px;
    font-style: normal;
    margin: 0;
    font-size: 15px;
    line-height: 24px;
}

.isures-review--wrap p.woocommerce-noreviews {
    margin: 0;
}

.isures-imf--review.row.row-small {
    margin-bottom: 20px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-bottom: 1px solid #eee
}

span.isures-label--count {
    margin-left: 8px;
    padding: 4px 8px;
    font-size: 12px;
    color: #fff;
    border-radius: 15px;
    min-width: 39px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

a.btn.btn-primary {
    border: 1px solid transparent;
    border-radius: 15px;
    padding: 12px 16px;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    background: var(--isures-primary-color);
}

.isures-point--wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.isures-point--wrap span.isures-point {
    font-size: 44px;
    line-height: 60px;
    color: var(--isures-primary-color);
    font-weight: 500;
    margin-bottom: 4px;
}

.isures-progress--item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.isures-progress--bar {
    background-color: #e9ecef;
    border-radius: 19.6px;
    width: 85%;
    height: 10px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 0 4px 0 5px;
}

.isures-progress--item label {
    font-size: 15px;
    font-weight: normal;
    width: 30px;
}

.isures-progress--item label .fa-star {
    font-size: 13px;
    color: #ea9d02;
    margin-left: 3px;
}

span.isures-value--rate {
    background-color: #48bb78;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    animation: progress 3s ease-in-out forwards;
    -webkit-animation: progress 3s ease-in-out forwards;
}

.isures-comment--wrap {
    background: #f5f8fd;
    border-radius: 15px;
    margin-bottom: 15px;
}

.isures-review--wrap form#commentform {
    margin: 0;
}


/* .isures-review--wrap #review_form{padding: 15px;} */

.isures-review--wrap #review_form input,
.isures-review--wrap #review_form textarea {
    box-shadow: none;
    border-radius: 15px;
}


/* vip service */

.isures-vipservice {
    border: 1px solid #ccc;
    border-radius: 15px;
    padding: 12px 12px 5px 12px;
    margin-top: 15px;
    margin-bottom: 15px
}

.isures-vipservice p {
    margin-bottom: 10px;
    font-weight: bold;
}

.isures-vipservice p span {
    color: #f01;
}

.isures-vipservice input {
    margin: 0;
    vertical-align: middle;
    font-size: 14px;
}

.isures-vipservice label {
    font-weight: 400 !important;
    font-size: 14px;
    cursor: pointer
}

.name-other-items {
    border: 1px solid #ccc;
    border-radius: 15px;
    margin-top: 10px;
    position: relative;
    margin-bottom: 20px;
}

.name-other-items:before,
.name-other-items:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50px;
    width: 0;
    height: 0;
    border-bottom: 10px solid #ccc;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.name-other-items:after {
    border-width: 9px;
    margin-left: 1px;
    border-bottom-color: #fff;
}

input#name_prod_other {
    display: block;
    width: 96%;
    height: 35px;
    line-height: 35px;
    border: none;
    padding: 0 2%;
    box-shadow: none
}

.name-other-items i {
    position: absolute;
    left: 0;
    bottom: -20px;
    font-size: 11px;
    font-style: normal;
}

.isures-service {
    margin-bottom: 2px;
}

dl.variation * {
    text-transform: capitalize;
}


/*footer  */

.footer-wrapper a.ux-menu-link__link {
    font-size: 14px;
    min-height: auto;
}

a.back-to-top#top-link {
    background: var(--isures-primary-color);
    border: none;
    color: #fff;
}

.footer-wrapper .copyright-footer {
    font-size: 12px;
}


/* blog archive & single*/

.post-sidebar aside li {
    border: none !important;
    line-height: 1;
}

.post-sidebar aside a {
    font-size: 14px;
    max-height: 36px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.post-sidebar ul.product_list_widget .amount,
.post-sidebar ul.product_list_widget .star-rating {
    font-size: 14px;
}

/* .blog-wrapper .row.row-large {
    max-width: 1200px;
} */

.blog-wrapper .row.row-large>.col {
    padding: 0 15px 15px;
}

.isures-global--blogpost .is-divider,
.isures-global--blogpost .cat-label {
    display: none;
}

.isures-global--blogpost h5.post-title.is-large {
    font-size: 16px;
    margin-bottom: 20px;
}

.isures-global--blogpost .box-text.text-left {
    padding-bottom: 35px;
}

.isures-global--blogpost button.button {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    text-transform: capitalize;
    font-style: italic;
}

.isures-global--blogpost .post-meta {
    position: absolute;
    bottom: 6px;
    left: 0;
    color: #8b8b8b;
}

.isures-global--blogpost p.from_the_blog_excerpt {
    font-size: 14px;
    line-height: 24px;
    padding: 0 0 15px;
    margin: 0;
    color: #8b8b8b;
    border-bottom: 1px solid #ebebeb;
}

.isures-global--blogpost .recent-blog-posts-li .badge {
    height: 3.8em;
    width: 4.8em;
}

aside .widget-title {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 30px;
    padding-bottom: 10px;
    display: block;
}

aside .is-divider {
    display: none;
}

aside ul.product-categories li a {
    padding: 10px 20px 10px 15px;
    font-size: 14px;
    color: #000;
    position: relative;
}

aside ul.product-categories>li>a:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 17px;
    left: 0;
    border-left: 5px solid #000;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    width: 0;
    height: 0;
}

aside .toggle i {
    font-size: 12px !important;
    font-weight: bold !important;
}

.isures-wrap--byline svg {
    font-size: 29px;
    line-height: 40px;
    text-align: center;
    width: 60px !important;
    height: 60px;
    background-color: #f5f5f5;
    border-radius: 50%;
    display: inline-block;
    padding: 10px;
    vertical-align: middle;
}

.isures-wrap--byline {
    border-bottom: 1px solid #f3eeeb;
    padding-bottom: 20px;
}

span.isures-byline--right {
    line-height: 1;
    padding: 20px;
    color: #959595;
    text-transform: capitalize;
}

span.isures-byline--name {
    color: #000
}


.blog-single .entry-content {
    color: #5e5f5f;
    font-size: 14px;
}

.blog-single div#respond {
    padding: 0;
    background: transparent;
}

.blog-single div#respond textarea#comment,
.blog-single div#respond input {
    background-color: #f7f8fa;
    padding: 0 20px;
    color: #898989;
    border: none;
    box-shadow: none;
}

.isures-blog--home_wrap .is-divider {
    display: none;
}

.isures-blog--home_wrap .col.post-item {
    padding-bottom: 10px;
}

.isures-blog--home_wrap .col.post-item>.col-inner .box-image {
    border-radius: 8px;
    overflow: hidden;
}

.isures-blog--home_wrap>.col {
    padding-bottom: 0;
}

.vicweb-img__global-radius img {
    border-radius: 15px;
}

/* iconbox */

.header-main li.header-block {
    width: auto;
}

.isures-iconbox.container.vertical,
.isures-iconbox.container.vertical a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1.3;
}

.isures-iconbox p {
    font-size: 14px;
}

.home div#isures-filter--wrap_mb {
    display: none;
    visibility: hidden;
}

/* cart checkout */
.woocommerce-billing-fields {
    border: none !important
}

.vicweb-global__box-wrap {
    padding: 16px;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 20px;
}

.vicweb-review__order .cart_item {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
}

.vicweb-review__order .product-image {
    min-width: 65px;
    width: 65px;
    height: 65px;
    border: 1px solid #d1d5db;
    padding: 7px;
    border-radius: .6rem;
}

.vicweb-review__order .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vicweb-review__order .product-name {
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    flex-grow: 1;
}

.vicweb-review__order .product-total .amount {
    font-size: 15px;
    color: #dc2626;
}

.woocommerce-privacy-policy-text { font-size: 100%; } div#order_review th, .cart-sidebar.col-inner.vicweb-global__box-wrap th:not(.product-name) { font-size: 16px !important; }

.woocommerce-privacy-policy-text a {
    text-decoration: underline;
}


.vicweb-global__box-wrap .woocommerce-billing-fields__field-wrapper input,
.vicweb-vat__wrapfields input,
.vicweb-global__box-wrap textarea {
    box-shadow: none;
    border-radius: 5px;
}

.vicweb-vat__wrapfields input {
    margin: 0;
}

.vicweb-vat__wrapfields {
    padding: 16px;
}

.vicweb-vat__wrap-content {
    display: none;
    flex-direction: column;
    height: 100%;
}

.vicweb-custom__model-popup .vicweb-vat__wrap-content {
    display: flex;
}

.vicweb-global__btn-onpopup {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    text-transform: none;
    border-radius: .5rem;
    padding: .5rem .75rem;
    min-height: 2.75rem;
    align-items: center;
    display: flex;
    justify-content: center;
    --tw-text-opacity: 1;
    position: relative;
    transition: all .3s ease 0s;
    border: 1px solid !important;
}

.vicweb-vat__entered {
    font-size: 14px;
}

.vicweb-change__vat {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: #1250dc;
    position: absolute;
    right: 10px;
    display: none;
}

.vicweb-vat__entered.active .vicweb-change__vat {
    display: block;
}

.vicweb-global__close-popup {
    position: absolute;
    right: 0;
    top: 8px;
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
}

.vicweb-vat__action-wrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 24px 0px, rgba(0, 0, 0, 0.12) 0px 28px 32px 1px;
    margin-top: auto;
    padding: 1rem
}

.vicweb-vat__title,
.cart-popup-title.text-center {
    text-align: left;
    font-size: 18px !important;
    line-height: 26px;
    font-weight: bold;
    padding: 1rem;
    border-bottom: 1px solid #ccc;
    position: relative;
}

div#order_review th,
.cart-sidebar.col-inner.vicweb-global__box-wrap th:not(.product-name) {
    font-size: 12px;
    font-weight: normal;
    border: none;
}

div#order_review td,
.cart-sidebar.col-inner.vicweb-global__box-wrap td {
    border: none;
}

div#order_review .order-total th,
div#order_review .order-total td {
    font-size: 16px;
}

.cart-sidebar.col-inner.vicweb-global__box-wrap .product-name {
    border: none;
}

div#order_review .order-total td .amount,
.cart-sidebar.col-inner.vicweb-global__box-wrap .order-total .amount {
    color: #dc2626;
}

.cart a.button-continue-shopping {
    text-transform: capitalize;
    font-size: 14px;
    border: 1px solid !important;
    border-radius: 6px;
    font-weight: 500;
}

.vicweb-global__box-wrap .woocommerce-billing-fields__field-wrapper>.form-row,
.vicweb-vat__wrapfields .form-row {
    width: 100% !important;
}

.vicweb-global__box-wrap .cart-discount>* {
    padding-left: 0;
    padding-right: 0;
}

.woocommerce-checkout h3,
.woocommerce-cart h3,
.cart-sidebar.col-inner.vicweb-global__box-wrap .product-name {
    font-size: 16px !important;
    line-height: 24px;
    text-transform: capitalize !important;
    padding-top: 0 !important;
    margin-bottom: 15px;
}

.vicweb-backtocart__btn {
    display: flex;
    color: #1250dc !important;
    align-items: center;
    font-size: 14px;
}

.vicweb-backtocart__btn svg {
    fill: #1250dc
}

button#place_order,
.wc-proceed-to-checkout a {
    font-size: 16px;
    font-weight: 500;
    height: 3.5rem;
    line-height: 24px;
    padding: 0 .75rem;
    border-radius: .5rem;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

tr.woocommerce-cart-form__cart-item.cart_item .remove {
    border: none !important;
}

.vicweb-payment__method-wrap li.wc_payment_method {
    border: none;
}

.vicweb-payment__method-wrap li.wc_payment_method label {
    cursor: pointer;
    font-weight: 500;
    line-height: 18px;
    font-size: 14px;
}

.vicweb-payment__method-wrap .payment_box {
    padding-left: 30px;
    font-size: 14px;
}

.vicweb-payment__method-wrap li.wc_payment_method input {
    width: 15px;
    height: 15px;
}

.vicweb-payment__method-wrap .payment_box>* {
    background: #f3f4f6;
    padding: 10px;
    border-radius: 6px
}

.toggle-switch {
    position: relative;
    width: 36px;
    height: 20px;
}

.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-switch label {
    position: absolute;
    cursor: pointer;
    background-color: #f0f0f0;
    border-radius: 9999px;
    width: 100%;
    height: 100%;
    transition: background-color 0.3s;
}

.toggle-switch label::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 3px;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 50%;
    transition: transform 0.3s;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.toggle-switch input:checked+label {
    background-color: #ff4d4d;
}

.toggle-switch input:checked+label::after {
    transform: translateX(15px);
}

.vicweb-vat__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ux-quantity.quantity {
    border: 1px solid #d1d5db;
    border-radius: 6px;
    overflow: hidden;
}

.quantity .button {
    width: 32px;
    height: 32px;
    background: #fff !important;
    text-align: center;
    border-radius: 0 !important;
    line-height: 30px;
    font-weight: 700 !important;
    cursor: pointer;
    padding: unset;
    text-shadow: unset !important;
    color: #000 !important;
}

.quantity .qty {
    border-left: 1px solid #d1d5db;
    border-right: 1px solid #d1d5db;
    border-top: none;
    border-bottom: none;
    width: 35px;
    font-size: 14px;
    outline: none;
    box-shadow: none;
    padding: 0;
    text-align: center;
    margin: 0;
    height: 32px;
}

.quantity .button.minus,
.quantity .button.plus {
    border-radius: 0 !important;
    border: unset;
    min-height: unset;
}

.woocommerce-cart-form__cart-item.cart_item .amount {
    font-size: 14px;
    color: #dc2626;
    font-weight: 500;
}

.video.video-fit.short {
    width: 300px;
    height: 450px;
    aspect-ratio: 16 / 9;
    border-radius: 10px;
    overflow: hidden;
}

/* model popup */
.vicweb-custom__model-popup {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.vicweb-custom__model-popup.show {
    visibility: visible;
    opacity: 1;
}

.vicweb-backdrop__darkMode {
    background-color: rgba(0, 0, 0, .6);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    height: 100vh;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .35s cubic-bezier(.32, .72, 0, 1);
    width: 100%;
    z-index: 1000;
}

.vicweb-backdrop__lightMode {
    background-color: hsla(0, 0%, 100%, .808);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    height: 100vh;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .35s cubic-bezier(.32, .72, 0, 1);
    width: 100%;
    z-index: 1000;
}

.vicweb-global__box-wrap svg.w-full {
    width: 100%;
    position: absolute;
    left: 0;
}

.vicweb-swipeable__wrap {
    position: absolute;
    max-width: 600px;
    min-width: 250px;
    width: 100%;
    top: 0;
    right: 0;
    height: 100%;
    max-height: 100%;
    transform: translateX(250px);
    transition: transform 500ms cubic-bezier(0.32, 0.72, 0, 1);
    background-color: #fff;
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, .08), 0 28px 32px 1px rgba(0, 0, 0, .12);
    z-index: 1001;
}

.vicweb-custom__model-popup.show .vicweb-swipeable__wrap {
    transform: translateX(0);
}

/* mini cart */
div#cart-popup {
    background: #fff;
}

#cart-popup .is-divider {
    display: none;
}

.cart-popup-inner {
    padding: 0;
}

.widget_shopping_cart {
    padding: 10px
}

.mfp-ready .mfp-close {
    opacity: .6;
    top: 35px !important;
}

.off-canvas .mfp-content.off-canvas-cart {
    --drawer-width: 500px !important;
}

p.woocommerce-mini-cart__buttons.buttons {
    display: flex;
    gap: 10px;
    align-items: center;
}

/* custom filter css*/

.isures-custom--nc_attr .isures-image--with_label {
    position: absolute !important;
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    text-align: center;
    color: #fff
}

.isures-custom--nc_attr .isures-item--attribute a {
    min-height: 125px !important;
}

.isures-custom--nc_attr .isures-item--attribute:nth-child(1) a {
    background-color: #6ee7b7;
}

.isures-custom--nc_attr .isures-item--attribute:nth-child(2) a {
    background-color: #c4b5fd;
}

.isures-custom--nc_attr .isures-item--attribute:nth-child(3) a {
    background-color: #f87171;
}

.isures-custom--nc_attr .isures-item--attribute:nth-child(4) a {
    background-color: #fcd34d;
}

.isures-custom--nc_attr .isures-item--attribute:nth-child(5) a {
    background-color: #93c5fd;
}

.vicweb-section__ellips .section-bg img {
    height: auto;
    top: -10px;
}

/* style in mobile */

@media screen and (max-width: 767px) {
    .isures-global--title_sale .section-title.section-title-normal span.section-title-main {
        font-size: 14px;
    }

    span.isures-attr--value {
        font-size: 13px
    }

    /* .isures-slider--captions {
        display: none
    } */
    .row.isures-global--cate_elm {
        display: block;
        white-space: nowrap;
        overflow-x: auto;
    }

    .row.isures-global--cate_elm .product-category.col {
        display: inline-block;
        max-width: 25%;
        text-align: center;
        vertical-align: middle;
        border: none;
        padding: 0;
    }

    .row.isures-global--cate_elm .box-text * {
        white-space: normal
    }

    .row.isures-global--cate_elm .box-image {
        width: 60px;
        height: 60px;
        margin: 0;
        padding: 10px;
    }

    .price-wrapper .price {
        line-height: .7
    }

    i.icon-menu {
        line-height: 1;
    }

    i.icon-menu:before {
        display: none;
    }

    i.icon-menu:after {
        content: "\f036";
        font-family: "Font Awesome 5 Free";
        font-weight: 700;
        font-size: 20px;
        color: #fff;
    }

    div#logo a {
        font-size: 20px;
    }

    ul.mobile-nav .nav-icon a {
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        color: #fff;
        padding: 0;
    }

   ul.mobile-nav .nav-icon {
        position: absolute;
        left: -5px;
        top: -10px;
    }
	ul.mobile-nav .nav-icon a::after {
    color: white;
}

    ul.mobile-nav .nav-icon a i {
        width: 100%;
        height: 100%;
    }

    div#main-menu .sidebar-menu {
        padding: 0;
        background: #fff;
    }

    div#main-menu ul.nav.nav-sidebar.nav-vertical.nav-uppercase li.has-child .toggle i:before {
        display: none;
    }

    div#main-menu ul.nav.nav-sidebar.nav-vertical.nav-uppercase li.has-child .toggle i:after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        border-left: 5px solid transparent;
        border-top: 5px solid #000;
        border-right: 5px solid transparent;
        width: 0;
        height: 0;
    }

    div#main-menu .nav-sidebar.nav-vertical>li+li {
        border-top: none;
    }

    div#main-menu .nav-sidebar.nav-vertical>li a {
        padding: 10px 0 10px 15px !important;
        display: block;
        color: #333;
        font-weight: 400;
        font-size: 14px;
        position: relative;
    }

    div#main-menu .nav-sidebar.nav-vertical>li+li>a {
        background-color: #fff
    }

    div#main-menu .nav-sidebar.nav-vertical>li+li>.toggle {
        background: #fff;
        opacity: 1 !important;
        margin: 0;
        padding-top: 15px;
        padding-bottom: 10px;
    }

    div#main-menu .active>.toggle {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    div#main-menu .active>.toggle i:after {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    div#main-menu li.account-item {
        background: #dd9825;
    }

    div#main-menu li.account-item * {
        color: #fff
    }

    .off-canvas-right .mfp-content,
    .off-canvas-left .mfp-content {
        width: 280px;
    }

    .mfp-container {
        padding: 5px;
    }

    .related-products-wrapper button.flickity-button.flickity-prev-next-button.next {
        right: 10px !important;
    }

    .related-products-wrapper button.flickity-button.flickity-prev-next-button.previous {
        left: calc(100% - 75px) !important;
    }

    .isures-on--sale .badge-container.absolute.left.top.z-1 {
        top: 50px;
    }

    .isures-tab--wrap ul.nav-steps--wrap {
        display: flex;
    }

    .isures-tab--wrap ul.nav-steps--wrap li:not(:last-child):after {
        width: 50px;
        height: 50px;
    }

    .isures-tab--wrap ul.nav-steps--wrap li {
        height: 50px;
        line-height: 50px;
    }

    .isures-tab--wrap .step-label,
    .nav-steps--wrap li:after {
        display: none;
    }

    .accordion.isures-faq--wrap .accordion-title {
        font-size: 16px;
        line-height: 1.3;
    }

    .accordion.isures-faq--wrap .accordion-inner {
        padding: 5px 10px;
        font-size: 14px;
        line-height: 1.3;
    }

    .isures-faq--wrap .toggle,
    .isures-faq--wrap .active .toggle {
        position: absolute;
        top: calc(50% - 1.5em);
    }

    .isures-first--section .price-wrapper span.amount {
        font-size: 24px
    }

    .isures-global--image_box {
        display: flex;
        align-items: center;
    }

    .isures-global--image_box .box-text {
        text-align: left
    }

    .isures-btn--cta_global {
        width: 100%;
        margin-right: 0;
    }

    .isures-option {
        width: calc(33% - 6px);
        padding: 5px;
    }

    .isures-option:nth-child(4n-1) {
        margin-right: 0;
    }

    .tax-product_cat .header-wrapper.stuck,
    .isures-hidden--mb,
    #tooltip {
        display: none !important
    }

    .category-page-row {
        padding-top: 0
    }

    .isures-global--section_mrtop {
        margin-top: -35px !important;
    }

    .isures-global--section_mrtop .row>.col,
    .product-small.col .col-inner {
        padding: 5px
    }

    .isures-slider--captions {
        display: none;
    }

    .isures-slider .flickity-page-dots {
        bottom: 10px !important;
    }

    a.button.isures-global--btnf5 {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .isures-global--menu_items {
        display: block;
        white-space: nowrap;
        overflow-x: auto;
    }

    .isures-global--menu_items>div {
        display: inline-block;
    }

    .isures-menu--dropdown_wrap>.col {
        padding-bottom: 0;
    }

    .header-vertical-menu__fly-out .nav-vertical-fly-out,
    .isures-vertical--menumb_wrap .show-alway.menu-item .nav-dropdown {
        max-height: calc(100vh - 80px) !important;
        min-height: calc(100vh - 80px) !important;
    }

    .isures-menu--scroll_wrap li {
        width: 50%;
    }

    #logo {
        width: 168px !important;
    }

    .isures-sub-title {
        white-space: nowrap;
        overflow-x: auto;
        display: block;
        flex-basis: 100%;
    }

    .isures-sub-title>* {
        display: inline-block
    }

    .isures-heading .section-title-main {
        font-size: 13px;
        flex-basis: 100%;
        margin-bottom: 10px;
    }

    .isures-button--nav_wrap {
        flex-wrap: wrap;
    }

    .isures-button--nav_wrap a {
        width: 100%;
        margin-left: 0 !important;
        margin-top: 7px;
    }

    .popup-button {
        bottom: 95px;
        left: 5px;
    }

    .vicweb-section__flashsale .isures-flashsale--countdown_wrap .isures-col--left {
        display: none;
    }

    .vicweb-section__flashsale .isures-flashsale--countdown_wrap {
        margin-top: -87px;
        width: 100% !important;
        text-align: center;
    }


    .product-title-container {
        flex-wrap: wrap;
    }

    /*.vicweb-blogpost__vertical-mb .box-blog-post {
        display: table
    }*/

    .vicweb-blogpost__vertical-mb .box-blog-post .box-image,
    .vicweb-blogpost__vertical-mb .box-blog-post .box-text {
        direction: ltr;
        display: table-cell;
        vertical-align: middle
    }

    .vicweb-blogpost__vertical-mb .box-blog-post .box-image {
        width: 45% !important
    }

    .vicweb-blogpost__vertical-mb .box-blog-post .box-image img {
        border-radius: 8px;
    }

    .vicweb-image__normal-mb>.col.post-item {
        padding-bottom: 0
    }

    .vicweb-container__section {
        display: none;
    }

    .cart .product-thumbnail {
        max-width: 60px;
        min-width: 40px;
        width: 45px;
        padding: 0;
    }

    .shop_table .cart_item td {
        padding: 5px;
    }

    .shop_table .product-remove {
        width: 30px;
    }

    .quantity .button {
        width: 28px;
        height: 28px;
    }

    .shop_table .actions {
        display: none;
    }

    tr.woocommerce-cart-form__cart-item.cart_item .remove {
        position: relative;
        top: unset;
    }
}


/* style only Tablet */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

    /* Styles */
    .isures-postbytag--wrap ul {
        overflow-x: auto;
        white-space: nowrap;
        display: block;
    }

    .isures-postbytag--wrap ul li {
        display: inline-block
    }

    .isures-hidden--pctab {
        display: none !important;
    }


}


/* style only PC */

@media screen and (min-width: 1023px) {
    .products.mode-list .box-vertical .box-image {
        max-width: 50% !important;
        min-width: 50% !important;
        width: 50% !important;
    }

    .isures-global--row_white>.col {
        padding: 5px;
    }

    .isures-hidden--pctab {
        display: none !important;
    }

    .isures-col--pd0.col {
        padding: 0;
    }

    .isures-vertical--menumb_wrap,
    .isures-menu--bottom_mb {
        display: none !important;
        visibility: hidden !important;
    }

    .header-wrapper.stuck div#wide-nav {
        display: none;
    }

    .vicweb-slider-mrtop {
        margin-top: -140px !important;
    }

    .header-main .nav-divided>li+li>a:after {
        border-left: 1px solid #eee;
        content: "";
        height: 25px;
        left: -1em;
        margin-top: -13.5px;
        position: absolute;
        top: 50%;
        width: 1px;
    }

    .vicweb-global__btn-exp {
        width: 188px;
    }

}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
	
	.col-inner.header-thankyou {
    flex-direction: column;gap: 0px;
}
	
}



.isures-wrapgift--item, .isures-attr--wrap {
    background: #f8f9fa;
    padding: 8px;
    border-radius: 6px;
    text-align: left;
    min-height: 88px;
    max-height: 88px;
    overflow: hidden;
}