.elementor-951 .elementor-element.elementor-element-32b55c1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS */.custom-cart-icon-box .cart-quantity-display {
    font-size: 12px;  /* Adjust font size for better visibility */
    font-weight: bold;
    color: white;
    position: absolute;
    top: -7px;  /* Adjust vertical positioning */
    right: -7px; /* Default horizontal positioning */
    background-color: #1F61BE;
    border-radius: 50%;
    padding: 3px 6px; /* Add horizontal padding to make it more circular */
    width: 20px; /* Set a fixed width */
    height: 20px; /* Set a fixed height to maintain circle shape */
    line-height: 14px; /* Center the text vertically */
    text-align: center;
}

@media (max-width: 767px) {
    .custom-cart-icon-box .cart-quantity-display {
        font-size: 10px;
        width: 18px;
        height: 18px;
        padding: 2px 4px;
        top: -5px;
        right: calc(30px + (10 * ((100vw - 374px) / 100))); /* Adjust right position based on screen width */
    }
}

@media (max-width: 662px) {
    .custom-cart-icon-box .cart-quantity-display {
        font-size: 10px;
        width: 18px;
        height: 18px;
        padding: 2px 4px;
        top: -5px;
        right: calc(40px + (10 * ((100vw - 374px) / 100))); /* Adjust right position based on screen width */
    }
}

@media (max-width: 1024px) {
    .custom-cart-icon-box .cart-quantity-display {
        font-size: 10px;
        width: 18px;
        height: 18px;
        padding: 2px 4px;
        top: -5px;
        right: calc(40px + (10 * ((100vw - 374px) / 100))); /* Adjust right position based on screen width */
    }
}

@media (min-width: 609px) {
    .custom-cart-icon-box .cart-quantity-display {
        font-size: 10px;
        width: 18px;
        height: 18px;
        padding: 2px 4px;
        top: -5px;
        right: calc(60px + (10 * ((100vw - 374px) / 100))); /* Adjust right position based on screen width */
    }
}

@media (min-width: 500px) {
    .custom-cart-icon-box .cart-quantity-display {
        font-size: 10px;
        width: 18px;
        height: 18px;
        padding: 2px 4px;
        top: -5px;
        right: calc(40px + (10 * ((100vw - 374px) / 100))); /* Adjust right position based on screen width */
    }
}
@media (min-width: 600px) {
    .custom-cart-icon-box .cart-quantity-display {
        font-size: 10px;
        width: 18px;
        height: 18px;
        padding: 2px 4px;
        top: -5px;
        right: calc(50px + (10 * ((100vw - 374px) / 100))); /* Adjust right position based on screen width */
    }
}
@media (min-width: 800px) {
    .custom-cart-icon-box .cart-quantity-display {
        font-size: 10px;
        width: 18px;
        height: 18px;
        padding: 2px 4px;
        top: -5px;
        right: calc(90px + (10 * ((100vw - 374px) / 100))); /* Adjust right position based on screen width */
    }
}/* End custom CSS */