@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800;900;1000&display=swap');
:root{
  --primary-color: #CC8D1A;
  --in-primary-color: #005c53;
  --secondry-color: #005c53;
  --in-secondry-color: #CC8D1A;
  --text-color-light: #E8E2E2;
  --text-color-white: #F5F5F5;
  --text-color-dark: #1B1A17;
  --back-ground-color: #ffffff;
  --border-color-light: #E8E2E2;
  --border-color-dark: #1B1A17;
  --box-shadow-light: 0 0 10 0 #eee;
  --box-shadow-dark: 0 0 10px 0 #555;
  /*--font-name: "Cairo" ;*/
  --font-name: 'Cairo', sans-serif;
  --f-s-larg: 25px;
  --f-s-medum: 15px;
  --f-s-small: 10px
}
html,
div,
span,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
abbr,
img,
small,
strong,
ol,
ul,
li,
dd,
form,
label,
table,
caption,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family:var(--font-name);
  vertical-align: baseline;
}
body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-family: var(--font-name);
  vertical-align: baseline;
  min-height: auto;
}
/* Start Lazy Loding */
.images-lazy-loading {
  transform: translateX(100%);
  opacity: 0;
  transition: all 500ms
}
.fade {
  transform: translateX(0%);
  opacity: 1 !important;
  transition: all 500ms
}
/* End Lazy Loding */
ol,
ul,
li {
  list-style: none;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  -moz-box-sizing: border-box;
}

a {
  text-decoration: none;
  /*color: #545454;*/
}

button,
input,
textarea {
  border: none;
  outline: none;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

.col-sm-4 {
  width: 25%;
  float: right;
  padding-right: 5px;
  padding-left: 5px;
}
.icons-svg {
    width: 20px;
    margin-right: 3px;
    height: 40px;
}
input[type="number"]{
    outline: none;
    -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button{
    -webkit-appearance: none;
}
.breadcrumb {
    font-size: 14px;
}
ol.breadcrumb {
    padding: 0;
    margin: 10px 0;
}
.breadcrumb>li+li:before {
    content: "\3e";
    color: #a5a5a5!important;
    font-size: 14px;
}
.breadcrumb>li {
    font-weight: normal;
}
.breadcrumb>.active {
    color: #636362 ;
}
.breadcrumb>.home a {
    color: #636362 !important;
    transition: 0.3s;
}
.breadcrumb>.home a:hover {
    color: #000 !important;
}
@media (max-width: 1024px) {
    .breadcrumb {
        margin-top: 85px !important;
        margin-bottom: 15px;
        text-align: start;
    }
}
@media (max-width: 470px) {
    .breadcrumb {
        margin-top: 75px !important;
        font-size: 11px;
    }
    ol.breadcrumb {
        margin: 0 10px 5px;
    }
    .breadcrumb>.active {
        margin-top: -5px;
    }
}

/* Start Hidden Scroll Body On any Model Open; */
.hed {
  overflow-x: hidden;
}
.hed.active-scroll {
  overflow: hidden !important;
}
/* End Hidden Scroll Body On any Model Open; */
/* End Global Rule */
/* ____________________________________________________________________________________ */

/* ____________________________________________________________________________________ */
/* Start Script Watsapp */
#wa-widget-send-button {
  bottom: 90px !important;
  z-index: 1000 !important;
}
.karzoun-bubble-close-btn {
  right: 90% !important;
  top: 10px !important;
  padding: 6px;
  border-radius: 4px;
  transition: 0.3s;
}
.karzoun-bubble-close-btn:hover {
  background-color: #1fac822d;
}
.karzoun-box-poweredby {
  display: none !important;
}
/* End Script Watsapp */
/* Start Componants Show Nots With Any Errors */
.nots {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  text-align: center;
  font-size: x-small;
  background-color: var(--primary-color);
  box-shadow: none;
  transition: 1.5s;
}

.hidden-nots {
  display: none;
}

.nots p {
  text-align: center;
  margin: 0 auto ;
  width: 350px;
  color: var(--text-color-white);
}

.nots a {
  font-weight: bold;
  word-spacing: 2px;
  color: var(--text-color-white);
}
.nots a span {
  display: inline-block;
  /* font-weight: bold; */
  color: var(--text-color-dark);
}

.nots button {
  background-color: transparent;
  padding: 4px 10px !important;
  margin-left: 15px;
  transition: 0.3s;
}

.nots button:hover {
  background-color: #eeeeee23;
  color: var(--text-color-white);
}

.nots button .fs-m {
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 348px) {
  .nots {
    justify-content: space-between;
  }

  .nots p {
    width: 100%;
  }

  .nots p a span {
    text-align: center;
  }

  .nots button {
    margin-left: 0;
  }
}

.prodact-card .btn-compleat-requiest-sales .btn-finshed {
    width: 100%;
    text-align: center;
    padding: 10px;
    margin-left: 10px;
    overflow: hidden;
}

.prodact-card .add-favorite {
    width: 50px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 24px 0px 35px;
}

.prodact-card .add-favorite .effect-mouse {
    color: #c9c9c9;
    font-size: 35px;
    transition: 0.3s;
}

/* End Componants Show Nots With Any Errors */
.notification-dropdown,
.show-notification {
  position: absolute;
  background-color: var(--back-ground-color);
  box-shadow: var(--box-shadow-light);
  padding: 5px 0px;
  left: 58%;
  top: 105%;
  max-width: 200px;
  height: 200px;
  /* overflow-y: scroll; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  border-radius: 8px;
  text-align: center;
  display: none;
}

.show-notification {
  display: flex !important;
}

.main-notification {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex: 1;
  font-size: 17px;
  font-weight: 600;
}

.style-icon {
  color: var(--primary-color);
  font-size: var(--f-s-larg);
  font-weight: 900;
}

.main-notification li title {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  color: var(--text-color-dark);
  font-size: small;
  text-align: start;
  padding: 3px;
  border-bottom: 1px solid var(--border-color-light);
}

.main-notification li:last-child title {
  border: none;
}

/* Start Header Section Slider Categores */
.head-slid {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 20px;
}
.head-slid h1 {
  color: #000;
  font-weight: bold;
  font-size: 16px;
}
/* End Header Section Slider Categores */

/* Start Banar Gategores */
.banar-categores {
  margin: 20px 0px;
  background-color: var(--secondry-color);
  height: 250px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #E8E2E2;
  font-size: 40px;
  font-weight: bold;
  border-radius: 8px;
}

.banar-categores .icons-banars {
  color: var(--primary-color);
  font-size: 50px;
  margin-right: 30px;
}

.btn-show-all {
    background-color: var(--primary-color);
    color: var(--in-primary-color);
    padding: 2px 5px;
    border-radius: 4px;
    transition: 0.3s;
    font-size: 12px;
}

.btn-show-all:hover {
  background-color: var(--secondry-color);
    color: var(--in-secondry-color);
}

hr {
  width: 0;
  margin-top: 20px;
  margin-right: 15px;
  margin-left: 15px;
  border: 0;
  border: 1px solid #eeeeee;
  flex: 1;
}

@media (max-width: 600px) {
  .banar-categores {
    font-size: 20px;
    height: 120px;
  }
  .banar-categores .icons-banars {
    font-size: 40px;
    margin-right: 15px;
  }

}
@media (max-width: 467px) {
  .head-slid {
    justify-content: space-between;
  }
  .banar-categores {
    font-size: 20px;
  }

}

/* End Banar Gategores */
/* End Componants */
/* ____________________________________________________________________________________ */

/* ____________________________________________________________________________________ */
/* Start Header */

.right-flex {
  display: flex;
  flex-direction: row-reverse;
}

.header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-wrapper:before,
.header-wrapper:after {
  display: none;
}

.site-header {
  box-shadow: var(--box-shadow-light);
}

@media (min-width: 992px) {
  .site-header.scrolled {
    border-bottom: 1px solid #e5e5e5;
  }
}

.header-top {
  position: relative;
  z-index: 2000;
}

.site-header__cart {
  font-size: 18px;
  position: relative;
}

.site-header__cart .badge {
  position: absolute;
  right: -4px;
  top: -8px;
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  color: var(--text-color-dark);
  background: #525FE1;
}

.logo img {
  height: 60px;
  width: auto;
  /* max-width: 100px; */
  object-fit: contain;
}

.circle-action {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  border: none;
  background: var(--secondry-color);
  color: var(--text-color-white);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.circle-action:hover {
  background: var(--primary-color);
  color: var(--text-color-dark);
}

.sub-nav {
  text-align: center;
  border-top: 1px solid #e5e5e5;
}

@media (min-width: 992px) {
  .sub-nav {
    width: 100%;
    z-index: 1000;
    background: #fff;
  }

  .sub-nav.scrolled {
    box-shadow: 0 0 5px #ddd;
  }
}

.sub-nav .main-menu>li {
  position: relative;
  display: inline-block;
  margin-left: 1rem;
}

.sub-nav .main-menu>li:hover>a {
  color: var(--primary-color);
}

.sub-nav .main-menu>li:hover ul {
  display: block;
}

@media (min-width: 992px) {
  .sub-nav li>ul {
    position: absolute;
    width: 200px;
    max-height: 561px;
    overflow-y: auto;
    background: #fff;
    z-index: 1000000;
    text-align: right;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.15);
    display: none;
  }

  .sub-nav li>ul a {
    padding-right: 1rem;
    padding-top: 0.3rem;
  }

  .sub-nav li>ul a:hover {
    background: var(--primary-color);
    color: var(--text-color-dark);
  }
}

.sub-nav a {
  display: block;
  padding: 0.8rem 0 1rem;
  line-height: 1.8;
}

@media (max-width: 991px) {
  .sub-nav .sub-nav-content {
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 80%;
    height: 100%;
    background: #fff;
    z-index: 4500;
    text-align: right;
    overflow-y: scroll;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  .sub-nav .sub-nav-content.is-active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-shadow: -4px 0 7px 0 rgba(0, 0, 0, 0.15);
    box-shadow: -4px 0 7px 0 rgba(0, 0, 0, 0.15);
  }

  .sub-nav {
    border: none;
  }

  .sub-nav .sub-nav-content .main-menu>li {
    border-bottom: 1px solid #f8f8f8;
    margin-left: 0 !important;
    padding: 0 1rem;
  }

  .sub-nav .sub-nav-content select {
    margin: 0.5rem 0;
  }

  .sub-nav .main-menu>li {
    display: block;
  }

  .sub-nav li>ul {
    display: block;
    padding-right: 1rem;
  }

  .sub-nav .sub-nav__close {
    display: block;
  }
}

@media (max-width: 992px) {
  .nav-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 3000;
    visibility: hidden;
  }

  .nav-overlay.is-active {
    visibility: visible;
  }
}

@media (min-width: 992px) {
  .sub-nav__menu {
    display: none;
  }
}

.sub-nav__menu svg {
  display: inline-block;
  /* vertical-align: middle; */
  width: 35px;
  height: 35px;
}

.sub-nav__menu:hover {
  color: var(--text-color-light);
}

.sub-nav__menu:hover svg {
  fill: var(--primary-color);
}

.sub-nav__close {
  position: absolute;
  left: 0.5rem;
  top: 0.2rem;
  z-index: 20;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: 0 0;
  cursor: pointer;
  display: none;
}

.sub-nav__close svg {
  width: 35px;
  height: 35px;
  fill: #fff;
}

.sub-nav__close:hover svg {
  fill: #eee;
}

.currency-menu {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 0;
  padding-right: 1rem;
  /* background: url(../images/dropdown-arrow.svg) right center no-repeat; */
}

.currency-menu:focus {
  background-color: lightgrey;
  outline: 0;
}

.header-row {
  width: initial;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  .header-row.logo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header-row:first-child {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .header-row:last-child {
    display: none;
  }

  .logo {
    margin-right: 20px;
  }
}

@media (min-width: 992px) {
  .header-row.logo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header-row:first-child {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .header-row:last-child {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

/* End Header */
/* ____________________________________________________________________________________ */

.section {
  padding: 0.2rem 0;
}

.section-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-header .section--title {
  padding-left: 1rem;
  background-color: #fff;
  z-index: 5;
  color: #000;
  font-weight: 600;
}

.cat-shopping .icon-cat i {
  display: flex;
  padding: 10px 15px;
  
}

.section-header:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #e5e5e5;
  z-index: 0;
}

.section--title {
  position: relative;
  color: #000;
  font-weight: 600;
  font-size: 20px;
  z-index: 50;
}

.section-actions {
  position: relative;
  padding-right: 0.5rem;
  z-index: 5;
  background: #fff;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 5px;
}



.feature-item {
  color: #636363;
  margin-bottom: 2rem;
}

.feature-item h3 {
  margin-bottom: 0.5rem;
}

.feature-item__icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  background-color: #1b9fd7;
  color: #fff;
  border-radius: 50%;
  font-size: 50px;
  line-height: 75px;
  margin-bottom: 1rem;
}

.feature-item__icon i {
  top: unset;
  font-size: inherit;
}


.testimonials-item p {
  position: relative;
  /* background: #fff url(../images/quote.svg) top 1rem center no-repeat; */
  padding: 2.5rem 1rem 1.5rem;
  border: 1px solid #d6d6d6;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  margin-bottom: 1.5rem;
}

.testimonials-item p:before {
  content: "";
  position: absolute;
  right: 40px;
  bottom: -20px;
  border: 10px solid transparent;
  border-top-color: #fff;
}

.testimonials-item p:after {
  content: "";
  position: absolute;
  right: 38px;
  bottom: -24px;
  border: 12px solid transparent;
  border-top-color: #d6d6d6;
  z-index: -1;
}

.testimonials-item img {
  width: 50px;
  height: 50px;
  margin-left: 0.5rem;
}

.testimonials-item cite {
  color: #636363;
  font-style: normal;
}

.testimonials-item .rating {
  display: inline-block;
}

.rating li {
  display: inline-block;
  color: #edcd46;
}

.testimonials-item__location {
  font-size: 14px;
}

.footer-main {
  padding: 2rem 0;
  color: #fff;
  background-color: #1b9fd7;
}

@media (max-width: 780px) {
  .footer-item {
    margin-bottom: 2rem;
  }

  .footer-item:last-child {
    margin-bottom: 0;
  }
}

.footer-item p {
  line-height: 1.6;
}

.footer-title {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 0.7rem;
  margin-bottom: 1rem;
}

.footer-title span {
  border-bottom: 1px solid #fff;
  padding-bottom: 0.7rem;
}

.footer-links {
  -webkit-columns: 2;
  columns: 2;
}

.footer-links li {
  margin-bottom: 0.5rem;
}

.footer-links a {
  color: #fff;
}

.footer-links a:hover {
  text-decoration: underline;
}

.social__item {
  display: inline-block;
  margin-left: 0.25rem;
}

.social__item a {
  display: block;
  width: 36px;
  height: 36px;
  color: #fff;
  text-align: center;
  line-height: 25px;
  border-radius: 50%;
  border: 1px solid var(--main-text-color);
  font-size: 18px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.social__item a:hover {
  color: var(--main-color);
  border-color: var(--main-text-color);
  background-color: var(--main-text-color);
}

.social__item span {
  font-size: 18px;
}

.footer-sub {
  color: #8f8f8f;
  font-size: 14px;
  padding: 0.75rem 0;
}

.footer-sub img {
  width: auto;
  max-width: 45px;
  height: auto;
  max-height: 25px;
}

.ask-form-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ask-form-footer:before,
.ask-form-footer:after {
  display: none;
}

@media (min-width: 992px) {
  .footer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-wrapper:before,
  .footer-wrapper:after {
    display: none;
  }
}

.category-featured {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  height: 140px;
}

@media (min-width: 992px) {
  .category-featured {
    height: 200px;
  }
}

.category-featured a {
  height: 100%;
  position: relative;
}

.category-featured a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;

}

.category-featured a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 2px;
  border: 1px solid var(--primary-color);
  border-radius: 4px;
  overflow: hidden;
  z-index: 100;
  opacity: 0;
  -webkit-transform: scale(0.8) translateY(40px);
  transform: scale(0.8) translateY(40px);
  transition: 0.3s;
}

.category-featured a:hover:before {
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  opacity: 1;
}

.category-featured a:hover h3 {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.category-featured h3 {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(70%);
  transform: translateY(70%);
  color: #fff;
  text-align: center;
  font-size: 20px;
  z-index: 100;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.category-featured {
  background-color: var(--back-ground-color);
  color: var(--text-color-white) !important;
  box-shadow: 0px 0px 15px 0px #ddd;
  transition: all 0.3s ease-out;
}

.category-featured:hover {
  box-shadow: 0px 0px 10px #cfcece;
  color: var(--text-color-dark);
}

.cat-shopping {
  display: flex !important;
  justify-content: center;
  align-items: center;
  /* flex-wrap: wrap; */
  column-gap: 5px;
  padding: 0px 9px;
  width: 100%;
  transition: 0.3s;
}

.cat-shopping title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: var(--text-color-dark);
    font-size: 16px;
}

.cat-shopping .icon-cat {
  display: none !important;
  justify-content: center;
  align-items: center;
  background-color: var(--secondry-color);
  color: var(--text-color-dark);
  border-radius: 4px;
  height: 60px;
  width: 60px;
  font-size: 40px;
}
@media (max-width: 700px) {
  .cat-shopping .icon-cat {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--secondry-color);
    color: var(--text-color-dark);
    border-radius: 4px;
    height: 30px;
    width: 30px;
    font-size: 20px;
  }
  .cat-shopping title {
    font-size: 12px;
    text-align: center !important;
  }
}
@media (max-width: 500px) {
  .cat-shopping .icon-cat {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--secondry-color);
    color: var(--text-color-dark);
    border-radius: 4px;
    height: 25px;
    width: 25px;
    font-size: 15px;
    padding: 0 5px;
  }
  .cat-shopping title {
    font-size: 10px;
  }
}
@media (max-width: 400px) {
  .cat-shopping .icon-cat {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--secondry-color);
    color: var(--text-color-dark);
    border-radius: 4px;
    height: 20px;
    width: 20px;
    font-size: 12px;
    padding: 0 3px;
  }
  .cat-shopping title {
    font-size: 8px;
  }
}
@media (min-width: 992px) {
  .category-featured h3 {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

}

.category-featured img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.u-flip {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.u-light {
  background-color: #f6f6f6;
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.d-none {
  display: none !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.text-center {
  text-align: center !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.d-block {
  display: block !important;
}

.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-group label {
  margin-bottom: 8px;
}

@media (min-width: 992px) {
  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .text-md-left {
    text-align: left !important;
  }
}

.product-details__title {
  color: #5a5a5a;
  font-size: 24px;
  margin-bottom: 1rem;
}

.product-details__price {
  color: #1b9fd7;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 1rem;
}

.product-details__wishlist svg {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  fill: #1b9fd7;
}

.product-details__wishlist:hover {
  color: #1b9fd7;
}

.product-details__wishlist:hover svg {
  fill: #1b9fd7;
}

.product-details__thumb {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 1px solid #e7e7e7;
}

.product-detials__desc {
  color: #5a5a5a;
  margin-bottom: 1.25rem;
}

.product-detials__desc h3 {
  font-size: 18px;
  margin-bottom: 0.75rem;
}

.product-detials__desc p {
  line-height: 1.75;
  font-size: 18px;
}

.product-details__hot {
  /* background: url("../images/hot.svg") right center/16px no-repeat; */
  padding-right: 1.5rem;
  margin-bottom: 1.5rem;
}

.product-details__hot strong {
  color: #1b9fd7;
}

.product-details__hot svg {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  fill: #1b9fd7;
}

.product-form {
  padding: 1rem;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
}

.product-form__title {
  margin-bottom: 0.75rem;
  font-size: 18px;
  color: #5a5a5a;
}

.ask-form {
  /* background: url("../assets/images/avatar_female.png") right top/50px no-repeat; */
  padding-right: 70px;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group input {
  max-width: 80px;
  text-align: center;
  border-radius: 0;
}

.btn-primary {
  background: #1b9fd7;
  border-color: #1b9fd7;
}

.form-group label small {
  font-size: 14px;
  opacity: 0.8;
}

.form-control-file {
  max-width: 100%;
}

a {
  color: #636362;
}

a:hover {
  text-decoration: none;
}

@media (min-width: 992px) {
  .main-slider {
    padding: 2rem 0;
  }
}

.main-slider img {
  width: 100%;
}

@media (min-width: 992px) {
  .slick-dots {
    bottom: 0;
  }
}

.slick-dots li {
  margin: 0;
}

.slick-dots li button:before {
  display: none;
}

.slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #d8d8d8;
}

.slick-active button {
  background-color: #1b9fd7 !important;
}

.slick-prev:before,
.slick-next:before {
  color: #5a5a5a;
}

.products-listing {
  margin-bottom: 0;
}

.testimonails-listing {
  max-width: 740px;
  margin: auto;
}

.testimonails-listing .slick-dots {
  bottom: -40px;
}

.content.page-container>.the-container {
  margin: 30px auto;
  max-width: 750px;
  min-height: 500px;
}

@media (max-width: 991px) {
  .content.page-container>.the-container {
    max-width: 95%;
    min-height: auto;
  }
}

.sub-nav-header,
.sub-nav .main-menu>li.sub-menu-header,
.sub-nav .main-menu>li.sub-menu-logged-in {
  display: none;
}

.sub-nav-header img {
  display: block;
  margin: 0 auto;
  width: 75px;
  height: 75px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.sub-nav-header p {
  padding: 0 10px;
  color: #fff;
}

.sub-nav-header a {
  float: none;
  display: inline-block;
  margin: 12px auto 0;
  padding: 0 15px 3px;
  font-size: 13px;
  background: #fff;
  border-radius: 99px;
}

.main-menu li .badge {
  margin-top: 7px;
  padding: 0 5px 1px;
  background: #f55157;
}

.main-menu li i.left-arrow {
  display: none;
}

.main-menu li.logout-link:hover a,
.main-menu li.logout-link:hover i {
  color: #f55157 !important;
}

@media (max-width: 991px) {
  .sub-nav-header {
    display: block;
    padding: 40px 0;
    text-align: center;
  }

  .sub-nav .main-menu>li.sub-menu-header {
    display: block;
    padding: 7px 15px !important;
    font-size: 14px;
    color: #888;
    background: #f8f8f8;
  }

  .sub-nav-header h1 {
    padding: 38px 0 0;
    font-size: 25px;
    color: #fff;
  }

  .main-menu li i {
    margin-left: 5px;
    color: #777;
    font-size: 18px;
  }

  .main-menu li i.left-arrow {
    display: block;
    float: left;
    margin-top: 10px;
    margin-left: 0;
    color: #aaa !important;
  }

  .sub-nav .main-menu>li.sub-menu-logged-in {
    display: block;
  }
}

.login-link {
  display: inline-block;
  float: none !important;
  right: auto;
  padding: 0;
  max-height: auto;
  font-size: 16px;
}

#ask_textarea {
  border: 1px solid #eee;
  width: 100%;
  font-size: 14px;
}

#ask_button {
  margin-right: 0;
  font-size: 15px;
}

#ask_register_link {
  font-size: 14px;
}

.comment-header img {
  vertical-align: text-top;
}

.comment-name {
  font-size: 15px;
}

.comment-time {
  font-size: 12px;
}

.product-page-buttons {
  padding-left: 0;
}

.product-page-buttons .btn-add-note {
  width: 50%;
  font-size: 13px;
  padding: 6px 0;
  height: auto;
}

@media (max-width: 800px) {
  .product-page-buttons .btn-add-note {
    width: 47.7%;
  }
}

.product-page-buttons .btn-attach-file {
  font-size: 13px;
  float: left;
  padding: 6px 0;
  height: auto;
}

#search {
  position: relative;
  display: inline-block;
}

.add-cart-large,
.order-btn {
  width: 100%;
  padding: 8px 0;
  font-size: 15px;
}

.toggle-search {
  padding-top: 0;
}

.ui.search {
  position: absolute;
  width: 250px;
  left: 0;
  z-index: 100;
}

#searchbox.prompt {
  border-radius: 4px;
  background: #fff;
  border: 1px solid #eee;
}

#search-bar:before {
  top: -4px;
  left: 13px;
  background: #efefef;
}

.store-contact {
  margin: 10px 0 0;
  border: 0;
  text-align: right;
  font-size: 14px;
}

.store-contact a {
  color: #fff;
}

.btn-group.country-select input {
  max-width: 100% !important;
}
.banner {
    width:100%;
}
.banner img {
  display: block;
  margin: 10px auto;
  border-radius: 12px;
  aspect-ratio: auto 16 / 9 !important;
  width: 100% !important;
  object-fit: cover !important;
}
.container-video {
  margin: 40px auto;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.dropdown-store-header {
  margin-left: 7px;
}

.dropdown-store-header .dropdown-menu:before {
  top: -5px;
  right: 13px;
}

.dropdown-store-header .dropdown-menu.dropdown-menu-notification {
  left: 10px;
}

.dropdown-store-header .dropdown-menu:before {
  background: #fff;
}

.dropdown-store-header .dropdown-menu {
  border: 1px solid #eee;
}

@media (max-width: 500px) {
  .dropdown-store-header .dropdown-menu.dropdown-menu-notification {
    right: -235px !important;
  }

  .dropdown-store-header .dropdown-menu:before {
    right: 248px !important;
  }

  .logo img {
    max-width: 120px;
    width: 100%;
  }
}

@media (max-width: 320px) {
  .dropdown-store-header .dropdown-menu.dropdown-menu-notification {
    right: -180px !important;
  }

  .dropdown-store-header .dropdown-menu:before {
    right: 193px !important;
  }

  .header-row .visible-xs-block .login-link {
    display: none;
  }
}

@media (max-width: 991px) {
  .page-container-cart {
    width: 95% !important;
  }
}

.store-header-min {
  height: 50px;
  /* margin-top: 50px; */
  padding: 0;
  background: 0 0 !important;
}

.cart-steps {
  max-width: 800px;
}

.cart-box,
.cart-line {
  border-color: var(--border-color-light) !important;
  position: relative;
  top: 0;
}

.cart-line {
  position: relative;
  top: 16px;
}

.cart-number {
  background: var(--text-color-white);
  color: var(--text-color-dark);
  border: 2px solid var(--border-color-light);
  width: 35px !important;
  height: 35px !important;
}

.active-step {
  background-color: var(--primary-color) !important;
  color: var(--text-color-dark);
  display: flex;
  justify-content: center;
  align-items: center;
}

.cart-title {
  font-size: 16px;
}

.active-step .cart-number {
  margin: 0;
}

.page-container-cart {
  max-width: 800px;
  padding: 50px 0;
}

.product-cart,
.cart-total-box {
  width: 100%;
  border: 1px solid #eee;
}

.product-cart {
  margin-bottom: 50px;
}

.product-info .product-name {
  margin-bottom: 0;
  font-size: 17px;
}

.product-info .product-price {
  font-size: 16px;
  padding: 0;
  margin-bottom: 0;
}

.product-info .product-summary {
  font-size: 13px;
}

.product-info img {
  border-radius: 5px;
}

.product-options {
  padding-top: 15px;
}

.product-option-name {
  font-size: 15px;
  color: #555;
}

.product-options .form-group {
  margin-bottom: 15px;
}

.cart-total-box {
  height: 55px;
}

.cart-total-box i {
  top: 20px;
}

.cart-total-title {
  top: 15px;
  font-size: 15px !important;
}

.cart-total-box .product-price-bg {
  top: 14px;
}

.delete-button {
  background: #fff;
}

.product-price-bg,
.the-price .product-price,
.price-bg {
  padding-top: 0 !important;
}

.cart-total-box {
  width: 100%;
}

dropdown-menu dropdown-content .payments-container,
.order-summary {
  margin-bottom: 50px;
}

.payment-section-title {
  width: 100%;
  border: 1px solid #eee;
  border-bottom: 0;
  background: #fafafa;
  border-radius: 5px 5px 0 0;
  font-weight: 400;
  font-size: 15px;
}

.order-summary .payment-section-title {
  width: 100%;
  border: 0;
}

.shipping-address {
  width: 100%;
  border: 1px solid #eee;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  margin: 0 auto;
  padding: 20px;
}

#shipping_div {
  width: 100%;
  margin: 0 auto;
}

#shipping_div .section-title {
  margin-top: 50px;
  padding: 15px;
  border: 1px solid #eee;
  border-bottom: 0;
  background: #fafafa;
  border-radius: 5px 5px 0 0;
  font-weight: 400;
  font-size: 15px;
}

#payment_options {
  font-weight: 400;
  font-size: 15px;
}

.cart-shipping-box {
  width: 100%;
}

#shipping_div>#shipping_div {
  width: 100%;
  border: 1px solid #eee;
  border-radius: 0 0 5px 5px;
  border-top: 0;
}

#shipping_div>div.shipping-cost {
  padding: 10px 20px !important;
}

#shipping_div>div.shipping-cost:first-child {
  margin-top: 0;
}

.bootstrap-select>.btn.btn-default {
  height: 36px;
}

.form-control,
.shipping-address .input_address,
.bootstrap-select>.btn.btn-default,
.bootstrap-select>.btn.btn-default.disabled,
.select-new,
.btn-add-note,
.btn-attach-file {
  border-color: #eee;
}

.cart-total-title,
.bootstrap-select.btn-group .btn .filter-option,
.shipping-address .input_address {
  font-size: 14px;
}

.select-new {
  font-size: 14px;
}

.cart-nav {
  width: 99%;
}

.cart-nav-submit {
  color: var(--text-color-dark);
  background-color: var(--primary-color) !important;
  transition: 0.3s;
  border-radius: 8px !important;
}

.cart-nav-submit:hover {
  background-color: var(--secondry-color) !important;
  color: var(--text-color-white);
}

.cart-nav-light,
.cart-nav-solid {
  font-size: 15px;
}

.payment-method {
  width: 1%;
}

.payment-title {
  font-size: 12px;
}

.section-bank {
  background: #fcfcfc;
}

#triangle-bottomleft {
  border-bottom-color: #efefef;
  border-left-color: #fff;
}

#receipt_container .zigzag-bottom {
  padding-bottom: 25px;
}

#receipt_container .zigzag-bottom:after {
  display: none;
}

.notification-badge {
  top: 0;
  left: 2px;
}

.notification-details,
.order-note,
.media-right .text-muted {
  font-size: 13px;
}

.order-num {
  font-size: 16px;
}

.order-price {
  font-weight: 400;
}

.panel,
.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
  border-color: #eee;
}

.panel-new .panel-heading {
  background: #f8f8f8;
}

.panel-heading {
  border-bottom-color: #eee !important;
}

.panel-new .panel-title {
  font-weight: 400;
  font-size: 16px;
}

.order-status-badge {
  font-size: 11px;
}

.order-date {
  font-size: 12px;
}

.product-wishlist .product-info {
  padding-bottom: 15px;
}

.rating-product img {
  vertical-align: text-top;
}

.input-group-addon:first-child,
.input-group-addon:last-child {
  border-color: #eee;
}

.add-to-wishlist,
.add-to-wishlist:focus,
.add-to-wishlist.focus,
.add-to-wishlist:hover {
  background-color: var(--main-color);
  border-color: var(--main-color);
}

.owl-theme .owl-nav {
  margin-top: 0;
}

.product-details__thumb {
  border: 0;
  border-radius: 5px;
}

.a2a_kit {
  margin: 15px auto 30px;
}

.page-box {
  border: 0;
}

.page-box .panel-heading {
  padding: 0;
  border: 0;
}

.page-box .panel-heading .product-title {
  font-size: 23px;
  padding: 0 0 15px;
  width: 100%;
  border: 0;
}

.page-box .product-desc p {
  font-size: 16px;
  color: #333;
}

.page-box.thumbnail .caption {
  padding: 0;
}

.page-box #ask_box {
  margin-left: 10px;
  background: #fff;
}

.page-box #ask_textarea {
  width: 82%;
}

.product-details__hot {
  background: 0 0;
  padding-right: 0.5rem;
}

.rating-stars {
  display: inline;
}

.empty-comments {
  margin-bottom: 50px;
}

.order-remaining-timer {
  display: block;
  margin: 0 auto 30px;
  font-size: 17px;
  text-align: center;
  color: #f55157;
}

.media-list .order-remaining-timer {
  display: inline;
  margin: 0;
  font-size: 13px;
  text-align: right;
}

.div-product-option-value label.form-check-label {
  display: block !important;
}

.div-product-option-value .checker {
  margin-left: 7px;
}

#order {
  margin: 0 !important;
  padding: 10px 5px 0;
  background: 0 0;
}

#order .col-xs-12 {
  padding: 0;
}

.product-page-buttons .btn-add-note {
  margin-left: 1%;
}

.toggle-search span {
  vertical-align: top !important;
}

.dropdown-menu>li>a>i {
  font-size: 16px;
}

.receipt-textarea {
  font-size: 13px;
}

.fa {
  font-family: FontAwesome;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: icomoon;
}

[class^="sicon-"],
[class*=" sicon-"] {
  font-family: sallaicons;
}

.comment-header i.sicon-reply {
  display: inline-block;
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
  color: #bbb;
}

.comment-badge i {
  font-size: 14px;
  vertical-align: text-bottom;
}

.icon-reply {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}

#ask_register_link {
  float: left !important;
  line-height: 18px !important;
}

@media (min-width: 200px) and (max-width: 1023px) {
  .products-grid>.product-box:nth-child(2n + 1) {
    clear: both;
  }
}

@media (min-width: 1024px) and (max-width: 1099px) {
  .products-grid>.product-box:nth-child(3n + 1) {
    clear: both;
  }
}

@media (min-width: 1200px) {
  .products-grid>.product-box:nth-child(4n + 1) {
    clear: both;
  }
}

@media (min-width: 700px) {
  .payment-icon img {
    max-width: 40%;
  }
}

/* ******************************************************************************* */

/* ******************************************************************************* */
/* Start Style File Responsive Boxes Before File main.css */
body .section-actions .circle-action.button-more,
body .section-actions .circle-action.button-more,
body .section-actions .circle-action.button-more {
  border-radius: 20px;
  padding: 0 15px;
  width: auto;
}

body .section-header--border-b {
  margin-bottom: 40px !important;
}

body .section-header--border-b:before {
  bottom: -18px;
}

body .section-header--border-b .section--title {
  color: #000 !important;
}

body .section-header--border-b .section--title:after {
  background-color: #333;
  border-radius: 30px;
  bottom: -17px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: 0;
  width: 85%;
  z-index: 0;
}

body .section-header .btn.btn-primary.btn-rounded,
body .section-header .btn.btn-primary.btn-rounded,
body .section-header .btn.btn-primary.btn-rounded {
  background-color: #fff;
  border-color: var(--main-text-color) !important;
  color: var(--main-text-color2);
  font-size: 15px;
  height: 36px;
  padding: 0 15px;
  transition: all 0.35s cubic-bezier(0.2, 1, 0.3, 1);
}

body .section-header .btn.btn-primary.btn-rounded:hover,
body .section-header .btn.btn-primary.btn-rounded:hover,
body .section-header .btn.btn-primary.btn-rounded:hover {
  background-color: var(--main-text-color) !important;
  border-color: var(--main-text-color) !important;
  color: #fff;
}

body #sort {
  background-color: #fff;
  padding-right: 16px;
}

body .product>a {
  display: block;
  position: relative;
}

body .product>a .product-title {
  border-bottom: none;
  padding-bottom: 0;
}

body .product>a .product-subtitle {
  margin-bottom: 0 !important;
  padding: 0 0.5rem !important;
}

body .product .product-footer {
  border-top: 1px solid #dfdfdf;
  margin-top: 0.5rem;
}

:not(.font-dinnextltarabic-regular) .site-header .header-wrapper #search button.toggle-search span,
:not(.font-dinnextltarabic-regular) .site-header .header-wrapper #search button.toggle-search span,
:not(.font-dinnextltarabic-regular) .site-header .header-wrapper #search button.toggle-search span {
  vertical-align: middle !important;
}

.main-menu li.with-sub-menu a,
.main-menu li.with-sub-menu a,
.main-menu li.with-sub-menu a,
.main-menu li.with-sub-menu a,
.main-menu li.with-sub-menu a {
  transition: all 0.35s cubic-bezier(0.2, 1, 0.3, 1);
}

#cart-content .cart-total-box>div,
#cart-content .cart-total-box>div,
#cart-content .cart-total-box>div,
#cart-content .cart-total-box>div,
#cart-content .cart-total-box>div {
  padding: 15px !important;
}

#cart-content .cart-total-box>div.discount .btn,
#cart-content .cart-total-box>div.discount i,
#cart-content .cart-total-box>div.discount .btn,
#cart-content .cart-total-box>div.discount i,
#cart-content .cart-total-box>div.discount .btn,
#cart-content .cart-total-box>div.discount i,
#cart-content .cart-total-box>div.discount .btn,
#cart-content .cart-total-box>div.discount i,
#cart-content .cart-total-box>div.discount .btn,
#cart-content .cart-total-box>div.discount i {
  transform: translateY(1px);
}

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

  .nav-overlay,
  .nav-overlay,
  .nav-overlay,
  .nav-overlay {
    z-index: 9999 !important;
  }
}

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

  .cart-fav,
  .cart-fav {
    z-index: 999 !important;
  }
}

.category-featured.category-featured--no-label>a:after,
.category-featured.category-featured--no-label>a:after,
.category-featured.category-featured--no-label>a:after,
.category-featured.category-featured--no-label>a:after,
.category-featured.category-featured--no-label>a:after {
  display: none;
}

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

  footer .store-certificate b,
  footer .store-certificate b {
    color: #fff !important;
  }

  footer .icons .store-certificate,
  footer .icons .store-certificate,
  footer .icons .store-certificate,
  footer .icons .store-certificate {
    display: none !important;
  }

  footer .footer-main .store-certificate,
  footer .footer-main .store-certificate,
  footer .footer-main .store-certificate,
  footer .footer-main .store-certificate {
    display: block;
  }
}

.category-featured {
  height: auto;
  padding: 56.25% 0 0;
}

.category-featured,
.category-featured,
.category-featured,
.category-featured,
.category-featured {
  border-radius: 4px;
  margin-bottom: 5px;
}

.category-featured a {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

@media only screen and (max-width: 768px) {
  .category-featured a {
    background-size: 100% 100%;
  }
}

.category-featured a {
  /*background-position: 65%;*/
  background-repeat: no-repeat;
  background-size: cover;
}

/* End Style File Responsive Boxes Before File app.css */
