@media screen and (max-width: 576px) {
    jdiv#jvLabelWrap {
        bottom: 60px !important;
        right: 5px !important;
    }

    .marketplaces_links a {
    }
}

.__jivoMobileButton {
  bottom: 60px  !important;
}

#jvLabelWrap {
    right: calc(50% - 300px) !important;
}

.vendor-entry {
    text-align: center;
}

.marketplaces {
    margin-bottom: 2em;
}

.marketplaces_links a {
    display: inline-block;
    background: none !important;
    margin: 10px 10px 0 0;
}

.vendor-entry:hover svg * {
    fill: white !important;
}

.ta-post-meta {
    font-size: 0.9em;
    color: #666;
    padding-bottom: 1em;
  }
  
.posted-on .entry-date {
    color: #2bb6d0;
  }
  
header.header h1 {
    line-height: 1.2;
    padding-top: 5px;
    /* padding-bottom: 4px; */
  }

  header.header .breadcrumbs {
    padding-top: 5px;
  }

  .menu-contacts .menu-block{
    padding-left: 32px;
    padding-right: 0px;
  }
h2.primary-header {
    text-align: left;
}

.reviews-list {
    grid-row-gap: 2em;
}

.catalog-brands ul {
    justify-content: flex-start;
}

footer.footer .footer-socials {
    align-items: flex-end;
}

footer.footer {
    padding: 2em 6em;
}

footer.footer.s-container.deep {
    padding: 0px;
    width: 100%;
    flex-direction: row;
    background: none;
}

footer.footer.s-container.wrapper {
    flex-direction: column;
}

.privacy-policy {
    display: inline-block;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.privacy-policy:hover {
    text-decoration: underline;
}

@media (max-width: 1140px) {
    footer.footer.s-container.deep {
        flex-direction: column;
    }
}

footer.footer .copyright {
    flex-direction: column;
    align-items: flex-start;
}

.btn {
    font-family: Gilroy, sans-serif !important;
}

.footer-logo-icon-container {
    width: 165px;
    margin-bottom: 10px;
}

.partner-get {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.partner-get-block {
    display: flex;
}

.partner-get-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 21px;
}

.partner-get-image {
    margin-right: 15px;
}

.partner-get-image img {
    min-width: 40px;
}

.border-line {
    margin: 46px 0;
    border-top: 1px solid rgb(201, 216, 218);
}

.partner-form {
    /* left: calc(50% - 400px); */
    max-width: 800px;
    z-index: 1000;
    background-image: url(/assets/tiledback-f9375a5a.png);
    position: relative;
}

.partner-form .primary-header {
    margin:0;
    text-align: center !important;
    position: absolute;
    width: 100%;
    top: 20px;
    
}

.popup-close {
    position: absolute;
    right: 25px;
    top: 25px;
    cursor: pointer;
}

.partner-form-overflow.active {
    display: flex;
    overscroll-behavior: contain;
}

.partner-form-overflow {
    display: none;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    z-index: 1000;
    position: fixed;
    overflow-y: scroll;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(130,130,130,.3);
}


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

    .partner-form-overflow {
        min-height: 100svh;
    }

    .partner-form {
        max-width: 94%;
        margin-top: 120px;
        padding-top: 40px;
        padding-bottom: 20px;
        margin-bottom: 70px;
    }

    .popup-close {
        top: 20px;
        right: 20px;
    }

    .popup-close img {
        width: 20px;
        height: 20px;
    }

    .border-line {
        margin: 30px 0;
    }
}



@media screen and (max-width: 1440px) {
    .partner-get {
        flex-direction: column;
        gap: 20px;
    }
    .partner-get-block {
        margin-bottom: 20px;
    }

}


@media screen and (max-width: 1140px) {
    footer.footer .footer-socials {
        align-items: center;
    }

    footer.footer .copyright {
        align-items: center;
    }

    .footer-logo-icon-container {
        margin-bottom: 0;
    }
}

.search-results h3:first-child{
    margin-top: 0.7em;
  }