@import url("https://fonts.googleapis.com/css?family=Lato&display=swap");
/* mixin media query */
/* mixin media query */
/* mixin media query */
/* mixin media query */
/* mixin media query */
/* mixin media query */
/* mixin media query */
/* mixin media query */
body {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
}

/*-----------------------------------
    1 - Header
------------------------------------*/
header {
  background-color: #FFF;
  color: #393939;
  z-index: 1000;
}

header .currency li {
  margin-left: 0px !important;
}

header .currency a {
  padding: 5px 10px;
  display: inline-block;
  border-bottom: 1px solid #d4d4d4;
  width: 100%;
}

header a {
  color: #747474;
}

header a:hover {
  color: #1986c7;
  text-decoration: none;
}

header::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.02);
  position: absolute;
  left: 0;
  bottom: -20px;
}

.nav-link {
  text-transform: uppercase;
}

.contact i {
  color: #ee1515;
  margin-right: 10px;
}

.login {
  padding: 10px 20px;
  font-size: 14px;
  margin-right: 25px;
  text-transform: uppercase;
}

.contact a:hover,
.login:hover {
  text-decoration: underline;
  color: #747474;
}

.navbar-brand h1 {
  margin: 0;
}

.social {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.social li:not(:last-child) {
  margin-right: 20px;
}

.social a {
  font-size: 14px;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #ee1515;
  border-radius: 4px;
  line-height: 40px;
  text-align: center;
  background-color: transparent;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.social a:hover {
  color: #fff;
  background-color: #ee1515;
}

.navbar-brand img {
  width: 135px;
}

.navbar-collapse .search-form input[type="text"] {
  border: 1px solid #ced4da;
  color: #333;
  padding: 1.5625rem 0.625rem;
}

.navbar-collapse .search-form .btn {
  margin-top: 0;
  border-radius: 0;
  margin-left: -1px;
}

.navbar-collapse .nav-link {
  font-size: 1.125rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.navbar-collapse .nav-link:hover {
  color: #ee1515;
}

.cart,
.login-icon,
.search-icon {
  color: #fff;
  font-size: 1.5rem;
}

.cart:hover,
.login-icon:hover,
.search-icon:hover {
  color: #ee1515;
}

.cart {
  margin-left: 20px;
}

form input.btn-primary:hover,
form button.btn-primary:hover {
  background-color: #fff;
  color: #ee1515;
}

.header-links .dropdown-menu {
  min-width: 75px;
}

.daily-offers {
  padding: 75px 0;
  background-color: #26264b;
  color: #ddd;
  position: relative;
}

.daily-offers .title {
  margin-bottom: 46px;
}

.daily-offers h1 {
  color: #fff;
}

.daily-offers h5 {
  font-size: 24px;
  color: #fefefe;
  margin: 28px 0 12px;
}

.daily-offers ul {
  color: #fff;
  -webkit-column-count: 2;
  column-count: 2;
}

.daily-offers li {
  margin-bottom: 15px;
}

.daily-offers .gallery img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
  padding: 10px;
}

.daily-offers .gal-img {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.daily-offers .gal-img::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 10px solid #FFF;
}

.daily-offers .gal-img:hover {
  cursor: pointer;
}

.daily-offers .gal-img:hover i, .daily-offers .gal-img:hover .overlay-txt {
  opacity: 1;
}

.daily-offers .gal-img:hover::after {
  opacity: 1;
}

.daily-offers .gal-img3 {
  top: -300px;
  left: 50%;
}

@media (max-width: 767px) {
  .daily-offers .gal-img::after {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.6);
  }
}

.test-pagination {
  text-align: center;
  margin-top: 8px;
}

.test-pagination span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #26264b;
  margin-bottom: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.test-pagination span:hover {
  cursor: pointer;
}

.test-pagination span:not(:last-child) {
  margin-right: 10px;
}

.test-pagination span.swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background-color: white;
}

footer {
  background: #f6f6f6;
  margin-top: 40px;
  padding: 30px 0 0 0;
}

footer .footer-top {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 30px;
}

footer .footer-top .top-style1 {
  color: #1986c7;
  font-size: 18px;
  text-transform: uppercase;
}

footer .footer-top .top-style1 span {
  font-size: 14px;
  text-transform: capitalize;
  color: #393939;
}

@media (max-width: 767px) {
  footer .footer-top .top-style1 {
    text-align: center;
    margin-bottom: 10px;
  }
}

footer .footer-top .top-style2 {
  text-align: right;
}

@media (max-width: 767px) {
  footer .footer-top .top-style2 {
    text-align: center;
  }
}

footer .footer-top .top-style2 input {
  border: 1px solid #d4d4d4;
  height: 40px;
  padding: 10px;
  color: #000;
  width: 300px;
  margin-right: 20px;
}

@media (max-width: 767px) {
  footer .footer-top .top-style2 input {
    margin-bottom: 10px;
  }
}

footer .footer-top .top-style2 button {
  background: #9bcc50;
  height: 40px;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 0;
  color: #FFF;
}

footer .footer-top .top-style2 button:hover {
  background: #82b435;
}

footer .footer-middle {
  padding: 30px;
}

@media (max-width: 767px) {
  footer .footer-middle {
    text-align: center;
  }
}

footer .footer-middle .middle-style1 img {
  margin-bottom: 10px;
}

footer .footer-middle .middle-style1 p {
  font-size: 16px;
  color: #393939;
  margin-bottom: 10px;
}

footer .footer-middle .middle-style1 .footer-social a {
  font-size: 16px;
  color: #393939;
  margin-right: 20px;
  text-decoration: none;
}

footer .footer-middle .middle-style1 .footer-social a:hover {
  color: #1986c7;
}

@media (max-width: 767px) {
  footer .footer-middle .middle-style1 {
    margin-bottom: 20px;
  }
}

footer .footer-middle .middle-style2 .menuhead {
  font-size: 18px;
  color: #1986c7;
  text-transform: uppercase;
  margin-bottom: 10px;
}

footer .footer-middle .middle-style2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .footer-middle .middle-style2 ul li a {
  font-size: 16px;
  color: #393939;
  margin-bottom: 10px;
}

footer .footer-middle .middle-style2 .link-style i {
  color: #ea2f28;
  margin-right: 5px;
}

@media (max-width: 767px) {
  footer .footer-middle .middle-style2 {
    margin-bottom: 20px;
  }
}

.foot-note {
  padding: 20px 0;
  background-color: #fff;
  color: #393939;
}

.foot-note a {
  color: #393939;
}

.foot-note a {
  margin-left: 30px;
}

.top-header {
  background: #f8f8f8;
  -webkit-box-shadow: 0 8px 6px -6px #e6e6e6;
          box-shadow: 0 8px 6px -6px #e6e6e6;
  color: #747474;
}

.top-header .contact span {
  color: #ea2f28;
}

@media (max-width: 767px) {
  .top-header {
    padding: 10px 0;
  }
}

.top-header .header-links ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
  padding: 0px;
}

.top-header .header-links ul li {
  margin-left: 20px;
}

@media (max-width: 767px) {
  .top-header .header-links ul li {
    margin-left: 9px;
  }
}

.menu-header {
  margin: 10px 0px 10px 0;
}

.menu-header .search-area {
  position: relative;
  /*Resize the wrap to see the search bar change!*/
}

.menu-header .search-area .search {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu-header .search-area .searchTerm {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #2c2c2c;
  border-right: none;
  padding: 5px;
  height: 36px;
  border-radius: 0;
  outline: none;
  color: #747474;
  font-weight: 700;
  letter-spacing: 2px;
}

.menu-header .search-area .searchTerm:focus {
  color: #747474;
}

.menu-header .search-area .searchButton {
  width: 40px;
  height: 36px;
  border: 0;
  border-bottom: 1px solid #2c2c2c;
  background: white;
  text-align: center;
  color: #2c2c2c;
  border-radius: 0 0;
  cursor: pointer;
  font-size: 20px;
  outline: none;
}

.menu-header .search-area .searchButton:hover {
  color: #1986c7;
}

.menu-header .search-area .wrap {
  /*width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
}

.menu-header .wishlist a {
  color: #2c2c2c;
  font-size: 24px;
}

.menu-header .wishlist a:hover {
  color: #1986c7;
}

.menu-header .cart-top a {
  color: #2c2c2c;
  font-size: 24px;
}

.menu-header .cart-top a:hover {
  color: #1986c7;
}

.brands {
  padding: 0px 0;
  -webkit-box-shadow: 0 8px 9px -1px #e6e6e6;
          box-shadow: 0 8px 9px -1px #e6e6e6;
  position: relative;
}

.brands .marquee {
  width: 100%;
  overflow: hidden;
}

.brands .marquee__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.brands .marquee__item {
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  margin-right: 0px;
  border-right: 1px solid #d4d4d4;
  padding: 5px;
}

@media (max-width: 767px) {
  .brands .marquee__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
  }
}

.products-car {
  background-color: #f6f6f6;
  /*background-color: #FFF;*/
  padding-top: 50px;
}

.products-car h2 {
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 30px;
  color: #ea2f28;
}

.products-car .swiper-slide {
  opacity: 0.5;
  margin-top: 10px;
}

.products-car .swiper-slide .car-img {
  text-align: center;
  z-index: 1;
  position: relative;
}

.products-car .swiper-slide .car-img img {
  max-width: 80%;
  height: 200px;
}

@media (max-width: 767px) {
  .products-car .swiper-slide .car-img img {
    width: auto;
    height: auto;
    max-height: 200px;
  }
}

.products-car .swiper-slide .car-percent {
  position: relative;
  color: #d4d4d4;
  font-size: 30px;
  display: none;
  width: 100%;
  z-index: 0;
  font-weight: 700;
  margin-top: 0px;
  line-height: 40px;
  height: 40px;
}

@media (max-width: 767px) {
  .products-car .swiper-slide .car-percent {
    margin-top: 10px;
    font-size: 20px;
  }
}

.products-car .swiper-slide .car-title {
  color: #747474;
  font-size: 18px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .products-car .swiper-slide .car-title {
    height: 55px;
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  .products-car .swiper-slide .car-title {
    height: 80px;
    overflow: hidden;
  }
}

.products-car .swiper-slide .car-price1 {
  font-size: 15px;
  color: #747474;
  margin-bottom: 0px;
  text-decoration: line-through;
}

.products-car .swiper-slide .car-price2 {
  font-size: 20px;
  color: #ea2f28;
  margin-bottom: 10px;
}

.products-car .swiper-slide .car-icons {
  opacity: 0;
}

.products-car .swiper-slide .car-icons a {
  background: #d4d4d4;
  color: #FFF;
  padding: 5px 0;
  font-size: 30px;
  width: 50px;
  height: 50px;
  display: inline-block;
  margin: 5px 2px;
  text-align: center;
  line-height: 40px;
  -webkit-box-shadow: 0px 5px 10px #e6e6e6;
          box-shadow: 0px 5px 10px #e6e6e6;
  border-radius: 0px;
  -webkit-appearance: none;
}

.products-car .swiper-slide .car-icons a:hover {
  background: #9bcc50;
}

.products-car .swiper-slide-active {
  opacity: 1;
  background-color: #FFF;
  padding: 20px;
  padding-bottom: 50px;
  -webkit-box-shadow: 0 0 5px #e6e6e6;
          box-shadow: 0 0 5px #e6e6e6;
  margin-top: 0px;
}

@media (min-width: 768px) {
  .products-car .swiper-slide-active {
    width: 300px !important;
  }
}

.products-car .swiper-slide-active .car-img {
  margin-top: 5px;
}

.products-car .swiper-slide-active .car-img img {
  max-width: 100%;
  height: 250px;
}

@media (max-width: 767px) {
  .products-car .swiper-slide-active .car-img img {
    width: auto;
    height: 200px;
  }
}

.products-car .swiper-slide-active .car-percent {
  display: block;
}

.products-car .swiper-slide-active .car-title {
  position: relative;
  top: 0;
  color: #393939;
  font-weight: 700;
}

.products-car .swiper-slide-active .car-price1 {
  color: #393939;
}

.products-car .swiper-slide-active .car-icons {
  opacity: 1;
}

.products-car .swiper-button-prev2, .products-car .swiper-button-next2 {
  position: absolute;
  z-index: 99;
  border: 0px;
  cursor: pointer;
  right: 40px;
  width: 40px;
  height: 40px;
  font-size: 30px;
  bottom: 30px;
  color: #5d5d5d;
}

@media (max-width: 767px) {
  .products-car .swiper-button-prev2, .products-car .swiper-button-next2 {
    bottom: 0px;
  }
}

.products-car .swiper-button-prev2:hover, .products-car .swiper-button-next2:hover {
  color: #1986c7;
}

.products-car .swiper-button-prev2 {
  right: 90px;
}

.daily-offers {
  padding: 30px 0 0 0;
  background-color: #FFF;
  /*}*/
}

.daily-offers h2 {
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 30px;
}

.daily-offers .overlay-txt {
  color: #fff;
  position: absolute;
  bottom: 10px;
  left: 10px;
  opacity: 1;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 15px;
  display: none;
}

@media (min-width: 767px) and (max-width: 1150px) {
  .daily-offers .overlay-txt {
    left: 20px;
  }
}

.daily-offers .overlay-txt .ot1 {
  font-size: 18px;
  margin-bottom: 2px;
}

@media (max-width: 767px) {
  .daily-offers .overlay-txt .ot1 {
    margin-bottom: 10px;
  }
}

.daily-offers .overlay-txt .ot2 {
  font-size: 14px;
  margin-bottom: 2px;
  text-decoration: line-through;
}

@media (max-width: 767px) {
  .daily-offers .overlay-txt .ot2 {
    margin-bottom: 0px;
  }
}

.daily-offers .overlay-txt .ot3 {
  font-size: 16px;
}

.daily-offers .overlay-txt .ot4 {
  margin-bottom: 2px;
  opacity: 0;
  display: none;
  font-size: 18px;
}

@media (max-width: 1200px) {
  .daily-offers .overlay-txt .ot4 {
    margin-bottom: 0px;
    display: none !important;
  }
}

.daily-offers .overlay-txt .ot5 {
  font-size: 100px;
  color: rgba(255, 255, 255, 0.6);
  display: none;
  line-height: 100px;
}

@media (max-width: 1200px) {
  .daily-offers .overlay-txt .ot5 {
    display: block;
    line-height: 20px;
    font-size: 20px;
  }
}

.daily-offers .otspace {
  padding: 10px;
}

@media (min-width: 767px) and (max-width: 1150px) {
  .daily-offers .gal-img {
    width: 49% !important;
    height: 265px !important;
    top: auto;
    left: auto;
    float: left;
    right: inherit !important;
  }
}

@media (max-width: 767px) {
  .daily-offers .gal-img {
    width: 100% !important;
    height: auto !important;
    top: auto;
    left: auto;
  }
  .daily-offers .gal-img .overlay-txt {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    bottom: initial;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    padding: 0px;
    display: block;
  }
  .daily-offers .gal-img .ot3 {
    font-size: 26px;
    color: #9bcc50;
  }
  .daily-offers .gal-img .ot4 {
    opacity: 1;
    display: block;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .daily-offers .gal-img .ot4 {
    display: none;
  }
}

@media (max-width: 767px) {
  .daily-offers .gal-img .ot5 {
    display: block;
  }
}

.daily-offers .gal-img:hover .overlay-txt {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  bottom: initial;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding: 0px;
  display: block;
}

.daily-offers .gal-img:hover .ot3 {
  font-size: 26px;
  color: #9bcc50;
}

.daily-offers .gal-img:hover .ot4 {
  opacity: 1;
  display: block;
}

@media (max-width: 767px) {
  .daily-offers .gal-img:hover .ot4 {
    display: none;
  }
}

.daily-offers .gal-img:hover .ot5 {
  display: block;
}

.down-banners {
  margin-top: 30px;
}

.stellarnav.dark a {
  color: #393939;
}

.stellarnav.dark .menu-toggle span.bars span {
  background: #1986c7;
}

.fire {
  background-image: url("../images/fire.png");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.fire a {
  color: #ea2f28;
}

.fire a:hover {
  text-decoration: none;
}

.percentage {
  background-image: url("../images/percent.png");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.percentage a {
  color: #000;
}

.percentage a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .bo-slider .bo-slide img {
    height: auto;
  }
  .bo-slider .bo-slide video {
    height: auto;
  }
}

@media (max-width: 767px) {
  .logo {
    margin: 15px 0;
    margin-left: 50px;
    width: 70%;
  }
}

.cart-count, .wish-count {
  font-size: 13px;
  font-weight: 600;
  position: absolute;
  top: -7px;
  right: -7px;
  background: #1986c7;
  line-height: 24px;
  padding: 0 5px;
  height: 24px;
  min-width: 24px;
  color: white;
  text-align: center;
  border-radius: 24px;
}

@media (max-width: 767px) {
  .cart-count, .wish-count {
    right: 3px;
  }
}

@media (min-width: 767px) and (max-width: 1150px) {
  .search-area, .wishlist, .cart-top {
    margin: 0px 5px;
  }
}

@media (min-width: 1200px) {
  .daily-deal-bx-1 {
    max-height: 600px;
  }
  .daily-deal-bx-2 {
    max-height: 300px;
  }
  .daily-deal-bx-3 {
    max-height: 300px;
  }
  .daily-deal-bx-4 {
    max-height: 300px;
    /* top: -35% !important;*/
  }
  .gallery .h-100 {
    max-height: 600px;
  }
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  padding-bottom: 10px;
}

.sticky--top {
  top: 0;
}

.is-active.sticky--top .top-header {
  display: none;
}

@media (max-width: 767px) {
  .products-car .swiper-slide a {
    pointer-events: none;
  }
  .products-car .swiper-slide.swiper-slide-active a {
    pointer-events: initial;
  }
}

.title-link:hover {
  text-decoration: none;
}

.page-arabic .stellarnav.mobile ul ul{
  text-align: right;
}
/*# sourceMappingURL=style.css.map */