.ProductsView-background {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: black;
    background-image: url(../images/bg_pattern.jpg);
    background-attachment: fixed;
    background-size: 30%;
    filter: brightness(0.2) blur(7px);
}

.events-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.events-wrapper a {
    color: #FFFFFF;
}

.events-wrapper img {
    width: 100%;
    min-height: 210px;
    height: 100%;
    display: flex;
    object-fit: cover;
}

.events-wrapper .slide {
    margin: 0px 10px;
    height: inherit;
    background-color: #1B1B1B;
    display: flex;
    flex-direction: column;
    width: 374px;
    border: 1px solid transparent;
    transition: var(--transitionTime) ease-in-out;
}

.events-wrapper .slide:hover {
    box-shadow: inset 0px 0px 10px 0px rgba(69, 90, 13, 1);
}

.events-wrapper .slick-list {
    width: 100%;
    height: 100%;
}

.events-wrapper .slick-track {
    width: 100%;
    display: flex !important;
    justify-content: space-between;
}

.events-wrapper .author-icon svg {
    width: 100%;
    height: 100%;
}

.events-wrapper .title {
    font-family: var(--OpenSans);
    /*min-height: 45px !important;*/
    padding: 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    border-bottom: 1px solid #2D2C2C;
    min-height: 100px;
    display: flex;
    align-items: center;
}

.events-wrapper .title p {
    margin: 0px;
}

.events-wrapper .info ul {
    margin: 0px;
    padding-left: 20px;
    list-style-type: none;
    font-family: var(--OpenSans);
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #A7A7A7;
}

.events-wrapper .social ul svg {
    margin-right: 15px;
    float: left;
}

.events-wrapper .social ul li:nth-child(1) svg {
    margin-top: -2px;
}

.events-wrapper .svg-img {
    display: inline;
    margin-right: 10px;
}

.events-wrapper .svg-img img {
    height: 16px;
    width: 16px;
}


.events-wrapper .info p {
    /* float: left; */
    display: inline;
    /* margin: 15px; */
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    /* text-align: right; */
    /* color: #FFFFFF; */
    /* border-bottom: 1px dotted white; */
    margin-top: auto;
    /* text-decoration: underline dotted; */
}

.events-wrapper .info ul li {
    margin-top: 15px;
    display: flex;
    align-items: center;
}

/* ________________________________ Change Bootstrap __________________________________ */
.container {
    width: auto !important;
    max-width: 1200px;
}

.product_sort__link {
    color: #FFFFFF !important;
}

.products_container__boxed {
    /* background-color: #ff0000 !important; */
    background: transparent !important;
    border: 0px !important;
}

.products_container__boxed>h1 {
    margin-left: 2px;
    font-family: var(--OpenSans);
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 49px;
}

.products_container {
    width: 1200px;
    margin: 0px !important;
}

.products_container__sort {
    border: 0px !important;
}

.product_sort__title {
    color: #FFFFFF !important;
}

.sidebar__boxed {
    background-color: var(--okay-second-company) !important;
}

.sidebar_heading {
    color: #FFFFFF !important;
}

.browsed__link {
    border: 0px !important;
    border-bottom: 2px solid #455a0d44 !important;
    border-radius: 0px !important;
}

.browsed__link:hover {
    border-bottom: 2px solid #455A0D !important;
    box-shadow: 0px 0px 0px #FFFFFF00 !important;
}

.fa-shopping-cart:before {
    content: none !important;
}

.product_sort__link {
    font-family: var(--OpenSans);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0px;
    text-align: left;
    color: #A7A7A7;
    margin: 5px 20px 14px 20px;
}

.product_item.swiper-slide {
    /* min-height: 500px !important; */
    margin-right: 1px !important;
    margin-bottom: 0px;
    height: auto;
}

.events-wrapper .slide form {
    /* height: 40px; */
    margin-top: auto;
}

.filters span,
.filters .separator {
    color: #FFFFFF !important;
}

.product_sort__link.active_down .sorting_icon--left,
.product_sort__link.active_up .sorting_icon--right {
    fill: #455A0D !important;
}

.product_sort__form:hover button {
    border-color: #455A0D !important;

}

.max_input,
.min_input {
    background: #1b1b1b !important;
    color: #FFFFFF !important;
}


.ui-slider-range.ui-widget-header.ui-corner-all {
    background-color: #455A0D !important;

}

.ui-slider {
    border: 0px;
}

.boxed.boxed--big {
    border-left: 0px;
    background-color: #1b1b1b;
    color: #cccccc;
    padding: 20px;
}

.disabled_btn {
    box-shadow: inset 0px 0px 65px 1px black;
}

.disabled_btn>span {
    color: #ffffff99;
}

.doc_warning {
    padding: 10px 10px;
}

.doc_warning a {
    transition: var(--transitionTime);
    border-bottom: 1px dashed white;
}

.doc_warning a:hover {
    color: #455A0D;
    border-bottom: 1px dashed #455A0D;
}

.waiting-btn {
    width: 100% !important;
}

.product_list_img_wrapper {
    height: 210px;
}


article.main__online-events .slider .slide ul li span {
    display: block;
}