@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

body {
  font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.banner h1,
.banner h2,
.banner h3,
b,
strong {
  font-weight: 600;
}

.dark,
.dark p,
.dark td {
  color: #fff;
  line-height: 1.6;
}

.box-text a:not(.button),
.box-text h1,
.box-text h2,
.box-text h3,
.box-text h4,
.box-text h5,
.box-text h6,
.box-text p {
  margin: 0;
}

.icon-box-img img,
.icon-box-img svg {
  padding: 0;
}

.flickity-page-dots .dot.is-selected {
  background-color: var(--fs-color-primary) !important;
  border-color: var(--fs-color-primary);
}

.title h2 {
  font-size: 1.75rem;
  font-weight: 500;
  color: var(--fs-color-primary);
}

#masthead .nav > li {
  margin: 0 15px;
}

#masthead .nav > li > a {
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  line-height: 76px;
}

.header-bottom-nav > li > a {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #222;
  text-transform: none;
}

.header-bottom-nav > li > a img {
  display: block;
  height: 33px;
  width: 33px;
  margin: 0 auto 5px !important;
}

.home2 {
  padding: 4rem 0;
}

.home2 .title h2 {
  margin-bottom: 50px;
}

.home2 .icon-box p {
  font-size: 14px;
}

.home2 .rowSlider {
  padding-bottom: 30px;
}

.home2 .rowSlider .img {
  margin-bottom: 0 !important;
}

.home2 .rowSlider .box-bottom {
  height: 50px;
  background: url(/wp-content/uploads/bg1.png) no-repeat center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}

.home2 .rowSlider .box-bottom p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
}

.home2 .rowSlider .button {
  margin: 0;
  border: 0;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-transform: none;
}

.home3 {
  padding-bottom: 3rem;
}

.home3 .title h2 {
  margin-bottom: 30px;
}

.home3 .col {
  margin-top: 5px;
}

.home3 .button {
  display: block;
  width: fit-content;
  margin: 30px auto;
  font-size: 16px;
  padding: 5px 20px;
}

.home4 {
  overflow: hidden;
  height: 730px;
  background: url(/wp-content/uploads/bg3.jpg) no-repeat center;
  padding-top: 3rem;
}

.home4 .border-box {
  background-color: #ffff;
  padding: 30px;
}

.home4 .border-box .button {
  color: #fff;
  width: 430px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  background: #d71d05;
  font-size: 12px;
  margin: 0;
}

.home4 .wpcf7 .col {
  padding-bottom: 0;
}

.home4 .wpcf7 p {
  display: flex;
  gap: 15px;
}

.home4 .wpcf7 label {
  min-width: 90px;
  display: block;
  height: 40px;
  line-height: 40px;
  float: left;
  font-size: 12px;
  color: #999;
  width: 80px;
  font-weight: 400;
  margin: 0;
}

.home4 .wpcf7 input,
.home4 .wpcf7 textarea {
  height: 40px;
  line-height: 40px;
  color: #999;
  font-size: 12px;
  padding: 0 10px;
  display: block;
  float: left;
  background: #eeeeee;
  border: 0;
  outline: none;
  box-shadow: none !important;
}

.home4 .wpcf7 textarea {
  min-height: 100px;
}

.home4 .wpcf7 input.wpcf7-submit {
  margin: 0;
  width: 100%;
  height: 100px;
  background-color: var(--fs-color-primary);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
}

.shop-page-title {
  display: none !important;
}

.wpcf7 .wpcf7-form-control-wrap {
  width: 100%;
}

.wpcf7-spinner {
  display: none !important;
}

.product-small.box {
  background-color: #fff;
  padding: 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.product-small .box-text {
  padding: 0;
  padding-top: 15px;
}

.product-small .box-text .product-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.product-small .product-title a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  color: #222;
}

.product-small .btn {
  border: 1px solid var(--fs-color-primary);
  color: var(--fs-color-primary);
  padding: 5px 15px;
  border-radius: 4px;
}

.new-price,
.new-price span.amount {
  font-weight: 600;
  font-size: 16px;
  color: #cd0000;
  margin-bottom: 0px;
  line-height: 1.4;
}

.new-price.mrt {
  margin-top: 18.56px;
}

.old-price,
.old-price span.amount {
  font-size: 13px;
  font-weight: 400;
  color: #696969;
  margin-bottom: 0;
  margin: 0px;
}

.old-price span {
  text-decoration: line-through;
}

.badge-container {
  margin-top: 0;
  top: 10px;
  right: 10px;
  left: unset;
}

.badge-container .badge {
  width: 46px;
  height: 24px;
  font-size: 12px;
  border: 2px solid #fff;
  border-radius: 99px;
}

.badge-container .badge-inner {
  line-height: 1.4;
  font-weight: 500;
}

.product-item__bottom {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid hsl(252 10% 90%);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.product-item__bottom .d-flex {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.product-item__bottom .star-rating {
  overflow: hidden;
  position: relative;
  width: auto !important;
  gap: 4px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
}

.product-item__bottom .star-rating::before {
  content: none;
}

.star-rating__item {
  color: #ffa944;
  font-size: 0.6875rem !important;
  margin: 0 !important;
}

.svg-inline--fa.fa-w-18 {
  width: 1.125em;
}

.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}

.quantity input[type="number"] {
  box-shadow: none !important;
}

.csbreadcrumbs {
  padding: 10px 15px;
  font-size: 14px;
  color: #222;
}

.csbreadcrumbs a {
  color: var(--fs-color-primary);
}

#footer {
  background: #222222;

  color: #fff;
}

#footer h3 {
  color: #fff;
  margin-bottom: 1rem;
  padding-bottom: 10px;
  position: relative;
}

#footer h3::before {
  content: "";
  height: 2px;
  width: 60px;
  background-color: #fff;
  left: 0;
  bottom: 0;
  position: absolute;
}

#footer p {
  margin-bottom: 1rem;
}

#footer p img {
  width: 20px;
  height: 20px;
  margin-bottom: 0 !important;

  filter: brightness(0) invert(1);
}

#footer a {
  color: var(--fs-color-primary);
}

.widget > ul > li > a {
  padding: 10px 0;
  color: #222;
}

.cs-header {
  border-bottom: 1px solid #eeeeee;
}

.widget > ul > li li > a,
ul.menu > li li > a {
  font-size: 16px;
  color: #222;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  width: 100%;
}

.widget > ul > li li:last-child > a,
ul.menu > li li:last-child > a {
  border: 0;
}

.widget .current-cat > a {
  color: var(--fs-color-primary);
}

.product-filter-form {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 0;
  background: #eeeeee;
  border: 1px solid #dddddd;
  padding: 15px;
}

.product-filter-form select,
.product-filter-form input,
.product-filter-form button {
  font-size: 16px;
  font-weight: 600;
  box-shadow: none;
  margin: 0;
  height: 42px;
  border-radius: 5px;
}

.product-filter-form button {
  width: 200px;
  background-color: var(--fs-color-primary);
  color: #fff;
}

.select2-container--default .select2-selection--single {
  height: 42px;
  position: relative;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 42px;
  position: absolute;
  z-index: 999;
}

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  .home2 .rowSlider .small-12 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .home2 .rowSlider .box-bottom p {
    font-size: 12px;
  }

  .home2 .rowSlider .button {
    display: none;
  }

  .home4 {
    height: auto;
  }

  .home4 .border-box {
    padding: 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  }

  .product-filter-form {
    display: block;
  }

  .product-filter-form select,
  .product-filter-form input {
    margin-bottom: 10px;
  }

  .product-filter-form button {
    width: 100%;
  }

  #masthead .nav > li > a {
    line-height: 16px;
  }

  .off-canvas-left.mfp-ready .mfp-content,
  .off-canvas-right.mfp-ready .mfp-content {
    background-color: #fff;
    width: 90%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .nav-icon.has-icon::before,
  .nav-icon.has-icon::after {
    display: none;
  }

  .nav > li.has-icon > a > i {
    color: var(--fs-color-primary);
  }

  .off-canvas .nav-vertical > li > a {
    font-size: 16px;
    text-transform: none;
    color: #222;
  }

  .off-canvas .nav-vertical > li > .toggle {
    color: var(--fs-color-primary);
  }

  .nav-vertical > li > ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #000;
  }

  .select2-container {
    margin-bottom: 10px;
  }
}
