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

.table_pool td {
    border-color: black;
    border-style: solid;
    border-width: 1px;
}

.table_pool tbody td {
    color: rgb(130 187 107);
    text-align: center;
    border: 0;
    background: #c3f3b0;
    border-radius: 4px;
    width: calc(100% / ((18 * 4) + 1));
    font-weight: 300;
}

.table_pool tbody td.ds_draha {
    color: #647d99;
    font-weight: bold;
    background: #d4deef;
}

.table_pool thead td {
    background-color: #c5d6f2;
    text-align: center;
    font-weight: bold;
    color: #5d6d87;
    border: 0;
    border-radius: 4px;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
}

.table_pool {
    border-collapse: separate;
    border-spacing: 2px;
    margin-bottom: 10px;
    width: 1320px;
}

.ds_pool_header {
    display: flex;
}

.ds_td_item {
    cursor: pointer;
}

.ds_td_item.select {
    background-color: red;
    color: transparent;
}

.ds_td_item::-moz-selection,
.ds_draha::-moz-selection {
    /* Code for Firefox */
    color: black;
    background: unset;
}

.ds_td_item::selection,
.ds_draha::selection {
    color: black;
    background: unset;
}

.ds_td_item.selNow {
    background-color: blue;
}

.ds_action_title_item {
    position: absolute;
    color: white;
    display: none;
    font-weight: bold;
    padding: 0.7em 2em;
    border-radius: 4px;
}

.ds_action_title_item.show {
    display: block;
}

.revert_arrow {
    transform: rotateZ(180DEG);
}

.ds_poolevent_header_section h1 {
    font-size: 3.625em;
    margin-bottom: 63px;
    color: #1a3359;
    line-height: 1;
    font-family: "Poppins";
    font-weight: 800;
}

.ds_poolevent_header_links {
    justify-content: space-between;
}

.ds_poolevent_header_section {
    padding-top: 120px;
}

.ds_poolevent_header_section h1 {
    margin-bottom: 40px;
}

h3.ds_table_title {
    font-size: 2.0em;
    margin-bottom: 10px;
}

h3:not(.ds_table_title) {
    margin-bottom: 20px;
    font-weight: 400;
}

.page-template-obsazenost .ds_content_section {
    padding-bottom: 70px;
}

.ds_table_pool_wrapper {
    overflow-x: auto;
    margin-bottom: 40px;
}

/*26.10.2022*/
.ds_pack_menu_buton,
#masthead .ds_wrapper_menu_main .navbar,
#masthead .ds_wrapper_menu_main .navbar #main-nav,
#masthead .ds_wrapper_menu_main .navbar #main-nav ul li {
    height: 100%;
}

#masthead .ds_wrapper_menu_main .navbar #main-nav ul li a::before {
    top: -13px !important;
}

#masthead .ds_wrapper_menu_main .navbar #main-nav ul li.dropdown>a {
    padding-right: 40px;
}

#masthead .ds_wrapper_menu_main .navbar #main-nav ul li.dropdown>a:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    background-image: url(/wp-content/uploads/2022/02/chevron-up.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: 0.3s ease-out;
}

#masthead .ds_wrapper_menu_main .navbar #main-nav ul li.dropdown:hover>a:after {
    transform: translate(-50%, -50%) rotate(90deg);
}

#masthead .ds_wrapper_menu_main .navbar #main-nav ul li.dropdown ul {
    display: none;
    position: absolute;
    width: 180px;
    height: auto;
    background-color: #123c74;
    flex-direction: column;
    align-items: flex-start;
}

#masthead .ds_wrapper_menu_main .navbar #main-nav ul li.dropdown ul>li {
    width: 100%;
    margin-right: 0;
}

#masthead .ds_wrapper_menu_main .navbar #main-nav ul li.dropdown ul>li>a {
    border: 0;
    padding: 15px 8px;
}

#masthead .ds_wrapper_menu_main .navbar #main-nav ul li.dropdown ul>li>a:hover {
    background: #102f5a;
}

#masthead .ds_wrapper_menu_main .navbar #main-nav ul li.dropdown ul>li:last-of-type>a {
    border-bottom: 0;
}

#masthead .ds_wrapper_menu_main .navbar #main-nav ul li.dropdown ul>li>a:before {
    display: none;
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_menu_wrapper ul li.menu-item-has-children ul li {
    margin-top: 17px;
}

@media only screen and (max-width: 1199px) {
    #masthead .ds_wrapper_menu_main .navbar #main-nav ul li.dropdown ul {
        width: 160px;
    }
}

@media only screen and (max-width: 991px) {
    #masthead .ds_wrapper_menu_main .navbar #main-nav ul {
        margin-top: 0 !important;
        height: auto !important;
    }

    .trigger {
        position: absolute;
        right: 0;
        top: 1px;
        width: 50px;
        height: 53px;
        cursor: pointer;
    }

    .trigger:before {
        content: "";
        position: absolute;
        width: 16px;
        height: 16px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) rotate(-90deg);
        background-image: url(/wp-content/uploads/2022/02/chevron-up.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        transition: 0.3s ease-out;
    }

    .trigger.open:before {
        transform: translate(-50%, -50%) rotate(90deg);
    }

    #masthead .ds_wrapper_menu_main .navbar #main-nav ul li.dropdown ul {
        position: relative;
        width: 100%;
    }

    #masthead .ds_wrapper_menu_main .navbar #main-nav ul li.dropdown ul>li>a {
        border: 0 !important;
        border-top: 1px solid rgba(255, 255, 255, 0.36) !important;
    }

    #masthead .ds_wrapper_menu_main .navbar #main-nav ul li.dropdown>a:after {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .ds_poolevent_header_section {
        padding-top: 70px;
    }

    .ds_poolevent_header_section h1 {
        font-size: 40px;
    }

    h3:not(.ds_table_title) {
        font-size: 30px;
    }

    h3.ds_table_title {
        font-size: 25px;
    }
}

@media only screen and (max-width: 575px) {
    .page-template-obsazenost .ds_content_section {
        padding-bottom: 30px;
    }

    .ds_poolevent_header_section h1 {
        font-size: 35px;
    }
}
