/* YITH Quote */
.yith-ywraq-add-to-quote a:not(.btn) {
    font-size: 16px;
    text-transform: uppercase;
    background: none;
}

.yith-ywraq-add-to-quote a:not(.btn):hover {
    color: #416858;
}

.yith_ywraq_add_item_response_message {
    font-size: 16px;
}

/* YITH Quote - Cart Table */
.yith-ywraq-before-table-wc-backward {
    display: inline-flex;
    align-items: center;
    gap: 30px;
    background: none;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    color: #416858;
}

.yith-ywraq-before-table-wc-backward:before {
    content: "\e902";
    font-family: 'heartland-icon';
}

#yith-ywraq-form {}

#yith-ywraq-form a {
    font-weight: 400;
    background: none;
}

#yith-ywraq-form a:hover {
    color: #416858;
}

#yith-ywraq-form table {
    width: 100%;
    margin: 30px 0;
}

#yith-ywraq-form td,
#yith-ywraq-form th {
    padding: 20px 10px;
}

#yith-ywraq-form th {
    font-weight: 700;
    font-size: 20px;
}

#yith-ywraq-form td:first-child,
#yith-ywraq-form th:first-child {
    padding-left: 20px;
}

#yith-ywraq-form td:last-child,
#yith-ywraq-form th:last-child {
    padding-right: 20px;
}

#yith-ywraq-form thead {
    display: table-header-group !important;
    font-size: 20px;
    background-color: #e5eae6;
}

#yith-ywraq-form tbody tr {
    border-bottom: 1px solid #1e441e;
}

#yith-ywraq-form .product-remove {
    width: 50px;
    max-width: max-content;
}

#yith-ywraq-form .yith-ywraq-item-remove {
    font-size: 0;
    line-height: 1;
}

#yith-ywraq-form .yith-ywraq-item-remove:before {
    content: "\e909";
    font-family: 'heartland-icon';
    font-size: 20px;
}

#yith-ywraq-form .product-thumbnail {
    width: 90px;
}

#yith-ywraq-form .product-thumbnail a {
    display: block;
    margin: 0;
    padding: 10px;
    width: 88px;
    height: 75px;
    border-radius: 4px;
    background-image: url(/wp-content/themes/heartlandenergygroup/assets/img/product-card-icon.svg);
    background-repeat: no-repeat;
    background-position: top right;
    background-color: #e5eae6;
}

#yith-ywraq-form .product-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: transform 0.3s;
}

#yith-ywraq-form .product-thumbnail a:hover img {
    transform: scale(1.05);
}

#yith-ywraq-form .product-name {
    font-size: 18px;
}

#yith-ywraq-form .product-name br {
    display: none;
}

#yith-ywraq-form .product-name ul {
    margin-left: 0 !important;
    list-style: none;
}

#yith-ywraq-form .product-name ul li {
    padding-left: 0;
    font-size: 18px;
}

#yith-ywraq-form .product-name ul li:last-child {
    margin-bottom: 0;
}

#yith-ywraq-form .product-name ul li:before {
    display: none;
}

#yith-ywraq-form .product-quantity {
    text-align: center;
}

/* Quote Details */
.ywraq-status.processing,
.ywraq-status.ywraq-new {
    color: #1e441e;
}

.ywraq-view-quote-wrapper table.shop_table.order_details {
    margin: 32px 0;
    width: 100%;
    border: none;
}

.ywraq-view-quote-wrapper table.shop_table.order_details thead {
    background-color: #e5eae6;
}

.ywraq-view-quote-wrapper table.shop_table.order_details thead th {
    font-size: 20px;
}

.ywraq-view-quote-wrapper table.shop_table.order_details .order_item {
    border-bottom: 1px solid #1e441e;
}

.ywraq-view-quote-wrapper table.shop_table.order_details .product-name {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    padding: 20px;
    border-radius: 4px;
}

.ywraq-view-quote-wrapper table.shop_table.order_details .product-thumbnail a {
    background: none;
}

.ywraq-view-quote-wrapper table.shop_table.order_details .product-thumbnail img {
    display: block;
    margin: 0;
    padding: 10px;
    width: 88px;
    height: 75px;
    object-fit: contain;
    border-radius: 4px;
    background-image: url(/wp-content/themes/heartlandenergygroup/assets/img/product-card-icon.svg);
    background-repeat: no-repeat;
    background-position: top right;
    background-color: #e5eae6;
}

.ywraq-view-quote-wrapper table.shop_table.order_details .product-name-item .wc-item-meta li {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-left: 0;
}

.ywraq-view-quote-wrapper table.shop_table.order_details .product-name-item .wc-item-meta li::before {
    display: none;
}

.ywraq-view-quote-wrapper table.shop_table.order_details .product-name-item .wc-item-meta li p {
    margin-bottom: 0;
}

.ywraq-additional-information {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    align-items: stretch;
}

.ywraq-additional-information > div {
    flex: 0 0 auto;
    padding: 20px;
    margin-bottom: 0;
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.ywraq-customer-information {
    margin-right: 0;
    border: none;
    background-color: #E5EAE6;
}

.ywraq-customer-information h3 {
    text-transform: capitalize;
}

.ywraq-view-quote-wrapper p {
    margin: 0 0 12px;
    font-size: 20px;
}

.ywraq-status-ywraq-new .ywraq-admin-message {
    background-color: #e5eae6;
    color: #1E441E;
}

.ywraq-status-ywraq-new .message-content {
    padding: 0;
    min-height: 0;
}

@media (min-width: 1024px) {
    .ywraq-with-form .ywraq-form-table-wrapper.wide {
        grid-column-gap: 36px;
    }
}

@media (min-width: 425px) {
    .ywraq-view-quote-wrapper table.shop_table.order_details .product-name {
        flex-direction: row;
        align-items: center;
    }
}

@media (min-width: 600px) {
    .ywraq-additional-information > div {
        padding: 32px;
    }
}

@media (min-width: 1025px) {
    .ywraq-view-quote-wrapper table.shop_table.order_details {
        width: calc(50% - 16px);
    }

    .ywraq-additional-information > div {
        width: calc(50% - 16px);
    }
}