/*
Theme Name: Draftspot theme
Theme URI: 
Author: Draftspot
Author URI: www.draftspot.net
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: flashrad,Draftspot
*/
.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;
}