.smart-cart-menu-title h4,
.woocommerce-MyAccount-content h4.my-account-sidebar-menu-title {
    margin-bottom: 5px !important;
}

.woocommerce-MyAccount-content p.description {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #7B797C;
    margin-bottom: 32px;
}

.smart-cart-container {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 24px;
}

.the-smart-cart {
    padding: 15px;
}

#available-smart-carts-holder {
    display: block;
    width: 100%;
}

#available-smart-carts-holder .owl-nav {
    position: absolute;
    left: 50%;
    bottom: -26px;
    transform: translate(-50%, -50%);
    z-index: 99;
}

#available-smart-carts-holder .owl-dots {
    text-align: center;
    z-index: 9;
    width: 100%;
    position: absolute;
    top: unset;
    bottom: -60px;
    margin: -40px auto 0 auto;
}

#available-smart-carts {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 24px;
}

.smart-cart-name-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 8px;
}

.smart-cart-name-div label {
    font-size: 16px;
    font-weight: 900;
    line-height: 24px;
    text-align: left;
    color: #0D2620;
    max-width: 158px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 2em;
}

.the-smart-cart {
    border: 1px solid #B0AFB1;
    border-radius: 8px;
    /* width: 488px;*/
    width: 200px;
    height: 200px;

}

.the-smart-cart .add-new-thing-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    height: 170px;
    color: #7B797C;
}


#add-new-cart {
    background: transparent;
    border: none;
    padding: 0;
    margin: 32px 0 0 0;
}

#add-new-cart .smart-cart {
    color: #389479;
}

#add-new-cart .smart-cart:hover,
#available-smart-carts .add-new-thing-div:hover,
.edit-cart:hover {
    cursor: pointer;
    color: #389479;
}

#back_to_sc {
    margin: auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.delete-cart:hover,
#back_to_sc:hover {
    cursor: pointer;
}

.delete-cart:hover svg path,
#available-smart-carts .add-new-thing-div:hover svg path {
    stroke: #389479;
}

.edit-cart {
    /*display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;*/
}

#pxl_table_box .bottom {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

#pxl_table_box .bottom .primary-button {
    font-size: 14px !important;
    line-height: 24px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 50%;
}

#pxl_table_box .vat {
    font-size: 8px !important;
}

#pxl_table_box .sale {
    top: 5px !important;
}

#total_price {
    font-size: 24px;
    font-weight: 900;
    line-height: 32px;
    color: #0D2620;
}

#edit_name_button {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#cart_name_edit_input {
    width: 352px;
}

#cart_name_edit_button {
    position: relative;
    top: -13px;
    cursor: pointer;
}

#close_popup {
    position: absolute;
    right: 0;
    top: 3px;
    cursor: pointer;
    z-index: 1;
    width: 24px;
    height: 24px;
}

#close_popup:hover svg path {
    stroke: var(--e-global-color-2ecd128);
}

#edit_name_button:hover svg path {
    stroke: var(--e-global-color-2ecd128);
}

#cart_name_edit_button:hover svg path {
    stroke: var(--e-global-color-2ecd128);
}

.products-sample-data {
    display: none;
    opacity: 0;
}

.open-product-search {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border: 1px solid #B0AFB1;
    border-radius: 4px;
    width: 100%;
    height: 80px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    color: #389479;
    text-transform: uppercase;
    margin: 10px 0 32px 0;
}

.open-product-search:hover {
    cursor: pointer;
}

#smart_cart_search_input_icon {
    position: absolute;
    left: 60px;
    top: 8px;
}

#product_search_box .input-search {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 24px;
    margin-bottom: 32px;
    position: relative;
}

#products_add_to_smart_cart {
    max-width: 240px;
    margin: 24px auto 0 auto;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    padding: 16px;
    display: none;
}

#product_container {
    overflow: scroll;
    overflow-x: hidden;
    max-height: 500px;

}

#product_container .result-product {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom:8px;
}

#product_container .result-product .left {
    display: flex;
    justify-content: start;
    align-items: center;
}

#product_container .result-product .right {
    display: flex;
    justify-content: end;
    align-items: center;
}

#product_container .result-product .product-thumbnail-wrapper {
    position: relative;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #d3e2dd;
    border-radius: 8px;
}
#product_container .result-product .product-thumbnail-wrapper::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    opacity: 0.5;
    background: linear-gradient(180deg, #BFE4D9 0%, #8BB2A7 100%);
    z-index: 0;
}
#product_container .result-product .product-thumbnail-wrapper img {
    max-width: 70px;
    max-height: 70px;
    width:auto !important;
    height:auto;
    z-index:1;
}

#product_container .result-product .left .product-data {
    display: flex;
    flex-direction: column;
    padding-left: 15px;
}

#product_container .result-product .left .product-data .name a {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #0D2620;
}

#product_container .result-product .left .product-data .name a:hover {
    color: #22453C
}

#product_container .result-product .left .product-data .price bdi {
    font-size: 14px;
    font-weight: 900;
    line-height: 20px;
    color: #22453C
}

#product_container .result-product .left .product-data .sale-price bdi {
    color: #F24822 !important;
}

#product_container .result-product .left .product-data .unit-price {
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    color: #22453C
}

#product_container .result-product .product-outofstock {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
    color: #7B797C;
}

#product_container .result-product .price {
    width: fit-content;
}

#product_container .result-product .image {
    position: relative;
}

#product_container .result-product .sale {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 10;
}

button.plus,
button.minus,
div.remove_prod_from_list,
div.add_prod_to_list {
    background: transparent !important;
    border: none;
    padding: 0;
    margin: 0;
    transition: all 0.2s ease-in-out;
}

button.plus:hover,
button.minus:hover,
div.remove_prod_from_list:hover,
div.add_prod_to_list:hover {
    cursor: pointer;
    background: transparent !important;
}

button.plus,
button.minus,
div.remove_prod_from_list,
div.add_prod_to_list {
    width:30px;
    height:40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

button.minus.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

#pxl_table_box .pxl-table-box .body .name {
    padding: 0 10px;
}

#pxl_table_box .pxl-table-box .add_to_cart_button {
    border-radius: 4px;
}

#pxl_table_box .pxl-table-box .add_to_cart_button svg {
    transform: scale(1.0) !important;
}

/*
 *  scrollbar
 */

#pxl_table_box .pxl-table-box .body::-webkit-scrollbar-track,
#product_container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    background-color: #F5F5F5;
}

#pxl_table_box .pxl-table-box .body::-webkit-scrollbar,
#product_container::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#pxl_table_box .pxl-table-box .body::-webkit-scrollbar-thumb,
#product_container::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

/* Popup */
#smart_cart_popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 626px;
    /*max-height:640px;*/
    padding: 24px;
    background: #FFFFFF;
    border: 1px solid #B0AFB1;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

#smart_cart_popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
}

.smart_cart_popup-title-div {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 12px;
    margin-bottom: 32px;
    position: relative;
}

.smart_cart_popup-title-div svg {
    min-width: 24px;
}

#smart_cart_popup h2 {
    font-size: 24px;
    font-weight: 900;
    line-height: 32px;
    color: #0D2620;
    margin: 0;
}

#smart_cart_popup h2>span {
    color: #389479;
}

#smart_cart_popup .cart-name {
    height: 56px;
}

#smart_cart_popup .new-smart-cart-on-cart-page {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 24px;
    margin-bottom: 8px;
}

#smart_cart_popup .new-smart-cart-on-cart-page .floating-label {
    width: 60%;
}

#smart_cart_popup .new-smart-cart-on-cart-page .save-smart-cart-on-cart-page {
    width: 40%;
}

#smart_cart_popup .second-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #7B797C;
    margin-bottom: 16px;
}

#smart_cart_popup #existing_smart_carts {
    height: 50vh;
    overflow-y: scroll;
}

#smart_cart_popup #existing_smart_carts .existing-smart-cart {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    margin-bottom: 8px;
}

#smart_cart_popup #existing_smart_carts .existing-smart-cart .title {

    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 60%;
}

#smart_cart_popup #existing_smart_carts .existing-smart-cart .title p {
    font-size: 24px;
    font-weight: 900;
    line-height: 32px;
    color: #0D2620;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* Maximum number of lines to show */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3em;
    /* Adjust based on line-height */
    max-width: 240px;
}

#smart_cart_popup #existing_smart_carts .existing-smart-cart .title span {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: right;
    min-width: 25%;
}

#smart_cart_popup #existing_smart_carts .existing-smart-cart .save-woo-cart-to-this-cart {
    width: 40%;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    text-align: center !important;
    gap: 8px;
}

#popup-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #7B797C;
    margin: 16px 0 32px 0;
}

.smart_cart_popup-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
}

.smart_cart_popup-buttons button {
    width: 100%;
    text-transform: uppercase;
}

#pxl_table_box .pxl-table-box .body {
    max-height: 272px;
    overflow: scroll;
    overflow-x: hidden;
}

#pxl_table_box .pxl-table-box .body {
    padding: 0;
}

#product_search_to_smart_cart {
    border: 1px solid #B0AFB1;
    border-radius: 8px;
    color: #464446;
    padding-left: 48px;
}

#product_search_to_smart_cart:focus,
#product_search_to_smart_cart:focus-within {
    border: 1px solid #B0AFB1 !important;
}

#product_search_no_result {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    gap: 8px;
}

#product_search_no_result .title {
    font-size: 20px;
    font-weight: 900;
    line-height: 32px;
    color: #7B797C;
}

#product_search_no_result p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #7B797C;
}




/* Images */
.smart-cart-image-container {
    position: relative;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    gap: 8px;
    overflow: hidden;
}

.smart-cart-image-container .smart-cart-image-wrapper {
    position: relative;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #d3e2dd;
    border-radius: 8px;
}
.smart-cart-image-container .smart-cart-image-wrapper::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    opacity: 0.5;
    background: linear-gradient(180deg, #BFE4D9 0%, #8BB2A7 100%);
    z-index: 0;
}
.smart-cart-image-container .smart-cart-image-wrapper img {
    max-width: 70px;
    max-height: 70px;
    width:auto !important;
    height:auto;
    z-index:1;
}

.smart-cart-image-overlay {
    position: absolute;
    bottom: 2px;
    right: 0;
    background: rgba(0, 0, 0, 0.64);
    color: #F6F5F6;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    padding: 5px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    margin: 0 2px -1px 0px;
    z-index:1;
}


.smart-cart-on-cart {
    margin-top:40px;
    margin-bottom: 40px;
}
#available-smart-carts {
    margin-bottom: 65px;
}
#available-smart-carts.no-navigation {
    margin-bottom:0;
}
.smart-cart-on-cart h2.h2-title {
    margin-top:0;
    margin-bottom: 40px;
}
.smart-cart-on-cart .smart-cart-name-div label {
    max-width: 182px;
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    white-space: nowrap;
}
.smart-cart-on-cart .the-smart-cart {
    height:240px;
}
.smart-cart-on-cart .smart-cart-name-div {
    margin-bottom:8px;
}
.smart-cart-on-cart .smart-cart-btn-wrapper {
    position:relative;
}
.smart-cart-on-cart .smart-cart-add-to-cart-on-cart,
.smart-cart-on-cart .smart-cart-remove-from-cart-on-cart {
    background-color: transparent;
    border:0;
    color: var(--e-global-color-text);
    font-size: 0.875rem;
    font-weight: 400;
    text-align:center;
    margin:0;
    padding: 5px 10px;
    width:100%;
    display:block;
    margin-top:10px;
}
.smart-cart-on-cart .smart-cart-add-to-cart-on-cart svg {
    width:14px;
    height:14px;
    margin-left: 4px;
    vertical-align: middle;
}
.smart-cart-on-cart .smart-cart-add-to-cart-on-cart svg path {
    transition: all 0.3s ease;
}
.smart-cart-on-cart .smart-cart-add-to-cart-on-cart:hover svg path,
.smart-cart-on-cart .smart-cart-add-to-cart-on-cart:focus svg path,
.smart-cart-on-cart .smart-cart-add-to-cart-on-cart:active svg path {
    stroke: #fff;
}
.smart-cart-on-cart .smart-cart-remove-from-cart-on-cart {
    color: #F2274C;
}
.smart-cart-on-cart .smart-cart-remove-from-cart-on-cart svg {
    width:20px;
    height:20px;
    margin-left: 0;
    vertical-align: middle;
}
.smart-cart-on-cart .smart-cart-remove-from-cart-on-cart svg path {
    transition: all 0.3s ease;
}
.smart-cart-on-cart .smart-cart-remove-from-cart-on-cart:hover {
    background-color: #F2274C;
    color: #fff;
}
.smart-cart-on-cart .smart-cart-remove-from-cart-on-cart:hover svg path,
.smart-cart-on-cart .smart-cart-remove-from-cart-on-cart:focus svg path,
.smart-cart-on-cart .smart-cart-remove-from-cart-on-cart:active svg path {
    stroke: #fff;
}

.smart-cart-on-cart + hr + .recommends-products,
.smart-cart-on-cart + .recommends-products {
    padding-top: 35px;
}
.smart-cart-on-cart .smart-cart-image-success {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align:center;
    flex-direction: column;
    background-color: rgba(246, 245, 246, 0.9);
    z-index:5;
}
.smart-cart-on-cart .smart-cart-image-success .item-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #65C888;
    margin-bottom: 16px;
}
.smart-cart-on-cart .smart-cart-image-success .item-icon svg {
    width:24px;
    height:24px;
}
.smart-cart-on-cart .smart-cart-image-success .item-text {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.43;
    text-align: center;
}

/* Desktop view */
@media (min-width: 701px) {
    .smart-cart-image-container {
        width: 168px;
        /* 4 * 80px + 4 * 2px margin */
        min-height: 120px;
        max-height: 168px;
        /* 2 * 80px + 4 * 2px margin */
    }

    .smart-cart-image-overlay {
        width: 80px;
        height: 80px;
        padding: 5px 10px;
    }

    .smart-cart-image-container img:nth-child(n+9) {
        display: none;
    }
}

/* Mobile view */
@media (max-width: 701px) {
    .smart-cart-image-container {
        height: 170px;
    }

    .smart-cart-image-container img {
        width: 28%;
        height: auto;
    }

    .smart-cart-image-overlay {
        width: 80px;
        height: 80px;
        bottom: 4px;
    }

    .smart-cart-image-container img:nth-child(n+4) {
        display: none;
    }
}

#pxl_table_box .pxl-table-box .body .price {
    padding-left: 2px;
}

/* Responsive */

@media only screen and (max-width: 1024px) {
    .empty-smart-cart {
        width: 100%;
    }
    .smart-cart-on-cart {
        margin-top:0;
    }
}

@media only screen and (max-width: 660px) {
    #smart_cart_popup {
        width: 95%;
        padding: 16px 12px 16px 12px;
    }

    #smart_cart_popup-title {
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;

    }

    #smart_cart_popup-buttons,
    .smart_cart_popup-buttons {
        flex-direction: column;
        gap: 8px;
    }

    #smart_cart_popup h2,
    #smart_cart_popup #existing_smart_carts .existing-smart-cart .title p {
        font-size: 20px;
        line-height: 32px;
        width: fit-content;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 4em;
    }

    #cart_name_edit_input {
        width: auto;
    }

    #pxl_table_box .bottom {
        flex-direction: column;
        gap: 8px;
    }

    #total_price {
        text-align: right;
        width: 100%;
        font-size: 18px;
    }

    #pxl_table_box .bottom .primary-button {
        margin: 0 auto;
        width: 100%;
    }

    .open-product-search {
        margin-bottom: 16px;
    }

    .smart-cart-delete-title-div {
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    .smart-cart-delete-title {
        display: -webkit-box;
        -webkit-line-clamp: 3 !important;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 5em !important;
    }

    #smart_cart_popup #existing_smart_carts .existing-smart-cart .title span {
        font-size: 10px;
    }
}

@media only screen and (max-width: 550px) {

    #pxl_table_box .pxl-table-box .body::-webkit-scrollbar-track,
    #product_container::-webkit-scrollbar-track,
    #pxl_table_box .pxl-table-box .body::-webkit-scrollbar,
    #product_container::-webkit-scrollbar,
    #pxl_table_box .pxl-table-box .body::-webkit-scrollbar-thumb,
    #product_container::-webkit-scrollbar-thumb {
        display: none;
    }

    #available-smart-carts-holder {
        margin-bottom: 60px;
    }

    .smart_cart_popup-title-div {
        margin-bottom: 16px;

    }

    button.plus,
    button.minus,
    div.remove_prod_from_list,
    div.add_prod_to_list {
        padding: 10px;
    }

    #pxl_table_box .pxl-table-box .body .item {
        grid-template-columns: repeat(6, 1fr) !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    #pxl_table_box .pxl-table-box .body .name {
        grid-area: 1 / 2 / 2 / 5 !important;
        padding: 10px 0 0 0;
        width: 100%;
        align-items: start;
    }

    #pxl_table_box .pxl-table-box .body .name a {
        min-height: unset;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* Maximum number of lines to show */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 3em;
        /* Adjust based on line-height */
    }

    #pxl_table_box .pxl-table-box .body .cart-product-quantity {
        grid-area: 2 / 2 / 3 / 7 !important;
        height: 35px !important;
    }

    #pxl_table_box .pxl-table-box .body .price {
        grid-area: 2 / 1 / 1 / 7 !important;
    }

    #pxl_table_box .pxl-table-box .body .cart-product-quantity {
        align-items: center;
        justify-content: start;
        gap: 8px;
    }

    #product_container .result-product .left .product-data .name a {
        font-size: 12px;
        line-height: 18px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* Maximum number of lines to show */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 3em;
        /* Adjust based on line-height */
    }

    #product_container .result-product .left .product-data {
        padding-left: 5px;
        padding-right: 5px;
    }

    #product_container .result-product .left .product-data .price bdi {
        font-size: 12px;
    }

    #smart_cart_popup #existing_smart_carts .existing-smart-cart .title p {
        word-wrap: break-word;
        max-width: 125px;
    }
}

@media only screen and (max-width: 374px) {

    #pxl_table_box .pxl-table-box .body .name {
        width: 80px;
    }



    #pxl_table_box .pxl-table-box .cart-product-quantity .cart-product-quantity-box {
        width: auto !important;
    }

    #pxl_table_box .pxl-table-box .cart-product-quantity .unit-box {
        width: auto !important;
        right: 30px !important;
    }

    #pxl_table_box .pxl-table-box .cart-product-quantity .quantity .qty,
    #pxl_table_box .pxl-table-box .cart-product-quantity .unit-in-quantity {
        font-size: 12px !important;
        font-weight: 400 !important;
        line-height: 18px !important;
    }

    #pxl_table_box .pxl-table-box .cart-product-quantity .quantity .qty {
        margin-left: -10px;
    }

    #smart_cart_popup #existing_smart_carts .existing-smart-cart .title p {
        font-size: 18px;
        word-wrap: break-word;
        max-width: 100px;
    }
}