.elementor-316 .elementor-element.elementor-element-f690f9c{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );text-transform:var( --e-global-typography-text-text-transform );font-style:var( --e-global-typography-text-font-style );text-decoration:var( --e-global-typography-text-text-decoration );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );word-spacing:var( --e-global-typography-text-word-spacing );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}body.elementor-page-316:not(.elementor-motion-effects-element-type-background), body.elementor-page-316 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );word-spacing:var( --e-global-typography-text-word-spacing );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );word-spacing:var( --e-global-typography-text-word-spacing );}}/* Start custom CSS *//* Wishlist heading size fix */
.woocommerce-wishlist h1,
.woocommerce-wishlist .page-title,
.yith-wcwl-wishlist-title,
h1.page-title {
    font-size: 28px !important;
    font-weight: 600 !important;
    color: #333333 !important;
    margin-bottom: 20px !important;
}

/* Hide duplicate "My wishlist" big heading */
.yith-wcwl-share-on-top h2,
.woocommerce-wishlist h2 {
    font-size: 22px !important;
}

/* Wishlist table styling */
.yith-wcwl-wishlist table th {
    background-color: #B11226 !important;
    color: #ffffff !important;
    padding: 12px !important;
}

.yith-wcwl-wishlist table td {
    padding: 12px !important;
    vertical-align: middle !important;
}

/* Add to cart button in wishlist */
.yith-wcwl-wishlist .add_to_cart_button {
    background-color: #B11226 !important;
    color: #ffffff !important;
    border-radius: 6px !important;
    padding: 8px 15px !important;
}/* End custom CSS */