/* Cart Page */
.shipping-promo{
	display:none;
}
#cart-header {
    position: relative;
}
#cart-header::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 50%;
    width: 100%;
    background: #a9abae;
    margin-top: -24px;
}

.p-img {
    position: relative;
    z-index: 9;
    margin-bottom: 30px;
}

#cart-header h1 {
    font-size: 24px;
    margin-bottom: 35px;
}

#cart-header h4 {
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 20px;
}

#cart-header .ship {
    position: relative;
    z-index: 2;
    font-size: 20px;
    padding: 20px 0 28px;
    line-height: 130%;
    margin: 0 0 30px;
}

#cart-header .ship::after {
    content: "";
    left: -1000%;
    right: -1000%;
    height: 100%;
    background: #454646;
    position: absolute;
    z-index: -1;
    top: 0;
}

#cart-header .phone {
    font-size: 20px;
    position: relative;
    padding: 12px 0;
    text-align: left;
}

#cart-header .phone-icon:before {
    content: "";
    position: absolute;
    z-index: 2;
    width: 45px;
    height: 45px;
    background: url(../images/phone.png) no-repeat center center;
    background-size: cover;
    top: 0;
    right: 0;
}

#cart-header .loc {
    text-align: left;
    font-size: 20px;
}

.delivery-truck-icon:before {
    content: "";
    width: 55px;
    height: 39px;
    background: url(../images/truck-icon-white.png) no-repeat center center;
    background-size: cover;
    margin-right: 1.5rem;
    display: inline-block;
    margin-bottom: -10px;
}

@media screen and (max-width:1199px) {
    #cart-header h1 {
        font-size: 26px;
        margin-bottom: 15px;
    }
    #cart-header h4 {
        font-size: 26px;
    }
    #cart-header .ship {
        font-size: 14px;
        padding: 12px 0;
        margin: 0 0 10px 0;
    }
    #cart-header .loc {
        text-align: center;
        line-height: 130%;
    }
    
    .delivery-truck-icon::before {
        content: "";
        width: 35px;
        height: 25px;
        background: url(../images/truck-icon-white.png) no-repeat center center;
            background-size: auto;
        background-size: cover;
        margin-right: 1.5rem;
        display: inline-block;
        margin-bottom: -8px;
    }
}

@media screen and (max-width:1199px) {
    #cart-header .phone, #cart-header .loc {
        font-size: 18px;
    }
}

@media screen and (max-width:991px) {
    #cart-header::before {
        bottom: 70%;
    }
    .p-img {
        z-index: 9;
        max-width: 100%;
        left: auto;
        padding-top: 40px;
    }
    #cart-header {
        background-color: #a9abae;
    }
    .p-img {
        padding-top: 0;
    }
}

@media screen and (max-width:767px) {
    #cart-header h1 {
        font-size: 28px;
    }
    #cart-header h4 {
        font-size: 22px;
    }
}

@media screen and (max-width:576px) {
    #cart-header .ship {
        font-size: 14px;
        padding: 10px 0;
        margin-bottom: 15px;
    }
    .delivery-truck-icon::before {
        width: 38px;
        height: 28px;
        margin-right: 5px;
        margin-bottom: -8px;
    }
    #cart-header h4{
        max-width: 300px;
        margin: 0 auto 30px;
    }
}

@media screen and (max-width:575px) {
    #cart-header h1,
    #cart-header .ship{
        display: none;
    }
    #cart-header .phone {
        text-align: right;
        padding-right: 35px;
        padding-top: 5px;
    }
    #cart-header .loc, #cart-header .phone {
        font-size: 14px;
    }
    #cart-header .loc {
        text-align: left;
    }
    #cart-header .phone-icon::before {
        width: 25px;
        height: 25px;
        top: 5px;
    }
}

@media screen and (max-width:419px) {
    #cart-header .loc, #cart-header .phone {
        font-size: 11px;
    }
    .phone-wrap .col-7 {
        padding-left: 5px;
    }
    .phone-wrap .col-5 {
        padding-right: 5px;
    }
}

#store-options {
    background: #98367b;
    padding: 10px 0;
}

#store-options p{
    font-size: 18px;
}

#store-options select {
    border: 1px solid #fff;
    padding: 3px 10px;
    font-weight: bold;
	line-height: 1em;
    text-align: left;
}

@media screen and (max-width:767px) {
    .code.prc {
        display: block;
        max-width: 90px;
        margin: 0 auto;
        padding: 2px;
    }
    #store-options select {
        display: block;
        margin: 0 auto;
    }
}

@media screen and (max-width:575px) {
    #store-options p {
        font-size: 11px;
    }
}

/* PACKAGES */
.p-w {
    margin: 0 auto 60px;
}

.p-head {
    padding: 10px 0;
}

.p-w.main-package .p-head {
    background-color: #305ea1;
    -webkit-box-shadow: 0 0 10px 1px #999;
    box-shadow: 0 0 10px 1px #999;
    margin-bottom: 20px;
}

.price-block {
  
}

.supply {
    font-size: 32px;
    line-height: 120%;
}
.retail {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 150%;
}

.retail .multi-currency{
    text-decoration: line-through;
}

.cur-price {
    font-size: 65px;
    line-height: 110%;
    margin-bottom: 0;
}

.cur-price .currency-symbol {
    font-size: 50px;
    position: relative;
    top: -10px;
}

.save {
    background-color: #cdcdcd;
    padding: 20px 0 20px;
}

.save p {
    font-size: 42px;
    color: #ff0000;
    line-height: 120%;
    font-weight: 800;
}
.save a {
    max-width: 90%;
}

.bonus {
    padding: 22px 0 20px;
    position: relative;
}

.bonus .sm {
    font-size: 14px;
    line-height: 100%;
}
.bonus .bg {
    line-height: 100%;
    font-size: 26px;
}
.bonus span {
    display: block;
    position: relative;
    z-index: 2;
}

.bonus:before {
    content: "";
    background: url(../images/price-tag-white.svg) no-repeat center center;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-top: -5px;
    position: relative;
    top: 5px;
    margin-right: 2.5px;
    z-index: 2;
}
.bonus-pacakge:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #305ea1;
    width: 44%;
    z-index: 1;
    clip-path: polygon(80% 0, 100% 50%, 80% 100%, 0 100%, 0 0);
}

.bonus-pacakge {
    overflow: hidden;
    position: relative;
    max-height: 150px;
    overflow: hidden;
    background: #dfdfde;
}

.bonus-img {
    position: relative;
    z-index: 3;
    float: left;
    margin-left: -15px;
    max-height: 150px;
    margin-top: 5px;
    margin-right: 5px;
}

.bonus-content {
    font-size: 20px;
    padding-top: 28px;
    padding-right: 10px;
}

.p-footer {
    padding: 10px;
    background: #ffd182;
}

.truck-icon-2 {
    width: 30px;
    height: 25px;
    display: inline-block;
    margin-right: 10px;
    background: url(../images/black-shipping.png) center / contain no-repeat;
    margin-bottom: -7px;
}

#payment-options {
    background-color: #acacac;
    padding: 30px 0;
    margin-top: 20px;
}

@media screen and (min-width:991px) {
    .charges-text span{
        display: block;
    }
    .package-4 {
        margin-top: 0;
    }
    .package-5 {
        margin-top: 70px;
    }
}

@media screen and (min-width:1199px) {
    .package-5, .package-4 {
        margin-top: 70px;
    }
}