/* new style */
body {
  background: #fff;
  background-image: url("../images/ramadan-bg.png");
  background-repeat: repeat-y;
}

header {
  background: #fff;
}

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 {
  font-size: 16px;
  text-align: left;
  margin: 0;
  margin-top: 3px;
  color: #fff;
}

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 {
  display: inline-block;
  width: 80%;
  font-size: 16px;
  margin-left: 0;
  border-radius: 0 25px 25px 0;
  border: 1px solid #eee;
  outline: none;
  color: #777;
  height: 40px;
  line-height: 40px;
  padding: 4px;
  text-indent: 20px;
}

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;
  outline: none;
  background: #C0470F;
  color: #fff;
  height: 40px;
  line-height: 33px;
  padding: 4px;
}

header .top-header a.favourite {
  font-size: 28px;
  margin-top: -4px;
  color: #000;
  text-decoration: none;
}

@media (min-width: 992px) {
  header .offset-lg-1 {
    margin-left: unset;
    margin-right: 8.3333333333%;
  }
}

header .top-header .fa-shopping-cart {
  font-size: 22px;
  margin-top: 10px;
  color: #000;
}

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

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

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;
}

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

header .navbar .nav-item .nav-link {
  font-size: 16px;
  padding-right: 5px;
  padding-left: 5px;
}

header .navbar .nav-item.speacial {
  background: #C0470F;
  cursor: pointer;
  color: #fff;
  padding-left: 50px;
  padding-right: 50px;
}

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;
}

/* 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 {
  display: block;
  padding: 8px 32px 8px 8px;
  text-decoration: none;
  font-size: 16px;
  color: #818181;
  -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;
  font-size: 36px;
  top: 0;
  left: 25px;
  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;
  }
}

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;
}

.ec-breadcrumb {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.ec-breadcrumb .ec-breadcrumb-title {
  font-size: 16px;
  margin-top: 0px;
}

.ec-breadcrumb-list li {
  font-size: 16px;
}

.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;
  text-align: right;
}

.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: #C0470F;
  color: #fff;
  font-size: 16px;
  border: 2px solid #C0470F;
  padding: 6px 20px;
  width: 100%;
  outline: none;
  margin-top: 5px;
  -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;
  font-size: 16px;
  text-align: center;
  border-radius: 50%;
  height: 40px;
  line-height: 40px;
  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);
}

.accordion-button::after {
  margin-right: auto;
  margin-left: unset;
}

.ec-page-content .fa-2x {
  font-size: 1.5em;
}

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

.sidenav .nav-item:first-child {
  margin-top: 40px;
}

.ec-sidebar-wrap input[type=number] {
  border: 1px solid #ccc;
}

.ec-sidebar-wrap .ec-btn-bw button {
  background: -webkit-gradient(linear, left top, right top, from(#fac571), to(#89270c));
  background: linear-gradient(90deg, #fac571 0%, #89270c 100%);
  border-color: linear-gradient(90deg, #fac571 0%, #89270c 100%);
  color: #fff;
}

.ec-sidebar-wrap .ec-btn-bw button:hover {
  background: #781b1f;
  border-color: #781b1f;
}

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

.register .btn {
  width: 200px;
}

.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: -26px;
  top: 130px;
  padding: 2px 10px;
  color: white;
  height: 28px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.owl-carousel.filter {
  padding-left: 25px;
  padding-right: 25px;
}

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

.owl-carousel.filter .owl-nav button.owl-prev {
  position: absolute;
  right: -5px;
  bottom: 62%;
}

.owl-carousel.filter .owl-nav button.owl-next {
  position: absolute;
  left: -5px;
  bottom: 62%;
}

.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: 26px;
  margin-top: 9px;
  color: #000;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.special-dropdown i.fa-user:hover {
  color: #C0470F;
}

#filterModal .modal-header .btn-close {
  padding: 5px 5px;
  margin: -5px auto -5px -5px;
}

@media (min-width: 768px) {
  .top-header .fa-heart {
    margin-right: 40px;
  }
}

.special-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 150px;
  -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;
  font-size: 14px;
  text-align: right;
}

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

.special-dropdown-content li {
  margin-bottom: 7px;
}

.filter-tabs {
  text-align: center;
  padding: 10px 5px;
  font-size: 16px;
  text-align: center;
  border: 1px solid #ccc;
  cursor: pointer;
}

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

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

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

.special-dropdown-content {
  left: -30px;
}

.profile-content {
  margin-top: 40px;
  border: 1px solid #ccc;
  margin-bottom: 0px;
}

.wallet img {
  float: left;
  border-radius: 0;
  height: 250px;
}

.wallet p {
  color: #000;
  margin: 0;
  font-size: 16px;
}

.wallet p.first-p {
  margin-top: 15px;
}

.wallet h3 {
  font-size: 80px;
  color: #C0470F;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 5px;
}

.wallet lottie-player {
  float: left;
}

.wallet-btn {
  padding: 9px 10px;
  background-color: #C0470F;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 20px;
  border: none;
  outline: none;
}

.terms-box {
  margin-top: 40px;
}

.terms-box .term {
  border: 1px solid #eee;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 20px;
  -webkit-transition: ease-in-out all 0.3s;
  transition: ease-in-out all 0.3s;
}

.terms-box .term:hover {
  -webkit-box-shadow: 0 0 5px 0px #C0470F;
          box-shadow: 0 0 5px 0px #C0470F;
}

.terms-box .term a {
  text-decoration: none;
  color: #777;
}

.terms-box .term a h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.terms-box .term i {
  float: left;
  font-size: 18px;
  color: #C0470F;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.profile-content.faq h4 {
  text-align: right;
  margin: 10px 0;
  padding-top: 0;
}

.profile-content.faq h4 > a {
  font-size: 15px;
}

.profile-content.faq h5 {
  font-weight: 600;
  color: #777;
  margin-top: 30px;
}

.profile-content.faq p {
  color: #777;
  opacity: .7;
  line-height: 1.6;
}

.faq .panel-default > .panel-heading {
  background-color: #f9f9f9;
}

.faq .panel-body {
  padding-top: 0px;
}

.faq .panel-heading a:before {
  font-family: 'Glyphicons Halflings';
  content: "\e114";
  float: left;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #eae9e9;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-top: -12px;
  text-align: center;
}

.faq .panel-heading.active a:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faq .panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 2px 4px #00000029;
          box-shadow: 0px 2px 4px #00000029;
  border: none;
}

.faq .panel-group .panel-heading + .panel-collapse > .list-group {
  border: none;
}

.faq .panel-group .panel-heading + .panel-collapse > .panel-body {
  border: none;
}

.accordion-button:not(.collapsed) {
  color: #C0470F;
  background-color: #C0470F14;
  -webkit-box-shadow: inset 0 -1px 0 #00000021;
          box-shadow: inset 0 -1px 0 #00000021;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../images/accord-arrow.svg");
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.accordion-button:focus {
  z-index: 3;
  border-color: #de383f;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem #de383f21;
          box-shadow: 0 0 0 0.25rem #de383f21;
}

.accordion-item .accordion-button {
  font-size: 16px !important;
  font-weight: 600;
}

.accordion-body {
  font-size: 16px !important;
}

/* start order-number */
.profile-content.order-number {
  padding: 10px 20px;
}

.profile-content.order-number .process-span {
  position: absolute;
  top: 135px;
  right: 155px;
  font-size: 16px;
  color: #777;
}

.profile-content.order-number .order-details h3 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}

.profile-content.order-number .order-details > div {
  padding: 20px 10px;
  background-color: #f5f5f5;
  border-radius: 5px;
  margin-bottom: 20px;
}

.profile-content.order-number .order-details > div p {
  margin-bottom: 0;
  color: #777;
  font-size: 16px;
}

.profile-content .order-details h4 {
  text-align: right;
}

.profile-content .order-details .cart-list {
  border-bottom: 1px solid #eee;
}

.profile-content .order-details .cart-list:last-child {
  border: none;
}

.profile-content ul.order-spec {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.profile-content.order-number .order-details > div img {
  margin-top: 0;
  margin-bottom: 0;
}

.profile-content.order-number button.del {
  background: #D42A2A 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 2px 4px #00000029;
          box-shadow: 0px 2px 4px #00000029;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 8px 10px;
  margin-left: auto;
  width: 250px;
  margin-right: auto;
  display: block;
  border-radius: 5px;
  margin-bottom: 40px;
  outline: none;
}

.process-step:first-of-type:after,
.process-step:not(:first-of-type):not(:last-of-type):after,
.process-step:last-of-type:before,
.process-step:not(:first-of-type):not(:last-of-type):before {
  border-top: 2px solid #e8e8e8;
  content: '';
  margin: 0 -13px;
  position: absolute;
  top: 17px;
  width: 49%;
}

.process-step:last-of-type:before {
  border-top: 2px solid #D42A2A;
}

.process-step.step-three::after {
  border-top: 2px solid #D42A2A !important;
}

.process-steps-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  width: 100%;
  direction: ltr;
  margin-top: 30px;
  margin-bottom: 30px;
}

.process-step {
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}

.process-step:first-of-type:after,
.process-step:not(:first-of-type):not(:last-of-type):after {
  right: 3px;
}

.process-step:last-of-type:before,
.process-step:not(:first-of-type):not(:last-of-type):before {
  left: 3px;
}

.process-label {
  color: #EAEAE9;
  display: block;
  line-height: 100%;
}

.process-label.active {
  color: #494949;
}

.i-bordered {
  background-color: #e8e8e8;
  border: 2px solid #e8e8e8;
  border-radius: 50%;
  color: #fff;
  display: block;
  margin: 4px auto 7px;
  position: relative;
  text-align: center;
  width: 25px;
  height: 25px;
}

.i-bordered.active {
  background-color: #fff;
  border: 2px solid #C0470F;
}

.i-bordered.active-2 {
  background-color: linear-gradient(90deg, #fac571 0%, #89270c 100%);
  border-color: linear-gradient(90deg, #fac571 0%, #89270c 100%);
  position: relative;
}

.process-span {
  position: absolute;
  top: 125px;
  right: 152px;
  font-size: 16px;
  color: #777;
}

/* end order-number */
.cart-special {
  position: relative;
}

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

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% !important;
  font-size: 22px;
}

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

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

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

header .top-header .button-search {
  background: -webkit-gradient(linear, left top, right top, from(#fac571), to(#89270c));
  background: linear-gradient(90deg, #fac571 0%, #89270c 100%);
  color: #fff;
}

.new_products .product_card button {
  background: -webkit-gradient(linear, left top, right top, from(#fac571), to(#89270c)) !important;
  background: linear-gradient(90deg, #fac571 0%, #89270c 100%) !important;
  color: #fff !important;
  border: 2px solid #C0470F !important;
  border-radius: 25px !important;
}

/* 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: 22px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  footer p {
    font-size: 16px;
  }
  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;
  }
  .new_products .product_card img {
    height: 200px;
  }
  .filter-tabs {
    text-align: center;
    padding: 10px 2px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #ccc;
    cursor: pointer;
  }
  .product_card .padge3 {
    top: 90px;
  }
  .new_products .product_card p.price {
    font-size: 12px;
  }
  .new_products .product_card button {
    font-size: 13px;
    padding: 6px 10px;
  }
  .new_products .product_card h3.title {
    font-size: 14px;
  }
  #filterModal .modal-title {
    font-size: 18px;
  }
  #filterModal .ec-sidebar-title {
    position: relative;
  }
  #filterModal .ec-sidebar-title {
    font-size: 16px;
  }
  #filterModal input {
    height: 34px !important;
  }
  #filterModal .custom-btn {
    height: 35px;
    padding: 7px 25px;
  }
  #filterModal .ec-btn-bw button {
    background: #C0470F;
    border-color: #C0470F;
    color: #fff;
  }
  #filterModal input[type=number] {
    border: 1px solid #ccc;
  }
  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 li {
    margin-bottom: 10px;
  }
  footer h4 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  footer h5 {
    font-size: 14px;
  }
}
/*# sourceMappingURL=website.custom.css.map */