.sidebar {
    width: 290px;
}

.sidebar .nano-content>ul>li>ul>li.open>a {
    background: unset;
}

.sidebar-hide .final-menu-items li>a {
    padding-left: 15px !important;
}

.final-menu-items li>a {
    padding-left: 60px !important;
    padding-right: 15px !important;
}

.sidebar-gray {
    background: rgb(141, 248, 141);
}

.navbar-navigation {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

.nav-location p,
.nav-login a,
.nav-lang a {
    font-family: 'Quicksand';
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    margin: 0;
    cursor: pointer;
}

.nav-meta-data {
    position: absolute;
    top: 50px;
    right: -20px;
    width: 320px;
    height: max-content;
    background-color: #fff;
    box-shadow: 0 3px 15px #ccc;
    border-radius: 0 0 12px 12px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.nav-lang .nav-meta-data {
    width: 150px;
}

.nav-login .nav-meta-data {
    width: 180px;
}

.nav-meta-data a {
    display: block;
    color: #000000;
    padding: 10px 16px;
    border-bottom: 1px solid #ccc;
    transition: .2s;
}

.nav-meta-data a:hover {
    background-color: rgb(254 153 1 / 80%);
}

.nav-meta-data a>span {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #FE9901;
    background-color: #fff;
    border-radius: 50%;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, .16));
    -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, .16));
    text-align: center;
    line-height: 40px;
    vertical-align: sub;
    margin-right: 8px;
}

.nav-meta-data a:last-child {
    border-bottom: 0;
    border-radius: 0 0 12px 12px;
}

.nav-location:hover .nav-meta-data,
.nav-lang:hover .nav-meta-data,
.nav-login:hover .nav-meta-data {
    opacity: 1;
    visibility: visible;
}

.nav-location span,
.user-icon span {
    font-size: 24px;
    color: #fff;
    margin-right: 4px;
}

.lang-icon img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
}

.user-icon img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}

.drop-icon {
    position: relative;
    top: 4px;
    color: #fff;
    cursor: pointer;
}

.product-card {
    /* border: 1px solid #BCBCBC; */
    border-radius: 12px !important;
}

.sec-heading h2 {
    position: relative;
    display: inline-block;
    font: 700 24px/30px 'Quicksand';
    color: #2D2D2D;
}

.sec-heading h2::before {
    position: absolute;
    content: "";
    top: 122%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #093568;
}

.load-more-btn {
    display: inline-block;
    width: max-content;
    height: 63px;
    font: 500 24px 'Quicksand';
    color: #2D2D2D;
    background: #FFFFFF;
    border: 1px solid #FE9901;
    border-radius: 5px;
    padding: 0 36px;
    line-height: 63px;
    margin-top: 16px;
}

.single-blog {
    position: relative;
    margin-right: -2px;
    overflow: hidden;
}

.single-blog img {
    width: 100%;
}

.single-blog .blog-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: rgba(255, 255, 255, 0.7);
    text-align: center;
    padding: 50px 40px;
}

.single-blog .blog-content>p {
    font: 600 18px/22px 'Quicksand';
    text-align: center;
    color: #000000;
    padding: 0 16px;
}

.footer-widget {
    text-align: left;
}

.footer-widget h3 {
    font: 700 24px/30px 'Quicksand';
    color: #FFFFFF;
    margin-bottom: 8px;
}

.footer-widget h2 {
    font: 600 30px/38px 'Quicksand';
    color: #FFFFFF;
    margin-bottom: 24px;
}

.footer-widget ul li a,
.footer-widget ul li span {
    font: 600 16px/20px 'Quicksand';
    color: #FFFFFF !important;
    transition: .2s;
}

.footer-widget ul li a:hover {
    color: #F4AE1A !important;
}

.footer-widget .contact-list li {
    display: grid;
    grid-template-columns: 28px 1fr;
    grid-column-gap: 8px;
    align-items: center;
    margin-bottom: 12px;
}

.app-store img {
    width: 100%;
}

.social-links a {
    display: inline-block;
    width: 40.5px;
    height: 40.5px;
    font-size: 22px;
    color: #fff;
    border: 2px solid #F4AE1A;
    border-radius: 50%;
    text-align: center;
    line-height: 40.5px;
    margin-right: 8px;
    transition: .2s;
}

.social-links a:hover {
    color: #F4AE1A;
}

.payemnt {
    display: grid;
    grid-template-columns: max-content 1fr;
    align-items: center;
}

.offer-banner {
    padding: 0 24px;
}

.offer-banner .owl-nav .owl-prev,
.offer-banner .owl-nav .owl-next {
    width: 32px;
    height: 84px;
    background: #AAAAAA !important;
    border-radius: 0 20px 20px 0;
    margin: 0;
    outline: none;
    border: none;
}

.offer-banner .owl-nav .owl-prev {
    left: -24px;
}

.offer-banner .owl-nav .owl-next {
    right: -24px;
    border-radius: 20px 0 0 20px;
}

.offer-banner .owl-nav .owl-prev:focus,
.offer-banner .owl-nav .owl-next:focus {
    background: #FE9901 !important;
}

.offer-banner .owl-nav .owl-prev:hover,
.offer-banner .owl-nav .owl-next:hover {
    background: #FE9901 !important;
}

.nav-meta-data-wpr {
    display: grid;
    grid-template-columns: 1fr 635px;
    align-items: center;
    padding-right: 8px;
}

::-webkit-scrollbar {
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background: #A8A8A8;
}

.adress,
.nav-login a {
    width: 120px;
    font-size: 12px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-login a {
    display: inline-block;
    vertical-align: middle;
}

.nav-login .nav-meta-data a {
    display: block;
    width: 100%;
}

.view-cat {
    display: inline-block;
    color: #FE9901;
    text-decoration: underline;
    font-size: 18px;
    font-weight: 600;
    transition: .3s;
}

.view-cat:hover {
    color: #000;
    text-decoration: underline;
    text-decoration-color: #000;
}

@media only screen and (min-width:1400px) {

    .all-categories-panel .row:nth-child(2) .col-xl-3,
    .infinite-scroll >.row .col-xl-3,
    .infinite-scroll .jscroll-inner >.row .col-xl-3{
        -ms-flex: 0 0 16.66%;
        flex: 0 0 16.66%;
        max-width: 16.66%;
        padding: 0 8px !important;
    }
}

@media only screen and (min-width:1201px) and (max-width:1365px){
    .nav-meta-data-wpr{
        grid-template-columns: 1fr 480px;
    }

    .homepage-category-card a{
        grid-gap: -2px;
        padding: 0 8px;
    }

    .sidebar{
        width: 250px;
    }

    .sidebar.sidebar-shrink~.content-wrap{
        margin-left: 250px;
    }

    .image-category{
        padding: 0 16px 10px !important;
    }

    .sidebar .nano>.nano-content{
        overflow-y: hidden !important;
    }

    .sidebar .nano-content>ul li>a>.sidebar-collapse-icon{
        margin-right: 15px !important;
    }
}

@media only screen and (max-width:480px){
    .payemnt{
        grid-template-columns: 1fr;
        grid-row-gap: 8px;
    }

    .mobileCart .nav-lang{
        display: grid !important;
        grid-template-columns: 30px 1fr;
        align-items: center;
    }

    .mobileCart .nav-lang .nav-meta-data{
        width: 100px;
        top: -100px;
        right: auto;
        left: 0;
    }

    .nav-login .user-icon + a{
        display: none;
    }

    .ps-widget__content{
        margin: 8px 0 16px;
    }
    
}

@media only screen and (max-width:416px){

    .hamburger{
        top: 8px !important;
    }

    .mobile-logo img{
        position: relative;
        left: -10px;
    }
}

#ProductModal .modal-dialog{
    max-width: 1070px !important;
}

.discount a {
    float: right;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff !important;
    font-size: 16px;
    padding: 5px 12px 5px 15px;
    background: #ee4054;
    height: 34px;
    z-index: 2;
}

.discount a:before {
    content: "";
    position: absolute;
    left: -13px;
    top: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-right: 13px solid #ee4054;
}

.discount a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    padding: 3px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
}

.service-list span{
    color: #000;
}

.service-list img{
    margin-right: 4px;
}

.ps-widget__content li{
    padding: 8px;
    background-color: #fff;
    border: 1px solid #041e42; 
}

.ps-widget__content li:not(:last-of-type){
    border-bottom: 0;
}

.ps-widget__content li.active{
    background-color: #041e42;
}

.ps-widget__content li:hover{
    background-color: #ffc220;
}

.ps-widget__content li.active a,
.ps-widget__content li:hover a{
    color: #fff;
}

.ps-widget__content li::marker{
    content: none;
}