.testimonial-banner {
    height: 35.5vw;
}

.testimonial-banner .img{
    height: 100%;
}

.testimonial-banner .img img, .testimonial-banner .img picture {
    width: 100%;
    height: 100%;
}

.testimonial-banner .img img{
    object-fit: cover;
}



@media(min-width: 1024px){



    .testimonial-gallery .swiper-slide,
    .testimonial-gallery .swiper-slide:nth-child(4n+1) {
        width: 25%;
        padding: 0 0.46vw;
    }

    .testimonial-gallery .swiper-slide > div > div,
    .testimonial-gallery .swiper-slide:nth-child(4n+1) > div > div
    {
        margin-bottom: 1vw;
    }


}


@media(max-width: 1024px){

    .testimonial-banner {
        height: 90vw;
    }

    .testimonial-gallery .swiper-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .testimonial-gallery .swiper-slide, .testimonial-gallery .swiper-slide:nth-child(4n+1) {
        width: 100%;
        /*    display: flex;
        flex-wrap: wrap;*/
    }

    .testimonial-gallery .swiper-slide > div{
        width: 100%;
        padding: 0 1.33vw;
    }

    .testimonial-gallery .swiper-slide img,
    .testimonial-gallery .swiper-slide img:not(:last-child) {
        margin-bottom: 2.66vw;
    }
}


.testimonial-block {
    width: 80%;
    margin: 0 auto;
}


.testimonial-block ul{
    display: flex;
    flex-wrap: wrap;
}

.testimonial-block ul li{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 5% 0;
}


.testimonial-block ul li .testimonial-block-img{
    width: 20%;
    margin-top: 2.5%;
    align-self: center;
}

.testimonial-block ul li .testimonial-block-img img{
    align-self: center;
}

.testimonial-block ul li .testimonial-block-text{
    width: 60%;
}

.testimonial-block ul li .testimonial-block-text img {
    margin-top: 5%;
}

.testimonial-block{
    margin: 5% auto;
}

.show_more_btn{
    text-align: center;
    margin: 5%;
}
.hideme{
    display: none;
    transition: .3s all;
}
.hideme.active{
    display: block;
}


@media(max-width: 1024px){
    .testimonial-block ul li {
        width: 100%;
        margin: 10% 0;
    }
    .testimonial-block ul li.odd{
        flex-direction: row-reverse;
    }
    .testimonial-block ul li .testimonial-block-text {
        width: 65%;
    }
    .testimonial-block ul li .testimonial-block-img {
        width: 25%;
        margin: 0;
        align-self: flex-start;
    }
    .testimonial-block {
        margin: 10% auto;
        width: 96%;
    }
}



.page-template-tpl-dealers-new .distributors-banner h1 {
    margin-bottom: 0;
}

.page-template-tpl-dealers-new .distributors-banner form ._top{
    position: relative;
}

.page-template-tpl-dealers-new .distributors-banner form ._input input{
    border: 2px solid white;
    border-radius: 50px;
    padding: 0.8vw;
    line-height: 1.4vw;
    /* margin-top: 0.5%;
    margin-bottom: 1%; */
    margin: 0;
}

/* .page-template-tpl-dealers-new .distributors-banner form ._input input::-webkit-input-placeholder,
.page-template-tpl-dealers-new .distributors-banner form ._input input:-moz-placeholder,
.page-template-tpl-dealers-new .distributors-banner form ._input input::-moz-placeholder,
.page-template-tpl-dealers-new .distributors-banner form ._input input:-ms-input-placeholder,
.page-template-tpl-dealers-new .distributors-banner form ._input input::placeholder{
color: red !important;
opacity: 0;
}

.page-template-tpl-dealers-new .distributors-banner form ._input input:hover::-webkit-input-placeholder,
.page-template-tpl-dealers-new .distributors-banner form ._input input:hover:-moz-placeholder,
.page-template-tpl-dealers-new .distributors-banner form ._input input:hover::-moz-placeholder,
.page-template-tpl-dealers-new .distributors-banner form ._input input:hover:-ms-input-placeholder,
.page-template-tpl-dealers-new .distributors-banner form ._input input:focus::-webkit-input-placeholder,
.page-template-tpl-dealers-new .distributors-banner form ._input input:focus:-moz-placeholder,
.page-template-tpl-dealers-new .distributors-banner form ._input input:focus::-moz-placeholder,
.page-template-tpl-dealers-new .distributors-banner form ._input input:focus:-ms-input-placeholder{
color: red;
opacity: 0;
} */


.page-template-tpl-dealers-new .distributors-banner form ._submit{
    position: absolute;
    z-index: 1;
    right: 5px;
    top: 2px;
    /* padding: 2.5%; */
}

.page-template-tpl-dealers-new .distributors-banner form ._submit button{
    background: none;
    border: 0;
}
.page-template-tpl-dealers-new .distributors-banner form ._submit button img{
    height: 1.4vw !important;
    width: auto;
}

.page-template-tpl-dealers-new .distributors-banner form{
    position: relative;
}

.page-template-tpl-dealers-new .distributors-banner form ._submit {
    position: absolute;
    z-index: 1;
    right: 5px;
    top: 2px;
    /* padding: 2.5%; */
}

.page-template-tpl-dealers-new .distributors-banner form ._submit button {
    background: none;
    border: 0;
    padding: 0.8vw;
}

.page-template-tpl-dealers-new .distributors-banner form ._submit button img{
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.page-template-tpl-dealers-new ._radio{
    display: flex;
    justify-content: center;
}


.page-template-tpl-dealers-new ._radio > div{
    margin: 1%;
}

.page-template-tpl-dealers-new .search ._button{
    width: 100%;
}

.page-template-tpl-dealers-new .search ._button {
    width: 30%;
    margin-top: 5%;
}




.page-template-tpl-dealers-new .search ._button button,
.testimonial-banner ._button button
{
    border: 2px solid white;
    border-radius: 50px;
    padding: 3% 0;
    margin-top: 0.5%;
    margin-bottom: 1%;
    background: transparent;
    color: #fff;
    font-size: 85%;
    width: 100%;
    font-weight: bold;
}


.testimonial-banner ._button {
    width: 21.6%;
    margin: 5% 0 0;
}

.testimonial-banner ._button button{
    border: 2px solid white;
    border-radius: 50px;
    padding: 3% 0;
    margin-top: 0.5%;
    margin-bottom: 1%;
    background: transparent;
    color: #fff;
    font-size: 89%;
    width: 100%;
    font-weight: bold;
}

._form{
    margin-top: 10%;
}

._form form {
    width: 60%;
    margin: 2.5% auto;
}

._form form fieldset {
    border: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

._form form fieldset .input {
    width: 48%;
    margin-bottom: 6%;
}

._form form fieldset .input input{
    width: 100%;
}

._form form ._submit button{
    color: #ff6121;
    border: 0;
    background: none;
    font-size: 125%;
    font-weight: bold;
    padding-bottom: 1%;
}

._form form ._submit button img {
    filter: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    height: auto;
    width: 15%;
    position: relative;
    position: relative;
    /*  top: 0.7vw;
    */  margin-left: 5%;
    transform: scale(2.5);padding:;position: relative;left: 10%;
}

/* Customize the label (the container) */
.container-radio {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.container-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .checkmark {
    background-color: #fff;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark{
    background-color: #e6d349;
}
.container-radio input:checked ~ .check-text{
    color: #e6d349;
}


/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input ~ .checkmark:after {
    display: block;
}


/* Style the indicator (dot/circle) */
.container-radio .checkmark:after {
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #000;
    background: transparent;
}

/* Style the indicator (dot/circle) */
.container-radio input:checked ~ .checkmark:after {
    background: #e6d349;
}




@media(max-width: 1024px){
    .testimonial-banner .text {
        text-align: center;
    }
    .testimonial-banner ._button {
        width: 70%;
        text-align: center;
        margin: 5% auto;
    }
    .testimonial-banner ._button button{

        font-size: 85%;
    }
    .page-template-tpl-dealers-new .distributors-banner h1{
        margin-bottom: 1rem;
    }
    .page-template-tpl-dealers-new .distributors-banner form ._top{
        margin-bottom: 1rem;
    }
    .page-template-tpl-dealers-new .distributors-banner form ._input input {
        padding: 0.8vw;
        line-height: 7.5vw;
    }
    .page-template-tpl-dealers-new .distributors-banner form ._submit button {
        padding: 0.8vw;
    }
    .page-template-tpl-dealers-new .distributors-banner form ._submit button img{
        height: 3.2vw !important;
    }
    .page-template-tpl-dealers-new .distributors-banner form ._submit {
        top: 5px;
        /* padding: 1.5% 2%; */
    }
    .page-template-tpl-dealers-new .search ._button {
        margin-top: 10%;
        width: 75%;
    }
    ._form form {
        width: 100%;
    }
    ._form form ._submit button img {
        width: 8%;
        top: 0.7vw;
        margin-left: 2.5%;
    }
}


/* #Dealers Banner
================================================== */
.dealers-banner {
    position: relative;
}

.dealers-banner .img img,
.dealers-banner .img picture {
    width: 100%;
}

.dealers-banner .text {
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    width: 25.52vw;
}

.dealers-banner p {
    margin: .75vw 0 1vw 0;
}

.dealers-banner .btn {
    margin-top: 3.65vw;
}

.dealers-banner .imgs img:nth-child(1) {
    position: absolute;
    top: 14.16vw;
    left: 25.5vw;
    width: 19.47vw;
    z-index: 2;
}

.dealers-banner .imgs img:nth-child(2) {
    position: absolute;
    top: 13.43vw;
    left: 20.4vw;
    width: 5.83vw;
    z-index: 3;
}

.dealers-banner .imgs img:nth-child(3) {
    position: absolute;
    top: 18.28vw;
    left: 16.97vw;
    width: 4.58vw;
    z-index: 2;
}

.dealers-banner .imgs img:nth-child(4) {
    position: absolute;
    top: 14.21vw;
    left: 68.69vw;
    width: 3.54vw;
    z-index: 0;
}

@media (max-width: 1023.98px) {
    .dealers-banner .text {
        top: 78%;
        transform: translate(-50%, -50%);
        width: 82%;
    }

    .dealers-banner p {
        margin: 3.5vw 0;
    }

    .dealers-banner .btn {
        display: none;
    }

    .dealers-banner .imgs img:nth-child(1) {
        top: 26.66vw;
        left: 47.6vw;
        width: 43vw;
    }

    .dealers-banner .imgs img:nth-child(2) {
        top: 26.66vw;
        left: 66.6vw;
        width: 14.93vw;
    }

    .dealers-banner .imgs img:nth-child(3) {
        top: 40vw;
        left: 22vw;
        width: 11.73vw;
    }

    .dealers-banner .imgs img:nth-child(4) {
        top: 23.33vw;
        left: 25.33vw;
        width: 9vw;
    }
}

/* #Dealers Form
================================================== */
.dealers-form {
    text-align: center;
    padding: 6.77vw 0;
}

.dealers-form .container {
    width: 49%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.dealers-form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 2vw;
}

.dealers-form form > * {
    flex: 0 0 32%;
    margin-bottom: 2.6vw;
}

.dealers-form .container > a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dealers-form .checkbox {
    margin-bottom: 1.5vw;
}

.dealers-form .container > a img {
    width: 1.8vw;
    margin-left: .78vw;
}

@media (max-width: 1023.98px) {
    .dealers-form {
        padding: 0 0 20vw 0;
    }

    .dealers-form .container {
        width: 83%;
    }

    .dealers-form h2 {
        margin: 0 auto;
        width: 80%;
    }

    .dealers-form form {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 8vw;
    }

    .dealers-form form > * {
        flex: 0 0 47%;
        margin-bottom: 9.33vw;
        text-align: left;
    }

    .dealers-form .checkbox {
        margin-bottom: 5vw;
    }

    .dealers-form .container > a img {
        width: 8vw;
        margin-left: 2vw;
    }
}

/* #Dealers Search
================================================== */
.dealers-search {
    text-align: center;
    margin-bottom: 5%;
}
.dealers-search.active{
    margin-bottom: 0;
}

.dealers-search .container {
    width: 52%;
}

.dealers-search h2 {
    margin-bottom: .5vw;
}

.dealers-search form {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 3.125vw;
    border-radius: 500px;
    border: 2px solid black;
    padding: 0 1vw;
}

.dealers-search form a {
    justify-self: flex-end;
}

.dealers-search form a img {
    width: 1.8vw;
}

.dealers-search input {
    background-color: none;
    border: none;
    color: black;
    font-weight: bold;
    flex-grow: 1;
    text-align: center;
    font-size: 100%;
}

.dealers-search input::placeholder {
    color: black;
}

@media (max-width: 1023.98px) {
    .dealers-search {
        margin-bottom: 20vw;
    }

    .dealers-search .container {
        width: 86%;
    }

    .dealers-search h2 {
        margin-bottom: 2.66vw;
    }

    .dealers-search form {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 0;
        border: none;
        padding: 0;
    }

    .dealers-search form a {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .dealers-search form a img {
        width: 4.66vw;
    }

    .dealers-search input {
        border-bottom: 2px solid black;
        width: 100%;
        padding-bottom: 4vw;
        margin-bottom: 4vw;
    }

    .dealers-search input::placeholder {
        color: black;
    }
}

.dealers-banner .btn {
    margin-top: 3.65vw;
}

/* #Btn
================================================== */
.btn {
    height: 3.5vw;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .93vw;
    font-weight: 800;
    padding: 0 2.86vw;
}

.btn.btn-primary {
    color: #212222;
    background-color: rgba(255, 255, 255, .8);
    border-radius: 2px;
}

.btn.btn-secondary {
    color: white;
    border: 2px solid white;
    background-color: #181818;
    border-radius: 500px;
}

@media (max-width: 1023.98px) {
    .btn {
        height: 10.4vw;
        font-size: 3.2vw;
        padding: 0 6.66vw;
    }
}


.dealers-search .v-input{
    width: 100%;
}

.dealers-form form > .input{
    flex: 0 0 32%;
    margin-bottom: 2.6vw;
}

.dealers-form form > .input input{
    width: 100%;
    margin: 0;
}

.dealers-form form > label.error{
    color: red;
}

.dealers-form form > .checkbox {
    width: 100%;
    flex: 0 0 100%;
    text-align: center;
    justify-content: center;
}

.dealers-form form > .submit{
    width: 100%;
    flex: 0 0 100%;
}

.dealers-form form > .submit button {
    width: 100%;
    background: none;
    border: 0;
    display: flex;
    justify-content: center;
}

.dealers-form form > .submit button img{
    margin-left: 2%;
    position: relative;
    top: -0.25vw;
}

.dealers-search form button{
    background: none;
    border: 0;
}


.ui-widget.ui-widget-content {
    padding-top: 2%;
    width: 50%;
    margin: 0 auto;
    width: 30% !important;
    left: 0 !important;
    right: 0 !important;
    border: 0 !important;
}


.ui-widget.ui-widget-content {
    max-width: 20.83333rem;
    max-height: 29.5vh;
    overflow-y: auto;
    margin: auto;
    margin-top: 1.30208rem;
    overflow-x: hidden;
    background: #000;
    text-align: center;
}

.ui-widget.ui-widget-content .ui-menu-item{
    display: block;
    width: 100%;
    color: #ffffff;
    border: none;
    background-color: transparent !important;
    font-size: 1.25rem !important;
    font-weight: 700;
    margin-bottom: 1.30208rem;
    text-align: center;
    padding: 0 !important;

}

.ui-widget.ui-widget-content .ui-menu-item .ui-menu-item-wrapper{
    background: transparent !important;
    border: 0 !important;
    font-weight: bold !important;
    padding: 0 !important;
    margin: 0 !important;
}

.ui-widget.ui-widget-content::-webkit-scrollbar{width:.52083rem}
.ui-widget.ui-widget-content::-webkit-scrollbar-track{background:transparent}
.ui-widget.ui-widget-content::-webkit-scrollbar-thumb{background:#ffffff;border-radius:.26042rem}


@media(max-width: 1024px){
    .ui-widget.ui-widget-content {
        max-width: 80%;
        width: 100% !important;
    }
}


.page-template-tpl-for-dealers .distributors ul:last-child {
    margin-top: 0;
}


.page-template-tpl-for-dealers .ui-widget.ui-widget-content {
    background: #fff;
}

.page-template-tpl-for-dealers .ui-widget.ui-widget-content .ui-menu-item .ui-menu-item-wrapper {
    color: #000;
}


.page-template-tpl-for-dealers .ui-widget.ui-widget-content::-webkit-scrollbar-thumb{
    background:#000;border-radius:.26042rem
}


.distributors ul li {
    flex: 0 0 16.66% !important;
    max-width: 16.66%;
    padding: 0 1rem;
}
.distributors ul li img{
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
    object-fit: scale-down !important;
    height: 5vw !important;
}

@media(max-width: 1024px){
    .distributors ul li {
        flex: 0 0 50% !important;
        max-width: 50%;
        padding: 0 0.5rem;
    }
    .distributors ul li img {
        height: 15vw !important;
        /* width: 30vw !important; */
        width: auto !important;
        margin-bottom: 2vw !important;
    }
    .dealers-form form > .submit button img {
        width: 6%;
    }
    .dealers-search form {
        border-radius: 500px;
        border: 2px solid black;
        width: 100%;
        height: auto;
        padding: 2% 5%;
        display: flex;
    }
    .dealers-search input {
        border: 0;
        padding: 0;
        margin: 0;
    }
    .dealers-search form button {
        width: 8%;
    }
}

body .testimonial-slider .swiper-pagination,
body .swiper-pagination {
    display: flex;
    justify-content: center;
    gap: 0.8vw;
    padding: 0.4vw 0;
}
body .testimonial-slider .swiper-pagination-bullet,
body .swiper-pagination-bullet {
    width: 0.8vw !important;
    height: 0.8vw !important;
    margin: 0 !important;
    transition: transform 0.4s;
}
body .testimonial-slider .swiper-pagination-bullet-active,
body .swiper-pagination-bullet-active {
    transform: scale(1.5);
}
@media(max-width: 1024px){
    body .testimonial-slider .swiper-pagination,
    body .swiper-pagination {
        display: flex;
        justify-content: center;
        gap: 2.5vw;
        padding: 2.5vw 0 1.5vw;
    }
    body .testimonial-slider .swiper-pagination-bullet,
    body .swiper-pagination-bullet {
        width: 3.8vw !important;
        height: 3.8vw !important;
        margin: 0 !important;
        transition: transform 0.4s;
    }
}



@media(min-width: 1024px){
    .woocommerce div.product .added-summary-content .summary-content-row {
        margin-bottom: 7.5%;
        display: flex;
        flex-wrap: wrap;
    }

    .woocommerce div.product .added-summary-content .summary-content-row:nth-child(odd){
        flex-direction: row-reverse;
    }

    .woocommerce div.product .dealers-for-product-container {
        margin-top: 7.8125rem;
    }
    .woocommerce div.product .added-summary-content .summary-content-row .text-content-column {
        padding-top: 0;
    }

    .woocommerce div.product .added-summary-content .summary-content-row .image-content-column {
        float: none;
        align-self: center;
    }
    .woocommerce div.product .added-summary-content .summary-content-row .text-content-column {
        float: none;
        align-self: center;
        padding: 0 5%;
    }
    .woocommerce div.product .added-summary-content .summary-content-row.right .text-content-column {
        float: none;
        align-self: center;
    }


    .products-slider .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .products-slider .swiper-slide {
        width: 33%;
    }

}


.input-search {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid white;
    text-align: center;
    color: white;
    padding-bottom: 0.5vw;
    border: 2px solid white;
    border-radius: 2.60417rem;
    padding: 1.04167rem 1.30208rem;
    font-size: 1.35417rem;
    line-height: 1.5625rem;
}

.input-search::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.input-search::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.input-search:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.input-search:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}


.page-template-about-us .about-banner .icons{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 1.6vw;
}

@media(min-width: 1024px){
    .page-template-tpl-dealers-new .distributors-banner-dealers{
        padding: 13vw 0 10vw;
    }

    #where-to-buy-form ._top {
        position: relative;
        margin: 0 auto;
        width: 60%;
    }

}


@media(max-width: 1024px){

    .woocommerce div.product .comments-section-block .comments-block-container .comments-block .woocommerce-Reviews #review_form_wrapper {
        margin-top: 10%;
    }

    #where-to-buy-form ._top {
        position: relative;
        margin: 0 auto;
        width: 85%;
    }

    .page-template-tpl-dealers-new .distributors-banner form ._submit button {
        padding: 2vw;
    }

    .about-banner .icons p{
        margin-right: 0;
        margin-bottom: 8vw;
    }

    .page-template-about-us .about-banner .icons {
        margin-top: 10vw;
    }

    .static-menu.bg-transparent .header-bg, .static-menu.bg-transparent .dark .header-bg {
        /*background: #fff;*/
    }
    .static-menu .find-and-cart {
        top: 5.66vw;
    }
    .static-menu .hamburger {
        top: 5vw;
    }
    .static-menu .dark .header-logo .logo-dark {
        margin-top: 0;
    }
    .static-menu .header-bg {
        height: 4.5rem;
    }
    .static-menu .hamburger{
        transition: .3s all;
    }
    .hide-nav.static-menu .hamburger {
        /*position: absolute;*/
        top: -11rem;
    }
    .woocommerce div.product .summary-and-image-wrapper .gallery-images-wrapper {
        margin-top: 5.60417rem;
    }
    .running-number-wrapp .running-number-content .f-s-80 {
        font-size: 3.16667rem;
    }
    .static-menu .header-logo-block .logo-white, .static-menu .header-logo-block .logo-dark {
        margin-top: .0;
    }
    .woocommerce ul.products li.product a.thumbnail-wrapper-link {
        padding: 0 10% !important;
    }
    .note-content-text p{
        text-align: left !important; 
    }
    .woocommerce div.product .added-summary-content .note-content-row .note-content-text {
        width: 90%;
    }
}



.woocommerce div.product .dealers-for-product-container .product-dealers-list-container .dealers-list .dealer-item{
    padding: 2%;
    width: 16%;
}
@media(max-width: 1024px){
    .woocommerce div.product .dealers-for-product-container .product-dealers-list-container .dealers-list .dealer-item {
        padding: 3%;
        width: 30%;
    }
    .search-pop-up-content .search-form-wrapper .search-form-container .search-product-form .fields-row .field-column.field-column-33 {
        width: 100%;
    }
    img, picture, video {
        height: auto !important;
    }
    .dealers-form form>.submit button img {
        height: auto !important;
    }

    .download .logo-kit ul li {
        flex: 0 0 100%;
        margin: 5% auto;
    }

    .download .logo-kit ul li img{
        margin: 0 auto;
    }

}

.trigger-search-link-mobile{
    display: none !important;
}




.select-search-list .select-search-item {
    background: none !important;
}
.select-search-list .select-search-item .btn-select-search {
    background: none !important;
}

@media(max-width: 1024px){
    .download .logo-kit ul li {
        margin: 5vw auto;
    }

    .header-logo img{
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        width: 80%;
    }

    .testimonial-banner .img img {
        height: 90vw !important;
    }
    
}




.newsletter .container {
    width: 100%;
}