@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@font-face {
  font-family: JF-Flat;
  src: url(../webfonts/JF-Flat-regular.otf);
}
@font-face {
  font-family: Tajawal;
  src: url(../webfonts/Tajawal-Regular.ttf);
}
@font-face {
  font-family: Hacen;
  src: url(../webfonts/Hacen_Saudi_Arabia.ttf);
}
* {
  font-family: "JF-Flat";
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #f8f8f8;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
  background-color: #51b1de;
  outline: 1px solid #51b1de;
  border-radius: 20px !important;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

button:focus {
  outline: 0;
}

.color1 {
  color: #89cff0;
}

.color2 {
  color: #51b1de;
}

.goldColor {
  color: #ffd700 !important;
}

.BG1 {
  background-color: #89cff0;
}

.BG2 {
  background-color: #51b1de;
}

.row {
  margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

.form-control:focus {
  background-color: #ffffff;
  border-color: #89cff0;
  outline: none;
  box-shadow: 0px 2px 5px #89cff0;
  transition: all 0.3s ease-in-out;
}

.select2 {
  width: auto !important;
}
.select2 .select2-selection__rendered {
  line-height: 34px !important;
  padding-left: 8px !important;
  padding-right: 20px !important;
}
.select2 .select2-selection--single {
  height: 38px !important;
  display: flex;
  align-items: center;
}
.select2 .select2-selection__arrow {
  height: 37px !important;
  left: auto !important;
  right: 1px !important;
}

.select2-container .select2-dropdown {
  box-shadow: 0px 4px 4px rgba(0, 102, 153, 0.3137254902) !important;
  border: none;
}
.select2-container .select2-dropdown .select2-results ul {
  max-height: 450px !important;
}
.select2-container .select2-dropdown .select2-results ul li {
  line-height: 38px;
  min-height: 38px;
  padding: 5px 10px;
  transition: all 0.3s ease-in-out;
  margin-top: 1px;
}
.select2-container .select2-dropdown .select2-results ul li.select2-results__option--selected, .select2-container .select2-dropdown .select2-results ul li.select2-results__option--highlighted {
  background-color: #e17e50 !important;
  color: #ffffff !important;
}

@media (max-width: 767px) {
  .container {
    padding: 0px 5px;
  }
}
.form-outline {
  padding: 10px;
}
.form-outline .form-control ~ .form-label {
  padding-top: 14px;
}

.form-outline .form-control:focus ~ .form-label {
  padding-top: 6px;
}

.form-outline .form-control:focus ~ .form-notch .form-notch-trailing {
  border-color: #51b1de;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

content {
  min-height: 40vh;
  display: block;
}

strong {
  font-weight: bold;
}

.flatIcon {
  color: #51b1de;
  transition: all 0.3s ease-in-out;
}
.flatIcon::before {
  font-size: 40px;
  margin: auto;
}

/*================================================
   Main
=================================================*/
.section-title {
  text-align: center;
  border-bottom: 1px solid #cccccc;
  max-width: 670px;
  margin: 0 auto 50px;
  width: 100%;
}
.section-title h2 {
  font-size: 30px;
  margin-bottom: 0;
  position: relative;
  background: #fff;
  font-weight: 600;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  top: 15px;
  margin-top: -15px;
}

.default-btn {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  background-color: #e17e50;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  opacity: 1;
  padding: 10px 20px;
}
.default-btn span {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #ffffff;
  color: #ffffff;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 5px;
  opacity: 1;
}
.default-btn i {
  margin-right: 5px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.default-btn:hover {
  color: #292929 !important;
}
.default-btn:hover span {
  width: 225%;
  height: 562.5px;
}
.default-btn:hover i {
  color: #292929;
}

.single-products {
  margin-bottom: 30px;
  padding: 20px 10px;
  transition: all 0.3s ease-in-out;
}
.single-products .products-image {
  position: relative;
  overflow: hidden;
}
.single-products .products-image img {
  transition: all 0.3s ease-in-out;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 200px;
}
.single-products .products-image .tag,
.single-products .products-image .saleTag {
  display: inline-block;
  background: #89cff0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  top: 15px;
  right: 15px;
  height: 50px;
  min-width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 500px;
  padding: 5px 7px;
  transition: all 0.3s ease-in-out;
}
.single-products .products-image .saleTag {
  background: #e17e50;
}
.single-products .products-image .action {
  padding-left: 0;
  margin-bottom: 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  padding: 15px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.single-products .products-image .action li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
}
.single-products .products-image .action li:last-child {
  margin-right: 0;
}
.single-products .products-image .action li .action-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #89cff0;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
}
.single-products .products-image .action li .action-btn i {
  margin-right: 5px;
}
.single-products .products-image .action li a i {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1882352941);
  color: #89cff0;
  font-size: 18px;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.single-products .products-image .action li a i:hover {
  background-color: #89cff0;
  color: #ffffff;
}
.single-products .products-content {
  padding: 20px 10px 5px;
}
.single-products .products-content h3 {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: bold;
}
.single-products .products-content h3 a {
  color: #292929;
}
.single-products .products-content p {
  height: 50px;
  overflow: hidden;
  margin-bottom: 10px;
}
.single-products .products-content .price {
  font-size: 16px;
  color: #292929;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.single-products .products-content .oldPrice {
  text-decoration: line-through;
  color: #777;
  margin: 0px 5px;
  font-weight: 600;
  font-size: 16px;
}
.single-products .products-content .input-counter {
  display: block;
  margin: 10px auto 0px;
}
.single-products .products-content .input-counter span {
  font-size: 14px;
  justify-content: center;
  align-items: center;
}
.single-products .products-content h6 {
  margin-bottom: 10px;
}
.single-products .products-content .states {
  background-color: #e17e50;
  color: #ffffff;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.single-products:hover {
  box-shadow: 0px 2px 4px rgba(41, 41, 41, 0.1882352941);
}
.single-products:hover .products-image img {
  transform: rotate(1deg) scale(1.1);
}
.single-products:hover .products-image .tag {
  background: #e17e50;
}
.single-products:hover .products-image .saleTag {
  background: #ffd700;
}
.single-products:hover .products-image .action {
  bottom: 10px;
  opacity: 1;
  visibility: visible;
}
.single-products:hover .products-content h3 a {
  color: #89cff0;
}
.single-products:hover .products-content .price {
  color: #e17e50;
}
@media (max-width: 767px) {
  .single-products {
    padding: 10px 0px;
    margin-bottom: 15px;
  }
  .single-products .products-image img {
    height: 130px;
  }
  .single-products .products-image .action {
    position: relative;
    opacity: 1;
    visibility: visible;
    padding: 5px;
  }
  .single-products .products-image .action li a i {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  .single-products .products-image .tag,
  .single-products .products-image .saleTag {
    min-width: 36px;
    height: 36px;
    font-size: 12px;
  }
  .single-products .products-content {
    padding: 10px 10px 5px;
  }
  .single-products .products-content p {
    height: 38px;
  }
  .single-products .products-content .rating {
    padding-left: 0;
    margin-bottom: 5px;
  }
}

.rating {
  padding-left: 0;
  margin-bottom: 12px;
  list-style: none;
}
.rating li {
  display: inline-block;
}
.rating li i {
  color: #ffd700;
}

.input-counter {
  max-width: 130px;
  min-width: 130px;
  text-align: center;
  display: inline-block;
  position: relative;
}
.input-counter span {
  position: absolute;
  top: 0;
  background-color: #a4a4a4;
  cursor: pointer;
  color: #ffffff;
  width: 25px;
  height: 25px;
  line-height: 28px;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  border-radius: 50%;
  margin: 0px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.input-counter span.minus-btn {
  left: 0;
}
.input-counter span.plus-btn {
  right: 0;
}
.input-counter input {
  height: 25px;
  color: #292929;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  border-radius: 100px;
}
.input-counter input::-moz-placeholder {
  color: #292929;
}
.input-counter input::placeholder {
  color: #292929;
}

.modal.fade {
  display: block !important;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}

.modal.fade.show {
  display: block !important;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease 0s;
}

.sliderWithThumb .swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.sliderWithThumb .swiper-container .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sliderWithThumb .product-details-top,
.sliderWithThumb .gallery-top {
  height: 80%;
  width: 100%;
}
.sliderWithThumb .product-details-top img,
.sliderWithThumb .gallery-top img {
  min-height: 350px;
}
.sliderWithThumb .product-details-thumbs,
.sliderWithThumb .gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.sliderWithThumb .product-details-thumbs img,
.sliderWithThumb .gallery-thumbs img {
  min-height: 100px;
}
.sliderWithThumb .product-details-thumbs .swiper-slide,
.sliderWithThumb .gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.sliderWithThumb .product-details-thumbs .swiper-slide img,
.sliderWithThumb .gallery-thumbs .swiper-slide img {
  cursor: pointer;
}
.sliderWithThumb .product-details-thumbs .swiper-slide-thumb-active,
.sliderWithThumb .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 500px;
  border: 1px solid #e17e50;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e17e50;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 26px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

.swiper-button-prev::after {
  content: "\f105" !important;
}

.swiper-button-next::after {
  content: "\f104" !important;
}

a[data-fancybox] {
  cursor: zoom-in;
}

/*================================================
 spinner
=================================================*/
.spinner {
  width: 100%;
  height: 100vh;
  margin: 0;
  background-color: #fbfbfe;
  display: flex;
  display: none;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.spinner .loader {
  width: 8vmax;
  height: 8vmax;
  border-right: 4px solid #e17e50;
  border-radius: 100%;
  animation: spinleft 1s linear infinite;
}
.spinner .loader:before, .spinner .loader:after {
  content: "";
  width: 6vmax;
  height: 6vmax;
  display: block;
  position: absolute;
  top: calc(50% - 3vmax);
  left: calc(50% - 3vmax);
  border-left: 3px solid #e17e50;
  border-radius: 100%;
  animation: spinright 1s linear infinite;
}
.spinner .loader:after {
  width: 4vmax;
  height: 4vmax;
  top: calc(50% - 2vmax);
  left: calc(50% - 2vmax);
  border: 0;
  border-right: 2px solid #e17e50;
  animation: none;
}
@keyframes spinright {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(720deg);
  }
}
@keyframes spinleft {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}

/*================================================
   Header
=================================================*/
.MiddleHeader {
  background-color: #e17e50;
}
.MiddleHeader .logo {
  height: 60px;
  width: 100%;
  max-width: 130px;
  -o-object-fit: contain;
     object-fit: contain;
}
.MiddleHeader #language a {
  color: #ffffff;
  font-size: 16px !important;
}
.MiddleHeader .country {
  position: relative;
}
.MiddleHeader .country .dropdown-toggle {
  box-shadow: none;
  color: #fff;
  padding: 0px 8px;
  font-size: 16px !important;
}
.MiddleHeader .country .dropdown-toggle::after {
  display: none;
}
.MiddleHeader .country .dropdown-menu {
  right: 0 !important;
  left: auto !important;
}
.MiddleHeader .country .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
}
.MiddleHeader .country .flag {
  width: 25px;
  max-height: 30px;
  margin-right: 5px;
  border-radius: 2px;
}
.MiddleHeader form {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
.MiddleHeader form .search-box {
  position: relative;
}
.MiddleHeader form .search-box .form-control {
  height: 44px;
  padding: 8px 15px;
  border: none;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  color: #292929;
  width: 100%;
  font-weight: 600;
  border-radius: 10px;
}
.MiddleHeader form .search-box .form-control:focus {
  box-shadow: none;
}
.MiddleHeader form .search-box .form-control::-moz-placeholder {
  font-weight: normal;
}
.MiddleHeader form .search-box .form-control::placeholder {
  font-weight: normal;
}
.MiddleHeader form .search-box button {
  border: none;
  color: #e17e50;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 0px;
  transition: all 0.3s ease-in-out;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  border-radius: 30px;
  cursor: pointer;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.MiddleHeader .linkIcons i {
  font-size: 25px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin: 0px 10px;
  position: relative;
}
.MiddleHeader .linkIcons i .badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #ffffff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1882352941);
  color: #e17e50;
  border-radius: 100px;
  height: 20px;
  min-width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
.MiddleHeader .linkIcons .TabName {
  display: none;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .MiddleHeader .linkIcons {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.1882352941);
    z-index: 9998;
  }
  .MiddleHeader .linkIcons a {
    display: block;
    text-align: center;
    width: 100%;
    padding: 15px 15px 10px;
  }
  .MiddleHeader .linkIcons a i {
    color: #777;
    font-size: 20px;
  }
  .MiddleHeader .linkIcons a i .badge {
    background-color: #e17e50;
    color: #ffffff;
  }
  .MiddleHeader .linkIcons a .TabName {
    display: block;
    color: #777;
  }
  .MiddleHeader .linkIcons a:hover i,
  .MiddleHeader .linkIcons a:hover .TabName {
    color: #e17e50;
    transition: all 0.3s ease-in-out;
  }
  .MiddleHeader .linkIcons a:hover i {
    font-weight: bold;
  }
}

.navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  background-color: #ffffff !important;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.navbar-area .main-navbar {
  background-color: #ffffff;
  box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.1882352941);
}
.navbar-area .main-navbar .navbar {
  position: inherit;
  padding: 0px;
  box-shadow: none;
}
.navbar-area .main-navbar .navbar .navbar-brand {
  font-size: inherit;
  line-height: 1;
  padding: 0px;
}
.navbar-area .main-navbar .navbar ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.navbar-area .main-navbar .navbar .navbar-nav {
  margin: auto;
}
.navbar-area .main-navbar .navbar .navbar-nav .nav-item {
  position: relative;
}
.navbar-area .main-navbar .navbar .navbar-nav .nav-item a {
  color: #292929;
  padding: 20px 0;
  margin: 0px 12px;
}
.navbar-area .main-navbar .navbar .navbar-nav .nav-item a i {
  font-size: 18px;
  position: relative;
  top: 2px;
  display: inline-block;
  padding: 0px 5px;
}
.navbar-area .main-navbar .navbar .navbar-nav .nav-item a:hover, .navbar-area .main-navbar .navbar .navbar-nav .nav-item a:focus, .navbar-area .main-navbar .navbar .navbar-nav .nav-item a.active {
  color: #89cff0;
}
.navbar-area .main-navbar .navbar .navbar-nav .nav-item:last-child a {
  margin-right: 0;
}
.navbar-area .main-navbar .navbar .navbar-nav .nav-item:first-child a {
  margin-left: 0;
}
.navbar-area .main-navbar .navbar .navbar-nav .nav-item:hover a, .navbar-area .main-navbar .navbar .navbar-nav .nav-item.active a {
  color: #e17e50;
}
.navbar-area .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu {
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1882352941);
  background: #ffffff;
  position: absolute;
  border: none;
  top: 60px;
  left: 0;
  width: 275px;
  z-index: 99;
  display: block;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  transition: all 0.4s ease-in-out;
  padding: 15px 5px;
}
.navbar-area .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a {
  padding: 8px 15px;
  margin: 0;
  position: relative;
  display: block;
  color: #292929;
  font-size: 15px;
}
.navbar-area .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a i {
  margin: 0;
  position: absolute;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  right: 10px;
}
.navbar-area .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .navbar-area .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .navbar-area .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #89cff0;
}
.navbar-area .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.navbar-area .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #515050;
}
.navbar-area .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .navbar-area .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .navbar-area .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #89cff0;
}
.navbar-area .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: 250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.navbar-area .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #515050;
}
.navbar-area .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar-area .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-area .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #89cff0;
}
.navbar-area .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.navbar-area .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #515050;
}
.navbar-area .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar-area .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-area .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #89cff0;
}
.navbar-area .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: 250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.navbar-area .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #515050;
}
.navbar-area .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar-area .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-area .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #89cff0;
}
.navbar-area .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.navbar-area .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #515050;
}
.navbar-area .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar-area .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-area .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #89cff0;
}
.navbar-area .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: 250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.navbar-area .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #515050;
}
.navbar-area .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar-area .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-area .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #89cff0;
}
.navbar-area .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: -#89cff0;
}
.navbar-area .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease-in-out;
}
.navbar-area .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #89cff0;
}
.navbar-area .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease-in-out;
}
.navbar-area .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #89cff0;
}
.navbar-area .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease-in-out;
}
.navbar-area .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #89cff0;
}
.navbar-area .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease-in-out;
}
.navbar-area .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #89cff0;
}
.navbar-area .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease-in-out;
}
.navbar-area .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #89cff0;
}
.navbar-area .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease-in-out;
}
.navbar-area .main-navbar .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease-in-out;
}
.navbar-area .main-navbar .navbar .navbar-nav .nav-item.megamenu {
  position: inherit;
}
.navbar-area .main-navbar .navbar .navbar-nav .nav-item.megamenu .container {
  display: block;
  flex-wrap: unset;
  align-items: unset;
  justify-content: unset;
}
.navbar-area .main-navbar .navbar .navbar-nav .nav-item.megamenu .dropdown-menu {
  width: 100%;
  margin-top: 8px;
  position: absolute;
  top: auto;
  left: 0;
  margin: auto;
  right: 0;
  padding: 30px 10px;
  transform: unset !important;
}
.navbar-area .main-navbar .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .submenu-title {
  color: #292929;
  position: relative;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 8px;
  text-transform: capitalize;
  margin-bottom: 20px;
  margin-top: 15px;
}
.navbar-area .main-navbar .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .submenu-title::before {
  width: 30px;
  height: 1px;
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: #89cff0;
}
.navbar-area .main-navbar .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .submenu-title:first-child {
  margin-top: 0;
}
.navbar-area .main-navbar .navbar .navbar-nav .nav-item.megamenu .dropdown-menu a {
  border-bottom: none !important;
}
.navbar-area .main-navbar .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a {
  margin-top: 14px;
  color: #e17e50;
  padding: 0;
}
.navbar-area .main-navbar .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a:hover, .navbar-area .main-navbar .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a.active {
  color: #89cff0;
}
.navbar-area .main-navbar .navbar .others-option .option-item {
  margin-right: 20px;
}
.navbar-area .main-navbar .navbar .others-option .option-item:last-child {
  margin-right: 0;
}
.navbar-area .main-navbar .navbar .others-option .option-item .info {
  position: relative;
  padding-left: 45px;
  transition: all 0.3s ease-in-out;
}
.navbar-area .main-navbar .navbar .others-option .option-item .info .icon i {
  color: #89cff0;
  position: absolute;
  left: 0;
  top: 4px;
  background-color: #ffe6e2;
  display: inline-block;
  height: 40px;
  width: 35px;
  line-height: 40px;
  border-radius: 5px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.navbar-area .main-navbar .navbar .others-option .option-item .info .icon i:hover {
  background-color: #89cff0;
  color: #ffffff;
}
.navbar-area .main-navbar .navbar .others-option .option-item .info span {
  color: #292929;
  font-weight: 500;
}
.navbar-area .main-navbar .navbar .others-option .option-item .info p {
  font-size: 14px;
}
.navbar-area .main-navbar .navbar .others-option .option-item .info p a {
  color: #939292;
  font-weight: 500;
}
.navbar-area .main-navbar .navbar .others-option .option-item .cart-btn {
  font-size: 25px;
  position: relative;
  line-height: 1;
}
.navbar-area .main-navbar .navbar .others-option .option-item .cart-btn a {
  display: inline-block;
  position: relative;
}
.navbar-area .main-navbar .navbar .others-option .option-item .cart-btn a span {
  position: absolute;
  right: -2px;
  top: -10px;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 16.9px;
  border-radius: 50%;
  color: #ffffff;
  background-color: #89cff0;
}
.navbar-area .main-navbar .navbar .others-option .option-item .cart-btn a i {
  font-weight: 500;
  font-size: 25px;
  color: #848383;
  transition: all 0.3s ease-in-out;
}
.navbar-area .main-navbar .navbar .others-option .option-item .cart-btn a i:hover {
  color: #89cff0;
}
.navbar-area .main-navbar .navbar .others-option .option-item .user i {
  font-weight: 500;
  font-size: 25px;
  color: #848383;
  transition: all 0.3s ease-in-out;
}
.navbar-area .main-navbar .navbar .others-option .option-item .user i:hover {
  color: #89cff0;
}
.navbar-area .main-navbar .navbar .others-option .option-item .heart i {
  font-weight: 500;
  font-size: 25px;
  color: #848383;
  transition: all 0.3s ease-in-out;
}
.navbar-area .main-navbar .navbar .others-option .option-item .heart i:hover {
  color: #89cff0;
}
.navbar-area .main-navbar .navbar .others-option .option-item .burger-menu {
  padding-top: 6px;
}
.navbar-area .main-navbar .navbar .others-option .option-item .burger-menu a {
  color: #ffffff;
}
.navbar-area .main-navbar .navbar .others-option .option-item .burger-menu a i {
  font-size: 25px;
}
.navbar-area .ma5menu__toggle {
  background-color: transparent;
  color: #e17e50;
  padding: 5px 10px;
  width: auto;
  height: auto;
  font-size: 25px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-direction: row-reverse;
}
.navbar-area .ma5menu__toggle span {
  font-size: 16px;
  font-weight: bold;
}

.ma5menu__container {
  background-color: #e17e50;
}
.ma5menu__container .ma5menu__logo {
  width: 100%;
  background-image: url(../img/logo.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.ma5menu__container .ma5menu__panel {
  background-color: #ffffff;
}
.ma5menu__container .ma5menu__panel > ul li a {
  color: #292929;
}
.ma5menu__container .ma5menu__panel > ul li:nth-child(even) {
  background-color: rgba(225, 126, 80, 0.062745098);
}
.ma5menu__container .ma5menu__panel > ul li:nth-child(even) a {
  color: #e17e50 !important;
}
.ma5menu__container .ma5menu__leave {
  color: #292929;
  background-color: #fbfbfe;
}
.ma5menu__container .ma5menu__leave .ma5menu__btn--leave {
  background-color: #89cff0;
}
.ma5menu__container .ma5menu__leave .ma5menu__btn--leave:hover {
  background-color: #292929;
}
.ma5menu__container .ma5menu__btn--enter {
  background-color: #e17e50;
}
.ma5menu__container .ma5menu__btn--enter {
  right: 0;
  left: auto;
}
.ma5menu__container .ma5menu__leave {
  padding: 0 10px;
}
.ma5menu__container .ma5menu__btn--leave {
  right: auto;
  left: 0;
}
.ma5menu__container .ma5menu__head {
  border: none;
}
.ma5menu__container .ma5menu__alert {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.062745098), rgba(0, 0, 0, 0.1882352941));
}
.ma5menu__container .ma5menu__panel > ul li {
  margin-bottom: 2px;
}

.ma5menu__panel > ul li a,
.ma5menu__panel > ul li .ma5menu__category {
  padding: 15px 10px;
}

.ma5menu__footer {
  padding: 10px;
  text-align: start;
}
.ma5menu__footer p {
  color: #292929;
  font-weight: bold;
  font-size: 18px !important;
  padding: 10px 0px;
}
.ma5menu__footer ul {
  padding: 0;
  list-style: none;
  margin: 10px 0;
}
.ma5menu__footer ul li {
  display: inline-flex;
}
.ma5menu__footer ul li a {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border: 1px solid #e17e50;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2px;
  transition: all 0.3s ease-in-out;
}
.ma5menu__footer ul li a i {
  font-size: 20px;
  color: #e17e50;
  transition: all 0.3s ease-in-out;
}
.ma5menu__footer ul li a:hover {
  background-color: #e17e50;
}
.ma5menu__footer ul li a:hover i {
  color: #ffffff;
}

/*================================================
  top Slider
=================================================*/
.swiper-pagination-bullet-active {
  background-color: #e17e50 !important;
}

.TopSlider {
  margin-top: 10px;
  position: relative;
}
.TopSlider #MainSlider {
  position: relative;
  border-radius: 5px;
}
.TopSlider #MainSlider .MainSlider-container {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.TopSlider #MainSlider .MainSlider-container .swiper-slide {
  position: relative;
  height: 400px;
}
.TopSlider #MainSlider .MainSlider-container .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .TopSlider #MainSlider .MainSlider-container .swiper-slide {
    height: 250px;
  }
}
.TopSlider .swiper-container-horizontal > .swiper-pagination-progressbar,
.TopSlider .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  border-radius: 100px;
}
.TopSlider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #ffd700;
  border-radius: 100px;
}
.TopSlider .swiper-button-prev,
.TopSlider .swiper-button-next {
  position: absolute;
  bottom: 30px;
  top: auto;
  right: 100px !important;
  left: auto !important;
  width: 40px;
  height: 40px;
  border-radius: 500px;
  border: 1px solid #e17e50;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e17e50;
}
.TopSlider .swiper-button-prev::after,
.TopSlider .swiper-button-next::after {
  font-size: 26px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}
.TopSlider .swiper-button-prev {
  right: 150px !important;
}
.TopSlider .swiper-button-prev::after {
  content: "\f105" !important;
}
.TopSlider .swiper-button-next::after {
  content: "\f104" !important;
}

.Indexlinks {
  text-align: center;
  border-radius: 4px;
  background-size: cover;
  margin: 5px;
  position: relative;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1882352941);
  background-position: center;
}
.Indexlinks::before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 4px;
  background: linear-gradient(45deg, #51b1de, rgba(225, 126, 80, 0.1882352941));
  z-index: 1;
}
.Indexlinks a {
  width: 100%;
  height: 100%;
  padding: 15px 20px;
  color: #ffffff;
  display: flex;
  align-items: center;
  font-size: 18px !important;
  position: relative;
  z-index: 2;
  font-weight: bold;
}
.Indexlinks a .LinkIcon {
  width: 60px;
  height: 60px;
  margin-right: 15px;
  background-color: #e17e50;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 2px solid #e17e50;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3137254902);
}
.Indexlinks a .LinkIcon i {
  font-size: 30px;
  color: #ffffff;
  font-weight: 100;
}
@media (max-width: 767px) {
  .Indexlinks a {
    display: block;
  }
  .Indexlinks a .LinkIcon {
    margin: 10px auto 15px;
  }
}

.single-category-section {
  padding-top: 50px;
}
.single-category-section .imgSection img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

/*================================================
  top Slider
=================================================*/
.Categories {
  position: relative;
  padding: 10px 0px;
}
.Categories .CategoriesSlider .swiper-slide {
  width: auto;
}
.Categories .CategoriesSlider .swiper-slide .singleCategory {
  position: relative;
  display: block;
  padding: 5px;
  text-align: center;
}
.Categories .CategoriesSlider .swiper-slide .singleCategory .categoryImg {
  display: block;
  position: relative;
  height: 100px;
  width: 100px;
  margin: auto;
}
.Categories .CategoriesSlider .swiper-slide .singleCategory .categoryImg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  object-fit: cover;
  border-radius: 100%;
  border: 2px solid #ffd700;
}
.Categories .CategoriesSlider .swiper-slide .singleCategory p {
  margin-top: 10px;
  width: 100%;
  bottom: 0px;
  border-radius: 4px;
  color: #292929;
}
.Categories .CategoriesSlider .swiper-slide .locked .categoryImg::before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.Categories .CategoriesSlider .swiper-slide .locked .categoryImg::after {
  content: "\f30d";
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
  position: absolute;
  right: 50%;
  top: 50%;
  font-size: 26px;
  color: #ffffff;
  z-index: 2;
  transform: translate(-50%, -50%);
}
.Categories .CategoriesSlider .swiper-slide .locked:hover .categoryImg::after {
  font-weight: bold;
}

/*================================================
 arrivals Products
=================================================*/
.arrivals-products {
  padding: 30px 0px 50px;
  position: relative;
}

/*================================================
 Modal
=================================================*/
.productsQuickView .modal-dialog {
  max-width: 1050px;
  margin: 0 auto;
}
.productsQuickView .modal-content {
  border: none;
  padding: 40px;
  border-radius: 0;
}
.productsQuickView .modal-content .sliderWithThumb .gallery-top img {
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}
.productsQuickView .modal-content .sliderWithThumb .gallery-thumbs img {
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.productsQuickView .modal-content button.close {
  position: absolute;
  right: 0;
  top: 0;
  outline: 0;
  opacity: 1;
  color: #292929;
  transition: all 0.3s ease-in-out;
  line-height: 35px;
  padding: 0;
  margin: 0;
  font-size: 25px;
  width: 35px;
  text-shadow: unset;
  height: 35px;
  border: none;
}
.productsQuickView .modal-content button.close:hover {
  background-color: red;
  color: #ffffff;
}
.productsQuickView .modal-content .product-content h3 {
  margin-bottom: 18px;
  font-size: 30px;
}
.productsQuickView .modal-content .product-content .product-review {
  margin-bottom: 15px;
}
.productsQuickView .modal-content .product-content .product-review .rating {
  display: inline-block;
  font-size: 20px;
}
.productsQuickView .modal-content .product-content .product-review .rating i {
  color: #ffba0a;
  padding: 2px;
}
.productsQuickView .modal-content .product-content .price {
  margin-bottom: 15px;
  color: #000000;
  font-size: 25px;
  font-weight: 600;
}
.productsQuickView .modal-content .product-content .price .old-price {
  text-decoration: line-through;
  color: #828893;
}
.productsQuickView .modal-content .product-content p {
  margin-bottom: 0;
}
.productsQuickView .modal-content .product-content .products-info {
  list-style-type: none;
  padding-left: 0;
  margin-top: 12px;
  margin-bottom: 0;
}
.productsQuickView .modal-content .product-content .products-info li {
  color: #292929;
  margin-bottom: 8px;
  font-size: 16px;
}
.productsQuickView .modal-content .product-content .products-info li:last-child {
  margin-bottom: 0;
}
.productsQuickView .modal-content .product-content .products-info li span {
  color: #292929;
  font-size: 18px;
  font-weight: 700;
  margin-right: 5px;
}
.productsQuickView .modal-content .product-content .products-info li a {
  display: inline-block;
  font-weight: bold;
  color: #777;
  font-size: 16px;
}
.productsQuickView .modal-content .product-content .products-info li a:hover {
  color: #89cff0;
}
.productsQuickView .modal-content .product-content .products-color-switch {
  margin-top: 10px;
}
.productsQuickView .modal-content .product-content .products-color-switch p span {
  color: #292929;
  font-size: 18px;
  font-weight: 700;
}
.productsQuickView .modal-content .product-content .products-color-switch .available-color a {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 0;
  vertical-align: middle;
  margin-left: 6px;
}
.productsQuickView .modal-content .product-content .product-quantities {
  margin-top: 20px;
}
.productsQuickView .modal-content .product-content .product-quantities span {
  color: #292929;
  font-size: 18px;
  font-weight: 700;
  margin-right: 5px;
}
.productsQuickView .modal-content .product-content .product-add-to-cart {
  margin-top: 20px;
}
.productsQuickView .modal-content .product-content .product-add-to-cart .default-btn {
  position: relative;
  border: none;
  padding: 12px 30px;
  background-color: #89cff0;
  color: #ffffff;
  border: 1px solid #89cff0;
  cursor: pointer;
  border-radius: 0;
}
.productsQuickView .modal-content .product-content .product-add-to-cart .default-btn i {
  margin-right: 2px;
}
.productsQuickView .modal-content .product-content .products-share {
  margin-top: 25px;
}
.productsQuickView .modal-content .product-content .products-share .social {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.productsQuickView .modal-content .product-content .products-share .social li {
  display: inline-block;
}
.productsQuickView .modal-content .product-content .products-share .social li span {
  display: inline-block;
  margin-right: 5px;
  font-weight: 700;
  position: relative;
  top: -2px;
  font-size: 18px;
}
.productsQuickView .modal-content .product-content .products-share .social li a {
  transition: all 0.3s ease-in-out;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background-color: #89cff0;
  color: #ffffff;
  border: 1px solid #89cff0;
  text-align: center;
  font-size: 18px;
  margin-left: 2px;
}
.productsQuickView .modal-content .product-content .products-share .social li a:hover, .productsQuickView .modal-content .product-content .products-share .social li a:focus {
  color: #89cff0;
  background-color: transparent;
}
@media (max-width: 767px) {
  .productsQuickView .modal-content {
    padding: 35px 15px 35px;
    margin-bottom: 65px;
  }
  .productsQuickView .modal-content .sliderWithThumb .product-details-top img,
  .productsQuickView .modal-content .sliderWithThumb .gallery-top img {
    min-height: 200px;
    height: 220px;
  }
  .productsQuickView .modal-content .sliderWithThumb .gallery-thumbs img {
    min-height: 50px;
    height: 60px;
  }
  .productsQuickView .modal-content .product-review .rating {
    font-size: 15px !important;
  }
  .productsQuickView .modal-content .products-info li a {
    font-size: 14px !important;
  }
  .productsQuickView .modal-content .products-info li span {
    font-size: 13px !important;
  }
  .productsQuickView .modal-content .products-color-switch p span {
    font-size: 14px !important;
  }
  .productsQuickView .modal-content .product-quantities span {
    font-size: 14px !important;
  }
  .productsQuickView .modal-content .products-share .social li span {
    font-size: 14px !important;
  }
}

/*================================================
Footer
=================================================*/
.footer {
  padding: 50px 0px 20px;
  background-color: #f9f9f9;
}
@media (max-width: 767px) {
  .footer {
    padding: 30px 0px 0px;
  }
}
.footer a {
  color: #777777;
  transition: all 0.3s ease-in-out;
}
.footer a:hover {
  color: #e17e50;
  transition: all 0.3s ease-in-out;
}
.footer .single-footer-widget {
  margin-bottom: 30px;
}
.footer .single-footer-widget h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}
.footer .single-footer-widget .footer-contact-info {
  padding-left: 0;
  margin-bottom: 0;
}
.footer .single-footer-widget .footer-contact-info li {
  list-style-type: none;
  font-size: 16px;
  margin-bottom: 12px;
}
.footer .single-footer-widget .footer-contact-info li:last-child {
  margin-bottom: 0;
}
.footer .single-footer-widget .footer-contact-info li span {
  color: #292929;
  font-weight: 600;
  font-size: 18px;
}
.footer .single-footer-widget .footer-social {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 20px;
  text-align: center;
}
.footer .single-footer-widget .footer-social li {
  display: inline-block;
  list-style-type: none;
  margin-bottom: 0;
  margin: 5px;
}
.footer .single-footer-widget .footer-social li i {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border: 1px solid #eeeeee;
  color: #292929;
  border-radius: 50px;
  text-align: center;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}
.footer .single-footer-widget .footer-social li i:hover {
  background-color: #89cff0;
  border: 1px solid #89cff0;
  color: #ffffff;
  transform: translateY(-2px);
}
.footer .single-footer-widget .adminChatBtn {
  margin-top: 20px;
  position: relative;
  display: block;
  padding: 20px 10px;
}
.footer .single-footer-widget .adminChatBtn i {
  margin-right: 5px;
}
.footer .single-footer-widget .quick-links {
  padding-left: 0;
  margin-bottom: 0;
}
.footer .single-footer-widget .quick-links li {
  list-style-type: none;
  margin-bottom: 10px;
  display: inline-flex;
  min-width: 49%;
}
.footer .single-footer-widget .quick-links li:last-child {
  margin-bottom: 0;
}
.footer .single-footer-widget .quick-links li a {
  color: #777777;
  font-size: 16px;
  font-weight: bold;
}
.footer .single-footer-widget .quick-links li a:hover {
  color: #e17e50;
  letter-spacing: 1px;
}
.footer .single-footer-widget .newsletter-item .newsletter-content {
  margin-bottom: 20px;
}
.footer .single-footer-widget .newsletter-item .newsletter-content p {
  font-size: 16px;
  margin-bottom: 0;
}
.footer .single-footer-widget .newsletter-item .newsletter-form {
  margin-top: 20px;
}
.footer .single-footer-widget .newsletter-item .newsletter-form .input-newsletter {
  display: block;
  width: 100%;
  background-color: transparent;
  border: 1px solid #eeeeee;
  height: 60px;
  padding-left: 15px;
  border-radius: 0;
  outline: 0;
  color: #292929;
}
.footer .single-footer-widget .newsletter-item .newsletter-form .input-newsletter:focus::-moz-placeholder {
  color: transparent;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer .single-footer-widget .newsletter-item .newsletter-form .input-newsletter:focus::placeholder {
  color: transparent;
  transition: all 0.3s ease-in-out;
}
.footer .single-footer-widget .newsletter-item .newsletter-form button {
  display: inline-block;
  border: none;
  background-color: #292929;
  color: #ffffff;
  padding: 10px 35px;
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  cursor: pointer;
}
.footer .single-footer-widget .newsletter-item .newsletter-form #validator-newsletter {
  color: red;
  margin-top: 5px;
  font-weight: 400;
  font-weight: 400;
}
@media (max-width: 760px) {
  .footer .single-footer-widget .footer-contact-info li span {
    font-size: 14px;
  }
  .footer .single-footer-widget .quick-links li a {
    font-size: 14px;
  }
}

/*================================================
Copy right
=================================================*/
.copyright {
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.copyright .copyright-content {
  text-align: center;
  border-top: 1px solid #eeeeee;
  padding-top: 30px;
}
.copyright .copyright-content p {
  font-size: 16px;
}
.copyright .copyright-content p a {
  display: inline-block;
  font-weight: bold;
  color: #89cff0;
}
.copyright .copyright-content p a:hover {
  color: #e17e50;
}

/*================================================
Go Top
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: -100px;
  right: 20px;
  color: #ffffff;
  background-color: #292929;
  z-index: 4;
  width: 45px;
  text-align: center;
  height: 45px;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}
.go-top i {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  color: #fff;
}
.go-top.active {
  opacity: 1;
  visibility: visible;
  bottom: 75px;
}
.go-top:hover {
  background-color: #89cff0;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  transform: translateY(-5px);
}

/*================================================
products Slider
=================================================*/
.productsSlider {
  position: relative;
}
.productsSlider .swiper-slide {
  padding: 5px;
  width: auto;
}

/*================================================
partnersSection
=================================================*/
.partnersSection {
  background-color: #f2f2f2;
  padding: 70px 0px;
}

.partners .swiper-slide {
  padding: 5px;
  width: auto;
}
.partners .swiper-slide img {
  height: 100px;
  max-width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0px 20px;
  filter: grayscale(0);
}

/*================================================
Blog Area CSS
=================================================*/
.single-blog {
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
  height: 100%;
}
.single-blog .blog-image {
  overflow: hidden;
}
.single-blog .blog-image img {
  transition: all 0.3s ease-in-out;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-blog .blog-content {
  padding: 25px;
}
.single-blog .blog-content span {
  font-size: 16px;
  color: #777;
  font-weight: 400;
}
.single-blog .blog-content h3 {
  font-size: 22px;
  margin-top: 12px;
  margin-bottom: 12px;
  line-height: 1.4;
  font-weight: bold;
}
.single-blog .blog-content h3 a {
  color: #292929;
}
.single-blog .blog-content .post-meta {
  color: #a4a4a4;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 12px;
}
.single-blog .blog-content .post-meta a {
  color: #a4a4a4;
}
.single-blog .blog-content p {
  margin-bottom: 0;
}
.single-blog .blog-content .blog-btn {
  margin-top: 20px;
}
.single-blog .blog-content .blog-btn .default-btn {
  color: #ffffff !important;
}
.single-blog .blog-content .blog-btn .default-btn span {
  background-color: #292929;
}
.single-blog:hover {
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1882352941);
}
.single-blog:hover .blog-image img {
  transform: rotate(2deg) scale(1.2);
}
.single-blog:hover .blog-content h3 a {
  color: #e17e50;
}
.single-blog:hover .blog-content .post-meta a {
  color: #e17e50;
}

/*================================================
Support
=================================================*/
.support-area.bg-color {
  background-color: #ffffff;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
}
.support-area.bg-color .col-lg-3:last-child .single-support::before {
  display: none;
}

.support-inner-box {
  padding: 10px 0px;
  background-color: #fbfbfe;
}
.support-inner-box .col-3:last-child .single-support::before {
  display: none;
}

.single-support {
  display: flex;
  align-items: center;
}
.single-support::before {
  position: absolute;
  right: 0;
  top: -12px;
  width: 1px;
  content: "";
  height: 45px;
  background-color: #cccccc;
}
.single-support .icon {
  margin: 0px 10px;
}
.single-support .icon i {
  font-size: 20px;
  line-height: 1;
  color: #89cff0;
}
.single-support .support-content h3 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0;
}

.single-support-box {
  text-align: center;
  margin-bottom: 30px;
}
.single-support-box .icon {
  margin-bottom: 20px;
}
.single-support-box .icon i {
  font-size: 45px;
  line-height: 1;
  color: #89cff0;
}
.single-support-box .support-content h3 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0;
}

.support-inner-item {
  background-color: #ffffff;
  padding: 30px 50px 0;
}

/*================================================
overview-area
=================================================*/
.overview-area {
  padding: 50px 0px 20px;
}
.overview-area .single-overview-item {
  background-color: #fbfbfe;
  padding: 20px 25px;
  transition: all 0.3s ease-in-out;
}
.overview-area .single-overview-item .overview-content p {
  margin-bottom: 10px;
}
.overview-area .single-overview-item .overview-content h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
.overview-area .single-overview-item .overview-content span {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 15px;
  background-color: #e17e50;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}
.overview-area .single-overview-item .overview-content .overview-btn {
  margin-top: 20px;
}
.overview-area .single-overview-item .overview-content .overview-btn .overview-btn-one {
  font-size: 16px;
  color: #292929;
  border-bottom: 1px solid #292929;
}
.overview-area .single-overview-item .overview-image {
  max-width: 200px;
  width: 100%;
  margin: auto;
}
.overview-area .single-overview-item .overview-image img {
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
.overview-area .single-overview-item:hover {
  transform: translateY(-5px);
}
.overview-area .single-overview-item:hover .overview-content span {
  background-color: #89cff0;
}

/*================================================
single overview
=================================================*/
.single-overview {
  background-color: #fbfbfe;
  padding: 35px 5px;
  position: relative;
  transition: all 0.3s ease-in-out;
  margin: 3px;
}
.single-overview::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 35%;
  background-color: #f5f5ff;
  top: 0;
  left: 0;
  border-radius: 50% 0 0 50%;
}
.single-overview .overview-image {
  z-index: 2;
  position: relative;
}
.single-overview .overview-image img {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin: auto;
}
.single-overview .overview-content h3 {
  font-size: 22px;
  margin-bottom: 5px;
  color: #89cff0;
}
.single-overview .overview-content p {
  margin-bottom: 10px;
  font-weight: bold;
  color: #51b1de;
}
.single-overview .overview-content span {
  font-size: 25px;
  color: #e17e50;
  font-weight: 600;
}
.single-overview .overview-content .overview-btn {
  margin-top: 15px;
}

/*================================================
Collection Area CSS
=================================================*/
.collection .collection-inner-box {
  background-color: #e3efed;
  overflow: hidden;
  padding: 20px 50px;
  position: relative;
}
.collection .collection-inner-box::before {
  position: absolute;
  content: "";
  left: -155px;
  right: 0;
  top: -140px;
  margin: auto;
  background-color: #d3e5e2;
  height: 1050px;
  width: 30%;
  transform: rotate(-20deg);
}
.collection .collection-inner-box .collection-content {
  text-align: center;
  position: relative;
}
.collection .collection-inner-box .collection-content span {
  font-size: 30px;
  font-weight: 400;
}
.collection .collection-inner-box .collection-content h3 {
  font-size: 45px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.collection .collection-inner-box .collection-content h3 span {
  display: block;
  font-size: 25px;
  margin-bottom: 0;
  color: #292929;
  margin-top: 10px;
}
.collection .collection-inner-box .collection-content .collection-btn {
  margin-top: 30px;
}
.collection .collection-inner-box .collection-image {
  text-align: center;
  max-width: 200px;
  width: 100%;
  margin: auto;
}
.collection .collection-inner-box.bg-b8bae1 {
  background-color: #b8bae1;
}
.collection .collection-inner-box.bg-b8bae1 .collection-content span {
  color: #ffffff;
}
.collection .collection-inner-box.bg-b8bae1::before {
  background-color: #a7a9db;
}

/*================================================
Special Products
=================================================*/
.special-products-area .section-title {
  text-align: left;
  margin: 0 auto 25px 0;
  max-width: 100%;
}
.special-products-area .section-title h2 {
  padding-left: 0;
}

.special-products-inner {
  background-position: center center;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
.special-products-inner .inner-content {
  text-align: center;
  padding: 35px 20px;
}
.special-products-inner .inner-content span {
  font-size: 20px;
  font-weight: bold;
}
.special-products-inner .inner-content h3 {
  font-size: 25px;
  margin-top: 15px;
  margin-bottom: 12px;
  font-weight: 600;
}
.special-products-inner .inner-content p {
  font-size: 18px;
  margin-bottom: 0;
}
.special-products-inner .inner-content .inner-btn {
  margin-top: 30px;
}

.single-special-products {
  margin-top: 30px;
}
.single-special-products .special-products-image {
  position: relative;
  overflow: hidden;
}
.single-special-products .special-products-image img {
  transition: all 0.3s ease-in-out;
}
.single-special-products .special-products-image .tag {
  display: inline-block;
  background: #89cff0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 15px 10px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.single-special-products .special-products-image .special-action {
  padding-left: 0;
  margin-bottom: 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  padding: 15px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.single-special-products .special-products-image .special-action li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
}
.single-special-products .special-products-image .special-action li:last-child {
  margin-right: 0;
}
.single-special-products .special-products-image .special-action li .action-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #89cff0;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
}
.single-special-products .special-products-image .special-action li .action-btn i {
  margin-right: 5px;
}
.single-special-products .special-products-image .special-action li a i {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-color: #ffffff;
  color: #89cff0;
  font-size: 18px;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.single-special-products .special-products-image .special-action li a i:hover {
  background-color: #89cff0;
  color: #ffffff;
}
.single-special-products .special-products-content {
  margin-top: 25px;
}
.single-special-products .special-products-content h3 {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: bold;
}
.single-special-products .special-products-content h3 a {
  color: #292929;
}
.single-special-products .special-products-content .rating {
  padding-left: 0;
  margin-bottom: 12px;
}
.single-special-products .special-products-content .rating li {
  display: inline-block;
  list-style-type: none;
}
.single-special-products .special-products-content .rating li i {
  color: #ffb607;
}
.single-special-products .special-products-content span {
  font-size: 16px;
  color: #292929;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.single-special-products:hover .special-products-image img {
  transform: rotate(1deg) scale(1.1);
}
.single-special-products:hover .special-products-image .tag {
  background: #e17e50;
}
.single-special-products:hover .special-products-image .special-action {
  bottom: 10px;
  opacity: 1;
  visibility: visible;
}
.single-special-products:hover .special-products-content h3 a {
  color: #89cff0;
}

/*================================================
all Categories
=================================================*/
.allCategories {
  padding: 70px 0px 50px;
}
.allCategories .nav-tabs {
  text-align: center;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.allCategories .nav-tabs li {
  display: inline-block;
  margin-right: 20px;
}
.allCategories .nav-tabs li:last-child {
  margin-right: 0;
}
.allCategories .nav-tabs li a {
  font-size: 16px;
  color: #292929;
  font-weight: 600;
  padding-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid transparent;
}
.allCategories .nav-tabs li .active {
  color: #e17e50;
  border-bottom: 1px solid #e17e50;
  transition: all 0.3s ease-in-out;
}

/*================================================
  Banner
=================================================*/
.Banner {
  position: relative;
  min-height: 150px;
  padding: 20px;
  display: flex;
  align-items: center;
  background: url(../img/), #fbfbfe;
}
.Banner h3 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.Banner ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.Banner ul li {
  display: inline-flex;
  text-align: center;
}
.Banner ul li::after {
  content: "/";
  margin: 0px 10px;
  display: flex;
  align-items: center;
}
.Banner ul li:last-child::after {
  display: none;
}
.Banner ul li a {
  color: #000;
  text-transform: uppercase;
}
.Banner ul li a.active {
  color: #e17e50;
}
@media (max-width: 767px) {
  .Banner {
    min-height: 110px;
    padding: 10px;
  }
}

/*================================================
  product Details
=================================================*/
.productDetails .product-details-top img {
  height: 450px !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.productDetails .product-details-thumbs img {
  max-height: 150px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.productDetails .product-content h3 {
  margin-bottom: 18px;
  font-size: 30px;
  font-weight: bold;
}
.productDetails .product-content .product-review {
  margin-bottom: 15px;
}
.productDetails .product-content .product-review .rating {
  display: inline-block;
  font-size: 20px;
}
.productDetails .product-content .product-review .rating i {
  color: #ffba0a;
}
.productDetails .product-content .price {
  margin-bottom: 15px;
  color: #000000;
  font-size: 25px;
  font-weight: 600;
}
.productDetails .product-content .price .old-price {
  text-decoration: line-through;
  color: #828893;
  font-size: 16px;
}
.productDetails .product-content p {
  margin-bottom: 0;
}
.productDetails .product-content .products-info {
  list-style-type: none;
  padding-left: 0;
  margin-top: 12px;
  margin-bottom: 0;
}
.productDetails .product-content .products-info li {
  color: #292929;
  margin-bottom: 8px;
  font-size: 16px;
}
.productDetails .product-content .products-info li:last-child {
  margin-bottom: 0;
}
.productDetails .product-content .products-info li span {
  color: #292929;
  font-size: 16px;
  font-weight: 700;
  margin-right: 5px;
}
.productDetails .product-content .products-info li a {
  display: inline-block;
  font-weight: bold;
  color: #777;
  font-size: 16px;
}
.productDetails .product-content .products-info li a:hover {
  color: #89cff0;
}
.productDetails .product-content .products-color-switch {
  margin-top: 10px;
}
.productDetails .product-content .products-color-switch p span {
  color: #292929;
  font-size: 16px;
  font-weight: 700;
}
.productDetails .product-content .products-color-switch .available-color a {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 0;
  vertical-align: middle;
  margin-left: 6px;
}
.productDetails .product-content .product-quantities {
  margin-top: 20px;
}
.productDetails .product-content .product-quantities span {
  color: #292929;
  font-size: 16px;
  font-weight: 700;
  margin-right: 5px;
}
.productDetails .product-content .product-add-to-cart {
  margin-top: 20px;
}
.productDetails .product-content .product-add-to-cart .default-btn {
  position: relative;
  border: none;
  padding: 12px 30px;
  background-color: #89cff0;
  color: #ffffff;
  border: 1px solid #89cff0;
  cursor: pointer;
  border-radius: 0;
}
.productDetails .product-content .product-add-to-cart .default-btn i {
  margin-right: 2px;
}
.productDetails .product-content .products-share {
  margin-top: 25px;
}
.productDetails .product-content .products-share .social {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.productDetails .product-content .products-share .social li {
  display: inline-block;
}
.productDetails .product-content .products-share .social li span {
  display: inline-block;
  margin-right: 5px;
  font-weight: 700;
  position: relative;
  top: -2px;
  font-size: 16px;
}
.productDetails .product-content .products-share .social li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background-color: #89cff0;
  color: #ffffff;
  border: 1px solid #89cff0;
  text-align: center;
  font-size: 18px;
  margin-left: 2px;
}
.productDetails .product-content .products-share .social li a:hover, .productDetails .product-content .products-share .social li a:focus {
  color: #89cff0;
  background-color: transparent;
}
.productDetails .product-content.content-two .product-review {
  margin-bottom: 10px;
}
.productDetails .product-content.content-two .product-review .rating {
  font-size: 20px;
}
.productDetails .product-content.content-two .price {
  font-size: 18px;
}
.productDetails .product-content.content-two h3 {
  margin-bottom: 15px;
  font-size: 25px;
}
.productDetails .product-content.content-three {
  max-width: 650px;
}
@media (max-width: 767px) {
  .productDetails .product-details-top img {
    height: 300px !important;
    min-height: 280px !important;
  }
}

/*================================================
  products details tabs
=================================================*/
.products-details-tabs {
  margin: 50px 0px;
}
.products-details-tabs .nav {
  padding-left: 0;
  margin-bottom: 30px;
  list-style-type: none;
  display: block;
}
.products-details-tabs .nav .nav-item {
  display: inline-block;
  margin-right: 30px;
}
.products-details-tabs .nav .nav-item:last-child {
  margin-right: 0;
}
.products-details-tabs .nav .nav-item .nav-link {
  border: none;
  border-bottom: 1px solid #eeeeee;
  padding: 0;
  background-color: transparent;
  position: relative;
  padding-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
  color: #292929;
}
.products-details-tabs .nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #89cff0;
  transition: all 0.3s ease-in-out;
  bottom: -2px;
}
.products-details-tabs .nav .nav-item .nav-link:hover, .products-details-tabs .nav .nav-item .nav-link.active {
  color: #292929;
}
.products-details-tabs .nav .nav-item .nav-link:hover::before, .products-details-tabs .nav .nav-item .nav-link.active::before {
  width: 100%;
}
.products-details-tabs .tab-content .tab-pane h2 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}
.products-details-tabs .tab-content .tab-pane ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 20px;
  margin-bottom: 0;
}
.products-details-tabs .tab-content .tab-pane ul li {
  margin-bottom: 12px;
  position: relative;
  color: #777;
  padding-left: 15px;
}
.products-details-tabs .tab-content .tab-pane ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #777;
}
.products-details-tabs .tab-content .tab-pane ul li:last-child {
  margin-bottom: 0;
}
.products-details-tabs .tab-content .tab-pane .products-reviews h3 {
  display: inline-block;
  font-size: 20px;
  margin-bottom: 15px;
}
.products-details-tabs .tab-content .tab-pane .products-reviews p {
  font-weight: bold;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .bar-container {
  width: 100%;
  background-color: #f1f1f1;
  text-align: center;
  color: #ffffff;
  border-radius: 5px;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .bar-5 {
  height: 18px;
  background-color: #89cff0;
  border-radius: 5px;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .bar-4 {
  height: 18px;
  background-color: #89cff0;
  border-radius: 5px;
  border-radius: 5px;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .bar-3 {
  height: 18px;
  background-color: #89cff0;
  border-radius: 5px;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .bar-2 {
  height: 18px;
  background-color: #89cff0;
  border-radius: 5px;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .bar-1 {
  height: 18px;
  background-color: #89cff0;
  border-radius: 5px;
}
.products-details-tabs .tab-content .tab-pane .products-review-form {
  margin-top: 45px;
}
.products-details-tabs .tab-content .tab-pane .products-review-form h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
.products-details-tabs .tab-content .tab-pane .products-review-form .form-control:focus {
  background-color: transparent;
}
.products-details-tabs .tab-content .tab-pane .products-review-form .review-title {
  position: relative;
}
.products-details-tabs .tab-content .tab-pane .products-review-form .review-title .form-control:focus .rating {
  display: inline-block;
}
.products-details-tabs .tab-content .tab-pane .products-review-form .review-title .form-control:focus .rating i {
  color: #ebebeb;
  font-size: 16px;
  margin-right: -1px;
}
.products-details-tabs .tab-content .tab-pane .products-review-form .review-title .default-btn {
  position: absolute;
  right: 0;
  bottom: 50%;
  transform: translateY(50%);
  color: #ffffff !important;
  padding: 10px 25px;
}
.products-details-tabs .tab-content .tab-pane .products-review-form .review-title .default-btn span {
  background-color: #292929;
}
.products-details-tabs .tab-content .tab-pane .products-review-form .review-comments {
  margin-top: 35px;
}
.products-details-tabs .tab-content .tab-pane .products-review-form .review-comments .review-item {
  margin-top: 30px;
  position: relative;
  border-top: 1px dashed #eeeeee;
  padding-top: 30px;
}
.products-details-tabs .tab-content .tab-pane .products-review-form .review-comments .review-item .rating i {
  font-size: 16px;
  color: #ebebeb;
  margin-right: -1px;
}
.products-details-tabs .tab-content .tab-pane .products-review-form .review-comments .review-item h3 {
  font-size: 18px;
  margin-top: 8px;
  margin-bottom: 8px;
  font-weight: bold;
}
.products-details-tabs .tab-content .tab-pane .products-review-form .review-comments .review-item span {
  margin-bottom: 10px;
  font-size: 16px;
  display: block;
}
.products-details-tabs .tab-content .tab-pane .products-review-form .review-comments .review-item p {
  margin-bottom: 0;
}
.products-details-tabs .tab-content .tab-pane .products-review-form .review-form {
  margin-top: 30px;
  padding: 20px;
  background-color: #fff;
}
.products-details-tabs .tab-content .tab-pane .products-review-form .review-form h3 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
}
.products-details-tabs .tab-content .tab-pane .products-review-form .review-form textarea.form-control {
  height: auto;
  padding-top: 15px;
}
.products-details-tabs .tab-content .tab-pane .products-review-form .review-form .default-btn {
  color: #ffffff !important;
  cursor: pointer;
}
.products-details-tabs .tab-content .tab-pane .products-review-form .review-form .default-btn span {
  background-color: #292929;
}
.products-details-tabs .tab-content .tab-pane .information-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.products-details-tabs .tab-content .tab-pane .information-list li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 0;
  font-size: 18px;
  font-weight: bold;
  color: #292929;
}
.products-details-tabs .tab-content .tab-pane .information-list li::before {
  display: none;
}
.products-details-tabs .tab-content .tab-pane .information-list li span {
  font-weight: 600;
  color: #777;
  font-size: 16px;
}
.products-details-tabs .tab-content .tab-pane .information-list li a {
  display: inline-block;
  font-weight: 600;
  position: relative;
  color: #777;
  font-size: 16px;
}
.products-details-tabs .tab-content .tab-pane .information-list li a:hover::before {
  width: 100%;
}
.products-details-tabs .tab-content .tab-pane .information-list li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
  background-color: #89cff0;
}
.products-details-tabs .tab-content .tab-pane .information-list li:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .products-details-tabs .tab-content .tab-pane .information-list li {
    font-size: 14px !important;
  }
  .products-details-tabs .tab-content .tab-pane .information-list li a,
  .products-details-tabs .tab-content .tab-pane .information-list li span {
    font-size: 13px;
  }
}

/*================================================
 cart Page
=================================================*/
.cartPage {
  padding: 50px 0px;
  border-top: 1px solid #eeeeee;
}
.cartPage .cartProduct {
  position: relative;
  padding-bottom: 10px;
  padding-right: 30px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.cartPage .cartProduct img {
  width: 100%;
  max-height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
.cartPage .cartProduct .CartInfo p {
  font-size: 14px;
  color: #999;
  margin-bottom: 10px;
}
.cartPage .cartProduct .CartInfo p a,
.cartPage .cartProduct .CartInfo p span {
  display: block;
  font-size: 18px;
  color: #000;
}
.cartPage .cartProduct .CartInfo p:last-child {
  margin: 0;
}
.cartPage .cartProduct .CartInfo p.unit-name a,
.cartPage .cartProduct .CartInfo p.unit-name span {
  color: #e17e50;
}
.cartPage .cartProduct .CartControl {
  position: absolute;
  right: 10px;
  top: 10px;
}
.cartPage .cartProduct .CartControl a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-bottom: 5px;
  border-radius: 50%;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1254901961);
}
.cartPage .cartProduct .CartControl a.heart {
  background: #fff;
  color: #e17e50;
}
.cartPage .cartProduct .CartControl a.trash {
  background: #777;
  color: #ffffff;
}
.cartPage .cart-buttons {
  margin-top: 30px;
}
.cartPage .cart-buttons .shopping-coupon-code {
  position: relative;
  max-width: 530px;
}
.cartPage .cart-buttons .shopping-coupon-code .form-control {
  height: 50px;
  color: #292929;
  box-shadow: unset !important;
  border: 1px solid #e1e1e1;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
  padding: -2px 0 0 15px;
  font-size: 15px;
  font-weight: 600;
}
.cartPage .cart-buttons .shopping-coupon-code button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  background: #292929;
  color: #ffffff;
  border: none;
  padding: 0 25px;
  line-height: 48px;
  outline: 0;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
.cartPage .cart-buttons .shopping-coupon-code button:hover {
  background-color: #89cff0;
}
.cartPage .cart-buttons .default-btn {
  color: #ffffff !important;
  border-radius: 0;
}
.cartPage .cart-buttons .default-btn span {
  background-color: #292929;
}
@media (max-width: 767px) {
  .cartPage .cart-table table tbody tr td {
    text-align: end;
    padding: 35px 5px 0;
    font-size: 13px;
  }
}

.cart-totals {
  padding: 30px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1882352941);
}
.cart-totals h3 {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
  position: relative;
}
.cart-totals h3::before {
  content: "";
  position: absolute;
  left: 0;
  width: 50px;
  height: 1px;
  bottom: -1px;
  background: #89cff0;
}
.cart-totals ul {
  padding-left: 0;
  margin: 0 0 25px;
  list-style-type: none;
}
.cart-totals ul li {
  border-bottom: 1px solid #ebebeb;
  padding: 10px 0 15px 0;
  color: #292929;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
}
.cart-totals ul li:first-child {
  padding-top: 0;
}
.cart-totals ul li:last-child {
  font-size: 18px;
  border-bottom: none;
  padding-bottom: 0;
}
.cart-totals ul li:last-child span {
  color: #292929;
  font-weight: 600;
}
.cart-totals ul li span {
  color: #777;
}
.cart-totals .default-btn {
  color: #ffffff !important;
  width: 100%;
  border-radius: 0;
}
.cart-totals .default-btn span {
  background-color: #292929;
}
@media (max-width: 767px) {
  .cart-totals ul li {
    font-size: 13px;
  }
  .cart-totals ul li:last-child {
    font-size: 16px;
  }
}

/*================================================
 wishlist Page
=================================================*/
.wishlistPage {
  padding: 50px 0;
  border-top: 1px solid #eeeeee;
}
.wishlistPage .cartProduct {
  position: relative;
  padding-bottom: 10px;
  padding-right: 30px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.wishlistPage .cartProduct img {
  width: 100%;
  max-height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
.wishlistPage .cartProduct .CartInfo p {
  font-size: 14px;
  color: #999;
  margin-bottom: 10px;
}
.wishlistPage .cartProduct .CartInfo p a,
.wishlistPage .cartProduct .CartInfo p span {
  display: block;
  font-size: 18px;
  color: #000;
}
.wishlistPage .cartProduct .CartInfo p:last-child {
  margin: 0;
}
.wishlistPage .cartProduct .CartInfo p.unit-name a,
.wishlistPage .cartProduct .CartInfo p.unit-name span {
  color: #e17e50;
}
.wishlistPage .cartProduct .CartControl {
  position: absolute;
  right: 10px;
  top: 10px;
}
.wishlistPage .cartProduct .CartControl a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-bottom: 5px;
  border-radius: 50%;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1254901961);
}
.wishlistPage .cartProduct .CartControl a.heart {
  background: rgb(240, 54, 54);
  color: #ffffff;
}
.wishlistPage .cartProduct .CartControl a.trash {
  background: #777;
  color: #ffffff;
}

/*================================================
 Blog Details
=================================================*/
.blog-details-area {
  padding: 0px 0px 50px;
  border-bottom: 1px solid #eeeeee;
}

.blog-details-desc .article-image {
  text-align: center;
}
.blog-details-desc .article-content {
  margin-top: 25px;
}
.blog-details-desc .article-content .details-content span {
  font-size: #777777;
  color: #777;
  font-weight: 400;
}
.blog-details-desc .article-content .details-content h3 {
  font-size: 25px;
  margin-top: 12px;
  margin-bottom: 20px;
}
.blog-details-desc .article-content .details-content h3 a {
  color: #292929;
}
.blog-details-desc .article-content .details-content .post-meta {
  color: #a4a4a4;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}
.blog-details-desc .article-content .details-content .post-meta a {
  color: #a4a4a4;
}
.blog-details-desc .article-content .features-list {
  padding-left: 0;
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 30px;
}
.blog-details-desc .article-content .features-list li {
  margin-bottom: 16px;
  color: #777;
}
.blog-details-desc .article-content .features-list li i {
  font-size: 16px;
  margin-right: 5px;
}
.blog-details-desc .article-content .features-list li:last-child {
  margin-bottom: 0;
}
.blog-details-desc .article-footer {
  margin-top: 30px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding-top: 20px 0px;
}
.blog-details-desc .article-footer .article-tags {
  display: flex;
  align-items: center;
  color: #777;
}
.blog-details-desc .article-footer .article-tags span {
  display: inline-block;
  color: #292929;
  font-size: 20px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.blog-details-desc .article-footer .article-tags a {
  display: inline-block;
  margin-right: 2px;
  font-weight: bold;
  color: #777;
}
.blog-details-desc .article-footer .article-tags a:hover {
  color: #e17e50;
}
.blog-details-desc .article-footer .article-share {
  display: flex;
  align-items: center;
}
.blog-details-desc .article-footer .article-share .social {
  list-style-type: none;
  margin-bottom: 0;
}
.blog-details-desc .article-footer .article-share .social li {
  display: inline-block;
}
.blog-details-desc .article-footer .article-share .social li span {
  display: inline-block;
  margin-right: 2px;
  font-weight: bold;
  color: #777;
}
.blog-details-desc .article-footer .article-share .social li a {
  display: block;
  color: #e17e50;
  width: 30px;
  height: 30px;
  line-height: 34px;
  border-radius: 50%;
  background-color: #eeeef0;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.blog-details-desc .article-footer .article-share .social li a:hover {
  color: #ffffff;
  background-color: #e17e50;
  transform: translateY(-2px);
  transition: all 0.3s ease-in-out;
}

blockquote,
.blockquote {
  background-color: #ffffff;
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  padding: 30px !important;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
blockquote .icon,
.blockquote .icon {
  position: absolute;
  top: -20px;
  left: 2px;
  z-index: -1;
}
blockquote .icon i,
.blockquote .icon i {
  font-size: 100px;
  color: #e3e8ef;
}
blockquote p,
.blockquote p {
  color: #292929;
  margin-bottom: 0;
  font-size: 20px !important;
  font-weight: bold;
}

.comments-area {
  margin-top: 30px;
}
.comments-area .title {
  margin-bottom: 30px;
  font-size: 20px;
  position: relative;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 15px;
  font-weight: bold;
}
.comments-area .title::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100px;
  height: 1px;
  bottom: -1px;
  background: #89cff0;
}
.comments-area ol,
.comments-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.comments-area ol li,
.comments-area ul li {
  border-bottom: 1px dashed #eeeeee;
  padding-left: 20px;
  color: #292929;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.comments-area ol li .reply,
.comments-area ul li .reply {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 111;
}
.comments-area ol li .reply a,
.comments-area ul li .reply a {
  font-size: 16px;
  font-weight: bold;
  color: #292929;
  transition: all 0.3s ease-in-out;
}
.comments-area ol li .reply a:hover,
.comments-area ul li .reply a:hover {
  color: #e17e50;
}
.comments-area ol li .reply a i,
.comments-area ul li .reply a i {
  margin-right: 5px;
}
.comments-area ol li .userInfo,
.comments-area ul li .userInfo {
  font-size: 16px;
  margin-bottom: 8px;
  position: relative;
  z-index: 2;
}
.comments-area ol li .userInfo img,
.comments-area ul li .userInfo img {
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  margin-right: 10px;
}
.comments-area ol li .userInfo .userName,
.comments-area ul li .userInfo .userName {
  font-weight: 600;
}
.comments-area ol li .date,
.comments-area ul li .date {
  color: #777;
  margin-bottom: 10px;
  font-size: 14px;
}
.comments-area ol li .date a,
.comments-area ul li .date a {
  display: inline-block;
  color: #777;
}
.comments-area ol li .date a:hover,
.comments-area ul li .date a:hover {
  color: #e17e50;
}
.comments-area .comment-respond {
  margin: 30px 0px;
}
.comments-area .comment-respond .comment-notes {
  margin-top: 10px;
  margin-bottom: 20px;
}
.comments-area .comment-respond .comment-notes .required {
  color: red;
}
.comments-area .comment-respond .form-submit input {
  background: #89cff0;
  border: none;
  color: #ffffff;
  padding: 10px 30px 10px;
  display: inline-block;
  cursor: pointer;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
  font-weight: 600;
}
.comments-area .comment-respond .form-submit input:hover {
  background-color: #e17e50;
}
.comments-area .comment-respond .form-outline .form-control:focus {
  background: transparent !important;
}

/*================================================
Widget Sidebar CSS
=================================================*/
.filterControl {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: sticky;
  bottom: 75px;
  right: 15px;
  color: #ffffff !important;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1254901961);
}
.filterControl i {
  color: #ffffff !important;
  font-size: 20px;
}
.filterControl span {
  background-color: #292929;
}

.widget-area .widget {
  margin-bottom: 30px;
}
.widget-area .widget:last-child {
  margin-bottom: 0;
}
.widget-area .widget .widget-title {
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  font-size: 20px;
  font-weight: bold;
}
.widget-area .widget .widget-title::before {
  content: "";
  position: absolute;
  left: 0;
  width: 50px;
  height: 1px;
  bottom: -1px;
  background: #89cff0;
}
.widget-area .widget_search form {
  position: relative;
}
.widget-area .widget_search form label {
  display: block;
  margin-bottom: 0;
}
.widget-area .widget_search form .screen-reader-text {
  display: none;
}
.widget-area .widget_search form .search-field {
  background-color: #ffffff;
  height: 50px;
  padding: 8px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  display: block;
  outline: 0;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}
.widget-area .widget_search form .search-field:focus {
  border-color: #e17e50;
}
.widget-area .widget_search form button {
  border: none;
  background-color: #eeeeee;
  color: #e17e50;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 5px;
  padding: 0;
  transition: all 0.3s ease-in-out;
  top: 5px;
  font-size: 20px;
  border-radius: 5px;
  cursor: pointer;
}
.widget-area .widget_search form button i {
  position: absolute;
  left: 0;
  right: 0;
  top: 52%;
  transform: translateY(-52%);
}
.widget-area .widget_search form button:hover, .widget-area .widget_search form button:focus {
  background-color: #e17e50;
  color: #ffffff;
}
.widget-area .default-btn {
  color: #ffffff !important;
  width: 100%;
  border-radius: 0;
  padding: 15px;
}
.widget-area .default-btn i {
  color: #ffffff !important;
}
.widget-area .default-btn span {
  background-color: #292929;
}
.widget-area .filter {
  background-color: #fff;
  position: relative;
}
.widget-area .filter .FilterHeder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  background-color: #fbfbfe;
  color: #292929;
  width: 100%;
}
.widget-area .filter .FilterHeder .closeFilter {
  display: none;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #292929;
  cursor: pointer;
}
.widget-area .filter .FilterHeder .closeFilter i {
  color: #ffffff;
  font-size: 18px;
}
.widget-area .filter .accordion-item {
  position: relative;
}
.widget-area .filter .accordion-item .accordion-button {
  color: #4f4f4f;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  transition: all 0.3s ease-in-out;
  font-weight: bold;
}
.widget-area .filter .accordion-item .accordion-button:focus {
  box-shadow: none;
  color: #e17e50;
}
.widget-area .filter .accordion-item .collapceBody {
  padding-left: 20px;
  transition: all 0.3s ease-in-out;
}
.widget-area .filter .accordion-item .collapceBody .form-check {
  display: flex;
  align-items: center;
  margin: 10px;
}
.widget-area .filter .accordion-item .collapceBody .form-check label {
  padding-left: 7px;
}
@media (max-width: 992px) {
  .widget-area .filter {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    overflow: auto;
    display: none;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: slideInleft !important;
    animation-delay: 0s;
  }
  .widget-area .filter .default-btn {
    box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.1254901961);
    position: sticky;
    bottom: 0;
    z-index: 2;
  }
  .widget-area .filter .FilterHeder {
    position: sticky;
    top: 0;
    z-index: 2;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1254901961);
  }
  .widget-area .filter .FilterHeder .closeFilter {
    display: flex;
  }
}
.widget-area .showFilter {
  display: block !important;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: slideInleft !important;
  animation-delay: 0s;
}
.widget-area .hideFilter {
  display: block !important;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: slideOutleft !important;
  animation-delay: 0s;
}
.widget-area .widget_categories .categories {
  padding-left: 0;
  margin-bottom: 0;
}
.widget-area .widget_categories .categories li {
  list-style-type: none;
  font-weight: 600;
  margin-bottom: 15px;
}
.widget-area .widget_categories .categories li:last-child {
  margin-bottom: 0;
}
.widget-area .widget_categories .categories li a {
  display: block;
  color: #292929;
  font-size: 15px;
  background-color: transparent;
  position: relative;
  padding: 15px;
  border: 1px solid #eeeeee;
}
.widget-area .widget_categories .categories li a::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  content: "";
  height: 100%;
  background-color: #89cff0;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.widget-area .widget_categories .categories li a i {
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-right: 5px;
  color: #292929;
  font-weight: bold;
}
.widget-area .widget_categories .categories li a:hover, .widget-area .widget_categories .categories li a:focus, .widget-area .widget_categories .categories li a.active {
  color: #89cff0;
}
.widget-area .widget_categories .categories li a:hover::before, .widget-area .widget_categories .categories li a:focus::before, .widget-area .widget_categories .categories li a.active::before {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 991px) {
  .widget-area .widget_categories .categories li {
    display: inline-flex;
  }
}
.widget-area .widget_continents .continents-list-row {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.widget-area .widget_continents .continents-list-row li {
  margin-bottom: 9px;
}
.widget-area .widget_continents .continents-list-row li a {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  font-weight: 600;
}
.widget-area .widget_continents .continents-list-row li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2.5px;
  width: 15px;
  transition: all 0.3s ease-in-out;
  height: 15px;
  border-radius: 3px;
  border: 1px solid #292929;
}
.widget-area .widget_continents .continents-list-row li a:hover {
  color: #89cff0;
}
.widget-area .widget_continents .continents-list-row li a:hover::before {
  border-color: #89cff0;
}
.widget-area .widget_continents .continents-list-row li a.active::before {
  background-color: #89cff0;
  border-color: #89cff0;
}
.widget-area .widget_continents .continents-list-row li.active a::before {
  background-color: #89cff0;
  border-color: #89cff0;
}
.widget-area .widget_continents .continents-list-row li:last-child {
  display: inline-block;
}
.widget-area .widget_best-seller-products {
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .widget-area .widget_best-seller-products {
    display: none;
  }
}
.widget-area .widget_best-seller-products .item {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.widget-area .widget_best-seller-products .item:last-child {
  margin-bottom: 0;
}
.widget-area .widget_best-seller-products .item .thumb {
  height: 80px;
  display: block;
  position: relative;
  width: 80px;
  margin-right: 15px;
  z-index: 1;
}
.widget-area .widget_best-seller-products .item .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.widget-area .widget_best-seller-products .item .info {
  overflow: hidden;
  margin-top: 5px;
}
.widget-area .widget_best-seller-products .item .info .title {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.widget-area .widget_best-seller-products .item .info .title a {
  display: inline-block;
  transition: all 0.3s ease-in-out;
  color: #89cff0;
}
.widget-area .widget_best-seller-products .item .info .title a:hover {
  color: #e17e50;
}
.widget-area .widget_best-seller-products .item .info span {
  display: block;
  color: #292929;
  font-size: 15px;
  font-weight: bold;
}
.widget-area .widget_best-seller-products .item .info .rating {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 5px;
}
.widget-area .widget_best-seller-products .item .info .rating li {
  list-style-type: none;
  display: inline-block;
  font-size: 14px;
}
.widget-area .widget_best-seller-products .item .info .rating li i {
  color: #ffd700;
  padding: 2px;
}
.widget-area .widget_arrival .special-products-inner {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 450px;
  width: 100%;
}
.widget-area .widget_arrival .special-products-inner .inner-content {
  text-align: center;
  padding: 35px 20px;
}
.widget-area .widget_arrival .special-products-inner .inner-content span {
  font-size: 20px;
  font-weight: bold;
}
.widget-area .widget_arrival .special-products-inner .inner-content h3 {
  font-size: 25px;
  margin-top: 15px;
  margin-bottom: 12px;
  font-weight: 600;
}
.widget-area .widget_arrival .special-products-inner .inner-content p {
  font-size: 18px;
  margin-bottom: 0;
}
.widget-area .widget_arrival .special-products-inner .inner-content .inner-btn {
  margin-top: 30px;
}
.widget-area .widget_arrival .special-products-inner .inner-content .inner-btn .default-btn {
  color: #ffffff !important;
}
.widget-area .widget_arrival .special-products-inner .inner-content .inner-btn .default-btn span {
  background-color: #292929;
}
.widget-area .widget_arrival .special-products-inner .inner-content .inner-btn .default-btn i {
  color: #ffffff !important;
}
.widget-area .widget_ejon_posts_thumb {
  position: relative;
  overflow: hidden;
}
.widget-area .widget_ejon_posts_thumb .item {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 5px;
  border-radius: 5px;
}
.widget-area .widget_ejon_posts_thumb .item:last-child {
  margin-bottom: 0;
}
.widget-area .widget_ejon_posts_thumb .item .thumb {
  display: block;
  margin-right: 15px;
}
.widget-area .widget_ejon_posts_thumb .item .thumb img {
  width: 80px;
  max-height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 5px;
}
.widget-area .widget_ejon_posts_thumb .item .info .title {
  margin-bottom: 8px;
  line-height: 1.5;
  font-size: 18px;
}
.widget-area .widget_ejon_posts_thumb .item .info .title a {
  display: inline-block;
  transition: all 0.3s ease-in-out;
  color: #89cff0;
}
.widget-area .widget_ejon_posts_thumb .item .info .title a:hover {
  color: #e17e50;
}
.widget-area .widget_ejon_posts_thumb .item .info span {
  display: block;
  color: #777;
  font-size: 15px;
}
.widget-area .widget_tag_cloud .widget-title {
  margin-bottom: 18px;
}
.widget-area .tags a {
  display: inline-block;
  background: #eeeeee;
  color: #292929;
  padding: 7px 15px;
  border: none;
  border-radius: 3px;
  font-weight: bold;
  font-size: 15px !important;
  margin-top: 8px;
  margin-right: 5px;
  transition: all 0.3s ease-in-out;
}
.widget-area .tags a:hover, .widget-area .tags a:focus {
  color: #ffffff;
  background-color: #89cff0;
}
.widget-area .widget_colors a {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  display: inline-flex;
  margin: 3px;
  box-shadow: 0px 2px 4px transparent;
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
}
.widget-area .widget_colors a:hover {
  border: 2px solid #e17e50;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1882352941);
}

/*================================================
 checkout Page
=================================================*/
.checkout {
  border-top: 1px solid #eeeeee;
  padding: 50px 0px;
  background-color: #fff;
}

.user-actions {
  background: #fbfbfe;
  padding: 15px 20px;
  position: relative;
  margin-bottom: 15px;
}
.user-actions i {
  color: #89cff0;
  margin-right: 2px;
  font-size: 20px;
  position: relative;
  top: 3px;
}
.user-actions span {
  display: inline-block;
  color: #777;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
}
.user-actions span:last-child {
  margin-bottom: 0;
}
.user-actions span a {
  color: #89cff0;
}

.billing-details .title {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  font-size: 20px;
  font-weight: bold;
}
.billing-details .title::before {
  content: "";
  position: absolute;
  background: #89cff0;
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
}
.billing-details .form-outline .form-control:focus {
  background: transparent;
}
.billing-details .select2 {
  width: 100% !important;
}
.billing-details .select2-container--default .select2-selection--single {
  background: transparent;
}
.billing-details .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: rgba(0, 0, 0, 0.6);
}
.billing-details .form-check {
  margin: 10px 0 20px;
}
.billing-details .form-check .form-check-label {
  color: #292929;
  font-weight: 600;
}
.billing-details .form-check label {
  position: relative;
  left: -3px;
  top: 0;
  font-weight: 600;
}
.billing-details .col-lg-12:last-child .form-group {
  margin-bottom: 0;
}

.order-details .payment-box {
  background-color: #ffffff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1882352941);
  margin-top: 30px;
  padding: 30px;
}
.order-details .payment-box .title {
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  font-size: 20px;
  font-weight: bold;
}
.order-details .payment-box .title::before {
  content: "";
  position: absolute;
  background: #89cff0;
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
}
.order-details .payment-box .payment-method p [type=radio]:checked, .order-details .payment-box .payment-method p [type=radio]:not(:checked) {
  display: none;
}
.order-details .payment-box .payment-method p [type=radio]:checked + label, .order-details .payment-box .payment-method p [type=radio]:not(:checked) + label {
  padding-left: 28px;
  cursor: pointer;
  display: block;
  color: #292929;
  position: relative;
  margin-bottom: 8px;
  font-weight: bold;
}
.order-details .payment-box .payment-method p [type=radio]:checked + label::before, .order-details .payment-box .payment-method p [type=radio]:not(:checked) + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
  border-radius: 50%;
  background: #ffffff;
}
.order-details .payment-box .payment-method p [type=radio]:checked + label::after, .order-details .payment-box .payment-method p [type=radio]:not(:checked) + label::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #89cff0;
  position: absolute;
  top: 7px;
  left: 3px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.order-details .payment-box .payment-method p [type=radio]:not(:checked) + label::after {
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
}
.order-details .payment-box .payment-method p [type=radio]:checked + label::after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.order-details .payment-box .default-btn {
  margin-top: 15px;
  box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
  color: #ffffff !important;
}
.order-details .payment-box .default-btn span {
  background-color: #292929;
}

/*================================================
 login & register Page
=================================================*/
.map {
  border-radius: 20px;
  margin-top: 10px;
}
.map iframe {
  width: 100%;
  height: 300px;
}

.login-form,
.register-form {
  padding: 40px 45px;
  border-radius: 5px;
  background-color: #ffffff;
  max-width: 650px;
  margin: auto;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1882352941);
}
.login-form h2,
.register-form h2 {
  margin-bottom: 30px;
  font-size: 25px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 15px;
  font-weight: 600;
  position: relative;
}
.login-form h2::before,
.register-form h2::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #89cff0;
  height: 100%;
  width: 100px;
}
.login-form .nav-tabs,
.register-form .nav-tabs {
  display: flex;
}
.login-form .nav-tabs .nav-link,
.register-form .nav-tabs .nav-link {
  margin: 0px 1px;
}
.login-form .nav-tabs .nav-item.show .nav-link,
.login-form .nav-tabs .nav-link.active,
.register-form .nav-tabs .nav-item.show .nav-link,
.register-form .nav-tabs .nav-link.active {
  background: transparent;
  color: #89cff0;
  border-color: #89cff0;
}
.login-form form,
.register-form form {
  padding-top: 10px;
}
.login-form form .map iframe,
.register-form form .map iframe {
  height: 200px;
}
.login-form form .form-group label,
.register-form form .form-group label {
  display: block;
  margin-bottom: 10px;
  color: #777;
  font-weight: 400;
  font-size: 16px;
}
.login-form form .form-group .form-control,
.register-form form .form-group .form-control {
  height: 60px;
  padding: 0 0 0 15px;
  line-height: initial;
  color: #292929;
  background-color: transparent !important;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  box-shadow: unset !important;
  transition: all 0.3s ease-in-out;
  font-size: 15px;
  font-weight: bold;
}
.login-form form .form-group .form-control:focus,
.register-form form .form-group .form-control:focus {
  border: 1px solid #89cff0;
}
.login-form form .form-group .form-control:focus::-moz-placeholder, .register-form form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.login-form form .form-group .form-control:focus::placeholder,
.register-form form .form-group .form-control:focus::placeholder {
  color: transparent;
  transition: all 0.3s ease-in-out;
}
.login-form form .form-outline,
.register-form form .form-outline {
  padding: 10px 10px;
}
.login-form form .lost-your-password,
.register-form form .lost-your-password {
  text-align: right;
}
.login-form form .lost-your-password a,
.register-form form .lost-your-password a {
  display: inline-block;
  position: relative;
  font-weight: bold;
  font-size: 15px;
  color: #777;
}
.login-form form .lost-your-password a::before,
.register-form form .lost-your-password a::before {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  transition: all 0.3s ease-in-out;
  background-color: #eeeeee;
}
.login-form form .lost-your-password a::after,
.register-form form .lost-your-password a::after {
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  transition: all 0.3s ease-in-out;
  bottom: 0;
  content: "";
  background-color: #e17e50;
}
.login-form form .lost-your-password a:hover::before,
.register-form form .lost-your-password a:hover::before {
  width: 0;
}
.login-form form .lost-your-password a:hover::after,
.register-form form .lost-your-password a:hover::after {
  width: 100%;
}
.login-form form .form-check,
.register-form form .form-check {
  font-weight: bold;
  font-size: 15px;
  color: #777;
}
.login-form form .form-check-input,
.register-form form .form-check-input {
  position: absolute;
  margin-top: 4px;
}
.login-form form button,
.register-form form button {
  border: none;
  margin-top: 25px;
  padding: 15px 30px;
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
  background-color: #89cff0;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.login-form form button:hover,
.register-form form button:hover {
  background-color: #e17e50;
}
.login-form .important-text,
.register-form .important-text {
  margin-top: 15px;
  text-align: center;
}
.login-form .important-text p,
.register-form .important-text p {
  font-size: 15px;
  color: #656565;
}
.login-form .important-text p a,
.register-form .important-text p a {
  color: #656565;
  font-weight: 600;
}
.login-form .important-text p a:hover,
.register-form .important-text p a:hover {
  color: #89cff0;
}

/*================================================
 shop Page
=================================================*/
.products-filter-options {
  margin-bottom: 25px;
}
.products-filter-options .products-ordering-list .nice-select {
  float: unset;
  line-height: 10px;
  color: #777;
  padding: 0;
  background-color: transparent;
  border: none;
  height: 100%;
  font-size: 15px;
  font-weight: 600;
  position: relative;
}
.products-filter-options .products-ordering-list .nice-select .list {
  background-color: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  list-style-type: none;
  border: none;
  border-radius: 0;
  margin-top: 20px;
  padding-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}
.products-filter-options .products-ordering-list .nice-select .list .option {
  line-height: 38px;
  min-height: 38px;
  color: #777;
  position: relative;
  transition: all 0.3s ease-in-out;
  padding-left: 15px;
  padding-right: 25px;
  font-size: 15px;
  font-weight: bold;
}
.products-filter-options .products-ordering-list .nice-select .list .option:hover {
  background-color: #89cff0 !important;
  color: #ffffff;
}
.products-filter-options .products-ordering-list .nice-select:after {
  border-color: #777;
  height: 8px;
  width: 8px;
  right: 0;
}
.products-filter-options .products-ordering-list .nice-select:hover {
  border-color: #89cff0;
  background-color: transparent;
}
.products-filter-options .select2 {
  width: 100% !important;
}
.products-filter-options p {
  line-height: initial;
  margin-bottom: 0;
}
.products-filter-options .sub-title {
  color: #292929;
  display: inline-block;
  padding-right: 5px;
  font-size: 16px;
  font-weight: 600;
}
.products-filter-options .sub-title a {
  text-transform: uppercase;
  color: #292929;
  font-weight: 700;
  margin-right: 15px;
  padding-left: 22px;
  display: block;
  position: relative;
}
.products-filter-options .sub-title a i {
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 1px;
}
.products-filter-options .sub-title a:hover {
  color: #89cff0;
}
.products-filter-options .view-list-row {
  position: relative;
  top: 2px;
}
.products-filter-options .view-list-row .view-column a {
  display: inline-block;
}
.products-filter-options .view-list-row .view-column .icon-view-two {
  margin-left: 2px;
}
.products-filter-options .view-list-row .view-column .icon-view-two span {
  cursor: pointer;
  width: 7px;
  height: 14px;
  display: block;
  float: left;
  background-color: #d0d0d0;
  transition: all 0.3s ease-in-out;
}
.products-filter-options .view-list-row .view-column .icon-view-two span:not(:first-child) {
  margin-left: 1px;
}
.products-filter-options .view-list-row .view-column .icon-view-two.active span, .products-filter-options .view-list-row .view-column .icon-view-two:hover span {
  background-color: #89cff0;
}
.products-filter-options .view-list-row .view-column .icon-view-three {
  margin-left: 2px;
}
.products-filter-options .view-list-row .view-column .icon-view-three span {
  width: 7px;
  height: 14px;
  display: block;
  float: left;
  background-color: #d0d0d0;
  transition: all 0.3s ease-in-out;
}
.products-filter-options .view-list-row .view-column .icon-view-three span:not(:first-child) {
  margin-left: 1px;
}
.products-filter-options .view-list-row .view-column .icon-view-three.active span, .products-filter-options .view-list-row .view-column .icon-view-three:hover span {
  background-color: #89cff0;
}

#products-collections-filter.products-row-view .products-col-item {
  flex: 0 0 100%;
  max-width: 100%;
}
#products-collections-filter.products-row-view .products-col-item.col-lg-4 {
  flex: 0 0 50%;
  max-width: 50%;
}
#products-collections-filter.products-col-two .col-lg-4 {
  flex: 0 0 50%;
  max-width: 50%;
}
#products-collections-filter.products-col-four .col-lg-4 {
  flex: 0 0 25%;
  max-width: 25%;
}

.single-shop-products {
  margin-bottom: 30px;
}
.single-shop-products .shop-products-image {
  position: relative;
  overflow: hidden;
}
.single-shop-products .shop-products-image img {
  transition: all 0.3s ease-in-out;
}
.single-shop-products .shop-products-image .tag {
  display: inline-block;
  background: #89cff0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 15px 10px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.single-shop-products .shop-products-image .shop-action {
  padding-left: 0;
  margin-bottom: 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  padding: 15px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.single-shop-products .shop-products-image .shop-action li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
}
.single-shop-products .shop-products-image .shop-action li:last-child {
  margin-right: 0;
}
.single-shop-products .shop-products-image .shop-action li .action-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #89cff0;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
}
.single-shop-products .shop-products-image .shop-action li .action-btn i {
  margin-right: 5px;
}
.single-shop-products .shop-products-image .shop-action li a i {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-color: #ffffff;
  color: #89cff0;
  font-size: 18px;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.single-shop-products .shop-products-image .shop-action li a i:hover {
  background-color: #89cff0;
  color: #ffffff;
}
.single-shop-products .shop-products-content {
  margin-top: 25px;
}
.single-shop-products .shop-products-content h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}
.single-shop-products .shop-products-content h3 a {
  color: #292929;
}
.single-shop-products .shop-products-content .rating {
  padding-left: 0;
  margin-bottom: 12px;
}
.single-shop-products .shop-products-content .rating li {
  display: inline-block;
  list-style-type: none;
}
.single-shop-products .shop-products-content .rating li i {
  color: #ffb607;
}
.single-shop-products .shop-products-content span {
  font-size: 16px;
  color: #292929;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.single-shop-products:hover .shop-products-image img {
  transform: rotate(1deg) scale(1.1);
}
.single-shop-products:hover .shop-products-image .tag {
  background: #e17e50;
}
.single-shop-products:hover .shop-products-image .shop-action {
  bottom: 10px;
  opacity: 1;
  visibility: visible;
}
.single-shop-products:hover .shop-products-content h3 a {
  color: #89cff0;
}

@media (max-width: 760px) {
  .shop {
    padding: 20px 0px !important;
  }
  .widget-area .widget_categories .categories li a {
    font-size: 13px;
    padding: 8px;
  }
  .widget-area .tags a {
    font-size: 13px !important;
  }
}
/*================================================
 about us page
=================================================*/
.story-title {
  margin-bottom: 35px;
  text-align: center;
  max-width: 650px;
  margin: 0 auto 45px;
}
.story-title h2 {
  font-size: 35px;
  margin-bottom: 0;
  font-weight: bold;
  line-height: 1.5;
}

.story {
  border-top: 1px solid #cccccc;
}
.story img {
  width: 100%;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.story-content {
  padding: 45px 0;
}
.story-content h3 {
  font-size: 30px;
  margin-bottom: 25px;
  font-weight: 600;
}
.story-content b {
  font-weight: bold;
  font-size: 18px;
}
.story-content p {
  margin-top: 20px;
  margin-bottom: 0;
}

.mission {
  background-color: #fbfbfe;
}
.mission img {
  width: 100%;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.mission-content {
  padding: 45px 0;
}
.mission-content h3 {
  font-size: 30px;
  margin-bottom: 25px;
  font-weight: 600;
}
.mission-content b {
  font-weight: bold;
  font-size: 18px;
}
.mission-content .mission-list {
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 0;
}
.mission-content .mission-list li {
  color: #777;
  font-size: 16px;
  margin-bottom: 15px;
  list-style-type: none;
}
.mission-content .mission-list li:last-child {
  margin-bottom: 0;
}
.mission-content .mission-list li i {
  margin-right: 5px;
  color: #89cff0;
}

.vision img {
  width: 100%;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.vision-content {
  padding: 45px 0;
}
.vision-content h3 {
  font-size: 30px;
  margin-bottom: 25px;
  font-weight: 600;
}
.vision-content b {
  font-weight: bold;
  font-size: 18px;
}
.vision-content .vision-list {
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 0;
}
.vision-content .vision-list li {
  color: #777;
  font-size: 16px;
  margin-bottom: 15px;
  list-style-type: none;
}
.vision-content .vision-list li:last-child {
  margin-bottom: 0;
}
.vision-content .vision-list li i {
  margin-right: 5px;
  color: #89cff0;
}

@media (max-width: 767px) {
  .story-content b,
  .mission-content b,
  .vision-content b {
    font-weight: bold;
    font-size: 12px;
  }
  .single-team .team-image img {
    height: 150px !important;
  }
  .Counter-area .single-Counter::before {
    display: none;
  }
}
/*================================================
 Team
=================================================*/
.single-team {
  margin-bottom: 30px;
}
.single-team .team-image {
  position: relative;
  overflow: hidden;
}
.single-team .team-image img {
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.single-team .team-image .social {
  padding-left: 0;
  margin-bottom: 0;
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.single-team .team-image .social li {
  list-style-type: none;
  display: inline-block;
  margin: 0 5px;
}
.single-team .team-image .social li a i {
  display: inline-block;
  height: 38px;
  width: 38px;
  line-height: 38px;
  background-color: #89cff0;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  text-align: center;
  font-size: 16px;
  border-radius: 50px;
}
.single-team .team-image .social li a i:hover {
  background-color: #e17e50;
}
.single-team .team-content {
  text-align: center;
  margin-top: 25px;
}
.single-team .team-content h3 {
  font-size: 25px;
  margin-bottom: 10px;
}
.single-team .team-content span {
  font-size: 16px;
  font-weight: bold;
}
.single-team:hover .team-image img {
  transform: rotate(1deg) scale(1.1);
}
.single-team:hover .team-image .social {
  bottom: 20px;
  opacity: 1;
  visibility: visible;
}

/*================================================
 Counter
=================================================*/
.Counter-area {
  background-color: #fbfbfe;
}
.Counter-area .col-lg-3:last-child .single-Counter::before {
  display: none;
}
.Counter-area .single-Counter {
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}
.Counter-area .single-Counter::before {
  position: absolute;
  right: -15px;
  top: 0;
  width: 1px;
  content: "";
  height: 100%;
  background-color: #e17e50;
}
.Counter-area .single-Counter h3 {
  margin-bottom: 0;
  line-height: 1;
  font-size: 45px;
  transition: all 0.3s ease-in-out;
  color: #89cff0;
}
.Counter-area .single-Counter p {
  font-size: 16px;
  font-weight: bold;
  color: #89cff0;
}
.Counter-area .single-Counter i {
  font-size: 30px;
  color: #51b1de;
  margin: 10px;
}

/*================================================
 contact us
=================================================*/
.mapEarth .section-title {
  text-align: left;
  margin: 0 auto 25px 0;
  max-width: 100%;
}
.mapEarth .section-title h2 {
  padding-left: 0;
}
.mapEarth .worldMap {
  width: 500px;
  height: 500px;
  order: 2;
  position: relative;
}
.mapEarth .worldMap .earth {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 80%;
  margin: -40%;
  background: #fff url(../img/download.png) 0 50% repeat-x;
  background-size: auto 90%;
  box-shadow: rgba(0, 0, 0, 0.05) 0 1em 2em;
  border-radius: 100%;
  overflow: hidden;
  animation: map linear 90s infinite;
}
.mapEarth .worldMap .orbic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mapEarth .worldMap .orbic svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.mapEarth .worldMap #orbic_path {
  fill: none;
  stroke: rgba(0, 0, 0, 0.1);
  stroke-linecap: round;
  stroke-width: 4px;
  stroke-dasharray: 1 9;
  animation: orbic linear 2s infinite;
}
.mapEarth .worldMap #orbic_dots use {
  fill: #fff;
  stroke: rgba(30, 144, 255, 0.25);
  stroke-width: 4;
  animation: dots ease 1s infinite alternate;
}
.mapEarth .worldMap #orbic_dot1 {
  transform: translate(50.4%, 29.6%);
}
.mapEarth .worldMap #orbic_dot2 {
  transform: translate(5%, 62.8%);
  animation-delay: 0.2s !important;
}
.mapEarth .worldMap #orbic_dot3 {
  transform: translate(97%, 41%);
  animation-delay: 0.3s !important;
}
.mapEarth .worldMap #orbic_dot4 {
  transform: translate(50%, 70.2%);
  animation-delay: 0.5s !important;
}
.mapEarth .worldMap #orbic_dot5 {
  transform: translate(31.5%, 51.5%);
  animation-delay: 0.7s !important;
}
.mapEarth .worldMap #orbic_user1 {
  transform: translate(1%, 40%) scale(0.666667);
}
.mapEarth .worldMap #orbic_user2 {
  transform: translate(18%, 64%) scale(0.666667);
}
.mapEarth .worldMap #orbic_user3 {
  transform: translate(39.5%, 31%) scale(0.666667);
}
.mapEarth .worldMap #orbic_user4 {
  transform: translate(69%, 22%) scale(0.666667);
}
.mapEarth .worldMap #orbic_user5 {
  transform: translate(75%, 53%) scale(0.666667);
}
@keyframes map {
  100% {
    background-position: 220% 50%;
  }
}
@keyframes orbic {
  100% {
    stroke-dashoffset: 10;
  }
}
@keyframes dots {
  100%, 80% {
    stroke: #1e90ff;
  }
}
@media only screen and (max-width: 1000px) {
  .mapEarth .worldMap {
    width: 100%;
    order: 2;
    position: relative;
  }
  .mapEarth .worldMap .earth {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: transparent;
    background-size: 100% auto;
    box-shadow: none;
    border-radius: 0;
    animation: none;
  }
}
@media (max-width: 600px) {
  .mapEarth .worldMap {
    height: 300px;
  }
}
.mapEarth .companyInfo {
  margin-top: 30px;
}
.mapEarth .companyInfo ul {
  list-style: none;
}
.mapEarth .companyInfo ul li {
  margin-bottom: 15px;
}
.mapEarth .companyInfo ul li span {
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e17e50;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
  color: #e17e50;
}
.mapEarth .companyInfo ul li:hover span {
  background-color: #e17e50;
  color: #fff;
}
.mapEarth .companyInfo ul li a {
  color: #e17e50;
}
.mapEarth .companyTeam {
  margin-bottom: 50px;
}
.mapEarth .companyTeam .team {
  margin: 20px 0px;
  border-bottom: 1px solid #e17e50;
  padding-bottom: 5px;
}
.mapEarth .companyTeam .team span {
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e17e50;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
  color: #e17e50;
}
.mapEarth .companyTeam .team:hover span {
  background-color: #e17e50;
  color: #fff;
}
.mapEarth .companyTeam .team h4 {
  display: inline-block;
  margin: 0px 10px;
  font-weight: bold;
  text-transform: uppercase;
}
.mapEarth .googleMap {
  margin-top: 30px;
}
.mapEarth .googleMap iframe {
  width: 100%;
  height: 300px;
  border-radius: 8px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1882352941);
}

/*================================================
Terms of Service
=================================================*/
.terms-of-service-image {
  margin-bottom: 30px;
}
.terms-of-service-image img {
  width: 100%;
  max-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}

.terms-of-service-content h3 {
  font-size: 20px;
  margin: 0 0 16px 0;
  font-weight: 600;
  margin-top: 50px;
}
.terms-of-service-content ul {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 0;
}
.terms-of-service-content ul li {
  margin-bottom: 10px;
  color: #777;
  line-height: 1.8;
  list-style-type: none;
}
.terms-of-service-content ul li i {
  margin-right: 5px;
  font-size: 15px;
}

/*================================================
 search page
=================================================*/
.search-block {
  max-width: 850px;
  margin: auto;
}
.search-block .search-box {
  position: relative;
  border-radius: 5px;
}
.search-block .search-box .form-control {
  height: 44px;
  padding: 8px 15px;
  border: 1px solid #eeeeee;
  background-color: #eeeeee;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}
.search-block .search-box .form-control:focus {
  border-color: #89cff0;
  background-color: transparent;
  box-shadow: none;
}
.search-block .search-box button {
  border: none;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  padding: 10px 25px;
  background-color: #e17e50;
  color: #ffffff;
}

.pagination .page-item.active .page-link {
  background-color: #89cff0;
}

/*================================================
profile
=================================================*/
.userHeader {
  margin: 20px 0px;
}
.userHeader .userInfo {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1882352941);
  padding: 20px;
  border-radius: 20px;
  position: relative;
  margin: 0px 10px;
}
.userHeader .userInfo img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 100%;
  border: 3px solid #e17e50;
}
.userHeader .userInfo span {
  margin: 0px 20px;
  font-size: 18px;
}
.userHeader .userInfo .control {
  position: absolute;
  right: 20px;
  top: 20px;
}
.userHeader .userInfo .control i {
  font-size: 28px;
  color: rgb(255, 0, 0);
  cursor: pointer;
}
.userHeader .userInfo .control .switch {
  position: relative;
  width: 50px;
  height: 28px;
  margin: -3px 10px;
}
.userHeader .userInfo .control .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.userHeader .userInfo .control .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
  margin: 0px !important;
}
.userHeader .userInfo .control .switch .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  right: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}
.userHeader .userInfo .control .switch input:checked + .slider {
  background-color: #2196f3;
}
.userHeader .userInfo .control .switch input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}
.userHeader .userInfo .control .switch input:checked + .slider:before {
  transform: translateX(22px);
}
@media (max-width: 760px) {
  .userHeader .container {
    padding: 0px !important;
  }
  .userHeader .userInfo {
    padding: 20px 10px;
  }
  .userHeader .userInfo img {
    width: 80px;
    height: 80px;
  }
  .userHeader .userInfo span {
    margin: 0px 10px;
  }
}

.profileNavCol {
  background-color: #fcfcfc;
  border-radius: 8px;
  padding: 5px 0px;
  height: 100%;
}
.profileNavCol a {
  padding: 13px;
  display: flex;
  align-items: center;
  color: #777;
  margin: 3px 1px;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
}
.profileNavCol a i {
  margin-right: 5px;
}
.profileNavCol a.active {
  background-color: #e17e50;
  color: #ffffff;
}
.profileNavCol a:hover {
  background-color: #e17e50;
  color: #ffffff;
}
@media (max-width: 760px) {
  .profileNavCol a {
    padding: 8px 10px;
    display: inline-flex;
    margin: 3px 1px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1254901961);
    border-radius: 100px;
    border-bottom: 1px solid #e17e50;
  }
}

.profileTitle {
  background-color: #f8f8f8;
  padding: 10px;
  margin-bottom: 20px;
}

.editProfile .select2 {
  width: 100% !important;
}
.editProfile .select2 .select2-selection--single {
  height: 56px !important;
}

.dropify-font-upload:before,
.dropify-wrapper .dropify-message span.file-icon:before {
  content: "\f319" !important;
  font-size: 26px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

.dropify-wrapper .dropify-message p {
  margin: 5px 0 0;
  font-size: 16px;
}

.notificationsDay {
  margin: 10px 0px;
}
.notificationsDay .notificationsInfo {
  background-color: #fcfcfc;
  margin: 10px 0px;
  border-radius: 10px;
  padding: 0px 20px;
}
.notificationsDay .notificationsInfo .row {
  position: relative;
  width: 100%;
  padding: 10px 0px;
  border-bottom: 1px solid #eee;
}
.notificationsDay .notificationsInfo .row:last-child {
  border-bottom: none;
}
.notificationsDay .notificationsInfo .row img {
  width: 50px;
  height: 50px;
  margin: auto;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.notificationsDay .notificationsInfo .row h6 {
  font-weight: bold;
  color: #000;
}
.notificationsDay .notificationsInfo .row p {
  margin: 0;
  font-size: 13px;
  color: #777;
}
.notificationsDay .notificationsInfo .row .closeIcon {
  height: 25px;
  background: #fff;
  position: absolute;
  right: 2px;
  top: 35%;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1882352941);
  width: 25px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  z-index: 2;
  cursor: pointer;
  align-items: center;
}
.notificationsDay .notificationsInfo .row .closeIcon i {
  color: #51b1de;
}

.addProduct .select2 {
  width: 100% !important;
}

.Chart {
  width: 100%;
  margin-bottom: 50px;
}

/*================================================
 doctors
=================================================*/
.search {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search form {
  background-color: #fff;
  border-radius: 20px;
  padding: 10px 10px 20px;
  border: 4px solid #fff;
  box-shadow: inset 0px 0px 10px rgba(53, 154, 255, 0.3137254902), 0px 0px 13px rgba(0, 127, 191, 0.4392156863);
  min-width: 70vw;
  margin: 40px 20px 0px;
}
.search form h5 {
  font-size: 30px;
  margin-bottom: 30px;
  margin-top: 10px;
  padding: 10px;
  position: relative;
}
.search form h5 i {
  color: #e17e50;
  font-size: 28px;
  margin: 0px 5px;
}
.search form h5::after {
  content: "";
  width: 50%;
  height: 2px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: #51b1de;
  border-radius: 100px 0px 0px 100px;
}
.search form h5::before {
  content: "";
  width: 50%;
  height: 2px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #89cff0;
  border-radius: 0px 100px 100px 0px;
}
.search form .form-group {
  border: 1px solid #eee;
  height: 100%;
  margin: 0;
  padding: 10px;
  border-radius: 8px;
  position: relative;
}
.search form .form-group .form-control {
  font-family: "Tajawal";
}
.search form .form-group label {
  display: block;
  margin-bottom: 10px;
}
.search form .form-group label i {
  color: #e17e50;
  font-size: 20px;
}
.search form .form-group .select2 {
  width: 100% !important;
}
.search form button[type=submit] {
  background-color: #fff;
  width: 100%;
  height: 100%;
  color: #e17e50;
  border: 1px solid #eee;
  border-radius: 8px;
  cursor: pointer;
  padding: 5px;
  min-height: 50px;
  font-size: 23px;
  transition: all 0.2s ease-in-out;
}
.search form button[type=submit]:hover {
  background-color: #e17e50;
  color: #fff;
}
.search form .button-search {
  background-color: #fff;
  width: 100%;
  height: 100%;
  color: #e17e50;
  border: 1px solid #eee;
  border-radius: 8px;
  cursor: pointer;
  padding: 5px;
  min-height: 50px;
  font-size: 23px;
  transition: all 0.2s ease-in-out;
}
.search form .button-search:hover {
  background-color: #e17e50;
  color: #fff;
}

.rate {
  list-style: none;
  margin-bottom: 7px;
  padding-left: 10px;
}
.rate li {
  display: inline-block;
}
.rate li i {
  font-size: 13px;
  color: rgb(255, 216, 42);
}

.searchPage {
  position: relative;
  background-image: url(../img/doctor.jpg);
  background-size: cover;
}

.doctorSection {
  padding: 100px 0px 50px;
}
.doctorSection .doctor {
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1254901961);
  padding: 10px;
  border-radius: 8px;
  display: flex;
  min-height: 112px;
  transition: 0.3s ease-in-out all;
}
.doctorSection .doctor:hover {
  box-shadow: 0px 4px 5px rgba(225, 126, 80, 0.3137254902);
}
.doctorSection .doctor img {
  width: 70px;
  height: 70px;
  max-width: 70px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  box-shadow: 0px 0px 5px #fbfbfe;
  border: 3px solid #fefefe;
}
.doctorSection .doctor .doctorInfo {
  width: 100%;
  padding: 0px 5px;
}
.doctorSection .doctor .doctorInfo div {
  margin-left: 5px;
  margin-bottom: 10px;
}
.doctorSection .doctor .doctorInfo div:last-child {
  margin-bottom: 0px;
}
.doctorSection .doctor .doctorInfo div i {
  color: #777;
  margin: 0px 5px;
  font-size: 15px;
}
.doctorSection .doctor .doctorInfo div h6 {
  display: inline-block;
  color: #000;
  margin: 0;
}
.doctorSection .doctor .doctorInfo .rate {
  list-style: none;
  margin-bottom: 7px;
  padding-left: 10px;
}
.doctorSection .doctor .doctorInfo .rate li {
  display: inline-block;
}
.doctorSection .doctor .doctorInfo .rate li i {
  font-size: 13px;
  color: rgb(255, 216, 42);
}
.doctorSection .doctor .doctorInfo .location,
.doctorSection .doctor .doctorInfo .name {
  display: flex;
  width: 100%;
  align-items: center;
}

/*================================================
 doctor Info Page
=================================================*/
.topPage {
  position: relative;
  margin: 20px 0;
  text-align: center;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1882352941);
  border-radius: 0px 0px 20px 20px;
}
.topPage .bgImg {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  height: 200px;
  border-radius: 0px 0px 500px 500px;
}
.topPage .docInfo {
  position: relative;
  top: -50px;
  right: 0px;
  width: 100%;
  z-index: 2;
}
.topPage .docInfo img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1882352941);
  border: 2px solid #fff;
}
.topPage .docInfo h6 {
  margin-top: 10px;
  font-size: 23px;
}
.topPage .docInfo .chatBtn {
  background-color: transparent;
  color: #e17e50;
  box-shadow: 0px 2px 4px 0px transparent;
  border: 1px solid #e17e50;
  transition: all 0.3s ease-in-out;
  padding: 10px;
}
.topPage .docInfo .chatBtn:hover {
  background-color: #e17e50;
  color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1882352941);
}
.topPage .docInfo .chatBtn i {
  margin: 0px 5px;
}
.topPage .docInfo p {
  padding: 10px;
}
@media (max-width: 760px) {
  .topPage {
    margin: 0px 0px 20px;
  }
  .topPage .rate {
    padding-left: 0px;
  }
  .topPage .rate li i {
    font-size: 12px;
  }
  .topPage .docInfo .chatBtn {
    padding: 11px 0px 11px 5px;
    font-size: 11px;
  }
}

.doctorInfoPage .locationMap {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1882352941);
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.doctorInfoPage .locationMap i {
  color: #51b1de;
  margin: 0px 10px;
}
.doctorInfoPage .Testimonials {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1882352941);
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.doctorInfoPage .Testimonials .swiper-container {
  width: 100%;
  height: 100%;
}
.doctorInfoPage .Testimonials .swiper-slide {
  text-align: center;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.doctorInfoPage .Testimonials .TestimonialsSlider {
  margin-top: 10px;
}
.doctorInfoPage .Testimonials .TestimonialsSlider .opinion {
  border: 1px solid #eee;
  width: 100%;
  border-radius: 8px;
  margin: 3px;
  transition: 0.3s ease-in-out;
}
.doctorInfoPage .Testimonials .TestimonialsSlider .opinion:hover {
  box-shadow: 0px 3px 5px rgba(0, 102, 153, 0.1882352941);
}
.doctorInfoPage .Testimonials .TestimonialsSlider .opinion .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fbfbfe;
  padding: 5px 10px;
  color: #292929;
  border-radius: 8px 8px 0px 0px;
}
.doctorInfoPage .Testimonials .TestimonialsSlider .opinion .content {
  padding: 5px;
}
.doctorInfoPage .Testimonials .TestimonialsSlider .opinion .content .name {
  margin: 10px 0px;
  display: flex;
}
.doctorInfoPage .Testimonials .TestimonialsSlider .opinion .content .name i {
  margin: 0px 10px;
}
.doctorInfoPage .Testimonials .TestimonialsSlider .opinion .content p {
  height: 100px;
  color: #777;
  overflow: hidden;
  padding: 0px 5px;
  text-align: start;
}
.doctorInfoPage .divTitle {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 20px;
}
.doctorInfoPage .divTitle .flatIcon {
  color: #51b1de;
}

@media (max-width: 760px) {
  .map iframe {
    width: 100%;
    height: 155px;
  }
  .blogs {
    padding: 10px 0 !important;
  }
  .single-team .team-content span {
    font-size: 12px;
  }
}
/*================================================
 patient
=================================================*/
.patient {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1882352941);
  margin: 10px;
  padding: 10px;
  position: relative;
  border-radius: 8px;
}
.patient .patientInfo {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
}
.patient .patientInfo img {
  width: 60px;
  height: 60px;
  max-width: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  margin: 10px;
  border-radius: 100%;
}
.patient .patientInfo .info .date,
.patient .patientInfo .info .name {
  margin-bottom: 10px;
}
.patient .patientInfo .info .date i,
.patient .patientInfo .info .name i {
  color: #e17e50;
  margin: 5px;
}
.patient .patientInfo .info .date span,
.patient .patientInfo .info .name span {
  margin: 0px 5px;
  font-weight: bold;
}
.patient .patientInfo .btn {
  background-color: transparent;
  color: #e17e50;
  box-shadow: 0px 4px 4px 0px transparent;
  border: 1px solid #e17e50;
  transition: all 0.3s ease-in-out;
  padding: 10px;
  width: 70px;
}
.patient .patientInfo .btn:hover {
  background-color: #e17e50;
  color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1882352941);
}
.patient .patientInfo .btn i {
  margin: 0px 5px;
}
.patient .drugs ul {
  padding: 10px;
  background-color: #fbfbfe;
}
.patient .drugs ul li {
  margin-bottom: 10px;
  list-style: none;
}
.patient .drugs ul li:last-child {
  margin: 0;
}
@media (max-width: 760px) {
  .patient .patientInfo .btn {
    padding: 7px 5px;
  }
  .patient .patientInfo .info p span {
    display: block;
  }
}

/*================================================
 chat
=================================================*/
#chat {
  margin: 30px 0px;
}
#chat .Users {
  position: relative;
  display: block;
  border-radius: 4px;
  padding: 5px;
  margin-right: 10px;
  height: 89vh;
  overflow-x: auto;
  width: 100%;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1882352941);
  background-color: #fff;
}
#chat .Users .UsersHeder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  background-color: #fbfbfe;
  color: #292929;
  width: 100%;
  margin-bottom: 10px;
}
#chat .Users .UsersHeder .closeUsers {
  display: none;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #292929;
  cursor: pointer;
}
#chat .Users .UsersHeder .closeUsers i {
  color: #ffffff;
  font-size: 18px;
}
@media (max-width: 992px) {
  #chat .Users {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 80%;
    max-width: 350px;
    z-index: 9999;
    overflow: auto;
    display: none;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: slideInleft !important;
    animation-delay: 0s;
  }
  #chat .Users .UsersHeder {
    position: sticky;
    top: 0;
    z-index: 2;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1254901961);
  }
  #chat .Users .UsersHeder .closeUsers {
    display: flex;
  }
}
#chat .Users ul {
  display: block;
  border: none;
}
#chat .Users ul li {
  display: block;
  margin-bottom: 5px;
}
#chat .Users ul li .userInfo {
  display: flex;
  background-color: #fff;
  padding: 10px 5px;
  border-radius: 2px;
  align-items: center;
  transition: all 0.2s ease-in-out;
  border-bottom: 1px solid #f6f6f6;
}
#chat .Users ul li .userInfo img {
  width: 100px;
  height: 50px;
  max-width: 50px !important;
  border-radius: 100%;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3137254902);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#chat .Users ul li .userInfo .userDiv {
  color: #777;
  width: 100%;
  padding-left: 8px;
  margin-left: 8px;
  border-left: 1px solid #f6f6f6;
}
#chat .Users ul li .userInfo .userDiv .nameDate {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}
#chat .Users ul li .userInfo .userDiv .nameDate .name {
  font-size: 16px;
  color: #000;
}
#chat .Users ul li .userInfo .userDiv .nameDate .date {
  font-size: 12px;
}
#chat .Users ul li .userInfo .userDiv p {
  margin: 10px 0px 0px;
  font-size: 12px;
  overflow: hidden;
  height: 25px;
}
#chat .Users ul li .active .userInfo {
  background-color: #f6f6f6;
  border-radius: 3px;
}
#chat .Users ul li .active .userInfo .userDiv {
  border-left: 1px solid #e17e50;
}
#chat .chatTop {
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1882352941);
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  padding: 10px 20px;
  background-color: #e17e50;
  color: #fff;
  position: relative;
}
#chat .chatTop img {
  width: 40px;
  height: 40px;
  border: 3px solid #fff;
  border-radius: 100%;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1882352941);
  margin: 0px 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#chat .chatTop .default-btn {
  color: #e17e50 !important;
  border-radius: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
  cursor: pointer;
}
#chat .chatTop .default-btn span {
  background-color: #292929;
  color: #ffffff;
}
#chat .chatTop .default-btn:hover {
  color: #ffffff !important;
}
#chat .chatBox {
  position: relative;
  width: 100%;
  background-color: #fff;
  display: block;
  padding: 10px 10px 50px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1882352941);
  background-image: url(../img/chat.jpg);
  background-size: contain;
  height: 80vh;
}
#chat .chatBox::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.1254901961);
}
#chat .chatBox .chatBody {
  position: relative;
  z-index: 3;
  padding: 15px;
  overflow-x: auto;
  height: 100%;
}
#chat .chatBox .chatBody p {
  margin: 0px;
  width: 100%;
  display: inline-block;
}
#chat .chatBox .chatBody .userSend {
  display: flex;
  position: relative;
  margin-right: auto;
}
#chat .chatBox .chatBody .userSend img {
  width: 40px;
  height: 40px;
  border: 3px solid #fff;
  border-radius: 100%;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1882352941);
  position: relative;
  left: -10px;
  top: -5px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#chat .chatBox .chatBody .userSend .sendMassage {
  padding: 10px;
  background-color: #e17e50;
  border-radius: 8px 0px 8px 8px;
  margin-bottom: 10px;
  position: relative;
  color: #fff;
  display: inline-block;
  padding-bottom: 25px;
  min-width: 120px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1882352941);
}
#chat .chatBox .chatBody .userSend .sendMassage .time {
  position: absolute;
  bottom: 2px;
  right: 15px;
  color: #f0f0f0;
  font-size: 12px;
}
#chat .chatBox .chatBody .userSend .sendMassage:before {
  z-index: -1;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  right: auto;
  left: -8px;
  top: 0px;
  bottom: auto;
  border: 12px solid;
  border-color: #e17e50 transparent transparent transparent;
}
#chat .chatBox .chatBody .userReceive {
  display: flex;
  position: relative;
  margin-left: auto;
  direction: ltr;
  text-align: right;
}
#chat .chatBox .chatBody .userReceive img {
  width: 40px;
  height: 40px;
  border: 3px solid #fff;
  border-radius: 100%;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1882352941);
  position: relative;
  right: -10px;
  top: -5px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#chat .chatBox .chatBody .userReceive .sendMassage {
  padding: 10px;
  background-color: #fff;
  border-radius: 0px 8px 8px 8px;
  margin-bottom: 10px;
  position: relative;
  color: #000;
  display: inline-block;
  padding-bottom: 25px;
  min-width: 120px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1882352941);
}
#chat .chatBox .chatBody .userReceive .sendMassage .time {
  position: absolute;
  bottom: 2px;
  right: 15px;
  color: #c7c7c7;
  font-size: 12px;
}
#chat .chatBox .chatBody .userReceive .sendMassage:before {
  z-index: -1;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: -8px;
  top: 0px;
  bottom: auto;
  border: 12px solid;
  border-color: #eee transparent transparent transparent;
}
#chat .chatBox .chat-input {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 4;
}
#chat .chatBox .chat-input #chat-input {
  background: #f4f7f9;
  width: 100%;
  position: relative;
  height: 47px;
  padding: 10px 15px 10px 50px;
  border: none;
  color: #888;
  overflow: hidden;
}
#chat .chatBox .chat-input .chat-submit {
  position: absolute;
  bottom: 3px;
  right: 10px;
  background: transparent;
  box-shadow: none;
  border: none;
  border-radius: 50%;
  color: #5a5eb9;
  width: 35px;
  height: 35px;
}
#chat .showUsers {
  display: block !important;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: slideInleft !important;
  animation-delay: 0s;
}
#chat .hideUsers {
  display: block !important;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: slideOutleft !important;
  animation-delay: 0s;
}

.chatTop {
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1882352941);
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  padding: 10px 20px;
  background-color: #e17e50;
  color: #fff;
  position: relative;
}
.chatTop img {
  width: 40px;
  height: 40px;
  border: 3px solid #fff;
  border-radius: 100%;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1882352941);
  margin: 0px 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.UsersControl {
  border-radius: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff !important;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1254901961);
}
.UsersControl i {
  color: #ffffff !important;
  font-size: 20px;
}
.UsersControl span {
  background-color: #292929;
}
.UsersControl:hover {
  color: #fff !important;
}

.addDrugs .modal-dialog {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
.addDrugs .modal-content {
  border: none;
  padding: 40px 10px 10px;
  border-radius: 0;
}
.addDrugs .modal-content .select2 {
  width: 100% !important;
}
.addDrugs .modal-content button.close {
  position: absolute;
  right: 0;
  top: 0;
  outline: 0;
  opacity: 1;
  color: #292929;
  transition: all 0.3s ease-in-out;
  line-height: 35px;
  padding: 0;
  margin: 0;
  font-size: 25px;
  width: 35px;
  text-shadow: unset;
  height: 35px;
  border: none;
}
.addDrugs .modal-content button.close:hover {
  background-color: red;
  color: #ffffff;
}
.addDrugs .modal-content .default-btn {
  color: #ffffff !important;
  border-radius: 0;
}
.addDrugs .modal-content .default-btn span {
  background-color: #292929;
}

.addRX-form h5 {
  padding: 20px;
  text-align: center;
  line-height: 34px;
}
.addRX-form .default-btn {
  color: #ffffff !important;
  width: 100%;
  border-radius: 0;
  padding: 15px;
}
.addRX-form .default-btn i {
  color: #ffffff !important;
}
.addRX-form .default-btn span {
  background-color: #292929;
}

.vCode {
  direction: ltr;
  border-bottom: 2px dashed #eee;
  padding: 0px 0px 20px;
}
.vCode .vCode-input {
  width: 40px;
  height: 40px;
  background-color: #e8e8e8;
  border: 1px solid #eee;
  text-align: center;
  font-size: 18px;
}

.categories .category {
  width: 100%;
  text-align: center;
  display: block;
  background-color: #ffffff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1254901961);
  border-radius: 10px;
  padding: 5px;
  color: #292929;
  margin: 10px 0;
  transition: all 0.3s ease-in-out;
}
.categories .category i {
  color: #e17e50;
  transition: all 0.3s ease-in-out;
  margin: 10px;
}
.categories .category i::before {
  font-size: 40px;
}
.categories .category img {
  width: 100%;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 5px;
}
.categories .category p {
  padding: 5px;
}
.categories .category:hover {
  background-color: #e17e50;
  color: #ffffff;
}
.categories .category:hover i {
  color: #ffffff;
}
.categories .category.active {
  background-color: #e17e50;
  color: #ffffff;
}
.categories .category.active i {
  color: #ffffff;
}
.categories .SubCategory {
  width: 100%;
  display: block;
}
.categories .SubCategory img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 4px;
}

.loading {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  padding-top: 200px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.8509803922);
  transition: all 0.3s ease-in-out;
  visibility: visible;
  opacity: 1;
}
.loading .sk-chase {
  width: 40px;
  height: 40px;
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
}
.loading .sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  animation: sk-chase-dot 2s infinite ease-in-out both;
}
.loading .sk-chase-dot:before {
  content: "";
  display: block;
  width: 25%;
  height: 25%;
  background-color: #000;
  border-radius: 100%;
  animation: sk-chase-dot-before 2s infinite ease-in-out both;
}
.loading .sk-chase-dot:nth-child(1) {
  animation-delay: -1.1s;
}
.loading .sk-chase-dot:nth-child(2) {
  animation-delay: -1s;
}
.loading .sk-chase-dot:nth-child(3) {
  animation-delay: -0.9s;
}
.loading .sk-chase-dot:nth-child(4) {
  animation-delay: -0.8s;
}
.loading .sk-chase-dot:nth-child(5) {
  animation-delay: -0.7s;
}
.loading .sk-chase-dot:nth-child(6) {
  animation-delay: -0.6s;
}
.loading .sk-chase-dot:nth-child(1):before {
  animation-delay: -1.1s;
}
.loading .sk-chase-dot:nth-child(2):before {
  animation-delay: -1s;
}
.loading .sk-chase-dot:nth-child(3):before {
  animation-delay: -0.9s;
}
.loading .sk-chase-dot:nth-child(4):before {
  animation-delay: -0.8s;
}
.loading .sk-chase-dot:nth-child(5):before {
  animation-delay: -0.7s;
}
.loading .sk-chase-dot:nth-child(6):before {
  animation-delay: -0.6s;
}
@keyframes sk-chase {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot {
  80%, 100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  }
  100%, 0% {
    transform: scale(1);
  }
}

.NotFound {
  padding: 50px 20px;
  text-align: center;
}
.NotFound img {
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 20px;
}

.optionsDiv {
  margin: 20px 0;
  padding: 5px 5px 20px;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
}
.optionsDiv .title {
  font-weight: bold;
  color: #292929;
  margin: 20px 0px;
}
.optionsDiv .options {
  display: block;
}
.optionsDiv .options .btn {
  box-shadow: none;
  border: 1px solid #777;
  margin: 5px 2.5px;
  display: inline-flex;
  border-radius: 2px !important;
}
.optionsDiv .options .btn-check:active + .btn,
.optionsDiv .options .btn-check:checked + .btn,
.optionsDiv .options .btn.active,
.optionsDiv .options .btn:active,
.optionsDiv .options .show > .btn.dropdown-toggle {
  color: #fff;
  background-color: #e17e50;
}
.optionsDiv .Colors {
  display: block;
}
.optionsDiv .Colors .btn {
  box-shadow: none;
  margin: 10px 5px;
  display: inline-flex;
  padding: 0;
  width: 40px;
  height: 30px;
  outline: 1px solid #777;
  border-radius: 0;
  outline-offset: 1px;
}
.optionsDiv .Colors .btn-check:active + .btn,
.optionsDiv .Colors .btn-check:checked + .btn,
.optionsDiv .Colors .btn.active,
.optionsDiv .Colors .btn:active,
.optionsDiv .Colors .show > .btn.dropdown-toggle {
  outline: 4px solid #e17e50;
}

.loadingMore {
  position: relative;
}
.loadingMore .stage {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 2rem 0;
  margin: 0 -5%;
  overflow: hidden;
}
.loadingMore .stage .dot-falling {
  position: relative;
  right: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #e17e50;
  color: #e17e50;
  box-shadow: 9999px 0 0 0 #e17e50;
  animation: dotFalling 1s infinite linear;
  animation-delay: 0.1s;
}
.loadingMore .stage .dot-falling::before,
.loadingMore .stage .dot-falling::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}
.loadingMore .stage .dot-falling::before {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #e17e50;
  color: #e17e50;
  animation: dotFallingBefore 1s infinite linear;
  animation-delay: 0s;
}
.loadingMore .stage .dot-falling::after {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #e17e50;
  color: #e17e50;
  animation: dotFallingAfter 1s infinite linear;
  animation-delay: 0.2s;
}
@keyframes dotFalling {
  0% {
    box-shadow: 9999px -15px 0 0 rgba(152, 128, 255, 0);
  }
  25%, 50%, 75% {
    box-shadow: 9999px 0 0 0 #e17e50;
  }
  100% {
    box-shadow: 9999px 15px 0 0 rgba(152, 128, 255, 0);
  }
}
@keyframes dotFallingBefore {
  0% {
    box-shadow: 9984px -15px 0 0 rgba(152, 128, 255, 0);
  }
  25%, 50%, 75% {
    box-shadow: 9984px 0 0 0 #e17e50;
  }
  100% {
    box-shadow: 9984px 15px 0 0 rgba(152, 128, 255, 0);
  }
}
@keyframes dotFallingAfter {
  0% {
    box-shadow: 10014px -15px 0 0 rgba(152, 128, 255, 0);
  }
  25%, 50%, 75% {
    box-shadow: 10014px 0 0 0 #e17e50;
  }
  100% {
    box-shadow: 10014px 15px 0 0 rgba(152, 128, 255, 0);
  }
}

.widget-area .filter .accordion-item .collapceBody {
  max-height: 60vh;
  overflow: auto;
}/*# sourceMappingURL=styleEN.css.map */