/*
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;
}
.tab_nav_item{
    color: white;
    padding: 5px 10px;
}
.tab_nav_active{
    color: red;
}
article{
    position: relative;
}
article.ds_section{
    overflow: hidden;
}
.ds_single_service_content{
    color: white;
}
.lightbox-overlay{
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    background: linear-gradient(86.79deg, rgba(22, 30, 61, 0.96) -2.38%, rgba(28, 39, 80, 0.96) 100.48%);
    z-index: 1001;
    cursor: pointer;
}
.service-template-default .lightbox-modal{
    position: fixed;
    background-color: transparent;
   /* width: 660px!important;
    height: 80%;*/
    z-index: 1001;
    left: 50%;
    top: 53%;
    transform: translate(-50%, -50%);
    overflow-y: auto;
}
.service-template-default .ds_lightbox_cancel{
    cursor: pointer;
    color: white;
    font-weight: bold;
    z-index: 2000;
    width: 40px;
    height: 40px;
    padding: 10px;
    float: right;
}
.home .lightbox-modal{
    position: fixed;
    background-color: transparent;
    width: 80vh!important;
    height: 80vh;
    z-index: 1001;
    left: 50%;
    top: 53%;
    transform: translate(-50%, -50%);
}

.home .lightbox-modal_header{
    display: none
}

.home .lightbox-modal_body{
    height: 100%;
}

.home .lightbox-modal_body img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home .lightbox-modal{
    position: fixed;
    background-color: transparent;
    width: 80vh!important;
    height: 80vh;
    z-index: 1001;
    left: 50%;
    top: 53%;
    transform: translate(-50%, -50%);
}

.page-template-reference .lightbox-modal_header{
    display: none
}

.page-template-reference .lightbox-modal_body{
    height: 100%;
}

.page-template-reference .lightbox-modal_body img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.page-template-reference .lightbox-modal{
    position: fixed;
    background-color: transparent;
    width: 80vh!important;
    height: 80vh;
    z-index: 1001;
    left: 50%;
    top: 53%;
    transform: translate(-50%, -50%);
}

.service-template-default .ds_modalRef_img{
    margin-bottom: 35px;
}
.ds_modalRef_img img{
    width: 100%;
    height: auto;
}
.service-template-default .lightbox-modal_header,.ds_modalRef_text,.lightbox-modal_news{
    min-height: 40px;
    color: white;
}
.service-template-default .ds_modalRef_text p{
    color: white;
    margin-bottom: 0px;
    font-size: 1.0625em;
}
.service-template-default .lightbox-modal_news h3{
    margin: 40px 10px;
}
.swiper-container{
    position: relative;
}