.elementor-8196 .elementor-element.elementor-element-4b6760a:not(.elementor-motion-effects-element-type-background), .elementor-8196 .elementor-element.elementor-element-4b6760a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-598dc10 );}.elementor-8196 .elementor-element.elementor-element-4b6760a > .elementor-container{min-height:50px;}.elementor-8196 .elementor-element.elementor-element-4b6760a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;z-index:99;}.elementor-8196 .elementor-element.elementor-element-4b6760a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}#elementor-popup-modal-8196{background-color:rgba(0,0,0,.8);justify-content:center;align-items:flex-start;pointer-events:all;}#elementor-popup-modal-8196 .dialog-message{width:100vw;height:auto;}#elementor-popup-modal-8196 .dialog-close-button{display:flex;}#elementor-popup-modal-8196 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for shortcode, class: .elementor-element-18bf6bf *//* Quote Basket Styling */
#quote-li-icon {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #DBCABD;
    padding: 10px 20px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
    z-index: 1000;
}

#quote-li-icon:hover {
    background: #e68900;
    transform: scale(1.05);
}

#quote-li-icon a {
    text-decoration: none;
    display: flex;
    align-items: center;
    color: white;
    font-weight: bold;
    font-size: 16px;
}

.dashiconsc {
    font-size: 20px;
    margin-right: 8px;
}

.totalitems {
    background: white;
    color: red;
    font-size: 14px;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 50%;
    margin-left: 5px;
    min-width: 20px;
    text-align: center;
}/* End custom CSS */