/*
Theme Name: DS theme
Theme URI: 
Author: DS
Author URI: 
Description:  The best wordpress theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: draftspot_theme
Tags: ds
*/
.ds_hide{
    display: none!important;
}
.d-flex{
    display: flex;
}
.opac0{
    opacity: 0;
}
.shop_sort_check_txt,.shop_sort_color_value{
    pointer-events: none;
}

.noUi-connect {
    background: #0075ff!important;
}

#ds_shop_price_range .noUi-tooltip {
    display: none;
}
#ds_shop_price_range .noUi-active .noUi-tooltip {
    display: block;
}
body{
    scroll-behavior: smooth;
}
table.variations,.woocommerce-variation-add-to-cart{
    width:1px;
    height:1px;
    opacity:0;
}
.ds_single_title{
    justify-content: space-between;
}
.woocommerce div.product form.cart {
    width: 1px;
    height: 1px;
    opacity: 0;
    overflow: hidden;
}
.single_variation_wrap{
    width: 1px;
    height: 1px;
    opacity: 0;
    overflow: hidden; 
}
.ds_order_item_row{
    display: flex;
}
.ds_order_item{
    width:25%;
}

.woocommerce-edit-account .woocommerce-MyAccount-content .edit-account > .woocommerce-form-row {
    width: 100%!important;
}

/*
.megaMenu{
    position: absolute;
    top: -152px;
    transition: .5s all;
    z-index: 99!important;
}
.megaMenu_active{
    transform: translateY(220px); 
}
#masthead{
    background: #fff!important; 
}
body.home #masthead{
    background: #ef5a3d!important;
}
*/
.ds_shop_item_color{
    padding: 5px 10px;
}
.ds_slider_sec_bestellen{
	z-index: 1;
}
.ds_shops_sec .ds_shops_texts h3{
	text-transform: uppercase;
}
#masthead:before, #masthead:after{
	display: none;
}
#masthead .ds_wrapper_menu_main:before, #masthead .ds_wrapper_menu_main:after{
	content: "";
    position: absolute;
    top: 0;
    width: calc(50vw - (100% / 2));
    background-color: #067397;
    height: 65px;
}
#masthead .ds_wrapper_menu_main:before{
	right: 100%;
}
#masthead .ds_wrapper_menu_main:after{
	left: 100%;
}
footer .ds_footer_bgs:before, footer .ds_footer_bgs:after{
	display: none;
}
footer .ds_footer_bgs .container{
	position: relative;
}
footer .ds_footer_bgs .container:before, footer .ds_footer_bgs .container:after{
    content: "";
    position: absolute;
    bottom: 0;
    background-color: #067397;
    width: calc(50vw - (100% / 2) + 30px);
    height: 78px;
}
footer .ds_footer_bgs .container:before{
	left: 100%!important;
}
footer .ds_footer_bgs .container:after{
	right: 100%!important;
}
.ds_open_daten{
	display: inline-block;
	color: #067397;
	text-decoration: underline;
	cursor: pointer;
}
@media only screen and (max-width: 1349px){
	footer .ds_footer_bgs .container:before{
		height: 80px;
		width: 110vw;
    	left: 50%!important;
    	transform: translateX(-50%);
		z-index: 1;
	}
	footer .ds_footer_bgs .container:after{
		display: none;
	}
}
@media only screen and (max-width: 991px){
	#masthead .ds_wrapper_menu_main:before, #masthead .ds_wrapper_menu_main:after{
		display: none;
	}
	footer .ds_footer_bgs .container:before{
		height: 50px;
	}
}
@media only screen and (max-width: 767px){
	footer .ds_footer_bgs .container:before{
		height: 70px;
	}
}
@media only screen and (max-width: 575px){
	footer .ds_footer_bgs .container:before{
		height: 80px;
	}
}
@media only screen and (max-width: 400px){
	footer .ds_footer_bgs .container:before{
		height: 90px;
	}
}