/** Shopify CDN: Minification failed

Line 359:14 Expected identifier but found whitespace
Line 359:15 Unexpected "2px"

**/

 
.find-distributor{
    width: 100%;
    max-width: 580px;
    padding: 0;
} 
.find-distributor .page-title{
    text-align: left;
    padding-bottom: 24px;
    font-size: 24px;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 16px;
}
.find-distributor .group-header{ 
    font-family: TradeGothicLTStd-Bold,Arial,Helvetica,sans-serif;
    font-size: 24px;
    margin-bottom: 16px; 
    padding-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
}
.find-search{
    margin-top: 21px;
}
.find-search label{
    font-family: TradeGothicLTStd-Bold,Arial,Helvetica,sans-serif;
    font-size:15px;
    font-weight: 700;
    margin-bottom: 3px;

} 
.find-search .select2 .select2-selection--single{ 
    border: 1px solid #161616;
    border-radius: 3px 0px 0px 3px; 
    height: 56px;
}
.find-search .search-input{
    width: calc( 100% - 100px );
}
/* .find-search .search-input .select2-selection__arrow{
    display: none;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: #FAFAFA !important;
    color: #212529 !important;
} */

.find-search .search-input [type=text]{
    width: 100%;
    border: 1px solid #161616;
    border-radius: 100px 0px 0px 100px;
    height: 50px;
    padding: 5px 10px;
    padding-left: 20px;
    font-family: TradeGothicLTStd-Bold,Arial,Helvetica,sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal; 
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
}
.find-search .search-input [type=text]::placeholder{
    font-weight: 100;
    font-family: TradeGothicLTStd,Arial,Helvetica,sans-serif;
}
.find-search .search-input [type=text]:focus-visible{
    outline: unset;
    outline-offset: unset;

}

input[type="search"]::-webkit-search-cancel-button:before, input[type="text"]::-webkit-search-results-button:before, input[type="text"]::-webkit-search-results-decoration:before {
    position: absolute;
    content: 'x';
    font-style: normal;
    color: #000;
  } 
   

.ui-autocomplete {
    width: 190px;
    /* max-height: 180px; */
    padding: 0;
    margin: 0;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    color: #fff; 
    border: #DDDDDD 1px solid; 
  }
  .ui-autocomplete ul {
    list-style: none;
  }
  .ui-autocomplete li { 
    margin: 0; 

  } 
  
  .ui-autocomplete li a {
    display: block; 
    cursor: pointer;
    white-space: nowrap;
    font-family: TradeGothicLTStd,Arial,Helvetica,sans-serif; 
    font-size: 14px;
    font-style: normal;
    font-weight: 300; 
    color: #161616;
    padding: 12px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ui-autocomplete li a:hover {
    background: #FAFAFA;
  }
  .custom-autocomplete {
    /* Add your CSS styles here */
    border: 1px solid #ccc;
    background-color: #fff;
    color: #333;
    max-height: 150px;
    overflow-y: auto;
  }




.find-search .btn-search{
    font-family: TradeGothicLTStd-Bold,Arial,Helvetica,sans-serif;
    border-radius: 0px 100px 100px 0px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    background:  #161616;
    height: 50px;
    display: grid;
    padding: 0 17px;  
    transition: all .3s ease-in-out;
}

@media(min-width:992px){
    .find-search .btn-search:hover{
        color: #00833E;
    }
}
.find-search .btn-search svg{
    vertical-align: baseline;
}
 .select2-results__option{
    padding: 12px;
    font-size: 13px; 
    font-weight: 500;
}
.find-search .select2-selection__rendered, .find-search .select2-selection__clear{
    line-height: 54px !important;
    height: 54px !important;
    font-weight: 600;
}

.tetx-center{
    text-align: center;
}

.locate-me-btn{
    border-radius: 100px;
    background: #00833E;
    color: #fff;
    display: grid;
    height: 48px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    font-family: TradeGothicLTStd-Bold,Arial,Helvetica,sans-serif;
}
@media(min-width:1024px){

    .locate-me-btn:hover{
        background-color: #000;
        color: #fff;

    }
    .find-search .btn-search:hover{
        background: #00833E;
        color: #fff;
    }
}


.locate-me-btn svg{
    vertical-align: top;
}
.locate-me-btn:hover{ 
    color: #fff; 
}

.locate-me-btn-gray{
    border-radius: 3px;
    background: #F2F2F2;
    color: #161616;
    display: block;
    /* height: 48px; */
    font-weight: 600;
    text-align: left;
    padding:10px 15px;

    white-space: nowrap; 
    width: 100%; 
    overflow: hidden;
    text-overflow: ellipsis;
}
.locate-me-btn-gray svg{
    vertical-align: top;
}

/* Tabs */
.custom-tab-content {
    display: none;
    padding-top: 20px;
}
.custom-tab{
    border-bottom: 1px solid #F3F3F3; 
    margin-top: 25px;
} 
.custom-tab a{ 
    padding: 12px 15px 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700; 
    font-family: TradeGothicLTStd-Bold,Arial,Helvetica,sans-serif;
    color: #000; 
    display: inline-block;
    position: relative; 
    border-bottom:2px solid #fff ;
}
.custom-tab a.active{  
    color: #00833E; 
    border-bottom: #00833E 2px solid;
}

/* List View */
ul.list-view li{ 
    margin-bottom: 20px;
}
ul.list-view li .list-view-desk-top{
    display: flex; 
}

ul.list-view li .pro-photo{
    width: 100%;
    max-width: 140px;
}
ul.list-view li .pro-dis{
    margin-left: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #F3F3F3;
    width: 100%;
}
ul.list-view li .pro-dis h3{
    font-size: 18px;
    font-style: normal;
    font-weight: 700; 
    font-family: TradeGothicLTStd-Bold,Arial,Helvetica,sans-serif;
    color: #161616; 
    margin-bottom: 0px;
}
ul.list-view li .pro-dis p{
    font-size: 14px; 
    font-weight: 400;  
    color: #161616; 
}
ul.list-view li .pro-dis p a{
    font-size: 14px; 
    font-weight: 700;  
    color: rgba(33, 37, 41, 0.80);
}
.view-btns{
    margin-top: 15px;
}
.view-btns a{
    border-radius: 2px;
    border: 1px solid   #979797;
    padding: 5px 7px;
    color: rgba(33, 37, 41, 1);
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    margin-right: 5px;
    text-align: center;
}
.view-btns a svg{
    vertical-align: sub;
}


.view-btns.warp{
    display: flex; 
    align-items: flex-start;
    gap: 10px;
    align-self: stretch; 
}
.view-btns.warp a{
    border-radius: 2px;
    border: 1px solid   #979797;
    padding: 5px 10px;
    color: rgba(33, 37, 41, 0.80);
    font-weight: 700;
    font-size: 14px;
    display:block;
    margin-right: 0px;
    width: 100%;
}
.view-btns.warp a.enquiry-btn, .view-btns.warp  a.call-btn{
    background:  #161616;
    color: #fff;
    border-color: #161616; 
    width: auto;
}





.view-btns-mobile{
    display: none;
    justify-content: space-between;
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #F3F3F3;
}

.view-btns-mobile a{
    border-radius: 2px;
    border: 1px solid   #979797;
    padding: 5px 5px;
    color: rgba(33, 37, 41, 0.80);
    font-weight: 700;
    font-size: 14px;
    display: inline-block; 
    width: calc(50% - 5px);
    display: flex;


    
    align-items: center;
}

.view-btns-mobile a.call-btn { background-color:black; color:white;}

border-radius: 2px;
border: 1px solid   #000;
padding: 5px 5px;
color: rgba(33, 37, 41, 0.80);
font-weight: 700;
font-size: 14px;
display: inline-block;
width: calc(50% - 5px);
display: flex;



align-items: center;

}

.view-btns-mobile a svg{
    vertical-align: sub;
}

.view-btns-mobile.warp{
    display: none; 
    align-items: flex-start;
    gap: 10px;
    align-self: stretch; 
}
.view-btns-mobile.warp a{
    border-radius: 2px;
    border: 1px solid   #979797;
    padding: 5px 5px;
    color: rgba(33, 37, 41, 0.80);
    font-weight: 700;
    font-size: 14px;
    display: block; 
    width: 100%;
    text-align: center;
}
.view-btns-mobile.warp a.enquiry-btn, .view-btns-mobile.warp a.call-btn{
    background:  #161616;
    color: #fff;
    border-color: #161616; 
    width: auto;
    padding: 5px 12px;
}





@media screen and (max-width: 580px) {
    ul.list-view li .pro-photo { 
        max-width: 140px;
    } 
    ul.list-view li .pro-dis{
        border-bottom: 0px;
        padding-bottom: 0px;
    }
    .view-btns{
       display: none;
    }
    .view-btns.warp{
        display: none;
    }
    .view-btns-mobile{
        display: flex; 
        column-gap: 5px;
    }
    .view-btns-mobile.warp{
        display: flex; 
        
    }


    
  }

  @media screen and (max-width: 375px) {
    .view-btns-mobile.warp{ 
        gap: 7px; 
    }
    .view-btns-mobile.warp a{
        padding: 5px 5px;
        font-size: 12px;
        line-height: 24px;
    }
    .view-btns-mobile.warp a svg { 
        width: 17px;
    }
    .view-btns-mobile.warp a.enquiry-btn{  
        padding: 5px 5px;
    }

    

    
  }

 

.map-canvas .btn-green{
    /* border-radius: 3px;
    background: #00833E;
    color: #fff;  
    font-weight: 500;
    margin-top: 10px;
    padding: 5px 10px;
    font-size: 12px; */
    margin-top: 10px;
    border-radius: 2px;
    /* border: 1px solid #979797; */
    background-color: #161616;
    padding: 5px 10px;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    display: inline-block; 
    
} 
.map-canvas .btn-green:hover{ 
    background: #00833E;
    color: #fff; 
    /* border-color: #00833E;   */
    
} 

.map-canvas .btn-green:focus{ 
    box-shadow: none !important;
    
} 
.map-canvas .heading-1{
    font-size: 16px;
    color: #00833E;
    margin-bottom: 5px;
    display: block;
    
}
.map-canvas .gm-ui-hover-effect{
    top: -2px !important;
    right: -2px !important;
    background: #f2f2f2 !important;
}
 
.map-canvas .maps-text{
    font-size: 12px;
    line-height: 18px;
    padding: 6px;

}
.gm-style .gm-style-iw-c{
    border-radius: 1px; 
}



 /* BUTTON 6 */
/* .sixth {
  border-radius: 3em;
  border-color: $green;
  color: $green;
  background: {
      image: linear-gradient(to bottom, transparent 50%, $green 50%);
      position: 0% 0%;
      size: 210%;
  }
  transition: background 150ms ease-in-out, color 150ms ease-in-out;
  
  &:hover {
    color: #fff;
    background-position: 0 100%;
  }
} */


.listitems{
  list-style:none;
}
label.error {
    color: red;
}

/* creating css loader */

#loadingsrch {
    width: 2rem;
    height: 2rem;
    border: 5px solid #f3f3f3;
    border-top: 6px solid #22823f;
    border-radius: 100%;
    margin: auto;
    visibility: hidden;
    animation: spin 1s infinite linear;
}
#loadingsrch.display {
    visibility: visible;
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
