@charset "UTF-8";
/*-----------------------------------------------------------------------------------
    Template Name: Hmart-Smart Product eCommerce html Template
    Version: 1.0
-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Template default CSS
    02. Header
    03. Hero
    04. Navigation
    05. Features
    06. Partner
    07. Banner
    08. Pricing
    09. Testimonial
    10. Footer
    11. Animation
    12. Intro

-----------------------------------------------------------------------------------*/
/*-- Common Style --*/
@font-face{font-family:cairoSimiBold;src:url(../fonts/Cairo-SemiBold.ttf)}
.header-logo{
    text-align: left;
}

/* Fixed Header */
.sticky-nav.menu_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-animation: sticky 1s;
  animation: sticky 1s;
  -webkit-box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
  box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
  background-color: #ffffff;
}
.sticky-nav.menu_fixed.style-1 {
  background-color: #ffffff;
  padding: 10px 0;
}

@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
/*-------------------------------
            Header css
---------------------------------*/
header {
  background-color: #FFFFFF;
}
header .header-top {
  border-bottom: 1px solid #454545;
}
header .header-top .welcome-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  header .header-top .welcome-text {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
header .header-top .welcome-text p {
  font-size: 14px;
  color: #cfd4df;
  line-height: 38px;
}
@media only screen and (max-width: 479px) {
  header .header-top .welcome-text p {
    font-size: 12px;
  }
}
header .header-top .top-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
}
header .header-top .top-nav ul {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .header-top .top-nav ul li:not(:last-child) {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #454545;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header .header-top .top-nav ul li:not(:last-child) {
    padding-right: 12px;
    margin-right: 12px;
  }
}
header .header-top .top-nav ul li a {
  font-size: 14px;
  color: #cfd4df;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
header .header-top .top-nav ul li a:hover {
  color: #5074cd;
}
header .header-top .top-nav ul li a i {
  margin-right: 15px;
  font-size: 18px;
  color: #5074cd;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header .header-top .top-nav ul li a i {
    margin-right: 12px;
  }
}
header .header-bottom {
  padding: 10px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  header .header-bottom {
    padding: 15px 0;
  }
}
header .header-bottom .header-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header-bottom .header-actions > * + * {
  margin-left: 15px;
}
header .header-bottom .header-actions .header-action-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #6f6f6f;
  font-size: 14px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
header .header-bottom .header-actions .header-action-btn:hover {
  color: #5074cd;
}
header .header-bottom .header-actions .header-action-btn i {
  -webkit-transition: 0s;
  transition: 0s;
  font-size: 24px;
  margin-left: 3px;
}
header .header-bottom .header-actions .header-action-btn i:hover {
  color: #5074cd;
}
header .header-bottom .header-actions .header-action-btn .header-action-num {
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  z-index: 2;
  top: -10px;
  right: -7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  border-radius: 50%;
  background-color: #5074cd;
  width: 21px;
  height: 21px;
}
header .header-bottom .header-actions .header-action-btn .cart-amount {
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding-left: 15px;
  color: #0f0f0f;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
header .header-bottom .header-actions .header-action-btn:hover .cart-amount {
  color: #5074cd;
}
.header-nav-area{
    border-top: 1px solid rgba(9,38,110,.1);
    height: 45px;
background: rgba(29,62,138,1);
background: -moz-linear-gradient(top, rgba(29,62,138,1) 0%, rgba(13,44,117,1) 50%, rgba(9,38,110,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(29,62,138,1)), color-stop(50%, rgba(13,44,117,1)), color-stop(100%, rgba(9,38,110,1)));
background: -webkit-linear-gradient(top, rgba(29,62,138,1) 0%, rgba(13,44,117,1) 50%, rgba(9,38,110,1) 100%);
background: -o-linear-gradient(top, rgba(29,62,138,1) 0%, rgba(13,44,117,1) 50%, rgba(9,38,110,1) 100%);
background: -ms-linear-gradient(top, rgba(29,62,138,1) 0%, rgba(13,44,117,1) 50%, rgba(9,38,110,1) 100%);
background: linear-gradient(to bottom, rgba(29,62,138,1) 0%, rgba(13,44,117,1) 50%, rgba(9,38,110,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d3e8a', endColorstr='#09266e', GradientType=0 );
}
header .main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  
}
header .main-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      flex-direction: row-reverse;
      width: 100%;
  margin-bottom: 0;
  padding-right: 0;
  list-style: none;
}
header .main-menu ul li + li {
  margin-right: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header .main-menu ul li + li {
    margin-left: 10px;
  }
}


header .main-menu ul li:last-child {
 margin-right: auto;
}

header .main-menu ul li a {
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  color: #ffb600;
  direction: rtl;
  display: block;
  position: relative;
  line-height: 40px;
  /*font-family: ge_ss_bold;*/
  font-family:cairoSimiBold;
  padding: 0px 10px;
}


header .main-menu ul li a:hover {
background: #09266e;
color: #fcd36e;
border-radius: 8px;
border-bottom: 2px solid #ffb600;
}

header .main-menu ul li a i{
margin-left:3px;
font-size: 20px;
}


.all-category{
    border-left: 1px solid #cfcfcf;
    padding-left: 10px;
}
header .main-menu ul li.dropdown {
  position: relative;
}
header .main-menu ul li.dropdown ul.sub-menu {
  position: absolute;
  z-index: 9;
  text-align: right;
  opacity: 0;
  visibility: hidden;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
  min-width: 250px;
  right: 0px !important;
  background: #fff;
  display: block;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  padding: 20px 0;
  -webkit-box-shadow: -1px 10px 80px -15px rgba(0, 0, 0, 0.3);
          box-shadow: -1px 10px 80px -15px rgba(0, 0, 0, 0.3);
}
header .main-menu ul li.dropdown ul li {
  padding-right: 30px;
  margin: 0;
  display: block;
}
header .main-menu ul li.dropdown ul li:hover > a, header .main-menu ul li.dropdown ul li.active > a {
  color: #5074cd !important;
}
header .main-menu ul li.dropdown ul li a {
  display: block;
  line-height: 15px;
  padding: 10px 0px 10px 20px;
  font-weight: 400;
  font-size: 14px;
  color: #2d2d2d;
  text-transform: capitalize;
  direction:rtl;
}
header .main-menu ul li.dropdown ul li a:hover {
  padding-left: 25px;
}
header .main-menu ul li.dropdown:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
}

header .main-menu ul li.dropdown:hover .sub-menu.sub-menu-2 li a {
line-height:8px;
}

header .main-menu ul li.dropdown:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
}
header .main-menu ul li li.position-static {
  position: relative !important;
}
header .main-menu ul li li.position-static i {
  position: absolute;
  left: 20px;
}
header .main-menu ul li li.position-static .menu_icon {
  position: absolute;
  right: -22px !important;
  top:9px;
  font-size:13px;
}

header .main-menu ul li li.position-static ul.sub-menu.sub-menu-2 {
  right: 100% !important;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  opacity: 0;
  visibility: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  header .main-menu ul li li.position-static ul.sub-menu.sub-menu-2 {
    right: 95% !important;
    top: 20px;
    min-width: 230px;
    line-height: 5px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header .main-menu ul li li.position-static ul.sub-menu.sub-menu-2 {
    right: 100% !important;
    right: 100%;
  }
}
header .main-menu ul li li.position-static:hover .sub-menu.sub-menu-2 {
  -webkit-transform: translateY(-41px);
          transform: translateY(-41px);
  opacity: 1;
  visibility: visible;
}
header .main-menu ul li .mega-menu {
  position: absolute;
  background: #fff;
  padding: 30px 0px 30px 30px;
  opacity: 0;
  visibility: hidden;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
  left: 0;
  width: 100%;
  z-index: 2;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  z-index: 15;
  -webkit-box-shadow: -1px 10px 80px -15px rgba(0, 0, 0, 0.3);
          box-shadow: -1px 10px 80px -15px rgba(0, 0, 0, 0.3);
}
header .main-menu ul li .mega-menu li ul {
  width: 25%;
  margin-right: 30px;
  border-right: 1px solid #ebebeb;
}
header .main-menu ul li .mega-menu li ul li.title a {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-bottom: 20px;
  height: auto;
}
header .main-menu ul li .mega-menu li ul li.title a:hover {
  color: #5074cd;
  padding-left: 0px;
}
header .main-menu ul li .mega-menu li ul li a {
  color: #2d2d2d;
  text-transform: capitalize;
  line-height: 30px;
  font-weight: 400;
  font-size: 14px;
  display: block;
  padding: 0;
  border: 0;
  height: auto;
  margin-bottom: 15px;
}
header .main-menu ul li .mega-menu li ul li a:hover {
  color: #5074cd;
  padding-left: 10px;
}
header .main-menu ul li .mega-menu li ul li:last-child a {
  margin: 0;
}

.search-element {
  max-width: 450px;
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .search-element {
    padding: 0px;
    max-width: 50%;
    margin-left:5%;
  }
}
.search-element form {
  position: relative;
}
.search-element form input {
  height: 38px;
  width: 100%;
  background-color: #fff;
  border: 0;
  border-radius: 5px;
  padding-right: 26px;
  border-radius: 20px;
  border: 1px solid #5cbb30;
  outline: none;
  font-size:14px;
  text-align: right;
  direction: rtl;
}
.search-element form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 38px;
  font-size: 22px;
  color: #5074cd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0px 5px 5px 0px;
  border: none;
  background-color: transparent;
  outline: none;
}

.search-element.max-width-100 {
  max-width: 100%;
}

/* mobile search */
.action-form {
  position: relative;
}

.submit {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 100%;
  background: #5074cd;
  color: #FFF;
  font-size: 20px;
  border-radius: 0px 5px 5px 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

body.offcanvas-open {
  overflow-y: scroll;
  padding-right: 17px;
}

.offcanvas {
  font-size: 14px;
  font-weight: 400;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: auto;
  display: block;
  width: 400px;
  height: 100%;
  padding: 20px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: auto;
  visibility: visible;
  overflow: hidden;
}
@media only screen and (max-width: 479px) {
  .offcanvas {
    width: 300px;
  }
}
.offcanvas .inner {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.offcanvas .inner .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 30px 20px;
}
.offcanvas .inner .head .title {
  color: #000;
  font-weight: 700;
}
.offcanvas .inner .head .offcanvas-close {
  position: relative;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  border: 0;
  background-color: transparent;
}
.offcanvas .inner .head .offcanvas-close::after {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 20px;
  height: 2px;
  content: "";
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #5074cd;
}
.offcanvas .inner .head .offcanvas-close::before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 20px;
  height: 2px;
  content: "";
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #5074cd;
}
.offcanvas .inner .head .offcanvas-close:hover:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.offcanvas .inner .head .offcanvas-close:hover:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.offcanvas .inner .offcanvas-menu ul li {
  position: relative;
  display: block;
  line-height: 28px;
  text-align: right;
}
.offcanvas .inner .offcanvas-menu ul li a {
  display: block;
  padding: 7px 0px;
  text-transform: capitalize;
  color: #3a3a3a;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  font-weight: 500;
text-decoration: none;
  /*font-family: ge_ss_bold;*/
  font-family:cairoSimiBold;
}
.offcanvas .inner .offcanvas-menu ul li .sub-menu {
  position: static;
  top: auto;
  display: none;
  visibility: visible;
  width: 100%;
  min-width: auto;
  padding: 0;
  -webkit-transition: none;
  transition: none;
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.offcanvas .inner .offcanvas-menu ul li .sub-menu li {
  line-height: inherit;
  position: relative;
}
.offcanvas .inner .offcanvas-menu ul li .sub-menu li a {
  text-transform: capitalize;
  font-weight: 400;
  padding-left: 10px;
  padding-right: 0px;
  display: block;
  border-top: 1px solid #eee;
  font-size: 14px;
  font-weight: 500;
}
.offcanvas .inner .offcanvas-menu ul li .sub-menu li:last-child {
  border-bottom: 0px solid #eee;
}
.offcanvas .inner .offcanvas-menu ul li .menu-expand {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0px;
  width: 24px;
  height: 49px;
  cursor: pointer;
  background-color: transparent;
}
.offcanvas .inner .offcanvas-menu ul li:hover > a {
  color: #5074cd;
}
.offcanvas .inner .offcanvas-menu ul li:hover > span.menu-expand:before {
  background: #5074cd;
}
.offcanvas .inner .offcanvas-menu ul li:hover > span.menu-expand:after {
  background: #5074cd;
}
.offcanvas .inner .offcanvas-menu ul li:last-child {
  border-bottom: 1px solid #eee;
}
.offcanvas .inner .offcanvas-social li {
  display: inline-block;
  margin: 0 10px 0px 0;
  line-height: 40px;
  padding: 0;
}
@media only screen and (max-width: 479px) {
  .offcanvas .inner .offcanvas-social li {
    margin: 0 5px 0px 0;
  }
}
.offcanvas .inner .offcanvas-social li a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  background: #5074cd;
  font-size: 16px;
  padding: 0;
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  text-align: center;
  border: none;
  z-index: 1;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.offcanvas .inner .offcanvas-social li a:hover {
  background: #000;
  color: #fff;
}
@media only screen and (max-width: 479px) {
  .offcanvas .inner .offcanvas-social li a {
    line-height: 35px;
    width: 35px;
    height: 35px;
    font-size: 15px;
  }
}
.offcanvas .inner .foot .buttons a {
  display: block;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
  border: none;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px 15px;
  line-height: 26px;
  border: none;
  background: #000;
  border-radius: 0px;
  width: auto;
  height: auto;
}
.offcanvas .inner .foot .buttons a:hover {
  background-color: #5074cd;
  color: #fff;
}
.offcanvas .inner .foot .buttons .current-btn {
  background-color: #5074cd;
  color: #fff;
}
.offcanvas .inner .foot .sub-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #eee;
  margin: 30px 0 0 0px;
}
.offcanvas .inner .foot .sub-total .table > :not(caption) > * > * {
  padding: 0;
  border: 0;
}
.offcanvas .inner .foot .sub-total .table > tbody > tr > td {
  border: none;
  padding: 0;
  color: #000;
  text-transform: capitalize;
  font-size: 20px;
  vertical-align: middle;
  font-weight: 500;
  line-height: 30px;
}
.offcanvas .inner .foot .sub-total .table > tbody > tr > td.theme-color {
  color: #5074cd;
}
.offcanvas .inner .foot .sub-total .amount {
  color: #eb2606;
  font-weight: 600;
}
.offcanvas .inner .foot .minicart-message {
  margin-top: 30px;
  margin-bottom: 30px;
}

.offcanvas-menu > ul > li .menu-expand {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 24px;
  height: 44px;
  cursor: pointer;
  background-color: transparent;
}

.offcanvas-menu > ul.sub-menu > li .menu-expand {
  right: 15px;
}

.offcanvas.offcanvas-mobile-menu {
  right: auto;
  left: 0;
  padding: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 350px;
  padding: 50px 30px;
}
@media only screen and (max-width: 479px) {
  .offcanvas.offcanvas-mobile-menu {
    width: 300px;
  }
}
.offcanvas.offcanvas-mobile-menu .offcanvas-close {
  position: absolute;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  border: 0;
  left: 0%;
  top: 5px;
  background-color: #5074cd;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  border-radius: 50%;
}
.offcanvas.offcanvas-mobile-menu .offcanvas-close::after {
  position: absolute;
  top: calc(50% - 1px);
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 2px;
  content: "";
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #fff;
}
.offcanvas.offcanvas-mobile-menu .offcanvas-close::before {
  position: absolute;
  top: calc(50% - 1px);
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 2px;
  content: "";
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
}
.offcanvas.offcanvas-mobile-menu .offcanvas-close:hover:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.offcanvas.offcanvas-mobile-menu .offcanvas-close:hover:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.offcanvas.offcanvas-cart .inner .head,
.offcanvas.offcanvas-wishlist .inner .head {
  direction: rtl;
  margin-bottom: 30px;
  padding: 0;
}
.offcanvas.offcanvas-cart .inner .head .title,
.offcanvas.offcanvas-wishlist .inner .head .title {
  font-size: 20px;
}

.offcanvas-menu > ul > li .menu-expand::before,
.offcanvas-menu > ul > li .menu-expand::after {
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 7px);
  width: 14px;
  height: 2px;
  content: "";
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  background-color: #000;
}

.offcanvas-menu > ul > li .menu-expand::after {
  -webkit-transform: rotate(90deg) scale(0.75);
  transform: rotate(90deg) scale(0.75);
}

.offcanvas-menu > ul > li.active > .menu-expand::after {
  -webkit-transform: rotate(0) scale(0.75);
  transform: rotate(0) scale(0.75);
}

.offcanvas-menu > ul > li .sub-menu li.active > .menu-expand::after {
  -webkit-transform: rotate(0) scale(0.75);
  transform: rotate(0) scale(0.75);
}

.offcanvas.offcanvas-mobile-menu.offcanvas-open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.offcanvas.offcanvas-mobile-menu.offcanvas-open .offcanvas-close {
  left: 80%;
}

.offcanvas-overlay {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}

.offcanvas.offcanvas-open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.minicart-product-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.minicart-product-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
    text-align: right;

}
.minicart-product-list li .image {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 75px;
  flex: 1 0 75px;
}
.minicart-product-list li .image img {
  max-width: 100%;
  border: 1px solid #ebebeb;
}
@media only screen and (max-width: 575px) {
  .minicart-product-list li .image {
    -ms-flex: 1 0 50px;
    -webkit-box-flex: 1;
            flex: 1 0 50px;
  }
}
.minicart-product-list li .content {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc(100% - 150px);
  flex: 1 0 calc(100% - 150px);
  padding-left: 15px;
}
.minicart-product-list li .content .title {
  color: #000;
  font-weight: 500;
  text-align: right;
  text-decoration:none;
}
.minicart-product-list li .content .title:hover {
  color: #09266e;
}
.minicart-product-list li .content .quantity-price {
  font-size: 14px;
  display: block;
  margin-top: 10px;
}
.minicart-product-list li .content .quantity-price .amount {
  color: #5074cd;
  font-weight: 500;
  font-size: 18px;
}
.minicart-product-list li .content .remove {
  line-height: 1.5;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 3px;
  color: #000;
  font-size: 16px;
}
.minicart-product-list li .content .remove:hover {
  color: #eb2606;
}
@media only screen and (max-width: 575px) {
  .minicart-product-list li .content {
    -ms-flex: 1 0 calc(100% - 75px);
    -webkit-box-flex: 1;
            flex: 1 0 calc(100% - 75px);
  }
}
.minicart-product-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 10px;
  border-bottom: 10px;
}

.user-panel {
  padding: 10px 0px 25px 0px;
}
.user-panel ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #eee;

}
.user-panel ul li a {
  font-size: 14px;
  color: #3a3a3a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
          text-decoration: none;
  /*font-family: ge_ss;*/
  font-family:cairoSimiBold;


  font-weight: 500;
}
.user-panel ul li a:hover {
  color: #5074cd;
}
.user-panel ul li a i {
  margin-left: 15px;
  margin-bottom: 5px;
  font-size: 18px;
  color: #5074cd;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.user-panel ul li:not(:last-child) {
  margin-bottom: 10px;
}

.bg-color1 {
  background-color: #f5f5f5;
}

.bg-color2 {
  background-color: #cebdb5;
}

.bg-color3 {
  background-color: #cebdb5;
}
.mobile-search-box{
    position: absolute;
    top: 15px;
    left: 32%;
    width: 50%;
}

@media screen and (max-width: 990px) and (min-width: 500px) {

    .mobile-search-box{
    top: 15px;
    left: 35%;
    width: 45%;
}

    
}


.mobilemenu{
    overflow-y: scroll;
}
/* width */
.mobilemenu::-webkit-scrollbar {
  	width: 8px;
	background-color: #F5F5F5;
}

/* Track */
.mobilemenu::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 8px;
	background-color: #F5F5F5;
}
 
/* Handle */
.mobilemenu::-webkit-scrollbar-thumb {
border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,123,255,.3);
	background-color: #5074cd;
}

/* Handle on hover */
.mobilemenu::-webkit-scrollbar-thumb:hover {
  background: #5074cd; 
}



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



    
}


a.lang-link{
  font-size: 14px;
  text-decoration: none;
  color: #0f0f0f;
  
}

a.lang-link i{
  display: inline;
}