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


/*************** ADD CUSTOM CSS HERE.   ***************/
::-webkit-scrollbar {
    width: 8px;
    background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background: #9A9A9A;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    border-radius: 10px;
    background-color: #f5f5f5;
}

.container-width, .full-width .ubermenu-nav, .container, .row , .row.row-small.isures-layout--saller {
    max-width: 1200px;
}
.row.row-small.isures-grid--banner , .row.row-small {
    max-width: calc(1200px - 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;
    right: 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(1200px - 30px )!important;
	margin-bottom: 25px;
}
.isures-section--prod_flashsale .flickity-prev-next-button svg {
    fill: #fff;
    background: var(--isures-primary-color);
    border: none;
    padding: 12px;
}
/* vertical menu */
#vertical-menu-isures {
    position: relative;
    width: 275px;
    height: 40px;
    margin-right: 10px;
    color: #fff;
}
#mega-menu-title{
	width: 100%;
	height: 100%;
	line-height: 34px;
	font-size: 16px;
	text-transform: capitalize;
	padding: 0 20px;
    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: 23px;
    padding: 10px 15px;
    display: block;
    font-size: 14px;
    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: 1200px;
}
.blog-single .row.row-large{
	max-width: 1200px;
}
.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: 14px;
}
.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: 14px;
}
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,.my-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
}
.my-button{
	margin: 0px auto;display: block;
}
a.load-more.isures-global--button i{vertical-align: middle}
.isures-global--button:hover {
    background: var(--isures-primary-color)!important;
    color: #fff!important;
}

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

/* giftbox */
.isures-gift--item {
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 15px;
}
.isures-gift--item img {
    max-width: 40px;
    height: 40px;
}
.isures-gift--content {
    position: relative;
    border-bottom: solid 2px #333;
    border-top: solid 2px #333;
    margin-left: 2%;
    padding: 7px 0;
}

.isures-gift--item span {
    position: absolute;
    background: #fff;
    left: 0;
    top: -11px;
    padding-right: 10px;
    color: var(--isures-primary-color);
    font-size: 14px;
    font-weight: bold;
}
.isures-gift--content p {
    overflow: hidden;
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
	margin: 0;
}
/* archive product */
p.name.product-title.woocommerce-loop-product__title a {
    font-size: 13px;
    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: 17px;
    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;
    left: 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;
}

/* variation  */

/*
.isures-section--first table.variations select {
    display: none;
}
*/
/* Cart Steps */

.isures-tab--wrap {
    max-width: 750px;
    padding: 15px;
    background: #fff;
    -webkit-box-shadow: 3px 3px 6px 0 #e5e5e5;
    box-shadow: 3px 3px 6px 0 #e5e5e5;
    border-radius: 5px;
}

.isures-tab--wrap ul.nav-steps--wrap {
	display: flex;
	justify-content: space-between;
    border: 3px solid var(--isures-primary-color);
    margin-bottom: 25px!important;
}

.isures-tab--wrap ul.nav-steps--wrap li {
    width: 33%;
    display: inline-block;
    margin: 0;
    height: 53px;
    line-height: 53px;
    position: relative;
    text-align: center;
}

.isures-tab--wrap .nav-steps--wrap li.active {
    background: #eaeaea;
}

.isures-tab--wrap ul.nav-steps--wrap li a {
    display: block;
}

.isures-tab--wrap ul.nav-steps--wrap li:not(:last-child):after {
    content: '';
    position: absolute;
    top: 0;
    right: -25px;
    width: 53px;
    height: 53px;
    -webkit-transform: scale(0.707) rotate(45deg);
    -ms-transform: scale(0.707) rotate(45deg);
    transform: scale(0.707) rotate(45deg);
    z-index: 1;
    border-radius: 0 2px 0 2px;
    -webkit-box-shadow: 3px -3px 0 1px var(--isures-primary-color);
    background: #fff;
}

.isures-tab--wrap ul.nav-steps--wrap li.active:not(:last-child):after {
    background: #eaeaea;
}

.isures-tab--wrap ul.nav-steps--wrap span.step-number {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: var(--isures-primary-color);
    line-height: 30px;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    margin-right: 8px;
}


/* tab cart */

.isures-tab--wrap .cart-discount {
    background: #fff
}

.isures-tab--wrap .product-image {
    width: 85px;
    text-align: center;
    margin-right: 15px;
}

.isures-tab--wrap .product-remove {
    margin-top: 15px;
    font-size: 14px;
    color: #999;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.isures-tab--wrap a.remove {
	position: relative!important;
    display: inline-block;
    border: none;
    background: #999;
    width: 20px;
    height: 20px;
    line-height: 20px!important;
    color: #fff;
	top: 0!important;
	margin-right: 5px;
}

.isures-tab--wrap .product-information a.product-title {
    font-size: 14px;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-weight: bold;
}

.isures-tab--wrap .product-information span.amount {
    font-weight: normal;
    font-size: 14px;
    color: #c10017;
    float: right;
}

.isures-tab--wrapth,
.isures-tab--wrap td {
    border: none
}

.isures-tab--wrap .product-information .isures-description {
    padding: 5px 0;
    color: #333;
    margin-bottom: 5px;
    font-size: 12px;
    display: flex;
    align-items: center;
}

.isures-tab--wrap .quantity .minus,
.isures-tab--wrap .quantity .plus {
    padding-left: 10px;
    padding-right: 10px;
    background: #fff;
}

.isures-tab--wrap .quantity .minus:hover,
.isures-tab--wrap .quantity .plus:hover {
    box-shadow: none
}

.isures-tab--wrap .product-quantity.text-right {
    margin-left: 15px
}

.isures-tab--wrap th,
.isures-tab--wrap td {
    border-bottom: none;
    text-transform: none;
    padding: 5px 0;
    color: #333;
    font-weight: normal;
}

.isures-tab--wrap .subtotal-wrap tr.cart-subtotal th,
.isures-tab--wrap .subtotal-wrap .cart-subtotal td,
.isures-tab--wrap .subtotal-wrap .cart-subtotal td span.amount {
    text-transform: none;
    color: #333;
    font-size: 16px;
    font-weight: normal;
}

.isures-tab--wrap .subtotal-wrap tr.order-total th {
    font-weight: bold!important;
    color: #333;
}

.isures-tab--wrap .subtotal-wrap tr.order-total td span.amount {
    font-size: 16px;
    color: #c10017;
}

.textcode {
    color: var(--isures-primary-color);
    margin-bottom: 10px;
    cursor: pointer
}

.coupon input.coupon-btn {
    background: var(--isures-primary-color);
    border-radius: 4px;
    margin: 0!important;
    height: 40px;
    font-size: 14px;
    color: #fff;
    width: 90px!important;
    text-align: center;
    cursor: pointer;
}

.coupon .isures-coupon {
    flex-basis: 80%;
    max-width: 80%;
    margin: 0
}

.coupon-hidden {
    display: none
}


/* tab order */

.isures-tab--wrap .woocommerce-billing-fields__field-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.isures-tab--wrap .woocommerce-billing-fields__field-wrapper #billing_first_name_field {
    flex-basis: 48%;
}

.isures-tab--wrap .woocommerce-billing-fields__field-wrapper #billing_phone_field {
    flex-basis: 48%;
}

.isures-tab--wrap .woocommerce-billing-fields__field-wrapper #billing_address_1_field,
.isures-tab--wrap .woocommerce-billing-fields__field-wrapper #billing_email_field {
    flex-basis: 100%;
    margin-right: 0
}

.isures-order--wrap {
    max-width: 400px;
    margin: 15 auto
}

.isures-tab--wrap .place-order {
    display: flex
}

.isures-tab--wrap button#place_order {
    outline: none;
    border: none;
    width: 66%;
    padding: 15px 0px;
    margin: 15px auto;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background: #fd6e1d;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fd6e1d), to(#f59000));
    background: -webkit-linear-gradient(top, #f59000, #fd6e1d);
}


/* notices */

.isures-tab--wrap ul.woocommerce-error.message-wrapper {
    padding: 8px 25px!important;
    background: var(--isures-primary-color);
    border-left: 5px solid #000;
    margin-bottom: 15px!important;
}

.isures-tab--wrap ul.woocommerce-error.message-wrapper .message-container.container.alert-color.medium-text-center {
    color: #fff;
}
/* loading  */

.wrap-load {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    display: none;
    background: rgba(255, 255, 255, .8);
    z-index: 1;
}

.loader {
    position: absolute;
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #000000;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 0.8s linear infinite;
    animation: spin 0.8s linear infinite;
    z-index: 1;
    left: calc( 50% - 15px);
    top: calc( 50% - 15px);
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

.woocommerce-cart #content {
    min-height: 100vh
}

.isures-tab--wrap ul,
.isures-tab--wrap li {
    margin: 0!important;
    padding: 0!important
}

.isures-content {
    display: none
}

.isures-content.active {
    display: block
}

.isures-flex-col {
    display: flex;
    padding: 15px 0;
    justify-content: space-between;
}

.btn-step {
    margin: 0;
    border: 1px solid var(--isures-primary-color);
    color: var(--isures-primary-color);
    border-radius: 4px;
    padding: 5px 15px;
    line-height: 1;
    text-transform: none;
}

.prev-step--cart.btn-step {
    color: #333;
    border: 1px solid #333;
}

.isures-content--wrap input {
    box-shadow: none;
    border-radius: 4px;
}

.isures-content--wrap .woocommerce-billing-fields {
    border-top: none;
    padding: 0
}
ul.nav-dropdown.nav-dropdown-default .widget_shopping_cart p.total {
    border: none;
    color: var(--isures-secondary-color);
}
.isures-back--home{
	display: block;
	background: #fff;
	line-height: 40px;
	text-align: center;
	margin: 15px auto;
	max-width: 100%;
	width: 300px;
	font-size: 14px;
	color: var(--isures-primary-color);
	font-weight: 600;
	text-transform: uppercase;
	border: 1px solid var(--isures-primary-color);
	border-radius: 4px;
}
.single_add_to_cart_button div.isures-notice--onepage{
	font-size: 14px;
    text-transform: none;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 8px;
    margin-top: -5px;
}
/* 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: 14px;
		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: 14px;
}
.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;
}
.isures-section--first .woocommerce-variation.single_variation {
    display: none!important;
    visibility: hidden;
}


.isures-gift-wrap_single {
	margin: 25px auto;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 10px;
}
.isures-gift-wrap_single > p {
    font-size: 16px;
    margin-bottom: 15px;
}
.isures-gift--item_atc label {
    position: relative;
    display: flex!important;
	cursor: pointer;
	width: 100%;
}
.isures-gift--item_atc .isures-gift--content span {
    position: absolute;
    background: #fff;
    left: 0;
    top: -11px;
    padding-right: 10px;
    color: var(--isures-primary-color);
    font-size: 14px;
    font-weight: bold;
}
.isures-gift--item_atc {
    display: flex;
    align-items: center;
	margin-top: 15px;
}
.isures-gift--item_atc .isures-gift--content{
	width: 100%;
	border-color: #ccc;
	border-width: 1px;
}
/* review */

.isures-review--wrap > .col-inner {
    padding: 15px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 3px 0 #dee2e6;
}
/* .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 {
    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 {
	position: absolute;
	width: 180px;
	top: 5px;
	left: calc(50% - 90px);
	padding: 5px 15px;
	background: var(--isures-primary-color);
	color: #fff;
	font-size: 14px;
	text-transform: capitalize;
	z-index: 2;
	opacity: 1;
}
/* 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: 13px;
    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: 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: 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: 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;
}

@media screen and (max-width: 1024px){
	.isures-ph--item .ph-picture{
		height: 150px;
	}
	.isures-ph--item .ph-row .circle{display: none}
	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% - 70px);
		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: #d54b4a;
	}
	.isures-section--prod_flashsale .flickity-prev-next-button{
		width: 30px!important;
	}
	.isures-section--prod_flashsale .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;
	}
	.isures-tab--wrap .step-label , .nav-steps--wrap li:after{
        display: none;
    }
	
/*     .isures-tab--wrap ul.nav-steps--wrap span.step-number {
        margin-right: -20px;
    } */
    .isures-tab--wrap ul.nav-steps--wrap {
        display: flex;
    }
    .isures-tab--wrap ul.nav-steps--wrap li:not(:last-child):after {
        width: 50px;
        height: 50px;
    }
    .isures-tab--wrap ul.nav-steps--wrap li {
        height: 50px;
        line-height: 50px;
    }
	.isures-tab--wrap button#place_order{width: 100%}
}
@media screen and (min-width: 1023px){
	.isures-nav, .isures-menu--mobile_tab{
		display: none!important
	}
	/* blog in home */
	.isures-global--blogpost .box-image {
		visibility: hidden;
		opacity: 0;
		position: absolute;
		z-index: 22;
		width: 100%;
		height: 100%;
		transform: scale(0);
		transition: all 0.25s ease-in-out;
	}
	
	.isures-global--blogpost .post-item .box-blog-post:hover .box-image{
		visibility: visible;
		opacity: 1;
		transform: scale(1);
	}
	.isures-global--blogpost .post-item .box-blog-post:hover p.cat-label{display: none}
}

/* Product set price */
.nav-product-set-price {
  margin: 0 0 30px;
}

.nav-product-set-price li {
  min-height: 43px;
  cursor: pointer;
  font-size: 20px;
  line-height: 1.6;
  padding: 5px 0;
}

.nav-product-set-price li::after {
  position: relative;
  display: block;
  content: '';
  bottom: 0px;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #3c3c54;
  -webkit-transition: width 0.25s ease-in-out;
  transition: width 0.25s ease-in-out;
}

.nav-product-set-price li:hover::after,
.nav-product-set-price li.active::after {
  width: 100%;
}

/**
 * Ajax
 */
.before-ajax {
  display: none !important;
}

.spinner.before-ajax {
  display: block !important;
}

.spinner {
  display: none;
  margin: 30px auto;
  width: 70px;
  text-align: center;
	    height: 320px;
    line-height: 320px;
    vertical-align: middle;

}

.spinner > div {
  width: 13px;
  height: 13px;
  background-color: var(--primary-color);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}


.b24-widget-button-wrapper,
.b24-widget-button-shadow {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}
