/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/


/*************** ADD CUSTOM CSS HERE.   ***************/
ul.vicweb-info__product-wrap {
    display: block;
}

ul.vicweb-info__product-wrap li {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    margin: 0;
    border-right: 1px solid #f2f2f2;
    font-size: 12px;
    padding: 0 10px;
}
ul.vicweb-info__product-wrap li:first-child{
    padding-left: 0;
}
ul.vicweb-info__product-wrap li:last-child{
    border: none;
}

ul.vicweb-info__product-wrap li.vicweb-info__product-rating {
    padding-left: 0;    display: inline-flex;
}

ul.vicweb-info__product-wrap li a {
    color: #109cd9;
    margin-left: 5px;font-size: 12px;
}

.vicweb-info__product-rating .star-rating span:before {
    color: #ff9800 !important
}

.vicweb-info__product-rating .star-rating:before {
    color: #ff9800 !important
}

.vicweb-info__product-rating .star-rating {
    padding: 0 !important;
    margin: 0 !important;
}

@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";
}


/* reset */

body {
    font-size: 14px;
    color: #161616;
    line-height: 1.4;
}

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

.row.row-small {
    max-width: 1280px
}

.row.isures-cate--under_slider {
    background-color: #fff;
    max-width: 1270px
}

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

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

.products.row,
.related-products-wrapper>.row {
    margin-left: 0!important;
    margin-right: 0!important;
}

.related-products-wrapper .product-small.col .col-inner {
    box-shadow: none;
}

span.amount {
    white-space: nowrap;
    color: #d92828;
    font-weight: normal;
}

del span.amount {
    color: #333!important;
    font-weight: normal!important
}

.isures-rowbg--white,
.isures-product--tags_wrap {
    background: #fff;
    max-width: 1270px;
    border-radius: 5px;
    border-bottom: 5px solid #e3e3e3;
}

.product-lightbox-inner {
    padding: 10px!important;
}

.product-lightbox-inner .product_meta {
    display: none
}

.product-lightbox-inner .isures-btn--cta_global small {
    font-size: 10px;
}


/* categories element */

.isures-cate--under_slider {
    border-top: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
}

.isures-cate--under_slider .product-category.col {
    padding: 10px 10px 0 10px;
    margin: 0;
    background-color: #fff;
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

.isures-cate--under_slider .product-category.col h5.uppercase.header-title {
    font-weight: normal;
    font-size: 14px;
    text-transform: capitalize;
}


/* global */

.isures-global--tilte {
    margin-bottom: 0
}

.isures-global--tilte b {
    opacity: 0;
    height: 0
}

.isures-global--tilte .section-title {
    border: none;
}

.isures-global--tilte .section-title .section-title-main {
    border: none;
    text-transform: capitalize;
    color: var(--isures-primary-color)
}

.icon-box--section {
    margin-top: 15px;
    margin-bottom: 15px;
}

.icon-box--section>.col {
    padding: 0!important
}

.icon-box--section .icon {
    background: var(--isures-secondary-color);
    border-radius: 4px;
}

.icon-box--section p {
    font-size: 14px;
}

.icon-box--section h3 {
    font-size: 16px
}

.isures-global--section_pd0,
.isures-review--wrap>.col {
    padding-bottom: 0!important
}

.isures-global--banner_full .banner-layers.container {
    max-width: 100%!important;
}

.isures-global--btn {
    color: #fff!important
}

.isures-custom--qty_wrap .ajax_add_to_cart,
.isures-global--btn,
.isures-view--details {
    position: relative;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    background: #fff!important;
    vertical-align: middle;
    border: 2px solid var(--isures-primary-color);
    outline: none!important;
    -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86)!important;
    transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86)!important;
    z-index: 1;
    text-transform: uppercase
}

.isures-custom--qty_wrap .ajax_add_to_cart.added {
    display: none;
}

.isures-custom--qty_wrap .ajax_add_to_cart:hover,
.isures-global--btn:hover,
.isures-view--details:hover {
    background-color: #fff!important;
    color: var(--isures-primary-color)!important;
    box-shadow: none
}

.isures-custom--qty_wrap .ajax_add_to_cart:before,
.isures-global--btn:before,
.isures-view--details:before {
    position: absolute;
    display: block;
    background: var(--isures-primary-color);
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 101%;
    height: 100%;
    z-index: -1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.isures-custom--qty_wrap .ajax_add_to_cart:hover:before,
.isures-global--btn:hover:before,
.isures-view--details:hover:before {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

.isures-global--banner a.button {
    line-height: 38px;
    min-width: 135px;
}

a.button.isures-global--button,
.isures-global--elmblog .box-text button.button {
    min-width: 135px;
    border: none;
    background-color: transparent!important;
    line-height: 38px;
    color: #222;
}

a.button.isures-global--button:hover,
.isures-global--elmblog .box-text button.button:hover {
    background-color: transparent!important;
    box-shadow: none!important;
}

a.button.isures-global--button:before,
a.button.isures-global--button:after,
.isures-global--elmblog .box-text button.button:before,
.isures-global--elmblog .box-text button.button:after {
    content: '';
    height: 20px;
    width: 75%;
    display: block;
    margin-left: 0;
    margin-right: auto;
    position: absolute;
    transition: 0.15s ease-in-out;
}

a.button.isures-global--button:before,
.isures-global--elmblog .box-text button.button:before {
    top: -2px;
    left: 0;
    border-left: 2px solid var(--isures-primary-color);
    border-top: 2px solid var(--isures-primary-color);
}

a.button.isures-global--button:after,
.isures-global--elmblog .box-text button.button:after {
    bottom: -2px;
    right: 0;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
}

.isures-global--banner a.button.isures-global--button:before {
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
}

a.button.isures-global--button:hover:before,
a.button.isures-global--button:hover:after,
.isures-global--elmblog .box-text button.button:hover:before,
.isures-global--elmblog .box-text button.button:hover:after {
    width: calc(100% + 1px);
    height: calc(100% + 1px)
}


/*  */


/*  blog in home*/

.isures-blog--home .box-text-inner.blog-post-inner {
    position: relative;
    padding-bottom: 50px;
    color: #343e5c
}

.isures-blog--home .box-blog-post .is-divider {
    display: none;
}

.isures-blog--home .box.box-normal.box-text-bottom.box-blog-post.has-hover:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: #dfece5;
}

.isures-blog--home button.button.primary {
    position: absolute;
    bottom: 0;
    z-index: 2;
    background: var(--isures-secondary-color);
    color: #fff;
    border: none;
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
    line-height: 1;
    padding: 9px 23px;
}

.isures-blog--home button.button.primary:before,
.isures-blog--home button.button.primary:after {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    left: -1px;
    top: 0;
    bottom: 0;
    background: var(--isures-secondary-color);
    opacity: .8;
}

.isures-custom--atc .add_to_cart_button::before,
.isures-blog--home button.button.primary:before {
    right: -1px;
    left: auto!important;
}

.isures-blog--home p.from_the_blog_excerpt {
    font-size: 12px;
}

.isures-blog--home .post-meta {
    position: absolute;
    bottom: 7px;
    z-index: 3;
    right: 0;
    font-weight: bold;
    color: #222;
}

.isures-blog--home h5.post-title.is-large {
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #414b56;
    font-size: 16px;
    margin-bottom: 8px;
}


/* search header */

.header-main .form.searchform input,
form.searchform input[type='search'] {
    box-shadow: none;
    border: none;
    background: transparent;
}

form.searchform {
    background: #f8f8f8;
    border-radius: 4px;
    padding: 5px 5px;
}

form.searchform button.submit-button.secondary {
    padding: 0 15px;
    border-radius: 2px !important;
    min-width: 60px;
    max-width: 190px;
    background: var(--isures-primary-color);
}

form.searchform select {
    box-shadow: none;
    border: none;
    background: #f8f8f8;
    padding: 0 20px;
}

form.searchform .flex-col.search-form-categories {
    order: 2!important;
    border-left: 1px solid #a3a3a3
}

form.searchform .flex-col:not(.flex-grow) {
    order: 2;
}


/* archive */

.isures-custom--qty_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap
}

.isures-custom--qty_wrap.disable .quantity input {
    cursor: not-allowed;
}

.isures-custom--qty_wrap .ajax_add_to_cart,
.added_to_cart,
.isures-view--details {
    font-size: 12px!important;
    margin: 0;
    padding: 10px!important;
    min-height: auto;
    line-height: 1;
    width: 100%;
    text-align: center
}

.isures-qtv--wrap .quantity.buttons_added input {
    box-shadow: none;
}

.quantity {
    max-width: 175px;
    height: 35px;
    position: relative;
    margin: 0 15px 0 0;
}

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

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

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

.quantity .button:hover {
    background-color: var(--isures-primary-color) !important;
    color: #fff !important;
}

.product-small.col .ux-swatches {
    position: absolute;
    top: -48px;
    left: 0;
    background: rgba(255, 255, 255, .7);
    padding: 5px 10px;
    display: block;
    white-space: nowrap;
    overflow-x: auto
}

.product-small.col .ux-swatches>* {
    display: inline-block;
}

.product-small.col a.quick-view:not(.isures-view--details) {
    display: none;
    visibility: hidden;
}

.product-small.col .col-inner,
.row.isures-blog--home .post-item>.col-inner {
    box-shadow: 0 0 4px #e6e6e6;
    -webkit-transform: translate(0);
    transform: translate(0);
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    border-radius: 5px;
    overflow: hidden;
}

.product-small.col .col-inner:hover,
.row.isures-blog--home .post-item>.col-inner:hover {
    box-shadow: 0 0 16px #e6e6e6;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}

.product-small .box-image a:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .1);
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.box-text.box-text-products {
    background: #fff;
    padding: 10px;
    max-height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

p.category.uppercase.is-smaller.no-text-overflow.product-cat.op-7 {
    background: var(--isures-secondary-color);
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
    padding: 3px 5px;
    margin-top: 7px;
    opacity: 1;
}

.price-wrapper span.amount {
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
}

.price-wrapper span.amount small {
    font-size: 11px;
    text-transform: uppercase;
    display: inline-block;
}

span.woocommerce-Price-currencySymbol {
    display: none;
}

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

.price-wrapper .price del {
    order: 2;
    margin-left: 5px;
}

.price-wrapper .price del * {
    font-size: 10px;
    text-decoration: line-through;
    text-transform: capitalize!important;
}

p.name.product-title.woocommerce-loop-product__title a {
    color: #333;
    font-weight: bold;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 15px;
}

.isures-thumb--wrap {
    position: absolute;
    left: 0;
    bottom: 130px;
    right: 0;
    z-index: 2;
    padding: 0 10px;
}

.isures-thumb--wrap:before {
    content: "";
    width: calc(100% - 20px);
    height: 3px;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #fff 100%, rgba(0, 0, 0, 0));
    bottom: -10px;
    position: absolute;
    z-index: 2;
    box-shadow: 0 4px 30px rgb(0 0 0 / 17%);
    transition: all 200ms ease-in-out;
}

.isures-thumb--wrap_inner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
}

.isures-thumb--items {
    max-width: 25px;
    width: 100%;
    height: 25px;
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    box-shadow: 0 4px 30px rgb(0 0 0 / 17%);
    background: #fff;
    padding: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.isures-thumb--items img {
    border: 1px solid transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: all 200ms ease-in-out;
}

.isures-thumb--items.active img {
    border: 1px solid var(--isures-secondary-color);
}

.isures-more--btn {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 25%;
    height: 100%;
    background: rgba(0, 0, 0, .54);
    color: #fff!important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.isures-more--btn span {
    font-size: 10px;
    text-align: center;
    font-weight: bold;
}

.product-small.col .badge-container.absolute.left.top.z-1 {
    left: 15px;
    top: 5px;
}

.product-small.col .callout.badge.badge-square {
    color: var(--isures-secondary-color);
    border: 1px solid var(--isures-secondary-color);
    margin-bottom: 5px;
    width: auto;
    height: auto;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, .7)
}

.product-small.col .callout.badge.badge-square .badge-inner.secondary.on-sale {
    background: transparent;
    color: var(--isures-secondary-color);
    font-size: 13px;
    padding: 0 10px;
    font-weight: normal;
    line-height: 21px;
}

.badge-inner.is-small.new-bubble-auto {
    background-color: var(--isures-secondary-color);
    ;
}

.product-small.col .box-image {
    border-bottom: 1px solid #f5f5f5;
}

.isures-slider--nav .slider-nav-circle .flickity-prev-next-button svg,
.isures-slider--nav .slider-nav-circle .flickity-prev-next-button .arrow {
    background: #fff;
    border: 0px;
    box-shadow: 0 1px 12px 0 rgb(0 0 0 / 12%);
    cursor: pointer;
    font-size: 10px;
    width: 45px;
    padding: 13px!important;
    fill: rgba(0, 0, 0, .54);
}


/* single */

.single_add_to_cart_button~.et-or-wrapper {
    color: #333;
    opacity: .7;
    margin-bottom: 15px;
    width: 100%;
}

.et-or-wrapper div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.et-or-wrapper div:after,
.et-or-wrapper div:before {
    content: '';
    height: 1px;
    background: currentColor;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    opacity: .1;
}

.et-or-wrapper div span {
    padding: 0 5px;
}

ol.flex-control-nav.flex-control-thumbs li {
    margin-left: 0;
    width: auto;
}

.flex-control-thumbs li img {
    border-radius: 5px;
    border: 1px solid #ccc;
}

.flex-control-thumbs li img {
    border-radius: 5px;
    border: 1px solid #ccc;
}

.flex-control-thumbs li img.flex-active {
    border-color: var(--isures-primary-color)
}

.product-short-description {
    border-bottom: 1px solid #e5e5e5;
    padding: 0;
    margin: 0 0 15px 0;
    font-size: 16px;
    line-height: 22px;
}

.product-short-description ul {
    margin: 0
}

p.stock.in-stock {
    display: none
}

p.price.product-page-price {
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0 10px;
    margin: 0 0 10px 0;
}

p.price.product-page-price .amount {
    font-size: 22px;
    font-weight: bold;
    color: #f00
}

.crazy-deal-details.pc {
    margin: 25px auto;
    height: 29px;
    overflow: hidden;
    background-image: url(assets/images/bk-flash-pc.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.crazy-deal-details-right {
    position: relative;
    margin-left: 130px;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

time.crazy-deal-details-countdown {
    text-align: left;
    font-size: 14px;
}

span#isures-sale-fl {
    color: #ff3d00;
    font-size: 14px;
}

span.crazy-deal-details-soldtext {
    color: #999;
    font-size: 14px;
    font-weight: normal;
    margin-right: 10px;
}

.crazy-deal-details.pc .crazy-deal-details-process {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    color: #999;
    font-weight: 700;
}

.crazy-deal-details.pc .crazy-deal-details-procressbar {
    width: 90px;
    height: 8px;
    background: #ffd1c2;
    border-radius: 4px;
    display: inline-block;
    margin-right: 6px;
    margin-left: 6px;
}

.crazy-deal-details.pc .crazy-deal-details-procressbar-inner {
    background: linear-gradient(90deg, #ff8763, #ff330c);
    border-radius: 4px;
    width: 0;
    height: 100%;
}

.isures-product--tags_wrap {
    background: #fff;
    padding: 10px 15px;
}

.isures-product--tags_wrap a {
    background: #f0f0f0;
    padding: 1px 15px;
    margin-left: 20px;
    position: relative;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-size: 12px;
    color: #333!important;
    display: inline-block;
    line-height: 25px;
}

.isures-product--tags_wrap a:hover {
    text-decoration: underline
}

.isures-product--tags_wrap a:before {
    width: 5px;
    height: 5px;
    position: absolute;
    background: #fff;
    border-radius: 100%;
    content: "";
    left: 0;
    top: 40%;
    z-index: 19;
}

.isures-product--tags_wrap a:after {
    width: 0;
    height: 0;
    border-top: 13.9px solid transparent;
    border-right: 14px solid #f0f0f0;
    border-bottom: 13.5px solid transparent;
    position: absolute;
    content: "";
    left: -14px;
    top: 0;
}

.related-products-wrapper {
    border: none
}

.related-products-wrapper {
    margin: 15px auto;
    border: none;
}

.related-products-wrapper .product-section-title {
    padding-bottom: 0;
}

.related-products-wrapper .row {
    overflow: visible
}

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

.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 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;
}

#tab-title-description {
    display: none;
}

.isures-parameter--wrap {
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 6%);
    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;
}


/* single preview */

.commentlist {
    margin-bottom: 0
}

.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: 4px;
    background: #ced4da;
    color: #fff;
}

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

.isures-review--wrap ol.commentlist>li {
    padding: 0!important;
}

.isures-review--wrap ol.commentlist li {
    margin: 0!important;
    padding: 10px;
    border: none;
    position: relative;
}

.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: 5px;
    min-width: 39px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

a.btn.btn-primary {
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 12px 16px;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    background: var(--isures-secondary-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;
}

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

span.status-rate {
    font-size: 14px;
    margin-left: 10px;
}

.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: 5px;
    margin-bottom: 15px;
}

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

.isures-review--wrap ul.children>li:before,
.isures-review--wrap ul.children>li:after {
    top: -19px;
    left: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.isures-review--wrap ul.children {
    background: #f5f8fd;
    margin-top: 10px;
    position: relative;
    border: 1px solid #e7e7e7;
    font-size: 14px;
    color: #333;
    margin-left: 35px;
}

.isures-review--wrap ul.children>li:before {
    border-color: rgba(231, 231, 231, 0);
    border-bottom-color: #e7e7e7;
    border-width: 10px;
    margin-left: -10px;
}

.isures-review--wrap ul.children>li:after {
    border-color: rgba(241, 241, 241, 0);
    border-bottom-color: #f5f8fd;
    border-width: 11px;
    margin-left: -11px;
}


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

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

.single-product div#tab-description.active {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 45px;
}

.readmore_taxonomy {
    text-align: center;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding-bottom: 10px;
}

.readmore_taxonomy_show:before {
    height: 55px;
    margin-top: -55px;
    content: "";
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff00', endColorstr='#ffffff', GradientType=0);
    display: block;
}

.readmore_taxonomy a {
    color: var(--isures-primary-color);
    display: inline-block;
    border: 1px solid var(--isures-primary-color);
    padding: 3px 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    line-height: 22px;
    text-decoration: none;
}

.readmore_taxonomy a:hover {
    color: var(--isures-primary-color)
}

.readmore_taxonomy a:after {
    content: '';
    width: 0;
    right: 0;
    border-top: 6px solid var(--isures-primary-color);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
}

.readmore_taxonomy_less a:after {
    border-top: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid var(--isures-primary-color);
}

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

.isures-btn--cta_global:hover {
    filter: brightness(0.95);
    color: currentcolor
}

.isures-btn--cta_global span {
    font-weight: bold
}

.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 {
    background-color: var(--isures-secondary-color);
}

.isures-btn--contact {
    background-color: #222;
}

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

.product-gallery-default .badge-container {
    display: none;
    visibility: hidden;
}

form.cart .button[type="submit"] {
    padding: 0 35px 0 10px;
    background: transparent url(assets/images/cart.png) no-repeat right center;
    background-size: 30px 30px;
    width: auto;
    margin-left: 10px;
    margin-bottom: 0;
    height: 35px;
    border: 0;
    display: inline-block;
    box-shadow: none;
    text-shadow: none;
    color: #333;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 15px;
    float: right;
}

.isures-chat--wrap {
    border: 1px solid #164892;
    border-radius: 10px;
    color: #164892;
    background: #E2EAF7;
    margin-bottom: 15px;
    padding: 10px;
}

.isures-icon--chat {
    max-width: 30px;
}

.isures-imfo--more_wrap {
    border: 1px solid #e7e7e7;
    padding: 15px 10px;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    margin-top: 10px;
}

.isures-imfo--more_wrap strong {
    text-transform: capitalize;
    font-size: 16px;
}

.isures-imfo--more_wrap .icon-box-text {
    padding-left: 5px!important;
}

.isures-imfo--more_wrap ul li {
    margin: 0 0 5px;
    list-style: none
}

.isures-imfo--more_wrap * {
    font-size: 14px;
    color: #333
}

.isures-global--bd_top {
    border-top: 1px solid #f0f0f0;
    padding-top: 8px;
}

.single-product .product_meta span a,
.single-product .product_meta span span {
    color: #888;
    font-size: 12px;
    text-transform: capitalize;
}

.product_meta>span {
    border: none;
    font-size: 15px;
    color: #222;
}


/* ph isures */

.isures-ph--item {
    direction: ltr;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
    overflow: hidden;
    margin-bottom: 30px;
    background-color: #fff;
    /*     border: 1px solid #e6e6e6; */
    border-radius: 2px;
    z-index: 21;
}

.isures-ph--item,
.isures-ph--item *,
.isures-ph--item :after,
.isures-ph--item :before {
    box-sizing: border-box
}

.isures-ph--item:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: 1;
    width: 500%;
    margin-left: -250%;
    -webkit-animation: iSuresPlaceholder .8s linear infinite;
    animation: iSuresPlaceholder .8s linear infinite;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 46%, hsla(0, 0%, 100%, .35) 50%, hsla(0, 0%, 100%, 0) 54%) 50% 50%
}

.isures-ph--item>* {
    flex: 1 1 auto;
    display: flex;
    flex-flow: column;
    padding-right: 0;
    padding-left: 0
}

.isures-ph--item .ph-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 7.5px
}

.isures-ph--item .ph-row div {
    height: 10px;
    margin-bottom: 7.5px;
    background-color: #ced4da
}

.isures-ph--item .ph-row .big,
.isures-ph--item .ph-row.big div {
    height: 20px;
    margin-bottom: 15px
}

.isures-ph--item .ph-row .empty {
    background-color: hsla(0, 0%, 100%, 0)
}

.isures-ph--item .ph-col-2 {
    flex: 0 0 16.66667%
}

.isures-ph--item .ph-col-4 {
    flex: 0 0 33.33333%
}

.isures-ph--item .ph-col-6 {
    flex: 0 0 50%
}

.isures-ph--item .ph-col-8 {
    flex: 0 0 66.66667%
}

.isures-ph--item .ph-col-10 {
    flex: 0 0 83.33333%
}

.isures-ph--item .ph-col-12 {
    flex: 0 0 100%
}

.isures-ph--item .ph-avatar {
    position: relative;
    width: 100%;
    min-width: 60px;
    background-color: #ced4da;
    margin-bottom: 15px;
    border-radius: 50%;
    overflow: hidden
}

.isures-ph--item .ph-avatar:before {
    content: " ";
    display: block;
    padding-top: 100%
}

.isures-ph--item .ph-picture {
    width: 100%;
    height: 250px;
    background-color: #ced4da;
    margin-bottom: 15px
}

.isures-ph--item .ph-row .circle {
    border-radius: 99%;
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-right: 15px;
    margin-top: 20px;
    flex: 0 0 50px
}

@-webkit-keyframes iSuresPlaceholder {
    0% {
        transform: translate3d(-30%, 0, 0)
    }
    to {
        transform: translate3d(30%, 0, 0)
    }
}

@keyframes iSuresPlaceholder {
    0% {
        transform: translate3d(-30%, 0, 0)
    }
    to {
        transform: translate3d(30%, 0, 0)
    }
}


/* slider */

.is-slider-header h3 {
    border-left: 5px solid var(--isures-primary-color);
    padding-left: 15px;
    font-size: 35px;
    display: inline-block;
    max-width: 350px;
}

.is-slider-header .is-right h3 {
    border-left: none;
    border-right: 5px solid var(--isures-primary-color);
    padding-right: 15px;
    padding-left: 0;
}

.slide-header .flickity-page-dots {
    z-index: 130;
    right: 80px !important;
    width: auto !important;
    left: auto !important;
    top: 50% !important;
    bottom: auto !important;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slide-header .flickity-page-dots .dot {
    pointer-events: all;
    background-color: transparent !important;
    border: 0 !important;
    padding: 0px;
    margin: 0px 0px 75px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: 'Montserrat', serif;
    color: #ffffff;
    font-weight: 900;
    font-size: 30px;
    display: block;
    position: relative;
}

.slide-header .flickity-page-dots .dot.is-selected {
    border: 0;
    cursor: default;
}

.slide-header .flickity-page-dots .dot.is-selected:after {
    -webkit-text-stroke: 1px #ffffff;
    color: transparent;
}

.slide-header .flickity-page-dots .dot.is-selected:before {
    display: none;
}

.slide-header .flickity-page-dots .dot:after {
    display: block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: auto;
    height: auto;
}

.slide-header .flickity-page-dots .dot:before {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    -webkit-text-stroke: 1px #ffffff;
    color: transparent;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    pointer-events: none;
}

.slide-header .flickity-page-dots .dot:not(.is-selected):hover:before {
    -webkit-transform: scale(5);
    -moz-transform: scale(5);
    -ms-transform: scale(5);
    -o-transform: scale(5);
    transform: scale(5);
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.slide-header .flickity-page-dots .dot:nth-child(1):after,
.slide-header .flickity-page-dots .dot:nth-child(1):before {
    content: "01.";
}

.slide-header .flickity-page-dots .dot:nth-child(2):after,
.slide-header .flickity-page-dots .dot:nth-child(2):before {
    content: "02.";
}

.slide-header .flickity-page-dots .dot:nth-child(3):after,
.slide-header .flickity-page-dots .dot:nth-child(3):before {
    content: "03.";
}

.slide-header .flickity-page-dots .dot:nth-child(4):after {
    content: "04.";
}

.slide-header .flickity-page-dots .dot:nth-child(5):after {
    content: "05.";
}

.slide-header .flickity-page-dots .dot:nth-child(6):after {
    content: "06.";
}

.slide-header button.flickity-button.flickity-prev-next-button.next {
    right: auto;
    left: calc(2% + 45px);
}


/* lookbook */

.isures-lookbook--product {
    display: block;
    position: relative;
    z-index: 9;
    width: 34px;
    height: 34px;
    cursor: pointer
}

.isures-lookbook--product .isures-lookbook--icon {
    font-size: 0;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #fff;
    display: inline-block;
    border: 12px solid var(--isures-primary-color);
    position: absolute;
    top: 0;
    left: 0;
}

.isures-lookbook--product:after,
.isures-lookbook--product:before {
    width: 33px;
    height: 33px;
    position: absolute;
    content: "";
    left: calc(50% - 17px);
    top: calc(50% - 17px);
    background: rgba(255, 255, 255, .7);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    z-index: -1;
    -webkit-animation: isures-lookbook 3s infinite;
    animation: isures-lookbook 3s infinite
}

.isures-lookbook--product:after {
    animation-delay: 1.5s;
}

.isures-content--lookbook {
    display: none;
    z-index: 9;
    padding: 10px;
    text-align: center;
    width: 225px;
    box-shadow: -1px 5px 5px 0 rgba(131, 131, 131, .5);
    background: #fff;
    position: absolute;
    left: 35px;
    top: 0;
}

.isures-lookbook-bottom {
    margin-top: 10px;
}

.isures-global--hotspot_left .isures-content--lookbook {
    left: -225px;
}

.isures-lookbook--product:hover .isures-content--lookbook {
    display: block
}

.isures-lookbook--bottom_title {
    color: #222;
    line-height: 1.2;
    margin-bottom: 5px;
}

.isures-lookbook--bottom_title:hover {
    color: var(--isures-primary-color)!important
}

.isures-lookbook--bottom_price .amount {
    color: #777!important;
    font-size: 14px
}

@-webkit-keyframes isures-lookbook {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1
    }
    to {
        transform: scale(2);
        -webkit-transform: scale(2);
        opacity: 0
    }
}

@keyframes isures-lookbook {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1
    }
    to {
        transform: scale(2);
        -webkit-transform: scale(2);
        opacity: 0
    }
}


/* iconbox */

.isures-wrap--iconbox,
.isures-wrap--iconbox a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.isures-wrap--iconbox {
    padding: 3px 15px;
    border: 1px solid #fff;
    margin-right: 15px!important;
    border-radius: 5px;
}

.isures-iconbox--icon {
    font-size: 30px;
    margin-right: 8px;
}

.isures-iconbox--content {
    color: #fff;
    line-height: 1.2;
}

.isures-iconbox--content p {
    margin: 0
}

p.isures-text--head {
    font-size: 12px;
    opacity: .86;
}

p.isures-text--bottom {
    font-size: 18px;
}

ul.nav.header-nav.header-bottom-nav>.menu-item a {
    font-size: 15px;
    font-weight: normal;
}


/* menu */

.header-vertical-menu__opener {
    border-radius: 5px;
    width: 309px!important;
    background-color: var(--isures-primary-color)!important;
}

span.header-vertical-menu__tagline {
    position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .625rem;
    letter-spacing: 0;
    text-transform: capitalize;
    white-space: nowrap;
    height: 1.125rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    color: var(--isures-secondary-color);
    background-color: #edeef5;
    border: 1px solid #fff;
    border-radius: 1.125rem;
    bottom: -0.5rem;
    font-weight: bold;
}

.header-vertical-menu__fly-out {
    margin-top: 3px;
    width: 309px;
}

.header-vertical-menu__title {
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
}

.header-vertical-menu__fly-out.header-vertical-menu__fly-out--open {
    border: 1px solid #e4e5ee;
    border-top: none;
    padding: 12px 0;
    border-radius: 0;
}

.header-bottom {
    border-bottom: 1px solid #e4e5ee;
}

.menu-vertical-menu-container .sub-menu.nav-dropdown {
    position: absolute;
    left: 100%!important;
    top: 0!important;
    width: calc(1270px - 307px)!important;
    visibility: hidden;
    opacity: 0;
    margin-left: 0!important;
    background-color: #fff;
    transition: all 0.25s ease-in-out;
    max-height: 700px;
    min-height: 302px;
    border: 1px solid var(--isures-primary-color);
}

.menu-vertical-menu-container li.current-dropdown .sub-menu {
    visibility: visible;
    opacity: 1;
    left: 100%;
}

.isures-global--vertical_mega {
    margin-left: 0!important;
    margin-right: 0!important;
    width: 100%;
    height: 100%;
}

.isures-global--vertical_mega>.col {
    padding-bottom: 0;
}

.isures-global--vertical_mega .col,
.isures-global--vertical_mega .col-inner,
.isures-global--vertical_mega div {
    position: static;
}

.isures-global--vertical_mega ul.product_list_widget li {
    margin: 0;
    border-top: none!important;
}

.isures-global--vertical_mega ul.product_list_widget li a {
    font-size: 14px;
    color: #222;
    font-weight: normal!important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.menu-vertical-menu-container .isures-global--vertical_mega ul.product_list_widget li span.amount {
    font-size: 14px;
    color: #d3364a;
}

.menu-vertical-menu-container .isures-image--style_right .img-inner {
    position: absolute;
    right: -50px;
    top: 0;
}

.menu-vertical-menu-container .isures-sort--nav_wrap {
    display: block
}

.menu-vertical-menu-container .isures-sort--nav_wrap .ux-menu-link {
    display: inline-block;
}

.menu-vertical-menu-container .isures-global--vertical_mega .isures-sort--nav_wrap .ux-menu-link a {
    border: 1px solid var(--isures-primary-color);
    padding: 5px 10px!important;
    border-radius: 3px;
    margin: 0 5px 5px 0;
    background: #fff;
    line-height: 1;
    color: #000;
    transition: 0.15s ease-in-out;
    min-height: auto;
}

.menu-vertical-menu-container li.menu-item .isures-global--vertical_mega a {
    padding-left: 0!important;
}

.menu-vertical-menu-container .isures-sort--nav_wrap .ux-menu-link a:hover {
    background: var(--isures-primary-color);
    color: #fff;
}

.menu-vertical-menu-container .isures-global--vertical_mega .ux-menu-title {
    position: relative
}

.menu-vertical-menu-container .isures-global--vertical_mega .ux-menu-title:before {
    content: '';
    position: absolute;
    background: var(--isures-primary-color);
    height: 2px;
    width: 30px;
    bottom: 0;
}

.menu-vertical-menu-container li.menu-item {
    border-top: none;
}

.menu-vertical-menu-container li.menu-item a {
    padding: 7px 25px!important;
    font-size: 14px;
    color: #3e445a;
    text-transform: capitalize;
    border: none;
    margin: 0;
    font-weight: normal!important;
}

.menu-vertical-menu-container li.menu-item a:hover {
    color: var(--isures-secondary-color);
}

.menu-vertical-menu-container li.menu-item a i {
    font-size: 20px;
    opacity: .5;
}

.menu-vertical-menu-container li.menu-item a:hover i {
    opacity: 1;
}

.isures-line--wrap {
    margin-top: 10px!important;
    border-top: 1px solid #e4e5ee!important;
    padding-top: 10px!important;
}


/* title cate */

.isures-heading {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.isures-heading .section-title-main {
    display: block;
    text-transform: uppercase;
    color: #222;
    flex-basis: 30%;
    font-size: 22px;
    line-height: 1.5;
}

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

.isures-sub-title dt {
    display: inline-block;
    margin: 0 0 0 10px;
}

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

.isures-sub-title dt a,
.isures-sub-title>* {
    text-transform: capitalize;
    font-weight: normal;
    font-size: 14px;
    color: #333;
    transition: all 200ms ease-in-out;
    list-style: none;
}

.isures-sub-title dt a:hover,
.isures-sub-title>*:hover,
a.load-product-tab.active {
    color: var(--isures-primary-color);
    text-decoration: underline;
}

.isures-heading a.isures-viewmore--btn {
    color: #0088cc!important;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 14px;
    color: #333;
    transition: all 200ms ease-in-out;
    margin-left: 8px
}


/* blog home */

.blog-home .col.post-item {
    padding-bottom: 0;
}

.post-ver .col.post-item {
    padding-bottom: 0;
}

.post-ver .col.post-item>.col-inner {
    border-bottom: 1px solid #ededed;
    padding: 5px 0;
}

.post-ver .col.post-item:last-child>.col-inner {
    border-bottom: none
}

.blog-home .is-divider {
    margin: 0;
    display: none;
}

.post-ver h5.post-title {
    font-size: 14px;
    color: #333;
    font-weight: normal;
}

.button.view-all-post {
    background: #4a90e2;
    border-radius: 2px;
    padding: 0 10px;
    font-size: 12px;
    margin: 15px 0;
}


/* footer */

.progress-wrap {
    position: fixed;
    right: 10px;
    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(0)
}

.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(--isures-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: #000;
}

.progress-wrap::before {
    position: absolute;
    font-family: "fl-icons" !important;
    content: "";
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    opacity: 0;
    background: var(--isures-primary-color);
    -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(--isures-primary-color);
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear
}

.ux-body-overlay {
    background-color: rgba(0, 0, 0, .68)!important;
}

.isures-follow--icon_ft .icon-box p {
    margin: 0;
}

.isures-follow--icon_ft .icon-box {
    border-top: 1px dashed #e1e1e1;
    padding: 10px 0;
}

.isures-follow--icon_ft .icon-box.isures-bd--none {
    padding-top: 0;
    border: none
}

.isures-rowbg--white>.col {
    padding-bottom: 0;
}

.isures-custom--footer p,
.isures-custom--footer a {
    font-size: 14px;
    color: #555
}

ul.isures-list-post,
ul.isures-list-post li {
    margin: 0;
    list-style: none;
}

#footer .copyright-footer {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

#footer .copyright-footer a {
    color: var(--isures-primary-color);
}

ul.isures-list-post li {
    margin: 0;
    list-style: none;
}

.footer-wrapper a,
.footer-wrapper p {
    color: #423930;
    font-size: 14px;
}

.footer-wrapper p {
    margin-bottom: 8px
}

.isures-footer--call_us .isures-wrap--iconbox {
    border: none;
    padding: 0
}

.isures-footer--call_us .isures-wrap--iconbox a {
    border-color: transparent;
    background: #222;
    border-radius: 99px;
    padding: 5px 50px;
    justify-content: flex-start;
    position: absolute;
    width: calc(100% - 15px)!important;
    top: -33px;
    left: 8px;
}

.isures-footer--call_us .col-inner {
    padding: 40px 15px 15px 15px;
    margin-top: -15px;
    border: 2px solid #ddd;
    border-radius: 5px;
}

.isures-footer--call_us .isures-iconbox--content * {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin: 0;
    line-height: 1.4;
    letter-spacing: 1px;
}

#footer h3 {
    font-size: 22px;
    color: #000;
}


/* form thanh toan */

.woocommerce-billing-fields__field-wrapper p.form-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.woocommerce-billing-fields__field-wrapper p.form-row label {
    width: 20%;
    text-align: right;
    margin-right: 25px;
}

.woocommerce-billing-fields__field-wrapper p.form-row span.woocommerce-input-wrapper {
    flex-grow: 1;
}

.woocommerce-billing-fields__field-wrapper p.form-row span.woocommerce-input-wrapper input {
    box-shadow: none;
    border-radius: 4px;
}

.checkout .large-5.col .col-inner.has-border {
    background: #fff;
    border: 2px solid var(--isures-primary-color)
}

.checkout.woocommerce-checkout h3 {
    color: var(--isures-primary-color)
}

.checkout.woocommerce-checkout .product-name,
.checkout.woocommerce-checkout .product-total {
    color: #000;
    border: none;
}

.checkout.woocommerce-checkout span.woocommerce-Price-amount.amount,
.checkout.woocommerce-checkout span.woocommerce-Price-amount.amount a {
    font-size: 15px;
}

.woocommerce-billing-fields {
    border: none;
}

#customer_details {
    padding: 0 15px;
    border: 1px solid #ececec;
    background: #fff
}


/* Gio hang */

.woocommerce-cart .woocommerce .woocommerce.row.row-large.row-divided {
    display: flex;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #ececec;
    margin: 0 auto;
    background: #fff;
    padding: 15px 0
}

.shop_table thead th,
.shop_table .order-total td,
.shop_table .order-total th {
    border-width: 1px;
    font-size: 12px;
    color: #000;
}

.cart_totals th.product-name {
    color: var(--isures-primary-color);
    border: none;
    font-size: 20px;
    text-transform: capitalize;
}

.woocommerce a.remove {
    width: 30px;
    height: 22px;
    position: relative;
    transition: opacity 200ms;
    vertical-align: top;
    display: block;
    -webkit-appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    text-indent: -9999px;
}

.woocommerce a.remove:before,
.woocommerce a.remove:after {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAQAAACMnYaxAAAAXUlEQVR4XsWQQQrAQAgD84Pti/JSoaftN1MCdgXxXgYvGfUQyABE4DEIUJmeuKgVlJI5em0RGTesFXXZuLwCzvL2pYbHmfCTNSXxpyyajLGClFy7K1dgaaho7YYovIpO3rju6hYFAAAAAElFTkSuQmCC) 0 0 no-repeat;
    left: 8px;
    position: absolute;
    right: 8px;
    top: 2px;
    display: inline-block;
    content: '';
}

.woocommerce a.remove:before {
    height: 6px;
    transform-origin: -7% 100%;
    transition: transform 150ms;
    width: 14px;
}

.woocommerce a.remove:after {
    background-position: -1px -4px;
    height: 12px;
    margin-left: 1px;
    margin-right: 2px;
    margin-top: 4px;
    width: 11px;
}

.woocommerce a.remove:hover:before {
    transform: rotate(-45deg);
    transition: transform 250ms;
}

.woocommerce a.remove:hover {
    background: transparent;
}

.social_body {
    margin-left: -70px;
}

.social_body_box {
    background: #fff 0% 0% no-repeat;
    box-shadow: 0 4px 6px #00000029;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    display: inline-block;
    padding: 2px;
    position: fixed;
    top: 45%;
    z-index: 1041;
}

.social_body_box a span,
.isures-icon--home,
.isures-show--menu,
.isures-indicator {
    display: none!important;
}

.social_body_box a {
    display: block;
    margin-top: 5px
}

.social_body_box a:first-child {
    margin-top: 0
}

.social_body_box img {
    width: 45px;
    height: 45px
}

.isures-cat--wrap .header-title {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: normal;
}

.isures-phone--icon svg {
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    fill: #1480c4;
    border: 2px solid #1480c4;
    padding: 7px;
    vertical-align: middle;
}

.row.loadmore-wrap {
    margin-left: 0!important;
    margin-right: 0!important;
}

a.load-more.isures-global--button {
    width: fit-content;
    width: -moz-max-content;
    padding: 5px 15px!important;
    margin-bottom: 15px;
    transition: 0.15s ease-in-out;
    border-radius: 5px;
    border: 2px solid var(--isures-primary-color);
    background: transparent;
    color: var(--isures-primary-color);
    display: inline-block;
    line-height: 1;
    cursor: pointer;
}

a.load-more.isures-global--button i {
    vertical-align: middle
}

a.load-more.isures-global--button:hover {
    background: var(--isures-primary-color)!important;
    color: #fff!important;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .social_body {
        margin-left: 0!important;
    }
}

@media screen and (max-width: 1024px) {
    .crazy-deal-details.pc {
        height: 50px;
        background-image: url(assets/images/bk-flash-mb.png);
    }
    .crazy-deal-details-right {
        position: relative;
        display: flex;
        color: #fff;
        margin-right: 10px;
        height: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
    }
    .crazy-deal-details-procressbar {
        background: hsla(0, 0%, 100%, .5);
    }
    .crazy-deal-details.pc .crazy-deal-details-procressbar-inner {
        background: #fff;
    }
    #isures-sale-fl,
    span.crazy-deal-details-soldtext {
        color: #fff!important
    }
    .isures-custom--qty_wrap,
    .isures-content--lookbook {
        display: none!important;
        visibility: hidden
    }
    /* 	global prod */
    .row.isures-global--prod_resp {
        display: block;
        white-space: nowrap;
        overflow: auto;
        padding: 10px 15px;
    }
    .row.isures-global--prod_resp .product-small.col {
        width: 75%!important;
        max-width: 75%!important;
        display: inline-block
    }
    .isures-heading>.isures-sub-title {
        white-space: nowrap;
        overflow-x: auto;
        display: block;
        margin: 0;
    }
    .progress-wrap {
        bottom: 80px
    }
    .isures-sub-title>* {
        display: inline-block
    }
    .isures-review--wrap .review-item>.flex-col:not(.comment-text) {
        -ms-flex-preferred-size: 35px;
        flex-basis: 35px;
        height: 35px;
    }
    .home section,
    .single-product section {
        background-color: #fff!important
    }
    .slide-header .flickity-page-dots {
        display: none !important;
        zoom: 1;
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
    }
    .is-slider-header h3 {
        font-size: 16px
    }
    .header-main .header-inner {
        padding-left: 0;
    }
    .post-ver .box-image {
        width: 25%!important;
        margin-right: 15px
    }
    .blog-home .box.box-vertical {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .product-small .name.product-title a,
    h5.post-title.is-large {
        display: inline-block;
        word-wrap: break-word;
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        height: 38px;
    }
    .woocommerce-billing-fields__field-wrapper p.form-row label {
        width: 100%!important;
        text-align: left!important;
    }
    .woocommerce-billing-fields__field-wrapper p.form-row {
        flex-wrap: wrap;
    }
    .isures-btn--cta_global {
        width: 100%!important;
        margin-right: 0
    }
    /* mobile menu */
    div#main-menu.mobile-sidebar li:not(.header-social-icons) a {
        text-transform: capitalize;
        color: #111;
        font-weight: normal;
        padding: 10px 15px;
        font-size: 16px;
    }
    div#main-menu.mobile-sidebar li {
        border: none;
    }
    div#main-menu.mobile-sidebar .sidebar-menu>ul>li.has-child {
        border-top: 5px solid #d5dbdb;
        border-bottom: 5px solid #d5dbdb;
        margin-bottom: 15px
    }
    div#main-menu.mobile-sidebar .nav-slide-header .toggle {
        color: #111;
        opacity: 1;
    }
    div#main-menu.mobile-sidebar li.nav-slide-header {
        border-bottom: 5px solid #d5dbdb;
    }
    div#main-menu.mobile-sidebar button.toggle i {
        font-size: 1em
    }
    .off-canvas-right .mfp-content,
    .off-canvas-left .mfp-content {
        opacity: 1;
        background: #fff;
        box-shadow: none
    }
    .isures-cate--under_slider .product-category.col:last-child {
        display: none;
    }
    .isures-heading>.isures-sub-title {
        float: unset;
        padding: 10px 0;
    }
    .isures-heading {
        flex-wrap: wrap;
    }
    .isures-heading .section-title-main,
    .isures-heading>.isures-sub-title {
        flex-basis: 100%!important;
        display: block!important;
        white-space: nowrap;
        overflow-x: auto;
    }
    .product-isures .container {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
}

@media screen and (min-width: 1024px) {
    .header-bottom .flex-left ul.header-bottom-nav>li>a {
        padding: 13px 10px;
        color: #343e5c;
        font-weight: normal
    }
    .header-bottom .flex-left ul.header-bottom-nav>li:first-child>a {
        padding-left: 0;
    }
    .header-bottom .flex-left ul.header-bottom-nav>li>a:hover {
        color: var(--isures-primary-color);
    }
    .header-main .flex-col.hide-for-medium.flex-right li.header-block {
        width: auto;
        margin: 0!important;
    }
    .header-bottom .social-icons a {
        color: var(--isures-primary-color);
    }
    /* prod */
    .row.isures-global--prod_resp .product-small.col:nth-last-child(-n+4) {
        display: none;
    }
    .row.isures-global--prod_resp .product-small.col:nth-child(-n+4) {
        display: block!important
    }
    .header-wrapper.stuck .header-main {
        display: none
    }
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .social_body_box {
        top: auto;
        bottom: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        background: #fff;
        left: 0;
        border-radius: 10px 10px 0 0;
        /* box-shadow: 0 0.5rem 1rem 0 rgb(44 51 73 / 60%); */
    }
    .social_body_box a {
        padding-top: 6px;
        padding-bottom: 6px;
        background-position: center;
        -webkit-transition: 0.2s;
        transition: 0.2s;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        color: #848788;
        position: relative;
        width: 70px;
        height: 70px;
        margin: 0;
        z-index: 1;
    }
    .isures-icon--home,
    .isures-show--menu {
        display: flex!important;
        position: relative;
    }
    .social_body_box .isures-icon--home svg {
        width: 35px;
        height: 35px;
        fill: #fff;
        position: absolute;
        top: -20px;
        z-index: 3;
    }
    .isures-indicator {
        position: absolute;
        top: -35px;
        width: 70px;
        height: 70px;
        background: var(--isures-primary-color);
        border-radius: 50%;
        border: 6px solid #f0f0f0;
        transition: 0.5s;
        display: block!important;
    }
    .isures-indicator::before,
    .isures-indicator::after {
        content: "";
        position: absolute;
        background-color: transparent;
        width: 20px;
        height: 20px;
        top: 50%;
        box-shadow: 0 -10px 0 0 #f0f0f0;
    }
    .isures-indicator::after {
        right: -22px;
        border-top-left-radius: 20px;
    }
    .isures-indicator::before {
        left: -22px;
        border-top-right-radius: 20px;
    }
    .social_body_box a:nth-child(1).active~.isures-indicator {
        transform: translateX(calc(70px * 2));
    }
    .social_body_box img,
    .isures-phone--icon svg {
        width: 35px;
        height: 35px;
    }
    .social_body_box a span {
        font-size: 12px;
        display: block!important
    }
    .isures-show--menu {
        order: 5;
    }
    .isures-show--menu svg {
        width: 25px;
    }
    .isures-thumb--wrap.hiden-mobile {
        display: none;
        visibility: hidden;
    }
    .home div#content {
        padding-top: 15px;
    }
}
