.cat-list-title{
	color:#fff;
	font-size: 26px;
    font-family: "Wes FY Bold";
}
.owl-selling .panel-list__item{
	display:flex;
    max-width: 90%!important;
}
.owl-selling .panel-list__item .carousel-counter{
    color: transparent;
    -webkit-text-stroke: 2px white;
    text-stroke: 2px white;
    font-size: 160px;
    z-index: 10;
    font-family: 'AktivGroteskW01-Bold';
    margin-right: 15px;
    line-height: 120px;
    height: 120px;
}
.owl-selling .panel-list__item .panel{
	width:100%;
}
.woocommerce-shop-page .btn__primary, .woocommerce-shop-page .btn__primary:hover{
    background-color:#e62b58;
    border: 1px solid #e62b58;
    color:#fff;
    text-transform: capitalize;
}

.woocommerce-shop-page .btn__empty{
    color:#fff;
    border: 2px solid #e62b58;
    background-color:transparent;
    text-transform: capitalize;
}
.owl-start .panel__info{
    background:#192a4a;
    display: flex;
    justify-content: space-between;
    padding: 5px;
}
.owl-start .panel__info i{
    color:#fff;
    font-size: 20px;
}


/* Search Bar Modern */
.search-bar-modern {
}


.search-bar-modern input[type=text]:not(.browser-default){
    margin-bottom:0px!important;
    padding-left:40px;
    background-color: #404e68;
    color: #fff;
    border-radius:8px;
}

.search-bar-modern__container {
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 800px;
}

.search-bar-modern__main-search {
    flex: 1;
    position: relative;
}

.search-bar-modern__main-search input {
    width: 100%;
    padding: 12px 45px 12px 45px;
    border: none;
    border-radius: 25px;
    font-size: 15px;
    background: #fff;
}

.search-bar-modern__main-search input:focus {
    outline: 2px solid #0149ff;
}

.search-bar-modern__main-search .search-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    pointer-events: none;
    font-size: 20px;
}

.search-bar-modern__main-search .clear-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 20px;
}

.search-bar-modern__main-search input:not(:placeholder-shown) ~ .clear-icon {
    display: block;
}

.search-bar-modern__filters-btn {
    padding: 10px 20px;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    white-space: nowrap;
    transition: all 0.3s;
}

.search-bar-modern__filters-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
}

.search-bar-modern__lang-select {
    position: relative;
}

.search-bar-modern__lang-select select {
    padding: 10px 25px 10px 15px;
    background: transparent;
    margin:0px;
    color: #fff;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.search-bar-modern__lang-select select:hover, .search-bar-modern input[type=text]:hover
.search-bar-modern__lang-select select:focus, .search-bar-modern input[type=text]:focus{
    box-shadow:none!important;
    outline:none!important;
}
.search-bar-modern__lang-select select:focus{
    background-color: transparent;
}

.search-bar-modern__lang-select::after {
    content: "▼";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    pointer-events: none;
    font-size: 10px;
}

.search-bar-modern__lang-select select option, .filters-modal select option{
    background: #001a4d;
    color: #fff;
}

/* Modal Filtri */
.filters-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.filters-modal.active {
    display: flex;
}

.filters-modal__content {
    background: #001536;
    padding: 25px;
    border-radius: 8px;
    max-width: 300px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    border: 1px solid #ffffff9e;
}

.filters-modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.filters-modal__header h3 {
    margin: 0;
    font-size: 20px;
}

.filters-modal__close {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #666;
}

.filters-modal__close:hover {
    color: #fff;
}

.filters-modal__field {
    margin-bottom: 20px;
}

.filters-modal__field label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 14px;
}

.filters-modal__field select {
    width: 100%;
    padding: 12px;
    /* border: 1px solid #ddd; */
    border-radius: 6px;
    font-size: 14px;
    background: #404e68;
    color: #fff;
}

.filters-modal__actions {
    display: flex;
    gap: 10px;
    margin-top: 25px;
}

.filters-modal__actions button {
    flex: 1;
    padding: 12px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-reset {
    background: #f5f5f5;
    color: #333;
}

.btn-reset:hover {
    background: #e0e0e0;
}

.btn-apply {
    background: #0149ff;
    color: #fff;
}

.btn-apply:hover {
    background: #0137cc;
}

.cnt-wishlist{
    position:absolute;
}

/* Responsive */
@media (max-width: 1024px) {
    /*.owl-selling .panel-list__item .carousel-counter {    
        font-size: 100px;   
        margin-top: 130px;
        line-height: 100px;
        height: 100px;
    }*/
}    

@media (max-width: 768px) {    
    .owl-selling .panel-list__item .carousel-counter {    
        font-size: 120px;
        line-height: 90px;
        height: 90px;
    }   
    .owl-selling .panel-list__item {
        max-width: 100% !important;
    } 
}
@media (max-width: 767px) {
    .search-bar-modern__container {
        flex-wrap: wrap;
    }
    
    .search-bar-modern__main-search {
        width: 100%;
        order: 1;
        flex: auto;
    }
    
    .search-bar-modern__filters-btn,
    .search-bar-modern__lang-select {
        order: 2;
    }
}
@media (max-width: 500px) {    
    .owl-selling .panel-list__item .carousel-counter {
        font-size: 100px;
        line-height: 80px;
        height: 80px;
        margin-right: 5px;
        -webkit-text-stroke: 1px white;
        text-stroke: 1px white;
    }
    .cnt-wishlist .wishlist-btn{
        top: 10px;
        left: 10px;
    }
    .cnt-wishlist .wishlist-btn svg {
        width: 24px;
        height: 20px;
    }
}