.elementor-646 .elementor-element.elementor-element-58c24f9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--background-transition:0.3s;--margin-top:-54px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-646 .elementor-element.elementor-element-379238d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}.elementor-646 .elementor-element.elementor-element-6d99337{--display:flex;--background-transition:0.3s;}/* Start custom CSS for html, class: .elementor-element-f266d64 */.container-wholesaler {
    position: relative;
    z-index: 999;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-58c24f9 */#titleHeaderWholesaler .e-con-inner {
    max-width: 100%;
    margin: 0px;
}

#titleHeaderWholesaler .e-con-inner img {
    width: 100% !important;
}

#titleHeaderWholesaler .contain {
    text-align: center;
    padding-top: 60px;
}

#titleHeaderWholesaler .contain h1 {
    top: 25px;
    position: relative;
    font-family: 'Douglas-Burlington', sans-serif;
    font-weight: bold;
    text-transform: uppercase
}
.page-header {
    display: none;
}
@import url('https://fonts.cdnfonts.com/css/douglas-wolves');/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-df0d335 */.container-wholesaler {
    position: relative;
    z-index: 999;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.container-wholesaler p {
        font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
    max-width: 650px;
    margin-bottom: 30px;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-d6b9d95 */.wholesaler-form {
    margin-bottom: 30px;
}

.wholesaler-form-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wholesaler-form-inner {
    background-color: #DB1515;
    border-radius: 20px;
    padding: 30px 30px 35px;
    max-width: 575px;
    text-align: center;
    box-shadow: 0px 10px 6px 0px #00000033;
    width: 100%;
    margin-bottom: 20px;
}

.wholesaler-label {
    font-size: 24px;
    font-weight: bold;
    color: white;
}

.wholesaler-select {
    margin-top: 10px;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: none;
    background: none;
    border-bottom: 1px solid white;
    border-radius: 0px;
    color: white;
    font-family: Montserrat;
    padding-left: 0px;
}

.wholesaler-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 50px;
    row-gap: 20px;
    z-index: 999;
    position: relative;
}

.wholesaler-item {
    border: none;
    padding: 0px 0px 20px 0px;
    text-align: left;
    border-bottom: 1.5px solid #E6E6E6 !important;
    overflow: hidden;
}

.wholesaler-name {
    font-size: 16px;
    font-weight: 600;
    color: black;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    line-height: 1.5;
}

.wholesaler-address {
    font-size: 14px;
    color: #DB1515;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    margin-bottom: 0px;
    width: 100%;
    line-height: 1.5;
    position: relative;
    padding-left: 20px;
}

.wholesaler-location-icon {
    width: auto;
    vertical-align: middle;
    margin-right: 5px;
    height: 16px !important;
    left: 0px;
    top: 3px;
    position: absolute;
}



@media screen and (max-width: 765px) {
  .wholesaler-grid {
      grid-template-columns: repeat(2, 1fr) !important;
  }
}


@media screen and (max-width: 450px) {
  .wholesaler-grid {
      grid-template-columns: repeat(1, 1fr) !important;
  }
}/* End custom CSS */