.isures-fly--cart_wrap {
    animation: isures-fc--shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #ffffff;
    display: block;
    cursor: pointer;
    position: fixed;
    left: 40px;
    bottom: 40px;
    z-index: 99999997;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 20px;
    -webkit-box-shadow: rgb(0 0 0 / 15%) 0px 0px 20px;
    box-shadow: rgb(0 0 0 / 15%) 0px 0px 20px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.isures-flycart--product_wrap {
    min-height: 200px;
}

.isures-flycart--product_wrap .isures-slick {
    display: flex;
    min-height: 200px;
    max-height: 500px;
}

.isures-fly--cart_wrap svg {
    width: 35px;
    height: 35px;
    fill: #444;
}

#isures-fly--count_number {
    position: absolute;
    top: -10px;
    right: -10px;
    height: 30px;
    width: 30px;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    background: #e94b35;
    color: #ffffff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.isures-fly--cart_info {
    background-color: #fff;
    border-left: 1px solid #000;
    position: fixed;
    top: 0;
    left: 100%;
    padding: 10px 15px;
    width: 100%;
    max-width: 450px;
    height: 100%;
    max-height: 100%;
    box-sizing: border-box;
    text-align: start;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 99999999;
    visibility: hidden;
}

body.isures-fc--show .isures-fly--cart_info {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible
}

.isures-fc--overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.7);
    transition: visibility .4s linear, opacity .4s cubic-bezier(.4, 0, .2, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    content: "";
    z-index: 99999998;
}

body.isures-fc--show .isures-fc--overlay {
    opacity: 1;
    visibility: visible;
}

.isures-fc--drawer_header {
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    padding: 8px;
}

.isures-fc--drawer_header h4 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    flex: 3 1;
    margin: 0;
}

.isures-fc--drawer_header a {
    text-decoration: underline;
    margin-right: 24px;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.isures-fc--drawer_header a {
    font-size: 14px;
    text-transform: capitalize;
}

.isures-fc--drawer_close {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.isures-fc--drawer_close svg {
    width: 25px;
    height: 25px;
    stroke: #333;
    padding: 5px;
}

@keyframes isures-fc--shake {
    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }
    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}


/* cart */

.isures-fc--info_cart {
    max-height: 350px;
    overflow-y: auto;
    margin-right: -15px;
    margin-left: -15px;
    padding-right: 15px;
    padding-left: 15px;
}

.isures-fc--info_cart::-webkit-scrollbar {
    width: 2px;
    background-color: #e0e0e0;
}

.isures-fc--info_cart::-webkit-scrollbar-thumb {
    background: var(--isures-primary-color);
}

.isures-fc--info_cart::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

.isures-fc--item_ordert {
    list-style: none;
    position: relative;
    margin-left: 0 !important;
}

.isures-fc--item_ordert .isures-fc--order_wrap {
    padding: 10px 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background-color: #ffffff;
    margin: 0;
    box-sizing: border-box;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: 1px solid #f1f1f1;
    margin: 10px 0 0 0;
}

.isures-fc--item_ordert:first-child {
    margin-top: 0;
}

.isures-fc--item_ordert .isures-item--order_thumb {
    width: 40px;
    flex: 0 0 40px;
}

.isures-fc--details_item {
    padding: 5px 10px;
    line-height: 1.2;
    flex-grow: 1;
    margin: 0 5px;
}

.isures-fc--details_item .item-name {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1.2;
    color: #222222;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    text-decoration: none;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.isures-fc--details_item .isures-fc--item_qty {
    display: flex;
    align-items: end;
}

.isures-fc--item_ordert .quantity.buttons_added input {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #444;
    background-color: #eeeeee !important;
    font-size: 12px;
    font-weight: 400;
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0 !important;
    border-radius: 0 !important;
    border: none;
    box-shadow: none;
}

.isures-fc--item_ordert .quantity.buttons_added input:hover {
    color: #333 !important
}

.isures-fc--details_item .item-price {
    display: block;
    margin-top: 6px;
}

.isures-fc--details_item .item-price .amount,
.isures-fc--itemname .amount {
    font-size: 14px;
}

.isures-fc--item_ordert .isures-fc--itemname {
    display: block;
    font-weight: normal;
}

.isures-fc--remove_item {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    outline: none;
    text-decoration: none;
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.isures-fc--item_ordert:hover .isures-fc--order_wrap {
    -webkit-transform: translate3d(-12px, 0, 0);
    transform: translate3d(-12px, 0, 0);
    border-color: #ccc
}

.isures-fc--item_ordert:hover .isures-fc--remove_item {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(10px, -50%, 0);
    transform: translate3d(10px, -50%, 0);
}

.isures-fc--item_qty .quantity {
    margin: 0 !important;
    width: 100%;
}

.isures-fly--cart_info .isures-fsb--elm_wrap {
    background: transparent linear-gradient(180deg, #030303, #464646) 0 0 no-repeat padding-box;
    padding: 12px 15px;
    position: relative;
}

.isures-fly--cart_info .isures-fsb--elm_wrap:after {
    position: absolute;
    width: 0;
    height: 0;
    content: "";
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: solid transparent;
    border-top: solid #444;
    border-width: 10px 10px 0;
}

.isures-fly--cart_info a:not(.isures-iaov--title_prod) {
    text-decoration: none !important;
}

.isures-fc--global_btn {
    width: 100%;
    min-width: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
    background-color: var(--isures-ifcw-primary);
    border: 2px solid var(--isures-ifcw-primary);
    color: #fff;
    margin: 10px auto;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    padding: 16px 30px;
    line-height: 1;
    border-radius: 99px;
    transition: all 200ms ease-in-out;
    text-transform: uppercase;
}

.isures-fc--global_btn:hover {
    background-color: #fff;
    color: var(--isures-ifcw-primary)
}

.isures-fc--cont_btn {
    background-color: #fff;
    color: var(--isures-ifcw-primary)
}

.isures-fc--cont_btn:hover {
    background-color: var(--isures-ifcw-primary);
    color: #fff
}

.isures-fly--cart_info .isures-iaov--notice_miss *,
.isures-fly--cart_info .isures-iaov--notice_miss {
    color: #f1f1f1 !important;
}


/* cross sale product */

.isures-fly--cart_cross_sell_wrap {
    position: fixed;
    left: 0;
    top: 0;
    max-width: calc(100% - 450px);
    width: 100%;
    height: 100%;
    z-index: 99999999;
    display: none;
    align-items: center;
    justify-content: center;
    transition: visibility .4s linear, opacity .4s cubic-bezier(.4, 0, .2, 1);
    visibility: hidden;
    opacity: 0;
}

.isures-fc--upsell.isures-fc--prod_resp {
    z-index: 99999999;
    display: block;
    width: 100%;
}

.isures-fc--title_related {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    z-index: 99999999;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    margin-bottom: 10px;
}

.isures-area--loading.isures-flycart--product_wrap {
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
}

.isures-flycart--product_wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 999999999;
}

.isures-fly--cart_cross_sell_wrap .isures-area--loading::after {
    background-color: transparent!important;
}

body.isures-fc--show .isures-fly--cart_cross_sell_wrap {
    display: flex;
    flex-direction: column;
    visibility: visible;
    opacity: 1;
}

.isures-fc--upsell.isures-fc--prod_resp .products {
    display: block;
    white-space: nowrap;
    overflow-x: auto;
}

.isures-fc--upsell.isures-fc--prod_resp .products>div {
    display: inline-block;
}


/* Slider */

.isures-flycart--product_wrap.isures-area--loading .isures-slick {
    opacity: 0;
}

.isures-fly--cart_cross_sell_wrap .slick-slider {
    z-index: 99999999;
    max-width: 100%;
    position: relative;
}


/* Slider */

.isures-fly--cart_cross_sell_wrap .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.isures-fly--cart_cross_sell_wrap .slick-list {
    position: relative;
    width: 100% !important;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.isures-fly--cart_cross_sell_wrap .slick-list:focus {
    outline: none;
}

.isures-fly--cart_cross_sell_wrap .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.isures-fly--cart_cross_sell_wrap .slick-slider .slick-track,
.isures-fly--cart_cross_sell_wrap .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.isures-fly--cart_cross_sell_wrap .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.isures-fly--cart_cross_sell_wrap .slick-track:before,
.isures-fly--cart_cross_sell_wrap .slick-track:after {
    display: table;
    content: '';
}

.isures-fly--cart_cross_sell_wrap .slick-track:after {
    clear: both;
}

.isures-fly--cart_cross_sell_wrap .slick-loading .slick-track {
    visibility: hidden;
}

.isures-fly--cart_cross_sell_wrap .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.isures-fly--cart_cross_sell_wrap [dir='rtl'] .slick-slide {
    float: right;
}

.isures-fly--cart_cross_sell_wrap .slick-slide img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.isures-fly--cart_cross_sell_wrap .slick-slide.slick-loading img {
    display: none;
}

.isures-fly--cart_cross_sell_wrap .slick-slide.dragging img {
    pointer-events: none;
}

.isures-slick,
.isures-flycart--product_wrap {
    width: 100%;
    -js-display: flex;
    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;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.isures-slick--inner {
    padding: 9px;
    background-color: #fff;
    margin: 10px;
    min-width: 200px
}

.isures-slick--inner a>* {
    text-align: center;
}

.isures-slick:not(.slick-initialized) {
    min-width: 200px;
    display: flex;
    align-items: center;
}

.isures-fc--item_title {
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    color: #121212;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.isures-fly--cart_cross_sell_wrap .slick-arrow {
    cursor: pointer;
}

.isures-fc--title_label {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 80px);
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.isures-fc--title_label::before,
.isures-fc--title_label::after {
    content: "";
    background-color: #dbdbdb;
    width: 100%;
    height: 2px;
    flex: 1 1;
}

.isures-fc--title_label::before {
    margin-right: 20px;
}

.isures-fc--title_label::after {
    margin-left: 20px;
}

.isures-prevnext--wrap>span {
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 48px;
}

.isures-prevnext--wrap svg {
    width: 12px;
    fill: #fff;
    opacity: .7;
    transition: all 200ms ease-in-out;
}

.isures-prevnext--wrap svg:hover {
    opacity: 1;
}

.slick-hidden {
    display: none;
    visibility: hidden;
}

.isures-fc--total_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.isures-fc--total_label {
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
}

.isures-fc--spinner_wrap {
    font-size: 24px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    line-height: 24px;
    color: #ffffff;
    display: block;
    width: 24px!important;
    height: 24px!important;
    margin-top: -12px;
    margin-left: -12px;
    position: absolute;
    font-weight: 700;
    vertical-align: baseline;
    top: 50%;
    left: 50%;
    z-index: 97;
    -webkit-animation: isures-fc--spinner 1s linear infinite;
    -moz-animation: isures-fc--spinner 1s linear infinite;
    -ms-animation: isures-fc--spinner 1s linear infinite;
    -o-animation: isures-fc--spinner 1s linear infinite;
    animation: isures-fc--spinner 1s linear infinite;
    display: none;
}

.isures-flycart--product_wrap .isures-fc--spinner_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99999999;
    width: 40px!important;
    height: 40px!important;
    margin-top: 0;
    margin-left: 0;
}

.isures-flycart--product_wrap .isures-fc--spinner_wrap {
    display: none;
}

.isures-fc--spinner_wrap svg {
    fill: #fff
}

.isures-area--loading .isures-fc--spinner_wrap {
    display: block;
}

.isures-area--loading::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
}

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

@-webkit-keyframes isures-fc--spinner {
    to {
        -webkit-transform: rotate(360deg);
    }
}


/* Mobile */

@media screen and (max-width: 1023px) {
    .isures-fly--cart_cross_sell_wrap {
        display: none;
        visibility: hidden;
    }
    .isures-fly--cart_wrap {
        left: 10px;
        bottom: 100px;
    }
}