/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.block_newsletter .alert:before {
    left: 10px;
    top: 8px;
}
#search_widget i{
    display: none;
}
.product-list-default .functional-buttons .right-wr a{
    min-width: fit-content !important;
    display: block
}
.thumbnail-container .product-price-and-shipping .price{
    color: #dfaf45;
}
.header-top .leo-dropdown-cart.defaultcart.dropdown{
    display: none !important;
}
.quickview #lightSlider img{
    max-width: 100%;
}
#my-account #main .page-footer a{
    border: 1px solid #000000;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 3px;
    color: #000;
}
#my-account #main .page-footer a:hover{
    background: #dfaf45;
    color: #000;
}
#search_filters .facet li{
    padding-right: 0;
}
.facet-dropdown {
    margin-bottom: 20px;
}
#search_filters .facet .facet-title{
    margin-bottom: 5px;
}
#search_filters .facet .facet-label{
    padding-right: 25px;
}
.product-detail #description h3{
    margin-bottom: 10px;
}
.product-detail #description p{
    margin-bottom: 10px;
}

#search_filters .facet .facet-label {
    padding-right: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
#search_filters .facet .facet-label .custom-checkbox, #search_filters .facet .facet-label .custom-radio {
    top: 2px;
}
#search_filters .facet .facet-label a {
    width: calc(100% - 30px);
    overflow: hidden;
    line-height: 18px;
    text-overflow: unset;
    white-space: unset;
}
.product-variants > .product-variants-item select{
    width: 100%;
}