/* 
Theme Name: Digital Duke Child
Theme URI: https://www.digital-duke.nl
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Header */
p#wc-stripe-payment-request-button-separator {
    display: none !important;
}
div#wc-stripe-payment-request-wrapper {
    display: none !important;
}
.headerScroll {
 transform: translatey(-160px);
 -moz-transition: all .3s ease!important;
 -webkit-transition: all .3s ease!important;
 transition: all .3s ease!important;
}
.elementor-sticky--effects.headerScroll  {
 height: auto!important;
 transform: translatey(0px);
}
.elementor-sticky--effects.headerBase {
 display: none!important;
}
/* Safari Fix Header */
/*#menu-1-5f07b9f .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child):after {
	border-radius:50%;
}*/
/* Product Loop */
.e-loop-item.sale:before {
	content: 'sale';
    z-index: 2;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    color: #885c3f;
    background-color: #ddd0c1;
    padding: 5px 10px;
    position: absolute;
    left: 0px;
    top: 0px;
}
/* Single Product */
.elementor-element.elementor-element-7557109.variable-price.elementor-widget.elementor-widget-text-editor {
    margin-bottom: -20px;
}
.quantity {
    height: 52px;
    position: relative;
    top: 10px;
}
input.input-text.qty.text {
    border-radius: 50px;
    padding: 10px 10px;
    width: 50px;
}
.woocommerce span.onsale {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    color: #885c3f;
    background-color: #ddd0c1;
    padding: 5px 10px;
}
.woocommerce span.onsale {
    padding: 10px 15px !important;
    left: 5px;
}
@media screen and (max-width:1024px) {
	.elementor-125 .elementor-element.elementor-element-9669113 .elementor-nav-menu__container.elementor-nav-menu--dropdown {
		margin-top:10px !important;
	}
}

}