/*
Version: 1.0.1
*/
.checkout-page-title.page-title{display: none}
form.woocommerce-cart-form {
    margin-top: 15px;
}
.cart-wrap {
    width: 100%;
    flex: 0 0 100%;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 20px;
    position: relative;
    padding: 10px 15px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
    list-style: none;
}
.cart-wrap .item-info {
    flex: 0 0 10%;
    width: 10%;
}
.cart-wrap .item-info .item-img img {
    border-radius: 8px;
}
.cart-wrap .item-right {
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 0 0 85%;
    width: 85%;
}
.cart-wrap .item-right .item-title > a {
    font-weight: bold;
    font-size: 22px;
    color: #000;
}
.cart-wrap .item-right .item-option {
    display: block;
    color: #878787;
    font-size: 16px;
}
.cart-wrap .item-right .item-price {
    margin-bottom: 5px;
}
.cart-wrap .item-right .item-price .on_sale {
    margin-bottom: 5px;margin-top: 10px;
}
.cart-wrap .item-right .item-price .on_sale del {
    display: inline-block;
    font-size: 16px;
    color: #878787;
}
.cart-wrap .item-right .item-price .off-sale {
    position: relative;
    top: 0px;
    left: 10px;
    right: 0;
    background: #0FD07F;
    border-radius: 9.5px;
    padding: 1px 5px;
    color: #fff;
    z-index: 99;
    width: 40px;font-size: 13px;
}
.cart-wrap .item-right .item-price .price span.amount {
    color: #FF0000;
    font-weight: bold;
    font-size: 22px;
    display: block;
}

.editor-variant {
    position: absolute;
    right: 110px;
    bottom: 0px;
}
.editor-variant button {
    background: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 22px;
    min-height: 35px;
    padding-left: 15px;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    padding-right: 7px;
    text-transform: unset;
    line-height: 15px;
}
.editor-variant button > span {
    width: 25px;
    height: 25px;
    background: #000;
    display: inline-block;
    border-radius: 50%;
    line-height: 25px;
}
.editor-variant button > span img {
    width: 12px;
}
.cart-wrap .item-right .quantity input {
    width: 35px!important;min-height: 35px;font-size: 20px;height: 35px;line-height: 25px;font-weight: 600;
}
.quantity .button.minus{
    background: #ddd;border-radius: 25px 0 0 25px!important;
}
.quantity .button.plus{
    background: #ddd;border-radius: 0 25px 25px 0!important;
}
.cart-wrap .remove-wrap {
    position: absolute;
    right: 15px;
    width: 25px;
    text-align: right;
}
.cart-wrap .remove-wrap a.remove{
    border: unset;color: #131313;
    font-size: 40px!important;font-weight: 400;
}
.trendy-cart-mess {
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: right;
    margin: 15px 0;
    margin-right: 10px;
    padding: 10px 20px 10px 10px;
    font-size: 20px;
    background: #2083f7;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
    border-radius: 30.5px;
    border: none;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
}
.trendy-cart-mess:hover{
    background: var(--primary-color)
}
.trendy-cart-mess > svg {
    max-width: 34px;
    max-height: 34px;
}
.shipping-fire-2h {
    text-align: right;
    margin: 15px 0;
}
.shipping-fire-2h .button {
    padding: 10px 20px 10px 10px;
    font-size: 20px;
    background: #FCDC50;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
    border-radius: 30.5px;
    border: none;
    font-weight: 700;margin: 0!important;text-transform: none;line-height: unset;
}
.shipping-fire-2h .button > span {
    width: 34px;
    height: 34px;
    background: #FFF7D3;
    display: inline-block;
    border-radius: 50%;
}
.shipping-fire-2h .button > span img {
    opacity: 0;
    visibility: hidden;
}
.shipping-fire-2h .button.active span img {
    opacity: 1;
    visibility: visible;
}
.banner-bottom-cart {
    margin-bottom: 15px;
}
.title-pro {
    font-weight: 600;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
}
.order-donate {
    margin-top: 5px;
    margin-bottom: 15px;
}
.order-donate .item {
    display: inline-block;
    padding: 4px;
    min-width: 185px;
    text-align: left;
    background: #FFDE50;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    line-height: 27px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
}
.order-donate .item span {
    display: inline-block;
    background: #FFF7D3;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 27px;
    margin-right: 10px;
}
.order-donate .item span img {
    width: 20px;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none!important;
}
.payment-checkout {
    position: fixed;
    bottom: 0;
    z-index: 999;
    left: 0;
    width: 100%;
}
.payment-checkout .pd--radius {
    background: #fff;
    border-radius: 50px;
    background-color: #505050;
    box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.5);
    background-size: 100% 100%;
    background-image: url(../img/bg-btn-bottom.png);
}
.payment-checkout .box-item-payment {
    padding: 5px;
}
.payment-checkout .box-item-payment .wrapper-coupon {
    background: #FFC700;
    border-radius: 70px 0px 0px 70px;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 10px 30px 10px 10px;
    padding-left: 20px;
    margin-left: 5px;
    cursor: pointer;
}
.payment-checkout .box-item-payment .wrapper-coupon img {
    max-width: 50px;
}
.payment-checkout .box-item-payment .wrapper-coupon span,.payment-checkout .box-item-payment .wrapper-gift span {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    padding-left: 10px;
}
.payment-checkout .box-item-payment .wrapper-gift {
    background: #FFC700;
    border-radius: 0px 70px 70px 0px;
    margin-left: 5px;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 10px 30px 10px 10px;
    padding-left: 20px;
    cursor: pointer;
}
.payment-checkout .box-item-payment .wrapper-gift img {
    max-width: 40px;
}
.payment-checkout .wrapper-total .item-price {
    padding-right: 15px;
}

.payment-checkout .wrapper-total .item-price p {
    margin-bottom: 0;
    line-height: normal;
}
.payment-checkout .wrapper-total .item-price p.title-price-total {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
}
.payment-checkout .wrapper-total .item-price p.price-total span.amount {
    font-size: 24px;
    color: #FCDC50!important;
    font-weight: bold;
    text-decoration: none;
}
.payment-checkout .item-checkout > a {

    border-radius: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    margin: 0;
}
@media (min-width: 768px){
    .payment-checkout .wrapper-total {
        align-items: center;
    }
}

@media (max-width: 991px){
    .trendy-cart-mess {
        min-width: auto;
        font-size: 13px;
        padding: 4px 10px;
        display: flex;
        align-items: center;
        gap: 5px;
    }
}

@media (max-width: 767px){
    .cart-button-actions {
        display: grid !important;
        grid-template-rows: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;    justify-content: space-between!important;
    }
    .trendy-cart-mess {
        grid-column: 1;
        grid-row: 1;
        margin: 0;text-align: left;
    }
    .shipping-fire-2h .button {
        min-width: auto;
        font-size: 13px;
        padding: 4px 10px;
        display: flex;
        align-items: center;    line-height: 27px;text-align: left;
    }
    .shipping-fire-2h .button > span {
        display: inline-block;
        background: #FFF7D3;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 27px;
        margin-right: 10px;
    }
    .shipping-fire-2h .button > span img {
        width: 20px;
    }
    .order-donate, .banner-bottom-cart {
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .order-donate .item {
        display: flex;
        align-items: center;
        min-width: auto;
        font-size: 13px;
        padding: 4px 10px;
    }
    .visible-xs {
        display: block!important;
    }
}
