a {
    text-decoration: none !important;
}

.page-footer .block.newsletter .title{

    display: none;
}
.custom-support div.content>p {
    font-size: 14px;
    color: #4a505e;
    letter-spacing: 0.01em;
    line-height: 27px;
}
.custom-support div.content>a {
    background-color: transparent;
    border: #efefef solid 1px;
    font-family: 'Oswald';
    font-size: 12.5px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.025em;
    color: #05131c;
    padding: 11px 25.5px;
    box-shadow: none;
}
.custom-support div.content>p {
    margin: 0 0 10px;
}
.custom-support div.content {
    padding-bottom: 20px;
}

.page-footer .block.newsletter .form{

    flex-wrap: nowrap;
}
.fa-solid fa-star::before {
    content: '\f844';
}
.custom-support i {
    float: left;
    background-color: #e35d53;
    color: #fff;
    border-radius: 50%;
    width: 62px;
    height: 62px;
    text-align: center;
    line-height: 62px;
    font-size: 20px;
}

.homeBtmProd .catName{
    color: #b02d46;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.custom-support div.content {
    padding-left: 76px;
}

.dedicated-services{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.homepage-binder{
    padding-bottom:40px;
}
.page-footer a{
    font-size: 18px;
}

.footer-group .pagebuilder-column{
    width: 25% !important;
}
.footer-group .pagebuilder-column .subscribe-btn {
    text-align: right;
}
.footer-group .subscribe-btn .newsletter{
    margin-top: 10px;
}
.footer-group .subscribe-btn .actions{
    margin-top: 10px;
}

button#send2 {
    width: 100% !important;
}
.block-products-list .product-image-photo,
.products.list .product-image-photo{
    filter:unset;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0px;
    left: 0px;
}

.page-footer .unstyled li{
    padding: 5px 0px 5px 0px;
}

:where(.products-grid,.widget-product-carousel) .product-item .actions-secondary {
    top: 10px;
    right: 10px;
    background-color: rgb(181 180 180 / 20%);
    padding: 2px;
    border-radius: 4px;
    backdrop-filter: blur(2px);
}
:where(.products-grid,.widget-product-carousel) .product-item .product-item-photo,
.products.list .product-item .product-item-photo{
    height: 200px;
}
.actions-secondary .action{
    color: white;
}

.product-image-container{
    align-items: flex-start;
}

@media (max-width: 1200px){
    .page-footer .block.newsletter .form{
        flex-wrap: wrap;
    }
}

@media (min-width: 992px){

    .homeBtmProd .catName {
        font-size: 13px;
    }
    .homeBtmProd .product-item-name {
        font-size: 15px;
    }
    .homeBtmProd .widget .block-title {
        margin: 0 0 20px;
    }

}

@media (max-width: 768px){
    .dedicated-services{
        align-items: flex-start;
        flex-direction: column;
    }

    .brand-logo{
        width: 100px;
        height: 70px;
    }
}

@media only screen and (max-width: 600px) {
    .minisearch .search-category{
        top: 65% !important;
        right: 15px !important;
        height: 32px;
        display: none;
    }
}

.autocomplete-suggestions {
    border: 1px solid #bbbbbb;
    background: #ffffff;
    cursor: default;
    border-top: none;
    height: auto;
    overflow: auto;
    max-height: 2000px;
}

.autocomplete-suggestion {
    cursor: pointer;
    overflow: hidden;
    padding: 10px 5px 10px 5px;
    font-size: 1.2em;
    border-bottom: 1px solid #eeeeee;
    display: block;

    &:last-child {
        border-bottom: none;
    }
}

.search-category, #mpsearch-category {
    height: 100%;
}

.autocomplete-selected {
    background: #eef3d6;
}

input#searchauto {
    border: 1px solid #bbbbbb;
    border-radius: 2px;
    width: 375px;
}

.suggestion-left {
    float: left;
    width: 15%;
    padding: auto;
}

.suggestion-right {
    width: 82%;
    padding-left: 10px;
    text-align: left;
    color: black;
    float: left;
}

.product-name {
    font-size: 14px;
    color: #3399cc;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-price {
    font-size: 12px;
}

.product-des {
    font-size: 12px;

    p {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.product-line {
    margin-bottom: 5px;
}

ul#ui-id-1 {
    font-family: inherit;
    padding: 0px;
    border-bottom: none;
}

p.short-des {
    margin: 0px;
    font-size: 0.9em;
    color: #aaaaaa;
}

#view_all {
    text-align: center;
    background: #eff4f7;
    cursor: pointer;
}


.autocomplete-suggestions{
    width: 300px !important;
    left: 0;
}