.cart-box.popup {
    position: absolute;
    padding: 15px 0 0;
    width: 280px;
    top: 55px;
    right: 10px;
    z-index: 10;
    display: none
}

.wrap-cart.is-active .cart-box.popup {
    display: block
}

.cart-box.popup .popup-container {
    border: 2px solid #ebebeb;
    padding: 25px 25px 20px;
    background: #fff;
    position: relative
}

.cart-box.popup .popup-container:before {
    background: url(/add-ons/ecwid-cart/triangle.png);
    content: "";
    height: 15px;
    position: absolute;
    right: 0;
    top: -15px;
    width: 28px
}

.cart-box.popup .summary {
    text-align: center;
    margin-bottom: 25px
}

.cart-box.popup .summary .subtotal {
    font-size: 14px;
    line-height: 22px;
    color: #878787;
    font-weight: 600
}

.cart-box.popup.center .popup-container {
    padding: 15px 0 0
}

.cart-box.popup .summary .grandtotal,
.cart-box.popup.center .summary .subtotal {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 15px;
    color: #00000099;
    font-weight: 400;
    text-transform: uppercase
}

.cart-box.popup .summary .grandtotal span,
.cart-box.popup.center .summary .subtotal span {
    display: block;
    color: #9d0a10;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3
}

.cart-buttons .column:first-child a {
    background: #1c1c4e;
    color: #fff
}

.cart-buttons .column:last-child a {
    background: #9d0a10;
    color: #fff
}

.cart-box.popup .summary .grandtotal {
    font-size: 14px;
    line-height: 22px;
    color: #00000099;
    font-weight: 400;
    text-transform: uppercase
}

.cart-buttons {
    overflow: hidden;
    clear: both
}

.cart-buttons .column {
    width: 50%;
    padding-left: 5px;
    float: left
}

.cart-buttons .column a {
    box-shadow: none !important;
    top: 0;
    text-transform: none;
    display: block;
    border-radius: 0
}

.main-top .wrap-cart .cart-buttons a {
    display: block;
    margin-bottom: 5px;
    padding: 10px 5px;
    outline: 0 !important;
    border: none;
    color: #fff
}

.main-top .wrap-cart .cart-buttons a:focus,
.main-top .wrap-cart .cart-buttons a:hover {
    color: #fff
}

.cart-buttons .column:first-child {
    padding-left: 0;
    padding-right: 5px
}

.wrap-cart {
    display: inline-block;
    margin: 0;
    position: relative
}

.our-link ul {
    display: inline-block;
    vertical-align: middle
}

.mycart {
    margin-left: 5px;
    vertical-align: middle;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px
}

.ec-cart-widget.header {
    padding: 0;
    display: inline-block;
    pointer-events: none
}

.main-top .wrap-cart {
    padding: 0;
    height: auto
}

.ec-minicart {
    padding: 0 5px !important;
    line-height: 1
}

.main-top .wrap-cart a {
    border-left: 1px solid #fff;
    padding: 0 10px
}

.ec-minicart--no-shape {
    padding: 0 5px;
    vertical-align: middle
}

.ec-minicart__icon {
    height: 22px !important;
    width: 22px !important
}

.ec-minicart__counter {
    margin-top: -6px !important;
    margin-left: -6px !important
}

#footerCart {
    background: #88ac2e;
    padding: 10px 0;
    display: none;
    width: 100%;
    bottom: 0;
    z-index: 9999
}

#footerCart.show-me {
    display: block;
    position: fixed
}

#footerCart p {
    font-size: 12px;
    text-align: left
}

#footerCart p.item {
    font-size: 14px;
    display: inline-block;
    padding: 0 15px;
    position: relative
}

#footerCart p.item span {
    font-weight: 700
}

#footerCart p.item:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 14px;
    background: #fff;
    right: 0;
    position: absolute;
    top: calc(50% - 7px)
}

#footerCart p.item:last-child:after {
    display: none
}

#footerCart p.item a.link:hover {
    text-decoration: underline;
    color: #fff
}

.showing-footer-cart {
    padding-bottom: 60px
}

.our-link ul li p {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px
}

.our-link ul li p span {
    text-transform: none !important
}

.right-phone-box p {
    padding-top: 2px
}

.ecwid-minicart-facelift {
    display: none !important
}

html#ecwid_html body#ecwid_body .ec-minicart__icon .icon-default circle[stroke],
html#ecwid_html body#ecwid_body .ec-minicart__icon .icon-default path[stroke] {
    stroke: #fff !important
}

.wrap-cart .ec-minicart .ec-minicart__wrap .ec-minicart__counter:after {
    background-color: #9d0a10 !important
}

.ec-notices {
    z-index: 9999 !important;
    top: 54px !important
}

.navbar-nav>li>a {
    padding: 16px 8px
}

@media only screen and (min-width :992px) {
    .wrap-cart.mobile-cart {
        display: none
    }
}

@media only screen and (max-width:1199px) {
    .navbar-nav>li>a {
        padding: 16px 6px
    }
}

@media only screen and (max-width :991px) {
    .ban-top.fixed {
        position: relative !important;
        z-index: 99999 !important
    }

    .navbar-nav>li>a {
        padding: 16px
    }

    .wrap-cart:not(.mobile-cart) {
        width: 100%
    }

    .wrap-cart:not(.mobile-cart) a.open-cart-popup {
        display: none
    }

    .wrap-cart:not(.mobile-cart) .cart-box.popup {
        display: block;
        width: 100%;
        position: relative;
        top: 0;
        padding: 0
    }

    .hamburger {
        background: rgba(31, 35, 75, .8);
        right: 65px
    }

    .hamburger-box {
        height: 27px
    }

    .ec-minicart__counter {
        display: inline-block !important
    }

    .wrap-cart.mobile-cart .cart-box.popup {
        top: 45px
    }

    .cart-box.popup .popup-container:before {
        right: 70px
    }
}

.wrap-cart.mobile-cart {
    background: rgba(31, 35, 75, .8);
    position: absolute;
    top: 15px;
    right: 135px;
    z-index: 9999;
    padding: 14px 10px
}

.wrap-cart.mobile-cart .cart-box.popup {
    right: -62px;
    top: 37px
}

html#ecwid_html body#ecwid_body .ec-size .ec-store .ec-notice__wrap {
    background-color: #e8e8ed !important
}

html#ecwid_html body#ecwid_body .ec-size .ec-store .ec-notice--info .ec-notice__icon {
    color: #9d0a10 !important
}

@media only screen and (max-width :414px) {
    .wrap-cart.mobile-cart .cart-box.popup {
        right: -110px
    }

    .cart-box.popup .popup-container:before {
        right: 110px
    }
}