.product-name a {
    font-weight:600;
    font-size:18px;
    color:#000;
}
.product-name{
      font-weight:600;
    font-size:18px;
    color:#000;  
}

.custom-attributes{
    font-size:14px;
    color:#000;
        font-weight: 400;
}

.cart-sidebar .widget-title {
    border-bottom: 3px solid #ececec;
    font-size: .95em;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.cart-container .return-to-shop,.cart-container .message-wrapper {
    text-align: center;
}
.woocommerce-customer-details .woocommerce-column{
    width:50%;
}


.woocommerce-table--order-details .wc-item-meta {
    display: none;
}


.subscription-products-list {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0px;
    margin:0;
}

.subscription-products-list li {
    display: grid;
    grid-template-columns: 25% 70%;
    gap: 15px;
    margin-bottom:30px;align-items:center;
}

.product-container #product-sidebar{
    display:none;
}

.subscription-products h4{
   font-size: 20px;
    text-align: left;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom:10px;  
}
.product-details h4 {
    font-size: 18px;
    text-align: left;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom:5px;
}
.product-details .product-description {
    font-size: 14px;
    text-align: left;
}

.woocommerce_order_items_wrapper.wc-order-items-editable .subscription-products img.attachment-thumbnail.size-thumbnail {
    width: 40%;
    height: 120px;
}

.coupon-wrap {
    display: block;
    align-items: center;
    clear: both;
    padding: 45px 0 60px;
}
.coupon-separator {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 10px;
    width: 10%;
}
.coupon-wrap .coupon-title {
    font-weight: 700 !important;
    font-size: 22px !important;
    text-transform: capitalize;
}
.coupon-wrap .coupon {
    margin: 0 -15px;
}
.coupon-wrap .coupon .apply-coupon {
    background: #233dff;
    border-radius: 10px;
    padding: 12px 35px !important;
    margin: 0;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    min-height: initial !important;
    color: #fff;
}
.coupon-wrap .coupon .flex-row .flex-col {
    padding: 0 15px;
}
.woocommerce-form-coupon input#coupon_code {
    border: none;
    box-shadow: none;
    border-bottom: 2px solid #383838;
}
.woocommerce-form-coupon button {
    background: #383838;
    display: none   ;
}
.coupon-wrap:hover {
    cursor: pointer;
}
@media (max-width: 849px) {
    .woocommerce-form-coupon .medium-flex-wrap .flex-col {
        flex-grow: 1;
    }
}
@media (max-width: 506px) {
    .coupon-wrap {
        flex-wrap: wrap;
    }
    .woocommerce-form-coupon {
        margin: 20px 0 0;
        width: 100%;
    }
    .coupon-title {
        width: 80%;
    }
    .coupon-separator {
        width: 20%;
        margin: 0;
    }
}

@media (max-width: 850px){
    .product-template-default .medium-flex-wrap .flex-col {
        flex-grow: 1 !important;
        text-align: left !important;
    }
    .product-template-default .product-main .row.content-row.mb-0 {
        all: unset;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .product-template-default .product-gallery-slider a {
        width: 100%;
        display: block;
        text-align: center;
    }
        .product-template-default .product-gallery-slider img {
        width: 60% !important;
    }
}
   
@media (max-width: 549px){
    .product-template-default .subscription-products-list li {
        grid-template-columns: 100%;
    }
        .product-template-default .product-gallery-slider img {
        width: 90% !important;
    }
}















