/**FLOATING CART**/
#mstwfcwpb-floating-cart{
    width: var(--tooltip-width);
    height: var(--tooltip-width);
    text-align: center;
    background-color: var(--tooltip-background-color);
    display: none;
    cursor: pointer;
    position: fixed;
    z-index: 99999991;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 20px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 20px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#mstwfcwpb-floating-cart.mstwfcwpb-show{
    display: block;
}
#mstwfcwpb-floating-cart.mstwfcwpb-position-bottom-left{
    left: 40px;
    bottom: 40px;
}
#mstwfcwpb-floating-cart.mstwfcwpb-position-bottom-left:hover{
    bottom: 45px;
}
#mstwfcwpb-floating-cart.mstwfcwpb-position-bottom-right{
    right: 40px;
    bottom: 40px;
}
#mstwfcwpb-floating-cart.mstwfcwpb-position-bottom-right:hover{
    bottom: 45px;
}
#mstwfcwpb-floating-cart.mstwfcwpb-position-left-center{
    left: 40px;
    top: 50%;
}
#mstwfcwpb-floating-cart.mstwfcwpb-position-left-center:hover{
    top: 49%;
}
#mstwfcwpb-floating-cart.mstwfcwpb-position-right-center{
    right: 40px;
    top: 50%;
}
#mstwfcwpb-floating-cart.mstwfcwpb-position-right-center:hover{
    top: 49%;
}
#mstwfcwpb-floating-cart.mstwfcwpb-position-top-left{
    left: 40px;
    top: 40px;
}
#mstwfcwpb-floating-cart.mstwfcwpb-position-top-left:hover{
    top: 45px;
}
#mstwfcwpb-floating-cart.mstwfcwpb-position-top-right{
    right: 40px;
    top: 40px;
}
#mstwfcwpb-floating-cart.mstwfcwpb-position-top-right:hover{
    top: 45px;
}
#mstwfcwpb-floating-cart #mstwfcwpb-wrapper-count-number{
    position: absolute;
    height: var(--tooltip-width-number);
    width: var(--tooltip-width-number);
    line-height: var(--tooltip-width-number);
    font-size: var(--tooltip-font-size-number);
    text-align: center;
    background: var(--tooltip-background-color-number);
    font-weight: 600;
    color: var(--tooltip-color-number);;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
#mstwfcwpb-floating-cart.mstwfcwpb-count-shake{
    animation: mstwfcwpb-animation-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;
}
#mstwfcwpb-floating-cart.mstwfcwpb-count-swing,
#mstwfcwpb-count-number.mstwfcwpb-count-swing,
.mstwfcwpb-popup-footer.mstwfcwpb-count-swing{
    -webkit-animation: mstwfcwpb-animation-swing 1s ease;
    animation: mstwfcwpb-animation-swing 1s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

#mstwfcwpb-wrapper-count-number.top-right{
    top: -10px;
    right: -10px;
}
#mstwfcwpb-wrapper-count-number.top-left{
    left: -10px;
    top: -10px;
}
#mstwfcwpb-wrapper-count-number.bottom-right{
    bottom: -10px;
    right: -10px;
}
#mstwfcwpb-wrapper-count-number.bottom-left{
    left: -10px;
    bottom: -10px;
}
#mstwfcwpb-floating-cart img.mstwfcwpb-icon-cart {
    width: var(--tooltip-width-icon);
    height: auto;
    margin: auto;
    display: block;
    position: absolute;
    top: var(--tooltip-top-position);
    left: var(--tooltip-left-position);
}

/**POPUP***/
.mstwfcwpb-popup-modal {
    box-sizing: border-box;
    background-color: rgba(28,28,33,0);
    position: fixed;
    z-index: 99999999;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    visibility: hidden;  
}
.mstwfcwpb-popup-modal .mstwfcwpb-popup-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba( 0, 0, 0, 0.8);
}
.mstwfcwpb-popup-body {
    height: 100%;
    padding: 0.75rem 1.25rem;
}
.mstwfcwpb-popup-modal #mstwfcwpb-popup-container {
    width: var(--tooltip-width-popup);
}
.mstwfcwpb-popup-modal #mstwfcwpb-popup-container .mstwfcwpb-img-loading{
    display: none;
    font-size: 24px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    line-height: 24px;
    color: #fff;
    width: 100px;
    height: 100px;
    margin-top: -12px;
    margin-left: -12px;
    position: fixed;
    top: 30%;
    left: 40%;
    z-index: 99999999;
}

.mstwfcwpb-popup-body .mstwfcwpb-popup-content#mstwfcwpb-hide-content-item,
.mstwfcwpb-popup-body .mstwfcwpb-popup-content-empty#mstwfcwpb-hide-content-empty{
    display: none;
}
.mstwfcwpb-popup-body .mstwfcwpb-popup-content,
.mstwfcwpb-popup-body .mstwfcwpb-popup-content-empty,
.mstwfcwpb-popup-body .mstwfcwpb-popup-content-admin{
    height: 690px;
    background-color: #ffffff;
    /**Hide scroll bar, but while still being able to scroll**/
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.mstwfcwpb-popup-body .mstwfcwpb-popup-content::-webkit-scrollbar,
.mstwfcwpb-popup-body .mstwfcwpb-popup-content-empty::-webkit-scrollbar,
.mstwfcwpb-popup-body .mstwfcwpb-popup-content-admin::-webkit-scrollbar{
    width: 0;
    height: 0;
}
.mstwfcwpb-popup-container {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 0.9px 1.5px rgba(0,0,0,0.03),0 3.1px 5.5px rgba(0,0,0,0.08),0 14px 25px rgba(0,0,0,0.12);
    -webkit-transition: all 0.2s ease;  
    -moz-transition: all 0.2s ease;  
    -o-transition: all 0.2s ease;  
    -ms-transition: all 0.2s ease;  
    transition: all 0.2s ease;
}

.mst-show {
    visibility: visible;
    transition: none;
}

.mst-show .mstwfcwpb-popup-container.mstwfcwpb-slider-turn-left{
    -webkit-transform: translateX(0);
    transform: translateX(0);
    
}
.mstwfcwpb-popup-container.mstwfcwpb-slider-turn-left{
    top: 0;
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    
    
}
.mst-show .mstwfcwpb-popup-container.mstwfcwpb-slider-turn-right{
    -webkit-transform: translateX(0);
    transform: translateX(0);
    
}
.mstwfcwpb-popup-container.mstwfcwpb-slider-turn-right{
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    
    
}

.mstwfcwpb-popup-modal:focus {
    outline: none
}


/*POPUP HEADER*/
.mstwfcwpb-popup-modal .mstwfcwpb-popup-header{
    font-size:1.2em;
    margin-bottom: 0;
    padding-bottom: 10px;
    text-align: left;
}
.mstwfcwpb-popup-modal .mstwfcwpb-popup-header em{
    text-decoration: none;
    display: block;
    position: relative;
    font-size:1.2em;
    font-weight: 600;
    color: var(--tooltip-header-color);
}
/*POPUP COUPON*/
div#mst-hide-coupon-wrapper.mstwfcwpb-form-coupon-wrapper,
.mstwfcwpb-cart-totals#mstwfcwpb-hide-cart-totals,
.mstwfcwpb-popup-view-cart#mstwfcwpb-hide-view-cart{
    display: none;
}
.mstwfcwpb-box-form-coupon{
    display:none;
}
.mstwfcwpb-no-products-in-cart {
    margin: 20px 0px;
}

.mstwfcwpb-box-coupon-info,.mstwfcwpb-box-no-products-info{
    background-color: #3d9cd2;
    padding: 1em 1.618em;
    margin-bottom: 15px;
    margin-left: 0;
    border-radius: 2px;
    color: #fff;
    clear: both;
    border-left: 0.6180469716em solid rgba(0, 0, 0, 0.15);
}
.mstwfcwpb-box-coupon-info a.mstwfcwpb-showcoupon{
    color: #fff;
}
.mstwfcwpb-box-coupon-info a.mstwfcwpb-showcoupon:hover{
    color: #fff;
    opacity: 0.7;
}
.mstwfcwpb-box-coupon-text{
    margin:0px
}
p.mstwfcwpb-first-row {
    width: 47%;
    float: left;
    margin-right: 15px;
    clear: both;
}
p.mstwfcwpb-first-row input#mstwfcwpb_coupon_code {
    width: 100%;
    height: 45px !important;
    padding: 0.6180469716em !important;
    background-color: #f2f2f2 !important;
    color: #43454b !important;
    border: 0 !important;
    border-radius: 0 !important;
    -webkit-appearance: none !important;
    box-sizing: border-box !important;
    font-weight: normal !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125) !important;
}
p.mstwfcwpb-first-row input.mstwfcwpb-value-coupon:focus,
p.mstwfcwpb-last-row .mstwfcwpb-btn-apply-coupon:focus,
.mstwfcwpb-box-coupon-info a.mstwfcwpb-showcoupon:focus{
    outline: none;
}
p.mstwfcwpb-last-row {
    width: 47%;
    float: left;
    
}
.mstwfcwpb-alert-message .woocommerce-error,
.mstwfcwpb-alert-message .woocommerce-success,
.mstwfcwpb-alert-message .woocommerce-message{
    margin-bottom: 10px;
}
a.button.mstwfcwpb-btn-apply-coupon{
    background-color: rgb(238, 238, 238) !important;
    color: rgb(51, 51, 51) !important;
    box-shadow: none !important;
    text-transform: none !important;
    height: 45px !important;
    line-height: unset !important;
    border-color: rgb(238, 238, 238) !important;
    border-radius: 0px !important;
    padding: 0.618047em 1.41575em !important;
}

a.button.mstwfcwpb-btn-apply-coupon:hover{
    background-color: #d5d5d5 !important;
    border-color: #d5d5d5 !important;
    color: #333333 !important;
    
}
.mstwfcwpb-all-coupon{
    border: 2px dashed #ccc;
    padding: 10px 15px;
    margin: 10px 0px !important;
}
.mstwfcwpb-all-coupon#mst-hide-border-coupon{
    display: none;
}
.mstwfcwpb-show-all-coupon-apply{
    margin: 0 0 1.41575em;
    margin-bottom: 0px;
    padding: 0px;
    border: 0;
    border-radius: 0;
}
p.mstwfcwpb-show-all-coupon-apply a,
.mstwfcwpb-cart-totals .woocommerce-remove-coupon{
    text-decoration: none;
    cursor: pointer;
    background: transparent;
    transition: all 200ms ease 0s;
    -webkit-transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;
    color: #e72304;
}
p.mstwfcwpb-show-all-coupon-apply a.woocommerce-remove-coupon:hover,
a.mstwfcwpb-btn-remove-all:hover,
.mstwfcwpb-cart-totals .woocommerce-remove-coupon:hover{
    color: #e72304;
    text-decoration: underline !important;
}

.mstwfcwpb-all-coupon .woocommerce-remove-coupon:focus,
a.mstwfcwpb-restore-item:focus,
.mstwfcwpb-cart-totals .woocommerce-remove-coupon:focus{
    outline: none;
}
/*WARNING NOT ACTIVATED*/
.mstwfcwpb-error {
    background: #fff;
    border: 1px solid #ccd0d4;
    border-left-width: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    margin: 30px 0 15px;
    padding: 1px 12px;
    border-left-color: #dc3232;
}
.mstwfcwpb-error p {
    margin: .5em 0;
    padding: 2px;
}
/*POPUP FOOTER*/

.mstwfcwpb-footer-wrapper{
    padding: 0.75rem 1.25rem
}
.mstwfcwpb-popup-modal .mstwfcwpb-popup-view-cart,
.mstwfcwpb-popup-modal .mstwfcwpb-popup-footer-admin{
    text-align: center;
    padding: 0px;
    height: 50px;
    line-height: 50px;
    font-weight: 600;
    z-index: 99999999;
    position: absolute;
    background: url(../images/bg-footer.png) no-repeat 100% 10% / 100%;
    font-size: 16px;
    
    left: 0;
    width: 100%;
    border-left: 0.6180469716em solid rgba(0, 0, 0, 0.15);
    border-right: 0.6180469716em solid rgba(0, 0, 0, 0.15);
   
}
.mstwfcwpb-popup-modal .mstwfcwpb-popup-view-cart{
    display: var(--tooltip-enable-view-cart);
    color: var(--tooltip-color-viewcart);
    background-color: var(--tooltip-background-viewcart);
    bottom: 52px;
}
.mstwfcwpb-popup-modal .mstwfcwpb-popup-footer-admin{
    color: var(--tooltip-footer-color);
    background-color: var(--tooltip-footer-background);
    bottom: 0;
}
.mstwfcwpb-popup-footer.mstwfcwpb-count-swing {
    line-height: unset;
}
.mstwfcwpb-popup-modal.mstwfcwpb-is-admin .mstwfcwpb-popup-footer-admin,
.mstwfcwpb-popup-modal.mstwfcwpb-is-admin .mstwfcwpb-popup-view-cart{
    height: 55px;
    line-height: 55px;
    border-left:none;
    border-right:none
}
.mstwfcwpb-popup-modal.mstwfcwpb-is-admin .mstwfcwpb-popup-view-cart{
    margin-bottom: 4px;
}
.mstwfcwpb-popup-footer-admin span.woocommerce-Price-amount.amount{
    font-size: 1.2em;
    font-weight: 600;
    color: var(--tooltip-footer-color);
}
.mstwfcwpb-popup-modal .mstwfcwpb-popup-footer-admin a,
.mstwfcwpb-popup-modal .mstwfcwpb-popup-view-cart a{
    text-decoration: none;
    color: var(--tooltip-footer-color) !important;
}

.mstwfcwpb-popup-modal .mstwfcwpb-popup-footer-admin .mstwfcwpb-btn-checkout em,
.mstwfcwpb-popup-modal .mstwfcwpb-popup-view-cart .mstwfcwpb-btn-view-cart em,
.mstwfcwpb-popup-modal .mstwfcwpb-popup-footer-admin .mstwfcwpb-btn-no-items em{
    display: block;
    position: relative;
    font-size:1.2em;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    
}
.mstwfcwpb-popup-modal .woocommerce-Price-currencySymbol,
.mstwfcwpb-popup-modal span.mstwfcwpb-checkout-text{
    font-size:inherit
}
.mstwfcwpb-popup-modal .mstwfcwpb-slider-turn-left .mstwfcwpb-popup-footer-admin:hover .mstwfcwpb-btn-checkout em,
.mstwfcwpb-popup-modal .mstwfcwpb-slider-turn-left .mstwfcwpb-popup-view-cart:hover .mstwfcwpb-btn-view-cart em{
    text-indent: 20px;
}
.mstwfcwpb-popup-modal .mstwfcwpb-slider-turn-right .mstwfcwpb-popup-footer-admin:hover .mstwfcwpb-btn-checkout em,
.mstwfcwpb-popup-modal .mstwfcwpb-slider-turn-right .mstwfcwpb-popup-view-cart:hover .mstwfcwpb-btn-view-cart em{
    text-indent: -20px;
}

/**POPUP CLOSE**/

.mstwfcwpb-popup-close {
    position: fixed;
    z-index: 10;
    top: 0.375rem;
    right: 0.375rem;
    width: 2em;
    height: 2em;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    box-shadow: 0 0.3px 0.4px rgba(0,0,0,0.025),0 0.9px 1.5px rgba(0,0,0,0.05),0 3.5px 6px rgba(0,0,0,0.1);
    border-radius: 50%;
    border:0;
    transition: .2s;
}
.mstwfcwpb-popup-close:hover{
    cursor: pointer;
    opacity: 0.6;
}
.mstwfcwpb-popup-close .mstwfcwpb-close-icon {
    color: #313135;
    display: inline-block;
    fill: currentColor;
    height: 1em;
    width: 1em;
    
    line-height: 1em;
    flex-shrink: 0;
    max-width: initial;
}
.mstwfcwpb-popup-close .mstwfcwpb-close-icon.mstwfcwpb-frontend{
    margin: 8px 7px;
}
.mstwfcwpb-popup-close .mstwfcwpb-close-icon.mstwfcwpb-admin{
    margin: 6px;
}
.mstwfcwpb-popup-close:focus,
.mstwfcwpb-popup-close .mstwfcwpb-close-icon:focus{
    outline: none;
    box-shadow: 0 0.3px 0.4px rgba(0,0,0,0.025), 0 0.9px 1.5px rgba(0,0,0,0.05), 0 3.5px 6px rgba(0,0,0,0.1);
}
.mstwfcwpb-deactive-vc{
    margin-top: 20px;
}
/**ANIMATE**/
.turn-left{
    position: relative;
    animation: mstwfcwpb_animate_left  0.4s;
    
}
@keyframes mstwfcwpb_animate_right {
    from {
        left: -300px;
        opacity: 0;
    }
    to {
        left: 0;
        opacity: 1;
    }
}

.turn-right{
    position: relative;
    animation: mstwfcwpb_animate_right 0.4s;
}
@keyframes mstwfcwpb_animate_left  {
    from {
        right: -300px;
        opacity: 0;
    }
    to {
        right: 0;
        opacity: 1;
    }
}

@keyframes mstwfcwpb-animation-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);
    }
}

@keyframes mstwfcwpb-animation-swing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

/*Mobile*/
@media only screen and (max-width: 600px) {
    .mstwfcwpb-popup-modal #mstwfcwpb-popup-container {
        width: 100% !important;
    }

}
/*Tablet*/
@media only screen and (max-width: 900px) and (min-width: 768px) {
}