@charset "UTF-8";
/* [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 ============
    ------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap");
/*start my style */
* {
  box-sizing: border-box;
}

body {
  font-family: "Cairo", sans-serif !important;
  overflow-x: hidden;
  position: relative;
}

a {
  text-decoration: none !important;
}

p {
  line-height: 1.8;
}

.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: 80px 0 !important;
}

.transition, .login .login-box button.sec-color, .catalog-box img, footer ul li a, nav.navbar button.lang, nav.navbar button, .secBtn, .redBtn, .mainBtn {
  transition: all ease-in-out 0.3s;
}

.mainBtn {
  background: #197FC2;
  border: 2px solid #197FC2;
  padding: 0.4rem 1rem;
  color: #fff;
  border-radius: 8px;
  margin-top: 0px;
}
.mainBtn:hover {
  background: transparent;
  color: #197FC2;
}

.redBtn {
  background: #D92F2F;
  border: 2px solid #D92F2F;
  padding: 0.4rem 1rem;
  color: #fff;
  border-radius: 8px;
  margin-top: 0px;
}
.redBtn:hover {
  background: transparent;
  color: #D92F2F;
}

.secBtn {
  background: #E4E6E8;
  border: 2px solid #E4E6E8;
  padding: 0.4rem 1rem;
  color: #000;
  border-radius: 8px;
  margin-top: 0px;
}
.secBtn:hover {
  background: transparent;
}

.my-title {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.my-title span {
  background: #fff;
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 1rem 3rem;
}
.my-title:after {
  content: "";
  width: 100%;
  left: 0;
  right: 0;
  background: #999;
  height: 2px;
  position: absolute;
  bottom: 13px;
  z-index: -1;
}

.content {
  min-height: 70vh;
}

nav.navbar {
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 1rem 0;
}
nav.navbar .logo {
  height: 45px;
}
nav.navbar .navbar-nav .nav-link {
  color: #707070;
  padding-left: 1rem;
  padding-right: 1rem;
}
nav.navbar button {
  background: #D7A345;
  border: 2px solid #D7A345;
  padding: 0.3rem 2rem;
  color: #fff;
  border-radius: 8px;
  margin-top: 3px;
  margin-right: 1rem;
}
nav.navbar button:hover {
  background: transparent;
  color: #D7A345;
}
nav.navbar button.lang {
  background: #197FC2;
  border: 2px solid #197FC2;
  padding: 0.3rem 1rem;
  color: #fff;
  border-radius: 8px;
  margin-top: 3px;
  margin-left: -0.8rem;
}
nav.navbar button.lang:hover {
  background: transparent;
  color: #197FC2;
}
nav.navbar i {
  margin-left: 5px;
}
nav.navbar .nav-link:focus,
nav.navbar .nav-link:hover {
  color: #197FC2 !important;
}

main {
  min-height: 60vh;
}

.slider .carousel-item img {
  height: 650px;
}
.slider .carousel-indicators {
  bottom: -50px;
}
.slider .carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  padding: 0;
  margin-left: 3px;
  margin-right: 3px;
  background-color: #ccc;
  opacity: 1;
  border: none;
}
.slider .carousel-indicators button.active {
  background: #197FC2;
  width: 50px;
  border-radius: 15px;
  height: 10px;
  border: none;
}

.service .new_serv_box {
  border-radius: 10px;
  background: #f5f5f5;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 15px;
}
.service .new_serv_box img {
  height: 65px;
}
.service .new_serv_box h4 {
  font-size: 18px;
  color: #000;
  margin-top: 20px;
}
.service .service-box {
  border-radius: 8px;
  background: #197FC2;
  color: #fff;
  padding: 2rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  cursor: pointer;
}
.service .service-box img {
  margin-bottom: 20px;
  height: 50px;
}
.service .service-box h4 {
  font-size: 1.3rem;
}

.best-shop {
  padding-bottom: 60px;
}
.best-shop .shop-box h4 {
  font-size: 1rem;
  color: #333;
  margin-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 1;
  -webkit-line-clamp: 1;
}
.best-shop .shop-box .img-box {
  border-radius: 8px;
  border: 1px solid #ccc;
  position: relative;
  height: 220px;
}
.best-shop .shop-box .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border-radius: 8px;
}
.best-shop .shop-box .img-box .rate {
  position: absolute;
  bottom: 0;
  left: 5px;
  border-radius: 8px 5px 0 0;
  background: #e7e7e7;
  padding: 5px;
}
.best-shop .shop-box .img-box .rate i {
  font-size: 14px;
}
.best-shop .shop-box .img-box .rate i.fa-star {
  color: #fca400;
}
.best-shop .shop-box .img-box .rate i.fa-star-o {
  color: #888;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 3px;
  background: #ccc;
  display: block;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #197FC2;
  width: 50px;
}

.owl-carousel.owl-shop .owl-nav button.owl-next,
.owl-carousel.owl-shop .owl-nav button.owl-prev {
  width: 40px;
  height: 40px;
  background: #D7A345;
  color: #fff;
  border-radius: 50%;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.owl-carousel.owl-shop .owl-nav button.owl-next {
  position: absolute;
  left: 0;
  top: 100px;
}

.owl-carousel.owl-shop .owl-nav button.owl-prev {
  position: absolute;
  right: 0;
  top: 100px;
}

.owl-carousel.owl-shop {
  padding-left: 50px;
  padding-right: 50px;
}

.serv-modal .modal-title img {
  height: 30px;
  margin-left: 5px;
}
.serv-modal .modal-body button {
  border: 2px solid #eee;
  background: #eee;
  padding: 2rem 1rem;
  color: #000;
  margin-top: 10px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("../images/modal-close.svg");
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.8;
}

footer {
  padding-top: 3rem;
  background: #F5F5F5;
  color: #000;
}
footer .logo {
  height: 60px;
}
footer p {
  margin-top: 30px;
  width: 80%;
  line-height: 1.8;
}
footer h2 {
  color: #197FC2;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
}
footer ul li {
  margin-bottom: 0.8rem;
}
footer ul li a {
  color: #000;
  text-decoration: none;
}
footer ul li a:hover {
  color: #197FC2;
  padding-right: 10px;
}
footer .social {
  display: flex;
  justify-content: space-between;
}
footer .social img {
  width: 30px;
}
footer .bottom-footer {
  padding: 0.8rem 0;
  margin-top: 2rem;
  background: #D7A345;
  color: #fff;
  text-align: center;
}
footer .bottom-footer h4 {
  font-size: 1rem;
  margin: 0;
}

nav.breadc {
  background: #D7A345;
  padding: 0.7rem 0;
  margin-bottom: 2rem;
  color: #fff;
}
nav.breadc .breadcrumb {
  margin: 0;
}
nav.breadc .breadcrumb .breadcrumb-item a {
  color: #fff;
}
nav.breadc .breadcrumb .breadcrumb-item.active {
  color: #ececec;
}
nav.breadc .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

.internal-header {
  margin-bottom: 1rem;
}
.internal-header h3 {
  color: #000;
  font-size: 1.3rem;
  font-weight: 700;
  margin-top: 6px;
}
.internal-header .search {
  display: flex;
}
.internal-header .search input {
  width: 80%;
  border: 1px solid #ccc;
  text-indent: 30px;
  padding: 5px;
  height: 42px;
  border-radius: 0 5px 5px 0;
  border-left: none;
  outline: none;
  background: #fff url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 97% center;
}
.internal-header .search button {
  width: 20%;
  border: 2px solid #197FC2;
  color: #fff;
  border-radius: 8px 0 0 8px;
  height: 42px;
  line-height: 35px;
  background: #197FC2;
  outline: none;
}

.catalog-box {
  border: 1px solid #ccc;
  border-radius: 8px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
.catalog-box img {
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 5px;
}
.catalog-box h5 {
  color: #000;
  font-size: 0.8rem;
}
.catalog-box:hover img {
  transform: scale(1.1);
}

.car-box {
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}
.car-box img {
  width: 100%;
  height: 150px;
  border: 1px solid #ccc;
  border-radius: 8px;
}
.car-box h5 {
  color: #000;
  font-size: 0.8rem;
  margin-top: 0.7rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 1;
  -webkit-line-clamp: 1;
}
.car-box .add-fav {
  width: 35px;
  height: 35px;
  line-height: 35px;
  position: absolute;
  left: 4px;
  top: 3px;
  background: #EBEBEB;
  color: #A5A5A5;
  border: none;
  border-radius: 50%;
}
.car-box .add-fav.done {
  color: #D92F2F;
}

.tool-detials {
  padding-top: 20px;
}
.tool-detials .right img {
  width: 100%;
  padding: 1rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border: 1px solid #ccc;
  border-radius: 8px;
}
.tool-detials .left h2 {
  color: #000;
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 1rem;
}
.tool-detials .left p {
  color: #000;
  opacity: 0.5;
}
.tool-detials .left button.fav {
  width: 100%;
  background: #E4E6E8;
  color: #A5A5A5;
  padding: 0.1rem 1rem;
  border-radius: 8px;
  border: 1px solid #E4E6E8;
  font-size: 24px;
}

.steps {
  padding: 0.8rem 0.5rem;
  border-radius: 25px;
  background: transparent;
  margin-bottom: 1rem;
}
.steps h4.first {
  color: #197FC2;
  font-size: 1.2rem;
  margin-bottom: 0;
  position: relative;
  width: 70%;
  display: inline-block;
}
.steps h4.first span {
  display: inline-flex;
  width: 25px;
  height: 25px;
  text-align: center;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #D7A345;
  margin-left: 0.5rem;
  justify-content: center;
  align-items: center;
}
.steps h4.first span i {
  color: #fff;
  font-size: 16px;
  opacity: 0;
}
.steps h4.first::after {
  content: "";
  display: inline-block;
  width: 70%;
  height: 3px;
  margin: 0 5px;
  border-radius: 0%;
  background-color: #D7A345;
  position: absolute;
  left: 0;
  top: 14px;
}
.steps h4.first.done i {
  opacity: 1;
}
.steps h4.second {
  color: #197FC2;
  font-size: 1.2rem;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
}
.steps h4.second span {
  display: inline-flex;
  width: 25px;
  height: 25px;
  text-align: center;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #D7A345;
  background: transparent;
  border: 2px solid #D7A345;
  margin-left: 0.5rem;
  justify-content: center;
  align-items: center;
}
.steps h4.second span i {
  color: #fff;
  font-size: 16px;
  opacity: 0;
}
.steps h4.second.done span {
  background: #D7A345;
}
.steps h4.second.done span i {
  opacity: 1;
}

.cart-list {
  border: 1px solid #BFBFBF;
  border-radius: 8px;
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cart-list img {
  height: 120px;
  width: 100%;
  border-left: 1px solid #BFBFBF;
  border-radius: 0 8px 8px 0;
}
.cart-list h4 {
  color: #000;
  opacity: 0.7;
  line-height: 1.6;
  font-size: 1rem;
  padding-top: 10px;
  width: 80%;
}
.cart-list button.delete {
  position: absolute;
  left: 10px;
  top: 10px;
  color: #D92F2F;
  border: none;
  outline: none;
  background: transparent;
}
.cart-list .quantity {
  display: block;
  margin-bottom: 3px;
  margin-top: 12px;
}
.cart-list .quantity .pro-qty {
  width: 120px;
  height: 33px;
  border: 1px solid #197FC2;
  padding: 0 5px;
  background-color: #197FC2;
  margin-top: 5px;
  border-radius: 0;
}
.cart-list .quantity .pro-qty .qtybtn {
  font-size: 24px;
  color: #fff;
  float: left;
  line-height: 27px;
  cursor: pointer;
  width: 18px;
}
.cart-list .quantity .pro-qty .qtybtn.dec {
  font-size: 30px;
  text-align: center;
}
.cart-list .quantity .pro-qty input {
  text-align: center;
  width: 66px;
  font-size: 14px;
  font-weight: 700;
  border: none;
  color: #4c4c4c;
  line-height: 15px;
  float: left;
  margin: 0px 3px;
  padding: 8px;
}
.cart-list .quantity .primary-btn.pd-cart {
  padding: 14px 70px 10px;
}

.terms {
  padding: 2rem 0;
}
.terms h2 {
  font-size: 1.4rem;
  color: #000;
  padding-bottom: 0.5rem;
  border-bottom: 4px solid #D7A345;
  width: 300px;
  margin-bottom: 1rem;
}
.terms p {
  color: #7E7C79;
}

.notification-box {
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.0588235294);
  border: 1px solid #D4D4D4;
  border-radius: 8px;
  display: flex;
  padding: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
.notification-box i {
  border-radius: 50%;
  width: 44px !important;
  height: 44px !important;
  font-size: 20px;
  color: #197FC2;
  background: #eee;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.notification-box h5 {
  font-size: 14px;
  line-height: 1.6;
  color: #999;
  margin: 0;
  margin-inline-start: 20px;
}

.notification-box.new h5 {
  font-weight: 700;
  color: #000;
}

.myForm label {
  display: block;
  color: #000;
  margin-bottom: 5px;
}
.myForm .select2-container .select2-selection--single {
  height: 40px;
  line-height: 40px;
}
.myForm .select2-container--default .select2-selection--single .select2-selection__rendered,
.myForm .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  line-height: 40px;
}
.myForm .select2-container--default .select2-selection--single {
  border-color: #ccc;
}
.myForm .select2-container {
  margin-bottom: 20px;
}
.myForm input {
  height: 40px;
  border-radius: 8px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  text-indent: 5px;
}
.myForm textarea {
  border-radius: 8px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  resize: none;
  height: 150px;
  padding: 5px 10px;
}

.offers .nav-tabs {
  background: #EFEFEF;
  border: none;
  margin-bottom: 30px;
}
.offers .nav-link {
  color: #000;
  background: transparent;
  border: none;
  border-bottom: 3px solid transparent;
  padding-left: 4rem;
  padding-right: 4rem;
}
.offers .nav-tabs .nav-link.active {
  color: #197FC2;
  background-color: transparent;
  border: none;
  border-bottom: 3px solid #C44F4F;
}

.offer-list {
  border: 1px solid #BFBFBF;
  border-radius: 8px;
  position: relative;
  margin-top: 11px;
  margin-bottom: 11px;
}
.offer-list img.cover {
  height: 120px;
  width: 100%;
  border-left: 1px solid #BFBFBF;
  border-radius: 0 8px 8px 0;
}
.offer-list h4 {
  font-size: 14px;
  color: #000;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
.offer-list .rate {
  margin-bottom: 5px;
}
.offer-list .rate i {
  font-size: 14px;
}
.offer-list .rate i.fa-star {
  color: #fca400;
}
.offer-list h5 {
  font-size: 12px;
  color: #999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 1;
  -webkit-line-clamp: 1;
}
.offer-list h5 img {
  width: 12px;
}
.offer-list h3 {
  font-size: 14px !important;
  color: #999 !important;
  font-weight: 400 !important;
  margin-top: 7px;
  line-height: 1.6;
  margin-bottom: 0;
}
.offer-list button.details {
  position: absolute;
  left: 10px;
  bottom: 10px;
}
.offer-list .offer-price {
  margin-bottom: 3px;
  margin-top: 5px;
}
.offer-list .offer-price input {
  margin-top: 3px;
}
.offer-list .offer-price label {
  margin-inline-start: 10px;
}
.offer-list .offer-price label span {
  color: #D92F2F;
  font-weight: 700;
}
.offer-list button.wait-accept {
  background: #19AE32;
  border-color: #19AE32;
}
.offer-list button.wait-accept:hover {
  color: #19AE32;
  background: transparent;
}
.offer-list button:disabled,
.offer-list button[disabled] {
  background: #E8E8E8;
  color: #999;
  border-color: #E8E8E8;
}

.order-list {
  border: 1px solid #BFBFBF;
  padding: 10px;
  border-radius: 8px;
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
}
.order-list h4 {
  color: #000;
  font-weight: 700;
  font-size: 15px;
}
.order-list h4 span {
  opacity: 0.5;
  font-weight: 400;
  margin-inline-start: 15px;
}
.order-list h5 {
  font-size: 14px;
  margin-top: 15px;
  color: #333;
}
.order-list h5 img {
  width: 12px;
}
.order-list button.mainBtn {
  margin-top: 8px;
}
.order-list button.remove {
  background: #D92F2F;
  margin-top: 15px;
  border-color: #D92F2F;
}
.order-list button.remove:hover {
  background: transparent;
  color: #D92F2F;
}

.mwrd-details h3.mwrd-details-title {
  color: #242424;
  font-size: 20px;
  font-weight: 700;
}
.mwrd-details h4 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
.mwrd-details img.cover {
  height: 120px;
  width: 100%;
  border: 1px solid #BFBFBF;
  border-radius: 0 8px 8px 0;
}
.mwrd-details .rate {
  margin-bottom: 5px;
}
.mwrd-details .rate i {
  font-size: 14px;
}
.mwrd-details .rate i.fa-star {
  color: #fca400;
}
.mwrd-details h5 {
  font-size: 15px;
  color: #999;
}
.mwrd-details h5 img {
  width: 12px;
}
.mwrd-details .title-box {
  background: #EFEFEF;
  color: #000;
  font-size: 18px;
  padding: 10px;
  border-radius: 8px;
}

.track-order {
  margin-top: 40px;
}
.track-order h3 {
  color: #242424;
  font-size: 20px;
  font-weight: 700;
}
.track-order h5 {
  font-size: 17px;
  color: #999;
}
.track-order h5 img {
  width: 15px;
}
.track-order h6.price {
  font-size: 16px;
  color: #222;
  margin-top: 10px;
}
.track-order h6.price span {
  color: #D92F2F;
  font-weight: 700;
  margin-inline-end: 5px;
}
.track-order .offer-list img.cover {
  height: 145px;
}
.track-order h2.count {
  margin: 0;
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 5px;
  width: 80px;
  border: 1px solid #ccc;
  border-radius: 8px;
  text-align: center;
  font-size: 16px;
}
.track-order .StepProgress {
  position: relative;
  padding-left: 0;
  padding-right: 45px;
  list-style: none;
}
.track-order .StepProgress::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  width: 10px;
  height: 100%;
  border-left: 2px solid #CCC;
}
.track-order .StepProgress-item {
  position: relative;
  counter-increment: list;
}
.track-order .StepProgress-item:not(:last-child) {
  padding-bottom: 20px;
}
.track-order .StepProgress-item::before {
  display: inline-block;
  content: "";
  position: absolute;
  right: -27px;
  height: 100%;
  width: 10px;
}
.track-order .StepProgress-item::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: -37px;
  width: 22px;
  height: 22px;
  border: 2px solid #CCC;
  border-radius: 50%;
  background-color: #FFF;
}
.track-order .StepProgress-item.is-done::before {
  border-right: 2px solid #197FC2;
}
.track-order .StepProgress-item.is-done::after {
  content: "✔";
  font-size: 13px;
  color: #FFF;
  text-align: center;
  border: 2px solid #197FC2;
  background-color: #197FC2;
}
.track-order .StepProgress-item.current::before {
  border-right: 2px solid #197FC2;
}
.track-order .StepProgress-item.current::after {
  content: counter(list);
  padding-top: 0px;
  width: 22px;
  height: 22px;
  top: 0px;
  right: -37px;
  font-size: 14px;
  text-align: center;
  color: #197FC2;
  border: 2px solid #197FC2;
  background-color: white;
}
.track-order .StepProgress strong {
  display: inline-block;
  min-width: 130px;
}
.track-order .StepProgress span.date {
  display: inline-block;
  margin-inline-start: 30px;
  color: #777;
}

.main-title {
  color: #242424;
  font-size: 20px;
  font-weight: 700;
}

.price-box h3 {
  color: #242424;
  font-size: 20px;
  font-weight: 700;
}
.price-box .price-list {
  margin-bottom: 10px;
}
.price-box .price-list h5 {
  color: #999;
  font-size: 17px;
}
.price-box .price-list span {
  font-size: 18px;
  font-weight: 700;
}
.price-box .price-list span.total {
  color: #197FC2;
}
.price-box span.cash {
  color: #999;
  margin-top: 20px;
}

.steps.three {
  padding: 0.8rem 0.5rem;
  border-radius: 25px;
  background: transparent;
  margin-bottom: 1rem;
}
.steps.three h4.first {
  color: #197FC2;
  font-size: 1.2rem;
  margin-bottom: 0;
  position: relative;
  width: 38%;
  display: inline-block;
}
.steps.three h4.first span {
  display: inline-flex;
  width: 25px;
  height: 25px;
  text-align: center;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #D7A345;
  margin-left: 0.5rem;
  justify-content: center;
  align-items: center;
}
.steps.three h4.first span i {
  color: #fff;
  font-size: 16px;
  opacity: 0;
}
.steps.three h4.first::after {
  content: "";
  display: inline-block;
  width: 58%;
  height: 3px;
  margin: 0 5px;
  border-radius: 0%;
  background-color: #D7A345;
  position: absolute;
  left: 0;
  top: 14px;
}
.steps.three h4.first.done i {
  opacity: 1;
}
.steps.three h4.second {
  color: #197FC2;
  font-size: 1.2rem;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
}
.steps.three h4.second span {
  display: inline-flex;
  width: 25px;
  height: 25px;
  text-align: center;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #D7A345;
  background: transparent;
  border: 2px solid #D7A345;
  margin-left: 0.5rem;
  justify-content: center;
  align-items: center;
}
.steps.three h4.second span i {
  color: #fff;
  font-size: 16px;
  opacity: 0;
}
.steps.three h4.second.done span {
  background: #D7A345;
}
.steps.three h4.second.done span i {
  opacity: 1;
}

.discount-input {
  display: flex;
}
.discount-input input {
  width: 80%;
  border: 1px solid #ccc;
  text-indent: 10px;
  padding: 5px;
  height: 42px;
  border-radius: 0 5px 5px 0;
  border-left: none;
  outline: none;
  background: #fff;
}
.discount-input button {
  width: 20%;
  border: 2px solid #197FC2;
  color: #fff;
  border-radius: 8px 0 0 8px;
  height: 42px;
  line-height: 35px;
  background: #197FC2;
  outline: none;
}

.payment-way label {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px 20px;
  width: 100%;
  background: #EEEEEE;
  border-radius: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
.payment-way label i {
  font-size: 40px;
  margin-bottom: 10px;
}
.payment-way label span {
  font-size: 16px;
  color: #444;
}
.payment-way label.check {
  background: #197FC2;
  color: #fff;
}
.payment-way label.check span {
  color: #fff;
}
.payment-way input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.sidebar {
  border-left: 1px solid #D4D4D4;
  border-right: 1px solid #D4D4D4;
  height: 100%;
}
.sidebar ul li {
  padding: 10px;
}
.sidebar ul li.active {
  background: #197FC2;
}
.sidebar ul li.active a {
  color: #fff;
}
.sidebar ul li a {
  color: #197FC2;
}

.sidebar ul li a {
  color: #354664;
}

.profile-box {
  padding: 2rem 0;
}
.profile-box img.user {
  height: 170px;
  width: 170px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 10px;
  border-radius: 50%;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1607843137);
}
.profile-box h4 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: #444;
}
.profile-box h4 i {
  color: #197FC2;
}

.red-color {
  color: #D92F2F !important;
}

.rate-box i {
  font-size: 22px;
}

.comment-box {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
  display: flex;
}
.comment-box:last-child {
  border: none;
}
.comment-box img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
.comment-box h4 {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-top: 0;
  margin-bottom: 5px;
}
.comment-box p {
  color: #999;
  font-size: 16px;
  margin-bottom: 5px;
}
.comment-box i {
  color: #555;
}
.comment-box i.fa-star {
  color: #D7A345;
}

.login {
  margin-top: 60px;
}
.login .login-box {
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 0 9px #ccc;
}
.login .login-box img.logo {
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.login .login-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
  color: #197FC2;
}
.login .login-box input {
  width: 100%;
  margin-top: 20px;
  border: 1px solid #ccc;
  padding: 5px 10px;
  height: 42px;
  border-radius: 8px 5px;
  outline: none;
  background: #fff;
  text-align: right;
}
.login .login-box select {
  width: 100%;
  margin-top: 20px;
  border: 1px solid #ccc;
  padding: 5px 5px;
  height: 42px;
  border-radius: 8px 5px;
  outline: none;
  background: #fff;
  text-align: right;
  color: #777;
}
.login .login-box a.main-color {
  color: #D7A345;
  display: block;
  text-align: left;
  margin-top: 10px;
}
.login .login-box a.spec {
  display: block;
  text-align: right;
  margin-top: 20px;
  color: #000;
}
.login .login-box a.spec span {
  color: #197FC2;
}
.login .login-box button.sec-color {
  background: #197FC2;
  border: 2px solid #197FC2;
  padding: 0.4rem 1rem;
  color: #fff;
  border-radius: 8px;
  margin-top: 0px;
  width: 100%;
  margin-top: 20px;
}
.login .login-box button.sec-color:hover {
  background: transparent;
  color: #197FC2;
}
.login .login-box input[type=checkbox] {
  height: unset;
  margin-inline-end: 5px;
  width: unset;
  display: inline-block;
}
.login .login-box a.terms {
  color: #000;
  text-decoration: underline !important;
}

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

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

.whatsapp-floating {
  position: fixed;
  bottom: 4rem;
  left: 2rem;
  z-index: 900099;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #25D366;
}
.whatsapp-floating i {
  font-size: 2rem;
  color: #fff;
}

/* Responsive */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  nav.navbar button.navbar-toggler {
    padding: 0.1rem;
  }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0.1rem;
  }
  nav button.navbar-toggler {
    background: #fff;
    border: 2px solid #D7A345 !important;
  }
  footer .bottom-footer {
    margin-top: 1rem;
  }
  footer p {
    width: 100%;
  }
  .slider .carousel-item img {
    height: 150px;
  }
  .service .service-box {
    padding: 1rem;
  }
  .my-title span {
    padding: 1rem 2rem;
  }
  .steps h4::after {
    display: none !important;
  }
  .steps h4 {
    display: block !important;
    margin-bottom: 10px !important;
    width: 100% !important;
  }
  .myForm input[type=radio] {
    margin-bottom: 0 !important;
  }
  .myForm .row.mt-5 {
    margin-top: 15px;
  }
  .cart-list img,
  .mwrd-details img.cover {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .offer-list .mainBtn {
    padding: 0.1rem;
    font-size: 14px;
  }
  .cart-list .quantity {
    margin-bottom: 8px;
  }
  .mwrd-details ul.nav.nav-tabs {
    flex-wrap: nowrap;
  }
  .offers .nav-link {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .sidebar {
    border-bottom: 1px solid #D4D4D4;
  }
  .profile-box img.user {
    margin-bottom: 30px;
    width: 120px;
    height: 120px;
  }
  .profile-box .redBtn {
    margin-top: 10px;
  }
  .tool-detials .right {
    margin-bottom: 30px;
  }
  .login .login-box {
    padding: 40px 20px;
  }
}
/* galaxy S5 */
/* iphone x, 6/7/8 */
/* iphone 6/7/8 plus */
/* ipad */
/* ipad pro  */
/* 17 inch *//*# sourceMappingURL=style.css.map */