* {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    box-sizing: border-box;
}

.shopping-cart>.wrapper {
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
}

.shopping-cart .cart_title {
    margin-top: 25px;
    text-align: left;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0px;
    color: #2F5267;
    margin-bottom: 40px;
}

.products .product {
    display: flex;
    justify-content: space-between;
}

.products .product .left {
    display: flex;
    width: 100%;
}

.product .cart_product {
    max-width: 100px;
    width: 100%;
}

.product .cart_product .img-link {
    width: 100px;
    height: 100px;
}

.product .cart_product .img-link img {
    width: 100%;
    height: 100%;
}

.product .cart_description {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.product .cart_description .s_title_block {
    text-align: left;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0px;
    color: #2F5267;
}

.product .cart_description .s_title_block .link {
    text-align: left;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0px;
    color: #2F5267;
    text-decoration: none;
    display: block;
    margin-bottom: 20px;
}

.product .cart_description .items .item {
    letter-spacing: 0px;
    font-size: 13px;
}

.product .cart_total {
    max-width: 260px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.product .cart_total .price {
    color: #0A5E8E;
    font-weight: bold;
    font-size: 24px;
    width: 100%;
    text-align: right;
    width: 100%;
    display: block;
}

.product .cart_delete {
    max-width: 70px;
    min-width: 70px;
    width: 100%;
}

.product .cart_delete .cart_quantity_delete {
    display: flex;
    justify-content: center;
}

.product {
    padding-bottom: 15px;
}

.product+.product {
    padding-top: 15px;
    border-top: 1px solid #E3E3E3;
}

.product:last-child {
    margin-bottom: 30px;
}

/* end product */

/* discount-wrapper */

.discount-wrapper .cart_discount {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #E3E3E3;
    padding-top: 10px;
    padding-bottom: 10px;
}

.discount-wrapper .cart_discount.last_item {
    border-bottom: 1px solid #E3E3E3;
    margin-bottom: 20px;
}

.discount-wrapper .cart_discount .cart_discount_name {
    text-align: left;
    letter-spacing: 0px;
    color: #2F5267;
    padding-left: 20px;
}

.discount-wrapper .cart_discount_price {
    display: flex;
}

.discount-wrapper .price-discount.price {
    margin: auto;
    padding-right: 10px;
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #7C99AA;
}

.discount-wrapper .cart_discount_price .price_discount_del {
    max-width: 70px;
    min-width: 70px;
    width: 100%;
    display: flex;
    justify-content: center;
}

#voucher fieldset {
    display: flex;
}

#discount_name {
    width: 200px;
    height: 35px;
    background: #F2F2F2 0% 0% no-repeat padding-box;
    border-radius: 30px;
    border: none;
    padding-left: 10px;
    text-align: left;
    font-size: 13px;
    letter-spacing: 0px;
    color: #7C99AA;
}

input[name="submitAddDiscount"] {
    border: 1px solid #1075AF;
    border-radius: 40px;
    min-width: 160px;
    width: 100%;
    height: 35px;
    background: transparent;

    text-align: center;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0px;
    color: #1075AF;
    margin-left: 10px;
}

.cart_voucher {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.total-wrapper {
    display: flex;
}

.total-wrapper .total {
    display: flex;
}

.total-wrapper .total .mycart_itogo_title {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #0A5E8E;
    margin-top: auto;
    margin-bottom: auto;
}

.total-wrapper .total #total_price {
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 0px;
    color: #0A5E8E;
    margin-top: auto;
    padding-left: 5px;
}

.total-wrapper .total .currency {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #0A5E8E;
    margin-top: auto;
    margin-bottom: auto;
}

.total-wrapper .price-discount.price {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 47px;
    margin-left: 10px;

    font-size: 20px;
    letter-spacing: 0px;
    color: #FAAF17;
    font-weight: 500;
}

.total-wrapper .price-discount.price .price-discount-text {
    letter-spacing: 0px;
    color: #2F5267;
}

#order-detail-content {
    margin-bottom: 42px;
}

#cart_summary {
    margin-bottom: 36px;
}

footer {
    min-height: 270px;
    height: 100%;
    max-height: 400px;
}

#must_login_msg {
    font-size: 11px;
    letter-spacing: 0px;
}

.existing_email_login {
    text-decoration: underline;
    font-size: 11px;
    letter-spacing: 0px;
    color: #1075AF;
}

@media screen and (max-width: 1200px) {
    .shopping-cart .mobile-content {
        padding: 0;
    }
}

@media (max-width: 991px) {

    /* voucher */
    #voucher {
        margin-bottom: 23px;
    }

    #voucher fieldset {
        justify-content: right;
        padding-right: 10px;
    }

    .total-wrapper {
        justify-content: right;
        padding-right: 10px;
        padding-left: 10px;
    }

    .cart_voucher {
        flex-direction: column;
    }

    #discount_name {
        max-width: 200px;
        width: 100%;
    }

    input[name="submitAddDiscount"] {
        min-width: 140px;
    }
}

@media (max-width: 767px) {
    .products .product {
        flex-wrap: wrap;
        justify-content: end;
    }

    .product:last-child {
        margin-bottom: 0;
    }

    .product .cart_total,
    .product .cart_delete {
        margin-top: 17px;
    }

    .product .cart_total {
        margin-top: 17px;
        width: 50%;
        max-width: none;
    }

    .product .cart_delete,
    .discount-wrapper .cart_discount_price .price_discount_del {
        max-width: 40px;
        min-width: 40px;
    }

    .discount-wrapper .cart_discount .cart_discount_name {
        max-width: 103px;
        padding-left: 0;
        font-size: 16px;
    }

    .total-wrapper {
        flex-direction: column;
        align-items: end;
        padding: 0;
    }

    .total-wrapper .price-discount.price {
        margin-right: 0;
        margin-bottom: 7px;
    }

    .product .cart_product .img-link img {
        height: auto;
    }
}