@charset "UTF-8";
@font-face {
  font-family: "itfQomraArabic";
  src: url("../fonts/itfQomraArabic-Bold.otf");
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: "itfQomraArabic";
  src: url("../fonts/itfQomraArabic-Medium.otf");
  font-weight: 400;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

html:lang(ar) body {
  direction: rtl;
  text-align: right;
  font-family: "itfQomraArabic", sans-serif;
}

body {
  margin: 0;
  padding: 0;
  background: #f7f7f7;
  position: relative;
  font-weight: 300;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

*:not(input):not(button):not(a),
html:not(input):not(button):not(a) {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

.container {
  width: 90%;
  margin: 0 auto;
  max-width: 1800px;
}

.blur-up {
  opacity: 0;
  transition: opacity 400ms;
}

.blur-up.lazyloaded,
.blur-up.lazyloading {
  opacity: 1;
}

.color-primary {
  color: #00cab0;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.main-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 9vw;
  z-index: 10;
}
.main-nav .bottom-nav {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
}
.main-nav .bottom-nav .contain {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
  font-weight: 300;
}
.main-nav .bottom-nav .contain .logo img {
  width: 150px;
}
.main-nav .bottom-nav .contain .logo .logo1 {
  display: none;
}
.main-nav .bottom-nav .contain .socials a {
  color: #ffffff;
  margin-inline-end: 1vw;
}
.main-nav .bottom-nav .contain .socials a:first-of-type:hover svg {
  fill: #00cab0;
  transition: all 0.2 ease-in-out;
}
.main-nav .bottom-nav .contain .socials a:last-of-type {
  margin-inline-end: 0;
}
.main-nav .bottom-nav .contain .socials a:last-of-type:hover svg path {
  fill: #00cab0;
  transition: all 0.2 ease-in-out;
}
.main-nav .bottom-nav .contain .navbar {
  padding: 0;
}
.main-nav .bottom-nav .contain .navbar ul {
  display: flex;
}
.main-nav .bottom-nav .contain .navbar ul li {
  margin-inline-end: 3vw;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.main-nav .bottom-nav .contain .navbar ul li:last-of-type {
  margin: 0;
}
.main-nav .bottom-nav .contain .navbar ul li a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.main-nav .bottom-nav .contain .navbar ul li a:hover {
  color: #00cab0;
  transition: all 0.3s ease;
}
.main-nav .bottom-nav .contain .navbar ul li a.active {
  color: #00cab0;
}
.main-nav .bottom-nav .contain .checkout-btn {
  background: #ffffff;
  border-radius: 25px;
  display: flex;
  width: max-content;
  padding: 0.2rem;
  color: #1b252e;
}
.main-nav .bottom-nav .contain .checkout-btn .svg-contain {
  background: #1b252e;
  padding: 1px;
  border-radius: 50%;
}
.main-nav .bottom-nav .contain .checkout-btn .svg-contain svg {
  width: 20px;
  height: 20px;
}
.main-nav .bottom-nav .contain .checkout-btn .svg-contain svg path {
  fill: #ffffff !important;
}
.main-nav .bottom-nav .contain .checkout-btn span {
  display: block;
  margin-top: 0.3rem;
  font-size: 15px;
}
.main-nav .bottom-nav .contain .email {
  color: #ffffff;
  margin-bottom: 1vw;
  font-size: 1vw;
  display: flex;
  align-items: center;
}
.main-nav .bottom-nav .contain .email svg {
  width: 1.5vw;
  margin-inline-start: 0.6vw;
  margin-bottom: 0.4rem;
}
.main-nav .bottom-nav .contain .email:hover {
  color: #00cab0;
  transition: all 0.3s ease;
}
.main-nav .bottom-nav .contain .email:hover svg {
  fill: #00cab0;
}
.main-nav .bottom-nav .contain .email-checkout {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.main-nav.fixed {
  position: fixed;
  height: 4vw;
  background-color: #f7f7f7;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}
.main-nav.fixed .bottom-nav {
  height: 4vw;
}
.main-nav.fixed .bottom-nav .contain .logo .main-logo {
  display: none;
}
.main-nav.fixed .bottom-nav .contain .logo .logo1 {
  display: block;
}
.main-nav.fixed .bottom-nav .contain .socials {
  display: none !important;
}
.main-nav.fixed .bottom-nav .contain .navbar {
  margin-bottom: 0;
}
.main-nav.fixed .bottom-nav .contain .navbar ul li a {
  color: #000000;
}
.main-nav.fixed .bottom-nav .contain .navbar ul li a.active {
  color: #00cab0;
}
.main-nav.fixed .bottom-nav .contain .email {
  display: none;
}

#header {
  padding-top: 6vw;
  display: flex;
  align-items: center;
  position: relative;
  min-height: 100vh;
}
#header .container {
  z-index: 1;
}
#header .contain {
  color: #ffffff;
  max-width: 1200px;
  margin: auto;
  padding: 8rem 0;
}
#header .contain .information {
  display: flex;
  flex-direction: column;
}
#header .contain .information .icon {
  width: 190px;
  height: 188px;
  margin: auto;
}
#header .down {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  z-index: 3;
}
#header .down svg {
  display: block;
  width: 3vw;
  animation: MoveDown 1s linear infinite alternate;
  cursor: pointer;
}
@keyframes MoveDown {
  0% {
    transform: translateY(0.7vw);
  }
  100% {
    transform: translateY(-0.7vw);
  }
}
#header .heder-image {
  position: absolute;
  right: 0%;
  left: 0%;
  bottom: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#header .heder-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #00cab0;
  font-weight: bold;
  margin-bottom: 3.5rem;
}
.main-title .contain {
  position: relative;
  margin-inline-start: -30px;
}
.main-title .contain h2 {
  padding-inline-start: 30px;
}
.main-title .contain img {
  position: absolute;
  left: 20px;
  bottom: -10px;
  max-width: 100%;
}

#generalFeatures {
  text-align: center;
  padding: 100px 0;
}
#generalFeatures h3 {
  font-size: 1.4rem;
  color: #00cab0;
  font-weight: bold;
  margin-bottom: 1.2rem;
}
#generalFeatures p {
  font-size: 1.1rem;
}
#generalFeatures .sub-head {
  margin: 70px 0 30px;
}
#generalFeatures .ways {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#generalFeatures .ways .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 11.5%;
}
#generalFeatures .ways .item img {
  width: 45px;
  height: 45px;
  display: block;
  margin-bottom: 12px;
}
#generalFeatures .ways .item p {
  font-size: 1rem;
}

#features {
  padding: 100px 0;
  background: #00cab0;
}
#features .main-title {
  color: #ffffff;
}
#features .features-video {
  color: #ffffff;
  padding-bottom: 120px;
}
#features .features-video img {
  width: 50px;
}
#features .features-video h3 {
  margin: 15px 0;
  font-size: 1.2rem;
}

.features {
  max-width: 1000px;
  margin: 50px auto;
  margin-bottom: 100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 40px;
  color: #fff;
}
.features .feature-item {
  display: flex;
  align-items: center;
  font-size: 18px;
}
.features .feature-item::before {
  content: "✔";
  margin-left: 10px;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
}
.features.features1 .feature-item::before {
  color: #00cab0;
}

.section-image1 {
  margin-top: -150px;
}
.section-image1 img {
  width: 100%;
  object-fit: cover;
}

.section-image2 img {
  width: 100%;
  object-fit: cover;
}

#products {
  padding: 50px 30px;
}

.product-card .box {
  display: block;
  width: 100%;
  height: 300px;
  background: #eee;
  border: 2px solid #00c2b2;
  transition: all 0.3s ease-in-out;
}
.product-card .box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.product-card .box .image2 {
  display: none;
  transition: all 0.3s ease-in-out;
}
.product-card .card-body {
  text-align: center;
  transition: all 0.2s ease-in-out;
  color: #000000;
}
.product-card .card-body a {
  color: #000000;
  font-weight: bold;
  transition: all 0.2s ease-in-out;
}
.product-card .card-body a:hover {
  color: #00cab0;
}
.product-card .card-body button {
  border: none;
  background: #1b252e;
  color: #ffffff;
  text-align: center;
  width: 100%;
  padding: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.product-card .card-body button:focus {
  outline: none;
}
.product-card:hover .box .image2 {
  display: block;
}
.product-card:hover .box .image1 {
  display: none;
}
.product-card:hover .card-body {
  color: #00cab0;
}
.product-card:hover .card-body a {
  color: #00cab0;
}
.product-card:hover .card-body button {
  background: #00cab0;
}

.product-header {
  background: #f5f4f4;
  padding: 75px 0;
}

.product-des-contain {
  max-width: 900px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.product-des-contain .product-image {
  width: 48%;
  position: relative;
}
.product-des-contain .product-image img:not(.icon) {
  width: 100%;
  object-fit: cover;
}
.product-des-contain .product-image .icon {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 80px;
  height: 80px;
}
.product-des-contain .product-info {
  color: #1b252e;
  width: 48%;
}
.product-des-contain .product-info h2 {
  color: #00cab0;
  font-size: 1.5rem;
  font-weight: bold;
}
.product-des-contain .product-info .desc {
  font-size: 1rem;
}
.product-des-contain .product-info hr {
  border-top: 1px solid #9c9c9c;
}
.product-des-contain .product-info .product-details > div {
  display: flex;
  margin-bottom: 0.5rem;
}
.product-des-contain .product-info .product-details > div strong {
  color: #00cab0;
  width: 112px;
}
.product-des-contain .product-info .product-details > div > div {
  max-width: calc(100% - 120px);
}
.product-des-contain .product-info .product-details > div > div.actions {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  width: calc(100% - 120px);
}
.product-des-contain .product-info .product-details > div > div .add-to-cart {
  background: #0f2f2f;
  color: white;
  border: none;
  padding: 3px 20px;
  cursor: pointer;
  line-height: 18px;
  width: calc(100% - 88px);
}
.product-des-contain .product-info .product-details > div > div .qty-box {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  width: 90px;
}
.product-des-contain .product-info .product-details > div > div .qty-box button {
  width: 30px;
  height: 30px;
  border: none;
  background: #eee;
  cursor: pointer;
  line-height: 35px;
}
.product-des-contain .product-info .product-details > div > div .qty-box button:focus {
  outline: none;
}
.product-des-contain .product-info .product-details > div > div .qty-box span {
  padding: 0 10px;
  line-height: 35px;
  width: 25px;
  height: 30px;
}
.product-des-contain .product-info .order-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-des-contain .product-info .order-btn:focus {
  outline: none;
}
.product-des-contain .product-info .whatsapp {
  font-weight: bold;
  cursor: pointer;
  display: flex;
  gap: 10px;
  width: 54%;
}
.product-des-contain .product-info .whatsapp svg {
  color: #00cab0;
}
.product-des-contain .product-info .whatsapp svg path {
  fill: #00cab0;
}
.product-des-contain .product-info .details {
  border: none;
  cursor: pointer;
  width: 40%;
}

.similar-product {
  padding: 30px 0 80px;
  background: #f0f0f0;
}

.checkout-page {
  margin: 100px 0;
  /* Layout */
  /* Mobile */
}
.checkout-page .steps {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  align-items: center;
}
.checkout-page .step {
  flex: 1;
  text-align: center;
  position: relative;
  color: #1b252e;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.checkout-page .step svg {
  width: 50px;
  height: 50px;
  margin-bottom: 5px;
  fill: #ffffff;
}
.checkout-page .step svg circle {
  fill: #ffffff;
}
.checkout-page .step svg path {
  fill: #1b252e;
}
.checkout-page .step:first-child:after {
  display: none;
}
.checkout-page .step:last-child svg {
  width: 30px;
  height: 30px;
}
.checkout-page .step.active {
  color: #00cab0;
  font-weight: 600;
}
.checkout-page .step.active svg {
  fill: #00cab0;
}
.checkout-page .step.active svg path {
  fill: #ffffff;
}
.checkout-page .step.active svg circle {
  fill: #00cab0;
}
.checkout-page .step:after {
  content: "";
  position: absolute;
  bottom: calc(50% + 16px);
  right: -80px;
  width: 50%;
  height: 1px;
  border: 1px dashed #e5e5e5;
}
.checkout-page .step.active:after {
  border: 1px solid #00cab0;
}
.checkout-page .flex {
  display: flex;
  gap: 20px;
}
.checkout-page .flex-3 {
  flex: 3;
}
.checkout-page .flex-1 {
  flex: 1;
}
.checkout-page .checkout-card {
  background: #fff;
  border-radius: 12px;
  padding: 15px;
  margin-bottom: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.checkout-page .checkout-product {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.checkout-page .checkout-product img {
  width: 40px;
}
.checkout-page .product-info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.checkout-page .qty {
  display: flex;
  align-items: center;
  background: #f0f0f0;
  border-radius: 20px;
  padding: 3px 8px;
}
.checkout-page .qty button {
  border: none;
  background: none;
  font-size: 18px;
  width: 25px;
  cursor: pointer;
}
.checkout-page .qty button:focus {
  outline: none;
}
.checkout-page .checkout-badge {
  background: #00cab0;
  color: #fff;
  padding: 0 10px;
  text-align: center;
  border-radius: 8px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  font-size: 20px;
}
.checkout-page .checkout-badge svg {
  width: 100px;
  height: 60px;
}
.checkout-page .checkout-badge svg path {
  fill: #fff;
}
.checkout-page .btn {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
}
.checkout-page .btn-dark {
  background: #0f2f2f;
  color: #fff;
}
.checkout-page .btn-green {
  background: #00cab0;
  color: #fff;
}
.checkout-page input:not([type=radio]),
.checkout-page select,
.checkout-page textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.checkout-page input:not([type=radio]):focus,
.checkout-page select:focus,
.checkout-page textarea:focus {
  outline: none;
}
.checkout-page .form-control {
  height: 45px;
}
.checkout-page .form-control:focus {
  outline: none;
  box-shadow: none;
}
.checkout-page .hidden {
  display: none;
}
@media (max-width: 768px) {
  .checkout-page .flex {
    flex-direction: column;
  }
}

footer {
  background-color: #1b252e;
  padding: 2vw 0;
}
footer .logo {
  width: 10vw;
}
footer .socials a {
  color: #ffffff;
  font-size: 2vw;
  margin-inline-end: 1vw;
}
footer .socials a:first-of-type:hover svg {
  fill: #00cab0;
  transition: all 0.2 ease-in-out;
}
footer .socials a:last-of-type {
  margin-inline-end: 0;
}
footer .socials a:last-of-type:hover svg path {
  fill: #00cab0;
  transition: all 0.2 ease-in-out;
}

.fixed-whatsapp-bottom {
  position: fixed;
  bottom: 30px;
  left: 25px;
  display: block;
  z-index: 11000;
}
.fixed-whatsapp-bottom svg {
  width: 4vw;
  height: 4vw;
}
.fixed-whatsapp-bottom::before {
  position: absolute;
  content: " ";
  z-index: -1;
  top: 0%;
  left: 0%;
  background-color: rgba(48, 183, 0, 0.5);
  width: 4vw;
  height: 4vw;
  border-radius: 100%;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  opacity: 0.6;
  animation: pulse 1.5s ease-out;
  animation-iteration-count: infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    transform: scale(1.7);
    opacity: 0.6;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@media (min-width: 992px) {
  .main-nav .bottom-nav .contain .toggle-icon {
    display: none;
  }
  .main-nav .bottom-nav .contain .bg-overlay {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #header .contain .information img {
    width: 250px;
    margin-left: -100px;
  }
  .main-nav .bottom-nav .contain .navbar ul li {
    font-size: 1rem;
    margin-inline-end: 1rem;
  }
  .main-nav .bottom-nav .contain .navbar ul li .nav-link {
    padding: 0.5rem;
  }
  .main-nav .bottom-nav .contain .email {
    font-size: 1rem;
  }
}
@media (max-width: 991.98px) {
  .container {
    width: 100%;
  }
  .main-nav {
    height: 50px;
  }
  .main-nav .bottom-nav {
    height: 50px;
  }
  .main-nav .bottom-nav .contain .toggle-icon {
    cursor: pointer;
  }
  .main-nav .bottom-nav .contain .toggle-icon svg {
    width: 30px;
    height: 40px;
    fill: #ffffff;
  }
  .main-nav .bottom-nav .contain .logo img {
    width: 75px;
  }
  .main-nav .bottom-nav .contain .navbar {
    display: none;
    animation: fadeInLeft 0.3s ease-in-out;
    width: 290px;
    margin-bottom: 0;
  }
  .main-nav .bottom-nav .contain .navbar ul {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5rem;
  }
  .main-nav .bottom-nav .contain .navbar ul li {
    margin-inline-end: 0;
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
  .main-nav .bottom-nav .contain .navbar ul li a {
    color: #000000;
  }
  .main-nav .bottom-nav .contain .navbar.active {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    top: 0;
    background: #ffffff;
    padding: 2rem 1rem 1rem;
    z-index: 102;
  }
  .main-nav .bottom-nav .contain .bg-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    content: "";
    background: rgba(0, 0, 0, 0.4);
    transition: none;
  }
  .main-nav .bottom-nav .contain .email {
    display: none;
  }
  .main-nav .bottom-nav .contain .checkout-btn {
    align-items: center;
  }
  .main-nav .bottom-nav .contain .checkout-btn .svg-contain {
    height: 20px;
  }
  .main-nav .bottom-nav .contain .checkout-btn .svg-contain svg {
    width: 15px;
    height: 15px;
  }
  .main-nav .bottom-nav .contain .checkout-btn span {
    margin-top: 0.2rem;
    font-size: 14px;
    height: 20px;
  }
  .main-nav.fixed {
    height: 50px;
  }
  .main-nav.fixed .bottom-nav {
    height: 50px;
  }
  .main-nav.fixed .bottom-nav .toggle-icon svg {
    fill: #000000;
  }
  #header {
    padding-top: 0;
  }
  #header .contain {
    max-width: 100%;
    padding: 0;
  }
  #header .contain .information .icon {
    width: 150px;
    height: 149px;
  }
  #header .contain .information .h2, #header .contain .information .h3 {
    font-size: 18px;
  }
  #header .down svg {
    width: 35px;
  }
  .main-title {
    font-size: 1.3rem;
  }
  .main-title .contain {
    margin-inline-start: -15px;
  }
  .main-title .contain h2 {
    padding-inline-start: 15px;
    margin-bottom: 0;
    font-size: 1.7rem;
  }
  .main-title .contain img {
    left: 0px;
    bottom: -15px;
  }
  #generalFeatures {
    padding: 5px 0;
  }
  #generalFeatures h3 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
  #generalFeatures p {
    font-size: 1rem;
  }
  #generalFeatures .sub-head {
    margin: 30px 0 20px;
  }
  #generalFeatures .ways {
    flex-wrap: wrap;
  }
  #generalFeatures .ways .item {
    width: 24%;
  }
}
@media (max-width: 991.98px) and (max-width: 410px) {
  #generalFeatures .ways .item {
    width: 48%;
  }
}
@media (max-width: 991.98px) {
  #generalFeatures .ways .item img {
    width: 35px;
    height: 35px;
  }
  #generalFeatures .ways .item p {
    font-size: 0.9rem;
  }
  #products {
    padding: 50px 0 0;
  }
  #features {
    padding: 50px 0;
  }
  #features .features-video {
    color: #ffffff;
    padding-bottom: 120px;
  }
  #features .features-video h3 {
    font-size: 1.1rem;
  }
  .features {
    max-width: 100%;
    grid-template-columns: 1fr;
    text-align: right;
    gap: 20px 0;
  }
  .features .feature-item {
    font-size: 16px;
  }
  .features .feature-item::before {
    margin-left: 5px;
    font-size: 16px;
  }
  .product-card .box {
    display: block;
    width: 100%;
    height: 300px;
    background: #eee;
    border: 2px solid #00c2b2;
    transition: all 0.3s ease-in-out;
  }
  .product-card .box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
  }
  .product-card .box .image2 {
    display: none;
    transition: all 0.3s ease-in-out;
  }
  .product-card .card-body {
    text-align: center;
    transition: all 0.2s ease-in-out;
    color: #000000;
  }
  .product-card .card-body a {
    color: #000000;
    font-weight: bold;
    transition: all 0.2s ease-in-out;
  }
  .product-card .card-body a:hover {
    color: #00cab0;
  }
  .product-card .card-body button {
    border: none;
    background: #1b252e;
    color: #ffffff;
    text-align: center;
    width: 100%;
    padding: 0.5rem;
    transition: all 0.3s ease-in-out;
  }
  .product-card .card-body button:focus {
    outline: none;
  }
  .product-card:hover .box .image2 {
    display: block;
  }
  .product-card:hover .box .image1 {
    display: none;
  }
  .product-card:hover .card-body {
    color: #00cab0;
  }
  .product-card:hover .card-body a {
    color: #00cab0;
  }
  .product-card:hover .card-body button {
    background: #00cab0;
  }
  .product-header {
    padding: 35px 0;
  }
  .product-des-contain {
    max-width: 100%;
    flex-wrap: wrap;
  }
  .product-des-contain .product-image {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .product-des-contain .product-image .icon {
    width: 60px;
    height: 60px;
  }
  .product-des-contain .product-info {
    width: 100%;
  }
  .product-des-contain .product-info h2 {
    font-size: 1.2rem;
  }
  .product-des-contain .product-info .product-details > div {
    display: flex;
    margin-bottom: 0.5rem;
  }
  .product-des-contain .product-info .product-details > div strong {
    color: #00cab0;
    width: 112px;
  }
  .product-des-contain .product-info .product-details > div > div {
    max-width: calc(100% - 120px);
  }
  .product-des-contain .product-info .product-details > div > div.actions {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    width: calc(100% - 120px);
  }
  .product-des-contain .product-info .product-details > div > div .add-to-cart {
    background: #0f2f2f;
    color: white;
    border: none;
    padding: 3px 20px;
    cursor: pointer;
    line-height: 18px;
    width: calc(100% - 88px);
  }
  .product-des-contain .product-info .product-details > div > div .qty-box {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    width: 90px;
  }
  .product-des-contain .product-info .product-details > div > div .qty-box button {
    width: 30px;
    height: 30px;
    border: none;
    background: #eee;
    cursor: pointer;
    line-height: 35px;
  }
  .product-des-contain .product-info .product-details > div > div .qty-box button:focus {
    outline: none;
  }
  .product-des-contain .product-info .product-details > div > div .qty-box span {
    padding: 0 10px;
    line-height: 35px;
    width: 25px;
    height: 30px;
  }
  .product-des-contain .product-info .order-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .product-des-contain .product-info .order-btn:focus {
    outline: none;
  }
  .product-des-contain .product-info .whatsapp {
    width: 100%;
  }
  .product-des-contain .product-info .details {
    display: none;
  }
  .similar-product {
    padding: 10px 0 40px;
  }
  .checkout-page {
    margin: 0;
    padding: 50px 0;
    min-height: calc(100vh - 122px);
  }
  .checkout-page .step svg {
    width: 50px !important;
    height: 50px !important;
  }
  .checkout-page .step:after {
    bottom: 50px;
    right: -15px;
    width: 30%;
  }
  .checkout-page .flex {
    display: flex;
    gap: 20px;
  }
  .checkout-page .flex-3 {
    flex: 3;
  }
  .checkout-page .flex-1 {
    flex: 1;
  }
  .checkout-page .checkout-card {
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  }
  .checkout-page .checkout-product {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .checkout-page .checkout-product img {
    width: 40px;
  }
  .checkout-page .product-info {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .checkout-page .qty {
    display: flex;
    align-items: center;
    background: #f0f0f0;
    border-radius: 20px;
    padding: 3px 8px;
  }
  .checkout-page .qty button {
    border: none;
    background: none;
    font-size: 18px;
    width: 25px;
    cursor: pointer;
  }
  .checkout-page .qty button:focus {
    outline: none;
  }
  .checkout-page .checkout-badge {
    background: #00cab0;
    color: #fff;
    padding: 0 10px;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-size: 20px;
  }
  .checkout-page .checkout-badge svg {
    width: 100px;
    height: 60px;
  }
  .checkout-page .checkout-badge svg path {
    fill: #fff;
  }
  .checkout-page .btn {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
  }
  .checkout-page .btn-dark {
    background: #0f2f2f;
    color: #fff;
  }
  .checkout-page .btn-green {
    background: #00cab0;
    color: #fff;
  }
  .checkout-page input:not([type=radio]),
  .checkout-page select,
  .checkout-page textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
  }
  .checkout-page input:not([type=radio]):focus,
  .checkout-page select:focus,
  .checkout-page textarea:focus {
    outline: none;
  }
  .checkout-page .form-control {
    height: 45px;
  }
  .checkout-page .form-control:focus {
    outline: none;
    box-shadow: none;
  }
  .checkout-page .hidden {
    display: none;
  }
  footer {
    padding: 15px;
  }
  footer .logo {
    width: 90px;
    margin-top: 0;
  }
  footer .socials a {
    font-size: 1.1rem;
    margin-inline-end: 0.5rem;
  }
  footer .socials a svg {
    width: 27px;
  }
  .fixed-whatsapp-bottom {
    bottom: 50px;
    left: 20px;
  }
  .fixed-whatsapp-bottom svg {
    width: 55px;
    height: 55px;
  }
  .fixed-whatsapp-bottom::before {
    width: 55px;
    height: 55px;
  }
}

/*# sourceMappingURL=style.css.map */
