.product-page-filter.shop-filter-bar-col {
    width: 25% !important;
}
.irs-from {
color: #caa253 !important;
}
.border-box.tools-grey .product-box .cart-info a:hover {
    color: #fff !important;
}
.disabled {
    position: relative;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0.5);

}
.disabled::after {
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    left: 0;
}
.product-specification {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-content: center;
    align-items: center;
    font-weight: bold;
}
.product-right .color-variant li.active::after {
    content: '';
    background: unset;
    margin-bottom: 5px;
}
.product-right .color-variant li{
    transition: all 0.5s;
}
.product-right .color-variant li.active {
    top: -10px;

}
.text-left {
    text-align: left !important;
}
.collection-banner .contain-banner {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.text-right {
    text-align: right !important;
    padding-left: 50% !important;
}
@media (max-width:767px) {
    img.img-fluid.blur-up.lazyloaded {
        min-width: 80px;
        min-height: 55px;
    }
}
header ul.child-menu {
    z-index: 101;
}

.text-gold {
    color: #d0b46d !important;
}

.brand-logo a img {
    max-width: 250px;
    max-height: 50px
}

.category-menu {display: none !important;}
.form_search input {
    border-radius: 14px !important;
    color: #d3b971;
    border: solid;
}

.hidden {
    display: none !important;
}

.mobile-wishlist a, .mobile-account a{
    color: #2c2c2c;
}
.onhover-dropdown .onhover-show-div {
    top: 71px;
}
.brand-logo a img {
    width: 180px;
    max-width: 180px;
    height: 65px;
}

.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: #fff !important;
    width: 100% !important;
    transition: all 0.5s;
}

.service_slide .home-slider .home {
    background-color: rgba(0,0,0,0);
}

.ui-menu .ui-menu-item{
    width: 100% !important;
}
div[role="alert"] {
    z-index: 901189 !important;
}
.modal {
    z-index: 901188;
}
select[disabled] {
    background-color: #eee !important;
}

.nav-search-results {
    display: none;
    width: 100%;
    height: auto;
    position: absolute;
    margin-top: 2px;
    border: 1px solid #fff;
    border-radius: 5px;
    background-color: #fff;
    border: unset !important;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    max-height: 600px;
    overflow: auto;
    top: 55px !important;
    padding: 8px 0;
}
.nav-search-results .record {
    width: 100%;
    max-height: 100px;
    height: 80px;
    display: block;
    margin-top: 5px;
}
.nav-search-results .record img {
    margin-left: 5px;
    width: 70px;
    height: 80px;
}
.nav-search-results .record:hover {
    background-color: #eee;
}
.nav-search-results .record .product-title{
    margin: 0;
    padding: 0 7px;
    font-size: 17px;
    color: #222222;
    text-transform: capitalize;
}
.nav-search-results .record .no-results, .nav-search-results .record .show-all
{
    text-align: center;
    width: 100%;
    display: block;
    padding: 23px;
    color: red;
}
.nav-search-results .record .show-all {
    color: var(--theme-color);
}
.border-box.tools-grey .product-box {
    border-radius: 20px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 3px solid #d0b46d !important;
}
.header-style-5 .bottom-part.bottom-light {
    background-color: #09173a;
}
.header-style-5 .bottom-part.bottom-light .pixelstrap > li > a:hover {
    color: #bfa150 !important;
}
.header-style-5.style-light .bottom-part.bottom-light .main-nav-center .sm > li > a {
    color: white !important;
}
.header-style-5.style-light .bottom-part.bottom-light {
    background-color: #05103c !important;
}

.sharks-list {
}

.sharks-list li {
    padding: 5px;
    font-size: 18px;
    display: block;
}

.sharks-list li::before {
    content: "-";
    margin: 5px;
    font-weight: bold;
    font-size: 18px;
}
.sharks-list li ul li::before {
    content: "-";
    margin: 5px;
    font-weight: bold;
    font-size: 18px;
}
.sharks-list li ul li{
    padding: 5px;
    font-size: 18px;
    display: block;
}
.sharks-tips p {
    font-size: 16px;
    margin: 10px 0;
}

.sharks-tips strong {
    font-size: 18px;
    color: var(--theme-color);
}

.social-or {
    position: relative;
    width: 100%;
    overflow: hidden;
    color: #000;
    font-weight: bold;
}

.social-or::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgba(34, 34, 34, .15) !important;
    position: absolute;
    top: 51%;
    margin-left: 5px;
}

.social-or::before {
    content: "";
    width: 50%;
    height: 1px;
    background-color: rgba(34, 34, 34, .15) !important;
    position: absolute;
    top: 51%;
    left: -17px;
    margin-right: 15px;
}

.login-button {
    width: 98%;
    display: block;
    text-decoration: none;
    padding: 6px 0;
    border-radius: 24px;
    background-color: rgb(34, 34, 34);
    border: 1px solid rgb(34, 34, 34);
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    transition: width 0.1s;
    margin: 5px auto;
    font-weight: 600;
}

.social-auth-btn {
    width: 98%;
    display: block;
    text-decoration: none;
    padding: 6px 0;
    border-radius: 24px;
    background-color: #fff;
    border: 1px solid rgb(34, 34, 34);
    text-align: center;
    color: rgb(34, 34, 34);
    font-size: 16px;
    line-height: 1.5;
    transition: width 0.1s;
    margin: 5px auto;
    font-weight: 600;
}

.social-auth-btn:hover {
    color: rgb(34, 34, 34);
    width: 100%;
}
.social-auth-btn img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}
.auth-pop-up .auth-action {
    color: rgb(34, 34, 34);
    border: 1px solid rgb(34, 34, 34);
    border-radius: 24px;
    padding: 6px 10px;
    font-weight: bold;
}
.map-box {
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}
.map-box #map {
    width: 100%;
    height: 250px;
}
.map-box .map-search-input{
    position: absolute;
    margin-top: 16px;
    width: 60%;
    padding: 16px 8px;
    height: 30px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    background-clip: padding-box;
    left: 60px !important;
    top: 0 !important;
}
.pac-container {
    z-index: 100099999;
}
.gmnoprint {
    display: none !important;
}
.range-slider {
    margin-top: 8px;
    margin-right: 5px;
}

.range-slider .irs-to, .range-slider .irs-slider, .range-slider .irs-bar {
    background-color: var(--theme-color);
}

.shop-filter-bar-col {
    border-right: 1px solid #ddd;
}
.product-box {
    margin-bottom: 16px
}
.product-box img{
    height: 300px
}
.select2-results__option {
    display: block !important;
}
.select2-container .select2-selection--single {
    height: 44px;

}
.select2-selection__rendered  {
    margin-top: 7px;
    padding: 3px 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}
.select2-container--default .select2-selection--single
{
    border: 1px solid #ddd;
    border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 9px;
}
.btn-solid {
    border-radius: 20px !important;
    border: groove !important;
    border-color: #d6bd78 !important;
    background: linear-gradient(45deg, #020d31,#020d31,#020d31, #d6bd78) !important;
}
.btn-solid:hover {
    background-position: 100% !important;
    color: #000;
    background-color: #fff !important;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select, .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
    background-color: #05103c;
    color: #caa254;
    border-bottom-right-radius: 15px;

}
.product-filter-content {
    background-color: #05103c;
    color: #caa254;
}
.search-count h5 {
    color: white !important;
}
.form_search {
    border-radius: 15px !important;
}
.footer-social i, .social-white i {
    background-color: #c1a04f !important;
    padding: 10px 13px 10px 13px !important;
    border-radius: 100%;
    color: #020d32 !important;
    padding-right: 10px !important;
}
section.section-b-space.light-layout {
    background: linear-gradient(45deg, #05103c, #06175a);
}
.footer-theme .sub-title h4 {
    color: #fff !important;
}
.footer-theme .sub-title li a {
    color: #d5d1d1 !important;
}
.footer-theme .sub-title li:hover a:before {
    background-color: #c39e41 !important;
}
.footer-social {
    margin-top: 20px !important;
}

.bg-warning-10 {
    background-color: rgba(255, 193, 7, 0.1);
}
.bg-info-10 {
    background-color: rgba(13, 202, 240, 0.1)
}

.datatable {
    width: 100%;
}

.table {
    width: 100% !important;

}
table.dataTable tbody tr {
    /*! background: transparent !important; */
}

table.dataTable tbody tr, table.dataTable tbody tr, table.dataTable.no-footer{
    border-bottom: 1px solid #dee2e6 !important;
}
.table > :not(caption) > * > * {
    padding: .5rem .5rem;
    background-color: #f8f8f8;
}
.table > :not(caption) > * > * {
    padding: .5rem .5rem;
    background-color: #f8f8f8;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    background: #05103C !important;
    border-color:  #05103C !important;
    color: #fff !important;
}

@media only screen and (max-width: 600px) {
    .top-header {
        display: block !important;
    }

    .header-style-5.style-light .bottom-part.bottom-light .main-nav-center .sm > li > a {
        color: #040f37 !important;
    }

    .main-menu .menu-right .icon-nav {
        visibility: hidden;
    }

    .menu-left .navbar  {
        display: none !important;
    }
}
.profile .theme-form label {
    margin: 11px 0 !important;
    display: block !important;
}
.profile .theme-form .select2-container {
    width: 100% !important;

}

.profile .theme-form .select2-container .select2-selection--single {
    height: 36px !important;
}
.select2-selection__rendered {
    margin-top: 3px !important;
}
@media (max-width: 767px) {
    .partition4 > div + div {

        margin-top: 0;
    }
}
.modal.show .modal-dialog {
    margin: auto;
}

.password-box {
    position: relative;
}
.password-box .show-password-eye {
    position: absolute;
    top: 45%;
    right: 0;
    background: #c9c9c9;
    padding: 11px 16px;
    cursor: pointer;
}

.cart_qty_cls {
    top: 27%;
    right: -11px;
}

.service-block + .service-block {
    border-left: unset;
}

element {

}

.top-header.top-header-theme .header-dropdown li {

    color: #fff;

}
.hide-cart-count {
    display: none;
}
.onhover-div:hover .show-div:hover {
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
}
@media (max-width: 577px) {
    .cart_qty_cls {
        top: -32%;
        right: -16px;
    }
    .top-header .header-dropdown .mobile-cart {
        position: fixed;
        bottom: 20px;
        right: 47%;
        font-size: 0;
        padding: 0;
        z-index: 9;
    }

    .top-header .header-dropdown .mobile-cart i{
        font-size: 22px;
        font-family: themify;
    }

    .top-header .header-dropdown .mobile-cart img {
        display: none;
    }
    .ti-shopping-cart:hover {
        color: #999999 !important;
    }


}
@media (max-width: 767px){
    .wishlist-section tbody tr td:nth-last-child(-n+3) {
        display: block;
    }
    .container-bg .row div[class*="col-"], .container-bg .row .col {
        position: unset !important;
    }
    .about-get-started {
        min-height: 580px;
        margin-bottom: 60px;
    }
}


.p-review img {
    width: 30px;
    height: 30px;
    border-radius: 50px
}
.p-review span {
    margin-left: 8px;
}
.p-review strong {
     display: block;
     margin-top: 5px;
     margin-left: 36px;
}
.p-review {
    background-color: #eee;
    margin-bottom: 16px;
    padding-top: 16px;
    padding-bottom: 8px;
    border-radius: 5px
}

.rtl .password-box .show-password-eye {
    left: 0;
    right: unset;
}

.rtl .social-or::after{
    right: -171px;
}
