/*
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
*/

/*all*/
*{
    color: black;
    font-family: "Kumbh Sans";
    line-height: 1.6;
}
body{
    font-size: 16px;
}
section{
    overflow: hidden;
}
main{
    padding-top: 100px;
}
/*colors*/
:root{
    --font_blue: #00275a;
    --font_white: #ffffff;
    --orange: #ff7848;
    --light_grey: #f0f3e2;
    --bg_grey: #f8f9f1;
    --dark_blue:#00285c;
}

/*sw*/
ul.thwmsc-tabs{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media only screen and (min-width: 576px){
    ul.thwmsc-tabs{
        max-width: 540px;
    }
}
@media only screen and (min-width: 768px){
    ul.thwmsc-tabs{
        max-width: 720px;
    }
}
@media only screen and (min-width: 992px){
    ul.thwmsc-tabs{
        max-width: 960px;
    }
}
@media only screen and (min-width: 1200px){
    ul.thwmsc-tabs{
        max-width: 1140px;
    }
}
@media only screen and (min-width: 1370px){
    .container, ul.thwmsc-tabs{
        max-width: 1363px;
    }
}






/*fonts*/

@font-face{
    font-family: "Kumbh Sans";
    src: url("/wp-content/themes/draftspot_theme/assets/fonts/KumbhSans-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}
@font-face{
    font-family: "Kumbh Sans";
    src: url("/wp-content/themes/draftspot_theme/assets/fonts/KumbhSans-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
}
@font-face{
    font-family: "Kumbh Sans";
    src: url("/wp-content/themes/draftspot_theme/assets/fonts/KumbhSans-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face{
    font-family: "Kumbh Sans";
    src: url("/wp-content/themes/draftspot_theme/assets/fonts/KumbhSans-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}
@font-face{
    font-family: "Kumbh Sans";
    src: url("/wp-content/themes/draftspot_theme/assets/fonts/KumbhSans-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}
@font-face{
    font-family: "Kumbh Sans";
    src: url("/wp-content/themes/draftspot_theme/assets/fonts/KumbhSans-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
}
@font-face{
    font-family: "Fraunces";
    src: url("/wp-content/themes/draftspot_theme/assets/fonts/Fraunces-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face{
    font-family: "Fraunces";
    src: url("/wp-content/themes/draftspot_theme/assets/fonts/Fraunces-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}
@font-face{
    font-family: "Fraunces";
    src: url("/wp-content/themes/draftspot_theme/assets/fonts/Fraunces-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}
@font-face{
    font-family: "Fraunces";
    src: url("/wp-content/themes/draftspot_theme/assets/fonts/Fraunces-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
}


/*titles*/
h1, h1 span, h2, h3, h4{
    color: var(--color1);
    line-height: 1.2;
}
h1{
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 20px;
    text-transform: uppercase;
}
h1 span{
    font-size: 20px;
    margin-top: -28px;
    color: var(--color2);
    text-transform: uppercase;
}
h2{
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
}
h3{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 11px;
    font-family: "Kumbh Sans";
}
h4{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 19px;
    text-transform: uppercase;
}

p{
    font-family: "Kumbh Sans";
}
/*btns*/
.btn{
    line-height: 1.2;
    padding: 17px 47px 17px 47px;
    border-radius: 3px;
    font-size: 16px;
    background-color: transparent;
    transition: 0.2s ease-out;
    font-weight: normal;
    cursor: pointer;
    font-family: "Kumbh Sans";
}
.btn.btn-primary{
    border: 2px solid white;
    color: white;
    cursor: pointer;
    font-family: "Kumbh Sans";
}
.btn.btn-primary:hover{
    background-color: white;
    color: var(--color1);
}
.btn.btn-secondary{
    border: 2px solid var(--color2);
    color: var(--color2);
    padding: 16px 59px;
}
.btn.btn-secondary:hover{
    color: var(--color1);
    background-color: var(--color2);
}
.btn_full{
    color: var(--font_white);
    background-color: var(--orange);
    max-width: 270px;
    cursor: pointer;
}
.btn_empty{
    color: var(--orange);
    max-width: 270px;
    transition: 0.2s ease-out;
    font-weight: normal;
    font-size: 16px;
    border-radius: 3px;
    padding: 0px;
    display: flex;
    align-items: center;
    margin-left: 30px;
    width: 60px;
    border-bottom: 2px solid;
    height: 0;
    margin-top: 29px;
    padding-bottom: 15px;
    cursor: pointer;
    font-family: "Kumbh Sans";
}

.btn.focus, .btn:focus{
    box-shadow: none;
}
.ds_hide{
    display:none!important;
    transition: .5s all;
}
.ds_filters_section_body{
    transition: .5s all; 
}
.d-flex{
    display:flex;
    flex-wrap: wrap;
}
/*product*/
.ds_single_variation_item{
    padding:5px 10px;
    border: 1px solid;
    position:relative;
}
.ds_single_variation_item.attr_active{
    border: 1px solid red;
}
.ds_single_variation_item_color{
    padding:5px 10px 5px 31px;
}
.ds_single_variation_item span{
   width:20px;
   height: 20px;
   position: absolute;
   left:0px;
   border-radius: 100px;
}
.woocommerce-variation-add-to-cart{
    display: flex;
}
.ds_product_wrapper_quantity{
    width:100px;

}
.ds_product_wrapper_quantity .qty{
    width: 100%!important;
    position: relative;
    left: 11px;

}
.ds_product_quantity_input{
    width: 31px;
    height: 31px;
    border: 1px solid;
    text-align: center;
    z-index: 2;
    background-color: white;
}
.ds_product_quantity_input_minus{}
.ds_product_quantity_input_plus{
    right:-7px;

}
.ds_single_modal_wrapper{
    position: absolute;
    top: 300px;
    max-width: 500px;
    margin: auto;
    width: 500px;
}
.ds_single_modal_close{
    position: absolute;
    top: 10px;
    right:10px; 
}
.ds_single_add_modal_wrapper{
    position: absolute;
    top: 300px;
    max-width: 500px;
    margin: auto;
    width: 500px;
}
.ds_single_add_modal_close{
    position: absolute;
    top: 10px;
    right:10px; 
}
/*blog detail*/
.ds_blog_container{
    max-width: 820px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}
/*big menu*/
.ds_big_menu_item_wrapper{
    position: absolute;
    top:0px;
    border: 1px solid;
    z-index: 100;
    background-color: var(--light_grey);
}

.rn_search_form .search-form::after {
    pointer-events: none;
}

.woocommerce-pagination{
    display:none;
}
.ds_shop_main ul.products{
    opacity:0;
}/**/
.ds_filters_section_header.ds_filter_oppen h4::after {
    transform:rotate(180deg);
    top: 19px;
}
.ds_blog_filters_title{
    font-size: 14px;
    text-transform: uppercase;
    color: #3D3D3D;
}
.ds_blog_section_filters::before {
    display:none;
}

.ds_opacity0{
    opacity:0!important;
    transition: .5s all;
}

.up-sells .ds_opacity0, .related .ds_opacity0,.cross-sells .ds_opacity0{
    opacity:1!important;
    transition: .5s all;
}

.ds_loop_image_wrapper{
    position: relative;
    text-align: right;
}
.ds_shop_tag_wrapper{
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
}

.ds_shop_tag_item{
    padding:4px 7px;
   
}
.ds_shop_tag_item_wrapper{
    margin-bottom: 5px; 
}
.ds_shop_tag_products_tags_doprava_zdarma{
    background-color: #000;
    color:#fff;
}
.ds_shop_tag_products_tags_novinka{
    background-color: #b6cf39;
    color:#fff;
}
.ds_shop_tag_products_tags_akce{
    background-color: #f03b90;
    color:#fff;
}
.ds_shop_tag_products_tags_vyprodej{
    background-color: #f2764f;
    color:#fff;
}
.ds_shop_tag_products_tags_darek_k_nakupu{
    background-color: #58b8e5;
    color:#fff;
}
.ds_single_tag_wrapper{
    position: absolute;
    bottom: 0%;
    right: 0%;
    text-align: right;
}
.cross-sells h2{
    display: block!important;
}
.ds_single_contact_wrapper {
    margin-bottom: 83px;
}
.thwmsc-tab-panel.cart .cart_totals.calculated_shipping{
    display: none;
}
.woocommerce span.onsale{
    padding:0px!important;

}
@media only screen and (max-width: 768px){
    .ds_single_wrapper span.onsale{
        position:absolute;
        top:10%;
    }
    .ds_single_wrapper .ds_container_wrapper{
        position: relative;
    }
}
.ds_single_wrapper span.onsale{
    position:absolute;
    top: 20%;
    left: 9%;
}
.ds_single_wrapper .ds_container_wrapper{
    position: relative;
}
.ds_cart_total_tr{
    text-align: right;
}
.ds_cart_total_td{
    width: 100%;
    padding-right: 2%;
}
.ds_sletter_input{
    width: 82%;
    height: 50px;
    border-radius: 6px;
    border: 1px solid #CBCBCB;
    padding-left: 20px;
}
.ds_mail_submit2{
    line-height: 1.2;
    padding: 11px 47px;
    border-radius: 5px;
    font-size: 16px;
    color: white;
    background-color: #FF7847;
    transition: 0.2s ease-out;
    font-weight: normal;
    cursor: pointer;
    font-family: "Kumbh Sans";
    margin-left: -128px;
    z-index: 1; 
}
.active_tag{
    background: #FF7847!important;
    border: 2px solid #64534c!important;
    color: var(--font_white)!important;
}
.ds_total{
    min-width: 289px;
}
.ds_total_pure,.ds_total_tax{
    min-width: 212px;
}
.ds_total_pure_amount,.ds_total_tax_amount{
    text-align: right;
    min-width: 50px;
}
.ds_big_menu_others_wrapper{
    padding: 50px;
}
.ds_big_menu_others_wrapper_mobile{
    padding-right: 18px;
    padding-top: 10px;
    margin-top: 15px;
}
.accordion_questions {
  background-color: #ff7847;
  width: 500px;
  margin: 5px auto 5px auto;
  border-radius: 5px;
}

.title_accordion{
    color: white;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion_questions:hover {
  background-color: #d8663c;
}

/* Style the accordion panel. Note: hidden by default */
.accordion_questions .panel {
  padding: 12px;
  background-color: var(--light_grey);
  display: none;
  overflow: hidden;
}
.title_questions{
    font-size: 24px;
    font-weight: 700;
    font-family: "Fraunces";
    margin-top: 50px;
    margin-bottom: 50px;
    color: #00285c;
    text-align: center;
}
@media only screen and (max-width: 768px){
    .accordion_questions {width: 300px;}
}

.woocommerce-result-count {
  display: none;
}


.antana.donation .container .column.c3{
  display: flex;
  justify-content: center;
  align-items: center;
}

.antana.donation .container .column.c3 div{
    display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
}


.antana.donation .container .column.c3 div img{
  width: 70%;
}

.antana.donation .container .header{
  height: 20%;
  text-align: center;
  margin-bottom: 30px;
}

.antana.donation .container .header h2{
    color: var(--dark_blue);
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 19px;
    margin-top: 20px;
    font-family: "Fraunces";
    text-transform: unset;
}

.alertPopup{
    position: fixed;
    
    right: -200px;
    bottom: 50px;
    height: 100px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    font-size: 13px;
    color: white;
    font-family: Poppins;
}

.alertPopup.red{
    background-color: #c60000;
}
.alertPopup.green{
    background-color: #00d200;
}
.alertPopup.active{
    transition: 0.5s ease-in;
    right: 50px;

}
