/*
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.   ***************/


.searchform-wrapper {
    border: 1px solid;
}

.container-width,
.full-width .ubermenu-nav,
.container,
.row,
.row.row-small.isures-layout--saller {
    max-width: 1280px;
}

.row.row-small.isures-grid--banner,
.row.row-small {
    max-width: calc(1280px - 9.8px);
}


/* global */

.isures-global--row .col-inner {
    border-radius: 5px;
    box-shadow: 0 0 3px 0 #dee2e6;
}

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

.isures-global--effect_img a {
    overflow: hidden;
    display: block;
    position: relative;
}

.isures-global--effect_img a:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(-45deg, transparent, rgba(255, 255, 255, .4), transparent);
    transition: 0.2s;
    transition-delay: 0.2s;
    z-index: 1
}

.isures-global--effect_img a:hover:before {
    left: 100%;
}

.isures-flashsale--title .section-title.section-title-normal {
    border: none;
    margin: 0;
}

.isures-flashsale--title span.section-title-main {
    border: none;
    margin: 0;
    text-transform: capitalize;
    color: var(--isures-primary-color);
    background: #fff;
    margin-bottom: -15px;
    margin-left: 15px;
    position: relative;
    z-index: 2;
    padding: 5px 15px;
}


/* product global ranked */

.isures-global--ranked {
    counter-reset: section;
}

.isures-global--ranked .product-small.col .box-image a {
    position: relative;
}

.isures-global--ranked .product-small.col .box-image a:after {
    content: '#'counter(section);
    counter-increment: section;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 30px;
    height: 30px;
    line-height: 20px;
    text-align: center;
    padding: 5px;
    z-index: 9;
    color: #fff;
    font-weight: bold;
    background: var(--isures-secondary-color);
}

.isures-global--ranked .product-small.col:nth-child(-n+3) .box-image a:after {
    background: url(assets/images/icon_cosmetic.png) no-repeat;
    color: transparent;
    width: 45px;
    height: 33px;
}

.isures-global--ranked .product-small.col:nth-child(1) .box-image a:after {
    background-position: -174px -117px;
}

.isures-global--ranked .product-small.col:nth-child(2) .box-image a:after {
    background-position: -223px -117px;
}

.isures-global--ranked .product-small.col:nth-child(3) .box-image a:after {
    background-position: -272px -117px;
}


/* flash sale section */

.isures-section--prod_flashsale {
    border: 2px solid var(--isures-primary-color);
    padding: 20px 0 0 0;
    border-radius: 5px;
    max-width: calc(1380px - 30px)!important;
    margin-bottom: 25px;
}

.isures-section--prod_flashsale .flickity-prev-next-button svg,
.product-isures .flickity-prev-next-button svg {
    fill: #fff;
    background: var(--isures-primary-color);
    border: none;
    padding: 12px;
}


/* vertical menu */

#vertical-menu-isures {
    position: relative;
    width: 320px;
    height: 40px;
    margin-right: 10px;
    color: #fff;
}

#mega-menu-title {
    width: 100%;
    height: 100%;
    line-height: 34px;
    font-size: 18px;
    text-transform: capitalize;
    padding: 0 10px;
    filter: brightness(0.85);
    background: var(--isures-primary-color);
    cursor: pointer
}

#mega-menu-title * {
    vertical-align: middle
}

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

a.isures-btn--shop:hover {
    text-decoration: underline
}

.home ul#isures_menu {
    top: 68px;
}

ul#isures_menu {
    position: absolute;
    top: 40px;
    left: 0;
    background: #fff;
    width: 100%;
    border: 1px solid #dadada;
    list-style: none;
}

body:not(.home) ul#isures_menu,
.header-wrapper.stuck ul#isures_menu {
    display: none;
    top: 40px
}

#vertical-menu-isures:hover ul#isures_menu {
    display: block;
}

ul#isures_menu>li {
    padding: 0;
    margin: 0;
}


/* ul#isures_menu > li {display: none} */

ul#isures_menu>li>a {
    color: #333;
    line-height: 22px;
    padding: 10px 15px;
    display: block;
    font-size: 18px;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    border-left: 2px solid transparent
}

ul#isures_menu>li>a>i.icon-angle-down {
    display: none
}

.isures-global--more {
    background: #f5f5f5;
    color: #222;
    font-weight: bold
}

ul#isures_menu>li.has-dropdown>a:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 10px;
    border-left: 5px solid #999;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    width: 0;
    height: 0;
}

ul#isures_menu li ul.sub-menu li a {
    border-bottom: none;
    font-size: 14px
}

ul#isures_menu>li:last-child>a {
    border-bottom: none
}

ul#isures_menu li.active>a,
ul#isures_menu li>a:hover {
    color: var(--isures-primary-color);
    font-weight: bold;
}

ul#isures_menu>li>a:not(.isures-global--more):hover {
    border-left: 2px solid var(--isures-primary-color);
    background: #fafafa
}

ul#isures_menu li.current-dropdown .sub-menu {
    visibility: visible;
    opacity: 1;
    left: 100%;
}

#isures_menu>li>.sub-menu {
    position: absolute;
    left: 100%!important;
    top: 0!important;
    width: calc(1200px - 304px)!important;
    visibility: hidden;
    opacity: 0;
    visibility: hidden;
    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);
}

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

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

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

.isures-sort--nav_wrap {
    display: block
}

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

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

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

#isures_menu .isures-global--vertical_mega .ux-menu-title {
    position: relative
}

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


/* menu cấp 2 va 3 */

ul#isures_menu>li>ul.sub-menu>li.current-dropdown>a {
    font-weight: bold;
    border-bottom: 1px solid #f8f8f8;
    margin-bottom: 10px;
    font-size: 12px;
    text-transform: uppercase;
    color: #222;
    display: block;
    padding-bottom: 5px;
}

ul.sub-menu li.current-dropdown>.sub-menu li {
    padding: 0!important;
}

ul#isures_menu>li>ul.sub-menu>li>.sub-menu {
    list-style: none
}

ul#isures_menu>li>ul.sub-menu>li>.sub-menu li a {
    font-size: 13px;
    position: relative;
}

#isures_menu>li>.sub-menu>li {
    margin-bottom: 20px;
}

#isures_menu .ux-menu-link a {
    min-height: auto;
    color: #333;
    margin-bottom: 5px;
}

#isures_menu .ux-menu-link a:hover {
    color: var(--isures-primary-color)
}

#isures_menu .ux-menu-link span.ux-menu-link__text {
    font-size: 14px;
}


/*  */

.isures-wrap--content_item {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 15px;
    background: rgba(0, 0, 0, .75);
    font-weight: normal;
    margin: 0;
    color: #fff;
}

.isures-slider--thumbwrap .item:hover {
    background: #000
}

.isures-wrap--content_item h4 {
    transition: 0.15s ease-in-out;
    color: #fff;
    margin: 0;
    text-transform: capitalize
}

.isures-wrap--content_item:hover h4 {
    color: var(--isures-primary-color);
}

.isures-public--date {
    font-size: 14px;
    margin: 0;
}

span.isures-author {
    color: var(--isures-primary-color);
    text-transform: capitalize;
}

.isures-vertical--slider .isures-slider--thumbwrap .item.is-selected .isures-wrap--content:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: calc(50% - 10px);
    width: 0;
    height: 0;
    border-bottom: 10px solid #000;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.isures-vertical--slider .isures-wrap--content {
    display: flex;
    align-items: center;
    padding: 10px;
    cursor: pointer
}

.isures-vertical--slider.isures-slider--post_thumb {
    display: flex;
}

.isures-vertical--slider .isures-image--wrap {
    width: 100px;
    margin-right: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.isures-vertical--slider .isures-image--wrap img {
    opacity: .5;
}

.isures-slider--thumbwrap .item.is-nav-selected .isures-image--wrap img {
    opacity: 1;
}

span.label-item {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #bbb;
    font-size: 13px;
    line-height: 1.2;
    max-height: 58px;
    text-transform: capitalize
}

.isures-vertical--slider span.label-item {
    width: calc(100% - 110px);
}

.isures-vertical--slider .isures_cs {
    background: #FAFAFA;
    flex-grow: 1;
    width: calc(100% - 270px);
}

.isures-vertical--slider .isures_cs-nav {
    width: 270px;
    overflow-y: hidden;
    background-color: #242424;
    scrollbar-width: none;
}

.isures-slider--thumbwrap .item {
    transition: 0.15s ease-in-out;
}

.isures-vertical--slider .isures_cs-nav .isures-slider--thumbwrap .item:last-child {
    margin: 0 !important;
}

.isures-slider--thumbwrap .item.is-nav-selected {
    background: #000
}

.isures-slider--thumbwrap .item.is-nav-selected .label-item {
    color: #fff;
    font-weight: bold
}

.isures-vertical--slider .isures_cs-nav::-webkit-scrollbar {
    display: none;
}

.isures-vertical--slider .isures_cs-nav::-webkit-scrollbar-track-piece {
    background-color: #C2D2E4;
}

.isures-vertical--slider .isures_cs-nav::-webkit-scrollbar-thumb:vertical {
    height: 30px;
    background-color: #0A4C95;
}

.isures-slider--post_thumb.isures-vertical--slider .flickity-button {
    pointer-events: visible;
    cursor: pointer
}

.isures-slider--post_thumb.isures-vertical--slider:hover .flickity-button {
    opacity: 1 !important;
}

.isures-slider--post_thumb.isures-vertical--slider .flickity-button:hover path {
    fill: var(--isures-primary-color)
}

.isures-slider--post_thumb.isures-vertical--slider .flickity-button[disabled] svg {
    opacity: .6;
    cursor: not-allowed;
}

.isures-slider--post_thumb.isures-vertical--slider .flickity-button svg {
    background: #fff;
    border-radius: 50%;
    padding: 10px;
}

.isures-slider--post_thumb.isures-vertical--slider .flickity-button svg,
.isures-slider--post_thumb.isures-vertical--slider .flickity-button svg path {
    fill: #242424
}

.isures-vertical--slider.pos_left .isures_cs-nav {
    order: -1
}


/* hori */

.isures-horizontal--slider .isures-slider--thumbwrap .flickity-viewport {
    background-color: #242424;
    height: 145px;
}

.isures-horizontal--slider .isures-wrap--content {
    padding: 10px;
}

.isures-horizontal--slider span.label-item {
    -webkit-line-clamp: 2;
}


/* archive blog */

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

.blog-archive .row.row-large {
    max-width: 1350px;
}

.blog-single .row.row-large {
    max-width: 1350px;
}

.blog-wrapper aside#recent-posts-2 {
    counter-reset: section;
}

.blog-wrapper aside#recent-posts-2 ul li {
    border: none;
}

.blog-wrapper aside#recent-posts-2 ul li a {
    position: relative;
    padding-left: 15px;
    font-size: 17px;
}

.blog-wrapper aside#recent-posts-2 ul li a:before {
    content: counter(section)".";
    counter-increment: section;
    position: absolute;
    top: 1px;
    left: -5px;
    text-align: right;
    padding: 5px;
    color: #6f6f6f;
    z-index: 1;
}

.blog-wrapper .widget .current-cat>a {
    font-weight: normal;
    color: var(--isures-primary-color)
}

.blog-wrapper .nav-pagination>li>span,
.blog-archive .nav-pagination>li>a {
    border-radius: 0;
    border: 1px solid currentColor
}

.blog-wrapper .nav-pagination>li>span.current {
    border: 1px solid var(--isures-primary-color)
}

.blog-single header.entry-header .is-divider {
    height: 0;
}


/* singple post blog */

.isures-wrap--byline {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

.isures-wrap--byline>* {
    margin-right: 18px;
    color: #333;
    text-transform: capitalize;
    font-size: 16px
}

.isures-wrap--byline>*>i {
    margin-right: 5px;
    color: var(--isures-primary-color);
    font-size: 15px;
}

.isures-blog--share .social-icons.share-icons a {
    border-radius: 5px!important;
}


/* blog single */

.blog-single h1.entry-title {
    color: var(--isures-primary-color);
}

.blog-single .article-inner {
    counter-reset: section;
}

.blog-single .article-inner h2 {
    position: relative;
    padding-left: 35px;
    border-bottom: 2px solid var(--isures-primary-color);
    padding-bottom: 5px;
}

.blog-single .article-inner h2:before {
    content: counter(section);
    counter-increment: section;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    z-index: 1;
    display: inline-block;
    width: 30px;
    background: var(--isures-primary-color);
    text-align: center;
}


/* ajax categories*/


/* loading */

.loading-snip {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, .4);
    border-radius: 4px;
    display: none;
}

.nav-pagination.active .loading-snip,
.loading-snip.active {
    display: block;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

.spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-top: -16px;
    margin-left: -10px;
    border-radius: 50%;
    border-top: 2px solid #07d;
    border-right: 2px solid transparent;
    animation: spinner .6s linear infinite;
}


/* heading */

.row.row-small.product-isures {
    background: #fff;
    margin-left: 0!important;
    margin-right: 0;
    border: 1px solid #f1f1f1;
}

.isures-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    margin-bottom: 15px;
    position: relative;
    border-bottom: 2px solid var(--isures-primary-color);
}

.isures-heading span.section-title-main {
    position: relative;
    line-height: 45px;
    color: var(--isures-primary-color);
    overflow: hidden;
    text-transform: capitalize;
    margin-right: 25px;
    padding-left: 10px;
}

.isures-heading span.section-title-main:before {
    content: "";
    position: absolute;
    display: block;
    height: 4px;
    background: var(--isures-primary-color);
    top: 0;
    left: -3px;
    transform: skewX(-45deg);
    filter: brightness(0.85);
}

ul.isures-sub-title.isures-scroll {
    margin-bottom: 0;
}

ul.isures-sub-title.isures-scroll li {
    display: inline-block;
    font-weight: normal;
    list-style: none;
    margin: 0;
    font-size: 16px;
}

ul.isures-sub-title.isures-scroll li a {
    color: #777;
    display: block;
    padding: 5px 10px;
    border: 2px solid transparent;
    text-transform: capitalize
}

ul.isures-sub-title.isures-scroll li a.load-product-tab.active {
    color: var(--isures-primary-color);
    border-radius: 4px;
    font-weight: bold;
}

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

.isures-global--button {
    width: 100%;
    background: var(--isures-primary-color);
    color: #fff;
    cursor: pointer;
    position: relative
}

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
}

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

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


/* archive product */

p.name.product-title.woocommerce-loop-product__title a {
    font-size: 17px;
    font-weight: 700;
    line-height: normal;
    color: #333;
    position: relative;
    z-index: 10;
    white-space: unset;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    min-height: 30px;
}

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

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

.price-wrapper del .amount {
    font-size: 14px;
    color: #716b6b;
    text-decoration: line-through;
    opacity: 1;
}

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

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

.product-small.col .box-text.box-text-products {
    padding-bottom: 0
}

.product-small.col .price-wrapper {
    position: relative;
}

.isures-sale--label {
    position: absolute;
    right: 0;
    top: 7px;
    z-index: 9;
    padding: 5px 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    background: #000;
}

span.isures-custom--flashsale {
    display: inline-block;
    padding: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background: #dd9825;
    position: relative;
    height: 20px;
    line-height: 15px;
    margin-left: 10px;
    margin-top: -5px;
    position: absolute;
    top: 0;
    right: 0;
}

span.isures-custom--flashsale:before {
    content: "";
    position: absolute;
    right: 32%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #dd9825 transparent transparent transparent;
    top: 20px;
}

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


/*  */


/* search header */

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

#header form.searchform button.submit-button.secondary {
    padding: 0px 15px;
    background: #fff;
    color: #000;
}

#header form.searchform select {
    box-shadow: none;
    border: none;
    background: #fff;
    min-width: 100px;
    margin-right: 5px;
}

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

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

.header-main a.header-cart-link.is-small {
    display: flex;
    flex-direction: column-reverse;
    line-height: 1;
    padding: 8px 0
}

.header-main a.header-cart-link.is-small span {
    font-weight: normal;
    font-size: 14px;
    text-transform: capitalize
}

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


/* account */

.account-item a {
    position: relative;
    padding-right: 15px!important;
    padding-left: 15px!important;
}

.account-item>a:before {
    content: "\f406";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    margin-right: 6px;
    color: #fff;
    opacity: 1!important
}

div#customer_login.row.row-large {
    margin-right: 0!important;
    margin-left: 0!important;
    max-width: 1230px!important;
}

ul.dashboard-links li {
    margin-left: 10px;
}


/* icon box */


/* iconbox */

.isures-wrap--iconbox,
.isures-wrap--iconbox a {
    display: flex;
    align-items: center;
}

.isures-iconbox--icon {
    font-size: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

p.isures-text--head {
    font-size: 16px;
    color: #363636;
    font-weight: bold;
    text-transform: uppercase;
}

.isures-iconbox--content {
    line-height: 1.3;
}

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

.isures-freeship--wrap .isures-wrap--iconbox {
    border-right: 1px solid #eedef2;
    padding-right: 39px;
}

.isures-freeship--wrap .isures-wrap--iconbox:nth-child(3) {
    border-right: none
}


/* menu mobile */

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+li a {
    padding: 10px 0 10px 15px;
    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: var(--isures-primary-color);
}

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

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


/* cart label*/

.icon-shopping-basket:before {
    content: "\f07a";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 1px;
    display: inline-block;
}


/* thanks u */

.is-well {
    background: #fff;
    box-shadow: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    position: relative;
    border-top: 4px solid var(--isures-secondary-color);
}

.woocommerce-order-received section.woocommerce-order-details,
.woocommerce-order-received section.woocommerce-customer-details {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 15px;
}

.woocommerce-order-received #main {
    background: #fff
}

p.success-color.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received strong {
    font-size: 20px;
}

@media screen and (max-width: 767px) {
    .isures-vertical--slider.isures-slider--post_thumb {
        flex-wrap: wrap
    }
    .isures-vertical--slider .isures_cs-nav,
    .isures-vertical--slider .isures_cs {
        width: 100%;
    }
    .isures-wrap--content_item {
        padding: 2px 10px;
    }
    .isures-wrap--content_item h4 {
        font-size: 15px;
    }
    .isures-heading {
        border-bottom: 2px solid #000;
    }
    .isures-menu--mobile_tab {
        padding: 12px;
        transition: all 0.25s ease-in-out;
    }
    span.fas.fa-bars.isures-menu--mobile_tab.active:before {
        content: "\f00d";
        color: var(--isures-primary-color)
    }
    ul.isures-sub-title {
        display: none;
        position: absolute;
        flex-direction: column;
        width: 100%;
        top: calc(100% + 2px);
        z-index: 22;
        background: #fff;
        box-shadow: 0px 1px 2px #959595;
        padding: 10px 0;
    }
    ul.isures-sub-title li {
        width: 100%;
    }
    ul.isures-sub-title li a {
        padding: 15px 0px;
        border: 0;
        margin-left: 0px;
        border-radius: 0;
        margin: 0 10px;
        font-size: 16px;
        display: block;
        text-align: left;
        border: none!important;
    }
    .isures-global--heading span.section-title-main {
        font-size: 16px
    }
    .isures-global--heading .section-title.section-title-normal {
        border-bottom: 2px solid #000
    }
}


/* single product */

.isures-size--wrap {
    border: 1px dashed #000;
    border-radius: 0px;
    padding: 15px 35px 15px 20px;
    margin-bottom: 10px;
}

.isures-size--wrap .isures-iconbox--icon {
    padding: 0;
}

.isures-size--wrap p.isures-text--bottom {
    margin-bottom: 5px
}

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

h3.product-section-title.container-width.product-section-title-related.pt-half.pb-half.uppercase {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 25px;
}

.product-thumbnails {
    margin-left: 0!important;
    margin-right: 0!important;
}

.product-thumbnails .col a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border: 1px solid #ebebeb!important;
    background: #fff;
    padding: 2px;
}

.product-thumbnails .col.is-selected a,
.product-thumbnails a:hover {
    border: 1px solid #000!important;
}

.product-thumbnails img {
    opacity: 1!important
}

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

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

.related-products-wrapper button.flickity-button.flickity-prev-next-button {
    background: #e1e1e1!important;
    border: 1px solid #e6e7eb;
    border-radius: 4px;
    width: 30px!important;
    height: 30px;
    opacity: 1!important;
    transform: translate(0);
    box-shadow: none;
    top: -70px;
    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: 10px!important;
}

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

div#tab-description {
    font-size: 17px;
}

.quantity.buttons_added.form-normal {
    padding-top: 30px;
    position: relative;
    width: 100%;
    margin: 15px auto;
}

.quantity.buttons_added.form-normal .label {
    position: absolute;
    top: 0;
    left: 0;
}

.quantity input[type="number"] {
    max-width: 70px;
    width: 70px;
    box-shadow: none;
}

input.minus.button.is-form,
input.plus.button.is-form {
    width: 40px;
    background: #fff;
}

button.single_add_to_cart_button.button.alt {
    padding: 0 40px 0 40px;
    font-size: 17px;
    line-height: 1.6;
    border-radius: 5px;
}

.product-price-container.is-xxlarge .amount {
    font-size: 30px;
}

.product-price-container.is-xxlarge del .amount {
    font-size: 18px;
}

h1.product-title.product_title.entry-title {
    line-height: 34px;
    margin: 0px 0 10px;
    font-weight: 400;
    font-size: 27px;
    color: #333;
}


/* checkout */

.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 #ee4d2d
}

.checkout.woocommerce-checkout h3 {
    color: #ee4d2d
}

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

.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: #ee4d2d;
    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%;
    -moz-transform-origin: -7% 100%;
    -webkit-transform-origin: -7% 100%;
    transition: transform 150ms;
    -moz-transition: transform 150ms;
    -webkit-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);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: transform 250ms;
    -moz-transition: transform 250ms;
    -webkit-transition: transform 250ms;
}

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


/* review */

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

.isures-review--wrap #reviews,
.isures-review--wrap #comments,
.isures-review--wrap #review_form_wrapper {
    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 {
    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-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: 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;
}


/* blog home */

.isures-global--blogpost h5.post-title.is-large {
    font-size: 22px;
    margin-bottom: 25px;
    text-transform: capitalize;
    color: #000;
}

.isures-global--blogpost .is-divider {
    display: none
}

.isures-global--blogpost .post-meta {
    position: absolute;
    bottom: 15px;
    left: 10px;
}

.isures-global--blogpost p.from_the_blog_comments {
    position: absolute;
    bottom: 15px;
    right: 10px;
}

.isures-global--blogpost p.from_the_blog_excerpt {
    padding-top: 30px;
    border-top: 1px solid #ddd;
}

.isures-global--blogpost button.button.primary.is-link.is-small.mb-0 {
    font-size: 16px;
    text-transform: capitalize;
    color: #222;
    font-weight: normal;
    text-decoration: underline;
}

.isures-global--blogpost .box-text.text-center {
    border: 2px solid #ddd;
    border-bottom: 4px solid #ddd;
    background: #fff;
    padding-top: 35px;
    min-height: 285px;
    color: #777
}

.isures-global--blogpost p.cat-label {
    display: none;
}


/* archive product */

.widget_price_filter .ui-slider .ui-slider-handle,
.widget_price_filter .ui-slider .ui-slider-range {
    background-color: var(--isures-primary-color);
}

div#shop-sidebar aside,
.post-sidebar aside {
    padding: 15px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 3px 0 #dcdcdc;
    border: 1px solid #ddd;
}

div#shop-sidebar aside .is-divider,
.post-sidebar aside .is-divider {
    display: none
}

div#shop-sidebar aside span.widget-title,
.post-sidebar aside span.widget-title {
    display: block;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

ul.product_list_widget .star-rating {
    font-size: 12px;
}

ul.product_list_widget li a:not(.remove) {
    margin-bottom: 5px;
    padding: 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 15px;
    color: #333;
}


/* footer */

a.isures-btt {
    position: fixed;
    z-index: 9;
    right: -30px;
    bottom: 20%;
    transform: rotate(-90deg);
    font-size: 16px!important;
    font-weight: bold;
    color: var(--isures-primary-color)!important;
    text-shadow: 2px 2px 3px #fff;
    display: none;
}

a.isures-btt i {
    margin-left: 10px;
    vertical-align: middle;
}

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

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

.footer-wrapper a,
.footer-wrapper p {
    font-size: 16px;
}

.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: var(--isures-secondary-color);
    border-radius: 99px;
    padding: 5px 10px;
    justify-content: flex-start;
    position: absolute;
    width: calc(100% - 15px)!important;
    top: -33px;
    left: 8px;
}

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

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

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

@media screen and (max-width: 1024px) {
    ul.nav.header-bottom-nav.nav-center.mobile-nav.nav-uppercase {
        background-image: url(assets/images/bar-mid.png);
        justify-content: space-between;
    }
    ul.nav.header-bottom-nav.nav-center.mobile-nav.nav-uppercase li.header-search-form {
        width: calc(100% - 10px);
        padding-right: 10px;
    }
    ul.nav.header-bottom-nav.nav-center.mobile-nav.nav-uppercase li.nav-icon.has-icon a {
        text-align: center;
        width: 50px!important;
        height: 50px;
        background: var(--isures-primary-color);
        display: inline-block;
    }
    ul.nav.header-bottom-nav.nav-center.mobile-nav.nav-uppercase li.nav-icon.has-icon a i {
        line-height: 1;
    }
    ul.nav.header-bottom-nav.nav-center.mobile-nav.nav-uppercase form.searchform select {
        display: none
    }
    ul.nav.header-bottom-nav.nav-center.mobile-nav.nav-uppercase .flex-col.flex-grow {
        padding-right: 10px;
    }
    #wide-nav.header-bottom {
        background-color: #fff;
    }
    #wide-nav.header-bottom .flex-row.container {
        padding: 0
    }
    #wide-nav.header-bottom i.icon-menu:before {
        content: "\f036";
        font-family: "Font Awesome 5 Free";
        font-weight: 700;
        font-size: 14px;
        color: #fff;
    }
    #header .header-wrapper,
    #header .header-bg-color {
        background-color: #e8e8e8;
    }
    .isures-section--prod_flashsale .flickity-prev-next-button,
    .product-isures .flickity-prev-next-button {
        width: 30px!important;
    }
    .isures-section--prod_flashsale .flickity-prev-next-button svg,
    .product-isures .flickity-prev-next-button svg {
        padding: 10px!important
    }
    .isures-review--wrap .review-item>.flex-col:not(.comment-text) {
        -ms-flex-preferred-size: 35px;
        flex-basis: 35px;
        height: 35px;
    }
}

@media screen and (min-width: 1023px) {
    .isures-nav,
    .isures-menu--mobile_tab {
        display: none!important
    }
    /* blog in home */
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
}


/* 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)
    }
}

.isures-parameter--wrap {
    padding: 15px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 3px 0 #dee2e6;
}

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

.isures-parameter table a {
    color: var(--isures-primary-color);
}

.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: var(--isures-primary-color)!important;
    font-size: 15px;
    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 var(--isures-primary-color);
    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-short-description .readmore_taxonomy {
    padding: 80px 0 0
}

.readmore_taxonomy {
    position: absolute;
    z-index: 100;
    bottom: -2px;
    left: 0;
    right: 0;
    display: block;
    padding: 80px 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));
}

.readmore_taxonomy a {
    display: inline-block;
    padding: 7px 20px 6px 7px;
    position: relative;
    border-radius: 4px;
    font-size: 15px;
    line-height: 15px;
    color: var(--isures-primary-color);
    cursor: pointer;
    position: relative;
}

.readmore_taxonomy a:after {
    content: '';
    width: 0;
    right: 0;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
}

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

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

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

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

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

.box-blog-post .is-divider {
    height: 0px;
}