.cart-items .description {
    margin-top: 16px;
}
.cart-items .description:last-child {
    padding-bottom: 16px;
    border-bottom: 1px solid #ddd;
}
.cart-item {
    display: flex;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #ddd;
}
.cart-item:first-child {
    border: none;
}
.cart-item-image {
    width: 300px;
    max-height: 178px;
    text-align: center;
}
.cart-item-image a {
    display: block;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 0px 35px 0px rgba(31, 31, 31, 0.25);
}
.cart-item-image.without-shadow a {
    box-shadow: none;
}
.cart-item-image img{
    max-width: 100%;
    max-height: 178px;
}
.cart-item-description {
    padding-left: 32px;
    flex: 500px;
}
.cart-item-title a{
    font-family: Noto Serif;
    font-size: 24px;
    color: #f45c44;
    line-height: 1.2;
}
.cart-item-category {
    margin-top:4px;
    color: #434343;
}
.cart-item-price {
    margin-top: 16px;
}
.cart-item-price strong {
    font-weight: bold;
    font-size: 18px;
}
.cart-item-actions {
    display: flex;
    height: 45px;
    align-items: center;
}
.cart-item-quantity {
    width: 80px;
}
.blog.form .cart-item-quantity select {
    margin: 12px 0;
}
.cart-summary  {
    position: sticky;
    top: 22px;
}
.cart-summary-inner {
    background: #f5f5f5;
    padding: 16px;
    border-radius: 12px;
}
.d-flex {
    display: flex;
}
.cart-summary-section {
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ddd;
}
.cart-summary-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.cart-summary-section-title {
    text-transform: uppercase;
    margin-bottom: 12px;
}
.cart-summary-section-price {
    font-weight: bold;
    text-align: right;
}
.cart-summary .submit-btn {
    display: none;
}
#total-price {
    font-size: 22px;
}
.blog .blogs .content .leftbox {
    padding-bottom: 24px;
}
.blog .blogs .content .rightbox {
    background: #fff;
    padding-top: 97px;
    padding-left: 0;
}
.blog.form .blogs .content .rightbox h2 {
    margin-bottom: 31px;
}
.leftbox h2 {
    color: #f45c44;
    font-weight: 800;
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 15px;
}
.cart-continue-buy-buttons {
    margin-top: 32px;
    text-align: right;
}
@media screen and (max-width:768px)  {
    .cart-item {
    }
    .cart-item-image {
        display: none;
    }
    .cart-item-description {
        padding-left:0;
    }
    .cart-item-title a {
        font-size: 20px;
    }
}
@media (max-width: 1024px) {
    .blog.form .cart-summary .submit-btn {
        display: block;
        margin-top: 32px;
        max-width: 100%;
    }
    #pay-btn-cont .submit-btn {
        display: none;
    }
    .blog .blogs .content .rightbox {
        width: 100%;
        padding: 0 25px 20px 25px;
    }
    .content.wrapper.d-flex {
        display: block;
    }
    .blog.form {
        margin-bottom: 16px;
    }
    .mobile-mb-5 {
        margin-bottom: 5px;
    }
    .mobile-mb-10 {
        margin-bottom: 10px;
    }
}