﻿@import '../font/NeoSansArabic/NeoSansArabic.css';
/* General Css */

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a,
ul {
    font-family: 'NeoSansArabic' !important;
}

.responsive-nav-wrapper .vendor-button>span:after,
.responsive-nav-wrapper .vendor-button-only>a:after {
    content: '';
    background-image: url(../img/seller.svg);
    width: 30px;
    height: 30px;
    background-size: cover;
}

.responsive-nav-wrapper>div>span,
.responsive-nav-wrapper>div>a {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-left: 35px;
}

.responsive-nav-wrapper>div>span:after,
.responsive-nav-wrapper>div>a:after {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0px;
    right: auto;
}

.responsive-nav-wrapper>div {
    width: auto;
    padding-left: 20px;
}

.responsive-nav-wrapper>div:last-child {
    width: auto;
    padding-left: 0;
}

.responsive-nav-wrapper>div span.cart-qty,
.responsive-nav-wrapper>div span.wishlist-qty {
    position: absolute;
    top: 0;
    left: 18px;
    bottom: auto;
}

.personal-button {
    cursor: pointer;
}

@media (max-width:1024px) {
    .responsive-nav-wrapper>div span.cart-qty,
    .responsive-nav-wrapper>div span.wishlist-qty {
        padding-left: 5px;
    }
    .mobile-hidden {
        display: none;
    }
}

@media (max-width:768px) {
    .responsive-nav-wrapper>div>span,
    .responsive-nav-wrapper>div>a {
        font-size: 0px;
    }
    .responsive-nav-wrapper .vendor-button>span:after,
    .responsive-nav-wrapper .vendor-button-only>a:after {
        width: 26px;
        height: 26px;
    }
    .responsive-nav-wrapper-parent {
        margin-top: 12px;
    }
    .header {
        float: right;
        width: 30%;
        text-align: center;
    }
    .mobile-hidden {
        display: none;
    }
}

@media (min-width: 1025px) and (max-width:1280px) {
    .responsive-nav-wrapper>div>span,
    .responsive-nav-wrapper>div>a {
        font-size: 0px;
    }
}

@media (min-width: 1025px) {
    .store-search-box .search-box-select {
        width: 150px !important;
    }
    .header {
        width: 86%;
        width: -webkit-calc(100% - 500px);
        width: calc(100% - 225px);
    }
    .with-caregory-search-enabled span.search-box-text {
        display: inline-block;
        width: 63%;
        width: -webkit-calc(100% - 245px);
        width: calc(100% - 195px) !important;
    }
    .header-logo {
        float: right;
        margin: 7px 0 0;
        width: 120px;
    }
    .store-search-box.with-caregory-search-enabled span.search-box-text {
        margin-right: 150px !important;
    }
    .header .search-box {
        width: calc(100% - 125px);
    }
}

@media (min-width: 1281px) {
    .header {
        width: 86%;
        width: -webkit-calc(100% - 500px);
        width: calc(100% - 500px);
    }
    .store-search-box.with-caregory-search-enabled span.search-box-text {
        margin-right: 150px !important;
    }
    .header .search-box {
        width: calc(100% - 125px);
    }
}

/* end header and search */

/* start brands menu */

.header-menu > ul > li > .sublist-wrap > .sublist .box .picture img
.category-navigation-list > li > .sublist-wrap > .sublist .box .picture img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 100%;
}

.header-menu > ul > li > .sublist-wrap > .sublist .box .picture a,
.category-navigation-list > li > .sublist-wrap > .sublist .box .picture a {
    display: block;
    position: relative;
    height: 200px;
}

/* end brands menu */

/* start main menu */

.master-header-top-menu.page-body .header-menu.categories-in-side-panel {
    width: 100%;
}

.header-menu.categories-in-side-panel .center .category-navigation-title {
    text-align: right;
    background-color: #494949;
    font-weight: 500;
}

.header-menu.categories-in-side-panel .center .category-navigation-title:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 53px;
    height: 53px;
    background: transparent url(../img/custom-menu-icon.png) center no-repeat;
    border-right: 1px solid #585858;
}

.category-navigation-list-wrapper>ul>li.has-sublist>a>span:after {
    content: '';
    background: url(../img/right-caret.png);
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 10px;
}

.category-navigation-list-wrapper>ul>li.has-sublist>a {
    position: relative;
    text-align: right;
}

.category-navigation-list-wrapper>ul>li>a {
    text-align: right;
}

.center .category-navigation-list-wrapper {
    top: 0px;
}

.category-navigation-list.sticky-flyout>li {
    position: relative;
}

.category-navigation-list>li>.sublist-wrap:hover,
.header-menu>ul>li:hover>.sublist-wrap {
    display: block !important;
    opacity: 1 !important;
}

.center ul.category-navigation-list .sublist-wrap {
    pointer-events: auto;
}

.home-page-body .category-navigation-list {
    position: relative;
    /*prevent flyout z-index conflict with owl-carousel*/
    z-index: 1000;
    /*prevent flyout z-index conflict with owl-carousel*/
}

@media (max-width: 768px) {
    .home-page-top-banner-wrapper .slider-right {
        width: 100% !important;
        margin-left: 0px !important;
        margin-top: 0px !important;
    }
    .home-page-top-banner-wrapper img.nivo-main-image {
        height: auto;
    }
}

@media (min-width: 769px) {
    .home-page-top-banner-wrapper {
        overflow: initial !important;
    }
}

@media (max-width: 1024px) {
    .home-page-top-banner-wrapper img.nivo-main-image {
        height: auto !important;
        object-fit: cover;
        object-position: 0;
    }
    .home-page-top-banner-wrapper .slider-right {
        width: 100% !important;
        margin-left: 0px !important;
        margin-top: 0px !important;
    }
    .header-menu>ul {
        width: auto;
        text-align: right;
        padding-right: 0;
    }
}

@media (max-width: 1280px) and (min-width:1025px) {
    .header-menu>ul {
        width: 980px;
        text-align: right;
        padding-right: 255px;
    }
    .header-menu.categories-in-side-panel .center {
        width: 980px;
        position: relative;
        margin: 0 auto;
    }
    .home-page-top-banner-wrapper img.nivo-main-image,
    .home-page-top-banner-wrapper .nivo-slice>img {
        height: 437px !important;
        object-fit: cover;
        object-position: 0;
    }
    .home-page-top-banner-wrapper .nivo-slice {
        width: 100% !important;
        height: 437px !important;
    }
    .home-page-top-banner-wrapper .slider-right {
        width: 695px !important;
    }
}

@media (min-width: 1281px) {
    .header-menu>ul>li>.sublist-wrap {
        width: 1251px;
    }
    .html-home-page .header-menu>ul {
        width: 1251px;
        text-align: right;
        padding-right: 295px;
    }
    .header-menu>ul {
        width: 1251px;
        text-align: right;
        padding-right: 255px;
    }
    .header-menu.categories-in-side-panel .center {
        width: 1251px;
        position: relative;
        margin: 0 auto;
    }
    .home-page-top-banner-wrapper img.nivo-main-image,
    .home-page-top-banner-wrapper .nivo-slice>img {
        height: 437px !important;
        object-fit: cover;
        object-position: 0;
    }
    .home-page-top-banner-wrapper .nivo-slice {
        width: 100% !important;
        height: 437px !important;
    }
    .category-navigation-title {
        width: 250px;
        padding: 0 24px;
    }
    .html-home-page .category-navigation-title {
        width: 285px;
        padding: 0 24px;
    }
    .category-navigation-list-wrapper {
        width: 250px;
    }
    .html-home-page .category-navigation-list-wrapper {
        width: 285px;
    }
    .master-header-top-menu.page-body .category-navigation-list>li>.sublist-wrap {
        right: 230px;
        width: 999px;
    }
    .html-home-page .master-header-top-menu.page-body .category-navigation-list>li>.sublist-wrap {
        right: 263px;
        width: 966px;
    }
}

/* Zeco styles START    */

.home-page-advantages {
    margin-bottom: 45px;
    overflow: hidden;
}

.advantages-item {
    padding: 10px 15px;
    margin-bottom: 5px;
    background-color: #f6f6f6;
    overflow: hidden;
    text-align: right;
}

.advantages-item>div {
    display: inline-block;
    vertical-align: middle;
}

.advantages-item .description {
    display: none;
}

.advantages-item .picture {
    width: 40px;
    height: 40px;
}

.advantages-item .picture img {
    max-height: 100%;
    max-width: 100%;
}

.advantages-item .info {
    width: calc(100% - 55px);
    padding-right: 10px;
}

.advantages-item .title {
    font-size: 15px;
    color: #444444;
    font-weight: bold;
    text-transform: uppercase;
}

.advantages-item .title a {
    transition: all .2s ease;
}

.advantages-item .title a:hover {
    color: #f74258;
}

@media (min-width: 768px) {
    .home-page-advantages {
        font-size: 0;
    }
    .advantages-item {
        display: inline-block;
        width: calc(50% - 2.5px);
        margin: 0 5px 5px 0;
    }
    .advantages-item:nth-child(2n+1) {
        margin-right: 0;
    }
    .advantages-item:only-child {
        width: 100%;
        margin: 0;
    }
}

@media (min-width: 1281px) {
    .home-page-advantages {
        padding: 35px 7%;
        margin: -70px -7% 70px;
    }
    .advantages-item {
        padding: 0 2%;
    }
}

@media (min-width: 1025px) {
    .home-page-advantages {
        padding: 35px 20px;
        margin: -60px -20px 70px;
        background-color: #f6f6f6;
        text-align: center;
    }
    .advantages-item {
        padding: 0 1%;
        width: 25%;
        margin: 0;
        background-color: transparent;
        text-align: center;
    }
    .advantages-item>div {
        display: block;
    }
    .advantages-item .picture {
        margin-bottom: 15px;
        width: 100%;
        height: auto;
    }
    .advantages-item .info {
        width: 100%;
    }
    .advantages-item .description {
        display: block;
        margin-top: 10px;
        color: #8c8c8c;
        font-size: 15px;
    }
    .advantages-item .description p {
        line-height: 1.7;
    }
}

/* zeco style end */

/* top custom header start */

.custom-header-top {
    background: #474747;
    height: 50px;
    display: flex;
    align-items: center
}

.custom-text {
    float: right;
    line-height: 40px;
    font-size: 16px;
    color: #aaa;
}

.selectors {
    width: auto !important;
}

.selectors div {
    margin-right: 5px
}

.selectors select {
    padding: 6px 6px 6px 30px;
    border: 0;
    width: 100px;
    background: #333 url(../img/arrow-down-angle.png) no-repeat 10% center !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    float: left;
    border-radius: 0px !important;
    margin-right: 5px;
    color: #ababab;
}

@media (max-width: 768px) {
    .header-wrapper {
        padding: 8px 15px;
    }
    .custom-header-top .my-container {
        width: 100%;
        margin: 15 auto;
        padding: 0 15px;
        overflow: auto;
    }
    .selectors select {
        padding: 6px 6px 6px 20px;
        border: 0;
        width: 75px;
        background: #333 url(../img/arrow-down-angle.png) no-repeat 10% center !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        float: left;
        border-radius: 0px !important;
        margin-right: 5px;
        color: #ababab;
    }
    .custom-text {
        width: calc(100% - 160px);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .custom-text a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .custom-text p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (min-width: 769px) {
    .custom-header-top .my-container {
        width: 100%;
        margin: 15 auto;
        padding: 0 15px;
        overflow: auto;
    }
    .selectors select {
        padding: 6px 6px 6px 20px;
        border: 0;
        width: 75px;
        background: #333 url(../img/arrow-down-angle.png) no-repeat 10% center !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        float: left;
        border-radius: 0px !important;
        margin-right: 5px;
        color: #ababab;
    }
    .custom-text {
        width: calc(100% - 160px);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .custom-text a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .custom-text p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (min-width: 1025px) {
    .custom-header-top .my-container {
        width: 980px;
        margin: 0 auto;
        padding: 0 15px;
        overflow: auto;
    }
    .selectors select {
        padding: 6px 6px 6px 30px !important;
        border: 0;
        width: 100px !important;
        background: #333 url(../img/arrow-down-angle.png) no-repeat 10% center !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        float: left;
        border-radius: 0px !important;
        margin-right: 5px;
        color: #ababab;
    }
    .custom-text {
        width: calc(100% - 210px) !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (min-width: 1281px) {
    .custom-header-top .my-container {
        width: 1280px;
        margin: 0 auto;
        padding: 0 15px;
        overflow: auto;
    }
}

/* alternative product boxes */

@media (min-width: 1025px) {
    .spc:nth-child(even) ul.navigation {
        float: right;
    }
    .spc-products .spc-header ul.navigation {
        float: initial !important;
    }
    .spc:nth-child(even) .spc-header li {
        margin: 0 0 0 5px;
    }
    .spc:nth-child(even)>.spc-body>.category-info {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        border: none;
        width: 23%;
        z-index: 1;
        right: auto;
    }
    .spc:nth-child(even)>.spc-body>.category-products {
        float: right !important;
        width: 77%;
    }
}

@media (max-width: 1024px) {
    .store-search-box {
        background-color: #fff !important;
    }
    .search-box.store-search-box input {
        border: 0;
        height: 40px;
        background: none;
        color: #333 !important;
    }
    .search-box.store-search-box input::placeholder {
        color: #666 !important;
        opacity: 1;
    }
    .store-search-box input.search-box-button {
        width: 40px;
        background: #666 url(../img/search.png) no-repeat center !important;
    }
    .store-search-box .search-box-select {
        background-color: #fff !important;
    }
    .store-search-box .search-box-select {
        position: absolute;
        top: 0;
        right: 0;
        border-left: 1px solid #57b568;
        width: 37%;
        height: 40px;
        padding: 8px;
        background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjhFRjIwODYzNENFOTExRTdCQ0IwOEU0MTMxNzkxQzc1IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjhFRjIwODY0NENFOTExRTdCQ0IwOEU0MTMxNzkxQzc1Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OEVGMjA4NjE0Q0U5MTFFN0JDQjA4RTQxMzE3OTFDNzUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OEVGMjA4NjI0Q0U5MTFFN0JDQjA4RTQxMzE3OTFDNzUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz685BkCAAAAsElEQVR42nzQMQrCMBTG8VQyOLp5gO5Obg49RAcLOhd11lMITrad7VTQG2QVXDuqFxB3B53qP/ICRUIf/EKS9wgfCYwxihriqfz16/VYUlwRe4Zi6aV2MMIAJ+Toi1zubC/SLDNcsMUSE3lthDc2yLRcHnFGJQO2bkjwQNPOGGKMA0rZhy6j/stYYCEv7iSKchnnHRk/WLuMDfaejHdMUduDbv1ZLbkyBFjh5ZpfAQYAKPQox6WTAhgAAAAASUVORK5CYII=) no-repeat 7% center !important;
        color: #666 !important;
        border-radius: 0px;
    }
    .store-search-box .search-box-select {
        border-left-color: #999 !important;
    }
}

.truncate {
    white-space: nowrap;
    width: 82px;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width:566px) {
    .truncate {
        width: 0;
    }
}


/*.sitemap-page .sitemap-cont {
    display: inline-block;
    margin: 20px
}

.sitemap-page .sitemaptitle {
    margin: 15px 0 10px;
}

    .sitemap-page ul {
    float: left;
}

.sitemap-page li {
    margin: 3px 10px;
    width: 150px;
    border-bottom: 1px dotted #ccc;
    list-style: none;
}
*/

    .sitemap-page .sitemaptitle a {
        font-size: 16px;
        font-weight:bold;
    }



    .sitemap-page li a {
        font-size: 12px;
    }

.sitemap-page .all-Categories span.fa.fa-angle-right {
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sitemap-page .entity-body .all-Categories {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
}

.sitemap-page .entity-body .sitemap-cont ul {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #f6f6f6;
    padding: 15px 15px 5px;
}

    .sitemap-page .entity-body .sitemap-cont ul li a {
        color: #222222;
        text-decoration: none;
        text-transform: capitalize;
        display: block;
        margin-bottom: 0px !important;
        font-size: 13px;
    }

.sitemap-page .entity-body .sitemap-cont {
    width: 100%;
    display: inline-block;
    font-size: 0;
    text-align: right;
    box-sizing: border-box;
    margin-bottom: 1rem;
}

.sitemap-page .sitemaptitle {
    margin: 15px 0 10px;
}

.sitemap-page .sitemaptitle {
    margin: 15px 0 10px;
}

.sitemap-page .sitemap-cont {
    display: inline-block;
    margin: 0 0 10px !important;
}

.sitemap-page .entity-body .sitemap-cont ul {
    overflow: hidden;
    padding: 9px;
    background: #f8f8f8 !important;
}

.sitemap-page li {
    width: 100% !important;
    border-bottom: 1px solid #f6f6f6 !important;
}

.sitemap-page .sitemaptitle {
    margin: 15px 0 10px;
    font-size: 16px;
}

.sitemap-page .all-Categories .nav a, .sitemap-page .all-Categories .nav label {
    display: block;
    padding: .85rem;
    color: white;
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in;
}

.sitemap-page .all-Categories .nav li {
    list-style-type: none;
    border-bottom: 1px solid #f6f6f6 !important;
}

.sitemap-page li {
    border-bottom: none !important;
}

.sitemap-page .all-Categories .nav ul ul {
    display: none;
}

.sitemap-page .all-Categories .nav li.active > ul {
    display: block;
}

.sitemap-page .all-Categories .nav ul ul a {
    padding-right: 1rem;
}

.sitemap-page .all-Categories .nav ul ul ul a {
    padding-right: 2rem;
}

.sitemap-page .all-Categories .nav ul ul ul ul a {
    padding-right: 3rem;
}

.sitemap-page .all-Categories .nav ul ul ul ul ul a {
    padding-right: 4rem;
}

.sitemap-page .all-Categories .nav ul ul ul ul ul ul a {
    padding-right: 5rem;
}

.sitemap-page .all-Categories .nav ul ul ul ul ul ul ul a {
    padding-right: 6rem;
}

.sitemap-page .all-Categories .nav li.active > a + ul {
    /* reset the height when checkbox is checked */
    max-height: 1000px;
    padding: 0;
}

.sitemap-page .all-Categories a > span {
    float: left;
    -webkit-transition: -webkit-transform .65s ease;
    transition: transform .65s ease;
}

.sitemap-page .all-Categories .nav li.active > a > span {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sitemap-page .all-Categories ul.nav__list {
    padding: 0;
}

.sitemap-page .all-Categories ul.nav__list {
    padding: 0 !important;
}

@media (max-width: 575px) {
    .sitemap-page .entity-body .all-Categories {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 2rem;
        -moz-column-gap: 2rem;
        column-gap: 2rem;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .sitemap-page .entity-body .all-Categories {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 2rem;
        -moz-column-gap: 2rem;
        column-gap: 2rem;
    }
}

.shipping-method .method-list li label:after, .payment-method .method-list li label:after {
    width: 5px;
}
.container-step {
    padding: 20px 0;
}

.progressbar {
    margin: 0;
    padding: 0;
    counter-reset: step;
}

    .progressbar li {
        list-style-type: none;
        width: 33.33%;
        float: left;
        font-size: 16px;
        position: relative;
        text-align: center;
        text-transform: capitalize;
        color: #7d7d7d;
    }

        .progressbar li:before {
            width: 30px;
            height: 30px;
            content: counter(step);
            counter-increment: step;
            line-height: 30px;
            line-height: 26px;
            border: 2px solid #7d7d7d;
            display: block;
            font-size: 12px;
            text-align: center;
            margin: 0 auto 10px auto;
            border-radius: 50%;
            background-color: white;
        }

        .progressbar li:after {
            width: 100%;
            height: 2px;
            content: '';
            position: absolute;
            background-color: #7d7d7d;
            top: 15px;
            left: -50%;
            z-index: -1;
        }

        .progressbar li:first-child:after {
            content: none;
        }

        .progressbar li.active {
            color: #ff5874;
        }

            .progressbar li.active:before {
                border-color: #ff5874;
                background: #ff5874;
                color: #fff;
            }

            .progressbar li.active + li:after {
                background-color: #ff5874;
            }

/* next previous links */

@media(min-width:1025px) {
    .previous-product {
        display: block;
        width: 50%;
        position: absolute;
        right: 0;
        top: -60px;
    }
    .next-product {
        display: block;
        width: 50%;
        position: absolute;
        left: 0;
        top: -60px;
    }
    .product-essential .product-name {
        margin-top: 80px;
    }
}

@media all and (max-width: 1024px) {
    .previous-product,
    .next-product {
        width: 51px;
    }
    .previous-product a,
    .next-product a {
        width: 51px;
        height: 50px;
        padding: 0;
    }
    .next-product a{
        float:left;
    }
    .previous-product a{
        float:right;
    }
    .previous-product-title,
    .next-product-title {
        display: none;
    }
}



.category-navigation-list>li>a,
.category-navigation-list>li>span {
    padding: 13px 40px 13px 25px;
}

ul.category-navigation-list>li:before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    margin: 14px 10px 0 0;
    z-index: 1;
    right: 0;
}

ul.category-navigation-list>li:nth-child(1):before {
    background: url(../img/icons/1.png) no-repeat;
}

ul.category-navigation-list>li:nth-child(2):before {
    background: url(../img/icons/2.png) no-repeat;
}

ul.category-navigation-list>li:nth-child(3):before {
    background: url(../img/icons/3.png) no-repeat;
}

ul.category-navigation-list>li:nth-child(4):before {
    background: url(../img/icons/4.png) no-repeat;
}

ul.category-navigation-list>li:nth-child(5):before {
    background: url(../img/icons/5.png) no-repeat;
}

ul.category-navigation-list>li:nth-child(6):before {
    background: url(../img/icons/6.png) no-repeat;
}

ul.category-navigation-list>li:nth-child(7):before {
    background: url(../img/icons/7.png) no-repeat;
}

ul.category-navigation-list>li:nth-child(8):before {
    background: url(../img/icons/8.png) no-repeat;
}

ul.category-navigation-list>li:nth-child(9):before {
    background: url(../img/icons/9.png) no-repeat;
}

ul.category-navigation-list>li:nth-child(10):before {
    background: url(../img/icons/10.png) no-repeat;
}
.carousel-item .picture-img {
    height: 180px;
    object-fit: contain;
}
.item-box .picture img {
    height: 180px;
    object-fit: contain;
}
@media all and (min-width: 1025px) {
 
.sublist-wrap .sublist li{
        position: inherit;
        background-color:white !important;
    }
    .sublist-wrap .sublist a{
        position: inherit;
        background-color:white !important;
    }
    .sublist-wrap{
        background-color:white !important;
    }
    .master-header-top-menu.page-body .category-navigation-list>li>.sublist-wrap{
        right:250px;
    }
    .category-navigation-list > li > .sublist-wrap > .sublist {
    padding: 18px 12px;

    }
    .sublist-wrap .sublist li{
        border-bottom:0px;
        border:none;
       
    }
    .header-menu .sublist li a:before{
        content:'' !important;
        /* margin-right: 23px !important; */
        display: none;
    }
    .sublist-wrap .sublist{
           
    position:initial;
  
    }
    .sublist-wrap .sublist-wrap{
          box-shadow:none !important;
          opacity:1;
          position:unset;
    }
    .category-navigation-list > li > .sublist-wrap > .sublist > li > .sublist-wrap > .sublist li a,  .category-navigation-list > li > .sublist-wrap > .sublist > li > .sublist-wrap > .sublist li a:hover{
        color:black;
        
    }
    .category-navigation-list > li > .sublist-wrap > .sublist > li > a, .category-navigation-list > li > .sublist-wrap > .sublist > li > a:hover{
        color:black
    }
    .category-navigation-list > li > .sublist-wrap > .sublist > li > .sublist-wrap > .sublist li a{
        padding:0px 20px 10px;
    }
}


@media (max-width: 1024px) {
    .custom-header-top {
        display: none !important;
    }

    .header-menu {
        max-width: 280px !important;
        width: 280px !important;
    }

    .mega-menu-responsive .menu-divider:before {
        content: "الفئات";
        height: 40px;
        display: block;
        text-align: center;
        line-height: 40px;
        background: #e1e1e1;
        border-top: 2px solid #ccc;
        border-bottom: 2px solid #ccc;
        text-transform: uppercase;
    }

    .mega-menu-responsive .menu-divider.currrency:before {
        content: "العملات" !important;
    }
}

@media (min-width: 1024px) {
    .mobile-menu-only {
        display: none !important;
    }
}


@media (max-width: 768px) {

    .responsive-nav-wrapper > div > span:not(.cart-qty),
    .responsive-nav-wrapper > div > a {
        padding-left: 0px;
        min-width: 40px;
    }

    .responsive-nav-wrapper > div {
        padding-left: 0px;
    }

    .header {
        width: auto;
    }
}
.hide-buttons .home-page-product-grid .item-box .buttons-wrapper {
    display: none;
}
.small-margin .nop-jcarousel.product-grid.home-page-product-grid {
    padding: 10px 12px 20px 12px;
}
.master-wrapper-content {
    margin-top: 0;
}

@media (min-width: 1281px) {
    .small-margin.full-width-carousel .home-page-product-grid .carousel-title {
        padding-bottom: 0;
    }

    .small-margin button.slick-prev.slick-arrow {
        top: -55px;
        left: 100px;
    }

    .small-margin button.slick-next.slick-arrow {
        top: -55px;
        right: 100px
    }
}
@media (min-width: 1025px) {
    .small-margin .product-grid .item-box .details {
        padding-top: 10px;
        padding-bottom: 0px
    }

    .small-margin .product-grid .item-box .add-info {
        height: 10px
    }

.nop-jcarousel.product-grid.home-page-product-grid {
    padding-top: 10px;
}
}
.spc-categories .spc-body {
    background: #FFF !important;
}

.nop-jcarousel.category-grid .slick-carousel {
    background: #FFF  !important;
}