/* Style-new.css */
@import url('https://fonts.googleapis.com/earlyaccess/droidarabickufi.css');

/* All Variables */
:root {
    --primaryColor: #feee00;      /* yellow var(--primaryColor) */
    --secondryColor: #3866df; /* blue var(--secondryColor) */

    --font1:  'Roboto', sans-serif;
    --font2:  'El Messiri', sans-serif;
    --font3:  Tahoma;
    --font4:  "Font Awesome 5 Free";
    --font5:  sans-serif;
    --font6:  'Bebas Neue', sans-serif;
    --font7:  'Open Sans', sans-serif;
    --font8:  'Droid Arabic Kufi', sans-serif;
}
/* start common */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-family: var(--font1);
    font-size:medium;
}
.rtl,
.rtl *:not(i),
[lang="ar"],
[lang="ar"] *:not(i) {
    direction: rtl;
    font-family: var(--font8);
}
html,
body {
    max-width: 100%;
    overflow-x: hidden;
    background-color: rgba(var(--color1), 0.02);
    color: rgba(var(--color2), 1);
}
@media(min-width:1500px) {
    .container {
        width: 100%;
        max-width: 1400px;
    }
}
@media(min-width: 768px) {
    .container {
        width: 100%;
        max-width: 1275px;
    }
}
@media(min-width: 750px) {
    body {
        padding-top: 175px;
    }
}
@media(max-width: 750px) {
    body {
        /*padding-top: 75px;*/
    }
}
h1,h2,h3,h4,h5,h6,label {font-weight:400;margin:0;}
a,a:hover {text-decoration: none;color: inherit;}
button,input {outline: 0;}
#wpadminbar {
    z-index: 99;
    font-size: 2rem;
}
ul{margin: 0;padding: 0;}
ul,li{list-style: none}
/* end common */

/* start top-header */
.top-header {
    padding: 25px 0;
}
.rtl .top-header .search-login-container ul {
    padding: 0;
}
.rtl .top-header .search-login-container {
    text-align: right;
}
.top-header ul {
    padding-top: 10px;
}
.top-header i {
    background-color: rgba(var(--color1), 0.2);
    padding: 0 5px;
    width: 40px;
    line-height: 40px;
    text-align: center;
}
.top-header ul li a,
.top-header ul li div {
    display: inline-block;
    padding: 0 10px;
    border-radius: 3px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-size: 14px;
}
.top-header ul li a:hover,
.top-header ul li div:hover {
    color: #fff;
    background: rgba(var(--color1), 1);
}
.container-img {
    max-width: 135px;
}
@media(max-width: 860px) {
    .top-header {
        display: none;
    }
}
/* end top-header */

/* start navbar */
.navbar {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.navbar.fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(var(--color1), 1);
}
.navbar.fixed-top .logo2 {
    display: inline-block;
}
.navbar .logo2 {
    display: none;
}
.navbar.fixed-top .logo1 {
    display: none;
}
.navbar .logo1 {
    display: inline-block;
}
.navbar.fixed-top .navbar-nav .nav-link {
    font-size: 14px !important;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
@media (min-width: 992px) {
    .navbar .navbar-nav .nav-link:hover {
        color: rgba(var(--color1), 1);
    }
}
.navbar .navbar-brand {
    display: none;
}
.navbar .navbar-toggler-icon i {
    font-size: 25px !important;
    color: rgba(var(--color2), 1);
}
.navbar.fixed-top .navbar-toggler-icon i {
    color: #fff;
}
.navbar .navbar-toggler {
    outline: 0;
    cursor: pointer;
}
.custom-navbar .dropdown {
    position: relative;
}
.custom-navbar .dropdown-menu {
    position: absolute;
    top: 40px;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #000;
}
.custom-navbar .dropdown-menu li + li {
    border-top: 1px solid #ddd;
}
.custom-navbar .dropdown-menu li a:active {
    background: #fff;
}
@media(max-width: 991px) {
    .navbar .navbar-brand {
        display: block;
    }
    .navbar .navbar-nav .nav-link {
        text-align: center;
    }
}
/* end navbar */

/* start carousel */
.slider {
    margin: 15px 0;
}
.slider .carousel {
    background-size: cover;
    background-position: top;
}
.slider .carousel .carousel-item {
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center;
}
.slider .carousel .carousel-item .content-slider {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider .carousel .carousel-item .content-slider h2 {
    color: #fff;
    font-size: 35px !important;
}
.slider .carousel .carousel-control-prev-icon,
.slider .carousel .carousel-control-next-icon {
    width: 15px;
    height: 15px;
    opacity: .59;
}
.slider .carousel .carousel-control-next:hover .carousel-control-next-icon,
.slider .carousel .carousel-control-prev:hover .carousel-control-prev-icon {
    opacity: 1 !important;
}
.slider .carousel .carousel-control-next,
.slider .carousel .carousel-control-prev {
    width: 40px;
    height: 40px;
    line-height: 40px;
    opacity: 1;
    text-align: center;
    background-color: rgba(255,255,255,.3);
    border-radius: 100%;
    bottom: 15px;
    top: auto;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.slider .carousel .carousel-control-next:hover,
.slider .carousel .carousel-control-prev:hover {
    background-color: rgba(var(--color1), 1);
}
.slider .carousel .carousel-control-next {
    right: calc(50% - 45px);
    left: auto;
}
.slider .carousel .carousel-control-prev {
    left: calc(50% - 45px);
    right: auto;
}
@media(max-width: 700px) {
    .slider .carousel .carousel-item {
        height: 50vh;
    }
    .slider .carousel .carousel-item .content-slider h2 {
        font-size: 5vw !important;
    }
}
/* end carousel */

/* start shop-men-women */
.shop-men-women {
    margin: 25px auto;
}
.shop-men-women .row > div {
    margin-top: 15px;
}
.shop-men-women .photo {
    height: 450px;
    background-size: cover;
    background-position: top;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.shop-men-women .photo h3 {
    color: #fff;
    position: relative;
    z-index: 2;
    font-size: 30px !important;
    text-shadow: 0px 3px 6px #00000040;
}
@media(max-width: 800px) {
    .shop-men-women .photo {
        height: 250px;
    }
}
/* end shop-men-women */

/* start categories */
.categories {
    margin: 50px auto;
}
.categories .title {
    padding-top: 25px;
}
.categories .title h2 {
    font-size: 22px !important;
    text-transform: uppercase;
}
.categories .category {
    height: 350px;
    background-size: cover;
    background-position: top;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 30px;
}
.categories .category .inner {
    display: flex;
    justify-content: center;
    align-items: center;
}
.categories .category .inner:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(88, 31, 31, 0.5);
    z-index: 1;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: 10px solid transparent;
}
.categories .category .inner:hover:after {
    background-color: rgba(255, 255, 255, 0);
    border: 10px solid rgba(var(--color1), 1);
}
.categories .category .inner h3 {
    color: #fff;
    position: relative;
    z-index: 2;
    font-size: 25px !important;
    text-transform: uppercase;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.categories .category .inner:hover h3 {
    background: rgba(var(--color1), 1);
    padding: 7px 10px;
    font-size: 20px !important;
}
/*.categories .col {
    min-width: calc(100% / 3);
}
.categories .col:first-of-type,
.categories .col:last-of-type {
    min-width: calc((100% / 3) * 2);
}*/
@media(max-width: 991px) {
    /*.categories .col,
    .categories .col:first-of-type,
    .categories .col:last-of-type {
        width: 50%;
        max-width: 50%;
        min-width: 50%;
    }*/
    .categories .category {
        height: 300px;
    }
}
@media(max-width: 600px) {
    /*.categories .col,
    .categories .col:first-of-type,
    .categories .col:last-of-type {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }*/
    .categories .category {
        height: 250px;
    }
}
/* end categories */

/* start box */
.row-2 .col-1-box { min-width: 50%; }
.row-2 .col-2-box { min-width: 100% }
@media(max-width: 600px) {
    .row-2 .col-1-box,
    .row-2 .col-2-box { min-width: 100%; }
}

.row-3 .col-1-box { min-width: calc(100% / 3); }
.row-3 .col-2-box { min-width: calc((100% / 3) * 2); }
.row-3 .col-3-box { min-width: 100%; }
@media(max-width: 991px) {
    .row-3 .col-1-box,
    .row-3 .col-2-box,
    .row-3 .col-3-box { min-width: 50%; }
}
@media(max-width: 600px) {
    .row-3 .col-1-box,
    .row-3 .col-2-box,
    .row-3 .col-3-box { min-width: 100%; }
}

.row-4 .col-1-box { min-width: 25%; }
.row-4 .col-2-box { min-width: 50% }
.row-4 .col-3-box { min-width: 75%; }
.row-4 .col-4-box { min-width: 100%; }
@media(max-width: 991px) {
    .row-4 .col-1-box,
    .row-4 .col-2-box,
    .row-4 .col-3-box,
    .row-4 .col-4-box { min-width: 50%; }
}
@media(max-width: 600px) {
    .row-4 .col-1-box,
    .row-4 .col-2-box,
    .row-4 .col-3-box,
    .row-4 .col-4-box { min-width: 100%; }
}

.row-5 .col-1-box { min-width: calc((100% / 5) * 1); }
.row-5 .col-2-box { min-width: calc((100% / 5) * 2); }
.row-5 .col-3-box { min-width: calc((100% / 5) * 3); }
.row-5 .col-4-box { min-width: calc((100% / 5) * 4); }
.row-5 .col-5-box { min-width: calc((100% / 5) * 5); }
@media(max-width: 991px) {
    .row-5 .col-1-box,
    .row-5 .col-2-box,
    .row-5 .col-3-box,
    .row-5 .col-4-box,
    .row-5 .col-5-box { min-width: 50%; }
}
@media(max-width: 600px) {
    .row-5 .col-1-box,
    .row-5 .col-2-box,
    .row-5 .col-3-box,
    .row-5 .col-4-box,
    .row-5 .col-5-box { min-width: 100%; }
}

.row-6 .col-1-box { min-width: calc((100% / 6) * 1); }
.row-6 .col-2-box { min-width: calc((100% / 6) * 2); }
.row-6 .col-3-box { min-width: calc((100% / 6) * 3); }
.row-6 .col-4-box { min-width: calc((100% / 6) * 4); }
.row-6 .col-5-box { min-width: calc((100% / 6) * 5); }
.row-6 .col-6-box { min-width: calc((100% / 6) * 5); }
@media(max-width: 991px) {
    .row-6 .col-1-box,
    .row-6 .col-2-box,
    .row-6 .col-3-box,
    .row-6 .col-4-box,
    .row-6 .col-5-box,
    .row-6 .col-6-box { min-width: calc(100% / 3) }
}
@media(max-width: 600px) {
    .row-6 .col-1-box,
    .row-6 .col-2-box,
    .row-6 .col-3-box,
    .row-6 .col-4-box,
    .row-6 .col-5-box,
    .row-6 .col-6-box { min-width: 50%; }
}

.row-7 .col-1-box { min-width: calc((100% / 7) * 1); }
.row-7 .col-2-box { min-width: calc((100% / 7) * 2); }
.row-7 .col-3-box { min-width: calc((100% / 7) * 3); }
.row-7 .col-4-box { min-width: calc((100% / 7) * 4); }
.row-7 .col-5-box { min-width: calc((100% / 7) * 5); }
.row-7 .col-6-box { min-width: calc((100% / 7) * 5); }
.row-7 .col-7-box { min-width: calc((100% / 7) * 5); }
@media(max-width: 991px) {
    .row-7 .col-1-box,
    .row-7 .col-2-box,
    .row-7 .col-3-box,
    .row-7 .col-4-box,
    .row-7 .col-5-box,
    .row-7 .col-6-box,
    .row-7 .col-7-box { min-width: calc(100% / 3) }
}
@media(max-width: 600px) {
    .row-7 .col-1-box,
    .row-7 .col-2-box,
    .row-7 .col-3-box,
    .row-7 .col-4-box,
    .row-7 .col-5-box,
    .row-7 .col-6-box,
    .row-7 .col-7-box { min-width: 50%; }
}

.row-8 .col-1-box { min-width: calc((100% / 8) * 1); }
.row-8 .col-2-box { min-width: calc((100% / 8) * 2); }
.row-8 .col-3-box { min-width: calc((100% / 8) * 3); }
.row-8 .col-4-box { min-width: calc((100% / 8) * 4); }
.row-8 .col-5-box { min-width: calc((100% / 8) * 5); }
.row-8 .col-6-box { min-width: calc((100% / 8) * 5); }
.row-8 .col-7-box { min-width: calc((100% / 8) * 5); }
.row-8 .col-8-box { min-width: calc((100% / 8) * 5); }
@media(max-width: 991px) {
    .row-8 .col-1-box,
    .row-8 .col-2-box,
    .row-8 .col-3-box,
    .row-8 .col-4-box,
    .row-8 .col-5-box,
    .row-8 .col-6-box,
    .row-8 .col-7-box { min-width: calc(100% / 3) }
}
@media(max-width: 600px) {
    .row-8 .col-1-box,
    .row-8 .col-2-box,
    .row-8 .col-3-box,
    .row-8 .col-4-box,
    .row-8 .col-5-box,
    .row-8 .col-6-box,
    .row-8 .col-7-box { min-width: 50%; }
}
/* end box */

/* start featured-products */
/*.featured-products {*/
/*    margin: 50px auto;*/
/*}*/
/*.featured-products .title {*/
/*    padding-top: 22px;*/
/*}*/
.featured-products .title h2 {
    font-size: 25px !important;
    text-transform: uppercase;
}
.featured-product {
    min-width: 150px;
    /*margin: 25px auto;*/
    background: #fff;
    /*padding: 10px;*/
}
.featured-product .photo {
    overflow: hidden;
    /*max-height: 300px;*/
    height: auto !important;
}
.featured-product .photo img {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: 0 !important;
}
.featured-product:hover .photo img {
    transform: scale(.95);
}
.featured-product .inner {
    display: block;
}
.featured-product .description p {
    margin: 0;
    text-align:left !important;
}
.rtl .featured-product .description p {
    text-align: right;
}
.featured-product .price {
    color: rgba(var(--color1), 1);
    font-weight: bold;
    /*max-width: 100px;*/
}
.featured-products .view-all {
    width: 200px;
    height: 50px;
    line-height: 50px;
    display: block;
    margin: 15px auto;
    background-color: rgba(var(--color1), 1);
    border-radius: 2px;
    color: #fff;
    font-size: 20px !important;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.featured-products .view-all:hover {
    background-color: rgba(var(--color2), 1);
}
@media(max-width: 800px) {
    /*.featured-product .description > .row > .col {*/
    /*    max-width: 100%;*/
    /*    min-width: 100%;*/
    /*    width: 100%;*/
    /*}*/
    /*.featured-product .price .row {*/
    /*    font-size: 14px !important;*/
    /*    justify-content: center !important;*/
    /*}*/
    /*.featured-product {*/
    /*    max-width: 250px;*/
    /*}*/
}
/* end featured-products */

/* start featured-products */
.offers-collections {
    margin: 50px auto;
}
.offers-collections .title {
    padding: 25px 0;
}
.offers-collections .title h2 {
    font-size: 22px !important;
    text-transform: uppercase;
}
.offers-collections .declaration a {
    display: block;
    width: 100%;
    margin: 15px auto;
}
.offers-collections .declaration img {
    width: 100%;
}
.offers-collections .offer-collection {
    background-size: cover;
    background-position: top;
    margin: 15px auto;
    height: 350px;
    min-width: 300px;
    overflow: hidden;
}
.offers-collections .offer-collection .inner {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.offers-collections .offer-collection .overlay,
.offers-collections .offer-collection .overlay .sale,
.offers-collections .offer-collection .overlay .sub-sale {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.offers-collections .offer-collection .overlay .name,
.offers-collections .offer-collection .overlay .view-collection {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.offers-collections .offer-collection .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    text-align: center;
    padding: 40px 15px;
    background-color: rgba(231, 29, 29, .75);
    opacity: 0;
}
.offers-collections .offer-collection .overlay:hover {
    opacity: 1;
}
.offers-collections .offer-collection .overlay p {
    margin: 0;
}
.offers-collections .offer-collection .overlay .name {
    text-transform: uppercase;
    font-size: 25px !important;
    position: relative;
    opacity: 0;
    left: -100px;
}
.offers-collections .offer-collection .overlay:hover .name {
    left: 0;
    opacity: 1;
}
.offers-collections .offer-collection .overlay .sale {
    font-weight: bold;
    font-size: 60px !important;
    text-transform: uppercase;
    font-family: var(--font3);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}
.offers-collections .offer-collection .overlay .sub-sale {
    font-weight: bold;
    font-size: 40px !important;
    text-transform: uppercase;
    line-height: 15px;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
}
.offers-collections .offer-collection .overlay:hover .sale,
.offers-collections .offer-collection .overlay:hover .sub-sale  {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.offers-collections .offer-collection .overlay .view-collection {
    font-size: 23px !important;
    position: relative;
    right: -100px;
    opacity: 0;
}
.offers-collections .offer-collection .overlay:hover .view-collection {
    right: 0;
    opacity: 1;
}
@media(max-width: 768px) {
    .offers-collections .offer-collection .overlay {
        opacity: 1;
    }
    .offers-collections .offer-collection .overlay .name {
        left: 0;
        opacity: 1;
    }
    .offers-collections .offer-collection .overlay .view-collection {
        right: 0;
        opacity: 1;
    }
    .offers-collections .offer-collection .overlay .sale,
    .offers-collections .offer-collection .overlay .sub-sale  {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
/* end featured-products */

/* start features */
.features {
    margin: 75px auto 50px;
}
.features .feature {
    min-width: 200px;
    margin: auto;
}
.rtl .features .feature .description {
    direction: rtl;
}
.features .feature .description h3 {
    font-size: 18px !important;
    text-transform: uppercase;
    margin: 25px 0 15px;
}
.features .feature .description p {
    font-size: 15px !important;
}
/* end features */

/* start footer */
.footer {
    padding: 50px 50px 20px;
}
.footer .container {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}

/* start update 1-4-2020 */
/*
==============================================================
==============================================================
==================== start desktop-header ====================
==============================================================
==============================================================
*/
/* start small-navbar-header */
.small-navbar-header {
    background: var(--primaryColor);
    position: relative;
    z-index: 100;
}
.small-navbar-header .navbar,
.small-navbar-header .navbar ul {
    padding: 0;
    margin: 0;
}
.rtl .small-navbar-header .navbar .ml-auto {
    margin-left: 0 !important;
    margin-right: auto !important;
}
.rtl .small-navbar-header .navbar .mr-auto {
    margin-right: 0 !important;
    margin-left: auto !important;
}
.small-navbar-header .nav-item .nav-link {
    color: #404553;
    font-size: 12px;
}
.small-navbar-header .nav-item .nav-link:hover {
    color: #777;
}
.small-navbar-header .mr-auto li:first-of-type a::after {
    content: '|';
    display: inline-block;
    color: #aaa;
    padding-left: 10px;
}
.rtl .small-navbar-header .mr-auto li:first-of-type a::after {
    padding-left: 0;
    padding-right: 10px;
}
.small-navbar-header .nav-item .nav-link strong {
    font-size: 12px;
}
.small-navbar-header .ar strong {
    font-family: var(--font8);
}
.small-navbar-header .ml-auto .nav-item .nav-link {
    font-weight: bold;
    font-size: 11px;
}
.small-navbar-header .ml-auto .nav-item .nav-link i {
    font-size: 10px;
}
.small-navbar-header .dropdown .dropdown-menu {
    border-color: transparent;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.26);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.26);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.26);
}
.small-navbar-header .dropdown .dropdown-menu::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: -18px;
    left: 12px;
}
.small-navbar-header .dropdown .dropdown-menu .dropdown-item {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    width: 215px;
}
.rtl .small-navbar-header .dropdown .dropdown-menu .dropdown-item {
    text-align: right;
}
.small-navbar-header .dropdown .dropdown-menu .dropdown-item label {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background-color: #fff;
    color: #888;
    line-height: 16px;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
    border: 1px solid #ddd;
    color: #fff;
}
.rtl .small-navbar-header .dropdown .dropdown-menu .dropdown-item label {
    margin-right: 0;
    margin-left: 5px;
    float: left;
}
.small-navbar-header .dropdown .dropdown-menu .dropdown-item label i {font-size: 8px;position: relative;top: -2px;}
.small-navbar-header .dropdown .dropdown-menu .dropdown-item.current label {
    background-color: var(--secondryColor);
}
.small-navbar-header .dropdown .dropdown-toggle img {
    margin-right: 5px;
}
.rtl .small-navbar-header .dropdown .dropdown-toggle img {
    margin-left: 5px;
    margin-right: 0;
}
.small-navbar-header .dropdown .dropdown-toggle::after {
    font-size: 18px;
    vertical-align: 0 !important;
}
.small-navbar-header .dropdown i {
    font-family: var(--font4);
}
@media(max-width: 750px) {
    .small-navbar-header {
        display: none;
    }
}
/* end small-navbar-header */

/* start search-navbar-header */
body {min-height: 100vh !important;}
.search-navbar-header {
    background: var(--primaryColor);
    padding: 15px 0;
    color: #404553;
    position: relative;
    z-index: 99;
}
.search-navbar-header .row {
    padding: 0;
    margin: 0;
}
.search-navbar-header .container-logo {
    max-width: 100px;
    padding: 0;
}
.search-navbar-header .container-links {
    max-width: 260px;
    padding: 0;
    font-size: 14px;
}
.search-navbar-header .container-links .row {
    justify-content: end;
}
.search-navbar-header .container-links .row {
    padding: 0;
    margin: 0;
}
.search-navbar-header .container-links .row .col {
    font-weight: bold;
}
.search-navbar-header .container-links .row .col:last-of-type {
    text-align: right;
    min-width: 85px;
    max-width: 85px;
    border-left: 1px solid #888;
}
.rtl .search-navbar-header .container-links .row .col:last-of-type {
    border-right: 1px solid #888;
    border-left: 0;
}
.search-navbar-header .container-links a {
    font-size: 14px;
    color: #404553;
}
.search-navbar-header .container-links .dropdown .dropdown-menu {
    border-color: transparent;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.26);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.26);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.26);
}
.search-navbar-header .container-links .dropdown .dropdown-menu::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: -18px;
    left: 12px;
}
.search-navbar-header .container-links .dropdown .dropdown-toggle {
    padding: 10px 0;
}
.search-navbar-header .container-links .dropdown .dropdown-menu ul {
    padding: 0 10px;
    margin: 0;
    width: 170px;
}
.search-navbar-header .container-links .dropdown .dropdown-menu ul li small {
    color: rgb(126, 133, 155);
    font-size: 11px;
}
.search-navbar-header .container-links .dropdown .dropdown-menu ul .signin a {
    width: 100px;
    display: block;
    margin: 3px auto 10px auto;
    background-color: rgb(56, 102, 223);
    color: #fff;
    padding: 7px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}
.search-navbar-header .container-links .dropdown .dropdown-menu ul .signin a:hover {
    opacity: .8;
}
.search-navbar-header .container-links .dropdown .dropdown-menu ul .signup a {
    color: rgb(56, 102, 223);
    font-weight: normal;
    font-size: 12px;
}
.search-navbar-header .container-links .dropdown .dropdown-menu ul .signup a:hover {
    opacity: 0.9;
}
.search-navbar-header .container-links .dropdown .dropdown-menu ul .border-line {
    border-top: 1px solid #ddd;
    margin-top: 20px;
}
.search-navbar-header .container-search .search {
    background: #fff;
    display: flex;
    border-radius: 4px;
}
.search-navbar-header .container-search .search input {
    border: 1px solid #ddd;
    background-color: transparent;
    width: 100%;
    border: 0;
    outline: 0;
    padding: 5px;
    text-indent: 5px;
}
.search-navbar-header .container-search .search button {
    outline: 0;
    border: 0;
    background: transparent;
    color: #404553;
}
@media(max-width: 750px) {
    .search-navbar-header {
        display: none;
    }
}
/* end search-navbar-header */

/* start custom-navbar-header */
.custom-navbar-header {
    background: #fff;
    border-bottom: 1px solid #ddd;
    color: #404553;
    position: relative;
    z-index: 98;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.custom-navbar-header .container-navbar {
    clear: both;
    position: relative;
}
.custom-navbar-header .container-navbar .main-navbar {
    font-size: 14px;
    padding: 12px 15px;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
}
.custom-navbar-header .container-navbar .main-navbar:not(.all):hover {
    -webkit-box-shadow: 0 0 5px 2px rgba(31, 73, 125, 0.2);
    -moz-box-shadow: 0 0 5px 2px rgba(31, 73, 125, 0.2);
    -ms-box-shadow: 0 0 5px 2px rgba(31, 73, 125, 0.2);
    -o-box-shadow: 0 0 5px 2px rgba(31, 73, 125, 0.2);
    box-shadow: 0 0 5px 2px rgba(31, 73, 125, 0.2);
}
.custom-navbar-header .container-navbar .main-navbar.all {
    width: 200px;
    border-right: 1px solid #ddd;
    color: var(--secondryColor);
}
.rtl .custom-navbar-header .container-navbar .main-navbar.all {
    border-left: 1px solid #ddd;
    border-right: 0;
}
.custom-navbar-header .container-navbar .main-navbar.elec {
    margin-left: 20px;
}
.custom-navbar-header .container-navbar .main-navbar .main-icon {
    float: right;
}
.rtl .custom-navbar-header .container-navbar .main-navbar .main-icon {
    float: left;
}
.custom-navbar-header .container-navbar .main-navbar .sub-navbar {
    position: absolute;
    width: 100%;
    top: 45px;
    left: 0;
    right: 0;
    background: #fff;
    display: none;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.custom-navbar-header .container-navbar .main-navbar:hover .sub-navbar {
    opacity: 1;
    display: block;
    z-index: 9;
}
.custom-navbar-header-overlay {
    background: #40455370;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    display: none;
}
.custom-navbar-header:hover + .custom-navbar-header-overlay {
    opacity: 1;
    z-index: 97;
    display: block;
}
@media(max-width: 1263px) {
    .custom-navbar-header .container-navbar .main-navbar:last-of-type {
        display: none;
    }
}
@media(max-width: 1073px) {
    .custom-navbar-header .container-navbar .main-navbar:nth-of-type(7) {
        display: none;
    }
}
@media(max-width: 976px) {
    .custom-navbar-header .container-navbar .main-navbar:nth-of-type(6) {
        display: none;
    }
}
@media(max-width: 870px) {
    .custom-navbar-header {
        display: none;
    }
}
/* end custom-navbar-header */

/* end update 1-4-2020 */

/* start update 2-4-2020 */
.custom-navbar-header .container-navbar .main-navbar .sub-navbar-all {
    position: absolute;
    width: 100%;
    max-width: 775px;
    top: 0;
    left: 0;
    background: #fff;
    display: none;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.24);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.24);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.24);
}

/* start all-category */
.all-category .content-all-category .title {
    width: 220px;
    color: #404553;
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
    padding: 10px;
    background: #f7f7f7;
}
.all-category .content-all-category .title.all {
    font-weight: bold;
    color: #aaa;
}
.all-category .content-all-category .title.all:hover + .title,
.all-category .content-all-category .title:not(.all):hover {
    background: #fff;
    font-weight: bold;
}
.all-category .content-all-category {
    position: relative;
    background: #fff;
    min-height: 500px;
}
.all-category .content-all-category .refer {
    position: absolute;
    width: calc(100% - 220px);
    top: 0;
    right: 0;
    background: #fff;
    height: 100% !important;
}
.rtl .all-category .content-all-category .refer {
    right: auto;
    left: 0;
}
.all-category .content-all-category .refer:not(:first-of-type) {
    display: none;
    z-index: 0;
}
.all-category .content-all-category .title:hover .refer {
    display: block; z-index:9;
}
.all-category .content-all-category .title.all:hover ~ .title.electronics .refer {
    display: block; z-index:9;
}
/* end all-category */

/* start refer */
.all-category .content-all-category .refer {
    padding: 15px;
    height: auto;
    background: #fff;
}
.all-category .content-all-category .refer:hover {
    display: block; z-index:9;
}
.all-category .content-all-category .refer a {
    font-size: 14px;
    font-weight: normal;
    color: #404553;
}
.rtl .all-category .content-all-category .refer a {
    display: block;
    text-align: left;
}
.rtl .all-category .content-all-category .refer a i {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.all-category .content-all-category .refer a:hover {
    color: var(--secondryColor);
}
.all-category .content-all-category .refer .refer-header {
    font-size: 14px;
    color: #404553;
    text-transform: capitalize;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.all-category .content-all-category .refer .refer-header .col:first-of-type {
    font-size: 16px;
    font-weight: bold;
}
.all-category .content-all-category .refer .refer-header a i {
    font-size: 11px;
    padding-left: 5px;
}
.all-category .content-all-category .refer .refer-body h5 {
    font-size: 14px;
    font-weight: bold;
    padding: 25px 10px 15px;
}
.all-category .content-all-category .refer .refer-body ul {
    padding: 0;
    margin: 0;
}
.all-category .content-all-category .refer .refer-body ul li a {
    padding: 5px 10px;
    display: inline-block;
    font-size: 13px;
}
/* end refer */

/* start category-menu */
.category-menu {
    padding: 10px 0;
}
.category-menu img {
    max-width: 100%;
}
.category-menu a img {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.category-menu a img:hover,
.category-menu a img:hover {
    opacity: .8;
}
.category-menu h5 {
    font-size: 14px;
    color: #404553;
    padding: 10px;
    font-weight: bold;
}
.category-menu ul {
    padding: 0;
    margin: 0;
}
.category-menu .category-menu-links {
    width: 220px;
    max-width: 220px;
    min-width: 220px;
}
.category-menu .category-menu-links ul li a {
    display: inline-block;
    font-size: 13px;
    color: #404553;
    text-transform: capitalize;
    font-weight: normal;
    padding: 5px 10px;
}
.category-menu .category-menu-links ul li a:hover {
    color: var(--secondryColor);
}
.category-menu .category-menu-brands ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.category-menu .category-menu-brands ul li {
    max-width: calc(100% / 3);
    min-width: calc(100% / 3);
    width: calc(100% / 3);
    padding: 5px;
}
.category-menu .category-menu-brands ul li img {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    padding: 10px;
    border-radius: 2px;
}
.category-menu .category-menu-brands ul li img:hover {
    opacity: .5;
}
.category-menu .category-menu-small_link {
    width: 230px;
    max-width: 230px;
    min-width: 230px;
}
/* end category-menu */

/* start public desktop-header */
.desktop-header {
    width: 100%;
    background: #db1313;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 99;
}
.desktop-header.up {
    top: -150px;
}
.desktop-header ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
@media(max-width: 750px) {
    .desktop-header {
        display: none;
    }
}
/* end public desktop-header*/
/*
==============================================================
==============================================================
===================== end desktop-header =====================
==============================================================
==============================================================
*/
/*
==============================================================
==============================================================
===================== start mobile-header ====================
==============================================================
==============================================================
*/
/* end update 2-4-2020 */

/* start update 3-4-2020 */
/* start public mobile-header*/
.mobile-header {
    display: none;
}
@media(max-width: 750px) {
    .mobile-header {
        display: block;
    }
}
/* end public mobile-header*/
/* start mobile-menu-ctrl */
.mobile-menu-ctrl {
    background: var(--primaryColor);
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px 10px 5px;
}
.mobile-menu-ctrl .logo img {
    position: relative;
    top: -6px;
}
.mobile-menu-ctrl i {
    font-size: 25px;
    padding: 5px 10px;
    color: #404553;
    cursor: pointer;
}
@media (max-width: 370px) {
    .mobile-menu-ctrl i {
        font-size: 17px;
    }
}
.mobile-menu-ctrl .row .col:nth-of-type(2) {text-align: right;}
.rtl .mobile-menu-ctrl .row .col:nth-of-type(2) {text-align: left;}
.mobile-menu-search {
    position: fixed;
    top: -52px;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid #ddd;
    padding: 5px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 98;
}
.mobile-menu-search.show {
    top: 52px;
}
.mobile-menu-search form {
    display: flex;
}
.mobile-menu-search form input {
    width: 100%;
    padding: 5px;
    background: none;
    border: 0;
    outline: 0;
}
.mobile-menu-search form button {
    background: none;
    border: 0;
    outline: 0;
    color: #aaa;
    padding: 5px;
}
.mobile-menu-list {
    position: fixed;
    top: 0;
    left: -100%;
    right: auto;
    opacity: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background: #f4f4f4;
    z-index: 999;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.rtl .mobile-menu-list {
    left: auto;
    right: -100%;
}
.mobile-menu-list.show {
    left: 0;
    opacity: 1;
}
.rtl .mobile-menu-list.show {
    left: auto;
    right: 0;
}
/* start mobile-menu-list-header */
.mobile-menu-list .mobile-menu-list-header {
    -webkit-box-shadow: 0 4px 2px -2px #ccc;
    -moz-box-shadow: 0 4px 2px -2px #ccc;
    -ms-box-shadow: 0 4px 2px -2px #ccc;
    -o-box-shadow: 0 4px 2px -2px #ccc;
    box-shadow: 0 4px 2px -2px #ccc;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 10px;
}
.mobile-menu-list .mobile-menu-list-header .mobile-menu-list-close {
    overflow: hidden;
    clear: both;
}
.mobile-menu-list .mobile-menu-list-header .mobile-menu-list-close {float: right;}
.rtl .mobile-menu-list .mobile-menu-list-header .mobile-menu-list-close {float: left;}
.mobile-menu-list .mobile-menu-list-header .mobile-menu-list-close i {
    padding: 15px;
    color: #777;
}
.mobile-menu-list .mobile-menu-list-header .mobile-menu-list-close i:hover {
    color: #404553;
}
.mobile-menu-list .mobile-menu-list-header .logo {
    padding: 15px;
    display: inline-block;
}
.mobile-menu-list .mobile-menu-list-header h3 {
    border-bottom: 1px solid #eee;
    font-weight: bold;
    padding: 0 15px 10px;
    color: #404553;
    font-size: 20px;
}
.mobile-menu-list .mobile-menu-list-header .top-link {
    display: block;
    text-align: center;
    font-size: 11px;
    color: #404553;
    padding: 10px 0;
}
.mobile-menu-list .mobile-menu-list-header .top-link i {
    background: var(--primaryColor);
    display: block;
    width: 30px;
    height: 30px;
    color: #404553;
    line-height: 30px;
    border-radius: 4px;
    margin: 0 auto 3px;
}
/* end mobile-menu-list-body */

/* start mobile-menu-list-body */
.mobile-menu-list .mobile-menu-list-body .main-menu-list > div:first-of-type {
    margin: 10px 0;
    background: #fff;
    -webkit-box-shadow: 0 4px 2px -2px #ccc;
    -moz-box-shadow: 0 4px 2px -2px #ccc;
    -ms-box-shadow: 0 4px 2px -2px #ccc;
    -o-box-shadow: 0 4px 2px -2px #ccc;
    box-shadow: 0 4px 2px -2px #ccc;
}
.mobile-menu-list .mobile-menu-list-body .main-menu-list .all-categories {
    font-size: 11px;
    color: #777;
    font-weight: bold;
    padding: 15px;
}
.mobile-menu-list .mobile-menu-list-body .main-menu-list ul {
    padding: 0 15px;
    margin: 0;
    list-style: none;
}
.mobile-menu-list .mobile-menu-list-body .main-menu-list ul li {
    padding: 10px 0;
    color: #000;
    font-size: 14px;
}
.mobile-menu-list .mobile-menu-list-body .main-menu-list ul li + li {
    border-top: 1px solid #ddd;
}
.mobile-menu-list .mobile-menu-list-body .main-menu-list ul li i {
    float: right;
    font-size: 12px;
    color: #aaa;
    padding-top: 5px;
}
.rtl .mobile-menu-list .mobile-menu-list-body .main-menu-list ul li i {
    float: left;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
/* end mobile-menu-list-body */

/* start footer-menu-list */
.mobile-menu-list .mobile-menu-list-body .main-menu-list .footer-menu-list {
    background: #fff;
    -webkit-box-shadow: 0 4px 2px -2px #ccc;
    -moz-box-shadow: 0 4px 2px -2px #ccc;
    -ms-box-shadow: 0 4px 2px -2px #ccc;
    -o-box-shadow: 0 4px 2px -2px #ccc;
    box-shadow: 0 4px 2px -2px #ccc;
    color: #777;
}
.mobile-menu-list .mobile-menu-list-body .main-menu-list .footer-menu-list .row + .row {
    border-top: 1px solid #ddd;
}
.mobile-menu-list .mobile-menu-list-body .main-menu-list .footer-menu-list .col {
    padding-top: 15px;
    padding-bottom: 15px;
}
.mobile-menu-list .mobile-menu-list-body .main-menu-list .footer-menu-list .col,
.mobile-menu-list .mobile-menu-list-body .main-menu-list .footer-menu-list .col * {
    font-size: 13px;
}
.mobile-menu-list .mobile-menu-list-body .main-menu-list .footer-menu-list .res,
.mobile-menu-list .mobile-menu-list-body .main-menu-list .footer-menu-list .res * {
    color: #000;
    font-size: 14px;
    text-align: right;
}
.rtl .mobile-menu-list .mobile-menu-list-body .main-menu-list .footer-menu-list .res {text-align: left;}
.mobile-menu-list .mobile-menu-list-body .main-menu-list .footer-menu-list .contactus {
    border-left: 1px solid #ddd;
}
.rtl .mobile-menu-list .mobile-menu-list-body .main-menu-list .footer-menu-list .contactus {
    border-right: 1px solid #ddd;
    border-left: 0;
}
/* end footer-menu-list */
/* start sub-menu-list */
.mobile-menu-list .mobile-menu-list-body {
    position: relative;
}
.mobile-menu-list .mobile-menu-list-body .sub-menu-list {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: auto;
    display: none;
}
.mobile-menu-list .mobile-menu-list-body .sub-menu-list .back-main {
    font-size: 12px;
    color: #777;
    font-weight: bold;
    padding: 10px 10px 0;
    background: #fff;
}
.mobile-menu-list .mobile-menu-list-body .sub-menu-list .back-main i {
    font-size: 10px;
    cursor: pointer;
    padding: 0 5px;
}
.rtl .mobile-menu-list .mobile-menu-list-body .sub-menu-list .back-main i {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.mobile-menu-list .mobile-menu-list-body .sub-menu-list .sub-container {
    display: none;
}
.mobile-menu-list .mobile-menu-list-body .sub-menu-list ul {
    padding: 10px 15px;
    margin: 0 0 10px 0;
    background: #fff;
    list-style: none;
    -webkit-box-shadow: 0 4px 2px -2px #ccc;
    -moz-box-shadow: 0 4px 2px -2px #ccc;
    -ms-box-shadow: 0 4px 2px -2px #ccc;
    -o-box-shadow: 0 4px 2px -2px #ccc;
    box-shadow: 0 4px 2px -2px #ccc;
}
.mobile-menu-list .mobile-menu-list-body .sub-menu-list ul li {
    padding: 10px 0;
    color: #000;
    font-size: 14px;
}
.mobile-menu-list .mobile-menu-list-body .sub-menu-list ul li a {
    display: block;
    width: 100%;
}
.mobile-menu-list .mobile-menu-list-body .sub-menu-list ul li + li {
    border-top: 1px solid #ddd;
}
.mobile-menu-list .mobile-menu-list-body .sub-menu-list ul li i {
    float: right;
    font-size: 12px;
    color: #aaa;
    padding-top: 5px;
}
.rtl .mobile-menu-list .mobile-menu-list-body .sub-menu-list ul li i {
    float: left;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
/* end sub-menu-list */

/* start popup */
.mobile-menu-popups .mobile-menu-popups-overlay {
    background: rgba(0,0,0,.5);
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    z-index: 120;
}
.mobile-menu-popups .popup {
    position: fixed;
    height: 100%;
    z-index: 125;
    background: #fff;
    bottom: -110vh;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    color: #404553;
}
.mobile-menu-popups .popup.show {
    opacity: 1;
    bottom: 0;
}
.mobile-menu-popups .popup ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.mobile-menu-popups .popup ul li i {
    float: right;
}
.rtl .mobile-menu-popups .popup ul li i {
    float: left;
}
.mobile-menu-popups .popup .popup-header {
    border-bottom: 1px solid #aaa;
    padding: 15px;
}
.mobile-menu-popups .popup .popup-body li {
    border-bottom: 1px solid #ddd;
    padding: 10px 15px;
    font-size: 14px;
    color: #aaa;
}
.mobile-menu-popups .popup .popup-body li a {
    display: block;
    width: 100%;
}
.mobile-menu-popups .popup .popup-body li.current {
    color: #404553;
}
.mobile-menu-popups .popup .popup-body li i {
    font-size: 10px;
    border: 1px solid #ddd;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 100%;
    line-height: 20px;
    color: #fff;
    text-align: center;
}
.mobile-menu-popups .popup .popup-body li.current i {
    background: #3866df;
    border-color: transparent;
}
/* end popup */

.rtl {
    direction: rtl;
    text-align: right;
    font-family: var(--font8);
}

/* end mobile-menu-ctrl */
/*
==============================================================
==============================================================
====================== end mobile-header =====================
==============================================================
==============================================================
*/
/* start after upload header */
.when-logged-in .dropdown-toggle {
    position: relative;
    display: block;
    width: 100%;
    text-align: right;
}
.search-navbar-header .container-links .when-logged-in .dropdown-toggle {
    padding-bottom: 0;
}
.search-navbar-header .container-links .when-logged-in .dropdown-menu::before {
    right: 20px;
    left: auto;
    top: -15px !important;
}
.rtl .search-navbar-header .container-links .when-logged-in .dropdown-menu::before {
    left: 12px;
    right: auto;
}
.rtl .when-logged-in .dropdown-toggle {
    text-align: left;
}
.when-logged-in .dropdown-toggle small {
    position: absolute;
    top: -5px;
    right: 0;
}
.rtl .when-logged-in .dropdown-toggle small {
    right: auto;
    left: 0;
}
.when-logged-in .dropdown-toggle strong {
    font-size: 12px;
    float: right;
}
.when-logged-in .dropdown-toggle::after {
    margin: 0 5px;
}
.when-logged-in .logged-dropdown-menu ul {
    padding: 0 !important;
    margin: 0;
    list-style: none;
}
.when-logged-in .logged-dropdown-menu ul li {
    padding: 10px;
}
.when-logged-in .logged-dropdown-menu ul li:hover {
    background: #f4f4f4;
}
.when-logged-in .logged-dropdown-menu ul li a {
    display: block;
    width: 100%;
    font-weight: normal;
}
.when-logged-in .logged-dropdown-menu ul li a i {
    padding: 0 10px;
}
.when-logged-in .logged-dropdown-menu .signOut {
    text-align: center;
    display: block;
    padding: 10px;
    color: #aaa;
    font-weight: normal;
    border-top: 1px solid #ddd;
    color: #aaa;
}
/* end after upload header */
/* end update 3-4-2020 */

/* start update 4-4-2020 */
.ultimate-products > div {
    height: auto !important;
}
.gotop {
    position: fixed;
    bottom: 75px;
    left: 5px;
    display: inline-block;
}
.gotop i {
    font-size: 30px;
    color: var(--primaryColor);
    opacity: .5;
}
.gotop i:hover {
    opacity: 1;
}
/* start mobile-footer */
@media(max-width: 600px) {
    body {
        /* padding-bottom: 75px; */
    }
}
.mobile-footer {
    background: #f7f7f7;
    border-top: 1px solid #ddd;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 15;
}
.mobile-footer .inner {
    padding: 5px 0;
}
.mobile-footer .inner label {
    display: block;
    font-size: 11px;
    color: #404553;
    line-height: 1;
}
.mobile-footer .inner i {
    color: #404553;
    line-height: 0;
}
.menu-mobile-footer-categories {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -110vw;
    width: 100vw;
    background: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 99999;
    overflow: auto;
    color: #404553;
    opacity: 0;
}
.rtl .menu-mobile-footer-categories {
    left: auto;
    right: -110vw;
}
.menu-mobile-footer-categories.open {
    left: 0;
    opacity: 1;
}
.rtl .menu-mobile-footer-categories.open {
    left: auto;
    right: 0;
}
.menu-mobile-footer-categories .close-categories {
    text-align: right;
    border-bottom: 1px solid #ddd;
}
.rtl .menu-mobile-footer-categories .close-categories {
    text-align: left;
    padding-bottom: 20px;
}
.menu-mobile-footer-categories .close-categories i {
    color: #aaa;
    font-size: 14px;
    cursor: pointer;
    padding: 20px;
}
.menu-mobile-footer-categories .footer-category h3 {
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 20px 15px 10px;
    margin: 0;
}
.menu-mobile-footer-categories .footer-category h3 i {
    float: right;
}
.menu-mobile-footer-categories .footer-category ul {
    padding: 0;
    margin: 0;
    display: none;
}
.menu-mobile-footer-categories .footer-category ul li:nth-of-type(odd) {
    background: #fafafa;
}
.menu-mobile-footer-categories .footer-category ul li {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    background: #f7f7f7;
}
.menu-mobile-footer-categories .footer-category ul li a {
    display: block;
    font-size: 14px;
}
.menu-mobile-footer-categories .footer-category ul li a i {
    float: right;
    font-size: 12px;
    color: #aaa;
}
.rtl .menu-mobile-footer-categories .footer-category ul li a i {
    float: left;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
/* end mobile-footer */

/* start home page */
.ultimate-sub-section-banner {
    margin: 0;
}
.ultimate-banner-title {
    position: absolute;
    font-size: 30px;
    z-index: 2;
    width: 100%;
    padding: 0 15px;
    text-align: center;
    color: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media(max-width: 600px) {
    .ultimate-banner-title {
        padding: 0 60px;
        font-soze: 22px;
    }
}
.ultimate-builder-main-section .inner {
    height: 325px !important;
}
.ultimate-builder-main-section .owl-nav {
    position: static;
    padding: 0;
}
.ultimate-builder-main-section .owl-nav .owl-prev,
.ultimate-builder-main-section .owl-nav .owl-next {
    position: absolute;
    top: calc(50% - 29px);
}
.ultimate-builder-main-section .owl-nav .owl-prev {
    left: 0;
    right: auto;
}
.ultimate-builder-main-section .owl-nav .owl-next {
    right: 0;
    left: auto;
}
.ultimate-builder-main-section .owl-nav .owl-prev i,
.ultimate-builder-main-section .owl-nav .owl-next i {
    border-radius: 0;
    width: 54px;
    height: 58px;
    font-size: 30px;
    margin: 0;
    line-height: 58px;
}
.ultimate-builder-main-section .owl-nav .owl-prev i:hover,
.ultimate-builder-main-section .owl-nav .owl-next i:hover {
    color: #fff;
    background: rgba(255,255,255,.5);
}
/* end home page */
/* end update 4-4-2020 */

/* start update 5-4-2020 */

/* start header */
.custom-navbar-header .container-navbar .main-navbar a {
    font-size: 14px;
}
.category-menu .category-menu-large_link {
    display: flex;
}
.category-menu .category-menu-large_link a {
    display: block;
    padding: 15px;
    width: 100%;
}
.category-menu .category-menu-large_link a img {
    width: 100%;
    height: auto;
}
.category-menu .category-menu-brands {
    max-width: 450px;
}
/* end header */
/* end update 5-4-2020 */

/* start update 6-4-2020 */
/* start product */
.ultimate-product .photo .fav {
    color: #777;
    background: #fff;
    padding: 4px;
    border-radius: 100%;
}
.ultimate-product .photo,
.ultimate-sub-section-product .featured-product {
    position: relative;
}
.ultimate-sub-section-product .featured-product .onsale,
.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
    background: var(--primaryColor);
    font-size: 12px;
    color: #404553;
    border-radius: 3px;
    padding: 0 10px !important;
    height: auto !important;
}
.ultimate-sub-section-product .featured-product .onsale,
.ultimate-product .photo .fav,
.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
    position: absolute;
    top: 0;
    z-index: 9;
}
.ultimate-sub-section-product .featured-product .onsale,
.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
    left: 15px;
    right: auto;
}
.ultimate-product .photo .fav {
    right: 15px;
}
.rtl .ultimate-sub-section-product .featured-product .onsale,
.rtl .woocommerce ul.products li.product .onsale,
.rtl .woocommerce span.onsale {
    left: auto !important;
    right: 15px !important;
}
.rtl .ultimate-product .photo .fav {
    right: auto;
    left: 0;
}
.image-title {
    display: none;
}
.ultimate-product-title .title h2 {
    padding: 10px 0;
    margin: 0;
    font-size: 18px !important;
    font-weight: bold;
    color: #404553;
}
.rtl .ultimate-product-title .title h2 {
    text-align: right !important;
}
.ultimate-product .description .row > div {
    text-align: left !important;
}
.rtl .ultimate-product .description .row > div {
    text-align: right !important;
    direction: ltr;
}
.ultimate-product .ultimate-title {
    color: #404553;
    font-size: 12px;
    font-weight: normal;
    padding-bottom: 5px;
}
.ultimate-product .currency {
    color: #aaa !important;
    font-size: 14px;
    text-transform: uppercase;
}
.ultimate-product .current-price {
    color: #404553;
    font-size: 16px;
    font-weight: bold;
}
.ultimate-product .old-price {
    color: #aaa !important;
    text-decoration: line-through;
    font-size: 11px;
}
.ultimate-product .sale-percentage {
    background-color: rgba(56, 174, 4,.2);
    color: rgb(56, 174, 4);
    border: 0;
    border-radius: 4px;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    padding: 4px 5px 3px 5px;
    width: 65px;
    text-align: center;
    margin-top: 5px;
    display: block;
}
.rtl .ultimate-product .sale-percentage {
    float: right;
}
.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
    margin: 0!important;
    border: transparent;
    line-height: 1;
    padding: 3px 10px !important;
    display: inline-block;
    min-height: 0 !important;
    max-height: 100px !important;
    height: auto !important;
}
.products > h2 {
    color: #404553;
    font-size: 20px;
    font-weight: bold;
}
/* end product */
.woocommerce div.product .summary,
.woocommerce div.product .rtwpvg-images {
    max-width: 500px;
    min-width: 30%;
}
.woocommerce div.product .summary {
    color: #404553;
}
.woocommerce div.product .summary .product_title {
    font-size: 20px;
}
.single-product span.woocommerce-Price-amount.amount {
    font-size: 24px !important;
    color: #404553;
    font-weight: bold;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #404553;
    font-size: 25px;
    font-weight: bold;
}
.single-product .woocommerce-price-suffix {
    color: #aaa;
}
.woocommerce div.product .summary .cart .tinv-wishlist .tinv-wishlist-clear {
    display: none;
}
.woocommerce div.product .summary .cart .tinvwl_add_to_wishlist_button {
    width: 100%;
    display: block;
    float: none;
    clear: both;
    margin: 0;
    padding: 15px 0 0;
}
.woocommerce div.product form.cart .button {
    margin-left: 0;
    float: none;
    float: left;
    color: #fff;
    background: var(--secondryColor);
    border-radius: 2px;
    height: 50px;
    font-size: 18px;
    font-weight: normal;
    margin-left: 10px;
    margin-top: 3px;
    width: calc(100% - 165px);
}
.woocommerce .product .cart .tinv-wraper.woocommerce {
    padding: 0 !important;
    margin: 0;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.icon-black:before {
    font-size: 40px;
    color: var(--secondryColor);
}
.woocommerce div.product .summary .cart .quantity {
    margin: 0;
    float: none;
    float: left;
    font-size: 0;
}
.woocommerce div.product .summary .cart .quantity .minus,
.woocommerce div.product .summary .cart .quantity .plus {
    outline: 0;
    background: var(--secondryColor);
    font-size: 20px;
    width: 40px;
    height: 50px;
    line-height: 1;
    outline: 0;
    text-align: center;
    color: #fff;
    font-weight: normal;
    border: 0;
    line-height: 0;
}
.woocommerce div.product .summary .cart .quantity .qty {
    background: #fff;
    height: 50px;
    width: 75px;
    font-size: 20px;
    border: 0;
    color: #404553;
    line-height: 0;
    border-top: 2px solid var(--secondryColor);
    border-bottom: 2px solid var(--secondryColor);
}
.rtl .woocommerce div.product form.cart .button,
.rtl .woocommerce div.product .summary .cart .quantity .qty {
    float: right;
}
/* start tabs */
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    color: #404553;
    border-top: 2px solid var(--secondryColor);
    border-left: 2px solid var(--secondryColor);
    border-right: 2px solid var(--secondryColor);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: var(--secondryColor);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {color:#fff;}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {color: #fff;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:hover {color: #404553;}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-color: var(--secondryColor);
    border-width: 2px;
}
.woocommerce-Tabs-panel h2 {
    color: #404553;
    font-size: 20px;
}
.woocommerce-Tabs-panel p {
    color: #404553;
}
/* end tabs */

/* start shop page */
.woocommerce .woocommerce-ordering {
    margin-bottom: 50px;
}
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering select,
.beautiful-taxonomy-filters form,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.beautiful-taxonomy-filters form button {
    color: #aaa;
    font-weight: bold;
}
body .select2-container {
    z-index: 0 !important;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: none;
}
.beautiful-taxonomy-filters {
    position: absolute;
    top: 0;
    right: 15px;
}
.rtl .beautiful-taxonomy-filters {
    left: 15px;
    right: auto;
}
.beautiful-taxonomy-filters-select-wrap {
    display: inline-block;
}
.woocommerce-result-count {
    padding-right: 15px;
    font-size: 14px;
    padding-top: 7px;
}
.rtl .woocommerce-result-count {
    padding-left: 15px;
    padding-left: 0;
}
.select2-container--default .select2-selection--single,
.woocommerce .woocommerce-ordering select,
.beautiful-taxonomy-filters-tax select {
    border-radius: 0;
    border: 1px solid #404553;
    font-weight: bold;
    font-size: 14px;
    padding: 0 7px;
    height: 35px;
    line-height: 35px;
    outline: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1;
    display: inline;
    color: #404553;
    font-size: 14px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    color: #404553;
    height: 37px;
}
.beautiful-taxonomy-filters-button {
    height: 35px;
    width: 150px;
    color: #fff !important;
    background: var(--secondryColor);
    font-size: 14px;
    border: 0;
    font-weight: bold;
}
.beautiful-taxonomy-filters-label {
    font-size: 14px;
    font-weight: bold;
}
.select2-container--default .select2-selection--single, .woocommerce .woocommerce-ordering select, .beautiful-taxonomy-filters-tax select {
    color: #404553;
}
.woocommerce-pagination .page-numbers li {
    width: 40px;
    height: 40px;
    border-color: var(--primaryColor);
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: var(--primaryColor);
    color: #404553;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    line-height: 27px;
}
.woocommerce-pagination a {
    font-size: 16px;
    font-weight: bold;
    color: #404553;
}
.woocommerce nav.woocommerce-pagination ul li a {
    font-size: 16px;
    font-weight: bold;
    color: #404553;
    height: 40px;
    line-height: 27px;
}
.widget-title,
.widget-title span {
    color: #404553;
    font-weight: bold;
    font-size: 21px !important;
    padding: 15px 0;
}
.berocket_aapf_widget_show .fa.fa-angle-left, .berocket_aapf_widget_show .fa.fa-angle-right {
    font-size: 16px;
    color: #404553;
}
.widget-title.berocket_aapf_widget-title {
    padding-left: 15px;
}
.berocket_aapf_widget {
    color: #404553;
}
.berocket_aapf_widget li {
    padding: 7px 15px;
    font-size: 14px;
}
.berocket_aapf_widget li input {
    position: relative;
    border-radius: 100%;
}
.berocket_aapf_widget li input::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    border: 1px solid var(--secondryColor);
    background: #fff;
}
.berocket_aapf_widget li input::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    border-color: #fff;
    background: var(--secondryColor);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.berocket_aapf_widget li input:checked::after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.berocket_aapf_widget li input:checked + label {
    color: var(--secondryColor);
}
.beautiful-taxonomy-filters-active-filter-widget * {
    font-size: 14px;
    color: #aaa;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
    height: 40px;
    width: 100%;
    display: block;
    color: #fff;
    background: var(--secondryColor);
    font-size: 16px;
    border: 0;
    font-weight: normal;
    margin-top: 15px;
}
ul.berocket_aapf_widget li > span {
    padding: 7px;
}
ul.berocket_aapf_widget li label {
    padding-left: 15px;
    font-size: 14px;
}
.price_slider_wrapper .price_label {
    color: #777;
    font-weight: bold;
    font-size: 14px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #ddd;
}
.ui-state-default, .ui-widget-content .ui-state-default {
    border: 2px solid var(--secondryColor) !important;
    background: #fff !important;
}
.ui-widget-header {
    background: var(--secondryColor) !important;
}
@media(max-width: 1075px) {
    .beautiful-taxonomy-filters {
        position: static;
        margin-bottom: 40px;
    }
    .woocommerce .woocommerce-ordering {
        margin-bottom: 15px;
    }
}
@media(max-width: 980px) {
    .archive .col-md-3,
    .archive .col-md-9 {
        max-width: 100% !important;
        min-width: 100% !important;
        width: 100% !important;
    }
}
@media(max-width: 700px) {
    .archive .woocommerce-notices-wrapper {
        padding-top: 25px;
    }
    .woocommerce ul.products[class*=columns-] li.product:nth-child(2n),
    .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
        float: left;
        clear: unset;
    }
    .rtl .woocommerce ul.products[class*=columns-] li.product:nth-child(2n),
    .rtl .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
        float: right;
    }
    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        clear: unset;
    }
    .archive .featured-product {
        height: 250px;
    }
}
@media(max-width: 427px) {
    body .select2-container {
        width: 129px !important;
    }
    .beautiful-taxonomy-filters-button {
        width: calc(100% - 190px);
    }
    .woocommerce-result-count {
        padding-right: 5px;
    }
    .woocommerce .woocommerce-ordering select {
        width: 100%
    }
}

/* end shop page */
/* end update 6-4-2020 */

/* start update 7-4-2020 */
.rtl .search-navbar-header .container-links {
    max-width: 356px !important;
}
.rtl .search-navbar-header .container-links .row .col:last-of-type {
    max-width: 130px;
}
.rtl .search-navbar-header .container-links .row .col:last-of-type i {
    margin-right: 5px;
}
#beautiful-taxonomy-filters-info-widget-2 {
    display: none;
}
.beautiful-taxonomy-filters {
    position: static;
}
.beautiful-taxonomy-filters .beautiful-taxonomy-filters-label {
    font-size: 25px;
    color: #404553;
}
.beautiful-taxonomy-filters .select2-container--default .select2-selection--single {
    width: 100%;
    margin: 15px 0;
}
.beautiful-taxonomy-filters .beautiful-taxonomy-filters-button {
    width: 100%;
    height: 50px;
    font-weight: normal;
    font-size: 16px;
}
.select2.select2-container.select2-container--default {
    width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 15px;
}
.tagcloud a {
    padding: 0 10px;
    margin: 5px 2px;
    display: inline-block;
    font-size: 14px !important;
    color: #000;
    border-radius: 25px;
    background: #eee;
    border: 1px solid #ddd;
    min-width: 50px;
    text-align: center;
}
.tagcloud a:hover {
    background: var(--secondryColor);
    color: #fff;
}
.clear-filters {
    font-weight: bold;
    color: var(--secondryColor);
    display: block;
    text-align: center;
    font-size: 14px;
    margin-top: 25px;
    text-transform: uppercase;
}
.clear-filters:hover {
    color: var(--primaryColor);
}
@media(max-width: 900px) {
    .beautiful-taxonomy-filters {
        display: none;
    }
}
ul.berocket_aapf_widget li > span {
    position: relative;
}
ul.berocket_aapf_widget li > span i {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    padding: 10px;
    color: var(--secondryColor);
}
.owl-dots {
    height: 0;
}
#qtranslate-chooser li {
    display: inline-block;
}
#qtranslate-chooser li a {
    padding-left: 25px;
    background-position: 0 5PX;
}
.rtl #qtranslate-chooser li a {
    padding-right: 0;
    background-position: 0 10PX;
}
#qtranslate-chooser li a span {
    font-size: 12px;
    font-weight: bold;
    color: #404553;
}
.rtl .search-navbar-header .container-links .row .col:last-of-type a {
    font-size: 12px;
}
.sitefooter {
    margin-top: 50px;
}
.owl-item .item {
    height: auto !important;
}
.berocket_aapf_widget_show {
    right: 15px;
}
.rtl .berocket_aapf_widget_show {
    right: auto;
    left: 15px;
}
.beautiful-taxonomy-filters-select-wrap.clearfix {
    width: 100% !important;
}
/* start cart page */
.woocommerce-cart .title h2 {
    display: none;
}
.woocommerce-cart .cart-empty.woocommerce-info {
    font-size: #404553 !important;
    font-weight: normal !important;
    font-size: 14px !important;
    padding-left: 15px;
}
.woocommerce-cart .return-to-shop {
    text-align: center;
}
.woocommerce-cart .return-to-shop .wc-backward {
    background: var(--secondryColor);
    color: #fff;
    width: 100%;
    display: inline-block;
    border-radius: 4px;
    height: 50px;
    font-size: 20px;
    font-weight: normal;
    max-width: 250px;
    line-height: 50px;
    padding: 0;
}
.woocommerce-cart .return-to-shop .wc-backward:hover {
    background: var(--secondryColor);
    opacity: .9;
}
.woocommerce-cart .woocommerce-info::before {
    border: 2px solid #f00;
}
/* end cart page */
/* end update 7-4-2020 */

/* start update 8-4-2020 */
/* start cart */
.woocommerce-cart .wc-proceed-to-checkout .checkout-button,
.woocommerce-cart .woocommerce a.button.alt {
    font-size: 14px !important;
    text-transform: uppercase;
    background: var(--secondryColor);
}
.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover,
.woocommerce-cart .woocommerce a.button.alt:hover {
    background: var(--secondryColor);
    opacity: .9;
}
.woocommerce-cart .product-quantity .quantity {
    display: inline-flex;
}
.woocommerce-cart .product-quantity .quantity .minus,
.woocommerce-cart .product-quantity .quantity .plus {
    background: var(--secondryColor);
    width: 25px;
    outline: 0;
    border: 0;
    color: #fff;
}
.woocommerce-cart .product-quantity .quantity .minus:hover,
.woocommerce-cart .product-quantity .quantity .plus:hover {
    opacity: 0.9;
}
.woocommerce-page table.cart img {
    width: 85px !important;
    height: auto !important;
}
.woocommerce table.shop_table th{
    font-size: 14px;
    color: #404553;
}
.woocommerce .product-remove a.remove {
    font-size: 0;
}
.woocommerce .product-remove a.remove::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00d";
    font-size: 16px;
    color: #aaa;
    padding: 10px;
}
.woocommerce .product-remove a.remove:hover::before {
    color: #777;
}
.woocommerce table.shop_table td {
    padding: 0;
}
.woocommerce .product-name a {
    font-weight: bold;
    color: #404553;
    font-size: 14px;
}
.woocommerce .product-name a:hover {
    color: var(--secondryColor);
}
.woocommerce .actions .coupon {
    padding: 5px;
}
.woocommerce .actions .coupon #coupon_code {
    font-size: 14px;
    width: 250px;
    border-radius: 25px;
    padding: 4px;
    text-indent: 6px;
}
.woocommerce .actions .coupon .button {
    color: #fff;
    background: var(--secondryColor) !important;
    margin: 0;
    width: 100px;
    font-size: 14px;
}
.woocommerce .actions [name="update_cart"] {
    color: #fff !important;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    outline: 0;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    background: #fff;
}
.cart_totals h2 {
    font-size: 14px !important;
    padding: 15px 5px;
    font-weight: bold;
}
/* end cart */

/* start product page */
.container-links .row .col:nth-of-type(2) a {
    position: relative;
    display: inline-block;
}
.container-links .cart-total {
    position: absolute;
    top: -5px;
    right: -10px;
    color: #fff;
    background: var(--secondryColor);
    border-radius: 100%;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    font-size: 10px;
    display: inline-block;
}
.rtl .container-links .cart-total {
    right: auto;
    left: -10px;
}
@media(max-width: 600px) {
    .woocommerce div.product form.cart .button {
        width: 100% !important;
        float: none;
        clear:both;
        margin: 10px 0;
    }
}
@media (min-width: 750px) {
    body.logged-in.woocommerce-cart {
        padding-top: 127px !important;
    }
}
@media(max-width: 768px) {
    .woocommerce .actions [name="update_cart"] {
        margin: 0 0 10px 0 !important;
        width: 100% !important;
    }
    .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
        padding: 5px;
    }
    .product-remove {
        height: 40px;
    }
    .woocommerce .product-remove a.remove::before {
        display: block;
    }
    .woocommerce .actions .coupon #coupon_code {
        width: 100%;
        display: block;
        float: none;
        clear: both;
        height: 35px;
        margin: 10px 0;
    }
    .woocommerce .actions .coupon .button,
    .woocommerce-page table.cart td.actions .coupon .input-text+.button {
        width: 100%;
        display: block;
        padding: 5px;
        float: none;
        height: 35px;
        clear: both;
        margin: 10px 0;
    }
    .woocommerce .actions .coupon {
        padding: 0;
    }
}
@media (max-width: 750px) {
    body.woocommerce-cart.logged-in {
        padding-top: 0 !important;
    }
}
/* end product page */

/* start checkout page */
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
    padding: 15px;
    font-size: 16px;
    text-align: left;
    color: #404553;
}
.rtl .woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
    text-align: right;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info .showcoupon {
    color: var(--secondryColor);
}
.woocommerce .col2-set,
.woocommerce-page .col2-set {
    margin: auto !important;
}
.woocommerce-checkout form .form-row input.input-text {

}
.woocommerce-checkout #ship-to-different-address {
    font-size: 0;
}
.woocommerce-checkout .woocommerce-form__label span,
.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout #order_review_heading {
    font-size: 16px;
    font-weight: bold;
    color: #404553;
}
.woocommerce-checkout #ship-to-different-address,
.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout #order_review_heading {
    padding: 15px 0;
}
.woocommerce-checkout .form-row-first,
.woocommerce-checkout .form-row-last {
    width: 100% !important;
    float: none;
    clear: both;
}
.woocommerce-checkout .form-row label {
    font-size: 12px;
    color: #404553;
    font-weight: bold;
    min-width: 150px;
}
.woocommerce form .form-row .optional {
    font-size: 12px;
    color: #777;
    font-weight: normal;
    display: inline-block;
}
.woocommerce-checkout .woocommerce-input-wrapper {
    width: calc(100% - 150px) !important;
    display: inline-block;
}
.woocommerce-checkout .form-row .input-text,
.woocommerce-checkout select {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 7px;
    width: 100%;
    color: #404553;
}
.woocommerce-checkout .form-row #order_comments {
    height: 100px;
}
.woocommerce-checkout input[type="checkbox"] {
    position: relative;
    border-radius: 100%;
    margin-right: 10px;
}
.rtl .woocommerce-checkout input[type="checkbox"] {
    margin-right: 0;
    margin-left: 10px;
}
.woocommerce-checkout input[type="checkbox"]::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 2px solid var(--secondryColor);
    background: #fff;
}
.woocommerce-checkout input[type="checkbox"]::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border-color: #fff;
    background: var(--secondryColor);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.woocommerce-checkout input[type="checkbox"]:checked::after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
@media(max-width: 768px) {
    .woocommerce-checkout {
        max-width: 100% !important;
    }
}
@media(max-width: 425px) {
    .woocommerce-checkout .woocommerce-input-wrapper {
        max-width: 100%;
        width: 100% !important;
        min-width: 100%;
        display: block;
    }
}
/* end checkout page */

/* end update 8-4-2020 */

/* start update 9-4-2020 */
.ultimate-sale-price.current-price {
    color: #dd3333 !important;
}
.ultimate-product .ultimate-title {
    height: 30px;
    overflow: hidden;
    position: relative;
}
.woocommerce-page div.product div.summary {
    float:left;
}
.rtl.woocommerce-page .product_cat-beauty .rtwpvg-images,
.rtl.woocommerce-page .product_cat-beauty .summary {
    float:right!important;
}
.rtl.woocommerce-page span.onsale {
    left: auto;
    right:15px;
}
/* end update 9-4-2020 */

/* start update 22-4-2020 */
.rtwpvg-images {
    width: 100% !important;
    max-width: 500px !important;
}
.woocommerce div.product div.summary {
    max-width: calc(100% - 500px);
}
.rtl .rtwpvg-images,
.rtl div.product div.summary {
    float: right;
    padding: 10px;
}
.rtl div.product form.cart div.quantity .plus {
    border-radius: 5px 0 0 5px !important;
}
.rtl div.product form.cart div.quantity .minus {
    border-radius: 0 5px 5px 0 !important;
}
/* end update 22-4-2020 */

/* start update 23-4-2020 */
.page-title {
    color: #404553;
    font-weight: bold;
    font-size: 21px !important;
    padding: 15px 0;
}
.rtl ul.berocket_aapf_widget li label {
    padding-left: 0;
    padding-right: 15px;
}
.rtl ul.berocket_aapf_widget li > span i {
    right: auto;
    left: 0;
}
.rtl .woocommerce-ordering select {
    font-size: 12px;
    float: left;
}
.rtl .woocommerce-ordering select option {
    font-size: 12px;
}
@media(max-width: 600px) {
    .page-title {
        font-size: 16px !important;
    }
}
/* end update 23-4-2020 */
/* Start Update 24-04-2020 Samir*/
[lang="ar"] .when-logged-in .logged-dropdown-menu ul li a {
    text-align: right;
}

@media (max-width: 768px) {
    .woocommerce div.product div.summary {
        max-width: 100%;
    }
}

/* Block Images Style In Mobile */
@media(max-width: 900px) {
    .ultimate-builder-main-section .items .item:nth-of-type(1) {width: 100%;}
    .ultimate-builder-main-section .items .item:nth-of-type(2),
    .ultimate-builder-main-section .items .item:nth-of-type(3),
    .ultimate-builder-main-section .items .item:nth-of-type(4),
    .ultimate-builder-main-section .items .item:nth-of-type(5) {width: 50%;}
}

.woocommerce form .form-row input.input-text {
    text-indent : 5px;
}

/* End Update 24-04-2020 Samir*/

/* start update 24-4-2020 */
body.woocommerce {
    margin: 0 !important;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
    margin-top: 47px;
}
a,a:hover {
    color: inherit !important;
}
.woocommerce-checkout .form-row label {
    min-width: 175px !important;
}
.woocommerce-checkout .woocommerce-input-wrapper {
    width: calc(100% - 175px) !important;
}
.woocommerce-checkout .form-row #order_comments {
    height: 150px;
}
.logo img {
    max-width: 219px !important;
    /*height: 44px !important;*/
}
@media(max-width: 768px) {
    .logo img {
        height: 60px !important;
        width: auto !important;
        border-radius: 3px;
        position: relative !important;
        top: -3px !important;
    }
    .mobile-menu-ctrl .row .col:first-of-type {
        min-width: 250px;
    }
}
@media(max-width: 350px) {
    .mobile-menu-ctrl .row .col:nth-of-type(2) i {
        font-size: 16px;
        padding: 7px 2px;
    }
}
/* end update 24-4-2020 */

/* start update 25-4-2020 */
.woocommerce-MyAccount-content strong {
    color: var(--primaryColor);
}
.woocommerce-MyAccount-content p:last-of-type {
    color: #777;
    font-size: 12px;
    max-width: 500px;
}
.woocommerce-MyAccount-content p:nth-of-type(3) a {
    font-size: inherit;
    color: var(--secondryColor) !important;
}
.woocommerce-MyAccount-content p:nth-of-type(3) a:hover {
    text-decoration: underline;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 200px;
}
.woocommerce-account .woocommerce-MyAccount-content {
    width: calc(100% - 220px);
}
.woocommerce-MyAccount-navigation ul {
    border: 1px solid #eee;
}
.woocommerce-MyAccount-navigation ul li {
    background: #fff;
}
.woocommerce-MyAccount-navigation ul li:nth-of-type(odd) {
    background: #f9f9f9;
}
.woocommerce-MyAccount-navigation ul li + li {
    border-top: 1px solid #eee;
}
.woocommerce-MyAccount-navigation ul li a {
    padding: 10px;
    display: block;
    color: #444 !important;
    font-size: 12px;
    font-weight: bold;
}
.woocommerce-MyAccount-navigation ul li a:hover {
    color: #000 !important;
}
.woocommerce-account .woocommerce-info {
    font-size: 20px;
    padding: 15px;
}
.woocommerce-account .woocommerce-Address-title {
    color: var(--primaryColor);
}
.woocommerce-account .woocommerce-Address {
    display: block;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    border: 1px solid #eee;
    border-radius: 5px;
    margin: 0 0 20px !important;
    position: relative;
}
.woocommerce-account .addresses.row {
    width: 100%;
    margin: 0 !important;
}
.woocommerce-account .woocommerce-Address-title .edit,
.woocommerce-account .addresses .title .edit {
    font-size: 12px !important;
    float: none;
    position: absolute;
    top: 15px;
    right: 15px;
    background: var(--primaryColor);
    color: #fff !important;
    border-radius: 30px;
    min-width: 50px;
    font-weight: bold;
    height: 20px;
    line-height: 18px;
    text-align: center;
}
.rtl.woocommerce-account .woocommerce-Address-title .edit,
.rtl.woocommerce-account .addresses .title .edit {
    right: auto !important;
    left: 15px !important;
}
.woocommerce-account .woocommerce-Address-title h3,
.woocommerce-account .addresses .title h3 {
    float: none !important;
    font-size: 20px !important;
    padding: 15px 0;
}
@media(max-width: 768px) {
    .woocommerce-account .woocommerce-MyAccount-navigation,
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
    }
    .woocommerce-account .woocommerce-MyAccount-content {
        margin-top: 50px;
    }
    .woocommerce-account .woocommerce-info {
        font-size: 12px !important;
    }
}
.woocommerce-account fieldset {
    margin-top: 50px;
}
.woocommerce-account fieldset legend {
    text-align: center;
    color: var(--primaryColor);
    font-size: 18px;
    font-weight: bold;
}
.woocommerce-EditAccountForm p:last-of-type {
    max-width: 100%;
}
.woocommerce-EditAccountForm label {
    font-size: 14px;
}
.woocommerce-EditAccountForm input[type="text"],
.woocommerce-EditAccountForm input[type="password"],
.woocommerce-EditAccountForm input[type="email"] {
    border: 1px solid #ddd;
    border-radius: 5px;
}
.woocommerce-EditAccountForm fieldset input[type="text"],
.woocommerce-EditAccountForm fieldset input[type="password"],
.woocommerce-EditAccountForm fieldset input[type="email"] {
    margin-left: 15px;
}
.rtl .woocommerce-EditAccountForm fieldset input[type="text"],
.rtl .woocommerce-EditAccountForm fieldset input[type="password"],
.rtl .woocommerce-EditAccountForm fieldset input[type="email"] {
    margin-left: 0 !important;
    margin-right: 15px !important;
}
@media(max-width: 768px) {
    .woocommerce-EditAccountForm fieldset input[type="text"],
    .woocommerce-EditAccountForm fieldset input[type="password"],
    .woocommerce-EditAccountForm fieldset input[type="email"],
    .rtl .woocommerce-EditAccountForm fieldset input[type="text"],
    .rtl .woocommerce-EditAccountForm fieldset input[type="password"],
    .rtl .woocommerce-EditAccountForm fieldset input[type="email"] {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
/* end update 25-4-2020 */

/* start update 26-4-2020 */
.woocommerce-MyAccount-content form h3 {
    padding: 0 0 20px 0;
    font-size: 18px;
    color: var(--primaryColor);
    font-weight: bold;
}
.woocommerce-MyAccount-content form label {
    font-size: 14px;
    display: inline-block;
    min-width: 200px;
}
.woocommerce-MyAccount-content form input[type="text"],
.woocommerce-MyAccount-content form input[type="password"],
.woocommerce-MyAccount-content form input[type="email"],
.woocommerce-MyAccount-content form input[type="number"],
.woocommerce-MyAccount-content form input[type="tel"],
.woocommerce-MyAccount-content form select {
    border: 1px solid #ddd;
    border-radius: 5px;
}
.woocommerce-MyAccount-content form select {
    width: 296px !important;
    max-width: 100%;
}
.woocommerce-MyAccount-content .form-row-first,
.woocommerce-MyAccount-content .form-row-last,
.woocommerce-MyAccount-content .form-row-wide {
    width: 100% !important;
    float: none !important;
}
.sitefooter .thirdrow .links ul li {
    color: #eee;
}
.container-search {
    padding: 0 !important;
}
.search-navbar-header .container-search form div {
    border: 1px solid #ddd;
    border-radius: 5px;
}
.rtl .search-navbar-header .container-search #yith-searchsubmit {
    left: 0;
    right: auto !important;
    background: transparent;
}
.search-navbar-header {
    border-bottom: 1px solid #ddd;
}
@media(max-width: 350px) {
    .mobile-footer .item {
        padding-left: 4px;
        padding-right: 4px;
    }
}
.mobile-menu-search.show {
    top: 50px;
}
.rtl .woocommerce-ordering select {
    border: 1px solid #ddd;
    border-radius: 5px;
}
.woocommerce .woocommerce-ordering {
    overflow: hidden;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range,
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    height: 5px;
}
.rtl.woocommerce .price_label, .rtl.woocommerce .price_label span {
    text-align: center;
    direction: rtl;
    font-size: 12px;
}
.clear-filters {
    border-radius: 25px;
    border: 1px solid #ddd;
    font-size: 12px;
    color: #777 !important;
    padding: 10px;
}
.products .featured-product {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.19);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.19);
    border-radius: 5px;
    margin: 13px auto;
}
.products .featured-product img {
    border-radius: 5px 5px 0 0;
}
.products .featured-product .description {
    background: #fafafa;
}
.page-id-518 .title {
    padding: 0 !important;
}
.page-id-518 .title h2 {
    font-size: 18px;
    font-weight: bold;
    padding: 0;
    color: var(--primaryColor);
}
.rtl .firstrow h3 {
    font-size: 14px;
}
/* end update 26-4-2020 */

/* Block Images Overlay */
.ultimate-builder-main-section .items .item .contain .overlay {
    position: absolute;
    background: rgba(166, 27, 76, .75);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 11;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: block;
}
.ultimate-builder-main-section .items .item .contain:hover .overlay {
    opacity: 0.75;
}
.ultimate-builder-main-section .items .item .contain .overlay p {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
    font-size: 17px;
    color: #fff;
    width: 100%;
    text-align: center;
    margin: 0;
}

/* start update 28-4-2020 */
.gotop {
    z-index: 9;
}
.mobile-footer .inner label,
.mobile-footer .inner i {
    color: #aaa;
}
.woocommerce .woocommerce-form-register p,
.woocommerce form.login p {
    color: #777;
    font-size: 14px;
    padding-top: 15px;
}
.woocommerce .woocommerce-form-register span,
.woocommerce form.login span {
    display: block;
    width: 100%;
}
.woocommerce .woocommerce-form-register .required,
.woocommerce .woocommerce-form-register .show-password-input,
.woocommerce form.login .required,
.woocommerce form.login .show-password-input {
    display: inline-block;
    width: auto;
}
.woocommerce .woocommerce-form-register label,
.woocommerce form.login label {
    font-size: 12px;
    font-weight: bold;
    color: #333;
    display: block;
    width: 100%;
    text-align: left;
    float: none;
    clear: both;
}
.woocommerce .woocommerce-form-register input[type="text"],
.woocommerce form.login input[type="text"],
.woocommerce .woocommerce-form-register input[type="password"],
.woocommerce form.login input[type="password"] {
    width: 100%;
    display: block;
    float: none;
    border: 1px solid #ddd;
}
.woocommerce form .form-row input.input-text {
    border-radius: 5px;
}
.rtl .woocommerce-form-register label,
.rtl form.login label {
    text-align: right !important;
}
.woocommerce-account h2 {
    font-size: 20px;
    color: var(--primaryColor);
    font-weight: bold;
}
.woocommerce-account .title {
    display: none;
}
.woocommerce-form-login__rememberme {
    font-size: 14px !important;
}
.woocommerce-form-login__rememberme {
    margin-bottom: 15px;
}
.woocommerce-form-login__rememberme span {
    display: inline-block !important;
    width: auto !important;
}
.woocommerce-form-login__rememberme span {
    font-size: 12px !important;
}
@media(max-width: 768px) {
    .woocommerce form.register,
    .woocommerce form.login {
        width: 100% !important;
        min-width: 100%;
        max-width: 500px;
        margin: 15px auto !important;
    }
    .woocommerce-account h2 {
        margin: 0 !important;
        padding: 0 15px !important;
    }
    .container {
        padding: 0 15px;
        width: 100% !important;
        max-width: 900px !important;
    }
    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce-page .cart-collaterals .cart_totals {
        width: 100% !important;
        float: none;
        display: block;
        margin: auto;
    }
    .woocommerce-page .woocommerce-cart-form {
        display: block;
        width: 100%;
        float: none;
    }
}
@media(max-width: 600px) {
    .woocommerce-account h2 {
        font-size: 18px !important;
    }
/*     .container {
        padding: 0;
    } */
}
/* end update 28-4-2020 */

/* start update 30-4-2020 */
.woocommerce .woocommerce-order-details {
    margin: auto;
    max-width: 700px;
}
.woocommerce .woocommerce-order-details tr:nth-child(4) th {
    text-align: right !important;
}
.woocommerce .woocommerce-order-details tr .woocommerce-table__product-name {
    color: #404553;
    padding: 9px 12px;
}
.woocommerce .woocommerce-order-details tr td {
    font-weight: bold;
    font-size: 14px;
    color: #333;
    padding: 9px 12px;
}
.woocommerce-order-details__title {
    font-size: 18px;
    color: var(--primaryColor);
    font-weight: bold;
    padding-bottom: 15px;
}
.onyx-thank-address {
    color: #404553;
    font-size: 14px;
    max-width: 700px;
    margin: auto;
}
.onyx-thank-address h2 {
    color: var(--primaryColor);
    font-size: 18px;
    font-weight: bold;
    padding-top: 25px;
}
.onyx-thank-address p {
    font-size: 14px;
}
.woocommerce-order-overview,
.woocommerce-bacs-bank-details {
    color: #333;
}
.woocommerce-bacs-bank-details {
    padding-bottom: 25px;
}
.woocommerce-notice.woocommerce-notice--success {
    color: #080;
    padding-top: 50px;
    font-weight: bold;
}
.woocommerce-bacs-bank-details .wc-bacs-bank-details-heading {
    color: var(--primaryColor);
    font-size: 18px;
    font-weight: bold;
    padding: 25px 0 15px;
}
.woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name {
    font-size: 14px;
}
@media(max-width:768px) {
    .woocommerce-notice.woocommerce-notice--success {padding:0;}
    .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details ul li,
    .woocommerce-order-overview ul li,
    .woocommerce-bacs-bank-details ul li,
    .woocommerce ul.order_details li {
        width: 100%;
        display: block;
        float: none;
        clear: both;
        overflow: hidden;
        padding: 10px;
        height: auto !important;
    }
    .woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name {
        color: #777;
        padding-left: 10px;
        padding-right: 10px;
    }
    span.woocommerce-Price-amount.amount {
        text-align: inherit;
        float: none !important;
    }
    .onyx-thank-address {
        padding: 10px;
    }
    .woocommerce-bacs-bank-details .wc-bacs-bank-details-heading {
        padding-left: 10px;
        padding-right: 10px;
    }
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    height: 35px;
}
.woocommerce-terms-and-conditions-wrapper {
    width: 100%;
    display: block;
}
.woocommerce-checkout .woocommerce-info {
    padding: 15px;
    font-size: 16px;
    text-align: center;
    color: #404553;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
    margin-top: 0;
}
.woocommerce-additional-fields h3 {
    padding: 15px 0;
}
@media (min-width: 750px) {
    body.woocommerce-checkout {
        padding-top: 125px !important;
    }
}
/* end update 30-4-2020 */

/* start update 7-5-2020 */
/* Add to cart shop page & home page s*/
a.add-to-cart {
    font-size: 14px !important;
    border: 1px solid transparent;
    background: #E09E01;
    /*border-radius: 0 !important;*/
    width: 50px !important;
    height: 30px !important;
    line-height: 30px !important;
    text-align: center !important;
    margin-top: 0 !important;
    position: absolute !important;
    bottom: 0;
    /*color: #fff !important;*/
    font-weight: normal;
    left: 10px;
    padding: 0 !important;
}

.rtl a.add-to-cart {
    right: auto;
    left: 10px;
    border: 1px solid gray;
}
.ultimate-product .description .row > div,
.ultimate-add-to-cart .ultimate-quantity {
    width: 100%;
}
.ultimate-add-to-cart {
    width: 100%;
    display: block;
}
.ultimate-add-to-cart .ultimate-quantity .ultimate-quantity-number {
    border: 1px solid #ddd;
    padding: 0;
    width: 100%;
    max-width: calc(100% - 75px);
    margin-left: 63px;
    height: 30px;
    line-height: 30px;
    text-indent: 10px;
    text-align: center;
}
.rtl .ultimate-add-to-cart .ultimate-quantity .ultimate-quantity-number {
    margin-left: 0;
    margin-right: 63px;
    text-align: center;
}

.rtl.archive .featured-product a.add-to-cart {
    /*left: auto;*/
    left: 13px;
    border-top-left-radius: 22px;
    border-bottom-left-radius: 22px;
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
    font-weight: normal;
}
.archive .ultimate-add-to-cart .ultimate-quantity .ultimate-quantity-number {
    margin-left: 18px;
    max-width: calc(100% - 80px);
    border-top-left-radius: 22px;
    border-bottom-left-radius: 22px;
}
.rtl.archive .ultimate-add-to-cart .ultimate-quantity .ultimate-quantity-number {
    margin-left: 0;
    margin-right: 18px;
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}

.post-type-archive-product .woocommerce a.button {
    border-radius: 0 !important;
}

.archive .featured-product a.add-to-cart{
    right: 13px !important;
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
    font-weight: normal;
}

/* Add to cart Button Home */
.home a.add-to-cart {
    border-radius: 0;
}

/* Main Menu Scroll */
.custom-navbar-header .container-navbar .main-navbar .sub-navbar {
    height: calc(100vh - 175px);
}
.desktop-header .category-menu-links ul {
    height: calc(100vh - 230px);
    overflow: auto;
}
@media (max-width: 768px) {
    .logo img {
        background: transparent;
    }
}
/*.page-id-61 .title h2 {*/
/*    color: var(--primaryColor);*/
/*    font-size: 18px;*/
/*    font-weight: bold;*/
/*}*/
/*.page-id-61 .wpcf7 {*/
/*    width: 100%;*/
/*    display: block;*/
/*    float: none;*/
/*    clear: both;*/
/*    max-width: 700px;*/
/*    margin: auto;*/
/*    padding: 0 15px;*/
/*}*/
/*.page-id-61 .wpcf7 form label,*/
/*.page-id-61 .wpcf7 form span,*/
/*.page-id-61 .wpcf7 form input[type="text"],*/
/*.page-id-61 .wpcf7 form input[type="email"],*/
/*.page-id-61 .wpcf7 form input[type="password"],*/
/*.page-id-61 .wpcf7 form input[type="tel"],*/
/*.page-id-61 .wpcf7 form textarea {*/
/*    display: block;*/
/*    width: 100%;*/
/*}*/
/*.page-id-61 .wpcf7 form label {*/
/*    color: #777;*/
/*    font-size: 14px;*/
/*    font-weight: 700;*/
/*}*/
/*.page-id-61 .wpcf7 form input[type="text"],*/
/*.page-id-61 .wpcf7 form input[type="email"],*/
/*.page-id-61 .wpcf7 form input[type="password"],*/
/*.page-id-61 .wpcf7 form input[type="tel"],*/
/*.page-id-61 .wpcf7 form textarea {*/
/*    border: 1px solid #ccc;*/
/*    padding: 5px;*/
/*    border-radius: 4px;*/
/*    outline: 0;*/
/*    max-height: 200px;*/
/*}*/
/*.page-id-61 .wpcf7 form input[type="submit"] {*/
/*    color: #fff;*/
/*    background: var(--primaryColor);*/
/*    width: 150px;*/
/*    height: 40px;*/
/*    line-height: 40px;*/
/*    outline: 0;*/
/*    border: 0;*/
/*    cursor: pointer;*/
/*    border-radius: 4px;*/
/*}*/
/*.page-id-61 .wpcf7 form input[type="submit"]:hover {*/
/*    background: #096abf;*/
/*}*/
/* end update 7-5-2020 */

/* start update 10-5-2020 */
.rtwpvg-wrapper .rtwpvg-slider-wrapper .rtwpvg-slider img {
    max-height: calc(100vh - 200px) !important;
    width: auto !important;
    max-width: auto !important;
}
.ultimate-sub-section-product .featured-product {
	padding: 5px;
}
a.add-to-cart {
    right: 0;
    left: auto;
    border: 0 !important;
    outline: 0;
}
.rtl a.add-to-cart {
    left: 0;
    right: auto;
}
.ultimate-product .description .row > div {
    text-align: right !important;
    direction: ltr;
    margin: 0;
    padding: 0;
    border: 1px solid #ddd;
    border-radius: 50px;
    overflow: hidden;
}
.ultimate-product .row {
    margin: 0;
    padding: 0;
}
.ultimate-add-to-cart .ultimate-quantity .ultimate-quantity-number {
    border: 0;
}
.woocommerce ul.products li.product .button {
    right: 0;
}
.rtl.woocommerce ul.products li.product .button {
    left: 0;
    right: auto;
}
.archive .ultimate-add-to-cart .ultimate-quantity .ultimate-quantity-number {
    max-width: calc(100% - 10px);
    background: none;
}
.ultimate-add-to-cart .ultimate-quantity .ultimate-quantity-number {
    margin: 0 !important;
    min-width: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
}
.featured-product .photo {
    overflow: hidden;
}
.featured-product .photo img {
    height: auto;
    max-width: 100%;
    width: auto !important;
}
@media(max-width: 768px) {
    .woocommerce-result-count {
        display: block;
        clear: both;
        width: 100%;
    }
    .archive .featured-product {
        height: auto !important;
    }
    .woocommerce .woocommerce-ordering {
        overflow: unset;
    }
}
@media(max-width: 400px) {
    .woocommerce nav.woocommerce-pagination ul li a {
        font-size: 14px;
        padding: 5px;
    }
    .woocommerce nav.woocommerce-pagination ul li span  {
        font-size: 14px;
    }
    .woocommerce-pagination .page-numbers li {
        width: calc(100vw / 9) !important;
    }
}
/* end update 10-5-2020 */

/* start update 19-5-2020 */
.header-five-desktop-menu .ctrl-icon {
    color: var(--primaryColor);
    font-size: 20px;
    padding: 5px;
    cursor: pointer;
}
@media(min-width: 768px) {
    .ctrl-icon {
        display: none;
    }
}
@media(max-width: 768px) {
    .header-five-desktop-menu {
        position: relative;
    }
    .header-five-desktop-menu .main-menu-items {
        position: absolute;
        opacity: 0;
        top: 40px;
        left: -100%;
        background: #fff;
        z-index: 99;
    }
    .header-five-desktop-menu .main-menu-items li {
        display: block;
        width: 100%;
        border-top: 1px solid #ddd;
    }
    .header-five-desktop-menu .main-menu-items.open {
        opacity: 1;
        left: 0;
    }
}
/* end update 19-5-2020 */


/* start order tracking page */
.ult-order-tracking{
    padding-top: 170px;
}
.ult-order-tracking #currentOrderStatus{
    display: none;
}
body.rtl .ult-order-tracking table.order_details th,
body.rtl .ult-order-tracking table.order_details td{
    text-align: right !important;
}
.ult-order-tracking form.track_order{
    background-color: #fff;
    margin: auto;
    width: 585px;
    padding: 2rem;
}
.ult-order-tracking .ult-order-tracking-title{
    color: #096abf;
}
.ult-order-tracking .ult-order-tracking-title span{
    display: block;
    text-align: center;
}
.ult-order-tracking .ult-order-tracking-title .ult-order-tracking-title-icon i{
    font-size: 43px;
}
.ult-order-tracking .ult-order-tracking-title .ult-order-tracking-title-text{
    font-size: 28px;
}
.ult-order-tracking .form-row-first,
.ult-order-tracking .form-row-last{
    float: unset !important;
    width: 100% !important;
}
.ult-order-tracking input{
    padding: .5rem 1rem;
    background-color: #fff;
    border: 1px solid #edeaea;
    border-radius: .25rem !important;
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #495057;
}
.ult-order-tracking button[type="submit"]{
    width: 100%;
    border-radius: .25rem !important;
}
.ult-order-tracking .woocommerce-customer-details{
    display: none;
}
.ult-order-tracking .ult-customer-orders{
    margin: 50px auto;
    width: 100%;
}
.ult-req-order{
    text-align: center;
    color: #096abf;
    margin-top: 50px;
    margin-bottom: 30px;
}
.ult-req-order span{
    font-size: 28px;
}
.ult-order-tracking h2.woocommerce-order-details__title{
    color: #096abf !important;
}
.ult-order-tracking .ult-order-progress-bar{
    position: relative;
}
.ult-order-tracking .progress{
    height: 40px;
    margin-bottom: 50px;
}
.ult-order-tracking .ult-order-progress{
    position: absolute;
    top: 50px;
    font-size: 13px;
    font-weight: 600;
}
.ult-order-tracking .ult-order-progress-bar .ult-order-progress1{
    left: 0;
}
body.rtl .ult-order-tracking .ult-order-progress-bar .ult-order-progress1{
    left: unset;
    right: 0;
}
.ult-order-tracking .ult-order-progress-bar .ult-order-progress2{
    left: 50%;
    margin-left: -30px;
}
.ult-order-tracking .ult-order-progress-bar .ult-order-progress3{
    left: 100%;
    margin-left: -65px;
}
body.rtl .ult-order-tracking .ult-order-progress-bar .ult-order-progress3{
    left: unset;
    right: 100%;
    margin-right: -65px;
}
.ult-order-tracking .ult-order-circles-bar{
    position: relative;
}
.ult-order-tracking .ult-order-circles-bar::before{
    content: " ";
    height: 10px;
    width: 100%;
    background: #ddd;
    border-radius: .25rem;
    position: absolute;
    top: 25px;
}
.ult-order-tracking .ult-order-circles-bar .ult-order-circles-bar-item{
    display: inline-block;
    position: relative;
}
.ult-order-tracking .ult-order-circles-bar .ult-order-circles-bar-item1{
    left: 0;
}
.ult-order-tracking .ult-order-circles-bar .ult-order-circles-bar-item2{
    left: 50%;
    margin-left: -90px;
}
body.rtl .ult-order-tracking .ult-order-circles-bar .ult-order-circles-bar-item2{
    left: unset;
    right: 50%;
    margin-left: unset;
    margin-right: -101px;
}
.ult-order-tracking .ult-order-circles-bar .ult-order-circles-bar-item3{
    left: 100%;
    margin-left: -95px;
}
body.rtl .ult-order-tracking .ult-order-circles-bar .ult-order-circles-bar-item3{
    left: unset;
    right: 100%;
    margin-left: unset;
    margin-right: -103px;
}
body.rtl .ult-order-tracking .fa-truck{
    transform: rotateY(180deg);
}
.ult-order-tracking .ult-order-circles-bar .ult-order-circles-icon{
    background-color: #ddd;
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 20em;
}
.ult-order-tracking .ult-order-circles-bar .ult-order-circles-text{
    font-size: 13px;
    font-weight: 600;
    display: block;
    margin-top: 10px;
}
#ult-order-circles-progress{
    display: none;
}
.ult-order-tracking .ult-order-circles-finished{
    color: #fff;
}
.ult-order-tracking .ult-order-circles-bar .ult-order-circles-icon.ult-order-circles-finished{
    background-color: #096abf;
}
.ult-order-tracking .ult-customer-orders h4{
    margin-bottom: 20px;
}
.ult-order-tracking .ult-customer-orders table{
    width: 100%;
}
.ult-order-tracking .ult-customer-orders tr:nth-child(even) {
    background-color: #ddd;
}
.ult-order-tracking .ult-customer-orders table th,
.ult-order-tracking .ult-customer-orders table td{
    padding: 15px 5px;
    border-bottom: 1px solid #dee2e6;
    border-top: 1px solid #dee2e6;
}
body.rtl .ult-order-tracking .ult-customer-orders table th{
    text-align: right;
    font-size: 12px;
}
body.rtl .ult-order-tracking .ult-customer-orders table td{
    font-size: 14px;
}
@media(max-width:576px){
    .ult-order-tracking form.track_order{
        width: 100%;
    }
    .ult-order-tracking .ult-order-progress{
        font-size: 12px;
    }
    .ult-order-tracking .ult-order-circles-bar .ult-order-circles-text{
        font-size: 12px;
    }
}
/* end order tracking page */
/* end update 30-6-2020 */


/* start update 20-5-2020 */
@media(max-width: 768px) {
    .search-results {
        padding-top: 50px !important;
    }
    .featured-product .description {
        background: #f4f4f4;
    }
    .featured-product .description .ultimate-regular-price {
        font-weight: bold;
        color: var(--primaryColor);
    }
    .featured-product .photo img {
        width: 100% !important;
    }
    .featured-product .text-danger {
        padding: 3px;
    }
}
.search-results .title h2 {
    font-size: 23px;
    color: var(--primaryColor);
}
/* end update 20-5-2020 */
/* start update 14-7-2020 */
/* Start Branches Page */
.ultMarginTop {
    margin-top: 4rem;
}

.ultBranchesTitle {
    text-align: center;
    font-weight: bold;
    color: #2b0311;
}

.ultBranchItem {
    margin-bottom: 30px;
}

.ultFullBranchCard {
    background: #F7F6F4;
    padding: 1rem;
    color: #2b0311;
}

.ultFullBranchCard-header iframe {
    width: 100%;
    height: 200px;
}

.ultFullBranchCard-info {
    margin: 1rem 0 0;
    padding: 0;
    list-style-type: none;
}

.ultFullBranchCard-info li {
    margin-top: 5px;
}

body.rtl .ultFullBranchCard-info li {
    text-align: right;
}

.ultBranchIcon {
    margin-right: .4rem;
}

body.rtl .ultBranchIcon {
    margin-left: .4rem;
}
.ultShowMoreBranchBtn{
    display: none;
    margin: auto;
}
/* End Branches Page */
/* end update 14-7-2020 */


/*****************************************************************************************************************************************************************/
/* Original Style.css */
.woocommerce div.product .product_meta {
    padding: 0;
}

.woocommerce div.product form.cart {
    margin-bottom: 1em;
}

.woocommerce-product-gallery__image {
    pointer-events: none;
}

section.up-sells.upsells.products,
section.related.products {
    clear: both;
}

.product-price span,
h6.product-title {
    font-size: 12px;
    font-weight: bold;
}

#test {
    clear: both;
}

.product_meta .sku_wrapper,
.product_meta .posted_in {
    display: block;
}

.woocommerce div.product form.cart div.quantity {
    margin: 20px 5px 0 0;
}

/*.rtwpvg-thumbnail-slider.rtwpvg-thumbnail-columns-4 {*/
/*    width: 100% !important;*/
/*    display: block !important;*/
/*    margin: 0 !important;*/
/*    padding: 0 !important;*/
/*}*/

/*!* start variations *!*/
/*.woocommerce div.product form.cart .variations {*/
/*    display: block;*/
/*    overflow: hidden;*/
/*}*/
/*.woocommerce div.product form.cart .variations {*/
/*    width: 100%;*/
/*    display: block;*/
/*}*/
/*.woocommerce div.product form.cart .variations tr {*/
/*    width: 100%;*/
/*    display: block;*/
/*}*/
/*.woocommerce div.product form.cart .variations td.value {*/
/*    overflow: auto !important;*/
/*    width: calc(100% - 77px);*/
/*    min-width: calc(100% - 77px);*/
/*    max-width: calc(100% - 77px);*/
/*    display: block;*/
/*}*/
/*.woocommerce div.product form.cart #picker_pa_color {*/
/*    display: flex;*/
/*    width: 500px;*/
/*}*/
/*.single-product .variations_form .swatch-wrapper {*/
/*    width: 100%;*/
/*    min-width: 150px;*/
/*}*/
/*@media(max-width: 600px) {*/
/*    .mobile-navbar + .container .title {*/
/*        display: none;*/
/*    }*/
/*    .rtwpvg-gallery-image {*/
/*        height: calc(100vh - 100px) !important;*/
/*    }*/
/*    .rtwpvg-gallery-image > div {*/
/*        height: 100%;*/
/*    }*/
/*    .rtwpvg-wrapper .rtwpvg-slider-wrapper .rtwpvg-slider img {*/
/*        height: 100%;*/
/*    }*/
/*}*/
/* end variations */

.us-product-colors .us-product-color {
    width: 30px;
    height: 30px;
}

/* Samir Edit Start  */

/* Styling The Product Name In You Also May Like */
.single-product p.text-left {
    font-size: 12px;
    font-weight: bold;
}

/* Cart Shape */
/* Removing Space Under Product Name & Price In Related Products */
.woocommerce ul.products li.product .price{
    margin-bottom: 0 !important;
}

/* Change Font Size of Product Price In Single Product Page */
.single-product span.woocommerce-Price-amount.amount{
    font-size: 12px;
}

/* Change Font Size of Price Symbol In Single Product Page */
.single-product span.woocommerce-Price-currencySymbol{
    font-size: 22px;
}

.slick-vertical .slick-slide {
    border: 0 solid transparent !important;
}

/* Samir Edit End   */

/*.pagination {*/
/*    clear:both;*/
/*    position:relative;*/
/*    font-size:11px; !* Pagination text size *!*/
/*    line-height:13px;*/
/*    float:right; !* Pagination float direction *!*/
/*}*/
.pagination span, .pagination a {
    margin: 2px 2px 2px 0;
    padding: 6px 9px 5px 9px;
    text-decoration: none;
    color: #fff;
    background: rgba(var(--color2), 1);
    -webkit-transition: background .15s ease-in-out;
    -moz-transition: background .15s ease-in-out;
    -ms-transition: background .15s ease-in-out;
    -o-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
    font-width: bold;;
}
.pagination a:hover{
    color:rgba(var(--color2), 1);
    background: rgba(var(--color1), 1); /* Pagination background on hover */
}
.pagination .current{
    padding:6px 9px 5px 9px;
    background: rgba(var(--color1), 1); /* Current page background */
    color:rgba(var(--color2), 1);
}

.range-slider {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-align: center;
    align-items: center;
}
.range-slider label {
    color: #fff;
    font-size: 13px;
}
.range-slider .number-group {
    -webkit-box-flex: 1;
    flex: 1 0 auto;
    text-align: right;
    height: 30px;
    font-weight: 300;
    font-size: 13px;
    color: #fff;
}
.range-slider .number-group .number-input {
    width: 36px;
    height: 30px;
    text-align: center;
    color: #3FAFFA;
    background-color: #3D3E3F;
    border: 0;
}
.range-slider .number-group .number-input:first-of-type {
    margin-right: 7px;
}
.range-slider .number-group .number-input:last-of-type {
    margin-left: 7px;
}
.range-slider .number-group .number-input::-webkit-outer-spin-button, .range-slider .number-group .number-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.range-slider .number-group .number-input:invalid, .range-slider .number-group .number-input:out-of-range {
    border: 2px solid red;
}
.range-slider .range-group {
    position: relative;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    height: 47px;
}
.range-slider .range-group .range-input {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
    -webkit-appearance: none;
    width: 100%;
    border-bottom: 0;
}
.range-slider .range-group .range-input:focus {
    outline: 0;
}
.range-slider .range-group .range-input::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    -webkit-animation: .2s;
    animation: .2s;
    background: #3FAFFA;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
}
.range-slider .range-group .range-input::-webkit-slider-thumb {
    z-index: 2;
    position: relative;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #3FAFFA;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -7px;
}
.range-slider .range-group .range-input::-moz-range-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    animation: .2s;
    background: #3FAFFA;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
}
.range-slider .range-group .range-input::-moz-range-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0px 0px 0px #000;
    border: 1px solid #2497e3;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #3FAFFA;
    cursor: pointer;
}
.range-slider .range-group .range-input::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animation: .2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
}
.range-slider .range-group .range-input::-ms-fill-lower, .range-slider .range-group .range-input::-ms-fill-upper {
    background: #3FAFFA;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
}
.range-slider .range-group .range-input::-ms-thumb {
    z-index: 2;
    position: relative;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #3FAFFA;
    cursor: pointer;
}

/* Samir Modification Home Page */

/* First Slider Banner */

#us-sub-section-id-02 .ultimate-banner .ultimate-banner-title {
    border: none;
}

/* Second Slider Banner */


#us-sub-section-id-03 .ultimate-banner .ultimate-banner-title {
    border: none;
}

/* First Product Slider */
#us-sub-section-id-04 {
    list-style: none;
}

/* Removing Border Around Information Tab Title In Single Product Page */
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
}

/* Sale Percentage Style (Samir) */
.sale-percentage {
    font-size: 12px;
    background: greenyellow;
    width: 40%;
    border: 1px solid green;
    border-radius: 10px;
}

/*sale percentage end*/

/*footer(Nehad)*/
:root{
    --headercolor:#404553;
    --pcolor:#7e859b;
    --footerfont: font-family:'Proxima Nova','Helvetica Neue','Arial',sans-serif;
    --copyrightcolor:#b2bbd2;
}
.siteFooter {
    text-align: center;
    border-top: 1px solid #e2e5f1;
    background-color: #fff;
}
/* start firstrow */
.firstrow {
    background-color: #F7F9FE;
    border-top: 1px solid #e2e5f1;
    border-bottom: 1px solid #e2e5f1;
    padding: 25px 0;
}
.firstrow h3 {
    font-size: 18px;
    color: var(--headercolor);
    font-weight: 700;
}
.firstrow p {
    font-size: 14px;
    color: var(--headercolor);
    font-weight: 600;
    margin-left: 39px;

}
.firstrow h6{
    font-size: 12px;
    color: #404553;
}
.firstrow a {
    color: #404553;
    font-weight: bold;
    font-size: 14px;
}
.firstrow a span {
    display: block;
    font-size: 10px;
    color: var(--pcolor);
    text-transform: uppercase;
}
.firstrow h3 + span {
    display: block;
    font-size: 12px;
    color: var(--pcolor);
    text-transform: capitalize;
    font-weight: normal;
    padding-top: 5px;
}
.firstrow .container-icon {
    max-width: 35px;
    padding: 0;
}
.firstrow i{
    width: 35px;
    height: 35px;
    border: 1px solid #e2e5f1;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    color: #404553;
}
.firstrow .item {
    max-width: 275px;
}
.firstrow .whatsapp {
    padding-top: 6px;
    display: inline-block;
}
/* end firstrow */
/* start secondfooter */
.secondfooter{
    padding: 40px 0;
}
.secondfooter p{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 9px;
    color: var(--headercolor);
}
.secondfooter ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.secondfooter li a{
    display: block;
    font-size: 13px;
    padding: 3px 0;
    color: var(--headercolor);
    text-transform: capitalize;
}
/* end secondfooter */
/* start container-contact */
.container-contact {
    padding-bottom: 50px;
}
.container-contact p {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 5px;
    color: var(--headercolor);
}
.container-contact img {
    display: inline-block;
    padding: 0 2px;
    width: 165px;
}
.container-contact a {
    display: inline-block;
    padding: 0 2px;
}
.container-contact a i {
    width: 40px !important;
    height: 40px !important;
    font-size: 20px;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #feee00;
    border-radius: 100%;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    color: #404553;
}
/* end container-contact */

/* start thirdrow */
.thirdrow{
    background-color: #f7f7fa;
    border-top: 1px solid #e2e5f1;
    padding: 10px 0;
}
.thirdrow p {
    margin: 0;
}
.thirdrow ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.thirdrow .copyright p {
    color: #aaa;
    font-size: 12px;
    padding-top: 15px;
}
.thirdrow .brands i {
    color: #aaa;
    font-size: 40px;
    margin: 5px;
    display: inline-block;
}
.thirdrow .links ul li {
    display: inline-block;
}
.thirdrow .links ul li a {
    color: #777;
    font-size: 12px;
    display: inline-block;
    padding: 15px 4px;
}
.thirdrow .links ul li a:hover {
    text-decoration: underline;
    color: white !important;
}
/* end thirdrow */

.apps {
    flex: 1;
    margin-bottom: 35px;
}
.appimages{
    height: 40px;
    margin-left: 10px;
    background-position: 0 -84px;
    white-space: nowrap;
    overflow: hidden;
}
.apps p{
    font-size: 12px;
    margin-bottom: 10px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}
/*end footer*/

/*start cart 05-04-2020*/

.woocommerce-cart-form{
    float: left;
    text-align: left;
    width: 76%;
    background-color: white;
}
.cart_totals
{
    float: right;
    width: 21%!important;
    background-color: rgb(247, 249, 254);
    padding-left: 7px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(226, 229, 241);
    border-image: initial;
    font-size: 14px;
    padding-right: 7px;
}
.cart_totals h2{
    font-size: 18px;
    color: var(--headercolor);
}

.woocommerce-cart{
    background-color: #f7f7fa!important;
    font-family: var(--footerfont);
}
#coupon_code{
    width: 124px;
}
.woocommerce{
    margin: 10px;
    font-family :var(--footerfont);
}
.woocommerce .cart .button{
    margin-left: 50px;
    color: rgb(178, 187, 210);
}
.woocommerce .quantity .qty{
    height: 33px;
}

.cart_item{
    font-size: 13px;
    color: var(--headercolor);
}
.woocommerce a.button.alt{
    background-color: rgb(56, 102, 223);
}

.woocommerce-info {
    /* border-top-color: #1e85be; */
    color: rgb(126, 133, 155);
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 5px;
    border-top: none;
}
.woocommerce-info::before {
    color: rgb(126, 133, 155);
    display: contents;
}


@media (min-width: 768px){
    .container {
        /* max-width: none; */
    }
}
@media (max-width: 768px) {


    .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr{
        display:grid;
    }
    .cart_totals{
        width: 76%!important;
    }
    #coupon_code{
        height: 48px;
        width: 50%;
    }
    .coupon button{
        height: 48px;
    }
    .woocommerce{
        width: 100%;
        margin: auto;
    }

    #qtranslate-chooser li.lang-ar.active,
    #qtranslate-chooser li.lang-en.active {
        display: none;
    }
}
@media (min-width: 750px)
{
    body {
        /*padding-top: 77px;*/
    }

}

.woocommerce-cart .cart_totals table td {
    vertical-align: middle !important;
}

/*end cart 05-04-2020*/

/*CHECKOUT PAGE 06-04-2020*/
.threesteps{
    width: 100%;
    background-color: rgb(255, 255, 255);
    padding: 18px 0px 15px;
}
.stepscontainer{
    padding: 0 45px;
}
.steps{
    display: flex;
    counter-reset: progressCount 0;
    -webkit-box-pack: center;
    justify-content: center;
    list-style: none;
}
.step{
    display: inline-block;
    position: relative;
    text-align: center;
    font-size: 0.75rem;
    color: rgb(126, 133, 155);
    z-index: 0;
    list-style: none;
    transition: all 300ms ease-in-out 0s;
    flex: 0 1 33.33%;
}
li.step::before{
    content: counter(progressCount);
    counter-increment: progressCount 1;
    margin: 0 5px 5px;
    padding: 1.4px;
    background: #ffffff;
    width: 26px;
    height: 26px;
    border-width: 1px;
    border-style: solid;
    border-radius: 100%;
    border-color: rgb(226, 229, 241);
    border-image: initial;
    display: inline-block;
}
li.step::after{
    content: '';
    display: inline-block;
    position: relative;
    width: 78%;
    height: 0.33rem;
    background-color: rgb(226, 229, 241);
    z-index: -1;
    border-radius: 5px;
    bottom: 29px;
    right: -50%;

}

li:last-child::after{
    display: none;
}
li.step.active{
    color: rgb(64, 69, 83);
    font-weight: bold;
}
li.step.active::before {
    color: rgb(255, 255, 255);
    background-color: rgb(56, 174, 4);
    margin: 0 5px 5px;

}
.woocommerce-checkout .title h2{
    display: none;
}

.addresscontainer{
    border: 1px solid blue;
    background-color: white;
    color: #0f0f0f;
    width:300px;
    height: 224px;
    float: left;
}

/*END CHECKOUT PAGE 06-04-2020*/

/* Remove overlay on images */
.ultimate-builder-main-section .inner:before {
    background-color: transparent !important;
}

/* Resizing Images */
.ultimate-builder-main-section .inner.text-center {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

/*  Single Product (Samir) */

.single-product .was-price {
    font-size: 10px;
    color: #b6b6b6;
}

.single-product .was-price del {
    font-size: 12px;
    color: #7a7a7a;
}

.single-product .now-price {
    font-size: 10px;
    color: #b6b6b6;
}

.single-product .now-price span {
    font-size: 22px;
    font-weight: bold;
    color: black;
}

.single-product small.saving {
    font-size: 10px;
    color: #b6b6b6;
}

.single-product small.discount-percentage {
    background-color: rgba(56, 174, 4,.2);
    padding: 5px;
    border-radius: 15px;
    color: rgb(56, 174, 4);
    font-size: 10px;
    font-weight: bold;
}

.single-product #tab-description h2,
.single-product section.related.products,
.single-product .posted_in{
    display: none;
}

.single-product .empty {
    position: relative;
    top: -100px;
    height: 20px;
    background: #dddddd40;
}

.single-product .single_add_to_cart_button.button.alt {
    width: calc(100% - 180px) !important;
}

.single-product .regular-price .current-price {
    font-size: 22px;
    font-weight: bold;
}

.single-product small.vat{
    font-size: 10px;
    color: #b6b6b6;
}

.single-product .dashicons.dashicons-search {
    font-family: dashicons !important;
}

/*login and registration 07-04-2020*/
.woocommerce form.login{
    border: 1px solid #d3ced2;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;
}
.woocommerce-account h2{
    padding: 0;
    font-size: 18px;
}
.woocommerce-account .title h2{
    display: none;
}
.woocommerce-form-login__submit{
    background:var(--secondryColor)!important;
    border-radius: 50px;
    color: #fff;
    border: 2px solid transparent;
    transition: .2s;
    padding-left: 20px;
    padding-right: 20px;
}
.woocommerce button.button{
    margin: 2px;
    border-radius: 22px;
    background:var(--secondryColor)!important;
    color: #fff;
}
.woocommerce form .form-row{
    padding: 3px;
    margin: 0 0 6px;
}
.woocommerce button.button:hover{
    color: var(--primaryColor);
}
@media (max-width: 768px) {
    .woocommerce form.login{
        border-bottom: 1px solid #d3ced2;
        width: 83%;
    }
    .woocommerce form.register{
        border-bottom: 1px solid #d3ced2;
        width: 83%;
    }
    .woocommerce-account h2{
        margin-top: 20px;
        font-size: 26px;
    }
}

/*end of login 07-04-2020*/

/* Search Bar Style Samir */

.search-navbar-header .container-search form div  {
    background: #fff;
    display: flex;
    border-radius: 4px;
    position: relative;
    width: 100%;
}
.search-navbar-header .container-search .yith-s {
    border: 1px solid #ddd;
    background-color: transparent;
    width: 100%;
    border: 0;
    outline: 0;
    padding: 5px;
    text-indent: 5px;
}
.search-navbar-header .container-search #yith-searchsubmit {
    outline: 0;
    border: 0;
    background: transparent;
    color: #404553;
    position: absolute;
    right: 0;
    background: #fff;
    width: 36px;
    text-align: center;
    top: 0;
    padding: 4px 7px;
}

[lang="ar"] .search-navbar-header .container-search #yith-searchsubmit {
    right: 95%;
}

/* Moving حسابي To The Left In Arabic */
[lang="ar"] .when-logged-in .dropdown-toggle strong {
    float: left;
}


/* Centering Logo */
.search-navbar-header .container-logo{
    text-align: center;
    max-width: 270px !important;
}

/* Width of Banner Images */
.ultimate-banner.ultimate-banner-image img {
    width: 100% !important;
}

.logo img {
    height: 60px;
}

@media(max-width: 768px){
    .logo img {
        height: 18px;
        width: auto;
    }
}

[lang="ar"] .container-search {
    padding-right: 150px;
}

.container-search {
    padding-left: 170px;
}

.rtl .search-navbar-header .container-links {
    max-width: 270px;
}

/* Update 30-04-2020 Samir */
.woocommerce-info {
    font-size: 25px;
}

.woocommerce-additional-fields h3 {
    font-size: 17px;
    color: #000000b3;
    font-weight: bold;
}

.wc-bacs-bank-details-heading {
    font-size: 20px;
    margin-bottom: 10px;
}

.wc-bacs-bank-details-account-name {
    font-size: 20px;
    margin-bottom: 10px;
}

.woocommerce-order-details__title {
    text-align: center;
    font-size: 20px;
}

td.woocommerce-table__product-total.product-total, th.woocommerce-table__product-table.product-total{
    text-align: left !important;
}

td.woocommerce-table__product-name.product-name {
    text-align: right;
}

.woocommerce-checkout span.woocommerce-Price-amount.amount{
    float: left;
}

.woocommerce .woocommerce-order-details :nth-child(4){
    text-align: left !important;
}

/* VAT Including or Inclusive In Single Page */
.single-product .woocommerce-price-suffix{
    display: none;
}

.vat-include, .vat-inclusive {
    font-size: 13px;
    color: #bebebebe;
}

@media(max-width: 600px){
    .woocommerce div.product p.price {
        text-align: center;
    }
    .woocommerce div.product p.stock {
        text-align: center;
    }
    .vat-inclusive , .vat-include {
        margin-bottom: 10px;
        text-align: center;
    }
    .woocommerce div.product .summary .cart .quantity {
        float: none;
        text-align: center;
    }
    .woocommerce div.product .summary .product_title {
        font-size : 25px;
        text-align: center;
    }
}

/* Arabic Product Images Gallery */
.rtl .slick-slider,
.slick-slider,
.rtl .slick-slider *,
.slick-slider * {
    direction: ltr !important;
}

/* End Update 30-04-2020 */

/* start update 4-5-2020 Categories Scroll */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
::-webkit-scrollbar-button {
    width: 5px;
    height: 5px;
}
::-webkit-scrollbar-thumb {
    background: #aaa;
    border: 1px none #ffffff;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background: #777;
}
::-webkit-scrollbar-thumb:active {
    background: #666;
}
::-webkit-scrollbar-track {
    background: #eee;
    border: 65px none #ffffff;
    border-radius: 34px;
}
::-webkit-scrollbar-track:hover {
    background: #eee;
}
::-webkit-scrollbar-track:active {
    background: #eee;
}
::-webkit-scrollbar-corner {
    background: transparent;
}
.all-category .content-all-category .refer .refer-body,
.all-category .content-all-category .refer .refer-body .row,
.all-category .content-all-category .refer .refer-body .row .col {
    height: 100%;
}
.all-category .content-all-category .refer .refer-body ul {
    height: calc(100% - 100px);
    overflow-y: auto;
}
/* end update 4-5-2020 */

/* Update 05-05-2020 */
a.add-to-cart {
    font-size: 12px;
    border: 1px solid #ddd;
    background: #ddd;
    padding: 5px;
    border-radius: 15px;
    width: 90%;
    text-align: center;
    margin-top : 10px;
}

a.add-to-cart:hover {
    background: white;
    color: blue;
}

.ultimate-post-excerpt {
    padding-top: 10px;
}

.ultimate-add-to-cart {
    display: flex;
    width: 100%;
    position: relative;
}

@media(max-width: 600px){
    .ultimate-add-to-cart {
        display: flex;
        position: relative;
    }
}

.ultimate-add-to-cart i.fa-circle-o-notch {
    position: absolute;
    left: auto;
    width: auto !important;
    right: 4px;
    top: auto;
    bottom: 6px;
    color: #aaa;
    padding: 5px 7px;
    display: none;
}

/* Cart Icon Number on Mobile */
@media(max-width: 600px) {
    [lang="ar"] span.cart-total {
        position: absolute;
        right: 75%;
        color: #fff;
        background: var(--secondryColor);
        border-radius: 100%;
        width: 15px;
        height: 15px;
        line-height: 15px;
        text-align: center;
        font-size: 10px;
    }

    span.cart-total {
        left: 75%;
        position: absolute;
        color: #fff;
        background: var(--secondryColor);
        border-radius: 100%;
        width: 15px;
        height: 15px;
        line-height: 15px;
        text-align: center;
        font-size: 10px;
    }

}


/* Header 3 Main Menu Style*/

nav.navbar.navbar-expand-md.navbar-light.bg-light {
    background: white !important;
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    /*left:-100%;*/
    right: 100%; /* 10rem is the min-width of dropdown-menu */
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(90deg);
}

/* Hiding arrow beside titles */
.dropdown-toggle::after {
    display: none;
}

/* search result color */
.autocomplete-suggestion {
    color: black;
}

.header-three input#yith-s  {
    width: 150px;
}

.header-three form input {
    width: 100px;
}

.main-menu {
    width: 100%;
    font-weight: 500;
}

@media(max-width: 600px){
    .main-menu {
        display: none;
    }
}

div.col.social-media img {
    width: 45px;
    height: 40px;
}

.col.contactus {
    text-align: center;
}

/* start top-header */
.header-three {
    background: black;
    color: #eee;
    height: 45px;
    line-height: 45px;
    font-size: 0;
}
.header-three ul li {
    display: inline-block;
    font-size: 14px;
}
.header-three ul li + li {
    padding-left: 20px;
}
.rtl .header-three ul li + li {
    padding-left: 0;
    padding-right: 20px;
}
.header-three form,
.header-three form input,
.header-three form button {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.header-three form {
    margin: 0;
    padding: 0;
    display: flex;
    height: 40px;
    border-left: 1px solid rgba(0,0,0,.5);
    border-right: 1px solid rgba(0,0,0,.5);
}
.header-three form input {
    text-indent: 10px;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 14px;
    color: #fff;
    width: 200px;
}
.header-three form button,
.header-three ul li .fa-search {
    background: transparent;
    color: rgba(255, 255, 255, .5);
    border: 0;
    outline: 0;
    font-size: 20px;
    padding: 0 10px;
}
.header-three ul li > .fa-search {
    display: none;
    color: rgba(255, 255, 255, .75);
    cursor: pointer;
    padding: 12px 0 0;
}
.header-three .nav-link {
    padding: 0;
}
.header-three .dropdown-menu {
    padding: 0;
    font-size: 12px;
    margin: 0;
}
.rtl .header-three .dropdown-menu {
    text-align: right;
}
.header-three .dropdown-menu .dropdown-item {
    padding: 15px;
    line-height: 1;
    font-weight: 700;
}
.header-three .dropdown-menu .dropdown-divider {
    margin: 0;
}
@media(max-width: 992px) {
    .header-three {
        position: relative;
    }
    .header-three ul li .fa-search {
        display: inline-block;
    }
    .header-three form {
        position: absolute;
        top: 45px;
        left: 0;
        right: 0;
        background: var(--darkColor);
        width: 100%;
        border: 0;
        border-top: 1px solid rgba(255,255,255,.2);
        height: 45px;
        display: none;
    }
    .header-three form input {
        width: calc(100% - 74px);
    }
    .header-three .dropdown {
        display: none;
    }
    .header-three .address {
        font-size: 12px;
    }
}
@media(max-width: 400px) {
    .header-three .address {
        font-size: 10px;
    }
}
/* end top-header */

/* start navbar-header */
.navbar-header {
    z-index: 5;
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding: 5px 0;
    background: #fff;
    position: fixed;
    top: 45px;
    left: 0;
    right: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.navbar-header.nowtop {
    top: 0;
}
.navbar-header .d-flex > div {
    height: 100%;
}
.navbar-header .ctrl-menu {
    font-size: 25px;
    padding: 10px;
    display: none;
}
.navbar-header .logo img {
    width: 146px;
    height: auto;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.navbar-header.nowtop .logo img {
    width: 100px;
    height: auto;
}
.navbar-header .menu .nav-item {
    display: inline-block;
    position: relative;
}
.navbar-header .menu .nav-item > a,
.navbar-header .menu .nav-item > label {
    padding: 10px;
    color: var(--darkColor);
    font-weight: 700;
    cursor: pointer;
}
.navbar-header .cart a {
    font-size: 20px;
    padding: 10px;
    color: var(--primaryColor);
}
.navbar-header .menu .list-dropdown,
.navbar-header .menu .sub-list-dropdown {
    display: none;
    opacity: 0;
}
.navbar-header .menu .nav-item .sub-open-dropdown label i {
    opacity: .75;
}
.rtl .navbar-header .menu .nav-item .sub-open-dropdown label i {
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -ms-transform: scale(-1);
    -o-transform: scale(-1);
    transform: scale(-1);
}
.navbar-header .menu .tabs,
.navbar-header .menu #account,
.navbar-header .menu #settings {
    display: none;
}
.navbar-header .menu #account,
.navbar-header .menu #settings {
    width: 100%;
}
.navbar-header .menu #account li,
.navbar-header .menu #settings li {
    border-bottom: 1px solid #ddd;
    padding: 10px;
}
.navbar-header .menu .tabs {
    margin-bottom: 15px;
}
.navbar-header .menu .tabs li {
    width: 100%;
    text-align: center;
    padding: 25px 0;
    background: var(--primaryColor);
    color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.navbar-header .menu .tabs li + li {
    border-left: 1px solid rgba(255, 255, 255, .5);
}
.rtl .navbar-header .menu .tabs li + li {
    border-left: 0;
    border-right: 1px solid rgba(255, 255, 255, .5);
}
.navbar-header .menu .tabs li.active {
    background: #fff;
    color: var(--darkColor);
    border-bottom: 0;
}
.navbar-header .overlay {
    display: none;
}
@media(min-width: 992px) {
    .navbar-header .menu .nav-item .list-dropdown {
        position: absolute;
        top: 45px;
        left: 0;
        background: #fff;
        border-radius: 2px;
        border: 1px solid #eee;
        min-width: 200px;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        z-index: 9;
    }
    .navbar-header .menu .item:hover .list-dropdown {
        display: block;
        opacity: 1;
    }
    .rtl .navbar-header .menu .item .list-dropdown {
        right: 0;
        left: auto;
    }
    .navbar-header .menu .item .list-dropdown li + li {
        border-top: 1px solid #eee;
    }
    .navbar-header .menu .item .list-dropdown li > label,
    .navbar-header .menu .item .list-dropdown li > a {
        padding: 10px;
        font-size: 13px;
        font-weight: 700;
        color: var(--darkColor);
        display: block;
        cursor: pointer;
        position: relative;
    }
    .navbar-header .menu .item .list-dropdown li > label:after,
    .navbar-header .menu .item .list-dropdown li > a::after {
        content: '';
        position: absolute;
        width: 0;
        height: 2px;
        background: var(--primaryColor);
        bottom: 0;
        left: 0;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
    .rtl .navbar-header .menu .item .list-dropdown li > label:after,
    .rtl .navbar-header .menu .item .list-dropdown li > a::after {
        right: 0;
        left: auto;
    }
    .navbar-header .menu .item .list-dropdown li > label:hover,
    .navbar-header .menu .item .list-dropdown li > a:hover {
        background: #f7f7f7;
    }
    .navbar-header .menu .item .list-dropdown li > label:hover:after,
    .navbar-header .menu .item .list-dropdown li > a:hover::after {
        width: 50%;
    }
    .navbar-header .menu .item .sub-open-dropdown {
        position: relative;
    }
    .navbar-header .menu .item .sub-open-dropdown .sub-list-dropdown {
        position: absolute;
        right: 100%;
        top: 0;
        background: #fff;
        min-width: 175px;
        border: 1px solid #eee;
    }
    .navbar-header .menu .item .sub-open-dropdown:hover .sub-list-dropdown {
        display: block;
        opacity: 1;
    }
    .rtl .navbar-header .menu .item .sub-open-dropdown {
        right: auto;
        left: 0;
    }
    .navbar-header .menu .item .sub-open-dropdown label i {
        float: right;
        position: relative;
        top: 2px;
    }
    .rtl .navbar-header .menu .item .sub-open-dropdown label i {
        float: left;
    }
}
@media(max-width: 992px) {
    .navbar-header.nowtop {
        padding: 0;
    }
    .navbar-header .menu {
        position: fixed;
        top: 0;
        left: -110%;
        bottom: 0;
        overflow-y: auto;
        width: 100%;
        max-width: calc(100% - 75px);
        min-width: 280px;
        background: #fff;
        border-left: 1px solid rgba(0, 0, 0, .1);
        border-right: 1px solid rgba(0, 0, 0, .1);
        opacity: 0;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        z-index: 9;
    }
    .navbar-header .menu.open {
        left: 0;
        opacity: 1;
    }
    .rtl .navbar-header .menu {
        left: auto;
        right: -110%;
    }
    .rtl .navbar-header .menu.open {
        right: 0;
    }
    .navbar-header .menu .tabs {
        display: block;
    }
    .navbar-header .menu .list-dropdown,
    .navbar-header .menu .sub-list-dropdown {
        opacity: 1;
    }
    .navbar-header .ctrl-menu {
        display: block;
    }
    .navbar-header .menu .item {
        display: block;
        border-bottom: 1px solid #ddd;
        padding: 10px;
    }
    .navbar-header .menu .item label,
    .navbar-header .menu .item a {
        display: block;
        clear: both;
    }
    .navbar-header .menu .item label i {
        float: right;
        position: relative;
        top: 4px;
    }
    .rtl .navbar-header .menu .item label i {
        float: left;
    }
    .navbar-header .menu .list-dropdown li,
    .navbar-header .menu .sub-list-dropdown li {
        border-top: 1px solid #eee;
    }
    .navbar-header .menu .list-dropdown label,
    .navbar-header .menu .list-dropdown a,
    .navbar-header .menu .sub-list-dropdown label,
    .navbar-header .menu .sub-list-dropdown a {
        display: block;
        padding: 7px 15px;
        color: var(--darkColor);
        font-size: 14px;
    }
    .navbar-header .overlay {
        position: fixed;
        z-index: 8;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0,0,0,.5);
    }
}
/* end navbar-header */


/* Solution of header problem */
.header-three {
    margin-top: -175px;
}

@media(max-width: 600px){
    .header-three {
        margin-top: 0;
    }
}

/* Display Sale Price Correct */
.ultimate-product .ultimate-sale-price.current-price {
    display: inline-block;
}

/* Product Cart Image */
.woocommerce ul.products li.product a img { margin: 0 !important }


/* Update 21-05-2020*/

/* Transition of Product Cart Image */
.featured-product img:hover {
    transform: scale(0.9);
    transition: all ease-in-out 0.4s;
}


@media (max-width: 600px) {
    [lang="ar"] .home a.add-to-cart {
        left: 0;
        right: auto;
    }

    .home a.add-to-cart {
        right: 0;
        left: auto;
    }

    a.add-to-cart {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    [lang="ar"] a.add-to-cart {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-top-left-radius: 22px;
        border-bottom-left-radius: 22px;

    }

    .sale-percentage {
        /*         display: none !important; */
    }

    .owl-carousel .owl-item img {
        max-height: 180px;
    }
}

/* Spaces Between Products In Home (Temporary) */
@media (min-width: 768px) {
    .home .owl-carousel .owl-item img {
        width: auto;
    }
}

/* Add To Cart Button On Desktop */
.rtl a.add-to-cart {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 22px;
    border-bottom-left-radius: 22px;
}

a.add-to-cart {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* Update 21-05-2020 End */

/* Update 07-06-2020 Start */
.yith-ajaxsearchform-container #yith-ajaxsearchform i.fa.fa-search {
    position: relative;
    transform: translate(10px,10px);
}

[lang="en-US"] .yith-ajaxsearchform-container #yith-ajaxsearchform i.fa.fa-search {
    position: relative;
    transform: translate(-10px,10px);
}
/* Update 07-06-2020 End */

/* Headers Update 30-06-2020 */
/* My Style Header 3 Menu */

.navbar-header .menu {
    width: 100%;
}

/* Menu Background */
nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    background: white !important;
}

/* Drop Down Direction */
[lang="ar"] .dropdown-menu {
    right: 0;
    left: auto;
}

[lang="ar"] .dropdown-item {
    text-align: right;
}


/* Header 3 Main Menu Style*/

nav.navbar.navbar-expand-md.navbar-light.bg-light {
    background: white !important;
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    /*left:-100%;*/
    right: 100%; /* 10rem is the min-width of dropdown-menu */
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(90deg);
}

/* Hiding arrow beside titles */
.dropdown-toggle::after {
    display: none;
}

/* search result color */
.autocomplete-suggestion {
    color: black;
}

.header-three input#yith-s {
    width: 150px;
}

.header-three form input {
    width: 100px;
}

.main-menu {
    width: 100%;
    font-weight: 500;
}

@media (max-width: 600px) {
    .main-menu {
        display: none;
    }
}

div.col.social-media img {
    width: 45px;
    height: 40px;
}

/* Temporary Solution of header problem */
.header-three, .header-four {
    margin-top: -175px;
}

@media (max-width: 600px) {
    .header-three {
        margin-top: 0;
    }
}

/* Header Four Style */

/* start header-four */
.header-four {
    background: var(--darkColor);
    color: #fff;
}

.header-four ul li {
    display: inline-block;
}

.header-four ul li + li::before {
    content: '|';
    padding: 5px;
    display: inline-block;
}

.header-four ul li a {
    display: inline-block;
    padding: 10px;
    font-size: 14px;
}

.header-four ul li:hover a {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .header-four {
        display: none;
    }
}

/* end header-four */

/* start header-four-navbar */
.header-four-navbar {
    position: fixed;
    top: 41px;
    left: 0;
    right: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 9;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 5px 0;
}

.header-four-navbar.nowtop {
    top: 0;
}

.header-four-navbar .logo img {
    width: 200px;
    height: auto;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.header-four-navbar.nowtop .logo img {
    width: 125px;
    height: auto;
}

.header-four-navbar .search form {
    display: flex;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #F5F5F5;
    margin: 5px auto;
}

.header-four-navbar .search form input {
    max-width: 100%;
    background: none;
    border: 0;
    outline: 0;
    padding: 4px;
    text-indent: 5px;
}

.header-four-navbar .search form button {
    background: none;
    border: 0;
    outline: 0;
    color: #777;
    padding: 0 10px;
}

@media (min-width: 992px) {
    .header-four-navbar .menu .item {
        display: inline-block;
    }

    .header-four-navbar .menu .item > label,
    .header-four-navbar .menu .item > a {
        font-size: 15px;
        color: var(--darkColor);
        display: block;
        padding: 15px;
        cursor: pointer;
    }

    .header-four-navbar .menu .open-menu {
        position: relative;
    }

    .header-four-navbar .menu .list-menu {
        display: none;
        position: absolute;
        top: 50px;
        left: 0;
        background: #fff;
        border: 1px solid #ddd;
        width: 200px;
    }

    .rtl .header-four-navbar .menu .list-menu {
        left: auto;
        right: 0;
    }

    .header-four-navbar .menu .open-menu:hover .list-menu {
        display: block;
        z-index: 9;
    }

    .header-four-navbar .menu .list-menu li + li {
        border-top: 1px solid #ddd;
    }

    .header-four-navbar .menu .list-menu a {
        display: block;
        padding: 7px 15px;
        font-size: 14px;
        color: var(--darkColor);
    }

    .header-four-navbar .menu .list-menu a:hover {
        background: #f7f7f7;
    }

    .header-four-navbar .links {
        font-size: 15px;
    }

    .header-four-navbar .links a {
        display: inline-block;
        padding: 10px;
    }

    .header-four-navbar .links a:hover {
        text-decoration: underline;
    }

    .header-four-navbar .links select {
        border: 0;
        outline: 0;
        cursor: pointer;
    }

    .header-four-navbar .links .cart {
        position: relative;
    }

    .header-four-navbar .links .cart .num {
        display: inline-block;
        background: var(--secondryColor);
        width: 20px;
        height: 20px;
        line-height: 20px;
        margin: 0;
        padding: 0;
        text-align: center;
        color: #fff;
        font-size: 10px;
        font-weight: 700;
        position: absolute;
        top: -2px;
        right: -2px;
        border-radius: 100%;
    }

    .header-four-navbar .links .cart i {
        font-size: 20px;
    }

    .header-four-navbar .links .fav i {
        font-size: 18px;
    }

    .header-four-navbar .ctrl-menu,
    .header-four-navbar .mobile-latest-menu {
        display: none;
    }
}

@media (max-width: 1200px) {
    .container {
        min-width: 100%;
    }

    .header-four-navbar .menu .item > label,
    .header-four-navbar .menu .item > a {
        padding: 15px 7px;
    }
}

@media (max-width: 992px) {
    .header-four-navbar .logo,
    .header-four-navbar .menu-search {
        width: 100%;
    }

    .header-four-navbar .ctrl-menu {
        display: inline-block;
        padding: 10px;
        font-size: 30px;
    }

    .header-four-navbar .menu {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -110%;
        background: #fff;
        width: 75%;
        max-width: 350px;
        min-width: 250px;
        overflow-y: auto;
        border: 1px solid #ddd;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        z-index: 10;
    }

    .rtl .header-four-navbar .menu {
        left: auto;
        right: -110%;
    }

    .header-four-navbar .menu.open {
        left: 0;
    }

    .rtl .header-four-navbar .menu.open {
        right: 0in;
    }

    .header-four-navbar .menu .item > label,
    .header-four-navbar .menu .item a {
        padding: 7px 10px;
        display: block;
        font-size: 15px;
        border-bottom: 1px solid #ddd;
    }

    .header-four-navbar .menu .open-menu label {
        font-weight: 700;
    }

    .header-four-navbar .menu .open-menu label::after {
        content: "\f067";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        float: right;
        font-size: 14px;
    }

    .header-four-navbar .menu .open-menu label.opennow::after {
        content: "\f068";
    }

    .rtl .header-four-navbar .menu .open-menu label::after {
        float: left;
    }

    .header-four-navbar .links {
        display: none;
    }

    .header-four-navbar .menu .open-menu .list-menu {
        display: none;
    }

    .header-four-navbar .mobile-latest-menu {
        display: block;
        border-bottom: 1px solid #ddd;
        font-size: 14px;
    }

    .header-four-navbar .mobile-latest-menu h3 {
        font-size: 14px;
        font-weight: 700;
        padding: 10px;
    }

    .header-four-navbar .mobile-latest-menu p {
        display: inline-block;
        margin: 0;
    }

    .header-four-navbar .mobile-latest-menu li {
        padding: 10px;
        border-top: 1px solid #ddd;
        clear: both;
    }

    .header-four-navbar .mobile-latest-menu select {
        float: right;
        border: 0;
        outline: 0;
    }

    .rtl .header-four-navbar .mobile-latest-menu select {
        float: left;
    }
}

@media (max-width: 768px) {
    .header-four-navbar {
        top: 0;
    }

    .header-four-navbar .logo img {
        width: 125px;
        height: auto;
    }
}

@media (max-width: 400px) {
    .header-four-navbar .ctrl-menu {
        padding: 0;
    }

    .header-four-navbar .logo img {
        width: 100px;
        height: auto;
    }
}

/* end header-four-navbar */

/* Header Four Custom Style */
#yith-ajaxsearchform {
    position: relative;
}

#yith-searchsubmit {
    position: absolute;
    left: 0;
    width: 10%;
}

/* Header 4 Menu */
.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    /*left:-100%;*/
    left: -10rem; /* 10rem is the min-width of dropdown-menu */
    margin-top: -6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}


li.lang-ar.active,
li.lang-en.active {

    display: none;

}

@media (max-width: 600px) {
    .main-menu-search {
        display: none;
    }

    #yith-searchsubmit {
        width: 20%;
    }

    .search {
        /* margin-right: -30%; */
    }

    #qtranslate-chooser {
        display: contents;
    }

    #qtranslate-chooser li a span {
        float: left;
    }

    #qtranslate-chooser li {
        float: left;
        border: none;
    }

}


/* Header 5  Top Header Style */
.header-five {
    background: #1a8f69;
    color: #fff;
}

.header-five ul li {
    display: inline-block;
}

.header-five ul li + li::before {
    content: '|';
    padding: 5px;
    display: inline-block;
}

.header-five ul li a {
    display: inline-block;
    padding: 10px;
    font-size: 14px;
}

.header-five ul li:hover a {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .header-five {
        display: none;
    }
}

/* end top-header */

/* Custom Header 5 Style */
.header-five-logo {
    padding: 20px;
	width: 250px;
}

.header-five-search {
    border-radius: 20px;
    border: 1px solid #ddd;
    text-indent: 5px;
    background: #f6f1f1c7;
    margin-right: 30%;
}

.header-five-search input {
    border: none;
    background: #f6f1f1c7;
    width: 300px;
}

.header-five-search #yith-searchsubmit {
    border-radius: 15px;
    border: 1px solid green;
    background: #1a8f69;
    right: 0 !important;
    position: absolute;
    left: auto;
}

[lang="ar"] .header-five-search #yith-searchsubmit {
    border-radius: 15px;
    border: 1px solid green;
    background: #1a8f69;
    left: 0 !important;
    right: auto !important;
}


[lang="ar"] .header-five-search i.fa.fa-search {
    position: relative;
    color: white;
    margin-left: 8px;
}

.header-five-search i.fa.fa-search {
    position: relative;
    color: white;
    margin-right: 8px;
}

.header-five-cart {
    position: relative;
}

.header-five-cart span.num {
    position: absolute;
    top: -10px;
    right: -15px;
    background: #ffd404;
    border-radius: 50%;
    height: 25px;
    width: 20px;
    text-align: center;
    color: white;
}

.header-five-cart img {
    height: 30px;
}

.desktop-menu-container {
    margin: auto;
    max-width: 700px;
}

ul#main-menu-items {
    display: flex;
}

ul#main-menu-items li.nav-item.dropdown {
    font-weight: bold;
    color: #1a8f69;
}

.header-five #qtranslate-chooser li a {
    padding-left: 0;
}

.header-five #qtranslate-chooser li a span {
    color: white;
    font-weight: normal;
}

#menu-header-5-menu .nav-item.menu-item {
    color: #1a8f69;
    font-weight: bold;
}

.before-desktop-menu-container {
    background: #f4a46073;
}

/* Header Five Mobile Menu */
.header-five-mobile-menu {
    margin-right: 10px;
}

@media (min-width: 768px) {
    .navbar-brand.abs {
        position: absolute;
        width: 100%;
        left: 0;
        text-align: center;
    }
}

a.navbar-brand-two.mx-auto.d-lg-none.d-inline-block img {
    height: 50px;
}

@media (max-width: 600px) {
    #menu-header-5-menu .nav-item.menu-item {
        border-bottom: 1px solid #ddd;
    }

    #menu-header-5-menu a.nav-link {
        text-align: right;
    }

    [lang="en-US"] #menu-header-5-menu a.nav-link {
        text-align: left;
    }

    ul#menu-header-5-menu {
        padding-right: 10px;
    }

    [lang="en-US"] ul#menu-header-5-menu {
        padding-left: 10px;
    }

    .header-five-social-mobile-links {
        text-align: center;
    }

    .header-five-social-mobile-links .col-2 {
        border: 1px solid #ddd;
        border-right: 0;
        padding: 5px;
    }

    .header-five-empty {
        height: 5px;
        background: #ddd;
    }

    .header-five-social-title p {
        text-align: center;
        font-weight: 500;
        color: #000000ad;
    }

    .header-five-policy .col-6 {
        padding: 15px;
        border: 1px solid #ddd;
        text-align: center;
    }

    .header-five-language .col-6 {
        padding: 10px;
        border: 1px solid #ddd;
        text-align: center;
    }

    .header-five-mobile-app .col-6 {
        border: 1px solid #ddd;
        padding: 15px;
        text-align: center;
    }

    .header-five-mobile-app .col-6 img {
        max-width: 100%;
    }
}


/* Footer 3 Style */
.before-footer-three {
    background: #f4a46073;
    margin-top: 30px;
}

.footer-three-container {
    max-width: 1300px;
    margin: auto;
}

.footer-three-subscribe {
    padding: 20px;
}

.subscribe-title {
    font-size: 12px;
    padding: 5px;
    color: #1a8f69;
    font-weight: bolder;
}

.subscribe-input {
    width: 300px;
    border: none;
    height: 40px;
    text-indent: 5px;
}

.subscribe-form form {
    position: relative;
}

.subscribe-form button {
    position: absolute;
}

.subscribe-button {
    background: #1a8f69;
    border: 2px solid #1a8f69;
    color: white;
    padding: 5px;
    height: 40px;
}

.footer-three-social-media {
    padding: 20px;
}

.footer-three-socials-title {
    font-size: 12px;
    padding: 5px;
    color: #1a8f69;
    font-weight: bolder;
    text-align: center;
}

[lang="ar"] .footer-three-socials {
    text-align: left;
}

.footer-three-socials {
    text-align: right;
}

.footer-three-social-icon {
    border: 2px solid white;
    padding: 1%;
    border-radius: 50%;
    background: #1a8f69;
    text-align: center;
    margin: 2%;
}

.footer-three-social-icon i {
    color: white;
    height: 30px;
    width: 20px;
}

.footer-three-empty {
    height: 2px;
    background: azure;
    box-shadow: 1px 0 0 1px #ddd;
}

.before-footer-three-2 {
    background: #1a8f69;
}

.footer-three-small-menus {
    padding: 13%;
}

.footer-three-small-menu-title {
    color: white;
    text-indent: 20px;
}

.footer-three-small-menu-element {
    color: #ffc800;
    text-indent: 20px;
}

[lang="ar"] .footer-three-payment-methods {
    text-align: left;
    padding: 20px;
}

.footer-three-payment-methods {
    text-align: right;
}

.before-footer-three-3 {
    height: 25px;
    background: #ffc800;
    text-align: center;
}

.copy-right {
    font-size: 13px;
    color: gray;
    font-weight: bold;
}


/* Footer Four Style */
.before-footer-four {
    margin-top: 30px;
    text-align: center;
    border-top: 1px solid #ddd;
}

.footer-four-container p {
    color: #00000085;
}

.company-name {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.company-name:hover {
    color: #1a8f69;
}

a.our-company {
    color: black !important;
    font-weight: bold;
    font-size: 14px;
}

a.our-company:hover {
    color: green !important;
}

#us-main-section-id-0 {
    padding-top: 0 !important;
}

#us-sub-section-id-00 {
    padding-top: 70px;
}

[lang="en-US"] .navbar-header ul.navbar-nav.ml-auto {
    margin-right: auto !important;
    margin-left: 0 !important;
}

/* Update 13-07-2020 Samir */
[lang="en-US"] .archive .featured-product a.add-to-cart {
    right: 0 !important;
}

[lang="en-US"] .ultimate-product .sale-percentage {
    display: inline-block;
}

[lang="ar"] .ultimate-product .sale-percentage {
    position: absolute;
    top: 20px;
    right: 13px;
	width: 50px !important;
}

[lang="en-US"] .ultimate-product .sale-percentage {
    position: absolute;
    left: 13px;
    top: 20px;
    right: auto;
}
[lang="en-US"] .woocommerce span.onsale {
    left:0px!important;
    right:auto!important;
}

[lang="en-US"] .tax-product_cat .woocommerce ul.products li.product .onsale, .woocommerce span.onsale {
    left: 0 !important;
    right: auto !important;
}

[lang="ar"] .tax-product_cat .woocommerce ul.products li.product .onsale, .woocommerce span.onsale {
    left: auto !important;
    right: 0 !important;
}

.tax-product_cat .ultimate-product .sale-percentage {
    position: absolute;
    left: 0;
    top: 20px;
    right: auto;
}

[lang="ar"] .tax-product_cat .ultimate-product .sale-percentage {
    position: absolute !important;
    top: 20px !important;
    right: 0 !important;
}





@media(max-width:600px){
    .search-results .featured-product .photo img {
        max-height: 180px;
    }

    .search-results .ultimate-old-price {
        display: inline-block;
    }

    .tax-product_cat .woocommerce-pagination {
        margin-bottom: 50px;
    }
}
/* start update 19-7-2020 style_2 */
.before-mobile-footer{
    height: 50px;
}
.ultimate-product .ultimate-title{
    height: 35px !important;
	margin-bottom: 5px !important;
}

@media(max-width: 600px) {
	[lang="ar"] .ultimate-product .sale-percentage {
    position: absolute;
    top: -4px;
    right: 80px;
	width: 50px !important;
	}
	
	[lang="en-US"] .ultimate-product .sale-percentage {
    position: absolute;
    left: 65px;
    top: -4px;
    right: auto;
    width: 50px;
	}
	
	.woocommerce .woocommerce-breadcrumb {
		margin-top: 70px;
	}
}

/* end update 19-7-2020 style_2 */
/* start update 26-7-2020 style_4 */
.ultimate-sub-section-product .onsale{
    display: none;
}
.ultimate-sub-section-product  .sale-percentage{
    top: 0 !important;
    left: 0 !important;
}
@media(max-width: 600px) {
    [lang="ar"] .ultimate-product .sale-percentage {
        right: 0px;
    }
}
/* end update 26-7-2020 style_4 */

/* Style 5 Updates */
/* Language Chooser Hiding */
#qtranslate-chooser .active {
	display: none !important;
}
.ult-product-item-description-content{
    display: flex;
    justify-content: center;
}
/* add space before mobile footer */
.ult-before-mobile-footer{
	height: 60px;
}
/* align producr title */
.ultimate-product .ultimate-titleو
.rtl .ultimate-product .ultimate-title{
	text-align: center !important;
}

/* Filter Margin update 19-08-2020 */
#berocket_aapf_single-2 {
	margin-top: 150px;
}

@media (max-width: 600px) {
	#menu-header-four-main-menu li {
		border-bottom: 2px solid #ddd;
		padding: 5px;
	}
	
	/* Header 4 Mobile Socials */
.header-four-navbar .mobile-latest-menu .contact-us {
	border-bottom: 1px solid #ddd;
    padding: 10px;
	text-align: center;
}
	.header-four-navbar .mobile-latest-menu .row {
		padding: 10px;
		text-align : center;
	}
	.header-four-mobile-apps {
		text-align : center;
	}
	
	.header-four-mobile-apps .mobile-app {
		border-bottom : 1px solid #ddd;
	}
	
	span.closebtn {
		padding: 10px;
		font-size: 30px;
	}
	
	.header-four-navbar .search form {
		height: 30px !important;
	}
	
	.single-product .woocommerce-breadcrumb { 
            padding-top : 0px !important;
          };
	
}


