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

/*************** ADD CUSTOM CSS HERE.   ***************/
body, html {
    overflow-x: hidden!important;
}
.container-width, .full-width .ubermenu-nav, .container, .row {
    max-width: 1120px;
}
.row.row-small{
	max-width: calc(1120px - 9.8px * 2);
}

main#main {
    background: #fafafa;
}
.ux-body-overlay{
	background-color: rgba(0,0,0,.7)
}
/* reset */
.is-divider {
    background-color: var(--isures-primary-color)!important;
	max-width: 55px;
}
/* global */
.isures-global--bg_primary{background: var(--isures-primary-color)}
.isures-new--post .box-blog-post {
    background: #fff;
}
.isures-section--position{
    padding: 80px 0 20px;
}
.isures-global--section{
	padding-bottom: 0!important
}
.isures-global--follow a.button {
    border-radius: 5px!important;
    color: var(--isures-primary-color);
    background: #dfece5;
    margin-right: 7px;
    border-color: var(--isures-primary-color);
}
span.isures-label--featured_prod {
    position: absolute;
    right: 0px;
    top: 10px;
    background: var(--isures-primary-color);
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 10px;
    z-index: 1;
}
/* menu */
.isures-fix--mega_menu.row{margin: 0 auto!important}
.sub-menu.nav-dropdown {
    padding: 25px 15px;
}
.row.isures-fix--mega_menu > .col {
    padding-bottom: 0!important;
}
/*  */
.isures-elem--prod_item {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    padding: 12px;
}
.isures-elem--prod_item:not(.active) {
    display: none;
}
.isures-elem-box_image {
    max-width: 80px;
    width: 100%;
    margin-right: 15px;
}
.isures-elem--box_text {
    font-size: 14px;
    color: #777;
    line-height: 1.4;
}
.isures-elem--box_text p{
	margin-bottom: 5px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	padding-right: 30px;
}
.isures-elem--box_text .amount {
    color: #333;
    font-weight: normal;
}
.title-cate {
	position: relative;
	width: fit-content;
	width: -moz-max-content;
	font-size: 18px;
    color: #191919;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
}
.title-cate:after {
    content: '';
    height: 4px;
    background: var(--isures-primary-color);
    width: 50%;
    display: block;
}
span.addtocart-button.menuorder-icon {
    color: var(--isures-primary-color);
}
span.addtocart-button.menuorder-icon *{
	stroke: currentcolor;
}
.prod-title {
    color: var(--isures-primary-color);
}

input#search-menuorder {
    border: 1px solid rgba(34,36,38,.15);
    box-shadow: none;
    height: 38px;
    margin: 0;
    font-size: 14px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 5px 10px;
    width: 100%;
}
.menuorder-searchbox button {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    border: 0;
    box-shadow: none;
    width: 35px;
    height: 38px;
    background: transparent!important;
    line-height: 1;
    min-height: auto;
    pointer-events: none;
    top: 0;
}
.menuorder-searchbox button svg {
    width: 18px;
    height: 18px;
    fill: #b1aeae;
    display: inline;
}
/* nav categories */
.row.menuorder-wrap {
    padding-top: 25px;
	min-height: 100vh;
	max-width: 1380px
}
ul.menuorder-cat{
	background: #fff;
	-webkit-box-shadow: 3px 3px 6px 0 #e5e5e5;
	box-shadow: 3px 3px 6px 0 #e5e5e5;
}
ul.menuorder-cat li {
    margin-left: 0;
    list-style: none;
}
ul.menuorder-cat li a img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 0 8px 0 0;
    box-shadow: none;
}
ul.menuorder-cat li a {
    padding: 5px;
    color: #444;
    position: relative;
    font-size: 14px;
    border-radius: 5px;
    text-decoration: none;
    display: flex;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    width: 100%;
}
ul.menuorder-cat li a:before {
	content: '';
    position: absolute;
    z-index: 1;
    bottom: -5px;
    left: 0;
    height: 2px;
    width: 100%;
    background: var(--isures-primary-color);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    -webkit-transition-property: transform,bottom,left,right,background;
    transition-property: transform,bottom,left,right,background;
    -webkit-transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
    transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
}
ul.menuorder-cat li.active a:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.isures-selector--sticky{transition: 0.25s ease-in-out}
.isures-selector--sticky.sticky-mobile {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
	padding: 0;
}
ul.menuorder-cat li.active a{color: var(--isures-primary-color); font-weight: bold}
.cart_absolution{
    position: fixed;
    bottom: 70px;
    left: 40px;
    z-index: 999;
}
.cart_absolution>a{
    font-size: 20px;
    background: #fff;
    padding: 15px;
    border-radius: 5px;
}
.cart_absolution .icon-shopping-cart:after{
    background-color: var(--isures-primary-color);
    top: -24px;
    right: -24px;
    padding-left: 8px;
    padding-right: 8px;
    line-height: 23px;
    height: 24px;
    min-width: 24px;
    font-size: 15px;
}
.cart_absolution .icon-shopping-cart{
    color: #23282d;
}
.isures-order .box-text p {
    color: #999;
    font-size: 13px;
    line-height: 1.4;
}
body.page-id-19 .woocommerce-message.message-wrapper {
    margin-bottom: 0!important;
}

#list-prod-wrap a.added_to_cart.wc-forward{display: none}
a.isures-direct--cart.isures-cart--btn_mobile {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 8px 10px;
    position: fixed;
    bottom: 47px;
    left: 0;
    z-index: 9;
    background: var(--isures-primary-color);
}
a.isures-direct--cart.isures-cart--btn_mobile *{color: #fff}
/* order lightbox */
.isures-order--header , .isures-options--wrap , .isures-message--note{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
    padding: 15px;
}
.isures-order--header{justify-content: flex-start}
.isures-order--prod_title strong {
    color: var(--isures-primary-color);
}
.isures-order--img {
    max-width: 80px;
    margin-right: 15px;
}
.isures-title--options{
	flex-basis: 100%
}
/* .isures-extra--wrap {
    flex-basis: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
} */
.isures-extra--list label * {
    font-weight: normal;
}
.isures-message--note input[type="text"]{
	color: #333;
    border: 1px solid #7f7f7f;
    box-shadow: none;
    margin: 0;
    padding: 10px 10px 10px 40px;
    height: 40px;
    width: 100%;
}
.isures-message--note .isures-message--icon{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 15px;
    left: 15px;
    pointer-events: none;
}
.isures-order--bottom{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #e5e5e5;
	padding: 15px;
}
.isures-order--quantity input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    width: 30px;
    text-align: center;
    height: 30px;
    box-shadow: none;
    border: 0;
    padding: 0;
    margin: 0;
}
.isures-order--quantity input[type=number]::-webkit-inner-spin-button,
.isures-order--quantity input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
}
.isures-order--quantity button[type="button"] {
    border: 1px solid var(--isures-primary-color);
    color: var(--isures-primary-color);
    background-color: #fff;
    border-radius: 50%!important;
    -webkit-border-radius: 50%!important;
    width: 30px;
    height: 30px;
    line-height: 35px;
	margin: 0;
	padding: 0;
    min-height: auto;
    min-width: auto;
    box-shadow: none;
}
.isures-atc--wrap button.isures-addtocart{
    background-color: var(--isures-primary-color);
    color: #fff;
    border: 1px solid transparent;
    border-radius: 3px!important;
    -webkit-border-radius: 3px!important;
    margin: 0;
    padding: 6px 15px 5px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: normal;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    min-width: 210px;
    text-transform: capitalize;
}
.isures-order--total * {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}
.isures-extra--items{margin-bottom: 0; cursor: pointer}
.isures-extra--items input{margin: 0}
.isures-order--prod_info {
    font-size: 14px;
    line-height: 1.3;
}
.isures-order--quantity button svg {
    fill: currentcolor;
    line-height: 0;
    color: var(--isures-primary-color);
    width: 16px;
    height: 16px;
}



.extra_item {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative!important;
    top: 5px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 20px;
    transition: all 0.15s ease-out 0s;
    background: #fff!important;
    border: 1px solid #ddd;
    color: #fff;
    cursor: pointer;
    display: inline-block!important;
    outline: none;
    z-index: 1;
	border-radius: 0px;
}
.extra_item:hover {
	background: #9faab7;
}
.extra_item:checked {
	background: var(--isures-primary-color)!important;
	border: 1px solid transparent
}
.extra_item:checked::before {
    height: 20px;
    width: 20px;
    position: absolute;
    content: '\f00c';
    display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 700;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
	color: #fff;

}

.extra_item::after {
	border-radius: 0px;
}

@keyframes click-wave {
  0% {
    height: 40px;
    width: 40px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
}
.isures-extra--itemname{
	display: block;
	color: #999;
    font-size: 12px;
}
.isures-extra--itemname span {
    font-weight: normal;
}

span.isures-close--lightbox {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 25px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
    color: #999;
	cursor: pointer;
	z-index: 1
}
.mfp-close{display: none}
.mfp-container {
    padding: 0 5px;
}
/* mini cart */
.isures-inner--wrap_cart {
    background: #fff;
    -webkit-box-shadow: 3px 3px 6px 0 #e5e5e5;
    box-shadow: 3px 3px 6px 0 #e5e5e5;
}
.isures-flex--wrap {
    display: flex;
    justify-content: space-between;
	padding: 13px 20px;
	border-top: 1px solid #ddd;
}
ul.isures-imfo--mini_cart {
    border-top: 1px solid #ddd;
	margin: 0
}
ul.isures-imfo--mini_cart li {
    margin: 0;
    list-style: none;
}
li.isures-item--order_minicart{
	padding: 15px 20px;
	position: relative
}
li.isures-item--order_minicart:last-child a.isures-item--name_minicart {
    border-bottom: none;
}
li.isures-item--order_minicart a.isures-item--name_minicart {
	position: relative;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding-left: 40px!important;
    padding-bottom: 15px;
	color: #444;
	min-height: 60px
}
.isures-item--name_minicart *{
	font-weight: normal;
	font-size: 14px;
}
.isures-item--name_minicart span.isures-price--qty * {
    font-size: 12px;
}
span.isures-label--qty {
    position: absolute;
    left: 0;
    top: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background:var(--isures-primary-color);
    color: #fff;

}
a.isures-remove--item_minicart {
    position: absolute;
    right: 20px;
    bottom: 30px;
}
.title-cart {
    padding: 13px 20px;
}
.title-cart a.isures-direct--cart{
    background-color: var(--isures-primary-color);
    color: #fff;
    border: 1px solid transparent;
    display: block;
    text-align: center;
    text-transform: capitalize;
    padding: 5px 10px;
}
a.isures-direct--cart.disable {
    pointer-events: none;
}
.blockUI.blockMsg.blockElement{border: none!important}
.isures-loading {
    position: absolute;
	display: none;
    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);
}

/* banner slider parallax */

.isures-heading--banner h3{
    font-size: 60px;
    color: var(--isures-primary-color);
}
.isures-heading--banner h3 strong{
	text-transform: uppercase;
	font-size: 60px;
	font-family: "Roboto Condensed", sans-serif;
	color: #423930
}
.isures-parallax--effect p{margin-bottom: 0}
/* archive prod */
.product-small:not(.box-vertical) p.name.product-title.woocommerce-loop-product__title a {
    text-transform: uppercase;
    font-weight: 700;
    color: #191919;
    font-size: 20px;
    max-height: 55px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 55px;
	transition: 0.25s ease-in-out
}
.product-small:not(.box-vertical) p.name.product-title.woocommerce-loop-product__title a:hover{color: var(--isures-primary-color)}
.product-small:not(.box-vertical) span.price .amount {
    font-size: 24px;
    font-weight: 700;
    color: var(--isures-primary-color);
}
.product-small.box-vertical .isures-cta--wrap {
    display: none;
    visibility: hidden;
}
.isures-cta--wrap{	
	position: relative;
    margin-top: 10px;
	z-index: 1;
}
.isures-cta--wrap a{
	text-transform: uppercase;
}
.menu_item_action {
	position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    background: #fff!important;
    vertical-align: middle;
    border: 2px solid var(--isures-primary-color);
    padding: 6px 15px!important;
	line-height: 1.5!important;
	min-height: auto!important;
	outline: none!important;
    -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86)!important;
    transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86)!important;
    z-index: 1;
}
.menu_item_action:hover {
    background-color: #fff!important;
    color: var(--isures-primary-color)!important;
}
.menu_item_action:before {
    position: absolute;
    display: block;
    background: var(--isures-primary-color);
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 101%;
    height: 100%;
    z-index: -1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.menu_item_action:hover:before {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

.menu_item_action_view {
    font-size: 16px;
	line-height: 1.5!important;
    font-weight: 700;
    color: var(--isures-primary-color);
    display: inline-block;
    border: 2px solid var(--isures-primary-color);
    vertical-align: middle;
    margin-left: 15px;
    position: relative;
    padding: 6px 15px;
    transition: .3s;
    overflow: hidden;
}
.menu_item_action_view:after {
    content: '';
    position: absolute;
    transition: .3s;
    width: 0;
    left: 50%;
	top: 0;
    bottom: 0;
    height: 3px;
    background: var(--isures-primary-color);
    height: 120%;
    left: -10%;
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg);
    z-index: -1;
}
.menu_item_action_view:hover:after {
    left: -10%;
    width: 120%;
}
.menu_item_action_view:hover {
    color: #fff;
}
.menu_item_action i {
    margin-left: 5px;
}
/* title custom */
.isures-inner--wrap {
    display: flex;
    justify-content: space-between;
}
span.title-nav-cat {
    text-transform: capitalize;
}
/* single prodcut */
.isures-single--template .product-section-title-related {
	position: relative;
    padding: 15px;
	width: fit-content;
	width: -moz-max-content;
	text-align: left;
}
.isures-single--template .product-section-title-related:after {
	content: '';
    height: 4px;
    background: var(--isures-primary-color);
    width: 50%;
    display: block;
    left: 25%;
    bottom: 0;
    position: absolute;
}
.isures-single--template .product-title-container .is-divider {
    max-width: 60px;
    background: var(--isures-primary-color);
    height: 5px;
    margin-top: -10px;
}
.isures-single--template a.zoom-button.button.is-outline.circle.icon.tooltip.hide-for-small.tooltipstered{display: none}
.isures-single--template h1.product-title.product_title.entry-title {
    font-size: 35px;
    text-transform: uppercase;
}
body:not(.home) .product-small.box .box-text {
    background: #fff;
    padding: 12px 15px;
}
.isures-single--template span.amount {
    color: var(--isures-primary-color);
}

a.button.primary.is-large.isures-direct--order {
    display: inline-block;
    background: #EA8025;
    color: #fff;
    padding: 15px 30px;
    font-weight: 700;
    font-size: 18px;
    width: 60%;
    text-align: center;
    line-height: 1;
}

/* header */
.header-wrapper.stuck {
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}

.mobile-nav > li.nav-icon > a{
    display: flex;
    justify-content: flex-end;
    padding: 0!important;
}
.mobile-nav > li.nav-icon > a .menu-title{
    display: inline-block!important;
}
/* mobile menu */
div#main-menu.mobile-sidebar li:not(.header-social-icons) a {
    text-transform: capitalize;
    color: #111;
    font-weight: normal;
	padding: 10px 15px;
    font-size: 16px;
}
div#main-menu.mobile-sidebar li {
    border: none;
}
div#main-menu.mobile-sidebar .sidebar-menu > ul > li.has-child {
    border-top: 5px solid #d5dbdb;
    border-bottom: 5px solid #d5dbdb;
	margin-bottom: 15px
}
div#main-menu.mobile-sidebar .nav-slide-header .toggle {
    color: #111;
    opacity: 1;
}
div#main-menu.mobile-sidebar li.nav-slide-header{    border-bottom: 5px solid #d5dbdb;}
div#main-menu.mobile-sidebar button.toggle i{font-size: 1em}
.off-canvas-right .mfp-content, .off-canvas-left .mfp-content{opacity: 1; background: #fff; box-shadow: none}

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


/* 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);
    }
}
/* 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;
}
/*  */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* blog home */
h5.post-title.is-large {
    max-height: 40px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 40px;
}
/* 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;
}
ul.isures-list-post li {
    margin: 0;
    list-style: none;
}
.footer-wrapper a , .footer-wrapper p{
    color: #423930;
    font-size: 14px;
}
.footer-wrapper p{margin-bottom: 8px}
/*  */
.price-product {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media screen and (max-width: 767px){
	
	li.isures-item--order_minicart , .title-cart , .isures-flex--wrap{padding: 5px}
	a.isures-remove--item_minicart {
		right: 10px;
		bottom: 20px;
	}
	div#logo a {
		font-size: 22px;
	}
		div#logo {
		width: 170px;
	}
	.isures-tab--wrap .step-label {
        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-inner--wrap {
		overflow-y: hidden;
		overflow-x: auto;
		white-space: nowrap;
	}
	.isures-inner--wrap * {
		float: none;
		margin: 0;
		padding: 0;
		display: inline-block;
	}
	span.title-nav-cat{
		margin-right: 40px;
	}
	
	.isures-heading--banner h3 strong {
		font-size: 40px;
	}
	.isures-tab--wrap button#place_order{
		width: 100%
	}
	.isures-elem--prod_item{
		max-width: calc(50% - 5px)!important;
	}
}
@media screen and (max-width: 1024px){
	.isures-cta--wrap{display: none}
	ul.menuorder-cat{    
		overflow-y: hidden;
		overflow-x: auto;
		white-space: nowrap;
		font-size: 0;
		padding-bottom: 5px
	}
	ul.menuorder-cat li {
		float: none;
		font-size: 14px;
		margin: 0;
		padding: 0;
		display: inline-block;
	}
	
	body.page-id-19 .header-wrapper , body.page-id-19 .footer-wrapper {
		display: none;
	}
	a.isures-btt {
		right: -20px;
	}
	.isures-wrap--items_prod {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.isures-elem--prod_item{
		display: flex;
		flex-direction: column;
		max-width: calc(33.3% - 5px);
		width: 100%;
		border-radius: 5px;
		padding: 0;
		margin-bottom: 15px
	}
	.isures-elem-box_image img{width: 100%}
	.price-product{
		border-top: 1px solid #ddd;
		padding: 10px 10px 5px 10px;
	}
	.isures-elem-box_image{
		max-width: 100%;
		margin-right: 0
	}
	.prod-title{
		margin: 15px auto;
		padding: 5px 10px
	}
	.isures-elem--box_text p{display: none}
	.isures-menu--mobile * {
		margin: 0;
	}

	.isures-menu--mobile {
		position: fixed;
		width: 100%;
		bottom: 0;
		right: 0;
		background: #fff;
		z-index: 999;
		display: block;
		visibility: visible;
		transition: all 0.15s ease-in-out;
	}

	.isures-menu--mobile.active {
		width: auto;
	}

	ul.isures-menu--wrap {
		display: flex;
		list-style-type: none;
	}

	.isures-menu--col4 {
		flex-basis: 25%;
		-webkit-flex-basic: 25%;
		height: 100%;
	}

	.isures-menu--col4 a {
		display: flex;
		flex-direction: column;
		color: #444;
		padding: 5px;
		text-align: center;
		line-height: 1;
	}
	.isures-menu--col4 span{margin-top: 5px}
	.isures-menu--col4 a:hover {
		color: var(--isures-primary-color);
	}

	.isures-menu--wrap li.active a:not(.isures-menu--close) {
		width: 0;
		display: none;
	}

	.isures-menu--wrap li.active a.isures-menu--close {
		transform: rotate(180deg);
		width: 40px;
		height: 40px;
		padding: 0;
		line-height: 40px;
	}

	.isures-menu--mobile.active {
		width: 40px;
	}
	.row.menuorder-wrap{
		padding-bottom: 50px;
	}
	.product-small:not(.box-vertical) p.name.product-title.woocommerce-loop-product__title a{
		font-size: 15px;
		max-height: 38px;
	}
	.product-small:not(.box-vertical) .col-inner {
		background: #fff;
		border: 1px solid #ddd;
		border-radius: 5px;
	}
	.product-small:not(.box-vertical) .col-inner .box-text{padding: 5px 10px}
	.product-small span.price .amount{font-size: 16px!important}
	.product-small.col{padding: 0 5px 10px !important;}
	.isures-imfo--mini_cart , .title-cart{
		display: none
	}
	.isures-total--mini_wrap.isures-flex--wrap {
		box-shadow: none;
		position: fixed;
		z-index: 9;
		bottom: 47px;
		left: 0;
		width: 100%;
		padding: 10px;
		background: var(--isures-primary-color);
	}
	.isures-total--mini_wrap.isures-flex--wrap *{color: #fff;     flex-grow: 1;}
	a.isures-direct--cart_mobile {
		text-align: center;
	}
}
@media screen and (min-width: 1023px){
	.isures-vert--text {
		position: absolute;
		top: 50%;
		left: -90px;
		color: var(--isures-primary-color);
		font-size: 18px;
		font-weight: bold;
		transform: rotate(90deg);
	}
	.isures-menu--mobile , a.isures-direct--cart_mobile {
		display: none
	}
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


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


}