
.cart-top {
    display: block;
    position: absolute;
    right: 80px;
    top: 4px;
}

.currency-top {
    display: block;
    position: absolute;
    right: 105px;
    top: 4px;
}

.categor-list li a {
    border-left: 2px solid transparent;
    padding-left: 10px;
}

.categor-list li.active a {
    border-left: 2px solid #F7941D;
    padding-left: 10px;
}

.single-icon .total-count {
    position: absolute;
    top: -7px;
    right: -8px;
    background: #f6931d;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    font-size: 11px;
    background: #007293;
}

.header.shop .logo {
    margin: 0;
}

.header.shop .search-bar input {
    width: 372px !important;
}

.header.shop .main-category li a {
    padding: 6px 25px;
}

.hidden-categories {
    visibility: hidden;
}

.section {
    padding: 30px 0 !important;
}

.logo img.logo {
    width: 150px;
}

.logo-max-width {
    max-width: 80%;
}

@media only screen and (min-width: 500px) {
    .logo img.logo {
        width: 200px;
    }

    .logo-max-width {
        max-width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .logo img.logo {
        width: 250px;
    }

    .header.shop .logo {
        margin: 12px 0 0;
    }
}

@media only screen and (min-width: 991px) {
    .logo-max-width {
        max-width: 120%;
    }

    .logo img.logo {
        width: 300px;
    }

    .header.shop .logo {
        margin: 10px 0 0;
    }
}

.w-max-10 { max-width: 10%; }
.w-max-20 { max-width: 20%; }
.w-max-25 { max-width: 25%; }
.w-max-30 { max-width: 30%; }
.w-max-33 { max-width: 33%; }
.w-max-40 { max-width: 40%; }
.w-max-50 { max-width: 50%; }
.w-max-60 { max-width: 60%; }
.w-max-66 { max-width: 66%; }
.w-max-70 { max-width: 70%; }
.w-max-75 { max-width: 75%; }
.w-max-80 { max-width: 80%; }
.w-max-90 { max-width: 90%; }
.w-max-100 { max-width: 100%; }

.main-sidebar .single-post .image img {
    max-width: 80px;
    height: auto;
}



