
a {
  text-decoration: none;
}

.dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate;
  animation: fadeIn 0.3s alternate;
}

.nav-item.dropdown.dropdown-mega {
  position: static;
}

.nav-item.dropdown.dropdown-mega .dropdown-menu {
  width: 90%;
  top: auto;
  left: 5%;
}

.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
  float: right;
}

.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}

.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 4px;
  position: absolute;
  background: #333;
  border-radius: 2px;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  left: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10px;
  transform-origin: 50% 50%;
  transform: translate(0px, -10px) !important;
}

.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 33px;
  transform: translate(0, -25px);
}

.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0px;
  top: 57px;
  transform-origin: 50% 50%;
  transform: translate(0px, -40px) !important;
}

.navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 22.5px;
  transform: rotate(45deg);
}

.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 25px;
  width: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 22.5px;
  transform: rotate(-45deg);
}

.icons {
  display: inline-flex;
  margin-left: auto;
}

.icons a {
  transition: all 0.2s ease-in-out;
  padding: 3.2px 6.4px;
  color: #ccc !important;
  text-decoration: none;
}

.icons a:hover {
  color: white;
  text-shadow: 0 0 30px white;
}

section {
  padding: 64px 9%;
}

.btn-2 {
  display: inline-block;
  padding: 19.2px 3rem;
  cursor: pointer;
  text-align: center;
  background: #0D6EFD;
  border-radius: 16px;
  font-size: 17px;
  text-transform: capitalize;
  color: #fff;
  margin: 5px;
}

.btn-2:hover {
  color: #fff;
  text-decoration: none;
}

.open-category::after {
  display: none;
}

.categories .dropend .dropdown-toggle::after {
  position: absolute;
  right: 16px;
  top: 20px;
}

.categories .dropdown-menu {
  width: 300px;
}

.categories .cat-menu {
  width: 300px;
  transform: translate(3px, 50px) !important;
}

.navbar-light .navbar-nav .nav-link {
  font-weight: 500;
  color: #444;
  font-size: 17px;
  margin-left: 24px;
}

.dropdown-menu>li>a {
  font-size: 14px;
}

.reg {
  background: #212529;
  border-radius: 16px;
  padding: 19.2px 2rem;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-left: 24px;
}

.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  gap: 40px;
  min-height: 100vh;
  background: url(../images/about-bg.jpg);
  background-position: center;
  background-size: cover;
}

.about.bottom-end {
  background: url(../images/about-bg-3.jpg);
  background-position: center;
  background-size: cover;
}

.about.bottom-end .content ul {
  list-style-type: none;
  margin-top: 32px;
  margin-bottom: 32px;
}

.about.bottom-end .content ul li {
  font-size: 15px;
  line-height: 2;
  color: #777;
}

.about.bottom-end .content .box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.about .image {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 672px;
  flex: 1 1 672px;
}

.about .image img {
  width: 100%;
}

.about .content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 672px;
  flex: 1 1 672px;
}

.about .content span {
  font-size: 16px;
  font-weight: 700;
  color: #a5b7d2;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.about .content h3 {
  font-size: 30px;
  text-transform: capitalize;
  color: #444;
  line-height: 1.5;
  padding-bottom: 8px;
  font-weight: 600;
}

.about .content p {
  font-size: 15px;
  line-height: 2;
  color: #777;
  padding: 16px 0;
}

.about .content-box {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 320px;
  flex: 1 1 320px;
}

.about .content-box .box-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  margin-top: 16px;
}

.about .content-box .box-container .box {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 400px;
  flex: 1 1 400px;
  background: #fff;
  border-radius: 16px;
  padding: 48px;
  text-align: center;
}

.about .content-box .box-container .box .icon i {
  background: #fef2d9;
  font-size: 30px;
  width: 128px;
  height: 128px;
  line-height: 128px;
  color: #f9b010;
  border-radius: 64px;
  margin-bottom: 32px;
}

.about .content-box .box-container .box h3 {
  font-size: 22px;
  color: #444;
  margin: 0;
}

.about .content-box .box-container .box p {
  font-size: 15px;
  line-height: 2;
  color: #777;
  padding: 16px 0;
}

.about .icons-container .icons {
  display: flex;
  align-items: center;
}

.about .icons-container .icons i {
  color: #ffff;
  background: #35c83c;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  margin-right: 24px;
}

.about .icons-container .icons p {
  padding: 0;
  margin-bottom: 16px;
}

.about .content-box .box-container .box h3 i {
  padding-right: 24px;
  color: #333;
}

.brand img {
  filter: grayscale(1);
  width: 80%;
  opacity: 0.8;
}

.brand img:hover {
  filter: inherit;
  opacity: 1;
}

  
.newsletter {
  background: url(../images/newsletter.png) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 2;
  min-height: 50vh;
}

.newsletter .section-title h1 {
  color: #fff;
  font-size: 50px;
  margin-bottom: 32px; /* changed from 2rem */
}

.newsletter .section-title p {
  color: #fff;
  font-size: 15px;
}

.newsletter .newsletter-form {
  background: #fff;
  position: relative;
  height: 60px;
  z-index: 2;
}

.newsletter .newsletter-form:after {
  position: absolute;
  content: '';
  left: -2px;
  right: -2px;
  top: -2px;
  bottom: -2px;
  background: #00BFFF;
  z-index: -1;
}

.newsletter .newsletter-form input {
  width: 100%;
  height: 100%;
  border: none;
  padding: 30px;
  background: #fff;
  color: #fff;
  padding-right: 200px;
}

.newsletter .newsletter-form input::-webkit-input-placeholder {
  color: #fff;
  opacity: .6;
}

.newsletter .newsletter-form input:-ms-input-placeholder {
  color: #fff;
  opacity: .6;
}

.newsletter .newsletter-form input::-ms-input-placeholder {
  color: #fff;
  opacity: .6;
}

.newsletter .newsletter-form input::placeholder {
  color: #fff;
  opacity: .6;
}

.newsletter .newsletter-form button {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  width: 170px;
  background: #0dcaf0;
  outline: none;
  border: none;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  font-size: 22px;
}

.newsletter .newsletter-form button:hover {
  background: #09bde1;
}

.product {
  min-height: 50vh;
}

.product .head-text {
  font-size: 15px;
  color: #777;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 112px; /* changed from 7rem */
}

.product .heading {
  margin-bottom: 0;
}

.product .box-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); /* changed from 25rem */
  gap: 48px; /* changed from 3rem */
}

.product .box-container .box {
  border: 1px solid rgba(227, 227, 227, 0.3);
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
  position: relative;
  overflow: hidden;
  background: #fff;
}

.product .box-container .box .content {
  padding: 32px; /* changed from 2rem */
}

.product .box-container .box .content p {
  font-size: 14px;
  color: #555;
  padding: 8px 0; /* changed from .5rem */
}

.product .box-container .box .content .text {
  font-size: 14px;
  color: #555;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product .box-container .box .content p i {
  font-weight: 100;
  padding-right: 16px; /* changed from 1rem */
}

.product .box-container .box img {
  height: 400px; /* changed from 25rem */
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .3);
  object-fit: contain;
}

.product .box-container .box .seller {
  position: absolute;
  top: 16px; /* changed from 1rem */
  left: 16px; /* changed from 1rem */
  background: rgb(0 0 0 / 54%);
  border-radius: 16px; /* changed from 1rem */
  color: #ffffff;
  font-size: 14px;
  padding: 8px 32px; /* changed from 0.5rem 2rem */
}

.off {
  width: 128px; /* changed from 8rem */
  background: #D0FCB4;
  text-align: center;
  padding: 8px; /* changed from 0.5rem */
  color: green;
  font-size: 14px;
  margin: 0 16px; /* changed from 0 1rem */
  border-radius: 32px; /* changed from 2rem */
}

.price {
  display: flex;
  align-items: center;
  padding: 16px 0; /* changed from 1rem */
}

.product .box-container .box .price {
  font-weight: bolder;
  color: var(--green);
  font-size: 20px;
}

.product .box-container .box .price span {
  text-decoration: line-through;
  color: #999;
  font-size: 15px;
}

.product .box-container .box .btn {
  display: block;
  margin: 16px 32px; /* changed from 1rem 2rem */
  text-align: center;
}

.review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
  background: #f6f8fa;
}

.review .information {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 560px;
          flex: 1 1 560px;
}

.review .information span {
  font-size: 20px;
  color: #0D6EFD;
  text-transform: capitalize;
}

.review .information h3 {
  font-size: 30px;
  color:#444;
  padding-top: 16px;
  margin: 0;
}

.review .information p {
  font-size: 15px;
  line-height: 2;
  color: #666;
  padding: 16px 0;
}

.review .review-slider {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 960px;
          flex: 1 1 960px;
}

.review .review-slider .slide {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0,0,0,0.2);
  padding: 32px 48px;
  background: #fff;
}

.review .review-slider .slide p {
  font-size: 15px;
  line-height: 2;
  color: var(--light-black);
}

.review .review-slider .slide .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
}

.review .review-slider .slide .user img {
  height: 80px;
  width: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-right: 16px;
}

.review .review-slider .slide .user h3 {
  font-size: 20px;
  color: #0D6EFD;
  margin: 0;
}

.review .review-slider .slide .user span {
  color: #999;
  font-size: 15px;
}

.review .review-slider .slide .user i {
  font-size: 50px;
  margin-left: auto;
  margin-right: 32px;
  color: #ddd;
}

.feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 64px;
  text-align: left;
  min-height: 100vh;
  margin-top: 112px;
  background: url(../images/bg.jpg);
  background-position: center;
  background-size: cover;
}

.feature .image {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 560px;
      flex: 1 1 560px;
  position: relative;
}

.feature .image img {
  width: 100%;
}

.feature .content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 672px;
          flex: 1 1 672px;
}

.feature .content span {
  font-size: 20px;
  color: var(--orange);
}

.feature .content .title {
  font-size: 40px;
  color: #333;
  margin-top: 8px;
  line-height: 1.7;
}

.feature .content p {
  font-size: 15px;
  color: #777;
  line-height: 1.6;
}

.feature .content .box-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
  margin-top: 16px;
}

.feature .content .box-container .box {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 400px;
          flex: 1 1 400px;
          background: #fff;
  padding: 38.4px;
  box-shadow: 0 1px 9px rgba(0, 0, 0, 0.2);
}

.feature .content .box-container .box:hover .fa-solid {
  color: #fff;
}

.feature .content .box-container .box h3 {
  font-size: 20px;
  padding-top: 32px;
  padding-bottom: 32px;
  color: #444;
  margin: 0;
}

.feature .content .box-container .box .fa-solid {
  color: rgb(107, 73, 251);
  border-radius: 16px;
  font-size: 20px;
  padding-right: 16px;
}

.feature .content .heading {
  text-align: center;
  margin-bottom: 80px;
  font-size: 30px;
  text-transform: capitalize;
  color: #334;
  line-height: 1.6;
  padding: 0 64px;
}

.feature .content .heading span {
  color: var(--brown);
  font-size: inherit;
  font-weight: inherit;
}

.head-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 64px;
}

.add-btn {
  display: block;
  background: #0D6EFD;
  color: #fff;
  width: 100%;
  padding: 16px;
  font-weight: 600;
  margin-bottom: 16px;
  border-radius: 8px;
  text-transform: capitalize;
}

.add-btn.border {
  background: none;
  color: #0D6EFD;
  width: 100%;
  padding: 16px;
  text-transform: capitalize;
}

.btn-2.light {
  background: #e9f2ff !important;
  padding: 16px 48px !important;
  font-size: 16px !important;
  color: #0066ff !important;
  font-weight: 500 !important;
  text-align: center !important;
}

.btn-2.dark {
  color: #fff !important;
  padding: 16px 48px !important;
  font-size: 16px !important;
  text-align: center !important;
  font-weight: 500 !important;
}

.deal {
  background: #F0F8FF;
}

.top-section {
  padding: 64px;
}




.deal .box-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.deal .box-container .box {
  /*flex: 1 1 480px;*/
  /* height: 400px; */
  display: flex;
  margin: 32px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  background: #fff;
  align-items: center;
  padding: 32px;
  width:100%;
}

.deal .box-container .box .image {
  width: 150px;
}

.deal .box-container .box .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.deal .box-container .box .content {
  width: 100%;
}

.deal .box-container .box .content h3 {
  font-size: 25px;
  color: #444;
  text-transform: capitalize;
}

.deal .box-container .box .content p {
  font-size: 17px;
  color: #777;
}

.deal .box-container .box .content .btn-1 {
  margin: 22.4px 0;
}

.services {
  background: #fff;
}

.services .heading {
  text-align: center;
  margin-bottom: 16px;
  font-size: 35px;
  text-transform: capitalize;
  color: #444;
  font-weight: 600;
}
.services p {
  color: #777;
}

.services .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(288px, 1fr))[auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(288px, 1fr));
  gap: 16px;
}

.services .box-container .box {
  /* text-align: center; */
  padding: 16px;
  background: #fff;
  /* border: 1px solid rgba(0,0,0,0.2);
    box-shadow: 0 3px 6px rgb(0 0 0 / 20%); */
  /* min-height: 190px; */
}

.services .box-container .box .box-top {
  display: flex;
}

.services .box-container .box:hover img {
  -webkit-transform: translateY(-16px);
  transform: translateY(-16px);
}

.services .box-container .box .content {
  text-align: center;
  margin-left: 16px;
}

.services .box-container .box h3 {
  font-size: 16px;
  color: #444;
  margin-top: 16px;
  text-transform: capitalize;
  /* padding-bottom: 16px; */
  margin: 0;
}

.services .box-container .box {
  background: #ffc1070f;
  display: flex;
  align-items: center;
  flex-direction: column;
  border: 1px solid #ffc107;
  box-sizing: border-box;
  border-radius: 10px;
  text-align: center;
  padding: 19px;
  transition: all 0.3s ease;
}

.services .box-container .box p {
  font-size: 14px;
  color: #777;
  line-height: 2;
}

.services .box-container .box .icon {
  height: 80px;
  width: 80px;
  padding: 24px;
  background: #ffc107;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--primary-color);
  font-size: 36px;
  border-radius: 50%;
  margin-bottom: 16px;
  transition: all 0.3s ease;
}

.services .box-container .box .icon img {
  width: 100%;
}

.services .box-container .box .fa-solid {
  color: #0d6efd;
  font-size: 30px;
}

.swiper-button-next:after, .swiper-button-prev:after {

  
  position: absolute;
  background: #0D6EFD;
  color: #fff !important;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 20px !important;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
 
  top: 50%;
  transform: translateY(-50%);
}





.facilities {
  background: #f1eeff;
}

.facilities .box-container {
 display: -ms-grid;
 display: grid;
 -ms-grid-columns: (minmax(480px, 1fr))[auto-fit];
     grid-template-columns: repeat(auto-fit, minmax(480px, 1fr));
 gap: 32px;
}

.facilities .box-container .box {
 background: #fff;
 padding: 48px;
 text-align: center;
 -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
         box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.facilities .box-container .box img {
 height: 160px;
 margin-bottom: 8px;
}

.facilities .box-container .box h3 {
 padding: 16px 0;
 font-size: 20px;
 text-transform: capitalize;
 color: #334;
}

.facilities .box-container .box p {
 font-size: 14px;
 line-height: 2;
 color: #777;
}

.team {
 background: #fff;
}

.team .box-container {
 display: -ms-grid;
 display: grid;
 -ms-grid-columns: (minmax(400px, 1fr))[auto-fit];
     grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
 gap: 32px;
 -webkit-box-align: start;
     -ms-flex-align: start;
         align-items: flex-start;
}

.team .box-container .box {
 overflow: hidden;
 text-align: center;
}

.team .box-container .box:hover .content {
 margin-bottom: 0;
}

.team .box-container .box img {
 width: 65%;
 border-radius: 50%;
}

.team .box-container .box .content {
 padding: 32px;
}

.team .box-container .box .content h3 {
 font-size: 20px;
 text-transform: capitalize;
 color: #334;
}

.team .box-container .box .content p {
 font-size: 14px;
 line-height: 2;
 color: #777;
 padding: 8px 0;
}

.team .box-container .box .content .share {
 margin-top: 24px;
}

.team .box-container .box .content .share a {
 height: 72px;
 width: 72px;
 line-height: 72px;
 font-size: 17px;
 margin: 0 8px;
 background: #334;
 color: #fff;
}

.team .box-container .box .content .share a:hover {
 background: #2597f4;
}


.blogs {
  /* background: #F8FAFD; */
}

.blogs .heading {
  margin: 0;
}

.blogs .stars {
  color: #ffa100;
}

.product-price del {
  margin-right: 5px;
  text-decoration: line-through;
}

.product-cart-btn {
  position: relative;
  border: none;
  background: #85acc8;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  width: 42px;
  height: 42px;
  transition: all 0.5s ease-in-out;
  box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.05);
}

.product-cart-btn:hover {
  color: #fff;
  background: #00BFFF;
}

.product-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.blogs .slide {
  background: #F3F8FF;
  /* margin-bottom: 7rem; */
  padding: 32px;
  border-radius: 5px;
  position: relative;
}

.blogs .slide:hover .image img {
  /* -webkit-transform: scale(1.1);
          transform: scale(1.1); */
}

.blogs .slide .image {
  width: 200px;
  height: 200px;
  margin: auto;
  overflow: hidden;
  /* background: #fff; */
}

.blogs .slide .image span {
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-block;
  margin-bottom: 1rem;
  background: #ffbd00;
  color: #fff;
  font-size: 11px;
  padding: 2px 15px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 50px;
}

.blogs .slide .image .red {
  background: #F05454;
}

.blogs .slide .image .blue {
  background: #00BFFF;
}

.blogs .slide .image img {
  height: 100%;
  width: 100%;
}

.blogs .slide .content {
  /* background:#fff; */
}

.blogs .slide .content .link {
  padding-bottom: 24px;
  font-size: 15px;
}

.blogs .slide .content .link a {
  color: #f00;
}

.blogs .slide .content .link a:hover {
  color: #fff;
}

.blogs .slide .content .link span {
  color: #fff;
  padding: 0 16px;
}

.blogs .slide .content h3 {
  font-size: 20px;
  color: #444;
  line-height: 1.5;
  text-transform: capitalize;
}

.blogs .slide .content p {
  font-size: 15px;
  color: #555;
  line-height: 2;
  padding: 16px 0;
}

.border-box {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 10px 10px 0 rgba(189, 187, 187, 0.14);
}

.footer {
  background: #1b2026;
  padding-bottom: 16px;
}

.footer .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(225px, 1fr))[auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
  gap: 32px;
}

.footer .box-container .box h3 {
  font-size: 22px;
  text-transform: capitalize;
  color: #fff;
  padding: 16px 0;
}

.footer .box-container .box .link {
  display: block;
  padding: 8px 0;
  font-size: 15px;
  line-height: 2;
  color: #f5f5f5;
}

.footer .box-container .box .link i {
  padding-right: 8px;
  color: #0D6EFD;
}

.footer .box-container .box .link:hover {
  color: #0D6EFD;
}

.footer .box-container .box .link:hover i {
  padding-right: 32px;
}

.footer .box-container .box p {
  padding: 8px 0;
  font-size: 15px;
  line-height: 2;
  color: #777;
}

.footer .box-container .box p span {
  color: #0D6EFD;
}

.footer .box-container .box .share {
  margin-top: 32px;
}

.footer .box-container .box .share a {
  font-size: 17px;
    padding: 15px;
    background: #0D6EFD;
    color: #fff;
    border-radius: 50%;
    margin-right: 4.8px;
    text-align: center;
}

.footer .box-container .box .share a:hover {
  background: #0D6EFD;
}

.footer .credit {
  font-size: 16px;
  text-transform: capitalize;
  color: #999;
  margin-top: 48px;
  padding-top: 16px;
  border-top: 2px solid #334;
  text-align: center;
}

.footer .credit span {
  color: #2597f4;
}

@media (max-width: 1200px) {
  .header .contact-info {
    padding: 32px 5%;
  }
  .header .main-navbar {
    padding: 32px 5%;
  }
  section {
    padding: 48px 9%;
  }
}

@media (max-width: 991px) {
  html {
    font-size: 55%;
  }
  .header .contact-info {
    padding: 32px;
  }
  .header .main-navbar {
    padding: 32px;
  }
  section {
    padding: 48px 32px;
  }
}

@media (max-width: 768px) {
  .header .contact-info {
    display: none;
  }
  .header #menu-btn {
    display: inline-block;
  }
  .header #menu-btn.fa-times {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .header .main-navbar .links {
    position: absolute;
    top: 99%;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 2px solid #334;
    border-bottom: 2px solid #334;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  .header .main-navbar .links.active {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .header .main-navbar .links a {
    display: block;
    margin: 40px 32px;
    font-size: 25px;
  }
  .categories .cat-menu{
    width: auto;
  }
  .categories .dropdown-menu {
    width: auto;
  }
  .category-header{
    padding: 16px;
  }
  .newsletter{
    width: 100%;
  }
  .about{
    flex-direction: column;
    gap:16px;
  }
  .about .image{
    flex:1;
  }
  .brand img{
    width: 100%;
  }
  .about-2 {
    gap: 48px;
  }
  .about-2 .image {
    margin-top: 80px;
  }
  .about-2 .content .title {
    font-size: 30px;
  }
  .book-form .btn-2{
    margin: auto;
  }
  .home .image .info-box2{
    right:0;
  }
  .product-page .box-container .box .image-container .big-image{
    width: 100%!important;
    height: 100%!important;
  }
  .deal .box-container .box {
    flex-direction: column;
    height: 100%;
  }
  .deal .box-container .box .content{
    width: 100%;
  }
  .deal .box-container .box .image{
    width: 100%;
  }
  .product-page .box-container .box {
    flex-direction: column;
  }
  .tab button{
    font-size: 16px!important;
  }
  .shop-single-share{
    margin-top: 16px;
  }
  .product-page .box-container .box .content{
    margin-top: 32px;
    padding: 0!important;
  }



  .deal .box-container .box {
    flex-direction: column;
    height: 100%;
  }
  
  .deal .box-container .box .content {
    width: 100%;
  }
  
  .deal .box-container .box .image {
    width: 100%;
  }
  
  .product-page .box-container .box {
    flex-direction: column;
  }
  
  .tab button {
    font-size: 16px !important;
  }
  
  .shop-single-share {
    margin-top: 1px;
  }
  
  .product-page .box-container .box .content {
    margin-top: 2px;
    padding: 0 !important;
  }
  
  }
  
  @media (max-width: 450px) {
    html {
      font-size: 50px;
    }
  
    .home .content h3 {
      font-size: 30px;
    }
  
    .contact .row form .inputBox input {
      width: 100%;
    }
  
    .heading {
      font-size: 20px !important;
      margin: 0 !important;
    }
  
    .home .content h3 span {
      font-size: 30px;
    }
  
    .btn-2.light {
      font-size: 12px !important;
      padding: 0.8px !important;
    }
  
    .newsletter .newsletter-form button {
      width: 110px;
    }
  }
  
  /* Button used to open the chat form - fixed at the bottom of the page */
  .open-button {
    background-color: #0D6EFD;
    color: white;
    border-radius: 16px;
    border: none;
    cursor: pointer;
    position: fixed;
    bottom: 23px;
    right: 28px;
    padding: 2px 1.5px;
  }
  
  .open-button i {
    font-size: 27px;
  }
  


/* The popup chat - hidden by default */
.chat-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  text-align: end;
  border: 3px solid #f1f1f1;
  z-index: 9;
}
.chat-popup label{
  padding: 1rem;
}

/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}

/* Full-width textarea */
.form-container textarea {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
  resize: none;
  min-height: 200px;
  margin-bottom: 1rem;
    margin-top: 1rem;
}

/* When the textarea gets focus, do something */
.form-container textarea:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/send button */
.form-container .btn {
  background-color: #04AA6D;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;

  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  padding: 1rem;
  position: absolute;
  top: 0;
  right: 5px;
  background: #fff;
  color: #111;
  font-size: 27px;

}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}

/* product page */
.product-page .box-container{

}

.product-page .box-container .box{
  display: flex;
  /* align-items: center; */
  justify-content: center;
  background:#fff;
  /* width: 90rem; */
  padding:1rem;
  /* margin:2rem; */
  /* box-shadow: 0 .3rem .5rem #3337; */
}
.product-page .top-content{
  /* border-bottom: 1px solid rgba(0,0,0,0.2);
    padding-bottom: 1rem; */
}
.product-page .bottom-content h3{
  font-size:20px;

}
.product-page .bottom-content p{
padding: 0 !important;
}

.product-page .box-container .box .image-container{
  text-align: center;
  
  
}

.product-page .box-container .box .image-container .big-image{
  /* box-shadow: 0 .3rem .5rem #3337; */
  border: 0.1rem solid rgb(0 0 0 / 8%);
    border-radius: 1rem ;
  padding:2rem 1rem;
  /* background: #eee; */
  width: 40rem;
  height: 40rem;

}

.product-page .box-container .box .image-container .big-image img{
  height:100%;
  width: 100%;
  object-fit: contain;
  
}


.right-box{
  padding:2rem;
  border-radius: 5px;

  border:1px solid rgba(0,0,0,.2);
}
.right-box h3
{
  border-bottom: 1px solid rgba(0,0,0,0.2);
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}
.product-form select{
  margin-bottom: 2rem;

}
.product-form span{
  font-weight: 600;
  text-transform: capitalize;

}

.product-page .box-container .box .image-container .small-image img.active,
.product-page .box-container .box .image-container .small-image img:hover{
  background:#ccc;
}

.product-page .box-container .box .content{
  padding:0 2rem;
}

.product-page .box-container .box .content .title{
  font-size: 30px;
  color:var(--blue);
  /* padding: 1rem 0; */
  text-transform: capitalize;
  margin: 0;
  line-height: 1.4;
  font-weight: 600;
}

.product-page .box-container .box .content .price{
  color:var(--pink);
 
  font-size: 25px;
  padding: .5rem;
  display: flex;
  align-items: baseline;
}
.product-page .box-container .box .content .rating{
  display: flex;
  align-items: center;
  margin: 1rem 0;
}
.product-page .box-container .box .content .price .discount
{
  /* background: #c7f2d9; */
  font-size: 17px;
  padding: 0.2rem 1rem;
  color: #ff1d1d;
  margin: 0;
  

}
.product-page .box-container .box .content .price .strike{
  font-size: 20px;
  padding: 0;
  margin-right: 1rem;
 /* margin: 0 1rem; */
  margin-right: 1rem;
  color: #aeadad;
  text-decoration: line-through;
  
}
.product-page .box-container .box .content .rating i{
  color:#f0dd02;
  
 
}
.product-page .box-container .box .content p{
  font-size: 15px;
    color: #a1a0a0;
    line-height: 1.8;
}

.product-page .box-container .box .content form .dropDown span{
  font-size: 20px;
  display: block;
  color:var(--blue);
  padding:1rem 0;
}

.product-page .box-container .box .content form .dropDown select{
  width: 100%;
  height:3rem;
  font-size: 15px;
  color:#666;
  border:none;
  outline: none;
}

.product-page .box-container .box .content form .quantity{
  padding:2rem 0;
}

.product-page .box-container .box .content form .quantity span{
  font-size: 20px;
  color:var(--blue);
}

.product-page .box-container .box .content form .quantity input{
  height: 3rem;
  width: 6rem;
  text-align: center;
  font-size: 20px;
  color:#666;
  margin:0 1rem;
  border: none;
  outline: none;
}

.product-page .box-container .box .content .btn{
  height: 4rem;
  width: 18rem;
  background:var(--pink);
  color:#fff;
  border-radius: 2rem;
  margin-right: 1rem;
  border:none;
  cursor: pointer;
  font-size: 17px;
}

.product-page .box-container .box .content .btn:hover{
  background: var(--blue);
}

.product-page .box-container .box .content .stock{
  color:#666;
  font-size: 20px;
}

.product-page .box-container .box .content .stock i{
  color:#14e014;
}
.shop-single-action {
  border-top: 1px solid rgb(0 0 0 / 9%);
  padding-top: 20px;
  margin-top: 20px
}

.shop-single-action .theme-btn {
  padding: 8px 20px
}

.shop-single-action .theme-btn2 {
  margin-left: 10px;
  border: 1px solid rgba(0,0,0,.8);
  box-shadow: none;
  text-align: center;
  padding: 8px 15px
}

.shop-single-action .theme-btn2 span {
  margin-right: 0
}

.shop-single-share a {

  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 39px;
  border: 1px solid #777;
  border-radius: 50px;
  text-align: center;
  color: #777;
  margin-left: 5px
}

.shop-single-share a:hover {
  background: #00BFFF;
  border-color: #00BFFF;
  color: #fff
}


.main-price{
  padding: 0;
    font-size: 24px !important;
    color: #058ff2 !important;
    margin: 0;
    font-weight: 600;
  
}

.right-box .flex{
  display: flex;
    justify-content: space-between;
    align-items: center;
}
.number {
  width: 100%;
  padding: 1.2rem 1.4rem;
  border-radius: 0.5rem;
  border: 0.2rem solid #d8d5d573;
  font-size: 16px;
  color: #777;
  background: #fff;
  text-transform: none;
  /* background: none; */
  margin-top: 1rem;
}
.theme-btn{
position: relative;
    font-size: 16px;
    background: #0591f6;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize;
    border-radius: 10px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: none;
    box-shadow:  0 0 40px 5px rgb(0 0 0 / 5%);;
    transition: all .5s ease-in-out;;
    z-index: 1;
}
.theme-btn::before {
  content: "";
  height: 300px;
  width: 300px;
  background: #444;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: .5s cubic-bezier(.25,.46,.45,.94);
  z-index: -1
}

.theme-btn:hover {
  color: #fff;
  text-decoration: none;
}

.theme-btn:hover::before {
  transform: translateY(-50%) translateX(-50%) scale(1)
}
.shop-single-action .theme-btn2:hover {
  color:#fff;
}
.shop-single-action .theme-btn2 {
  margin-left: 10px;
  border: 1px solid rgba(0,0,0,.2);
  box-shadow: none;
  text-align: center;
  padding: 8px 15px;
  color: #00BFFF;
  background: #fff;
}
.site-breadcrumb {
  position: relative;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  padding-top: 50px;
  padding-bottom: 50px;
  z-index: 1;
}

.site-breadcrumb-bg {
  position: absolute;
  background-repeat: no-repeat;
  background-position: left !important;
  background-size: cover !important;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.site-breadcrumb .breadcrumb-title {
  font-size: 25px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.site-breadcrumb .breadcrumb-menu {
  position: relative;
  z-index: 1;
  padding: 0;
}

.site-breadcrumb .breadcrumb-menu li {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
}

.site-breadcrumb .breadcrumb-menu li a {
  color: #fff;
  transition: all 0.5s ease-in-out;
}

/* .site-breadcrumb .breadcrumb-menu li::before {
  position: absolute;
  content: '\f101';
  font-family: 'Font Awesome 6 Pro';
  right: -21px;
  top: 1px;
  text-align: center;
  font-size: 16px;
  color: #444;
} */

.site-breadcrumb .breadcrumb-menu li:first-child {
  margin-left: 0;
}

.site-breadcrumb .breadcrumb-menu li:last-child:before {
  display: none;
}

.site-breadcrumb .breadcrumb-menu li a:hover {
  color: #024d60;
}

.site-breadcrumb .breadcrumb-menu li.active {
  color: #024d60;
}

/* cart-page */
.cart-page{
  margin: auto;
  /* max-width: 950px; */
  width: 90%;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 1rem;
  
  border: transparent;
}
@media(max-width:767px){
  .cart-page{
      margin: 3vh auto;
  }
}
.cart{
  background-color: #fff;
  padding: 4vh 5vh;
  border-bottom-left-radius: 1rem;
  border-top-left-radius: 1rem;
}
@media(max-width:767px){
  .cart{
      padding: 4vh;
      border-bottom-left-radius: unset;
      border-top-right-radius: 1rem;
  }
}
.cart-page .summary{
  background: linear-gradient(45deg, #0dcaf0, #0d6efd);
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  padding: 1vh 4vh;
  color: #fff;
}
@media(max-width:767px){
  .cart-page .summary{
  border-top-right-radius: unset;
  border-bottom-left-radius: 1rem;
  }
}

.cart-page .summary .col-2{
  padding: 0;
}
.cart-page .summary .col-10
{
  padding: 0;
}
.cart-page .row{
  margin: 0;
}
.cart-page .title b{
  font-size: 15px;
}
.cart-page .main{
  margin: 0;
  padding: 2vh 0;
  width: 100%;
}
.cart-page .col-2, .col{
  padding: 0 1vh;
}
.cart-page a{
  padding: 0 1vh;
}
.cart-page .close{
  float: right;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #111;
  opacity: .3;
  text-shadow: 0 1px 0 #fff;
}
.cart-page img{
  width: 100%;
  background: #F6F9FC;
  padding: 1rem;
}
.cart-page .back-to-shop{
  margin-top: 4.5rem;
}
.cart-page h5{
  margin-top: 4vh;
}
.cart-page hr{
  margin-top: 1.25rem;
}
.cart-page form{
  padding: 2vh 0;
}
.cart-page select{
  border: 1px solid rgba(0, 0, 0, 0.137);
  padding: 1.5vh 1vh;
  margin-bottom: 4vh;
  outline: none;
  width: 100%;
  background-color: rgb(247, 247, 247);
}
.cart-page input{
  border: 1px solid rgba(0, 0, 0, 0.137);
  padding: 1vh;
  margin-bottom: 4vh;
  outline: none;
  width: 100%;
  background-color: rgb(247, 247, 247);
}
.cart-page input:focus::-webkit-input-placeholder
{
    color:transparent;
}
.cart-page .checkout-btn{
  background-color: #000;
  border-color: #000;
  color: white;
  width: 100%;
border-radius: 1rem;
  margin-top: 4vh;
  padding: 1vh;
  /* border-radius: 0; */
}


.cart-page #code{
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0.253), rgba(255, 255, 255, 0.185)), url(https://img.icons8.com/small/16/000000/long-arrow-right.png);
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: center;
  border-radius: 1rem;
  padding: 1rem;
}




