#list-prod-wrap {
    scroll-behavior: smooth;
}

.page-template-isures-menu-template ul,
.page-template-isures-menu-template li {
    margin: 0;
    padding: 0;
    list-style: none;
}


span.isures-item--cart_quantity {
    margin-right: 10px;
}

.page-template-isures-menu-template a {
    text-decoration: none;
    color: #444;
    outline: none;
}

.page-template-isures-menu-template * {
    box-sizing: border-box;
}

.page-template-isures-menu-template a:focus,
.page-template-isures-menu-template button:focus,
.page-template-isures-menu-template .button.alt:focus,
.page-template-isures-menu-template input:focus,
.page-template-isures-menu-template textarea:focus,
.page-template-isures-menu-template input[type="text"]:focus,
.page-template-isures-menu-template input[type="button"]:focus,
.page-template-isures-menu-template input[type="reset"]:focus,
.page-template-isures-menu-template input[type="submit"]:focus,
.page-template-isures-menu-template input[type="email"]:focus,
.page-template-isures-menu-template input[type="tel"]:focus,
.page-template-isures-menu-template input[type="url"]:focus,
.page-template-isures-menu-template input[type="password"]:focus,
.page-template-isures-menu-template input[type="search"]:focus {
    outline: none;
}


/* global */

.isures-order--wrap * {
    font-size: 16px;
}

.circle {
    border-radius: 999px !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.isures-relative {
    position: relative;
}

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

.isures-global--col {
    padding: 10px;
}

.isures-text--right {
    text-align: right;
}

.isures-bd--none {
    border: none !important;
}

.isures-align--middle {
    align-items: center;
}

.page-template-isures-menu-template header,
.page-template-isures-menu-template footer {
    display: none;
}

.isures-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.p68-col__prod-wrap {
    align-items: stretch;
}

.isures-elem--prod_item {
    padding: 0 9.8px 19.6px;
    display: flex;
    /* Make each column a flex container to stretch its content */
    flex-direction: column;
    /* Stack content vertically inside the column */
}

/* Ensure inner content stretches to fill the column */
#list-prod-wrap.isures-mode--grid .isures-elem--prod_item .isures-orderinner--item {
    flex: 1;
    /* Allow the inner container to grow and fill the column height */
    display: flex;
    flex-direction: column;
}

.isures-elem--prod_item .isures-elem--box_text {
    flex: 1;
    /* Allow the text box to grow and fill remaining space */
}

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


/* col */

.isures-small--1 {
    max-width: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%
}

.isures-small--2 {
    max-width: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%
}

.isures-small--3 {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%
}

.isures-small--4 {
    max-width: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%
}

.isures-small--5 {
    max-width: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%
}

.isures-small--6 {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.isures-small--7 {
    max-width: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%
}

.isures-small--8 {
    max-width: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%
}

.isures-small--9 {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%
}

.isures-small--10 {
    max-width: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%
}

.isures-small--11 {
    max-width: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%
}

.isures-small--12 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}


/* Global in Popup Select*/

.isures-order--header {
    justify-content: flex-start;
}

.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--img img {
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    height: auto;
}

.isures-order--prod_title strong {
    color: var(--isures-menuorder-primary);
}

.isures-order--prod_title .amount {
    font-size: 14px;
    font-weight: normal;
}

.isures-order--prod_info {
    font-size: 14px;
    line-height: 1.3;
}

span.isures-close--lightbox {
    display: flex;
    align-items: center;
    justify-content: center;
    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;
}

#isures-append--extra {
    max-width: 650px;
    border-radius: 5px;
}

.isures-title--options {
    flex-basis: 100%;
    color: #000;
    margin-bottom: 8px;
    display: block;
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 700;
}

.isures-extra--list {
    line-height: 1.2;
}

.isures-extra--items {
    margin-bottom: 0;
    margin-right: 5px;
    cursor: pointer;
    font-size: 14px;
}

.isures-order--options .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 #ccc;
    color: #fff;
    cursor: pointer;
    display: inline-block !important;
    outline: none;
    z-index: 1;
    border-radius: 0px;
    padding: 0
}

.isures-order--options .extra_item:checked {
    background: var(--isures-menuorder-primary) !important;
    border: 1px solid transparent;
}

.isures-extra--items input {
    margin: 0 !important;
}

.isures-extra--list label * {
    font-weight: normal;
}

.isures-order--options .extra_item:checked::before {
    width: 20px;
    height: 20px;
    position: absolute;
    top: -1px;
    left: -1px;
    content: "";
    background-repeat: no-repeat !important;
    background-size: 60% 60%;
    background-position: center;
    background-image: url(../images/tick.png);
    margin: 0;
    padding: 0
}

.isures-wrap--except {
    padding: 15px;
    border-bottom: 1px solid #ccc;
    font-size: 0.9em;
    color: #777;
    text-transform: capitalize;
}

.isures-wrap--except p,
.isures-wrap--except {
    font-size: 12px;
    color: #888;
}

.isures-message--note input[type="text"] {
    background-color: transparent;
    color: #333;
    border: 1px solid #7f7f7f;
    box-shadow: none;
    margin: 0;
    padding: 10px 10px 10px 40px;
    height: 40px;
    width: 100%;
    font-size: 14px;
}

.isures-message--note .isures-message--icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 40px;
    height: 100%;
    line-height: 40px;
    top: 0;
    left: 10px;
    pointer-events: none;
}

.isures-order--bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
}

.isures-order--quantity {
    display: flex;
    align-items: center;
}

.isures-order--quantity button[type="button"] {
    border: 1px solid var(--isures-menuorder-primary);
    color: var(--isures-menuorder-primary);
    background-color: #fff !important;
    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;
    display: flex;
    align-items: center;
    justify-content: center;
}

.isures-order--quantity input[type="number"],
.isures-item--cart_quantity input[type="number"] {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    width: 30px !important;
    height: 30px !important;
    background-color: transparent;
    text-align: center;
    box-shadow: none !important;
    border: 0;
    border-bottom: 1px solid #ccc;
    padding: 0;
    margin: 0 3px;
    font-size: 15px;
}

.isures-order--quantity input[type="number"]::-webkit-outer-spin-button,
.isures-order--quantity input[type="number"]::-webkit-inner-spin-button,
.isures-item--cart_quantity input[type="number"]::-webkit-outer-spin-button,
.isures-item--cart_quantity input[type="number"]::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

.isures-order--quantity button svg {
    fill: currentcolor;
    line-height: 0;
    color: var(--isures-menuorder-primary);
    width: 16px;
    height: 16px;
}

.isures_pos_atc {
    background: var(--isures-menuorder-primary);
    color: #fff !important;
    padding: 0 20px;
    height: 32px;
    line-height: 32px;
    border-radius: 30px;
    border: none;
    box-shadow: unset;
    margin-left: 30px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
}


/* Global Item Product */

.isures-elem--prod_item {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    overflow: hidden;
    padding: 0 9.8px 19.6px;
    cursor: pointer;
}

.isures-orderinner--item {
    border: 1px solid #ccc;
    background: #fff;
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.isures-elem--prod_item .isures-elem-box_image {
    position: relative;
    width: 100%;
    max-width: 100px;
    margin-right: 0;
    margin-right: 0;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    flex-shrink: 0;
}

#list-prod-wrap:not(.isures-mode--grid) .isures-elem--prod_item .isures-elem-box_image {
    height: 100%;
}

.isures-elem--prod_item .isures-elem-box_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.isures-loadmore {
    display: block;
    width: 100%;
    background: transparent;
    margin: 10px 0;
    text-transform: capitalize;
}

.isures-elem--box_text {
    font-size: 14px;
    color: #777;
    line-height: 1.4;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    flex-grow: 1;
    height: 100%;
}

.prod-title {
    padding: 10px 0;
}

.prod-title strong {
    padding: 0 10px;
    color: #262626;
    text-transform: capitalize;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
    line-height: 1.3;
    min-height: 37px;
}

.price-product {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ccc;
    padding: 10px 10px 5px 10px;
}

.isures-elem--box_text .amount,
.isures-elem--box_text .amount * {
    color: #333;
    font-weight: normal;
    font-size: 14px;
}

span.addtocart-button.menuorder-icon {
    color: var(--isures-menuorder-secondary);
    line-height: 1;
}

span.addtocart-button.menuorder-icon * {
    stroke: currentcolor;
}

#list-prod-wrap.isures-mode--grid .isures-orderinner--item {
    flex-direction: column;
}

#list-prod-wrap.isures-mode--grid .isures-orderinner--item>* {
    width: 100%;
    max-width: 100%;
}

.isures-order--wrap .amount * {
    font-weight: normal;
    color: #333;
}


/* Global header menu order */

.isures-header--menu,
.isures-menuorder--header_sticky {
    background: #fff;
}

.isures-menu--logo {
    padding: 0 10px;
    max-height: 60px;
}

.isures-menu--logo a {
    display: flex;
    align-items: center;
}

.isures-menu--logo img {
    max-width: 140px;
    max-height: 60px;
    width: 100%;
    height: auto;
}

.isures-order--searchbox {
    padding: 10px 15px;
}

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

.isures-order--searchbox button {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 10px;
    right: 15px;
    border: 0;
    box-shadow: none;
    width: 35px;
    height: 38px;
    background: transparent !important;
    line-height: 1;
    min-height: auto;
    pointer-events: none;
}

.isures-order--searchbox button svg {
    width: 18px;
    height: 18px;
    fill: #b1aeae;
    display: inline;
}

.isures-mode--view {
    display: flex;
    justify-content: flex-end;
    padding: 0 10px;
}

.isures-mode--view a {
    margin-left: 10px;
    display: flex;
    align-items: center;
}

.isures-mode--view a.active {
    color: var(--isures-menuorder-primary);
}

.isures-mode--view a svg {
    width: 30px;
    height: 30px;
}


/* Global title categories toggle product show */

.isures-toggle--tab_menu {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    padding-top: 0;
    font-weight: bold;
    font-size: 22px;
    color: #333;
    text-transform: capitalize;
    cursor: pointer;
    margin-top: 30px;
    margin-bottom: 15px;
}

.isures-toggle--tab_menu svg {
    width: 15px;
    height: 15px;
}

.isures-toggle--tab_menu span {
    position: relative;
    z-index: 2;
    font-size: 25px;
}

.isures-toggle--tab_menu.active span {
    color: var(--isures-menuorder-primary);
}

.isures-toggle--tab_menu.active span:before {
    content: '';
    background: #333;
    position: absolute;
    top: 10px;
    left: 0;
    width: calc(100% - 0.3em);
    height: 10px;
    z-index: -1;
}


/* Global Cart */

.isures-action--wrap {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    padding: 10px;
    background: #e7e6e8;
}

.isures-closemb--mini_cart,
.isures-action--wrap .isures-showmb--item_cart {
    display: none;
}

.isures-action--wrap .isures-showmb--item_cart {
    background: transparent;
}

.isures-action--wrap a {
    background: #b8b8b9;
    min-height: 79px;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    color: #605f60;
    font-weight: 700;
    cursor: pointer;
    user-select: none;
    padding: 0 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.isures-discount--amount {
    text-align: right;
}

.isures-pos--add_discount svg {
    width: 25px;
    height: auto;
    fill: #777;
}

.isures-action--wrap .isures-order--now {
    background-color: var(--isures-menuorder-primary);
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
}

.isures-pos--tab_bar {
    background: #efefef;
}

.isures-pos--tab_bar span svg {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.isures-clear--empty_cart {
    float: right;
    text-transform: capitalize;
    font-size: 15px;
}

.isures-pos--tab_bar span.active {
    background: #fff;
}

.isures-pos--tab_bar span {
    background: #efefef;
    color: #000;
    position: relative;
    padding: 15px 30px 15px 45px;
    display: inline-block;
}

ul.isures-imfo--mini_cart {
    margin: 0;
    padding: 0;
    overflow-y: auto;
    height: calc(100% - 155px);
    width: 100%;
}

.isures-item--cart_price {
    min-width: 80px;
    text-align: right;
}

span.isures-item--cart_price .amount {
    margin-bottom: 7px;
    display: inline-block;
}

.isures-change--item_wrap {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.isures-details--cart_fragment {
    background: #e7e6e8;
    padding: 10px;
    border-top: 1px solid #ccc;
}

.isures-details--cart_amount {
    padding: 0;
}

.isures-flex--wrap_total {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    font-size: 22px;
    font-weight: 700;
    color: var(--isures-menuorder-primary);
}

.isures-count--item small {
    font-size: 12px;
    color: #333;
    margin-left: 10px;
}

.isures-item--cart_quantity .quantity .button.minus,
.isures-item--cart_quantity .quantity .button.plus {
    border: 1px solid transparent !important;
    border-left: 1px solid transparent !important;
    border-right: 1px solid transparent !important;
    color: rgba(0, 0, 0, .6);
    background-color: #e0e1e2;
    border-radius: 50% !important;
    -webkit-border-radius: 5px !important;
    width: 30px;
    height: 30px;
    line-height: 25px;
    margin: 0;
    padding: 0;
    min-height: auto;
    min-width: auto;
    box-shadow: none;
    text-align: center;
}

.isures-option--extra_wrap .isures-order--total * {
    color: #fff;
    font-weight: normal;
}


/* Global popup & effect */

.isures-popup--extra .mfp-container {
    display: flex;
    align-items: var(--isures-menuorder-position-popup);
    padding: 0 !important;
}

.page-template-isures-menu-template .mfp-container {
    padding: 5px;
}

.mfp-close,
.isures-showmb--menu_list {
    display: none
}

.mfp-container {
    padding: 0 5px;
}

.isures-loading--order_wrap {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, .95);
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
}

.isures-loading--order_wrap.active {
    opacity: 1;
    visibility: visible;
}

.isures-loading--order_wrap svg {
    width: 139px;
}

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

li.isures-item--order_minicart {
    padding: 0;
    position: relative;
}

li.isures-item--order_minicart .isures-item--name_minicart {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: flex-end;
    border-bottom: 1px solid #ccc;
    padding-left: 50px !important;
    padding: 10px;
    color: #444;
    min-height: 60px;
}

.isures-item--order_minicart:last-child .isures-item--name_minicart {
    border-bottom: none;
}

.isures-item--name_minicart .isures-item--cart_name {
    flex: 1;
}

.isures-item--name_minicart * {
    font-weight: normal;
    font-size: 14px;
}

.isures-conf--name {
    display: block;
    line-height: 1.3;
}

.isures-extra--itemname {
    display: block;
    color: #999;
    font-size: 12px;
}

span.isures-label--qty {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: var(--isures-menuorder-secondary);
    color: #fff;
}

.isures-change--item_wrap .isures-remove--item_minicart {
    background: #e0e1e2;
    color: rgba(0, 0, 0, .6);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.isures-empty--item {
    width: 100%;
    overflow-y: auto;
    height: calc(100% - 155px);
    max-height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20%;
}

.isures-empty--item svg {
    width: 100%;
    height: 90%;
    text-indent: -99999px;
    display: block;
}

.isures-empty--item span {
    font-size: .95em;
    opacity: .2;
    font-weight: 700;
    margin-top: 10px;
    display: inline-block;
}

.isures-empty--item svg path,
.isures-empty--item svg circle {
    fill: #e6e6e6;
}

#isures_notice_popup {
    max-width: 450px;
    min-height: 200px;
    padding: 20px 5px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-radius: 5px;
}

.isures-stock-left {
    margin-left: 10px;
}

#isures_notice_popup .svg-container svg {
    width: 80px;
    height: 80px;
}

#isures_notice_popup p {
    color: #333;
    text-transform: capitalize;
    font-size: 16px;
    text-align: center;
}

#isures_notice_popup .isures-close--lightbox {
    display: block;
    padding: 5px 10px;
    color: #fff;
    background: var(--isures-menuorder-primary);
    border-radius: 5px;
    font-size: 16px;
    min-width: 80px;
    text-align: center;
}

#isures_notice_popup svg.animate path {
    animation: dash 750ms linear both;
    animation-delay: 200ms;
}

.isures-order--cat_item li {
    transform: all 200ms ease-in-out;
}

@keyframes dash {
    0% {
        stroke-dashoffset: 210;
    }

    75% {
        stroke-dashoffset: -220;
    }

    100% {
        stroke-dashoffset: -205;
    }
}

#isures_notice_popup .icon-checkmark {
    display: none;
}

#isures_notice_popup .message-container {
    padding: 0;
    color: #333;
}


/* Popup & overplay */

.page-template-isures-menu-template .mfp-container {
    padding: 5px;
}

#isures-append--add_discount,
#isures-append--note_order {
    max-width: 550px;
    border-radius: 5px;
}

.isures-wrap--discount_order {
    position: relative;
}

.isures-label--title {
    font-size: 14px;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.lightbox-content .add_discount_order {
    margin: 0;
    padding: 0 15px !important;
    border: 1px solid var(--isures-menuorder-secondary);
    min-height: 40px !important;
    box-shadow: none !important;
    width: 100% !important;
    text-align: right;
    font-weight: bold;
    font-size: 14px;
}


/* animation */

@-webkit-keyframes ISstuckMoveDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes ISstuckMoveDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}


/* coupon */

.isures_notice_popup .woocommerce-message {
    margin: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.isures-coupon--wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
}

.isures-coupon--item_rc {
    position: relative;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 5px;
    line-height: 1;
    padding: 12px 15px;
    text-transform: uppercase;
    font-size: 12px;
    color: #777;
}

.isures-show--coupon_excerpt {
    color: #000;
    font-size: 14px;
    border: 1px solid #ddd;
    padding: 10px 15px;
    margin-top: 10px;
    background: #f0f0f0;
    z-index: 9;
    position: relative;
    visibility: hidden;
    opacity: 0;
    transition: all 200ms ease-in-out;
    border-radius: 5px;
}

.isures-show--coupon_excerpt.active {
    visibility: visible;
    opacity: 1;
}

.isures-coupon--expires {
    margin: 0;
    font-size: 12px;
    color: #555;
    font-style: normal;
    font-weight: bold;
}

.isures-coupon--item_rc.active:after,
.isures-coupon--item_rc.active:before {
    content: '';
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    bottom: -12px;
    opacity: 1;
}

.isures-coupon--item_rc.active:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ddd;
    z-index: 29;
}

.isures-coupon--item_rc.active:after {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #f0f0f0;
    z-index: 30;
}

.isures-coupon--item_rc.active {
    border-color: var(--isures-menuorder-primary);
    color: var(--isures-menuorder-primary);
    font-weight: bold;
}

.isures-apply--coupon {
    display: inline-block;
    line-height: 1;
    padding: 10px 15px;
    background: var(--isures-menuorder-primary);
    color: #fff !important;
    font-size: 17px;
    font-weight: bold;
}

.isures-apply--coupon.disabled {
    opacity: .3;
}

.isures-coupon--details {
    font-size: 14px;
    padding: 8px 10px;
    background: #fff;
    margin-top: 10px;
    margin-bottom: 0;
    border: 1px solid #ddd;
}

.isures-coupon--details * {
    font-size: 14px;
}


/* mobile. */

@media screen and (max-width: 767px) {
    .bg-black::before {
        background: #0b0b0b;
        opacity: .6;
        content: '';
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 8;
    }

    /* Global Cart */
    .isures-action--wrap {
        flex-wrap: nowrap;
        display: flex;
        justify-content: space-between;
        padding: 5px;
        background: #fff;
    }

    .isures-action--wrap .isures-showmb--item_cart {
        flex: 1;
        max-width: 50%;
        flex-basis: 50%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        text-transform: lowercase;
    }

    .isures-action--wrap a {
        min-height: 40px;
    }

    .isures-action--wrap .isures-showmb--item_cart img {
        max-width: 20px;
    }

    a.isures-showmb--item_cart .amount {
        margin-left: 6px;
    }

    .isures-action--wrap .isures-pos--add_discount {
        flex-basis: 40px;
    }

    .isures-action--wrap .isures-pos--add_discount span {
        display: none;
    }

    .isures-action--wrap .isures-order--now {
        flex-basis: calc(50% - 40px);
        font-size: 10px;
        font-weight: normal;
        border-radius: 99px;
    }

    .isures-footer--sidabar {
        position: fixed;
        z-index: 10;
        width: 100%;
        height: 50px;
        bottom: 0;
        left: 0;
        -webkit-box-shadow: 3px 3px 20px 0 rgb(0 0 0 / 15%);
        box-shadow: 3px 3px 20px 0 rgb(0 0 0 / 15%);
    }

    .isures-details--cart_fragment {
        display: none;
    }

    /* Nav menu categories */
    .isures-showmb--menu_list {
        position: fixed;
        bottom: 55px;
        left: 5px;
        z-index: 8;
        width: 40px;
        height: 40px;
        background: var(--isures-menuorder-primary);
        color: #fff;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 99px;
    }

    .isures-showmb--menu_list svg {
        position: absolute;
        width: 20px;
        height: 20px;
        transition: all 200ms ease-in-out;
    }

    .isures-close,
    .isures-showmb--menu_list.active svg:not(.isures-close) {
        display: none;
    }

    .isures-showmb--menu_list svg * {
        stroke: #fff;
        fill: #fff;
    }

    .isures-showmb--menu_list.active .isures-close {
        display: block;
    }

    .isures-order--wrap ul.isures-order--cat_item {
        position: fixed !important;
        width: calc(100% - 20px);
        bottom: 115px;
        left: 10px;
        height: auto;
        background: #fff;
        padding: 0;
        box-shadow: 0 11px 15px -7px rgb(0 0 0 / 20%), 0 24px 38px 3px rgb(0 0 0 / 14%), 0 9px 46px 8px rgb(0 0 0 / 12%);
        border-radius: 5px;
        overflow: visible;
        display: none;
        z-index: 9;
    }

    .isures-order--wrap .isures-order--cat_item.show {
        display: block;
    }

    .isures-order--wrap ul.isures-order--cat_item li {
        position: relative;
        display: block;
        width: 100%;
    }

    ul.isures-order--cat_item li.active {
        background: transparent;
    }

    .isures-order--wrap ul.isures-order--cat_item li a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 8px 15px;
        border-top: 1px solid #f1f1f1;
    }

    .isures-order--wrap ul.isures-order--cat_item li:first-child a {
        border: none;
    }

    .isures-order--wrap ul.isures-order--cat_item li a img,
    .isures-line {
        display: none;
    }

    /* global sticky cart doprdown*/
    .isures-mobile--details_cart {
        position: fixed;
        width: 100%;
        bottom: 50px;
        height: auto;
        left: 0;
        z-index: 9;
        background-color: #fff;
        transform: translateY(120%);
        visibility: hidden;
        transition: all 200ms ease-in-out;
        -webkit-box-shadow: 3px 3px 20px 0 rgb(0 0 0 / 15%);
        box-shadow: 3px 3px 20px 0 rgb(0 0 0 / 15%);
    }

    .isures-mobile--details_cart.show {
        visibility: visible;
        transform: translateY(0);
    }

    .isures-pos--tab_bar span,
    .isures-pos--tab_bar a {
        padding: 10px !important;
        font-size: 14px !important;
    }

    .isures-closemb--mini_cart {
        width: 42px;
        text-align: center;
        height: 42px;
        line-height: 40px;
        display: inline-block;
        vertical-align: middle;
    }

    .isures-closemb--mini_cart svg {
        width: 25px;
        height: 25px;
    }

    .isures-pos--tab_bar span,
    .isures-pos--tab_bar a {
        padding: 10px;
        font-size: 14px;
    }

    .isures-imfo--mini_cart {
        margin: 0;
        overflow-y: scroll;
        height: auto;
        max-height: 300px;
    }

    .isures-elem--prod_item {
        padding: 5px;
    }

    #isures-append--extra {
        border-radius: 5px 5px 0 0;
    }

    ul.isures-order--cat_item.show:after {
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-top: 9px solid #fff;
        z-index: 30;
    }

    ul.isures-order--cat_item.show:after,
    ul.isures-order--cat_item.show:before {
        content: '';
        left: 25px;
        position: absolute;
        transform: translateX(-50%);
        bottom: -9px;
        opacity: 1;
    }

    /* popup */
    .isures-order--header,
    .isures-options--wrap,
    .isures-message--note,
    .isures-wrap--except {
        padding: 8px;
    }

    #list-prod-wrap,
    div#list-prod-wrap::-webkit-scrollbar-thumb,
    .isures-imfo--mini_cart::-webkit-scrollbar-thumb {
        border-radius: 0;
    }

    /* coupon */
    .isures-coupon--wrap {
        display: block;
        overflow-y: hidden;
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 15px;
    }

    .isures-show--coupon_excerpt {
        margin-top: -5px;
    }
}


/* tablet */

@media screen and (min-width: 550px) {
    .isures-medium--1 {
        max-width: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%
    }

    .isures-medium--2 {
        max-width: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%
    }

    .isures-medium--3 {
        max-width: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }

    .isures-medium--4 {
        max-width: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%
    }

    .isures-medium--5 {
        max-width: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%
    }

    .isures-medium--6 {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .isures-medium--7 {
        max-width: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%
    }

    .isures-medium--8 {
        max-width: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%
    }

    .isures-medium--9 {
        max-width: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%
    }

    .isures-medium--10 {
        max-width: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%
    }

    .isures-medium--11 {
        max-width: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%
    }

    .isures-medium--12 {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .isures-clear--empty_cart {
        float: right;
        padding: 15px 10px 15px 45px;
    }

    .isures-item--name_minicart .isures-item--cart_name {
        flex: 1;
        flex-basis: 100%;
        margin-left: 0;
        max-width: 100%;
    }

    .isures-item--cart_price {
        flex-basis: 100%;
    }

    .isures-mode--list .isures-wrap--items_prod,
    .isures-mode--list .isures-wrap--items_prod .isures-elem--prod_item {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

.isures-mobile--cart_wrap {
    z-index: 29;
}

.price-product span.isures-stock-left {
    flex: 1;
    font-size: 14px;
}

@media screen and (min-width: 850px) {
    .isures-large--1 {
        max-width: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%
    }

    .isures-large--2 {
        max-width: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%
    }

    .isures-large--3 {
        max-width: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }

    .isures-large--4 {
        max-width: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%
    }

    .isures-large--5 {
        max-width: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%
    }

    .isures-large--6 {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .isures-large--7 {
        max-width: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%
    }

    .isures-large--8 {
        max-width: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%
    }

    .isures-large--9 {
        max-width: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%
    }

    .isures-large--10 {
        max-width: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%
    }

    .isures-large--11 {
        max-width: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%
    }

    .isures-large--12 {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}


/* style on PC */

@media screen and (min-width: 1024px) {
    .isures-elem--prod_item {
        padding: 0 9.8px 19.6px;
    }

    .isures-item--name_minicart .isures-item--cart_name {
        flex: 1;
        flex-basis: auto;
        margin-left: 0;
        max-width: calc(80% - 40px);
    }

    .isures-item--cart_price {
        flex-basis: auto;
    }
}