.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 {
    border: 1px solid #47bf00;
}

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


.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: #f8f9fa;
    box-shadow: 1px 3px 3px 0px #0dcaf021;
    padding: 10px 20px;
    min-width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2e3e5;
    border-radius: 4px;
    cursor: pointer;
}

.extra-values ul li.selected {
    border: 1px solid #000;
    font-weight: 600;
}


.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: #434e6e;
    color: #fff;
}

.common-btn:hover {
    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 {
    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;
    }
}
