/*
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
*/
.float_r{
    float: right;
}
.w-50{
    width: 50%;
}
td.rent_day a{
    background: rgba(255, 0, 0, 0.495)!important;
}
.ds_modal_wrapper {
    position: fixed;
    top: 20%;
    width: 50%;
    background-color: white;
    z-index: 11111;
    padding: 50px;
    left: 25%;
}
.ds_modal_wrapper h3{
    font-size: 4.25em;
    font-weight: 700;
}
.ds_modal_wrapper h3 strong{
    color: #D2B61F;
}
.ds_modal_wrapper p{
    font-size: 1.625em;
    font-weight: 400;
}
.ds_modal_wrapper .ds_modal_header{
    justify-content: space-between;
}
@media (max-width: 767px) {
    .ds_modal_wrapper .ds_form_wrap input.ds_email_e {
        width: 10em!important;
        max-width: 90%;
    }
    .ds_modal_wrapper h3 {
        font-size: 2.25em;
        font-weight: 700;
    }
    .ds_modal_wrapper .ds_eform_close {
        top: 5em!important;
    }
}
.ds_rezervation_right{
    position: relative;
}
.ds_rezervation_end{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 999;
    text-align: center;
    padding-top: 30%;
    padding-bottom: 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ds_rezervation_end_text,.ds_rezervation_end_bottom{
    text-align: center;
}
.ds_rezervation_end_text span{
    font-size: 42px;
    font-weight: 600;
    color: #223E63;
    max-width: 418px;
    display: inline-block;
}
.ds_rezervation_end_bottom .btn{
    border: 0;
}
.ds_clear_sep{
    clear: left;
}
.woocommerce-bacs-bank-details{
    display: none;
}

.cart .quantity_spinner {
    width: 5.25em;
    height: 2.25em;
    display: flex;
    background: #F3F3F3;
    position: relative;
    border-radius: 3px;
    min-height: 1em;
}
.cart .quantity_spinner .quantity_spinner_minus, .cart .quantity_spinner .quantity_spinner_plus {
    min-width: 1em;
    width: 100%;
    height: 100%;
    background-size: 0.82em;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
    background-color: transparent;
    border: 0;
    border-radius: 0.1875em 0 0 0.1875em;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}
.cart .quantity_spinner .quantity_spinner_input {
    min-width: 1.4em;
    width: 100%;
    height: 100%;
    padding: 0.1em;
    text-align: center;
    border: 0;
    font-size: 0.9375em;
    font-weight: 400;
    color: black;
    line-height: 1.2;
    border-right: 1px solid #DEDEDE;
    border-left: 1px solid #DEDEDE;
    border-radius: 0;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    -webkit-appearance: none !important;
    -moz-appearance: textfield !important;
    appearance: textfield;
    margin: 0;
}
#primary .woocommerce-cart-form .shop_table tbody .product-quantity .quantity {
    height: 0;
    width: 0;
    opacity: 0;
    overflow: hidden;
}
.ds_cart_wrap{
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 1em;
}
.cart-collaterals .ds_cart_coupon {
    display: flex;
    align-items: flex-end;
    margin-bottom: 2.375em;
}
.cart-collaterals .ds_cart_coupon .ds_cart_coupon_label {
    margin-right: 0.3125em;
    width: 100%;
}
.cart .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    /* float: right; */
    width: 100%;
}
.woocommerce-page .woocommerce .shop_table tbody tr:last-of-type td.actions {
    padding: 0;
    border-top: 0;
    line-height: 0;
    font-size: 0;
}
#primary .woocommerce-cart-form .shop_table tbody .actions .coupon {
    opacity: 0;
    height: 0;
    width: 0;
}
.ds_age_wrapper{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #000000c4;
    top: 0;
    z-index: 999;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}
.ds_modal_body{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 1.875em 3.75em;
    background: white;

}
#customer_details .col-1,#customer_details .col-2{
    clear:left;
    width: 100%;
}
#masthead .ds_wrapper_menu_main .header_icons{
    gap: 2.375em;
}
#masthead .ds_wrapper_menu_main .header_icons_cart{
    position: relative;
}
#masthead .ds_wrapper_menu_main .ds_basket_amount{
    position: absolute;
    color: #406D19;
    top: -11px;
    left: 26px;
    font-weight: 700;
    text-decoration: none;
}
.dot-preloader-overlay{
	position: fixed;
    top: 0;
    left: 0;
}
.dot-preloader-overlay img{
	 width: 100vw;
    height: 100vh;
}
.ds_disabled{
	pointer-events:none;
	opacity:.6;
}
.woocommerce-loop-product__title:hover{
	text-decoration: underline;
	transition:.4s all;
}