/* Extra Styles +++++++++
 ++++++++++++++++++++++ */

body.body_style_fullscreen:not(.sc_stack_section_present):not(.elementor-editor-active) .content_wrap_fullscreen,
body.body_style_fullscreen:not(.sc_stack_section_present):not(.elementor-editor-active) .content_wrap_fullscreen {
  	overflow: hidden;	/* Used to prevent the horizontal scroll bar appears.
                           But this rule broke sticky effect for sections - they are jumping down when any rows become fixed */
}

/* Remove shadow from buttons */
.sc_price_item.sc_price_active .sc_price_item_link,
.sc_price_item .sc_price_item_link,
.sc_price_item:hover .sc_price_item_link,
.sc_price_item .sc_price_item_link:hover,
.sc_price_item .sc_price_item_link:focus,
.sc_price_simple .sc_price_item.sc_price_active .sc_price_item_link,
.sc_price_simple .sc_price_item:hover .sc_price_item_link,
.sc_price_simple .sc_price_item .sc_price_item_link:hover,
.sc_price_simple .sc_price_item .sc_price_item_link:focus,
.sc_price_simple_shadow .sc_price_item.sc_price_active .sc_price_item_link,
.sc_price_simple_shadow .sc_price_item:hover .sc_price_item_link,
.sc_price_simple_shadow .sc_price_item .sc_price_item_link:hover,
.sc_price_simple_shadow .sc_price_item .sc_price_item_link:focus,
.sc_price_light .sc_price_item.sc_price_active .sc_price_item_link,
.sc_price_light .sc_price_item:hover .sc_price_item_link,
.sc_price_light .sc_price_item .sc_price_item_link:hover,
.sc_price_light .sc_price_item .sc_price_item_link:focus,
.sc_price_plain .sc_price_item.sc_price_active .sc_price_item_link,
.sc_price_plain .sc_price_item:hover .sc_price_item_link,
.sc_price_plain .sc_price_item .sc_price_item_link:hover,
.sc_price_plain .sc_price_item .sc_price_item_link:focus,
.sc_price_focus .sc_price_item.sc_price_active .sc_price_item_link,
.sc_price_focus .sc_price_item:hover .sc_price_item_link,
.sc_price_focus .sc_price_item .sc_price_item_link:hover,
.sc_price_focus .sc_price_item .sc_price_item_link:focus,
.wpcf7 .wpcf7-submit,
.comments_wrap .form-submit input[type="submit"],
.post_item_404 .go_home,
.woocommerce #btn-buy,
.tinv-wishlist .tinvwl_added_to_wishlist.tinv-modal button,
.woocommerce #respond input#submit,
.woocommerce .button,
.woocommerce-page .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce input[type="button"],
.woocommerce-page input[type="button"],
.woocommerce input[type="submit"],
.woocommerce-page input[type="submit"],
.woocommerce ul.products li.product .button,
.woocommerce div.product form.cart .button,
.woocommerce #review_form #respond p.form-submit input[type="submit"],
.woocommerce-page #review_form #respond p.form-submit input[type="submit"],
.woocommerce table.my_account_orders .order-actions .button,
.woocommerce table.cart td.actions .button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.yith-woocompare-widget a.clear-all,
.woocommerce .woocommerce-cart-form table.shop_table .woo-actions-inner button.button,
.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
