#wpadminbar {

    display: none;

}



.warehouse {

    padding: 120px 0 133px;

}



.breadcrumbs {

    display: flex;

    gap: 8px;

    align-items: center;

    margin-bottom: 45px;

}



.breadcrumbs a {

    color: #FD7805;

    font-size: 14px;

    font-weight: 400;

    line-height: 20px;

    /* 142.857% */

    text-decoration-line: underline;

    text-decoration-style: solid;

    text-decoration-skip-ink: none;

    text-decoration-thickness: auto;

    text-underline-offset: auto;

    text-underline-position: from-font;

    transition: opacity .5s ease;

}



.breadcrumbs a:hover {

    opacity: .5;

}



.breadcrumbs span {

    color: #72737F;

    font-size: 14px;

    font-weight: 400;

    line-height: 20px;

    /* 142.857% */

}



.content {

    display: flex;

    position: relative;

    gap: 16px;

}



.filter {

    width: 100%;

    max-width: 311px;

    border-radius: 12px;

    border: 1px solid #E3E4EB;

    background: #FFF;

    height: fit-content;

    position: sticky;

    top: 100px;

}



.filter form {

    border-bottom: 1px solid #D5D5E5;

}



.filter_top {

    display: flex;

    align-items: center;

    padding: 24px 25px 13px;

    border-bottom: 1px solid #E3E4EB;

}



.filter_title {

    color: #050506;

    font-size: 22px;

    font-weight: 700;

    display: flex;

    align-items: center;

}





#filter_remove {

    display: flex;

    align-items: center;

    width: fit-content;

    margin: 0 0 0 auto;

    color: var(--Dark, #72737F);

    gap: 5px;

    font-size: 14px;

    font-weight: 400;

    line-height: 20px;

    /* 142.857% */

    text-decoration-line: underline;

    text-decoration-style: solid;

    text-decoration-skip-ink: none;

    text-decoration-thickness: auto;

    text-underline-offset: auto;

    text-underline-position: from-font;

}



.filter_top_items {

    display: block;

    overflow-y: scroll;
    max-height: 500px;

    width: 100%;

    padding: 21px 25px 40px;

    margin: 0;

}



.filter_top_items li {

    display: flex;

    width: fit-content;

    align-items: center;

    position: relative;

    gap: 10px;

}



.filter_top_items li:not(:last-child) {

    margin-bottom: 12px;

}



.filter_top_items li input {

    width: 100%;

    height: 100%;

    position: absolute;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

    z-index: 2;

    opacity: 0;

    cursor: pointer;

}



.filter_top_items li .check {

    width: 22px;

    height: 22px;

    border-radius: 3px;

    border: 1px solid #E3E4EB;

    background: #FFF;

}



.filter_top_items li .check svg {

    opacity: 0;

    transition: opacity .5s ease;

}



.filter_top_items li input:checked+.check svg {

    opacity: 1;

}





.filter_cat_name {

    color: #252529;

    font-size: 14px;

    transition: color .5s ease;

    font-weight: 400;

    line-height: 20px;

    /* 142.857% */

}



.filter_top_items li input:checked~.filter_cat_name {

    color: #FD7805;

}



.content_right {

    width: 80%;

}


.content__insert_main_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

#add_event {
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(253, 120, 5, 0.25) 0px 2px 8px 0px;
    width: fit-content;
    height: fit-content;
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
    background: rgb(253, 120, 5);
    padding: 16px 19px;
    gap: 10px;
    transition: color 0.5s, background 0.5s;
    margin-bottom: 24px;
    transition: color .5s ease, background .5s ease;
}
#add_event  path {
    transition: stroke .5s ease;
}
#add_event:hover path {
    stroke: #FD7805;
}
#add_event:hover{
    color: #FD7805;
    background: #F4F4F7;
}
.content__insert_box.mob {

    display: none;

}



.content__insert_box {
    width: 100% ;
    border-radius: 12px;

    border: 1px solid #E3E4EB;

    background: #FFF;

    padding: 25px 20px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-bottom: 24px;

}

.content__insert_box.duo{
    width: calc(100% - 200px);
}

.content__insert_box span {

    width: 318px;

    color: #050506;

    font-size: 18px;

    font-weight: 700;

}



.content__insert_box a {

    border-radius: 5px;

    background: #FD7805;

    padding: 16px 19px;

    display: flex;

    gap: 10px;

    justify-content: center;

    align-items: center;

    box-shadow: 0px 2px 8px 0px rgba(253, 120, 5, 0.25);

    width: fit-content;

    height: fit-content;

    color: #FFF;

    font-size: 15px;

    font-weight: 600;

    transition: color .5s ease, background .5s ease;



}



.content__insert_box a:hover {

    color: #FD7805;

    background: #F4F4F7;

}



.content__insert_box a path {

    transition: stroke .5s ease;

}



.content__insert_box a:hover path {

    stroke: #FD7805;

}



.content_box_warehouse {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    grid-column-gap: 16px;

    grid-row-gap: 16px;



}



.warehouse_card {

    position: relative;

    box-shadow: 0px 4px 9px 0px rgba(40, 40, 71, 0.05);

    border-radius: 12px;

    border: 1px solid #E3E4EB;

    background: #FFF;

    overflow: hidden;

}



.warehouse_card_cat {

    position: absolute;

    left: 10px;

    top: 10px;

    width: fit-content;

    height: fit-content;

    color: #050506;

    font-size: 14px;

    font-weight: 400;

    line-height: 20px;

    /* 142.857% */

    padding: 2px 14px;

    border-radius: 56px;

    background: #E6EAA3;



}



.warehouse_card_preview,

.warehouse_card_preview a,
div.post-thumbnail {

    width: 100%;

    height: 100%;

    max-height: 200px;

}



.warehouse_card_preview img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.warehouse_card_box {

    padding: 19px 20px 109px;

    position: relative;

}



.warehouse_card_title {

    color: #050506;

    margin-bottom: 10px;

    font-size: 18px;

    font-weight: 700;



}



.warehouse_card_text {

    color: #72737F;

    font-size: 14px;

    font-weight: 400;

    line-height: 20px;

    display: -webkit-box;

    -webkit-line-clamp: 4;

    -webkit-box-orient: vertical;

    overflow: hidden;

}



.card_more,

.card_more:visited {

    left: 0;

    right: 0;

    margin: auto;

    position: absolute;

    bottom: 30px;

    width: calc(100% - 40px);

    border-radius: 5px;

    border: 1px solid #B2B3BF;

    padding: 13px 19px;

    color: #72737F;

    display: flex;

    justify-content: center;

    align-items: center;

    font-size: 15px;

    gap: 10px;

    font-weight: 500;

    line-height: normal;

    transition: background .5s ease, color .5s ease;

}



.card_more:hover {

    background: #FD7805;

    color: #fff;

}



.card_more path {

    transition: stroke .5s ease;

}



.card_more:hover path {

    stroke: #fff;

}



.nav_box_page {

    display: flex;

    margin-top: 30px;

    justify-content: left;

}



.nav_box_page a,

.nav_box_page span {

    width: 40px;

    height: 40px;

    display: flex;

    align-items: center;

    align-content: center;

    justify-content: center;

    text-align: center;

}



.nav_box_page a {

    color: #050506;

    font-size: 16px;

    font-weight: 400;

    line-height: 20px;

    transition: color .5s ease;

    /* 125% */

}



.nav_box_page a:hover {

    color: #FD7805;

}



.nav_box_page a>svg {

    transition: opacity .5 ease;



}



.nav_box_page a:hover>svg {

    opacity: .5;

}



.nav_box_page span.current {

    color: #fff;

    background: #FD7805;

}



.nav_box_page a.prev,

.nav_box_page a.next {

    width: 25px;

}



#search_cats {

    color: #FFF;

    border-radius: 5px;

    background: #FD7805;

    padding: 16px 10px;

    justify-content: center;

    gap: 10px;

    box-shadow: 0px 2px 8px 0px rgba(253, 120, 5, 0.25);

    font-size: 15px;

    font-weight: 600;

    display: flex;

    align-items: center;

    width: calc(100% - 50px);

    margin: 20px auto;

    opacity: 0.5;

    transition: opacity .5s ease;

}

#search_cats.active {

    opacity: 1;

}

#fillter_count {

    background: #FD7805;

    width: 24px;

    height: 24px;

    align-items: center;

    justify-content: center;

    display: none;

    color: #FFF;

    text-align: center;

    font-size: 14px;

    border-radius: 100%;

    margin-left: 6px;

    font-weight: 600;

}



#arrow_form {

    margin-left: 28px;

    width: 12px;



    display: none;

    transition: rotate .5s ease;

}



#arrow_form.active {

    rotate: 180deg;

}

.none_posts {

    background: #fff;

    padding: 50px 0;

}

.none_posts span {

    color: #72737F;

    text-align: center;

    width: 100%;

    font-size: 16px;

}
.add_event_mob{
    display: none;
}
@media screen and (max-width: 1150px) {
    .content__insert_box {
        width: 100%;
    }
}

@media screen and (max-width: 1100px) {

    .content_box_warehouse {

        grid-template-columns: repeat(2, 1fr);



    }

}





@media screen and (max-width: 850px) {
    #add_event {
        display: none;
    }

    .add_event_mob,.add_event_mob:visited {
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: rgba(253, 120, 5, 0.25) 0px 2px 8px 0px;
        width: fit-content;
        height: fit-content;
        color: rgb(255, 255, 255);
        font-size: 15px;
        font-weight: 600;
        border-radius: 5px;
        background: rgb(253, 120, 5);
        padding: 16px 19px;
        gap: 10px;
        transition: color 0.5s, background 0.5s;
        margin-bottom: 24px;
        width: 100%;
    }

    .content {

        flex-wrap: wrap;

    }



    .content_right,

    .filter {

        width: 100%;

        max-width: 100%;

    }



    .filter {

        position: static;

    }



    .content__insert_box {

        display: none;

    }



    .content__insert_box.mob {

        display: flex;

        width: 100%;

        margin-bottom: 0;

    }



    #fillter_count {

        display: flex;



    }



    #arrow_form {

        display: block;

    }



    .warehouse {

        padding: 25px 0 60px;

    }

}



@media screen and (max-width: 550px) {

    .content_box_warehouse {

        grid-column-gap: 11px;

        grid-row-gap: 11px;

    }



    .warehouse_card_preview {

        max-height: 102px;

    }



    .warehouse_card_cat {

        font-size: 12px;

        max-width: 80%;

        white-space: nowrap;

        overflow: hidden;

        text-overflow: ellipsis;

    }



    .warehouse_card_title {

        font-size: 16px;

        margin-bottom: 0;

    }



    .warehouse_card_text,
    .warehouse_card_text p {

        font-size: 12px;
        line-height: 18px
    }



    .card_more {

        font-size: 14px;

    }



    .warehouse_card_box {

        padding: 16px 10px 72px;

    }



    .content__insert_box.mob {

        flex-wrap: wrap;

        gap: 15px;

        padding: 13px 20px;

    }



    .content__insert_box span {

        font-size: 16px;

        width: 100%;

    }



    .content__insert_box a {

        width: 100%;

    }



    .filter_title {

        font-size: 20px;

    }



    .breadcrumbs {

        margin-bottom: 34px;

    }



    .warehouse {

        padding: 20px 0 60px;

    }

    .card_more,
    .card_more:visited {

        bottom: 13px;
        width: calc(100% - 25px);

    }

}