@font-face {
  font-family: "Sofia Pro";
  src: url("../fonts/SofiaPro-Bold.eot");
  src: url("../fonts/SofiaPro-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/SofiaPro-Bold.woff2") format("woff2"),
    url("../fonts/SofiaPro-Bold.woff") format("woff"),
    url("../fonts/SofiaPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sofia Pro";
  src: url("../fonts/SofiaPro.eot");
  src: url("../fonts/SofiaPro.eot?#iefix") format("embedded-opentype"),
    url("../fonts/SofiaPro.woff2") format("woff2"),
    url("../fonts/SofiaPro.woff") format("woff"),
    url("../fonts/SofiaPro.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sofia Pro";
  src: url("../fonts/SofiaPro-Medium.eot");
  src: url("../fonts/SofiaPro-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/SofiaPro-Medium.woff2") format("woff2"),
    url("../fonts/SofiaPro-Medium.woff") format("woff"),
    url("../fonts/SofiaPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sofia Pro";
  src: url("../fonts/SofiaPro-Light.eot");
  src: url("../fonts/SofiaPro-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/SofiaPro-Light.woff2") format("woff2"),
    url("../fonts/SofiaPro-Light.woff") format("woff"),
    url("../fonts/SofiaPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sofia Pro";
  src: url("../fonts/SofiaPro-Italic.eot");
  src: url("../fonts/SofiaPro-Italic.eot?#iefix") format("embedded-opentype"),
    url("../fonts/SofiaPro-Italic.woff2") format("woff2"),
    url("../fonts/SofiaPro-Italic.woff") format("woff"),
    url("../fonts/SofiaPro-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Sofia Pro";
  src: url("../fonts/SofiaPro-SemiBold.eot");
  src: url("../fonts/SofiaPro-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/SofiaPro-SemiBold.woff2") format("woff2"),
    url("../fonts/SofiaPro-SemiBold.woff") format("woff"),
    url("../fonts/SofiaPro-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: #fff;
  --black: #000;
  --lightblack: #222222;
  --yellowbg: #ffd600;
  --redtext: #fc7057;
  --greybg: #fafafa;
}

img,
video {
  max-width: 100%;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Sofia Pro", sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.6;
}

body {
  overflow-x: hidden;
  padding-top: 96px;
}

.container {
  width: 1140px;
  max-width: 100%;
}

a,
a:hover {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

p:last-child {
  margin: 0;
}

.other-link {
  color: #0d6efd;
}

.other-link:hover {
  color: #0d6efd;
  text-decoration: underline;
}

.small-red-title {
  font-size: 16px;
  line-height: 1.12;
  color: var(--redtext);
  text-align: center;
  display: block;
  text-transform: uppercase;
}

.col-primary {
  color: var(--redtext);
}

.heading-two {
  line-height: 1.4;
  color: var(--black);
  text-align: center;
  font-weight: 600;
}

.heading-four {
  line-height: 1.4;
  color: var(--black);
  text-align: center;
  font-weight: 600;
}

.blue-bg {
  background-color: #ebf3f7;
}

.gray-bg {
  background-color: #fafafa;
}

/* header */
header.light {
  z-index: 90;
  position: fixed;
  background: linear-gradient(
    -81.27deg,
    rgba(252, 96, 87, 1) 0%,
    rgba(252, 112, 87, 1) 100%
  );
  width: 100%;
  top: 0;
  left: 0;
}

header .topbar {
  text-align: center;
  background-color: var(--black);
  padding: 09px 0;
}

header .topbar p {
  font-size: 12px;
  color: var(--white);
  line-height: 1;
}

header nav ul li a {
  color: var(--white);
  font-weight: 300;
}

header nav ul.main-menu li.active a {
  font-weight: 700;
}
header nav ul.main-menu li.active.has-sub-menu {
  color: #fff;
}

header .flex-space-box {
  flex-wrap: nowrap;
  justify-content: space-between;
  display: flex;
  flex-direction: row;
  align-items: center;
}

header .menu-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

header .menu-bar ul.main-menu {
  gap: 30px;
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding-right: 50px;
}

header ul:not(ul.general-list) {
  list-style-type: none;
  padding: 0;
}

header .user-and-card.d-flex {
  gap: 30px;
}

header .flex-space-box {
  border-bottom: 1px solid rgb(255 255 255 / 60%);
}

header .logo img {
  transition: filter 0.3s;
}

header.sticky .logo,
header.sticky .user-and-card {
  filter: invert(100%);
}

header.sticky nav ul li a {
  color: #000;
}

header.sticky .flex-space-box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}

header.sticky {
  background: #fff;
}

.pd90 {
  padding: 90px 0px;
}

.pt90 {
  padding-top: 90px;
}

section.footer {
  padding: 45px 0px;
}

/* white header start */
header.white .logo,
header.white .user-and-card {
  filter: invert(100%);
}

header.white nav ul li a {
  color: #000;
}

header.white .flex-space-box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}

header.white {
  background: #fff;
}

/* white header end */

.yellow-btn {
  color: #000;
  padding: 15px 80px;
  border-radius: 0px;
  background-color: #ffd600;
  font-weight: 600;
  font-size: 14px;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  text-transform: uppercase;
  line-height: 1.4;
}

.black-btn {
  color: #fff;
  padding: 15px 80px;
  border-radius: 0px;
  background-color: #000;
  font-weight: 600;
  font-size: 14px;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  text-transform: uppercase;
  line-height: 1.4;
}

.yellow-btn-shop {
  color: #000;
  padding: 15px 44px;
  background-color: #ffd600;
  font-weight: 600;
  font-size: 14px;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  text-transform: uppercase;
  line-height: 1.4;
}

/* popup */

.modal-content.custom-model .btn-close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  opacity: 1;
  top: 0px;
  background: #000;
  z-index: 99;
  color: #fff;
  border-radius: 50%;
  font-size: 35px;
  border: 2px solid #fff;
  transform: translate(30%, -30%);
  padding: 5px;
  line-height: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
}

.modal-content.custom-model {
  padding: 10px;
  border-radius: 15px;
}

.modal-dialog.modal-xl.modal-dialog-centered {
  max-width: 750px;
}

.iframe-box {
  padding-top: 66%;
}

.modal-content.custom-model iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.modal-content.custom-model button:focus:not(:focus-visible) {
  box-shadow: none;
}

body.modal-open {
  overflow: hidden;
}

header .menu-bar ul.main-menu > li {
  position: relative;
}

.footer {
  background-color: #222222;
  padding-top: 60px;
}

.footer p,
.footer ul li {
  color: #fff;
  font-weight: 300;
}

.footer .footer-logo {
  padding-bottom: 15px;
}

.footer .para {
  font-size: 12px;
  margin-bottom: 0px;
}

.footer .footer-menu {
  list-style: none;
}

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

.footer .address {
  padding-right: 55px;
}

.footer ul li {
  margin-bottom: 15px;
}

.footer .address p strong {
  font-weight: 700;
}

.footer .payment-list span {
  display: block;
}

.footer .footer-form {
  margin: 30px 0px 30px;
}

.footer .footer-form form {
  display: flex;
  height: 30px;
}

.footer .footer-form input,
.footer .footer-form button {
  border: 0;
}

.footer .footer-form button {
  background-color: var(--yellowbg);
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0px 10px;
}

.footer .footer-form input::placeholder {
  font-weight: 300;
  font-size: 12px;
}

.footer .footer-form input {
  padding: 0px 10px;
}

.footer .footer-form input:focus-visible,
.footer .footer-form button:focus-visible {
  outline: 0;
}

.bottom-bar {
  background: #000000;
  padding: 30px 0;
}

.bottom-bar ul {
  list-style: none;
  display: flex;
  padding: 0px;
}

.bottom-bar ul li {
  margin-right: 22px;
  font-weight: 300;
}

.bottom-bar ul li:last-child {
  margin-right: 0;
}

.bottom-bar a,
.bottom-bar li {
  color: #ffffff;
}

.bottom-bar p {
  color: #ffffff;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 300;
}

.our-best-sellers .imgbox {
  background-color: #fafafa;
  text-align: center;
}

.our-best-sellers .imgbox img {
  object-fit: contain;
}

.our-best-sellers p {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
}

.our-best-sellers .heading-two {
  margin-bottom: 35px;
}

.our-best-sellers .single-product .price {
  margin-bottom: 25px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.intro .para {
  text-align: center;
}

.custom-pb {
  padding-bottom: 90px;
  padding-top: 90px;
}

.customers {
  background-color: #ffd600;
  padding: 90px 0px;
}

.customers .image {
  position: relative;
  text-align: center;
}

.customers .image a.pop-btn.our_purpose_play {
  display: block;
}

.customers svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.customers .box img {
  height: auto;
}

.faq .accordion-flush > .accordion-item:last-child {
  border-bottom: 1px solid #e7e7e7;
}

.faq .accordion-item {
  border: 0;
  border-bottom: 1px solid #e7e7e7;
}

.faq .accordion-header {
  border: 0;
}

.faq .accordion-button {
  color: #000;
  font-size: 20px;
  background-color: transparent;
  box-shadow: none;
  padding: 30px 0;
  justify-content: space-between;
  font-weight: 600;
  line-height: 1.4;
}

.faq .accordion-button::after {
  background-image: none;
  content: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.8105 8.19429C13.4671 8.19429 14 7.66138 14 7.00476C14 6.34814 13.4671 5.81523 12.8105 5.81523L8.1908 5.81523L8.19048 1.18953C8.19048 0.531324 7.65757 -2.77236e-07 7.00095 -3.05938e-07C6.34433 -3.3464e-07 5.81142 0.531324 5.81142 1.18953L5.81174 5.81523L1.18953 5.81523C0.53291 5.81523 -2.77486e-07 6.34814 -3.06188e-07 7.00476C-3.3489e-07 7.66138 0.53291 8.19429 1.18953 8.19429L5.81174 8.19429L5.81142 12.82C5.81142 13.4766 6.34433 14.0095 7.00095 14.0095C7.65757 14.0095 8.19048 13.4766 8.19048 12.82L8.1908 8.19429L12.8105 8.19429Z' fill='%23303030'/%3E%3C/svg%3E");
  margin-left: 15px;
  line-height: 15px;
}

.faq .accordion-button:not(.collapsed)::after {
  background-image: none;
  content: url("data:image/svg+xml,%3Csvg width='14' height='4' viewBox='0 0 14 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.8105 3.19449C13.4671 3.19449 14 2.66158 14 2.00496C14 1.34834 13.4671 0.81543 12.8105 0.81543L5.81174 0.815429L1.18953 0.815429C0.532909 0.815429 -2.32942e-08 1.34834 -5.19961e-08 2.00496C-8.0698e-08 2.66158 0.532909 3.19449 1.18953 3.19449L5.81174 3.19449L12.8105 3.19449Z' fill='%23303030'/%3E%3C/svg%3E");
  line-height: 15px;
  margin-left: 15px;
}

.faq .accordion-body {
  padding: 0px 0px 15px 0px;
  line-height: 1.6;
}

.faq .accordion-body p {
  font-weight: 300;
  line-height: 1.62;
}

.faq .accordion-body b {
  font-weight: 600;
}
.star {
  display: flex;
  gap: 7px;
  align-items: center;
}
.full-star.common-star {
  display: flex;
}
.half-star.common-star {
  display: flex;
}
/* media css */
@media screen and (max-width: 1366px) {
  .modal-dialog.modal-xl.modal-dialog-centered {
    max-width: 650px;
  }
}

@media screen and (min-width: 1200px) {
  .cls-btn,
  .menu-btn {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  body {
    padding-top: 95px;
  }

  .menu-btn {
    width: 16px;
    height: 12px;
    display: flex;
  }
  header .logo img {
    width: 84px;
  }

  .fordesktop {
    display: none !important;
  }
  header .flex-space-box {
    padding: 15px 0px;
  }

  header .menu-bar {
    position: fixed;
    top: 0;
    padding: 60px 30px 20px;
    background: linear-gradient(
      -81.27deg,
      rgba(252, 96, 87, 1) 0%,
      rgba(252, 112, 87, 1) 100%
    );
    width: 100%;
    left: 0;
    z-index: 999;
    bottom: 0;
    display: block;
    transform: translate(-100%);
    transition: all 0.5s;
    overflow-y: auto;
  }

  header .menu-bar ul.main-menu {
    display: block;
    margin-top: 0px;
  }
  header nav {
    border-top: 1px solid #ffffff;
    margin-top: 20px;
    padding-top: 15px;
  }

  body.show-nav header .menu-bar {
    transform: translate(0);
    padding-top: 25px;
  }

  body.show-nav .cls-btn {
    transform: scale(1.2);
    transition: all 0.3s;
    transition-delay: 0.4s;
    display: flex;
    width: 24px;
    height: 24px;
    padding: 0px;
    border-radius: 50px;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 25px;
    z-index: 9999;
    right: 30px;
  }

  .cls-btn svg {
    display: block;
    width: 8px;
    height: 8px;
  }

  header .menu-bar ul.main-menu > li {
    font-size: 16px;
    padding: 5px 0;
    max-width: max-content;
  }
  header .menu-btn svg {
    width: 16px;
  }

  header .menu-btn {
    transition: background-color 0.3s;
    filter: invert(100%);
  }
  header.white.light .menu-btn {
    filter: invert(1%);
  }

  header.sticky .menu-btn {
    filter: invert(100%);
  }
  header.sticky .menu-btn {
    filter: invert(1%);
  }

  header.sticky nav ul li a {
    color: #fff;
  }

  header.sticky .user-and-card {
    filter: invert(0%);
  }

  header.white nav ul li a {
    color: #fff;
  }

  header.white .user-and-card {
    filter: invert(0%);
  }

  .pd90 {
    padding: 60px 0px;
  }

  .pt90 {
    padding-top: 60px;
  }

  section.footer {
    padding: 30px 0px;
  }

  .footer {
    padding-top: 45px;
  }

  .bottom-bar ul li {
    font-size: 14px;
  }

  .our-best-sellers .heading-two {
    margin-bottom: 35px;
  }

  .customers {
    padding: 60px 0px;
  }

  .customers svg {
    width: 60px;
    height: 60px;
  }
  header .user-and-card.formobile {
    gap: 15px;
  }
  .logout {
    display: flex;
    vertical-align: middle;
    text-align: center;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .footer-links {
    font-size: 12px;
    color: #fff;
    font-weight: 300;
  }
  .logout .logout-btn {
    display: flex;
    vertical-align: middle;
    text-align: center;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .logout span {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
  }
  header nav ul.main-menu.mymobile li.active a svg path {
    stroke-width: 2;
  }
  header nav ul.main-menu.mymobile li a:hover {
    font-weight: 600;
  }
  header .menu-bar ul.main-menu > li:hover a svg path {
    stroke-width: 2;
  }
}

@media screen and (max-width: 1024px) {
  .mb15 {
    margin-bottom: 15px;
  }

  .mb20 {
    margin-bottom: 18px;
  }

  .mb30 {
    margin-bottom: 25px;
  }

  .mb40 {
    margin-bottom: 35px;
  }

  .bottom-bar ul li {
    margin-right: 18px;
  }
}

@media screen and (max-width: 991px) {
  .custom-pb {
    padding-bottom: 45px;
    padding-top: 45px;
  }

  .faq .accordion-button {
    font-size: 20px;
  }

  .faq .accordion-button::after {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .mydesktop {
    display: none !important;
  }
  header nav ul.main-menu.mymobile li.active a {
    font-weight: 600;
  }
  header
    nav
    ul.main-menu.mymobile
    .has-sub-menu.active
    .sub-menu-box
    ul
    li.active.menu-variation-0
    a {
    font-weight: 600;
  }
  header
    nav
    ul.main-menu.mymobile
    .has-sub-menu.active
    .sub-menu-box
    ul
    li.menu-variation-0
    a {
    font-weight: 400;
  }

  header nav ul.main-menu.mymobile li a {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 13px;
  }

  header nav ul.main-menu.mymobile li a :last-child {
    padding-bottom: 0px;
  }
  header .sub-menu-box {
    display: none;
  }

  header .menu-bar ul.main-menu > li:hover .sub-menu-box {
    margin-top: 0px;
    display: block;
    max-width: fit-content;
    margin-left: 20px;
  }
  header .menu-bar ul.main-menu > li:hover a svg {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
  }

  body.show-nav header .menu-bar .mobile-menu-group {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: -webkit-fill-available;
  }
}

/* submenu */

@media screen and (min-width: 1200px) {
  .formobile {
    display: none !important;
  }
  .mymobile {
    display: none !important;
  }

  header .menu-bar ul.main-menu > li:hover .sub-menu-box {
    transform: scaleY(1);
    transform-origin: top;
    transition-delay: 0s;
    transition: all 0.3s;
    background: #fff;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.25);
    border: 0;
    border-radius: 0;
  }

  header .menu-bar ul.main-menu > li:hover .sub-menu-box .sub-to-sub-box {
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 999;
    background: #fff;
    width: 180px;
    transform: scale(0);
    transform-origin: left;
  }

  header
    .menu-bar
    ul.main-menu
    > li:hover
    .sub-menu-box
    > ul
    > li:hover
    .sub-to-sub-box {
    transform: scale(1);
    transition: all 0.3s;
  }

  header .sub-menu-box.small {
    position: absolute;
    min-width: fit-content;
    top: calc(100% + 20px);
    max-height: initial;
    padding: 30px;
    border-radius: 0 0 5px 5px;
  }

  header .sub-menu-box {
    transform: scaleY(0);
    position: absolute;
    background-color: #fff;
    top: 66px;
    z-index: 99;
    left: -40%;
    transition: all 0s;
    transform-origin: top center;
    border: 0;
    border-radius: 0;
    max-width: max-content;
  }

  header .sub-menu-box ul li {
    padding: 0px 30px;
    padding-bottom: 25px;
    text-align: center;
    position: relative;
  }
  header .sub-menu-box ul li:first-child {
    padding-top: 30px;
  }

  header .sub-menu-box ul li a {
    color: #000000;
    white-space: nowrap;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }

  header .sub-menu-box ul li.menu-variation-1 a.variation-color {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    opacity: 0.2;
  }
  header .sub-menu-box ul li.menu-variation-2 a {
    color: var(--redtext);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--redtext);
    text-transform: capitalize;
  }

  header .menu-bar ul.main-menu > li a {
    display: inline-block;
    position: relative;
  }

  header .menu-bar ul.main-menu > li a svg {
    transition: transform 0.3s ease;
    margin-left: 8px;
  }
  header.white.light .menu-bar ul.main-menu > li a svg {
    filter: invert(100%);
  }
  header
    nav
    ul.main-menu
    li.active.has-sub-menu
    .sub-menu-box
    .sub-menu-list
    svg {
    transform: rotate(0deg);
  }
  header nav ul.main-menu li.has-sub-menu .sub-menu-box .sub-menu-list svg {
    transform: rotate(0deg);
    filter: invert(100%);
  }

  header .menu-bar ul.main-menu > li.has-sub-menu:hover svg {
    transform: rotate(180deg);
    stroke-width: 2;
  }
  header.white.light .menu-bar ul.main-menu > li.active.has-sub-menu a svg {
    stroke-width: 2;
  }
  header .menu-bar ul.main-menu > li.active.has-sub-menu a svg {
    stroke-width: 2;
  }
  header
    nav
    ul.main-menu
    li.active.has-sub-menu
    .sub-menu-box
    .menu-variation-1 {
    font-weight: 500;
  }
  header
    nav
    ul.main-menu
    li.active.has-sub-menu
    .sub-menu-box
    .menu-variation-1
    a.variation-color {
    font-weight: 500;
  }
  header
    nav
    ul.main-menu
    li.active.has-sub-menu
    .sub-menu-box
    .menu-variation-2
    a {
    font-weight: 600;
  }

  header nav ul.main-menu li.active.has-sub-menu .sub-menu-box a {
    font-weight: 300;
  }

  header .menu-bar ul.main-menu.mydesktop > li:hover > a,
  header .menu-bar ul.main-menu.mydesktop > li a:hover {
    color: #fff;
    font-weight: 700;
  }

  header.white.light .menu-bar ul.main-menu.mydesktop > li:hover > a,
  header.white.light .menu-bar ul.main-menu.mydesktop > li a:hover {
    color: #000;
    font-weight: 700;
  }

  header nav ul.main-menu li.has-sub-menu .sub-menu-box a:hover {
    color: initial;
    font-weight: 700;
  }
  header
    nav
    ul.main-menu
    li.active.has-sub-menu
    .sub-menu-box
    .menu-variation-1
    a:hover {
    font-weight: 700;
  }
  header.light.sticky .menu-bar ul.main-menu > li a svg {
    filter: invert(100%);
  }
  header.light.sticky .menu-bar ul.main-menu.mydesktop > li:hover > a,
  header.light.sticky .menu-bar ul.main-menu.mydesktop > li a:hover {
    color: #000;
    font-weight: 700;
  }

  header .menu-bar ul.main-menu.mydesktop li a {
    padding: 20px 0px;
  }
  header .menu-bar .main-menu.mydesktop .sub-menu-box ul li a {
    padding: 0;
  }

  header .sub-to-sub {
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #fff;
    border-left: 1px solid #ccc;
    z-index: 999;
    max-width: max-content;
  }

  header .sub-to-sub {
    display: none;
  }
  header .menu-variation-1:hover .sub-to-sub {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 20px;
  }

  section p {
    font-size: 14px;
  }

  section ul li {
    font-size: 14px;
  }

  section ol li {
    font-size: 14px;
  }

  .mb15 {
    margin-bottom: 12px;
  }

  .mb20 {
    margin-bottom: 15px;
  }

  .mb30 {
    margin-bottom: 20px;
  }

  .mb40 {
    margin-bottom: 30px;
  }

  .yellow-btn {
    padding: 11px 30px;
  }

  .modal-dialog.modal-xl.modal-dialog-centered {
    max-width: 94%;
  }

  .modal-content.custom-model {
    padding: 10px;
  }

  .bottom-bar ul {
    justify-content: center;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
  }

  .bottom-bar p {
    padding-top: 15px;
  }

  .bottom-bar ul li {
    width: 50%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .footer .address,
  .footer .footer-menu {
    margin-bottom: 50px;
  }

  .footer .address {
    padding-right: 0px;
  }

  .footer .footer-form form {
    height: 40px;
  }

  .footer .footer-form button {
    padding: 0px 24px;
    font-size: 14px;
  }

  .footer .footer-form input {
    padding: 0px 20px;
  }

  .footer .footer-form input::placeholder {
    font-size: 14px;
  }

  .footer .address.last {
    margin-bottom: 15px;
  }

  .our-best-sellers p {
    font-size: 18px;
  }

  .our-best-sellers .heading-two {
    margin-bottom: 25px;
  }

  .our-best-sellers .small-red-title,
  .our-best-sellers .heading-two {
    text-align: left;
  }

  .our-best-sellers .single-product .price {
    margin-bottom: 15px;
  }

  .intro .para {
    text-align: left;
  }

  .customers .small-red-title,
  .customers .heading-two {
    text-align: left;
  }

  .faq .small-red-title,
  .faq .heading-two {
    text-align: left;
  }

  .customers .box .content p {
    font-size: 16px;
  }

  .small-red-title {
    font-size: 14px;
  }
  .faq .accordion-body p {
    font-size: 16px;
}
.accordion-body ul li {
    font-size: 16px;
}
.accordion-body ol li {
    font-size: 16px;
}
.yellow-btn-shop {
      padding: 11px 40px;
}
}

@media screen and (max-width: 576px) {
  .faq .accordion-button {
    font-size: 18px;
    padding: 20px 0;
  }

  .faq .accordion-body {
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  .customers .box {
    display: inline-block;
    text-align: center;
  }
}

@media screen and (max-width: 375px) {
  .modal-dialog.modal-xl.modal-dialog-centered {
    max-width: 92%;
  }
}

@media screen and (max-width: 374px) {
  .yellow-btn-shop {
    color: #000;
    padding: 11px 30px;
    background-color: #ffd600;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    display: inline-block;
    white-space: nowrap;
    text-transform: uppercase;
    line-height: 1.4;
    text-align: center;
    width: 136px;
  }

  .footer .footer-form button {
    padding: 0px 10px;
  }

  .footer .footer-form input {
    padding: 0px 10px;
  }
}
