html{
    scroll-behavior: smooth;
}
body{
    overflow-x: hidden;
    direction: rtl;
}
.mansour-alert{
  width: fit-content;
  margin-bottom: 10px;
  color: #fff!important;
  background-color: #dc3545;
  padding: 2px 10px;
  border-radius: 5px;
}
.bg-darkRed{
  background-color: #dc3545;
}
.tax-included{
  position: absolute;
  bottom: -15px;
  left: 50%;
  color: #fff;
  font-size: 10px;
  transform: translateX(-50%);
  width: 100%;
  white-space: break-spaces;
}
.delivery-order{
  width: 100%;
  position: relative;
  border-radius: 5px;
  border: 2px solid transparent;
  margin-top: 20px;
}
.delivery-order.cash{
  border-color: #D15F5F;
}
.delivery-order.stc-pay,.delivery-order.bank-transfer,.delivery-order.online{
  border-color: #5FB6D1;
}
.delivery-order.delievered{
  border-color: #007A72;
}
.delivery-order .details{
  position: relative;
  width: 75%;
  padding: 15px;
}
.delivery-order .details p{
  margin-bottom: 5px;
}
.delivery-order .details .show-order{
  position: absolute;
  left: 20px;
  bottom: 20px;
  top: unset;
  background-color: #007A72;
  border-color: #007A72;
  color: white;
  padding: 5px 15px;
  text-align: center;
  transform: unset;
  border-radius: 5px;
}
.delivery-order .action{
  position: absolute;
  height: 100%;
  width: 25%;
  left: 0;
  top: 0;
  color: white;
  font-weight: bolder;
}
.delivery-order.cash .action{
  background-color: #D15F5F;
}
.delivery-order.stc-pay .action,.delivery-order.bank-transfer .action,.delivery-order.online .action{
  background-color: #5FB6D1;
}
.delivery-order.delievered .action{
  background-color: #007A72;
}
.delivery-order .action p{
  margin-bottom: 5px;
}
.delivery-order .action .btn-collect{
  background-color: #EEEEEE;
  color: #2BD769;
  border-radius: 5px;
  padding: 5px 15px;
  margin-top: 20px;
}
.delivery-order .action .btn-collect:hover{
  border-color: transparent!important;
  color: #007A72;
}
/* min-height */
section:only-of-type > .container > .row{
    min-height: 70vh;
    position: relative;
}
.cancel-coupon{
  position: absolute;
  top: 0px;
  left: 0px;
  min-width: 30px!important;
  height: 100%;
}
.cancel-coupon i{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.empty-section{
    min-height: 500px;
}
.reciept-img{
    height: auto;
    width: 75px;
}
.no-decoration{
  text-decoration: none!important;
}
.flip{
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.va-middle{
    vertical-align: middle;
}
.navbar button:focus{
  border: none!important;
}
button:focus, input:focus, a:focus {
    outline: none!important;
    box-shadow: none!important;
}
input{
  border-radius: 0!important;
}
select{
    min-width: 80px;
}{{  }}{{  }}{{  }}
textarea:hover, 
input:hover, 
textarea:active, 
input:active, 
textarea:focus, 
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active,select:focus
{
    outline:none !important;
    box-shadow: none !important;
    border-color: #007A72!important;

}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #B1B1B1!important;
    opacity: 1; /* Firefox */
  }
  input[type=checkbox]:checked{
    background-color: #007A72!important;
    border-color: #C4C4C4!important;
  } 
  
  hr{
    border-top: 1px solid #CDCDCD;
  }
  .border-right{
      border-left: 1px solid #C4C4C4!important;
  }
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #B1B1B1!important;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    color: #B1B1B1!important;
  }
::-webkit-scrollbar {
    width: 7px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #C8C8C8; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #007A72; 
  }

  .position-relative{
      position: relative;
  }
  .border-radius-10{
      border-radius: 10px;
  }
  .border-radius-5{
    border-radius: 5px!important;
}
  .border-radius-0{
    border-radius: 0!important;
}
.border-bottom-lightGreen{
    border-bottom: 2px solid #2BD769;
}
.border-bottom-green{
    border-bottom: 2px solid #007A72;
}
a.underline{
    text-decoration: underline!important;
}
a.underline:hover{
    text-decoration: none!important;
}
.btn{
  text-decoration: none!important;
}
.border-none{
    border: none!important;
}

.btn{
    min-width: 100px;
}
.input-group-append{
  margin-right: -5px!important;
  z-index: 10!important;
}
.input-group>.input-group-append>.btn{
    border-top-left-radius: 5px!important;
    border-bottom-left-radius: 5px!important;
}
/*fonts*/
@font-face {
    font-family: cairo;
    src:    url(../fonts/Cairo-Light.ttf),
            url(../fonts/Cairo-Regular.ttf),
            url(../fonts/Cairo-SemiBold.ttf),
            url(../fonts/Cairo-Bold.ttf);
}

a{
    text-decoration: none!important;
}
a:hover{
    cursor: pointer;
}
p,button,label,a{
    font-family: cairo;
    font-weight: normal;
}
h1{
    font-family: cairo;
    font-weight: bolder;
}
h2,h3,h4,h5,h6,td,a,.btn,div{
    font-family: cairo;
    font-weight: bold;
}
.mx-w-100{
    max-width: 100%;
}
.max-w-200{
    max-width: 200px;
}
.w-fit{
    width: fit-content!important;
}
.h-fit{
  height: fit-content!important;
}
.parallax {
  min-height: 550px; 
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: auto;
}
#overlay {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(111,192,89,0.3);
    z-index: 1;
  }
.col-img{
    width: 100%;
    margin: auto;
}

/*colors*/
.text-green{
    color: #007A72!important;
}
.text-lightGreen{
    color: #2BD769!important;
}
.text-lightGrey{
    color: #BDBDBD!important;
}
.text-red{
  color: #E01B22;
}
.font-smaller{
    font-size: 12px;
}
.font-larger{
  font-size: 50px;
}
.bg-green{
    background-color: #007A72!important;
}
.bg-blue{
  background-color: #194F85!important;
}
.bg-grey{
  background-color: #EEEEEE!important;
}
.bg-lightGreen{
    background-color: #2BD769!important;
}
.bg-red{
  background-color: #D15F5F;
}
.bg-lightGrey{
  background-color: #EEEEEE;
}

p a{
    color: #1CD2E2!important;
}
p a:hover{
    color: #041C34!important;
}


/*Landing Section Style*/
.landing-section{
    position: relative;
    background-image: url('../img/intro-section.png');
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
}
.landing-section .title{
    position: absolute;
    top: 40vh;
    left: 25vw;
}
.landing-section .title h1{
    font-size: 55px;
}
.landing-section .title h4{
    font-weight: lighter;
}

.cart-span{
    direction: ltr;
    position: absolute;
    right: -1px;
    top: 10px;
    font-size: 14px;
    padding: 0px;
    width: 25px;
    text-align: center;
    height: 25px;
    background-color: #E01B22;
    color: white;
    border-radius: 50%;
    border: 2px solid white;
}

/*USE CSS for Slider*/

.vehicle-detail-banner .car-slider-desc {
  max-width: 180px;
  margin: 0 auto;
}
.banner-slider .slider.slider-for {
  max-width: 84%;
  padding-right: 35px;
}
.banner-slider .slider.slider-nav {
  max-width: 16%;
}
.banner-slider .slider.slider-for,
.banner-slider .slider.slider-nav {
  width: 100%;
  float: right;
}
.banner-slider .slider.slider-nav {
  height: fit-content;
  overflow: hidden;

}
.thumbnail-image.slick-slide{
  opacity: .5;
}
.thumbnail-image.slick-current{
  opacity: 1!important;
}
.slider-banner-image {
  height: 600px;
  vertical-align: middle;
  display: flex!important;
}
.banner-slider .slider.slider-nav {
  padding-top: 10px;
}
.slider-nav .slick-slide.thumbnail-image .thumbImg{
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border: 1px solid #EBEBEB;
}
.slider-banner-image img{
  height: 380px;
  width:  380px;
  box-shadow: 0px 0px 15px #00000066;
  object-fit: cover;
  margin: auto;
}
.slider-nav .slick-slide.thumbnail-image .thumbImg img {
  height: 100%;
  width:100%;
  object-fit: cover;
}
.slick-vertical .slick-slide:active,
.slick-vertical .slick-slide:focus,
.slick-arrow:hover,
.slick-arrow:focus,
.slider-banner-image:hover,
.slider-banner-image:focus {
  border: 0;
  outline: 0;
}

.slider-nav .slick-slide.slick-current span {
  color: #196DB6;
}
.slider-nav .slick-slide {
  text-align: center;
}
.slider-nav .slick-slide span {
  font-size: 14px;
  display: block;
  padding: 5px 0 15px;
}
.slick-arrow {
  width: 100%;
  background-color: transparent;
  border: 0;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
  height: 18px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99;
}
.slick-prev {
 top: 0;
}
.slick-next {
 bottom: 0;
 background-color: #fff;
}
.slick-prev.slick-arrow {
  background-image: url(../images/black-up-arrow.png);
}
.slick-next.slick-arrow {
  background-image: url(../images/black-down-arrow.png);
}
/*End USE CSS for Slider*/

@media screen and (max-width : 991px) {
  .navbar .dropdown-menu.show{
    right: unset;
    left: 0;
    top: 141%;
  }
  .tax-included{
    bottom: -10px;
  }
.cart-span{
  right: -17px;
  top: -10px;
}
.banner-slider .slider.slider-for,
.banner-slider .slider.slider-nav {
    max-width: 100%;
    float: none;
}
.banner-slider .slider.slider-for {
  padding-right: 0;
}
.banner-slider .slider.slider-nav {
  height: auto;
}
.slider-banner-image {
    height: 500px;
} 
.slider.slider-nav.thumb-image {
      padding: 10px 30px 0;
}
.slider-nav .slick-slide span {
  padding: 5px 0;
}
.slick-arrow {
  padding: 0;
    width: 30px;
    height: 30px;
    top: 50%;
    bottom: 0;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}
.slick-prev {
    left: 0;
    right: unset;
}
.slick-next {
    left: unset;
    right: 0;
     background-color: transparent;
}
.vehicle-detail-banner .car-slider-desc {
    max-width: 340px;
}
.bid-tag {
    padding: 10px 0 15px;
}
.slider.slider-nav.thumb-image {
   white-space: nowrap;
}
.thumbnail-image.slick-slide {
  padding: 0px 5px;
  min-width: 75px;
  display: inline-block;
  float: none;
}
}

@media screen and (max-width : 767px) {
.slider-banner-image {
    height: 400px;
}
.slider.slider-nav.thumb-image {
    padding: 0px 20px 0;
    margin: 10px 0px 0;
}
.slider-nav .slick-slide.thumbnail-image .thumbImg {
  max-width: 140px;
  height: 80px;
}
.slick-prev.slick-arrow {
    background-position: center 10px;
}
.slick-next.slick-arrow {
    background-position: center 10px, center;
}
.slider-nav .slick-slide span {
    font-size: 12px;
    white-space: normal;
}
}

@media screen and (max-width: 580px) {
.slider-banner-image {
    height:340px;
}
}

@media screen and (max-width : 480px) {
.slider-banner-image {
    height:280px;
}
}


/*side nav*/
.nav-pills .nav-item{
  padding-left: 0!important;
}
.nav-pills .nav-link{
  color: white!important;
  text-decoration: none!important;
  padding: 10px!important;
  margin-bottom: 5px;
  margin-right: 40px;
}
.nav-pills .nav-link.active, .nav-pills .nav-link:hover{
  color: #007A72!important;
  text-decoration: none!important;
  background-color: #EEEEEE;
  border-top-left-radius: 0!important;
  border-bottom-left-radius: 0!important;
}
.nav-pills .nav-link.active i{
  color: #E01B22;
}

.nav-pills #sub_menu{
  background-color: #EEEEEE;
  margin-right: 50px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-bottom: 20px;
}
.nav-pills #sub_menu .dropdown-item{
  text-align: right;
  background-color: transparent;
  color: #007A72!important;
  font-weight: bold;
  padding: 10px;
  transition: all .5s ease-in-out;
}
.nav-pills #sub_menu .dropdown-item:hover,.nav-pills #sub_menu .dropdown-item:active{
  color: #2BD769!important;
  font-weight: bolder!important;
}

.bs-wizard {margin-top: 40px;}
  .empty-icon{
    font-size: 90px;
  }
  .floating-lang-btn{
    position: absolute;
    top: 70px;
    left: 280px;
  }

  .whatsapp-upload-btn{
    border: 1px dashed #707070;
    background-color: #F5F5F5;
    font-size: 11px;
    color: #A4A4A4;
    border-radius: 20px;
  }
/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 20px; height: 20px; display: block;border:1px solid #C4C4C4; background: #007A72; top: 26px; right: 52%; margin-top: -15px; margin-right: -15px; border-radius: 50%; color: white; text-align: center;line-height: 1;} 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 3px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #007A72;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%; border-radius: 0!important;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5; color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {right: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
.bs-wizard > .bs-wizard-step.complete > .bs-wizard-info{color: #007A72; font-weight: 900;}
.bs-wizard > .bs-wizard-step.complete > .bs-wizard-dot{border: 1px solid #007A72;}
/*END Form Wizard*/

/*Nav bar*/
.nav-sticky{
  position: -webkit-sticky!important; /* Safari */
  position: sticky!important;
  top: 0px;
  z-index: 1030;
}
.navbar.bg-green{
  padding: 0px;
}
.navbar.bg-green .nav-link{
  color:#FFFFFF!important;
  padding: .2rem!important;
}
.navbar.bg-green .nav-link:hover{
  color:#1D1D1D!important;
}
.nav-item{
    padding-left: .5rem;
    padding-right: .5rem;
}
.navbar.solid .nav-item.active .nav-link{
    background-color: #007A72!important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #FFFFFF!important;
}
.navbar{
    align-items: self-start!important;
    box-shadow: 0px 3px 6px #00000029;
}
.fixed-top{
    top: 15px!important;
}
.navbar{
    
}
.navbar-brand{
    margin-top: -15px!important;
    position: absolute;
    top: 10px;
    right: 10pxz;
}
.navbar.solid{
    background-color: #FFFFFF;
    border-bottom: 1px solid #C8C8C8;
    transition: all .2s ease-in-out;
}
.navbar.solid .navbar-nav{
  margin-right: 250px;
}
.navbar.solid .nav-link{
    color: #007A72!important;
    margin-top: 15px
}
.navbar.solid .nav-item.active .nav-link{
    border-bottom: 1px solid #007A72;
}
.navbar.solid.fixed-top{
    top: 0!important;
    height: 60px;
    transition: height 2s ease-in 2s;
    
}

/*How to Order*/
.title-bg{
  background-image: url('../img/title-bg.png');
  height: 100px;
  min-width: 238px;
  line-height: 1.8;
}
.how-to-order .card{
  box-shadow: 0px 0px 15px #00000029;
  border-radius: 5px;
}
.how-to-order .card-title table{
  min-height: 70px;
}
.how-to-order .card-body table{
  min-height: 100px;
}
.how-to-order .card-footer{
    padding: 0!important;
    background-color:transparent!important;
    border-top: none!important;
}
.how-to-order .card-footer table{
  min-height: 130px;
}

/*Orders*/
.orders .card{
  position: relative;
  height: 260px;
  overflow: hidden;
  box-shadow: 0px 0px 15px #0000002B;
}
.card .wrapper {
  height: 80%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.orders .card:hover .data{
  height: 50%;
}

.card:hover .title tr:last-child{
  display: table-row;
}
.orders .card .data button{
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity 3s;
  display: none;
}
.orders .card:hover .data button{
  opacity: 1;
  display: inherit;
}
.card .data{
  height: 35%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  transition: height 0.3s;
  transition: height 0.3s, height 0.3s;
}
.card .data .content {
  height: 100%;
  position: relative;
  z-index: 1;
  box-shadow: 0px -3px 6px #00000029;
}
.card .title{
  height: 100%;
  width: 65%;
  padding: 10px;
}
.card .title h5{
  font-size: 16px;
  line-height: 1.5;
}

.card .title tr:last-child{
  display: none;
}

.card .price {
  height: 100%;
  width: 35%;
  margin: 0;
}
.card .price span{
  font-size: 10px;
}
.example-1 .content {
  background-color: #fff;
}
.custom-control-inline{
    background-color: #F3F3F3;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 0 5px 5px 0!important;
    width: auto!important;
}
.custom-control-label::after,.custom-control-label::before{
  right: 0!important;
}
.custom-control-label{
  padding-right: 25px!important;
}
.custom-radio .custom-control-input:checked~.custom-control-label::after{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")!important;
}
.form-control{
  border: 1px solid #007A72!important;
  border-radius: .25rem!important;
}
.custom-checkbox .custom-control-label::after, .custom-checkbox .custom-control-label::before{
    left: 0!important;
    right: unset!important;
}
.custom-checkbox .custom-control-label{
  padding-right: 0px!important;
  padding-left: 25px!important;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before, .custom-checkbox .custom-control-input:not(:disabled)~.custom-control-label::before{
  border-radius: 0!important;
}
.modal{
  background: rgba(0, 122, 114, 0.5) 0% 0% no-repeat padding-box!important;
  border: 1px solid #707070!important;
}


/*footer*/
footer{
  background-image: url('../img/footer-bg.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #007A72;
}
.footer-copyrights{
  background-color: #d7d7d7;
}

/*Check Out*/
.order-reciept{
  overflow: hidden;
  }
  .order-reciept .single-order{
    box-shadow: 0px 0px 6px #00000029;
  }
  .order-reciept a{
    text-decoration: underline!important;

  }
  .order-reciept a:hover{
    text-decoration: none!important;
  }
  .order-reciept img{
    background-color: white;
  }
  #copoun-div label{
    line-height: 2;
  }

  .shippment-details{
    overflow: hidden;
  }
  .shippment-details label.float-left{
    line-height: 2.2;
  }
  .shippment-details .input-group{
    border: 1px solid #007A72!important;
    border-radius: .25rem!important;
  }
  .shippment-details .input-group input{
    border: none!important;
  }
  .shippment-details .input-group>.input-group-prepend>.input-group-text{
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .shippment-details .input-group-prepend{
    margin-left: 0!important;
  }
  .shippment-details .custom-control{
    background-color: #F3F3F3;
    margin: 10px 0;
    border-radius: 10px;
    padding: 5px;
    width: 100%;
  }
  .shippment-details .custom-control label{
    width: 100%;
  }
  .shippment-details .choose-payment{
    border: 1px solid #007A72;
    border-radius: 5px;
  }
  .shippment-details .location{
    min-width: 200px;
    border-radius: 5px;
    text-decoration: underline;
  }
  .shippment-details .location:hover{
    text-decoration: none;
  }
  .shippment-details .card-header{
    border: none!important;
    background-color: transparent!important;
    color: #007A72;
    font-weight: 800;
    padding: .75rem 0rem;
  }
  .shippment-details .card-link.collapsed .card-header:after{
    content: '\f078';
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 900;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    float: left;
  }
  .shippment-details .card-link .card-header:after{
    content: '\f077';
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 900;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    float: left;
  }
  .shippment-details .card-body{
    padding: 1.25rem 0rem!important;
  }
  .shippment-details .payment .card-link .card-header{
    border-bottom: 1px solid #C4C4C4!important;
  }
  








  
.product-card{
    height: 100%;
    transition: all .2s ease-in-out;
}
  .card-img-top{
      position: relative;
      background-color: #F7F7F7;
      height: 450px;
      width: auto;
  }
  .product-card:hover{
        transform: scale(1.05);
    }
  .product-card:hover  .details{
      display: block;
  }
  .details .btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid white;
    min-width: 100px;
    border-radius: 0;
  }
  .details .btn:hover{
      background-color: #FFFFFF;
      color: #007A72!important;
  }
  .card-img-top .details{
      display: none;
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(11,132,87,0.5);
  }

  .card-img-top img{
      width: 90%;
      height: auto;
      max-height: 400px;
  }

  .max-height{
      max-height: 350px;
      overflow-y: scroll;
  }

.main-title em {
    width: 60px;
    height: 2px;
    background-color: #007A72;
    display: block;
    margin-top: 10px;
}
  

  
.material-design-input-group input {
    background: none;
    width: 100%;
    border: solid 2px #007A72;
    padding: 15px 40px;
    font-size: 20px;
    display: inline-block;
  }
  .material-design-input-group input:focus, input:active {
    outline: none;
  }
  .material-design-input-group input[type="text"], input[type="email"], input[type="password"],input[type="tel"] {
    border: none;
    border-bottom: solid 2px #007A72;
  }
  .material-design-input-group input[type="submit"] {
    margin-top: 50px;
    font-weight: 500;
  }
  .material-design-input-group input[type="submit"]:hover {
    cursor: pointer;
  }
  .material-design-input-group input[type="submit"]:active {
    color: white;
    background: #007A72;
  }
  
  .material-design-input-group {
    display: block;
    margin-top: 35px;
    position: relative;
  }
  .material-design-input-group input {
    padding: 10px 0px;
  }
  .material-design-input-group label {
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 20px;
    color: rgba(11, 132, 87, 0.6);
    pointer-events: none;
    -webkit-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
  }
  .material-design-input-group input:focus + label,
  .material-design-input-group input:valid + label {
    top: -10px;
    font-size: 15px;
    color: rgba(11, 132, 87, 0.4);
  }
  .custom-control-input:not(:disabled)~.custom-control-label::before {
        color: #fff;
        background-color:#fff;
        border-color: #007A72;
        border-radius: 50%!important;
        box-shadow: none!important;
    }
  .custom-control-input:checked~.custom-control-label::before{
      background-color: #007A72;
      border: none!important;
      border-radius: 50%!important;
      box-shadow: none!important;
  }
  .custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #fff;
    border-color: #007A72;
}

/** Force up and down arrow for number input */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
   opacity: 1;
}

/**   **************  */
input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.number-input {
  display: inline-flex;
}

.number-input,
.number-input * {
  box-sizing: border-box;
}

.number-input button {
  outline:none;
  -webkit-appearance: none;
  background-color: #007A72;
  border: none;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  margin: 0;
  position: relative;
}
.number-input button.minus{
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.number-input button.plus{
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}



.number-input input[type=number] {
  font-family: cairo;
  max-width: 3.25rem;
  padding: .5rem;
  border: solid #007A72;
  border-width: 2px;
  font-size: 1.6rem;
  height: 2rem;
  text-align: center;
}
.resend-code-btn{
  color: #196DB6;
  text-decoration: underline!important;
  border: none!important;
  min-width: fit-content!important;
  width: fit-content;
  padding: 0;
}
.resend-code-btn:hover,.resend-code-btn:focus{
  border: none!important;
  color: #007A72;
  text-decoration: none!important;
}
.modal-price{
    background-color: #007A72;
    padding: 20px 5px;
    border-radius: 5px;
    position: relative;
    white-space: nowrap;
}
.modal-content .close{
    position: absolute;
    left: -35px;
    opacity: 1;
    font-size: 40px;
    top: 5px;
}
.switch-field {
	display: flex;
	margin-bottom: 36px;
	overflow: hidden;
}

.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.switch-field label {
	background-color: transparent;
	color: black;
	font-size: 14px;
	line-height: 1;
	text-align: center;
    padding: 8px 16px;
    margin: 0 20px;
	margin-right: 0px;
	border: 1px solid black;
	transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label {
	background-color: #007A72;
    box-shadow: none;
    color: white;
    border-radius: 0!important;
    border: 1px solid black;
}
.switch-field input + label span{
  display: none;
  transition: display ease-out .1s;
}
.switch-field input:checked + label span{
  display: inherit;
}
.custom-select{
    background: url('../img/arrow-down.png') no-repeat left 0rem center/31px 37px!important;
    cursor: pointer;
    border: 1px solid #007A72;
    min-width: 200px;
}
.dashboard-side .list-group-item{
    border: unset!important;
    background-color: unset!important;
    color: white;
    border-radius: 0!important;
    font-weight: bold;
    transition: all ease-in-out .4s;
}
.dashboard-side .list-group-item i,.dashboard-side .list-group-item span{
    color: #007A72;
}

.dashboard-side .list-group-item:hover,.dashboard-side .list-group-item.active{
    background-color: white!important;
    color: #007A72!important;
}
.nested{
  z-index: 2;
  background-color: #007A72;
}
.nested .list-group-item:hover{
  background-color: white!important;
  color: #007A72!important;
}
.nested .list-group-item:hover a{
  color: #007A72!important;
}
.nested .list-group-item a{
    color: white!important;
}


.bs-wizard {margin-top: 40px;}
  .empty-icon{
    font-size: 90px;
  }
  .floating-lang-btn{
    position: absolute;
    top: 70px;
    left: 280px;
  }

/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 20px; height: 20px; display: block;border:1px solid #C4C4C4; background: #007A72; top: 26px; right: 52%; margin-top: -15px; margin-right: -15px; border-radius: 50%; color: white; text-align: center;line-height: 1;} 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 3px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #007A72;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%; border-radius: 0!important;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5; color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {right: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
.bs-wizard > .bs-wizard-step.complete > .bs-wizard-info{color: #007A72; font-weight: 500;}
.bs-wizard > .bs-wizard-step.complete > .bs-wizard-dot{border: 1px solid #007A72;}
/*END Form Wizard*/

.custom-file{
    height: 100px!important;
    position: initial!important;
  }
  .custom-file-input{
    height: 100%!important;
    cursor: pointer;
  }
  .custom-file-label{
    height: 100%!important;
    text-align: center;
    border: 1px dashed #707070!important;
    border-radius: 10px!important;
    background-color: #F5F5F5;
    margin: 0 20px;
    line-height: 2.5;
  }
  .custom-file-label::after{
    display: none!important;
  }
  .pay-amount{
    background-color: #D4D4D4;
    border-radius: 10px!important;
    margin: 0 4px;
    padding: 10px 0 25px;
  }
  .order-details{
    overflow: hidden;
    position: relative;
    background-color: #EEEEEE;
    border-radius: 5px;
    padding: 20px;
    margin-top: 20px;
  }
  .order-price{
    color: white;
    text-align: center;
    width: 100px;
    height: 100px;
    border-radius: 5px;
  }
  .order-details.cash{
    border: 1px solid #D15F5F;
  }
  .order-details.cash .order-price{
    background-color: #D15F5F;
  }
  .order-details.not-cash{
    border: 1px solid #5FB6D1;
  }
  .order-details.not-cash .order-price{
    background-color: #5FB6D1;
  }
  .remove-order{
    background-color: #E01B22;
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    text-align: center;
    line-height: 1.2;
    font-size: 25px;
    cursor: pointer;
    box-shadow: none;
    border: none;
  }
  .online-payment{
    padding: 20px;
    max-width: 75%;
    margin: auto;
    background-color: #F5F5F5;
  }
  .sticky{
    position: sticky;
    top: 100px;
  }
  .sticky-mobile{
    position: sticky;
    top: 60px;
    z-index: 999;
  }
  .sticky-mobile-2{
    position: sticky;
    top: 100px;
    z-index: 999;
  }
  .sticky-bottom{
    position: sticky;
    bottom: 0px;
    z-index: 2;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(205, 205, 205, 0.75);
-moz-box-shadow:    0px 0px 9px 0px rgba(205, 205, 205, 0.75);
box-shadow:         0px 0px 9px 0px rgba(205, 205, 205, 0.75);
  }
  .reciept-products{
    max-height: 250px;
    overflow-y: scroll;
  }
  @media (min-width: 768px){
    .navbar-expand-md.sticky-mobile .navbar-collapse{
      display: block!important;
    }
    .navbar-expand-md.sticky-mobile-2 .navbar-collapse{
      display: block!important;
    }
  }
  .sticky-0{
    position: sticky;
    top: 0px;
  }
  .mw-100px{
    width: 100px;
  }
  .w-165px{
    width: 165px;
  }
  .form-group.custom{
    border: 1px solid #007A72;
    padding: 10px;
    width: 100%;
    margin-top: 20px;
    color: #007A72;
    transition: all ease-out 0.2s;
  }
  .form-group.custom:hover{
    border: 1px solid #007A72;
    color: #007A72;
  }
  .dashboard-form{
    border: 1px solid #007A72;
    padding: 20px;
    margin-top: 20px;
  }
  .submit{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .modal-content{
    border-radius: 0!important;
  }

  .list-down-btn{
    cursor: pointer;
  }
  .list-down-btn span
{
  float: left;
  color: black;
  margin-top: 2px;
}

.list-group-collapse
{
  overflow: hidden;
}

.list-group-collapse li  ul {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -11px;
    border-radius: 0px;
}

.list-group-collapse li ul
{
  border-radius: 0px !important;
  margin-top: 8px;
}

.list-group-collapse li  ul li {
    border-radius: 0px !important;
    border-right: none;
    border-left: none;
    padding-right: 32px;
}

#filterList
{
  display: none;
}

#subgroup
{
  display: none;
}
.dropdown-divider{
  margin: 0!important;
}
.dropdown-menu.show{
  padding: 0!important;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
.dropdown-item{
  color: #007A72!important;
  font-weight: bold;
  padding: 10px;
  text-align: center;
}
.dropdown-item i{
  color: #007A72;
}
.dropdown-item:hover,.dropdown-item:last-child{
  color: white!important;
  background-color: #007A72;
  padding: 10px;
}


/*Login page*/
.login-section{
  background-color: #EEEEEE;
  position: relative;
  background-image: url(../img/login-section.png);
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  min-width: 100vw;
  min-height: 100vh;
}
.login-section .container{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.form-container{
  position: relative;
  background-color: #007A72;
  color: white;
  padding: 160px 80px;
}
.register-section .form-container{
  padding: 20px 80px;
}
.form-container form{
  padding: 20px;
  width: 60%;
  margin: auto;
}
.form-container form .invalid-feedback{
    color: #ffffff;
    padding: 5px 10px;
    background-color: #E01B22;
    border-radius: 5px;
}
.aside-form{
  background-color: white;
}
.btn-border{
  border: 1px solid white;
}

/*IPAD PRO*/
@media(max-width: 1200px){
  footer{
    background-size: contain!important;
  }
}
/*IPAD PRO*/
@media(max-width: 1024px){
  footer{
    background-size: contain!important;
  }
}
.navbar.solid .dropdown-menu.show{
  display: block;
}
/*IPAD*/
@media(max-width: 768px){
  .navbar.solid .dropdown-menu.show{
    display: block;
  }
    .navbar-expand-md{
        justify-content: flex-start!important;
    }
    .navbar-brand{
      margin-top: 0!important;
      position: inherit!important;
    }
    .navbar-brand img{
      width: 100px;
    }
    .navbar.solid .navbar-nav{
      width: 100%;
      text-align: center;
      margin-right: 0;
      margin: auto;
    }
    .navbar.solid .navbar-nav li{
      padding-left: 0;
      padding-right: 0;
    }
    .modal-price{
      margin-left: 25px;
    }
    .modal-header .close{
      left: 10px;
      color: #007A72!important;
    }
    .order-price{
      width: 175px;
      height: 50px;
    }
    .shippment-details label.float-left{
      font-size: 15px;
    }
    .login-section .container{
      position: absolute;
      top: 0%;
      left: 50%;
      transform: translateX(-50%);
    }
    .register-section .form-container,.form-container{
      padding: 20px;
    }
    .form-container h1{
      font-size: 1.5rem;
    }
    .form-container form{
      width: 100%;
    }
    .aside-form{
      background-color: transparent;
    }
    h5{
      text-align: center;
      display: flex;
      flex-shrink: 0;
      justify-content: space-between;
      align-items: center;
    }
    h5:before,
    h5:after {
      border-top: 2px solid white;
      content: '';
      display: block;
      flex-grow: 1;
      position: relative;
    }
    h5:before {
      margin-left: 20px;
    }
    
    h5:after {
      margin-right: 20px;
    }
}
/*Mobile*/
@media(max-width: 600px){
    
}
/*small Mobile*/
@media(max-width: 360px){
    
}
.section .top-side {
  text-align: center;
}
.section .top-side .title {
  font-weight: 500;
  font-size: 15px;
  display: inline-block;
}
.section .top-side .title:after {
  content: "";
  display: block;
  width: 50%;
  border-bottom: 1px solid #494949;
  margin: 8px auto;
}
.section .top-side h2 {
  font-weight: 700;
}
.section.portfolio .filters {
  text-align: center;
}
.section.portfolio .filters ul {
  padding: 0;
}
.section.portfolio .filters ul li {
  list-style: none;
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  position: relative;
  border-radius: 5px;
  margin: 10px;
}
.section.portfolio .filters ul li:after {
  content: "";
  display: block;
  width: calc(0% - 60px);
  position: absolute;
  height: 2px;
  background: #333;
  transition: width 350ms ease-out;
}


.section.portfolio .filters-content {
  margin-top: 50px;
}
.section.portfolio .filters-content .show {
  opacity: 1;
  visibility: visible;
  transition: all 350ms;
}
.section.portfolio .filters-content .hide {
  opacity: 0;
  visibility: hidden;
  transition: all 350ms;
}
.section.portfolio .filters-content .item {
  text-align: center;
  cursor: pointer;
  margin-bottom: 30px;
}
.section.portfolio .filters-content .item .p-inner {
  padding: 20px 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.section.portfolio .filters-content .item .p-inner h5 {
  font-size: 15px;
}
.section.portfolio .filters-content .item .p-inner .cat {
  font-size: 13px;
}
.section.portfolio .filters-content .item img {
  width: 100%;
}
.filters ul li.active{
  background-color: #007A72;
  color: white;
}

.address{
  border: 1px solid #007A72;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
}
.address p{
  color: #007A72;
}
.address i{
  line-height: 1.5;
  color: #007A72;
  transition: all .5s ease-in-out;
  margin: 0 10px;
}
.address.active{
  background-color: #007A72;
  color: white;
}
.address.active p, .address.active i{
  color: white;
}
.address:hover i{
  color: #E01B22;
}
.address-form{
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
}
.map-btn{
  position: absolute;
  left: 35px;
  bottom: 35px;
}

.navbar.bg-danger .nav-link{
  color:#FFFFFF!important;
  padding: .2rem!important;
}
.navbar.bg-danger .nav-link:hover{
  color:#1D1D1D!important;
}