.nice-select {
    width: 100%;
}


.subtitle {
    position: relative;
    text-align: center;
    margin: 0 15px;
}

.subtitle * {
    background-color: #fff;
    position: relative;
    top: 5px;
    display: inline-block;
    padding: 0 20px;
    border-radius: 5px;
}

.subtitle.subtitle-white * {
    background-color: #fff;
}

.subtitle::before {
    content: '';
    position: absolute;
    height: 1px;
    background: #000;
    width: 100%;
    left: 0;
    right: 0;
    opacity: 0.1;
    top: 18px;
}

.subtitle h1 {
    top: -10px !important;
}

.common-btn:hover {
    border-color: #47bf00;
    color: #195cc4;
}


.pagination .page-link {
    cursor: pointer;
}


.blog-item .top a img {
    height: 235px;
    object-fit: fill;
}


.dropdown-menu {
    border: none;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
}


.products-item .top img {
    max-width: 100%;
    width: 100%;
    max-height: 235px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}


.products-item .top .wishlist {
    z-index: 9999999;
}


.owl-thumb-item img {
    max-height: 110px;
    width: auto;
    border-radius: 4px;
    box-shadow: 0 0 12px 0 #00214e40;
    cursor: pointer;
}

.owl-item img {
    border-radius: 4px;
}


.extra-values ul {
    display: flex;
    gap: 10px;
    flex-flow: wrap;
    padding-left: 0;
    margin-top: 5px;
    list-style: none;
}

.extra-values ul li {
    background-color: #6b48d4;
    color: #fff;
    box-shadow: 2px 2px 3px 0 #6b48d47a;
    padding: 6px 14px;
    font-size: 13px;
    min-width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    cursor: pointer;
}

.extra-values ul li.selected {
    text-shadow: 7px 7px 17px #00214e40;
    background-color: rgb(52 195 143 / 34%);
    box-shadow: none;
    color: #000;
    position: relative;
}

.extra-values ul li.selected::after {
    content: '\1F6D2';
    position: absolute;
    right: -10px;
    top: 10%;
    transform: translateY(-50%);
    font-size: 16px;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(-50%) scale(1);
    }
    50% {
        transform: translateY(-50%) scale(1.5);
    }
}


.subs {
    margin-left: 15px;
}

.payment-price-info {
    list-style: none;
    background-color: #fff;
}


.payment-price-info li {
    line-height: 35px;
}

table {
    background-color: #fff;
    border-radius: 10px;
}

table thead th {
    padding-top: 15px;
}

table thead th:first-child {
    padding-left: 25px;
}

table thead th:last-child {
    padding-right: 25px;
}

table tbody td, table tbody th {
    padding: 7px 25px;
}


.rating {
    margin-left: 5px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.rating input {
    display: none;
}

.rating label {
    font-size: 24px;
    cursor: pointer;
}

.rating label:hover,
.rating label:hover ~ label {
    color: orange;
}

.rating input:checked ~ label {
    color: orange;
}


.mixitup-control-active .products-thumb {
    background-color: #195cc4;
    color: #fff;
    box-shadow: 2px 2px 2px 0 #00214e40;
}

.common-btn:hover {
    color: #195cc4;
    background-color: #fff
}


#search-form-result {
    list-style-type: none;
    background-color: #fff;
    position: absolute;
    max-height: 400px;
    overflow-y: auto;
    display: none;
    width: 100%;
}

#search-form-result li {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 15px;
}

#search-form-result li a {
    color: #434e6e;
    word-wrap: break-word;
    word-break: break-all;
}

#search-form-result li img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    border-radius: 10px;
}


.wishlist.dropdown-toggle::after {
    display: none;
}

.header-notifications ul {
    max-height: 400px;
    overflow-y: auto;
}

.header-notifications ul li {
    display: block;
    width: 400px;
    padding: 10px;
    font-size: 0.95rem;
}

.header-notifications ul li a {
    color: #00214a;
    text-shadow: 2px 2px 6px #00214e40;
    display: block;
    width: 100%;
    word-wrap: break-word;
    word-break: break-all;
}


/*.notifications-list {*/
/*    position: absolute;*/
/*    width: 350px;*/
/*    right: 0;*/
/*    text-align: left;*/
/*    font-size: 0.92rem;*/
/*    background-color: #fff;*/
/*    z-index: 9999999;*/
/*}*/

/*.notifications-list li {*/
/*    padding: 10px;*/
/*}*/

/*.notifications-list a {*/
/*    display: block;*/
/*}*/



@media screen and(max-width: 767px) {
    #header-search-input {
        padding-left: 0 !important;
    }
}

.header-items {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center; 
    list-style: none; 
    padding: 0; 
    margin: 0; 
}

.header-items li {
    margin-right: 10px; 
}

.header-items li:last-child {
    margin-right: 0; 
}


@media (max-width: 768px) {
    .header-items {
        justify-content: flex-end; 
    }

    .header-items li {
        margin-right: 5px; 
    }
}
