.form-field
{
    display: block;
    margin: 4px auto;
}

.form-button {
    display: block;
    margin: 0 auto !important;
}

.form-field-textarea {
    width: 320px;
    max-width: 320px;
    min-width: 320px;
    background-color: white !important;
}

.newsletter-wrap {
    background-size: cover;
    margin-bottom: 0;
}

.footer-middle {
    padding-top: 70px;
}

.partners_block {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 60px;
    margin: 0 100px 0 100px;
}

.partners_logo_block {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 12%;
    min-width: 12%;
    height: 20vh;
    margin: 20px;
    display: block;
}

.partners_head {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    text-transform: none;
    font-family: 'Montserrat', sans-serif;
    margin-top: 100px;
}


.search-results {
    width: 181px;
    background: #333;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1000;
    right: 158px;
    top: 45px;
    height: 65vh;
    min-height: 400px;
    overflow-y: scroll;
}

.search-item {
    display: flex;
    align-items: center;
    padding: 4px;
    cursor: pointer;
    transition: 0.3s ease-out;
}

.search-item:hover {
    background-color: #432f2f;
}


.search-field {
    width: 181px !important;
}

.search-photo {
    width: 40px;
    height: 40px;
    background-size: cover;
}

.search-label {
    color: #fff;
    margin-left: 15px;
}

@media only screen and (min-width: 767px) {

.tp-fullwidth-forcer {
    height: calc(100vh - 85px) !important;
    min-height: 600px;
}

}

.tp-bgimg {
    filter: brightness(60%);
}


.slotslide > div {
    filter: brightness(60%);
}


.product-view .product-shop .add-to-box {
    min-width: 465px;
}

.pdf_img {
    margin-right: 8px;
    padding-bottom: 2px;
    width: 20px;
}

.btn-order {
    content: none;
    background-color: #333333 !important;
}

.btn-order:before {
    content: none !important;
}

.availability.in-stock {
    background: #327423;
}

.selected_sort {
    width: fit-content !important;
}

.sort_variants > li {
	font-weight: 400 !important;
	width: 100% !important;
}


.selected_sort_label {
    margin-right: 16px;
}

.navbar-form > div.input-group {
    background-color: #171f18;
}

.none {
    display: none !important;
}

.img_category > img {
    height: 100%;
}

.newsletter-wrap .newsletter > form > textarea {
    margin-bottom: 10px;
}

.offer-banner-section > div.container {
    display: block;
}

nav.sticky {
    margin-left: 0;
}

.mapframe {
    position: relative;
}

.map-contacts {
    width: 400px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.map-contacts-bg {
    opacity: 0.8;
    background-color: black;
    height: 100%;
}

.map-contacts-content {
    position: absolute;
    top: 0;
    padding: 30px;
    color: white;
}

.regional_contacts {
    display: flex;
    justify-content: center;
    margin-left: 20%;
    margin-right: 20%;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.regional_contacts > h2 {
    width: 100%;
}

.regional_contacts > div {
    width: 300px;
    margin: 10px;
    padding: 20px;
    background: #327423;
    color: white;
}

.regional_contacts > h2, .map-contacts-content > h2 {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    text-transform: none;
    font-family: 'Montserrat', sans-serif;
    margin-top: 100px;
    margin-bottom: 40px;
}

.map-contacts-content > h2 {
    margin-top: 0;
    text-align: left;

}

.distributor_label {
    font-size: 16px;
}

.distributor_item > p, b, div > p {
    margin: 0;
}

.phones {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.distributor_item img, .map-contacts-content img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.phones > div > a, .regional > a {
    color: white;
    display: block;
}

.main-contacts {
    margin-bottom: 40px;
}

.main-contacts > * {
    margin-top: 10px;
    margin-bottom: 10px;
}

.regional {
    margin-top: 10px;
    margin-bottom: 10px;
}

.distributor_location {
    margin-top: 10px !important;
    margin-bottom: 10px !important; 
}

.filter_li {
    cursor: pointer;
}

.filter_set {
    font-weight: 700 !important;
}

.phone-box {
    cursor: pointer;
}

.search-results-mob {
    width: 100%;
    height: fit-content;
    background-color: white;
    overflow-y: scroll;
    max-height: 40vh;
}

.cart_img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

#cart-sidebar {
    max-height: calc(100vh - 220px);
    min-height: 70px;
    overflow-y: scroll;
}


.order_popup {
    display: flex;
    align-items: center;
}

.product_popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000001;
}

.product_popup_bg {
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: black;
    position: absolute;
    top: 0;
    left: 0;
}

.product_popup_content {
    height: auto;
    margin-left: calc(50% - 300px);
    width: 600px;
    background-color: white;
    position: relative;
    display: flex;
    flex-direction: column;
}

.product_popup_content > h3 {
    text-align: center;
    margin-top: 40px;
}


.product_popup_content > form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
}

.product_popup_content > form > * {
    display: block;
    width: 90%;
    margin-top: 4px;
    min-width: 90%;
    max-width: 90%;
}

.product_popup_content > form > textarea {
    background-color: white;
    min-height: 40px;
    max-height: 100px;
}

.product_popup_content > form > input {
    border: 1px #ddd solid;
}

.product_popup_content > form > #product_id {
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.product_popup_content > form > #product_id:hover {
    border-color: #000;
}

.product_popup_content  > div  {
    padding-left: 5%;
    margin-top: 30px;
    margin-bottom: 20px;
}
.product_popup_content  > div > label {
    font-size: 18px;
}

.product_popup_content > div > img {
    height: 120px;
    width: 120px;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    margin-right: 15px;
}


.popup_button {
    border: 2px solid #da2c2a;
	background: #da2c2a;
	padding: 6px 12px;
	color: #FFF;
    font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	transition: 0.2s ease-out;
    height: 42px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
}


.popup_button:hover {
    border: 2px solid #333333;
	background: #333333;
}

.product_popup_bg {
    cursor: pointer;
}


.col > a > img, .img_category > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.left > div.last {
    height: 294px !important;
}

#add-slideshow li {
    height: 100%;
}

.addcart {
    cursor: pointer;
}


#filters_substances_list, #filters_cultures_list {
    max-height: 35vh;
    overflow-y: scroll;
}

#filters_substances_list::-webkit-scrollbar-thumb, #filters_cultures_list::-webkit-scrollbar-thumb {
    background-color: #327423;
    outline: 1px solid #327423;
    border-radius: 8px;
}

#filters_substances_list::-webkit-scrollbar-track-piece, #filters_cultures_list::-webkit-scrollbar-track-piece {
    width: 2px;
    background-color: #acacac;
}

#filters_substances_list::-webkit-scrollbar, #filters_cultures_list::-webkit-scrollbar {
    width: 2px;
}

.product-display {
	transform: scale(-1, 1)
}

.nav-tabs>li {
    float: none !important;
}


.new-label, .sale-label {
    transform: scale(-1, 1);
}

@media (max-width: 767px) {
    .header-top {
        z-index: 100;
        position: relative;
    }
}


@media (min-width: 1200px) {
    .sticky .header .logo {
        /* margin-top: 13px; */
        margin-top: 7px;
    }

    #page > nav > div > div > div > a > img, #page > footer > div.footer-middle > div > div > div:nth-child(1) > div > a > img {
        width: 150px;
        height: 45px;
    }
}

.tp-caption.LargeTitle {
    white-space: normal !important;
}

form > select {
    background-color: white !important;
}