/* [Master Stylesheet] */
/* ----------------------------------------------------------
    :: Template
    :: Author: SMT
    :: Author URL:www.smt.sa
    :: Version: 1.0
    :: Created: 02 2022
    :: Last Updated: 02 2022
    ---------------------------------------------------------- */
/* -------------------------------------------------
    ============ PLACE YOUR CUSTOM CSS HERE ============
    ------------------------------------------------- */
/*start my style */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'Cairo', sans-serif;
  overflow-x: hidden;
  position: relative;
  direction: rtl;
  background: #fff;
  background-image: url("../images/ramadan-bg.png");
  background-repeat: repeat-y;
}

a {
  text-decoration: none !important;
  color: #000;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.section-padding {
  padding: 60px 0;
}

.transition, header a.cart:hover,
header a.favourite:hover, header .navbar .nav-item.speacial .nav-link, .new_products .owl_products .owl-nav button.owl-next span,
.new_products .owl_products .owl-nav button.owl-prev span, .new_products .product_card button, .new_products .product_card a.add_to_fav, .features_products img, .banners img, .special-dropdown i.fa-user {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

header {
  background-color: #fff;
  position: relative;
}

header .ramadan-left {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1001;
  width: 100px;
}

header .ramadan-right {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1001;
  width: 100px;
}

header .top-info {
  background: #111;
  color: #fff;
  padding: 8px 0;
}

header .top-info a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}

header .top-info a i {
  margin-left: 5px;
}

header .top-info h4 {
  text-align: left;
  font-size: 16px;
  margin: 0;
  margin-top: 3px;
}

header .top-info h4 span {
  margin-right: 10px;
}

header .top-header {
  padding: 20px 0;
}

header .top-header img.logo {
  width: 120px;
}

header .top-header .input-search {
  width: 80%;
  display: inline-block;
  margin-left: 0;
  border-radius: 0 25px 25px 0;
  border: 1px solid #eee;
  color: #777;
  height: 40px;
  line-height: 40px;
  padding: 4px;
  outline: none;
  text-indent: 20px;
  font-size: 16px;
}

header .top-header .input-search::-webkit-input-placeholder {
  color: #bbb;
  font-size: 16px;
}

header .top-header .input-search:-ms-input-placeholder {
  color: #bbb;
  font-size: 16px;
}

header .top-header .input-search::-ms-input-placeholder {
  color: #bbb;
  font-size: 16px;
}

header .top-header .input-search::placeholder {
  color: #bbb;
  font-size: 16px;
}

header .top-header .button-search {
  width: 19%;
  display: inline-block;
  margin-right: -4px;
  border-radius: 25px 0 0 25px;
  border: none;
  background: -webkit-gradient(linear, left top, right top, from(#fac571), to(#89270c));
  background: linear-gradient(90deg, #fac571 0%, #89270c 100%);
  color: #fff;
  height: 40px;
  line-height: 33px;
  padding: 4px;
  outline: none;
}

header .top-header .button-search i {
  background: transparent;
  width: unset;
  height: unset;
  line-height: unset;
  font-size: 16px;
}

header .top-header a.favourite {
  text-decoration: none;
  margin-top: -4px;
}

header .top-header .fa-shopping-cart {
  margin-top: 5px;
}

header .top-header i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#fac571), to(#89270c));
  background: linear-gradient(90deg, #fac571 0%, #89270c 100%);
  color: #fff;
  border-radius: 50%;
  font-size: 22px;
}

header .top-header .col-6.special {
  margin-right: -30px;
}

header .top-header .col-6.special h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
}

header .top-header .col-6.special span.price {
  margin: 0;
  color: #777;
}

header a.cart:hover,
header a.favourite:hover {
  color: #C0470F;
}

header .navbar {
  padding: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background: #F6F6F6;
  -webkit-box-shadow: 0 -3px 16px #ececec;
          box-shadow: 0 -3px 16px #ececec;
}

header .navbar .nav-item {
  margin-left: 30px;
}

header .navbar .nav-item .nav-link {
  font-size: 16px;
}

header .navbar .nav-item.speacial {
  background: -webkit-gradient(linear, left top, right top, from(#fac571), to(#89270c));
  background: linear-gradient(90deg, #fac571 0%, #89270c 100%);
  color: #fff;
  padding-left: 50px;
  padding-right: 50px;
  cursor: pointer;
}

header .navbar .nav-item.speacial .nav-link {
  color: #fff !important;
}

header .navbar .nav-item.speacial .nav-link i {
  margin-left: 5px;
}

header .navbar .nav-item.speacial .nav-link:hover {
  color: #fff !important;
}

header .navbar-light .navbar-nav .nav-link:hover {
  color: #C0470F !important;
}

header .top-header i.fa-heart {
  margin-top: 5px;
}

/* The side navigation menu */
.sidenav {
  height: 100%;
  /* 100% Full-height */
  width: 0;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 10001;
  /* Stay on top */
  top: 0;
  /* Stay at the top */
  right: 0;
  background-color: #111;
  /* Black*/
  overflow-x: hidden;
  /* Disable horizontal scroll */
  padding-top: 60px;
  /* Place content 60px from the top */
  -webkit-transition: 0.5s;
  transition: 0.5s;
  /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 32px 8px 8px;
  text-decoration: none;
  font-size: 16px;
  color: #818181;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  left: 25px;
  font-size: 36px;
  margin-right: 50px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 16px;
  }
}

.slider .carousel-inner img {
  height: 410px;
}

.spec_title {
  border-bottom: 2px solid #C0470F;
  margin: 0;
  margin-bottom: 10px;
}

.spec_title span {
  padding: 7px 20px;
  font-size: 26px;
  font-weight: 600;
  margin: 0;
  line-height: 46px;
  background: #fff;
  color: #C0470F;
}

.categories-sec h4 {
  font-size: 16px;
  font-weight: 700;
}

.categories-sec .single-cat img {
  width: 100%;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
}

.new_products .owl_products {
  padding: 40px 80px;
  background: #fff;
  position: relative;
}

.new_products .owl_products .owl-nav.disabled {
  display: block;
}

.new_products .owl_products .owl-nav button.owl-next:hover,
.new_products .owl_products .owl-nav button.owl-prev:hover {
  background: transparent;
}

.new_products .owl_products .owl-nav button.owl-next span,
.new_products .owl_products .owl-nav button.owl-prev span {
  font-size: 50px;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 42px;
  border-radius: 50%;
  text-align: center;
  background-color: #eee;
  color: #000;
}

.new_products .owl_products .owl-nav button.owl-next span:hover, .new_products .owl_products .owl-nav button.owl-next span:focus,
.new_products .owl_products .owl-nav button.owl-prev span:hover,
.new_products .owl_products .owl-nav button.owl-prev span:focus {
  background: -webkit-gradient(linear, left top, right top, from(#fac571), to(#89270c));
  background: linear-gradient(90deg, #fac571 0%, #89270c 100%);
  color: #fff;
}

.new_products .owl_products .owl-nav button.owl-next {
  position: absolute;
  left: 10px;
  bottom: 50%;
}

.new_products .owl_products .owl-nav button.owl-prev {
  position: absolute;
  right: 10px;
  bottom: 50%;
}

.new_products .product_card {
  margin-bottom: 5px;
  margin-top: 5px;
  position: relative;
}

.new_products .product_card img {
  height: 275px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 15px;
  border: 1px solid #EBEBEB;
}

.new_products .product_card h3.title {
  font-size: 16px;
  min-height: 53px;
  line-height: 1.2;
  color: #000;
  font-weight: 700;
  margin-bottom: 0;
}

.new_products .product_card p.price {
  font-size: 16px;
  color: #777;
  margin-top: 0px;
  margin-bottom: 5px;
}

.new_products .product_card p.price del {
  margin-right: 20px;
  color: #ccc;
}

.new_products .product_card button {
  background: -webkit-gradient(linear, left top, right top, from(#fac571), to(#89270c));
  background: linear-gradient(90deg, #fac571 0%, #89270c 100%);
  color: #fff;
  font-size: 16px;
  padding: 6px 20px;
  width: 100%;
  border: 2px solid #C0470F;
  outline: none;
  margin-top: 5px;
  border-radius: 25px;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.new_products .product_card button i {
  margin-left: 5px;
}

.new_products .product_card button:hover {
  background: transparent;
  color: #C0470F;
}

.new_products .product_card a.add_to_fav {
  position: absolute;
  left: 10px;
  top: 10px;
}

.new_products .product_card a.add_to_fav i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.448);
  color: #fff;
}

.new_products .product_card a.add_to_fav:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.features_products h4 {
  color: #000;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
}

.features_products img {
  width: 195px;
  height: 195px;
  margin-top: 15px;
  margin-bottom: 15px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 9px #ccc;
          box-shadow: 0 0 9px #ccc;
}

.features_products img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.products_tabs .nav-tabs {
  background: #faf1e2;
  border-bottom: 2px solid #C0470F;
}

.products_tabs .nav-link {
  color: #000;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: .6rem;
  padding-bottom: .6rem;
  font-size: 20px;
}

.products_tabs .nav-tabs .nav-item.show .nav-link,
.products_tabs .nav-tabs .nav-link.active {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#fac571), to(#89270c));
  background: linear-gradient(90deg, #fac571 0%, #89270c 100%);
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #C0470F;
}

.products_tabs .nav-tabs .nav-link:focus,
.products_tabs .nav-tabs .nav-link:hover {
  border-color: transparent;
  isolation: isolate;
}

.banners {
  padding-bottom: 0;
}

.banners img {
  width: 100%;
}

.banners img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.services .services-box {
  background: #fff;
  border: 1px solid #C4C4C4;
  padding: 30px 10px;
}

.services .services-box .serv img {
  width: 50px;
  float: left;
  margin-top: 10px;
}

.services .services-box .serv h4 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}

.services .services-box .serv p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.337);
  line-height: 1.6;
  margin-bottom: 0;
}

footer {
  background: transparent;
  background-image: url("../images/footer.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 60px;
  color: #fff;
  margin-top: 90px;
}

footer img.logo {
  width: 140px;
  margin-bottom: 20px;
}

footer p {
  color: #999898;
  font-size: 16px;
  line-height: 1.6;
}

footer h4 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

footer h5 {
  color: #000;
  margin: 0;
  font-size: 16px;
}

footer h2 {
  font-size: 22px;
  font-weight: 700;
  color: #C0470F;
  margin-top: 30px;
  margin-bottom: 20px;
}

footer ul.links li {
  font-size: 16px !important;
  margin-bottom: 20px;
}

footer ul.links li a {
  color: #000;
  font-size: 16px !important;
}

footer .dareba-number {
  margin-top: 50px;
}

footer .dareba-number h4 {
  font-size: 18px;
  color: #777;
}

footer .dareba-number h4 span {
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
}

footer ul.links li a:hover {
  color: #C0470F;
}

footer ul.links li.list-inline-item:not(:last-child) {
  margin-left: 20px;
}

footer ul.social li img {
  height: 33px;
}

footer ul.social li img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.bottom_footer {
  background: -webkit-gradient(linear, left top, right top, from(#fac571), to(#89270c));
  background: linear-gradient(90deg, #fac571 0%, #89270c 100%);
  margin-top: 40px;
  padding: 15px 0;
}

.bottom_footer ul.social {
  margin-bottom: 0;
}

.bottom_footer ul.social li {
  position: relative;
}

.bottom_footer ul.social li img {
  height: 20px;
}

.bottom_footer ul.social li img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.bottom_footer ul.social .list-inline-item:not(:last-child) {
  margin-left: 20px;
}

.bottom_footer h6 {
  text-align: center;
  margin: 0;
  font-size: 16px;
  color: #fff;
}

.sidenav {
  list-style: none !important;
  padding-top: 50px;
}

.sidenav a {
  padding-top: 2px;
  padding-bottom: 2px;
}

.product_card {
  position: relative;
}

.product_card .discount {
  background-color: lightseagreen;
  position: absolute;
  right: 0;
  top: 20px;
  padding: 2px 10px;
  color: white;
}

.product_card .padge2 {
  background-color: #b29520;
  position: absolute;
  right: 0;
  top: 60px;
  padding: 2px 10px;
  color: white;
}

.product_card .padge3 {
  background-color: #49b220;
  position: absolute;
  left: -29px;
  top: 130px;
  padding: 2px 10px;
  color: white;
  height: 28px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.top-info ul.social {
  margin-bottom: 0 !important;
}

.top-info .social i {
  font-size: 16px;
}

.alert.special {
  margin-bottom: 0;
  font-size: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.2;
}

.alert.special strong {
  color: #492804;
  font-size: 18px;
}

.alert.special button {
  font-size: 16px;
}

.special-dropdown {
  position: relative;
  display: inline-block;
}

.special-dropdown i.fa-user {
  font-size: 22px;
  margin-top: 6px;
  color: #fff;
}

.special-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 180px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  z-index: 1;
  list-style: none;
  text-align: right;
  left: -50px;
}

.special-dropdown-content a {
  font-size: 16px;
}

.special-dropdown-content a:hover {
  color: #C0470F;
}

.special-dropdown:hover .special-dropdown-content {
  display: block;
}

.cart-special {
  position: relative;
}

.cart-special span.count {
  position: absolute;
  top: -6px;
  left: 50%;
  background: #eed013;
  width: 20px;
  height: 20px;
  font-size: 16px;
  border-radius: 50% !important;
  line-height: 20px;
  text-align: center;
}

.alert-dismissible .btn-close {
  padding: 0.8rem 1rem;
}

/* Responsive */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .features_products img {
    width: 111px;
    height: 111px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  header .ramadan-left, header .ramadan-right {
    width: 70px;
  }
  header .top-header img.logo {
    width: 90px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  header .top-info h4 {
    font-size: 15px;
  }
  header .top-info a {
    font-size: 15px;
  }
  header .top-header .input-search {
    margin-bottom: 16px;
  }
  header .top-header {
    padding: 10px 0;
  }
  .slider .carousel-inner img {
    height: unset;
  }
  .new_products .spec_title span {
    padding: 7px 30px;
  }
  .new_products .owl_products {
    padding: 10px 20px;
    background: #fff;
    position: relative;
  }
  .new_products .owl_products .owl-nav button.owl-next span,
  .new_products .owl_products .owl-nav button.owl-prev span {
    font-size: 40px;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    background-color: #eee;
    color: #000;
  }
  .new_products .owl_products .owl-nav button.owl-prev {
    position: absolute;
    right: -5px;
    bottom: 62%;
  }
  .new_products .owl_products .owl-nav button.owl-next {
    position: absolute;
    left: -5px;
    bottom: 62%;
  }
  .banners img {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .serv {
    margin-bottom: 15px;
    margin-top: 15px;
  }
  footer {
    padding-top: 40px;
    color: #fff;
    margin-top: 50px;
  }
  footer ul.links li {
    font-size: 17px;
  }
  footer ul.links li.list-inline-item:not(:last-child) {
    margin-left: 15px;
  }
  footer h2 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  footer p {
    font-size: 19px;
  }
  footer h4 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .bottom_footer h6 {
    text-align: center;
    margin-top: 0px;
  }
  .bottom_footer ul.social {
    margin-bottom: 10px;
    text-align: center;
  }
  footer img.logo {
    width: 75px;
    margin-bottom: 20px;
  }
  .products_tabs .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 19px;
  }
  .section-padding {
    padding: 30px 0;
  }
  .alert.special {
    margin-bottom: 0;
    font-size: 16px;
  }
  .alert.special strong {
    font-size: 16px;
  }
  .special-dropdown-content {
    left: -30px;
  }
  footer ul.social li img {
    height: 26px;
  }
  footer ul.links li a {
    font-size: 16px !important;
  }
  footer h2 {
    font-size: 18px;
  }
  .bottom_footer ul.social li img {
    height: 18px;
  }
  .bottom_footer h6 {
    font-size: 14px;
    margin-top: 5px;
  }
  footer ul.links {
    margin-bottom: 0;
  }
  footer ul.links li {
    margin-bottom: 10px;
  }
  footer h4 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  footer h5 {
    font-size: 14px;
  }
  footer p {
    font-size: 15px;
  }
  .services .services-box .serv h4 {
    font-size: 18px;
  }
  .services .services-box .serv p {
    font-size: 14px;
  }
}

/* galaxy S5 */
/* iphone x, 6/7/8 */
/* iphone 6/7/8 plus */
/* ipad */
/* ipad pro  */
/* 17 inch */
/*# sourceMappingURL=custom.css.map */