@import "../fonts/stylesheet.css";
@import "all.min.css";
body {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #0D121B;
  font-family: "Fredoka";
}

.container {
  max-width: 1280px;
}
.container.large {
  max-width: 1320px;
}

h1 {
  font-size: 60px;
  line-height: 65px;
  font-weight: 500;
  color: #0D121B;
  font-family: "Fredoka";
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  h1 {
    font-size: 50px;
    line-height: 54px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  h1 {
    font-size: 45px;
    line-height: 49px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 44px;
  }
}
h1.white {
  color: #ffffff;
}
h1 span {
  font-size: 60px;
  line-height: 65px;
  font-weight: 500;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  h1 span {
    font-size: 50px;
    line-height: 54px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  h1 span {
    font-size: 45px;
    line-height: 49px;
  }
}
@media screen and (max-width: 767px) {
  h1 span {
    font-size: 40px;
    line-height: 44px;
  }
}

h2, .h2 {
  font-size: 45px;
  line-height: 45px;
  font-weight: 500;
  color: #0D121B;
  font-family: "Fredoka";
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  h2, .h2 {
    font-size: 40px;
    line-height: 44px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  h2, .h2 {
    font-size: 35px;
    line-height: 39px;
  }
}
@media screen and (max-width: 767px) {
  h2, .h2 {
    font-size: 30px;
    line-height: 34px;
  }
}

h3, .h3 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
  color: #0D121B;
  font-family: "Fredoka";
}
h3.f-16, .h3.f-16 {
  font-size: 16px;
  line-height: 22px;
}
h3.f-18, .h3.f-18 {
  font-size: 18px;
  line-height: 22px;
}
h3.f-30, .h3.f-30 {
  font-size: 30px;
  line-height: 34px;
}
@media screen and (max-width: 991px) {
  h3.f-30, .h3.f-30 {
    font-size: 24px;
    line-height: 28px;
  }
}
h3.small, .h3.small {
  font-size: 20px;
  line-height: 24px;
}
h3.w-400, .h3.w-400 {
  font-weight: 400;
}
h3.white, .h3.white {
  color: #ffffff;
}

.h3 {
  font-size: 26px;
  line-height: 30px;
}
@media screen and (max-width: 991px) {
  .h3 {
    font-size: 24px;
    line-height: 28px;
  }
}

p, .p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #0D121B;
  font-family: "Fredoka";
}
@media screen and (max-width: 767px) {
  p br, .p br {
    display: none;
  }
}
p.small, .p.small {
  font-size: 14px;
  line-height: 18px;
}

.p {
  font-size: 18px;
  line-height: 22px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p {
    font-size: 14px;
    line-height: 18px;
  }
}

strong {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #0D121B;
  font-family: "Fredoka";
}
strong.f-18 {
  font-size: 18px;
  line-height: 26px;
}

span {
  font-size: 12px;
  line-height: 19px;
  font-weight: 400;
  color: #8a90a2;
  font-family: "Fredoka";
  display: inline-block;
}

a, .a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #0D121B;
  font-family: "Fredoka";
  text-decoration: none;
}
a:hover, .a:hover {
  color: #000000;
  text-decoration: none;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}
ul li {
  list-style: none;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #0D121B;
  font-family: "Fredoka";
}

.btn-style {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: auto;
  height: 45px;
  padding: 8px 25px 10px;
  color: #ffffff;
  cursor: pointer;
  letter-spacing: 0.5px;
  border-radius: 5px;
  text-decoration: none;
  font-family: "Fredoka";
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  background: #DE4426;
  border: none;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  text-shadow: 0 40px 0 #ffffff;
}
@media screen and (max-width: 991px) {
  .btn-style {
    height: 40px;
    padding: 8px 15px 10px;
  }
}
.btn-style:hover {
  transition: all 0.3s ease-in-out;
  background: #DE4426;
  color: #ffffff;
}
.btn-style:hover:after {
  left: -30%;
  opacity: 1;
  top: -20%;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-property: left, top, opacity;
  transition-timing-function: linear;
}
.btn-style:hover span {
  transform: translateY(-40px);
}
.btn-style:after {
  content: "";
  height: 200%;
  width: 200%;
  position: absolute;
  left: -210%;
  top: -50%;
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0.13), hsla(0, 0%, 100%, 0.13) 77%, hsla(0, 0%, 100%, 0.5) 92%, hsla(0, 0%, 100%, 0));
  opacity: 0;
  transition: all 0.7s ease 0s;
}
.btn-style span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #ffffff;
  transition: transform 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.btn-style.small {
  padding: 9px 10px 8px;
  height: 30px;
  font-size: 12px;
  line-height: 18px;
}
.btn-style.small span {
  font-size: 12px;
  line-height: 18px;
}
.btn-style.medium {
  padding: 6px 15px 7px;
  height: 35px;
  font-size: 14px;
  line-height: 20px;
}
.btn-style.transparent {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
  padding: 10px;
  font-size: 10px;
  height: 30px;
}
.btn-style.colored-border {
  color: #DE4426;
  text-transform: capitalize;
  border-radius: 60px;
  background: 0 0;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, rgb(255, 1, 2), rgba(243, 182, 0, 0.5)) border-box;
  border: 2px solid transparent;
}
.btn-style.text {
  min-width: 90px;
  height: 32px;
  padding: 7px 5px;
  background: transparent;
  border: none;
  box-shadow: none;
  color: #DE4426;
}
.btn-style.round {
  border-radius: 50px;
}
.btn-style.shadow {
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}
.btn-style.w-150 {
  min-width: 150px;
}
@media screen and (max-width: 767px) {
  .btn-style.w-150 {
    min-width: 120px;
  }
}
.btn-style.icon {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.btn-style.icon img {
  max-width: 18px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(129deg) brightness(107%) contrast(101%);
}
.btn-style.gradient {
  background: rgb(219, 10, 10);
  background: linear-gradient(0deg, rgb(219, 10, 10) 0%, rgb(253, 219, 45) 100%);
  border: none;
  color: white;
}
.btn-style.icon-circle {
  border-radius: 50%;
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.btn-style.icon-circle i {
  font-size: 22px;
}
.btn-style.icon-circle img {
  max-width: 18px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(17%) saturate(2%) hue-rotate(247deg) brightness(106%) contrast(101%);
}
.btn-style.black {
  background: #16181A;
  color: #ffffff;
  border-color: #16181A;
}
.btn-style.black:hover {
  background: transparent;
  color: #ffffff;
  border-color: #16181A;
}
.btn-style.black {
  background: #ffffff;
  color: #000000;
  border-color: #ffffff;
}
.btn-style.black:hover {
  background: #ffffff;
  color: #000000;
  border-color: #ffffff;
}

.form .form-group {
  margin-bottom: 24px;
}
.form .form-group .upload-card input[type=file] {
  display: none;
}
.form .form-group .upload-card label.upload-label {
  width: 100%;
  height: 179px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  margin-bottom: 16px;
  cursor: pointer;
  background: #F9FAFB;
  border: 1px dashed #383841;
}
.form .form-group .upload-card label.upload-label .upload-gallery-wrapper {
  text-align: center;
}
.form .form-group .upload-card label.upload-label .upload-gallery-wrapper .upload-content .upload-icon {
  max-width: 60px;
}
.form .form-group .upload-card label.upload-label .upload-gallery-wrapper .upload-content p {
  font-weight: 600;
  margin: 5px 0 10px;
}
@media screen and (max-width: 991px) {
  .form .form-group .upload-card label.upload-label .upload-gallery-wrapper .upload-content p {
    margin: 5px 0;
  }
}
.form .form-group .upload-card label.upload-label .upload-gallery-wrapper .upload-content p strong {
  font-weight: 600;
  color: #DE4426;
}
.form .form-group .search-wrapper {
  position: relative;
}
.form .form-group .search-wrapper.align-left .form-control {
  padding: 9px 12px 9px 35px;
}
.form .form-group .search-wrapper.align-left .search-icon {
  position: absolute;
  right: unset;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 16px;
}
.form .form-group .search-wrapper .form-control {
  padding: 9px 35px 9px 12px;
}
.form .form-group .search-wrapper .search-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 16px;
}
.form .form-group.radio-group ul.radio-list li:not(:last-of-type) {
  margin: 0 10px 6px 0;
}
.form .form-group.radio-group ul.radio-list li input {
  display: none;
}
.form .form-group.radio-group ul.radio-list li label:not(.radio-label) {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  margin-bottom: 0;
}
.form .form-group.radio-group ul.radio-list li label:not(.radio-label):before, .form .form-group.radio-group ul.radio-list li label:not(.radio-label):after {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #e8e8e8;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.2s ease;
}
.form .form-group.radio-group ul.radio-list li label:not(.radio-label)::after {
  background-color: #DE4426;
  border-color: #DE4426;
  transform: translateY(-50%) scale(0);
}
.form .form-group.radio-group ul.radio-list li input[type=radio]:checked + label::before {
  border-color: #DE4426;
}
.form .form-group.radio-group ul.radio-list li input[type=radio]:checked + label::after {
  transform: translateY(-50%) scale(0.55);
}
.form .form-group.checkbox-group ul.checkbox-list li:not(:last-of-type) {
  margin: 0 10px 6px 0;
}
.form .form-group.checkbox-group ul.checkbox-list li label {
  position: relative;
  top: 1px;
  cursor: pointer;
  margin: 0 0 0 3px;
}
.form .form-group.checkbox-group ul.checkbox-list li input[type=checkbox] {
  position: relative;
  height: 20px;
  width: 20px;
  cursor: pointer;
  border-radius: 4px;
  border: 2px solid #e8e8e8;
  vertical-align: text-top;
  -webkit-appearance: none;
}
.form .form-group.checkbox-group ul.checkbox-list li input[type=checkbox]:checked {
  opacity: 1;
  border-color: #DE4426;
  background: #DE4426;
}
.form .form-group.checkbox-group ul.checkbox-list li input[type=checkbox]:before {
  content: "";
  width: 5px;
  height: 10px;
  position: absolute;
  top: 45%;
  right: calc(50% - 1px);
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}
.form .form-group select {
  background: url("../images/icons/arrow-down-gray-icon.svg");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: calc(100% - 13px) 50%;
  padding: 9px 35px 9px 12px;
}
.form label {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #0D121B;
  display: inline-flex;
  align-items: self-start;
  gap: 1px;
  margin-bottom: 4px;
}
.form label sup {
  font-size: 14px;
  line-height: 10px;
  color: #F15338;
  position: relative;
  top: 1px;
}
.form textarea {
  min-height: 121px;
  resize: none;
}
.form .form-control {
  width: 100%;
  height: 45px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #8a90a2;
  border-radius: 8px;
  padding: 9px 12px 9px;
  border: 1px solid #e8e8e8;
  position: relative;
  outline: none;
  appearance: none;
  background-color: #ffffff;
}
.form .form-control::placeholder {
  color: #8a90a2;
}
.form .form-control:focus {
  box-shadow: none;
}

/*******************************************************
                       HOME SCSS START
********************************************************/
.sec-banner-slider {
  position: relative;
  min-height: auto;
}
.sec-banner-slider .container-fluid {
  padding: 0;
}
.sec-banner-slider .owl-carousel .owl-dots, .sec-banner-slider .owl-carousel .owl-nav {
  display: none;
}
.sec-banner-slider .banner-img {
  display: block;
}
.sec-banner-slider .banner-img img {
  width: 100%;
  height: 100%;
}

.sec-banner {
  position: relative;
  min-height: auto;
}
.sec-banner .banner-img {
  display: block;
}
.sec-banner .banner-img img {
  width: 100%;
  height: 100%;
}

.sec-banner-1 {
  position: relative;
  min-height: calc(100vh - 84.52px);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding-bottom: 90px;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .sec-banner-1 {
    min-height: 550px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-banner-1 {
    padding: 60px 0;
    min-height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .sec-banner-1 {
    min-height: 300px;
    align-items: self-start;
    padding: 40px 0;
  }
}
.sec-banner-1 .content-wrapper {
  max-width: 600px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-banner-1 .content-wrapper {
    max-width: 430px;
  }
}
@media screen and (max-width: 767px) {
  .sec-banner-1 .content-wrapper {
    text-align: center;
    max-width: 350px;
    margin: auto;
  }
}
.sec-banner-1 .content-wrapper h1 {
  margin: 0 0 0;
  color: #ffffff;
  font-weight: 400;
}
.sec-banner-1 .content-wrapper h3 {
  margin: 15px 0 45px;
  font-weight: 300;
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .sec-banner-1 .content-wrapper h3 {
    margin: 10px 0 20px;
    font-size: 18px;
    line-height: 22px;
  }
}
.sec-banner-1 .shipping-steps {
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .sec-banner-1 .shipping-steps {
    display: none;
  }
}
.sec-banner-1 .shipping-steps .col-md-4:last-of-type .steps-card:before {
  display: none;
}
.sec-banner-1 .shipping-steps .steps-card {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  padding: 20px;
}
.sec-banner-1 .shipping-steps .steps-card:before {
  content: "";
  width: 1px;
  height: calc(100% - 50px);
  background: #ffffff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sec-banner-1 .shipping-steps .steps-card .icon-wrapper img {
  max-width: 50px;
  filter: brightness(0) saturate(100%) invert(53%) sepia(82%) saturate(6865%) hue-rotate(353deg) brightness(95%) contrast(83%);
}
.sec-banner-1 .shipping-steps .steps-card .content h3 {
  color: #ffffff;
  margin-bottom: 3px;
}
.sec-banner-1 .shipping-steps .steps-card .content p {
  color: #ffffff;
  margin-bottom: 0;
}

.sec-top-categories {
  padding: 0;
  overflow-x: hidden;
}
.sec-top-categories .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 991px) {
  .sec-top-categories .container-fluid .col-lg-6:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
.sec-top-categories .container-fluid .col-lg-6:first-of-type {
  padding-right: 3px;
}
.sec-top-categories .container-fluid .col-lg-6:last-of-type {
  padding-left: 3px;
}
.sec-top-categories .top-categories-card {
  position: relative;
  cursor: pointer;
  height: calc(100vh - 100px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .sec-top-categories .top-categories-card {
    height: 100%;
    padding: 140px 30px;
  }
}
@media screen and (max-width: 991px) {
  .sec-top-categories .top-categories-card {
    height: 100%;
    padding: 80px 30px;
  }
}
.sec-top-categories .top-categories-card:hover .img-wrapper img {
  transform: scale(1.1) rotate(3deg);
}
.sec-top-categories .top-categories-card .content-wrapper {
  position: relative;
  z-index: 2;
  text-align: center;
}
.sec-top-categories .top-categories-card .content-wrapper h3 {
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .sec-top-categories .top-categories-card .content-wrapper h3 {
    margin-bottom: 6px;
  }
}
.sec-top-categories .top-categories-card .content-wrapper h2 {
  font-size: 100px;
  line-height: 105px;
  color: #ffffff;
  margin: 20px 0 40px;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .sec-top-categories .top-categories-card .content-wrapper h2 {
    font-size: 70px;
    line-height: 80px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-top-categories .top-categories-card .content-wrapper h2 {
    font-size: 75px;
    line-height: 78px;
    margin: 20px 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .sec-top-categories .top-categories-card .content-wrapper h2 {
    font-size: 60px;
    line-height: 60px;
    margin: 20px 0 25px;
  }
}
.sec-top-categories .top-categories-card .content-wrapper h2 strong {
  font-size: 100px;
  line-height: 105px;
  color: #DE4426;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .sec-top-categories .top-categories-card .content-wrapper h2 strong {
    font-size: 70px;
    line-height: 80px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-top-categories .top-categories-card .content-wrapper h2 strong {
    font-size: 75px;
    line-height: 78px;
  }
}
@media screen and (max-width: 767px) {
  .sec-top-categories .top-categories-card .content-wrapper h2 strong {
    font-size: 60px;
    line-height: 60px;
  }
}
.sec-top-categories .top-categories-card .content-wrapper h2.offer-title {
  margin: 20px 0 30px;
}
.sec-top-categories .top-categories-card .content-wrapper strong.offer {
  display: block;
  color: #ffffff;
  font-size: 48px;
  line-height: 55px;
  font-weight: 400;
  margin: 0 0 32px;
}
@media screen and (max-width: 767px) {
  .sec-top-categories .top-categories-card .content-wrapper strong.offer {
    font-size: 30px;
    line-height: 38px;
    margin: 0 0 20px;
  }
}
.sec-top-categories .top-categories-card .content-wrapper p {
  font-size: 22px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sec-top-categories .top-categories-card .content-wrapper p {
    font-size: 20px;
    line-height: 28px;
  }
}
.sec-top-categories .top-categories-card .content-wrapper a.btn-style {
  min-width: 150px;
}
.sec-top-categories .top-categories-card .img-wrapper {
  height: calc(100vh - 100px);
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.sec-top-categories .top-categories-card .img-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .sec-top-categories .top-categories-card .img-wrapper {
    height: 100%;
  }
}
.sec-top-categories .top-categories-card .img-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
  transition: all 0.3s ease-in-out;
}

.sec-products {
  padding: 60px 0;
}
@media screen and (max-width: 1199px) {
  .sec-products {
    padding: 40px 0;
  }
}
.sec-products .container > h2 {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .sec-products .container > h2 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .sec-products .container > h2 {
    margin-bottom: 30px;
  }
}
.sec-products .col-xl-3 {
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .sec-products .col-xl-3 {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.sec-products .col-xl-3:nth-of-type(4n+1) {
  padding-left: 14px;
}
.sec-products .col-xl-3:nth-of-type(4n+4) {
  padding-right: 14px;
}
.sec-products .btn-wrapper {
  text-align: center;
  margin: 50px 0 0;
}
@media screen and (max-width: 767px) {
  .sec-products .btn-wrapper {
    margin: 30px 0 0;
  }
}
.sec-products .btn-wrapper .btn-style {
  min-width: 150px;
}

.sec-products-v2 {
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec-products-v2 {
    padding: 30px 0 40px;
  }
}
.sec-products-v2 .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.sec-products-v2 .container-fluid .col-md-6:first-of-type {
  padding-right: 3px;
}
.sec-products-v2 .container-fluid .col-md-6:last-of-type {
  padding-left: 3px;
}
.sec-products-v2 .products-content {
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .sec-products-v2 .products-content {
    padding: 0 19px 0 10px;
  }
}
.sec-products-v2 .products-content .product-heading {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .sec-products-v2 .products-content .product-heading {
    margin-bottom: 40px;
  }
}
.sec-products-v2 .products-content .product-heading h2 {
  margin-bottom: 0;
}
.sec-products-v2 .products-content .product-heading p {
  margin: 18px 0 30px;
}
@media screen and (max-width: 1300px) and (min-width: 768px) {
  .sec-products-v2 .products-content .product-heading p br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sec-products-v2 .products-content .product-heading p {
    margin: 18px 0 0;
  }
}
.sec-products-v2 .products-content .owl-carousel .owl-stage-outer .owl-stage {
  padding-bottom: 2px;
}
.sec-products-v2 .products-content .owl-carousel .owl-nav {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  .sec-products-v2 .products-content .owl-carousel .owl-nav {
    display: none;
  }
}
.sec-products-v2 .products-content .owl-carousel .owl-nav .owl-prev, .sec-products-v2 .products-content .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-products-v2 .products-content .owl-carousel .owl-nav .owl-prev span, .sec-products-v2 .products-content .owl-carousel .owl-nav .owl-next span {
  display: none;
}
.sec-products-v2 .products-content .owl-carousel .owl-nav .owl-prev:before, .sec-products-v2 .products-content .owl-carousel .owl-nav .owl-next:before {
  content: "";
  width: 40px;
  height: 40px;
  background: url("../images/icons/slider-arrow-circle-left-2.svg") no-repeat center;
  background-size: cover;
  position: absolute;
  transition: 0.3s ease-in-out;
}
.sec-products-v2 .products-content .owl-carousel .owl-nav .owl-next {
  left: unset;
  right: 0;
}
.sec-products-v2 .products-content .owl-carousel .owl-nav .owl-next:before {
  background: url("../images/icons/slider-arrow-circle-right-2.svg") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .sec-products-v2 .products-content .owl-carousel .owl-nav {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) and (max-width: 991px) {
  .sec-products-v2 .products-content .owl-carousel .owl-nav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sec-products-v2 .products-content .owl-carousel .owl-nav .owl-prev, .sec-products-v2 .products-content .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: calc(50% - 10px);
    left: 10px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sec-products-v2 .products-content .owl-carousel .owl-nav .owl-prev span, .sec-products-v2 .products-content .owl-carousel .owl-nav .owl-next span {
    display: none;
  }
  .sec-products-v2 .products-content .owl-carousel .owl-nav .owl-prev:before, .sec-products-v2 .products-content .owl-carousel .owl-nav .owl-next:before {
    content: "";
    width: 40px;
    height: 40px;
    background: url("../images/icons/slider-arrow-circle-left-2.svg") no-repeat center;
    background-size: cover;
    position: absolute;
    transition: 0.3s ease-in-out;
  }
  .sec-products-v2 .products-content .owl-carousel .owl-nav .owl-next {
    left: unset;
    right: 10px;
  }
  .sec-products-v2 .products-content .owl-carousel .owl-nav .owl-next:before {
    background: url("../images/icons/slider-arrow-circle-right-2.svg") no-repeat center;
    background-size: cover;
  }
}
.sec-products-v2 .products-content .owl-carousel .owl-nav {
  display: block !important;
}
.sec-products-v2 .products-content .owl-carousel .owl-dots {
  position: absolute;
  left: 50%;
  bottom: -70px;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .sec-products-v2 .products-content .owl-carousel .owl-dots {
    display: block;
  }
}
.sec-products-v2 .products-content .owl-carousel .owl-dots .owl-dot {
  background-color: #E5E7EB;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}
.sec-products-v2 .products-content .owl-carousel .owl-dots .owl-dot:not(:last-of-type) {
  margin-right: 6px;
}
.sec-products-v2 .products-content .owl-carousel .owl-dots .owl-dot.active {
  background: #DE4426;
}
.sec-products-v2 .products-content .owl-carousel .owl-dots {
  display: block !important;
}
@media screen and (max-height: 865px) {
  .sec-products-v2 .products-content .owl-carousel .owl-dots {
    bottom: -55px;
  }
}
@media screen and (max-width: 1199px) {
  .sec-products-v2 .products-content .owl-carousel .owl-dots {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sec-products-v2 .products-content .btn-wrapper {
    text-align: center;
    margin: 40px 0 0;
  }
}
.sec-products-v2 .products-img {
  position: relative;
  height: 100vh;
  min-height: 840px;
}
@media screen and (max-width: 1499px) and (min-width: 1200px) {
  .sec-products-v2 .products-img {
    height: auto;
    min-height: 1000px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .sec-products-v2 .products-img {
    height: 740px;
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .sec-products-v2 .products-img {
    display: none;
  }
}
.sec-products-v2 .products-img:before {
  content: "";
  background: linear-gradient(to bottom, rgba(0, 47, 75, 0.5) 0%, rgba(220, 66, 37, 0.5) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.sec-products-v2 .products-img img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  object-position: top;
  transition: all 0.3s ease-in-out;
}

@keyframes shake {
  0% {
    transform: translate(3px, 0);
  }
  50% {
    transform: translate(-3px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.sec-brand-offer {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding: 28px 0;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-brand-offer {
    padding: 18px 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-brand-offer {
    padding: 16px 0;
  }
}
.sec-brand-offer .owl-carousel {
  position: relative;
}
.sec-brand-offer .owl-carousel .owl-nav, .sec-brand-offer .owl-carousel .owl-dots {
  display: none;
}
.sec-brand-offer .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.sec-brand-offer .owl-carousel .item a {
  text-transform: uppercase;
  color: #0D121B;
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  font-weight: 500;
}
.sec-brand-offer .owl-carousel .item a img {
  max-width: 16px;
  filter: brightness(0) saturate(100%) invert(46%) sepia(41%) saturate(6985%) hue-rotate(345deg) brightness(88%) contrast(100%);
}

.sec-instagram-feed {
  padding: 80px 0 0;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-instagram-feed {
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-instagram-feed {
    padding: 40px 0 0;
  }
}
.sec-instagram-feed .container > .account-link {
  text-align: center;
}
.sec-instagram-feed .container > .account-link a {
  font-size: 22px;
  line-height: 30px;
  color: #DE4426;
}
.sec-instagram-feed .container > h2 {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 12px 0 60px;
}
@media screen and (max-width: 767px) {
  .sec-instagram-feed .container > h2 {
    margin: 12px 0 40px;
  }
}
.sec-instagram-feed .container > h2 .instagram-icon img {
  max-width: 37px;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .sec-instagram-feed .container > h2 .instagram-icon img {
    max-width: 32px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-instagram-feed .container > h2 .instagram-icon img {
    max-width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .sec-instagram-feed .container > h2 .instagram-icon img {
    max-width: 27px;
  }
}
.sec-instagram-feed .feed-wrapper .instagram-gallery-feed .swiper-container .swiper-pagination {
  display: none;
}
.sec-instagram-feed .feed-wrapper .instagram-gallery-feed .swiper-container .swiper-button-prev, .sec-instagram-feed .feed-wrapper .instagram-gallery-feed .swiper-container .swiper-button-next {
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
}
.sec-instagram-feed .feed-wrapper .instagram-gallery-feed .swiper-container .swiper-button-prev:after, .sec-instagram-feed .feed-wrapper .instagram-gallery-feed .swiper-container .swiper-button-next:after {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
}
.sec-instagram-feed .feed-wrapper .instagram-gallery-feed .instagram-gallery-item .instagram-gallery-item__wrap {
  position: relative;
  border-radius: 8px;
  cursor: pointer;
}
.sec-instagram-feed .feed-wrapper .instagram-gallery-feed .instagram-gallery-item .instagram-gallery-item__wrap:before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .sec-instagram-feed .feed-wrapper .instagram-gallery-feed .instagram-gallery-item .instagram-gallery-item__wrap:before {
    opacity: 1;
    background: linear-gradient(to bottom, rgba(0, 47, 75, 0.5) 0%, rgba(220, 66, 37, 0.4) 100%);
  }
}
.sec-instagram-feed .feed-wrapper .instagram-gallery-feed .instagram-gallery-item .instagram-gallery-item__wrap .instagram-gallery-item__media-wrap {
  position: relative;
}
.sec-instagram-feed .feed-wrapper .instagram-gallery-feed .instagram-gallery-item .instagram-gallery-item__wrap .instagram-gallery-item__media-wrap .instagram-gallery-item__media-mask {
  display: none;
}
.sec-instagram-feed .feed-wrapper .instagram-gallery-feed .instagram-gallery-item .instagram-gallery-item__wrap .instagram-gallery-item__media-wrap .instagram-gallery-item__media-mask--content {
  gap: 18px;
}
.sec-instagram-feed .feed-wrapper .instagram-gallery-feed .instagram-gallery-item .instagram-gallery-item__wrap .instagram-gallery-item__media-wrap .instagram-gallery-item__media-mask--content span {
  color: #ffffff;
  font-size: 20px;
}
.sec-instagram-feed .feed-wrapper .instagram-gallery-feed .instagram-gallery-item .instagram-gallery-item__wrap .instagram-gallery-item__media-wrap .instagram-gallery-item__media-mask--content span i {
  color: #ffffff;
  font-size: 20px;
}
.sec-instagram-feed .feed-wrapper .instagram-gallery-feed .instagram-gallery-item .instagram-gallery-item__wrap .instagram-gallery-item__media-wrap .instagram-gallery-item__icon {
  height: 30px;
  margin: 12px;
}
@media screen and (max-width: 767px) {
  .sec-instagram-feed .feed-wrapper .instagram-gallery-feed .instagram-gallery-item .instagram-gallery-item__wrap .instagram-gallery-item__media-wrap .instagram-gallery-item__icon {
    opacity: 1;
  }
}
.sec-instagram-feed .feed-wrapper .instagram-gallery-feed .instagram-gallery-item .instagram-gallery-item__wrap .instagram-gallery-item__media-wrap .instagram-gallery-item__icon:before {
  font-size: 30px;
  color: #ffffff;
}
.sec-instagram-feed .feed-wrapper .instagram-gallery-feed .instagram-gallery-item:hover .instagram-gallery-item__wrap:before {
  opacity: 1;
  background: linear-gradient(to bottom, rgba(0, 47, 75, 0.5) 0%, rgba(220, 66, 37, 0.4) 100%);
}
.sec-instagram-feed .feed-wrapper .instagram-gallery-feed .instagram-gallery-item:hover .instagram-gallery-item__wrap .instagram-gallery-item__media-wrap .instagram-gallery-item__icon {
  opacity: 1;
}
.sec-instagram-feed .feed-wrapper .instagram-gallery-feed .instagram-gallery__actions {
  display: none;
}
.sec-reviews {
  padding: 60px 0 80px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-reviews {
    padding: 30px 0 70px;
  }
}
@media screen and (max-width: 767px) {
  .sec-reviews {
    padding: 20px 0 60px;
  }
}
.sec-reviews .sec-heading {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-reviews .sec-heading {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sec-reviews .sec-heading {
    margin-bottom: 10px;
  }
}
.sec-reviews .sec-heading strong {
  font-size: 22px;
  line-height: 30px;
  color: #DE4426;
}
.sec-reviews .sec-heading h2 {
  margin: 12px 0 0;
}
@media screen and (max-width: 767px) {
  .sec-reviews .sec-heading h2 {
    margin: 8px 0 0;
  }
}
.sec-reviews .owl-carousel .owl-dots {
  position: absolute;
  left: 50%;
  bottom: -70px;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .sec-reviews .owl-carousel .owl-dots {
    display: block;
  }
}
.sec-reviews .owl-carousel .owl-dots .owl-dot {
  background-color: #E5E7EB;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}
.sec-reviews .owl-carousel .owl-dots .owl-dot:not(:last-of-type) {
  margin-right: 6px;
}
.sec-reviews .owl-carousel .owl-dots .owl-dot.active {
  background: #DE4426;
}
.sec-reviews .owl-carousel .owl-dots {
  bottom: -40px;
}
.sec-reviews .owl-carousel .owl-stage-outer .owl-item {
  padding: 25px 0;
}
.sec-reviews .owl-carousel .owl-stage-outer .owl-item .review-card {
  position: relative;
  padding: 40px 40px 20px;
  margin: 0 10px;
  border-radius: 10px;
  box-shadow: 0 18px 26px -10px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .sec-reviews .owl-carousel .owl-stage-outer .owl-item .review-card {
    padding: 40px 25px 20px;
  }
}
.sec-reviews .owl-carousel .owl-stage-outer .owl-item .review-card .quote-icon {
  position: absolute;
  top: 20px;
  right: 20px;
}
.sec-reviews .owl-carousel .owl-stage-outer .owl-item .review-card .quote-icon img {
  width: 60%;
}
.sec-reviews .owl-carousel .owl-stage-outer .owl-item .review-card ul.star-list {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-bottom: 15px;
}
.sec-reviews .owl-carousel .owl-stage-outer .owl-item .review-card ul.star-list li i {
  color: #ffc107;
  font-size: 16px;
}
.sec-reviews .owl-carousel .owl-stage-outer .owl-item .review-card .review-content {
  overflow: auto;
  height: 100px;
  margin-bottom: 25px;
}
.sec-reviews .owl-carousel .owl-stage-outer .owl-item .review-card .review-content::-webkit-scrollbar {
  width: 8px;
}
.sec-reviews .owl-carousel .owl-stage-outer .owl-item .review-card .review-content::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 5px lightgray;
}
.sec-reviews .owl-carousel .owl-stage-outer .owl-item .review-card .review-content::-webkit-scrollbar-thumb {
  background: #DE4426;
  border-radius: 10px;
}
.sec-reviews .owl-carousel .owl-stage-outer .owl-item .review-card .review-content p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.sec-reviews .owl-carousel .owl-stage-outer .owl-item .review-card .user-detail {
  display: flex;
  align-items: center;
}
.sec-reviews .owl-carousel .owl-stage-outer .owl-item .review-card .user-detail .user-img {
  padding: 5px;
  margin-right: 20px;
  border-radius: 100%;
  border: solid 2px #DE4426;
}
.sec-reviews .owl-carousel .owl-stage-outer .owl-item .review-card .user-detail .user-img img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.sec-reviews .owl-carousel .owl-stage-outer .owl-item .review-card .user-detail .user-content h3 {
  margin: 0;
}
.sec-reviews .owl-carousel .owl-stage-outer .owl-item .review-card .user-detail .user-content span {
  color: #DE4426;
}
@media screen and (max-width: 767px) {
  .sec-reviews .owl-carousel .owl-stage-outer .owl-item .review-card .user-detail .user-content span {
    min-height: 38px;
  }
}
.sec-reviews .owl-carousel .owl-stage-outer .owl-item .review-card .user-detail .user-content a {
  display: inline-block;
  font-size: 12px;
  line-height: 17px;
  color: #DE4426;
}
@media screen and (max-width: 767px) {
  .sec-reviews .owl-carousel .owl-stage-outer .owl-item .review-card .user-detail .user-content a {
    min-height: 38px;
  }
}

/*******************************************************
                       HOME SCSS END
********************************************************/
/*******************************************************
                       ABOUT SCSS START
********************************************************/
.sec-about-us {
  padding: 60px 0 120px;
}
@media screen and (max-width: 767px) {
  .sec-about-us {
    padding: 40px 0 50px;
  }
}
.sec-about-us .img-wrapper {
  max-width: 500px;
  position: relative;
}
.sec-about-us .img-wrapper .img-one {
  padding-left: 50px;
  position: relative;
}
.sec-about-us .img-wrapper .img-one:before, .sec-about-us .img-wrapper .img-one:after {
  content: "";
  width: 3px;
  height: 140px;
  background: #DE4426;
  position: absolute;
  top: 25px;
  left: 10px;
  animation: img-one-line 2s ease-in-out infinite;
}
.sec-about-us .img-wrapper .img-one:after {
  top: 60px;
  left: 30px;
}
.sec-about-us .img-wrapper .img-one img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: top;
  border-radius: 8px;
}
@keyframes img-one-line {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
}
.sec-about-us .img-wrapper .img-two {
  border-radius: 8px;
  border: 6px solid #ffffff;
  position: absolute;
  bottom: -130px;
  left: 0;
}
.sec-about-us .img-wrapper .img-two img {
  width: 260px;
  height: 230px;
  object-fit: cover;
  border-radius: 8px;
}
.sec-about-us .img-wrapper .experience {
  background: #DE4426;
  border-radius: 0 8px 8px 8px;
  width: 228px;
  height: 117px;
  position: absolute;
  bottom: -123px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 12px;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .sec-about-us .img-wrapper .experience {
    width: 216px;
  }
}
@media screen and (max-width: 991px) {
  .sec-about-us .img-wrapper .experience {
    display: none;
  }
}
.sec-about-us .img-wrapper .experience strong {
  color: #ffffff;
  font-size: 50px;
  line-height: 54px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sec-about-us .img-wrapper .experience strong {
    font-size: 30px;
    line-height: 38px;
  }
}
.sec-about-us .img-wrapper .experience strong span {
  color: #ffffff;
  font-size: 35px;
  line-height: 39px;
  font-weight: 600;
}
.sec-about-us .img-wrapper .experience p {
  margin: 3px 0 0;
  color: #ffffff;
  font-size: 25px;
  line-height: 29px;
  font-weight: 400;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .sec-about-us .img-wrapper .experience p {
    font-size: 18px;
    line-height: 22px;
  }
}
.sec-about-us .content-wrapper {
  padding-top: 30px;
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .sec-about-us .content-wrapper {
    padding-left: 25px;
  }
}
@media screen and (max-width: 767px) {
  .sec-about-us .content-wrapper {
    padding-top: 150px;
  }
}
.sec-about-us .content-wrapper strong {
  color: #DE4426;
}
.sec-about-us .content-wrapper h2 {
  margin: 10px 0 20px;
}
.sec-about-us .content-wrapper p {
  margin-bottom: 0;
}
.sec-about-us .content-wrapper ul {
  display: grid;
  grid-template-columns: auto auto;
  margin: 20px 0 30px;
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .sec-about-us .content-wrapper ul {
    column-gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .sec-about-us .content-wrapper ul {
    grid-template-columns: auto;
  }
}
.sec-about-us .content-wrapper ul li {
  position: relative;
  padding-left: 15px;
}
.sec-about-us .content-wrapper ul li:not(:last-of-type) {
  margin-bottom: 8px;
}
.sec-about-us .content-wrapper ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background: #DE4426;
  position: absolute;
  left: 0;
  top: 9px;
}

.sec-discover-more {
  padding: 40px 0 60px;
}
.sec-discover-more .discover-wrapper {
  background: url("../images/luxurious-elegance-img.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  min-height: 550px;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.sec-discover-more .discover-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.sec-discover-more .discover-wrapper .discover-card {
  text-align: center;
  position: relative;
  z-index: 1;
  max-width: 600px;
  margin: auto;
}
.sec-discover-more .discover-wrapper .discover-card .icon-wrapper {
  width: 90px;
  height: 90px;
  margin: 0 auto 25px;
  border-radius: 50%;
  background: #DE4426;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-discover-more .discover-wrapper .discover-card .icon-wrapper img {
  max-width: 40px;
}
.sec-discover-more .discover-wrapper .discover-card .content-wrapper h3 {
  color: #ffffff;
  margin-bottom: 0;
}
.sec-discover-more .discover-wrapper .discover-card .content-wrapper p {
  color: #ffffff;
  margin: 12px 0 35px;
}

.sec-choose-us {
  background-color: #f9f9f9;
  padding: 80px 0;
}
@media screen and (max-width: 991px) {
  .sec-choose-us {
    padding: 60px 0;
  }
}
.sec-choose-us .content-wrapper {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .sec-choose-us .content-wrapper {
    margin: 30px 0 0;
  }
}
.sec-choose-us .content-wrapper > h2 {
  margin: 8px 0 40px;
}
@media screen and (max-width: 991px) {
  .sec-choose-us .content-wrapper > h2 br {
    display: none;
  }
}
.sec-choose-us .content-wrapper ul.choose-list li {
  display: block;
}
.sec-choose-us .content-wrapper ul.choose-list li:not(:last-of-type) {
  margin-bottom: 30px;
}
.sec-choose-us .content-wrapper ul.choose-list li .choose-card {
  display: flex;
  align-items: start;
  gap: 25px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .sec-choose-us .content-wrapper ul.choose-list li .choose-card {
    gap: 15px;
  }
}
.sec-choose-us .content-wrapper ul.choose-list li .choose-card .count {
  background-color: #DE4426;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .sec-choose-us .content-wrapper ul.choose-list li .choose-card .count {
    width: 40px;
  }
}
.sec-choose-us .content-wrapper ul.choose-list li .choose-card h3 {
  margin-bottom: 3px;
}
.sec-choose-us .content-wrapper ul.choose-list li .choose-card p {
  margin: 0;
}
.sec-choose-us .img-wrapper {
  position: relative;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-choose-us .img-wrapper {
    display: none;
  }
}
.sec-choose-us .img-wrapper img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  position: relative;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .sec-choose-us .img-wrapper img {
    height: 600px;
  }
}
@media screen and (max-width: 991px) {
  .sec-choose-us .img-wrapper img {
    width: 100%;
    height: 100%;
  }
}

.sec-get-touch {
  padding: 60px 0 30px;
}
@media screen and (max-width: 991px) {
  .sec-get-touch {
    padding: 30px 0;
  }
}
.sec-get-touch .touch-card {
  border-radius: 7px;
  overflow: hidden;
  background-color: #f6f5f8;
  position: relative;
  z-index: 1;
}
.sec-get-touch .touch-card .pattern-bg {
  background: url("../images/touch-card-pattern.png") no-repeat center;
  background-size: cover;
  position: absolute;
  right: 100px;
  bottom: 0;
  width: 369px;
  height: 94px;
  z-index: 1;
  animation: float_left_right_two 5s linear infinite;
}
@-webkit-keyframes float_left_right_two {
  0% {
    transform: translateX(-30px);
    opacity: 1;
  }
  50% {
    transform: translateX(0px);
    opacity: 0.8;
  }
  100% {
    transform: translateX(-30px);
    opacity: 1;
  }
}
.sec-get-touch .touch-card .follow-wrapper {
  padding: 36px 30px;
  min-height: 180px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-get-touch .touch-card .follow-wrapper {
    padding: 28px 30px;
    min-height: 160px;
  }
}
@media screen and (max-width: 767px) {
  .sec-get-touch .touch-card .follow-wrapper {
    text-align: center;
  }
}
.sec-get-touch .touch-card .follow-wrapper h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .sec-get-touch .touch-card .follow-wrapper h3 {
    justify-content: center;
  }
}
.sec-get-touch .touch-card .follow-wrapper h3 img {
  max-width: 24px;
  filter: brightness(0) saturate(100%) invert(36%) sepia(85%) saturate(4202%) hue-rotate(352deg) brightness(94%) contrast(84%);
}
.sec-get-touch .touch-card .follow-wrapper .social-links li:not(:last-of-type) {
  margin: 0 10px 0 0;
}
.sec-get-touch .touch-card .follow-wrapper .social-links li a {
  background: #ffffff;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.sec-get-touch .touch-card .follow-wrapper .social-links li a:hover {
  background: #DE4426;
}
.sec-get-touch .touch-card .follow-wrapper .social-links li a:hover i {
  color: #ffffff;
}
.sec-get-touch .touch-card .follow-wrapper .social-links li a i {
  font-size: 18px;
  font-weight: 400;
  color: #DE4426;
}
.sec-get-touch .touch-card .support-card {
  background: url("../images/touch-card-bg-img.png") no-repeat center #DE4426;
  background-size: cover;
  position: relative;
  padding: 50px 15px 45px 110px;
  min-height: 180px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-get-touch .touch-card .support-card {
    min-height: 160px;
    padding: 40px 25px 32px 40px;
  }
}
@media screen and (max-width: 767px) {
  .sec-get-touch .touch-card .support-card {
    padding: 120px 40px 40px;
    border-radius: 40px 40px 0 0;
    overflow: hidden;
    text-align: center;
  }
}
.sec-get-touch .touch-card .support-card:before {
  content: "";
  transform: skewX(10deg);
  border-radius: 15px 0 0 15px;
  background-color: #DE4426;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 30px;
  z-index: -1;
}
.sec-get-touch .touch-card .support-card .social-box {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: -65px;
  transform: translateY(-50%);
  z-index: 1;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  animation: ripple 3s infinite;
}
@media screen and (max-width: 767px) {
  .sec-get-touch .touch-card .support-card .social-box {
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);
  }
}
.sec-get-touch .touch-card .support-card .social-box:before, .sec-get-touch .touch-card .support-card .social-box:after {
  content: "";
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  animation: ripple 3s infinite 0.9s;
  position: absolute;
}
.sec-get-touch .touch-card .support-card .social-box:after {
  animation: ripple 3s infinite 0.6s;
}
.sec-get-touch .touch-card .support-card .social-box i {
  color: #ffffff;
  font-size: 28px;
}
.sec-get-touch .touch-card .support-card h3 {
  color: #ffffff;
  margin-bottom: 12px;
}
.sec-get-touch .touch-card .support-card p {
  color: #ffffff;
  margin-bottom: 0;
}

.sec-faq {
  padding: 60px 0;
}
@media screen and (max-width: 991px) {
  .sec-faq {
    padding: 40px 0;
  }
}
.sec-faq .container > h2 {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-faq .container > h2 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sec-faq .container > h2 {
    margin-bottom: 30px;
  }
}
.sec-faq .faq-wrapper .accordion {
  max-width: 1000px;
  margin: auto;
}
.sec-faq .faq-wrapper .accordion .accordion-item {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
}
.sec-faq .faq-wrapper .accordion .accordion-item:not(:last-of-type) {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .sec-faq .faq-wrapper .accordion .accordion-item:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
.sec-faq .faq-wrapper .accordion .accordion-item button {
  background: transparent;
  border: 0;
  border-radius: 10px !important;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #0D121B;
  padding: 25px 70px 25px 45px;
  box-shadow: unset !important;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-faq .faq-wrapper .accordion .accordion-item button {
    padding: 20px 70px 20px 30px;
  }
}
@media screen and (max-width: 767px) {
  .sec-faq .faq-wrapper .accordion .accordion-item button {
    font-size: 16px;
    line-height: 23px;
    padding: 20px 50px 20px 25px;
  }
}
.sec-faq .faq-wrapper .accordion .accordion-item button:before {
  content: "";
  background: url("../images/icons/accordion-minus-icon.svg") no-repeat center;
  background-size: cover;
  display: block;
  width: 12px;
  height: 2px;
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  filter: brightness(0) saturate(100%) invert(100%) sepia(26%) saturate(3829%) hue-rotate(177deg) brightness(85%) contrast(83%);
}
@media screen and (max-width: 767px) {
  .sec-faq .faq-wrapper .accordion .accordion-item button:before {
    right: 20px;
  }
}
.sec-faq .faq-wrapper .accordion .accordion-item button.collapsed:before {
  background: url("../images/icons/accordion-plus-icon.svg") no-repeat center;
  background-size: cover;
  height: 14px;
  width: 14px;
}
.sec-faq .faq-wrapper .accordion .accordion-item button:after {
  display: none;
}
.sec-faq .faq-wrapper .accordion .accordion-body {
  padding: 20px 45px;
  border-top: 1px solid #e8e8e8;
}
@media screen and (max-width: 767px) {
  .sec-faq .faq-wrapper .accordion .accordion-body {
    padding: 15px 30px;
  }
}
.sec-faq .faq-wrapper .accordion .accordion-body p {
  margin-bottom: 0;
  color: #8a90a2;
}

.sec-newsletter {
  background: url("../images/newsletter-bg-img.jpg") no-repeat center;
  background-size: cover;
  padding: 80px 0;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-newsletter {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-newsletter {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-newsletter .content-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.sec-newsletter .content-wrapper h3 {
  color: #DE4426;
  font-weight: 400;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .sec-newsletter .content-wrapper h3 {
    margin-bottom: 6px;
  }
}
.sec-newsletter .content-wrapper h2 {
  margin: 0;
  font-weight: 400;
}
.sec-newsletter .newsletter-form {
  display: grid;
  grid-template-columns: 435px 213px;
  align-items: center;
  justify-content: right;
  column-gap: 20px;
  position: relative;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .sec-newsletter .newsletter-form {
    grid-template-columns: 420px 170px;
  }
}
@media screen and (max-width: 991px) {
  .sec-newsletter .newsletter-form {
    display: block;
  }
}
.sec-newsletter .newsletter-form .form-group {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .sec-newsletter .newsletter-form .form-group {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .sec-newsletter .newsletter-form .form-group:last-of-type {
    position: absolute;
    right: 9px;
    top: 9px;
    z-index: 1;
  }
}
.sec-newsletter .newsletter-form .form-group .form-control {
  height: 63px;
  border-radius: 50px;
  border: 0;
  padding: 10px 15px 10px 35px;
}
@media screen and (max-width: 991px) {
  .sec-newsletter .newsletter-form .form-group .form-control {
    padding: 10px 120px 10px 25px;
  }
}
.sec-newsletter .newsletter-form .form-group .btn-style {
  height: 63px;
  border-radius: 50px;
  min-width: 100%;
  font-size: 18px;
  line-height: 26px;
}
@media screen and (max-width: 991px) {
  .sec-newsletter .newsletter-form .form-group .btn-style {
    font-size: 15px;
    line-height: 19px;
    min-width: auto;
    height: 45px;
  }
}

.sec-newsletter-v2 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding: 80px 0 50px;
  margin: 0 60px;
  border-radius: 30px;
  overflow: hidden;
  height: 650px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .sec-newsletter-v2 {
    height: 600px;
    margin: 0 30px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-newsletter-v2 {
    height: 500px;
    margin: 0 20px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sec-newsletter-v2 {
    height: 100%;
    margin: 0;
    border-radius: 0;
    padding: 55px 0 20px;
  }
}
.sec-newsletter-v2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.sec-newsletter-v2 .content-wrapper {
  text-align: center;
  position: relative;
  z-index: 2;
}
.sec-newsletter-v2 .content-wrapper h3 {
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .sec-newsletter-v2 .content-wrapper h3 {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 767px) {
  .sec-newsletter-v2 .content-wrapper h3 {
    font-size: 16px;
    line-height: 24px;
  }
}
.sec-newsletter-v2 .content-wrapper h2 {
  font-size: 75px;
  line-height: 77px;
  color: #ffffff;
  margin: 20px 0 40px;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .sec-newsletter-v2 .content-wrapper h2 {
    font-size: 70px;
    line-height: 78px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-newsletter-v2 .content-wrapper h2 {
    font-size: 60px;
    line-height: 68px;
    margin: 20px 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .sec-newsletter-v2 .content-wrapper h2 {
    font-size: 45px;
    line-height: 53px;
    margin: 16px 0 20px;
  }
}
.sec-newsletter-v2 .content-wrapper p {
  font-size: 22px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sec-newsletter-v2 .content-wrapper p {
    font-size: 16px;
    line-height: 24px;
  }
}
.sec-newsletter-v2 .content-wrapper .newsletter-form {
  max-width: 360px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec-newsletter-v2 .content-wrapper .newsletter-form {
    max-width: 300px;
  }
}
.sec-newsletter-v2 .content-wrapper .newsletter-form .form-groupa {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .sec-newsletter-v2 .content-wrapper .newsletter-form .form-groupa {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .sec-newsletter-v2 .content-wrapper .newsletter-form .form-groupa:last-of-type {
    position: absolute;
    right: 9px;
    top: 9px;
    z-index: 1;
  }
}
.sec-newsletter-v2 .content-wrapper .newsletter-form .form-groupa .form-control {
  height: 55px;
  border-radius: 2px;
  border: 0;
  padding: 10px 55px 10px 22px;
}
@media screen and (max-width: 767px) {
  .sec-newsletter-v2 .content-wrapper .newsletter-form .form-groupa .form-control {
    padding: 10px 45px 10px 22px;
  }
}
.sec-newsletter-v2 .content-wrapper .newsletter-form .form-groupa input[type=submit] {
  background: url(../images/icons/send-black-icon.svg) no-repeat;
  background-position: center;
  background-size: cover;
  width: 22px;
  height: 22px;
  text-indent: 100px;
  position: absolute;
  right: 17px;
  top: 18px;
  border: none;
  filter: brightness(0) saturate(100%) invert(35%) sepia(30%) saturate(5370%) hue-rotate(349deg) brightness(91%) contrast(90%);
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-newsletter-v2 .content-wrapper .newsletter-form .form-groupa input[type=submit] {
    right: 11px;
    top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .sec-newsletter-v2 .content-wrapper .newsletter-form .form-groupa input[type=submit] {
    right: 5px;
    top: 9px;
  }
}
.sec-newsletter-v2 .content-wrapper .newsletter-form .es-form-field-container {
  position: relative;
}
.sec-newsletter-v2 .content-wrapper .newsletter-form .es-form-field-container .gjs-row .gjs-cell label {
  display: none;
}
.sec-newsletter-v2 .content-wrapper .newsletter-form .es-form-field-container .gjs-row .gjs-cell input[type=email] {
  height: 50px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #444;
  border-radius: 8px;
  padding: 9px 12px 9px;
  border: 1px solid #ffffff;
  position: relative;
  outline: none;
  appearance: none;
  background-color: #ffffff;
  border-radius: 4px;
  width: 100%;
  padding: 10px 55px 10px 22px;
}
.sec-newsletter-v2 .content-wrapper .newsletter-form .es-form-field-container .gjs-row .gjs-cell input[type=email]::placeholder {
  color: #8a90a2;
}
.sec-newsletter-v2 .content-wrapper .newsletter-form .es-form-field-container .gjs-row .gjs-cell input[type=email]:focus {
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .sec-newsletter-v2 .content-wrapper .newsletter-form .es-form-field-container .gjs-row .gjs-cell input[type=email] {
    padding: 10px 45px 10px 22px;
  }
}
.sec-newsletter-v2 .content-wrapper .newsletter-form .es-form-field-container .gjs-row .gjs-cell input[type=submit] {
  background: url(../images/icons/send-black-icon.svg) no-repeat;
  background-position: center;
  background-size: cover;
  width: 22px;
  height: 22px;
  text-indent: 100px;
  position: absolute;
  right: 17px;
  top: 25px;
  border: none;
  filter: brightness(0) saturate(100%) invert(35%) sepia(30%) saturate(5370%) hue-rotate(349deg) brightness(91%) contrast(90%);
}
@media screen and (max-width: 991px) {
  .sec-newsletter-v2 .content-wrapper .newsletter-form .es-form-field-container .gjs-row .gjs-cell input[type=submit] {
    top: 23px;
  }
}

/*******************************************************
                       ABOUT SCSS END
********************************************************/
/*******************************************************
                       CONTACT SCSS START
********************************************************/
.sec-contact-us {
  padding: 100px 0;
  overflow-x: hidden;
}
@media screen and (max-width: 991px) {
  .sec-contact-us {
    padding: 40px 0;
  }
}
@media screen and (max-width: 991px) {
  .sec-contact-us .col-md-6 {
    margin-bottom: 20px;
  }
}
.sec-contact-us .contact-card-wrapper {
  max-width: 1000px;
  margin: auto;
}
.sec-contact-us .contact-card-wrapper .contact-card {
  border: 1px solid #E5E7EB;
  box-shadow: 0 4px 4px rgba(100, 109, 152, 0.06);
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
  padding: 24px;
  height: 100%;
  border-bottom: 4px solid transparent;
}
.sec-contact-us .contact-card-wrapper .contact-card:hover {
  border-bottom: 4px solid #E5E7EB;
}
.sec-contact-us .contact-card-wrapper .contact-card.purple:hover {
  border-bottom: 4px solid #8B40E5;
}
.sec-contact-us .contact-card-wrapper .contact-card.purple .icon-wrapper {
  background: #EEE3FB;
}
.sec-contact-us .contact-card-wrapper .contact-card.purple .icon-wrapper img {
  filter: brightness(0) saturate(100%) invert(26%) sepia(84%) saturate(1379%) hue-rotate(246deg) brightness(107%) contrast(105%);
}
.sec-contact-us .contact-card-wrapper .contact-card.blue:hover {
  border-bottom: 4px solid #1EE2CF;
}
.sec-contact-us .contact-card-wrapper .contact-card.blue .icon-wrapper {
  background: #E2F9ED;
}
.sec-contact-us .contact-card-wrapper .contact-card.blue .icon-wrapper img {
  filter: brightness(0) saturate(100%) invert(85%) sepia(74%) saturate(1692%) hue-rotate(107deg) brightness(98%) contrast(80%);
}
.sec-contact-us .contact-card-wrapper .contact-card.green:hover {
  border-bottom: 4px solid #6cdc2d;
}
.sec-contact-us .contact-card-wrapper .contact-card.green .icon-wrapper {
  background: rgba(108, 220, 45, 0.2);
}
.sec-contact-us .contact-card-wrapper .contact-card.green .icon-wrapper img {
  filter: brightness(0) saturate(100%) invert(75%) sepia(87%) saturate(453%) hue-rotate(42deg) brightness(92%) contrast(88%);
}
.sec-contact-us .contact-card-wrapper .contact-card .icon-wrapper {
  margin-bottom: 20px;
  width: 60px;
  height: 60px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #16181A;
}
.sec-contact-us .contact-card-wrapper .contact-card .icon-wrapper img {
  max-width: 28px;
}
.sec-contact-us .contact-card-wrapper .contact-card .content-wrapper h3 {
  margin-bottom: 4px;
}
.sec-contact-us .contact-card-wrapper .contact-card .content-wrapper p {
  margin-bottom: 0;
}
.sec-contact-us .form {
  padding: 50px 70px 30px;
  margin: 50px auto 0;
  background: #F1F5FF;
  border-radius: 24px;
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .sec-contact-us .form {
    padding: 30px 30px;
    margin: 10px auto 0;
  }
}
.sec-contact-us .form > h2 {
  margin-bottom: 5px;
}
.sec-contact-us .form > p {
  margin-bottom: 40px;
}
.sec-contact-us .form .col-md-6 {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .sec-contact-us .form .form-group {
    margin-bottom: 15px;
  }
}
.sec-contact-us .form .form-group.submit {
  margin-top: 20px;
}
.sec-contact-us .form .form-group p span.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
/*******************************************************
                       CONTACT SCSS END
********************************************************/
/*******************************************************
               CONTENT TEMPLATE SCSS START
********************************************************/
.sec-content-template {
  padding: 80px 0;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-content-template {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-content-template {
    padding: 40px 0;
  }
}
.sec-content-template .container {
  max-width: 1000px;
}
.sec-content-template .main-content p, .sec-content-template .main-content strong, .sec-content-template .main-content ul li, .sec-content-template .main-content ol li {
  color: #0D121B;
  font-weight: 300;
}
.sec-content-template .main-content h3.wp-block-heading {
  margin-bottom: 16px;
}
.sec-content-template .main-content p {
  margin-bottom: 12px;
}
.sec-content-template .main-content a {
  color: #DE4426;
}
.sec-content-template .main-content strong {
  font-weight: 500;
  display: inline-block;
}
.sec-content-template .main-content ul {
  margin-bottom: 12px;
}
.sec-content-template .main-content ul li {
  display: block;
  position: relative;
  padding-left: 16px;
}
.sec-content-template .main-content ul li:not(:last-of-type) {
  margin-bottom: 8px;
}
.sec-content-template .main-content ul li:before {
  content: "";
  background: #8a90a2;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
}
.sec-content-template .main-content .wp-block-separator {
  opacity: 1;
  border: 1px solid #E1E1E1;
  background: transparent;
  margin: 45px 0;
}
@media screen and (max-width: 767px) {
  .sec-content-template .main-content .wp-block-separator {
    margin: 35px 0;
  }
}

/*******************************************************
               CONTENT TEMPLATE SCSS END
********************************************************/
/*******************************************************
                       SHOP SCSS START
********************************************************/
.sec-shop {
  padding: 80px 0;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .sec-shop {
    padding: 60px 0;
  }
}
@media screen and (max-width: 991px) {
  .sec-shop {
    padding: 40px 0;
  }
}
.sec-shop .filter-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
  display: none;
}
@media screen and (max-width: 991px) {
  .sec-shop .filter-overlay.active {
    display: block;
  }
}
.sec-shop .mobile-filter {
  display: none;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-shop .mobile-filter {
    text-align: right;
  }
}
@media screen and (max-width: 991px) {
  .sec-shop .mobile-filter {
    display: block;
    margin-bottom: 16px;
  }
}
.sec-shop .mobile-filter .filter-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 12px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-shop .mobile-filter .filter-button {
    border: none;
    display: inline-flex;
  }
}
.sec-shop .mobile-filter .filter-button .name-wrapper {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-shop .mobile-filter .filter-button .arrow-icon {
    display: none;
  }
}
.sec-shop .shop-filter {
  padding-right: 30px;
}
@media screen and (max-width: 991px) {
  .sec-shop .shop-filter {
    position: fixed;
    left: -100%;
    top: 0;
    z-index: 3;
    background: white;
    width: 300px;
    height: 100vh;
    padding: 20px;
    overflow: auto;
    transition: all 0.3s ease-in-out;
  }
}
@media screen and (max-width: 991px) {
  .sec-shop .shop-filter.active {
    left: 0;
  }
}
.sec-shop .shop-filter .mobile-header {
  display: none;
  margin: 0 0 30px;
}
@media screen and (max-width: 991px) {
  .sec-shop .shop-filter .mobile-header {
    display: block;
  }
}
.sec-shop .shop-filter .mobile-header h3 {
  margin-bottom: 0;
}
.sec-shop .shop-filter .mobile-header .cross-icon {
  text-align: right;
}
.sec-shop .shop-filter .mobile-header .cross-icon a img {
  max-width: 16px;
  width: 100%;
}
.sec-shop .shop-filter .wpfMainWrapper .wpfFilterWrapper {
  padding: 0;
}
.sec-shop .shop-filter .wpfMainWrapper .wpfFilterWrapper:not(:last-of-type) {
  margin-bottom: 50px;
}
.sec-shop .shop-filter .wpfMainWrapper .wpfFilterWrapper[data-filter-type=wpfPrice] {
  display: none;
}
.sec-shop .shop-filter .wpfMainWrapper .wpfFilterWrapper .wpfFilterTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 15px;
  padding: 0 0 10px;
  border-bottom: 1px solid #e8e8e8;
}
.sec-shop .shop-filter .wpfMainWrapper .wpfFilterWrapper .wpfFilterTitle .wfpTitle {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 0;
}
.sec-shop .shop-filter .wpfMainWrapper .wpfFilterWrapper .wpfFilterContent ul li:not(:last-of-type) {
  margin: 0 0 3px;
}
.sec-shop .shop-filter .wpfMainWrapper .wpfFilterWrapper .wpfFilterContent ul li label.wpfLiLabel span.wpfCheckbox label {
  width: 18px !important;
  height: 18px !important;
  display: flex !important;
  align-items: center;
}
.sec-shop .shop-filter .wpfMainWrapper .wpfFilterWrapper .wpfFilterContent ul li label.wpfLiLabel span.wpfCheckbox label:before {
  border-color: #e8e8e8 !important;
}
.sec-shop .shop-filter .wpfMainWrapper .wpfFilterWrapper .wpfFilterContent ul li label.wpfLiLabel span.wpfCheckbox input[type=checkbox]:checked + label:before {
  filter: brightness(0) saturate(100%) invert(32%) sepia(41%) saturate(2812%) hue-rotate(345deg) brightness(95%) contrast(94%);
}
.sec-shop .shop-filter .wpfMainWrapper .wpfFilterWrapper .wpfFilterContent ul li label.wpfLiLabel span.wpfDisplay .wpfValue span {
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  color: #8a90a2;
}
.sec-shop .shop-filter .wpfMainWrapper .wpfFilterWrapper .wpfFilterContent .wpfPriceFilterRange {
  border: none;
}
.sec-shop .shop-filter .wpfMainWrapper .wpfFilterWrapper .wpfFilterContent .wpfPriceFilterRange .ui-slider-range {
  background: #16181A !important;
  height: 3px;
}
.sec-shop .shop-filter .wpfMainWrapper .wpfFilterWrapper .wpfFilterContent .wpfPriceFilterRange .ui-slider-handle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #16181A;
  border: none !important;
  top: -6px;
}
.sec-shop .shop-filter .wpfMainWrapper .wpfFilterWrapper .wpfFilterContent .wpfPriceFilterRange .ui-slider-handle:hover {
  background: #16181A;
}
.sec-shop .shop-filter .wpfMainWrapper .wpfFilterWrapper .wpfFilterContent .wpfPriceFilterRange .ui-slider-handle.ui-state-hover {
  background: #16181A !important;
}
.sec-shop .shop-filter .wpfMainWrapper .wpfFilterButtons .wpfButton {
  min-width: 100%;
  width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  min-width: auto;
  height: 40px;
  min-height: auto;
  padding: 10px 22px 10px;
  letter-spacing: 0.5px;
  border-radius: 5px;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #ffffff;
  background: #DE4426;
  overflow: hidden;
  margin: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.sec-shop .shop-filter .wpfMainWrapper .wpfFilterButtons .wpfButton:hover {
  background: #DE4426;
  color: #ffffff;
}
.sec-shop .shop-filter .wpfMainWrapper .wpfFilterButtons .wpfButton:hover:after {
  left: -30%;
  opacity: 1;
  top: -20%;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-property: left, top, opacity;
  transition-timing-function: linear;
}
.sec-shop .shop-filter .wpfMainWrapper .wpfFilterButtons .wpfButton span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #ffffff;
}
.sec-shop .shop-filter .wpfMainWrapper .wpfFilterButtons .wpfButton:after {
  content: "";
  height: 200%;
  width: 200%;
  position: absolute;
  left: -210%;
  top: -50%;
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0.13), hsla(0, 0%, 100%, 0.13) 77%, hsla(0, 0%, 100%, 0.5) 92%, hsla(0, 0%, 100%, 0));
  opacity: 0;
  transition: all 0.7s ease 0s;
}
.sec-shop .shop-filter .wpfMainWrapper .wpfFilterButtons .wpfButton i, .sec-shop .shop-filter .wpfMainWrapper .wpfFilterButtons .wpfButton img {
  margin: 0;
}
.sec-shop .product-wrapper-main {
  min-height: 600px;
  position: relative;
}
.sec-shop .product-wrapper-main .content-area .site-main {
  /* Style woocommerce add to cart message that show on
     top of product on shop page when user cart any product */
}
.sec-shop .product-wrapper-main .content-area .site-main .woocommerce-breadcrumb, .sec-shop .product-wrapper-main .content-area .site-main .woocommerce-products-header, .sec-shop .product-wrapper-main .content-area .site-main .woocommerce-result-count {
  display: none;
}
.sec-shop .product-wrapper-main .content-area .site-main .woocommerce-notices-wrapper .woocommerce-message {
  border-color: #DE4426;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 25px 15px 48px;
  background: rgba(222, 68, 38, 0.05);
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #0D121B;
}
.sec-shop .product-wrapper-main .content-area .site-main .woocommerce-notices-wrapper .woocommerce-message:after {
  display: none;
}
.sec-shop .product-wrapper-main .content-area .site-main .woocommerce-notices-wrapper .woocommerce-message:before {
  top: 23px;
  left: 20px;
}
.sec-shop .product-wrapper-main .content-area .site-main .woocommerce-notices-wrapper .woocommerce-message a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  min-width: auto;
  height: 40px;
  min-height: auto;
  padding: 10px 22px 10px;
  letter-spacing: 0.5px;
  border-radius: 5px;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #ffffff;
  background: #DE4426;
  overflow: hidden;
  margin: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.sec-shop .product-wrapper-main .content-area .site-main .woocommerce-notices-wrapper .woocommerce-message a:hover {
  background: #DE4426;
  color: #ffffff;
}
.sec-shop .product-wrapper-main .content-area .site-main .woocommerce-notices-wrapper .woocommerce-message a:hover:after {
  left: -30%;
  opacity: 1;
  top: -20%;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-property: left, top, opacity;
  transition-timing-function: linear;
}
.sec-shop .product-wrapper-main .content-area .site-main .woocommerce-notices-wrapper .woocommerce-message a span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #ffffff;
}
.sec-shop .product-wrapper-main .content-area .site-main .woocommerce-notices-wrapper .woocommerce-message a:after {
  content: "";
  height: 200%;
  width: 200%;
  position: absolute;
  left: -210%;
  top: -50%;
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0.13), hsla(0, 0%, 100%, 0.13) 77%, hsla(0, 0%, 100%, 0.5) 92%, hsla(0, 0%, 100%, 0));
  opacity: 0;
  transition: all 0.7s ease 0s;
}
.sec-shop .product-wrapper-main .content-area .site-main .woocommerce-notices-wrapper .woocommerce-message a i, .sec-shop .product-wrapper-main .content-area .site-main .woocommerce-notices-wrapper .woocommerce-message a img {
  margin: 0;
}
.sec-shop .product-wrapper-main .content-area .site-main ul.products {
  display: grid;
  grid-template-columns: repeat(3, calc(33% - 6px));
  column-gap: 14px;
  row-gap: 14px;
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .sec-shop .product-wrapper-main .content-area .site-main ul.products {
    grid-template-columns: repeat(2, calc(50% - 8px));
  }
}
@media screen and (max-width: 767px) {
  .sec-shop .product-wrapper-main .content-area .site-main ul.products {
    grid-template-columns: auto;
  }
}
.sec-shop .product-wrapper-main .content-area .site-main ul.products:before {
  display: none;
}
.sec-shop .product-wrapper-main .content-area .site-main ul.products > li {
  width: 100%;
  margin: 0;
}

/*******************************************************
                       SHOP SCSS END
********************************************************/
/*******************************************************
                       WISHLIST SCSS START
********************************************************/
.sec-wishlist .tinv-header {
  display: none;
}
.sec-wishlist .wishlist-table-wrapper {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .sec-wishlist .wishlist-table-wrapper {
    padding: 40px 0;
  }
}
.sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list {
  margin: 0;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list thead tr {
    margin-bottom: 25px !important;
  }
}
@media screen and (max-width: 991px) {
  .sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list thead tr {
    padding: 0;
    border: 0;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tbody {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 8px));
    column-gap: 16px;
    row-gap: 16px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tr {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 991px) {
  .sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tr {
    padding: 14px;
    display: block;
    margin: 0 0 15px;
    border-radius: 12px;
    border: 1px solid #e8e8e8;
    position: relative;
  }
}
.sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tr input[type=checkbox] {
  position: relative;
  height: 20px;
  width: 20px;
  cursor: pointer;
  border-radius: 4px;
  border: 2px solid #e8e8e8;
  vertical-align: text-top;
  -webkit-appearance: none;
}
.sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tr input[type=checkbox]:checked {
  opacity: 1;
  border-color: #DE4426;
  background: #DE4426;
}
.sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tr input[type=checkbox]:checked:before {
  opacity: 1;
}
.sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tr input[type=checkbox]:before {
  content: "";
  width: 5px;
  height: 10px;
  position: absolute;
  top: 45%;
  right: calc(50% - 1px);
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translate(-50%, -50%);
  opacity: 0;
  z-index: 2;
}
.sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tr th, .sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tr span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #444;
}
.sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tr th {
  padding: 20px 12px;
  background: #f9f9f9;
}
.sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tr td {
  padding: 16px 12px;
  border-bottom: 1px solid #e8e8e8;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  .sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tr td {
    padding: 0 10px;
    border: none;
  }
}
@media screen and (max-width: 991px) {
  .sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tr td.product-cb {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tr td.product-remove {
    position: absolute;
    right: 20px;
    top: 19px;
    width: auto !important;
    padding: 0;
  }
}
.sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tr td.product-remove button {
  background: #E5E7EB;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 1px 0 1.1px;
}
@media screen and (max-width: 991px) {
  .sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tr td.product-remove button {
    background: rgba(0, 0, 0, 0.5);
  }
}
.sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tr td.product-remove button i {
  color: #8a90a2;
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  .sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tr td.product-remove button i {
    color: #ffffff;
  }
}
.sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tr td.product-thumbnail {
  padding-right: 5px;
}
@media screen and (max-width: 991px) {
  .sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tr td.product-thumbnail {
    padding: 0;
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 991px) {
  .sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tr td.product-thumbnail a {
    width: 100%;
    display: block;
  }
}
.sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tr td.product-thumbnail a img {
  width: 100%;
  height: 76px;
  object-fit: cover;
  border-radius: 4px;
}
@media screen and (max-width: 991px) {
  .sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tr td.product-thumbnail a img {
    height: 250px;
    max-width: max-content;
    min-width: 100%;
    border-radius: 10px;
  }
}
@media screen and (max-width: 991px) {
  .sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tr td.product-name {
    text-align: left;
  }
}
.sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tr td.product-name a {
  font-weight: 500;
  color: #444;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tr td.product-name a {
    display: inline-block;
    line-height: 22px;
    min-height: 44px;
  }
}
@media screen and (max-width: 991px) {
  .sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tr td.product-price {
    text-align: left;
    margin: 5px 0 8px;
  }
}
.sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tr td.product-price span {
  font-size: 16px;
  line-height: 24px;
  color: #DE4426;
  font-weight: 500;
}
.sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tr td.product-price del span {
  text-decoration: line-through;
  color: #8a90a2;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
.sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tr td.product-date {
  min-width: 180px;
}
@media screen and (max-width: 991px) {
  .sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tr td.product-date {
    text-align: left;
  }
}
.sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tr td.product-date .entry-date {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #8a90a2;
}
.sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tr td.product-stock {
  min-width: 130px;
}
@media screen and (max-width: 991px) {
  .sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tr td.product-stock {
    text-align: left;
    margin: 5px 0 15px;
  }
}
.sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tr td.product-stock p {
  display: flex;
  align-items: self-start;
  gap: 8px;
  margin-bottom: 0;
  position: relative;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tr td.product-stock p {
    text-align: left;
  }
}
.sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tr td.product-stock p.out-of-stock {
  gap: 1px;
  left: -7px;
}
.sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tr td.product-stock p span {
  display: block;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #0D121B;
}
.sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tr td.product-stock p span i {
  font-size: 14px;
  margin: 0;
  position: relative;
  top: 2px;
}
.sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tr td.product-stock p span i.ftinvwl-check {
  color: #82B536;
}
.sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tr td.product-stock p span i.ftinvwl-times {
  color: #F15338;
  font-size: 28px;
  top: -4px;
}
.sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tr td.product-action {
  min-width: 150px;
}
@media screen and (max-width: 991px) {
  .sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tr td.product-action {
    text-align: left;
  }
}
.sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tr td.product-action .button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  min-width: auto;
  height: 36px;
  min-height: auto;
  padding: 10px 12px 10px;
  letter-spacing: 0.5px;
  border-radius: 5px;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #ffffff;
  background: #DE4426;
  overflow: hidden;
  margin: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
  width: auto;
  min-width: 103px;
}
.sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tr td.product-action .button:hover {
  background: #DE4426;
  color: #ffffff;
}
.sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tr td.product-action .button:hover:after {
  left: -30%;
  opacity: 1;
  top: -20%;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-property: left, top, opacity;
  transition-timing-function: linear;
}
.sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tr td.product-action .button span {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #ffffff;
}
.sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tr td.product-action .button:after {
  content: "";
  height: 200%;
  width: 200%;
  position: absolute;
  left: -210%;
  top: -50%;
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0.13), hsla(0, 0%, 100%, 0.13) 77%, hsla(0, 0%, 100%, 0.5) 92%, hsla(0, 0%, 100%, 0));
  opacity: 0;
  transition: all 0.7s ease 0s;
}
.sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tr td.product-action .button i, .sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tr td.product-action .button img {
  margin: 0;
}
@media screen and (max-width: 991px) {
  .sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tr td.product-action .button {
    min-width: 100%;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tfoot {
    margin: 22px 0 0;
    display: block;
    max-width: 430px;
  }
}
.sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tfoot tr td {
  border: none;
  padding: 25px 12px 12px;
}
@media screen and (max-width: 991px) {
  .sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tfoot tr td {
    padding: 0;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tfoot tr td .tinvwl-to-left {
    max-width: 375px;
    margin: 0 0 12px;
  }
}
@media screen and (max-width: 991px) {
  .sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tfoot tr td .tinvwl-to-left {
    margin: 0 0 12px;
  }
}
.sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tfoot tr td .tinvwl-to-left .tinvwl-input-group select {
  height: 42px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #8a90a2;
  border-radius: 8px;
  padding: 9px 12px 9px;
  border: 1px solid #e8e8e8;
  position: relative;
  outline: none;
  appearance: none;
  background-color: #ffffff;
  background: url("../images/icons/arrow-down-gray-icon.svg");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: calc(100% - 13px) 50%;
  padding: 9px 35px 9px 12px;
}
.sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tfoot tr td .tinvwl-to-left .tinvwl-input-group select::placeholder {
  color: #8a90a2;
}
.sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tfoot tr td .tinvwl-to-left .tinvwl-input-group select:focus {
  box-shadow: none;
}
.sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tfoot tr td .tinvwl-to-left .tinvwl-input-group .tinvwl-input-group-btn .button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  min-width: auto;
  height: 40px;
  min-height: auto;
  padding: 10px 22px 10px;
  letter-spacing: 0.5px;
  border-radius: 5px;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #ffffff;
  background: #DE4426;
  overflow: hidden;
  margin: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
  gap: 3px;
}
.sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tfoot tr td .tinvwl-to-left .tinvwl-input-group .tinvwl-input-group-btn .button:hover {
  background: #DE4426;
  color: #ffffff;
}
.sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tfoot tr td .tinvwl-to-left .tinvwl-input-group .tinvwl-input-group-btn .button:hover:after {
  left: -30%;
  opacity: 1;
  top: -20%;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-property: left, top, opacity;
  transition-timing-function: linear;
}
.sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tfoot tr td .tinvwl-to-left .tinvwl-input-group .tinvwl-input-group-btn .button span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #ffffff;
}
.sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tfoot tr td .tinvwl-to-left .tinvwl-input-group .tinvwl-input-group-btn .button:after {
  content: "";
  height: 200%;
  width: 200%;
  position: absolute;
  left: -210%;
  top: -50%;
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0.13), hsla(0, 0%, 100%, 0.13) 77%, hsla(0, 0%, 100%, 0.5) 92%, hsla(0, 0%, 100%, 0));
  opacity: 0;
  transition: all 0.7s ease 0s;
}
.sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tfoot tr td .tinvwl-to-left .tinvwl-input-group .tinvwl-input-group-btn .button i, .sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tfoot tr td .tinvwl-to-left .tinvwl-input-group .tinvwl-input-group-btn .button img {
  margin: 0;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tfoot tr td .tinvwl-to-left .tinvwl-input-group .tinvwl-input-group-btn .button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    min-width: auto;
    height: 40px;
    min-height: auto;
    padding: 10px 16px 10px;
    letter-spacing: 0.5px;
    border-radius: 5px;
    border: none;
    outline: none;
    box-shadow: none;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #ffffff;
    background: #DE4426;
    overflow: hidden;
    margin: 0;
    position: relative;
    transition: all 0.3s ease-in-out;
    gap: 3px;
  }
  .sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tfoot tr td .tinvwl-to-left .tinvwl-input-group .tinvwl-input-group-btn .button:hover {
    background: #DE4426;
    color: #ffffff;
  }
  .sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tfoot tr td .tinvwl-to-left .tinvwl-input-group .tinvwl-input-group-btn .button:hover:after {
    left: -30%;
    opacity: 1;
    top: -20%;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-property: left, top, opacity;
    transition-timing-function: linear;
  }
  .sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tfoot tr td .tinvwl-to-left .tinvwl-input-group .tinvwl-input-group-btn .button span {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #ffffff;
  }
  .sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tfoot tr td .tinvwl-to-left .tinvwl-input-group .tinvwl-input-group-btn .button:after {
    content: "";
    height: 200%;
    width: 200%;
    position: absolute;
    left: -210%;
    top: -50%;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0.13), hsla(0, 0%, 100%, 0.13) 77%, hsla(0, 0%, 100%, 0.5) 92%, hsla(0, 0%, 100%, 0));
    opacity: 0;
    transition: all 0.7s ease 0s;
  }
  .sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tfoot tr td .tinvwl-to-left .tinvwl-input-group .tinvwl-input-group-btn .button i, .sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tfoot tr td .tinvwl-to-left .tinvwl-input-group .tinvwl-input-group-btn .button img {
    margin: 0;
  }
}
.sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tfoot tr td .tinvwl-to-right {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: right;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tfoot tr td .tinvwl-to-right {
    max-width: 430px;
    justify-content: left;
  }
}
.sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tfoot tr td .tinvwl-to-right .button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  min-width: auto;
  height: 40px;
  min-height: auto;
  padding: 10px 22px 10px;
  letter-spacing: 0.5px;
  border-radius: 5px;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #ffffff;
  background: #DE4426;
  overflow: hidden;
  margin: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tfoot tr td .tinvwl-to-right .button:hover {
  background: #DE4426;
  color: #ffffff;
}
.sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tfoot tr td .tinvwl-to-right .button:hover:after {
  left: -30%;
  opacity: 1;
  top: -20%;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-property: left, top, opacity;
  transition-timing-function: linear;
}
.sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tfoot tr td .tinvwl-to-right .button span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #ffffff;
}
.sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tfoot tr td .tinvwl-to-right .button:after {
  content: "";
  height: 200%;
  width: 200%;
  position: absolute;
  left: -210%;
  top: -50%;
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0.13), hsla(0, 0%, 100%, 0.13) 77%, hsla(0, 0%, 100%, 0.5) 92%, hsla(0, 0%, 100%, 0));
  opacity: 0;
  transition: all 0.7s ease 0s;
}
.sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tfoot tr td .tinvwl-to-right .button i, .sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tfoot tr td .tinvwl-to-right .button img {
  margin: 0;
}
@media screen and (max-width: 991px) {
  .sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tfoot tr td .tinvwl-to-right .button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    min-width: auto;
    height: 40px;
    min-height: auto;
    padding: 10px 16px 10px;
    letter-spacing: 0.5px;
    border-radius: 5px;
    border: none;
    outline: none;
    box-shadow: none;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #ffffff;
    background: #DE4426;
    overflow: hidden;
    margin: 0;
    position: relative;
    transition: all 0.3s ease-in-out;
  }
  .sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tfoot tr td .tinvwl-to-right .button:hover {
    background: #DE4426;
    color: #ffffff;
  }
  .sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tfoot tr td .tinvwl-to-right .button:hover:after {
    left: -30%;
    opacity: 1;
    top: -20%;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-property: left, top, opacity;
    transition-timing-function: linear;
  }
  .sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tfoot tr td .tinvwl-to-right .button span {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #ffffff;
  }
  .sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tfoot tr td .tinvwl-to-right .button:after {
    content: "";
    height: 200%;
    width: 200%;
    position: absolute;
    left: -210%;
    top: -50%;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0.13), hsla(0, 0%, 100%, 0.13) 77%, hsla(0, 0%, 100%, 0.5) 92%, hsla(0, 0%, 100%, 0));
    opacity: 0;
    transition: all 0.7s ease 0s;
  }
  .sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tfoot tr td .tinvwl-to-right .button i, .sec-wishlist .wishlist-table-wrapper form table.tinvwl-table-manage-list tfoot tr td .tinvwl-to-right .button img {
    margin: 0;
  }
}
.sec-wishlist .wishlist-table-wrapper .tinv-lists-nav {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .sec-wishlist .wishlist-table-wrapper .tinv-lists-nav {
    margin-bottom: 0;
  }
}
.sec-wishlist .empty-wishlist-wrapper {
  padding: 40px 0 80px;
}
@media screen and (max-width: 767px) {
  .sec-wishlist .empty-wishlist-wrapper {
    padding: 20px 0 40px;
  }
}
.sec-wishlist .empty-wishlist-wrapper .empty-wishlist-card {
  text-align: center;
}
.sec-wishlist .empty-wishlist-wrapper .empty-wishlist-card .img-wrapper {
  margin-bottom: 30px;
}
.sec-wishlist .empty-wishlist-wrapper .empty-wishlist-card .img-wrapper img {
  max-width: 300px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-wishlist .empty-wishlist-wrapper .empty-wishlist-card .img-wrapper img {
    max-width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .sec-wishlist .empty-wishlist-wrapper .empty-wishlist-card .img-wrapper img {
    max-width: 200px;
  }
}
.sec-wishlist .empty-wishlist-wrapper .empty-wishlist-card .content-wrapper {
  max-width: 500px;
  margin: auto;
}
.sec-wishlist .empty-wishlist-wrapper .empty-wishlist-card .content-wrapper h2 {
  margin-bottom: 0;
}
.sec-wishlist .empty-wishlist-wrapper .empty-wishlist-card .content-wrapper p {
  margin: 15px 0 30px;
}
.sec-wishlist .empty-wishlist-wrapper .empty-wishlist-card .content-wrapper .btn-wrapper .btn-style {
  background-color: #DE4426;
  text-shadow: 0 40px 0 #ffffff;
}
.sec-wishlist .empty-wishlist-wrapper .cart-empty, .sec-wishlist .empty-wishlist-wrapper .return-to-shop {
  display: none;
}

/*******************************************************
                       WISHLIST SCSS END
********************************************************/
/*******************************************************
                       CART SCSS START
********************************************************/
.sec-cart {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .sec-cart {
    padding: 40px 0;
  }
}
.sec-cart .cart-table-wrapper form.woocommerce-cart-form table.shop_table {
  margin: 0;
  border: none;
}
.sec-cart .cart-table-wrapper form.woocommerce-cart-form table.shop_table thead tr th {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #444;
  background: #f9f9f9;
  padding: 20px 12px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-cart .cart-table-wrapper form.woocommerce-cart-form table.shop_table tbody {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 8px));
    column-gap: 16px;
    row-gap: 16px;
  }
}
.sec-cart .cart-table-wrapper form.woocommerce-cart-form table.shop_table tbody tr:last-of-type {
  grid-column: span 2;
}
.sec-cart .cart-table-wrapper form.woocommerce-cart-form table.shop_table tbody tr td {
  padding: 12px 12px;
  border: none;
  border-bottom: 1px solid #e8e8e8;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  .sec-cart .cart-table-wrapper form.woocommerce-cart-form table.shop_table tbody tr td {
    border: none;
    padding: 0 10px;
    text-align: left !important;
    background: transparent;
  }
}
@media screen and (max-width: 991px) {
  .sec-cart .cart-table-wrapper form.woocommerce-cart-form table.shop_table tbody tr td:before {
    float: unset;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #444;
    margin: 0 3px 0 0;
  }
}
.sec-cart .cart-table-wrapper form.woocommerce-cart-form table.shop_table tr {
  position: relative;
}
@media screen and (max-width: 991px) {
  .sec-cart .cart-table-wrapper form.woocommerce-cart-form table.shop_table tr {
    padding: 14px;
    display: block;
    margin: 0 0 15px;
    border-radius: 12px;
    border: 1px solid #e8e8e8;
    position: relative;
  }
}
@media screen and (max-width: 991px) {
  .sec-cart .cart-table-wrapper form.woocommerce-cart-form table.shop_table tr td.product-remove:before {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .sec-cart .cart-table-wrapper form.woocommerce-cart-form table.shop_table tr td.product-remove {
    position: absolute;
    right: 20px;
    top: 19px;
    width: auto !important;
    padding: 0;
  }
}
.sec-cart .cart-table-wrapper form.woocommerce-cart-form table.shop_table tr td.product-remove a {
  background: #E5E7EB;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 3px 0 5px;
  color: #8a90a2 !important;
  font-size: 20px;
  line-height: 29px;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .sec-cart .cart-table-wrapper form.woocommerce-cart-form table.shop_table tr td.product-remove a {
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff !important;
  }
}
.sec-cart .cart-table-wrapper form.woocommerce-cart-form table.shop_table tr td.product-thumbnail {
  min-width: 100px;
}
@media screen and (max-width: 991px) {
  .sec-cart .cart-table-wrapper form.woocommerce-cart-form table.shop_table tr td.product-thumbnail {
    margin: 0 0 15px;
    padding: 0;
    display: block;
  }
}
.sec-cart .cart-table-wrapper form.woocommerce-cart-form table.shop_table tr td.product-thumbnail:before {
  display: none;
}
@media screen and (max-width: 991px) {
  .sec-cart .cart-table-wrapper form.woocommerce-cart-form table.shop_table tr td.product-thumbnail a {
    width: 100%;
    display: block;
  }
}
.sec-cart .cart-table-wrapper form.woocommerce-cart-form table.shop_table tr td.product-thumbnail a img {
  width: 100%;
  height: 72px;
  object-fit: cover;
  border-radius: 4px;
}
@media screen and (max-width: 991px) {
  .sec-cart .cart-table-wrapper form.woocommerce-cart-form table.shop_table tr td.product-thumbnail a img {
    height: 250px;
    max-width: max-content;
    min-width: 100%;
    border-radius: 10px;
  }
}
.sec-cart .cart-table-wrapper form.woocommerce-cart-form table.shop_table tr td.product-name {
  line-height: normal;
}
@media screen and (max-width: 991px) {
  .sec-cart .cart-table-wrapper form.woocommerce-cart-form table.shop_table tr td.product-name {
    text-align: left;
  }
}
.sec-cart .cart-table-wrapper form.woocommerce-cart-form table.shop_table tr td.product-name a {
  font-weight: 500;
  color: #444;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-cart .cart-table-wrapper form.woocommerce-cart-form table.shop_table tr td.product-name a {
    display: inline-block;
    line-height: 22px;
    min-height: 44px;
  }
}
.sec-cart .cart-table-wrapper form.woocommerce-cart-form table.shop_table tr td.product-price, .sec-cart .cart-table-wrapper form.woocommerce-cart-form table.shop_table tr td.product-subtotal {
  min-width: 130px;
}
@media screen and (max-width: 991px) {
  .sec-cart .cart-table-wrapper form.woocommerce-cart-form table.shop_table tr td.product-price, .sec-cart .cart-table-wrapper form.woocommerce-cart-form table.shop_table tr td.product-subtotal {
    text-align: left;
    margin: 5px 0 8px;
  }
}
.sec-cart .cart-table-wrapper form.woocommerce-cart-form table.shop_table tr td.product-price span, .sec-cart .cart-table-wrapper form.woocommerce-cart-form table.shop_table tr td.product-subtotal span {
  font-size: 16px;
  line-height: 24px;
  color: #DE4426;
  font-weight: 500;
}
.sec-cart .cart-table-wrapper form.woocommerce-cart-form table.shop_table tr td.product-price del span, .sec-cart .cart-table-wrapper form.woocommerce-cart-form table.shop_table tr td.product-subtotal del span {
  text-decoration: line-through;
  color: #8a90a2;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .sec-cart .cart-table-wrapper form.woocommerce-cart-form table.shop_table tr td.product-quantity .quantity {
    display: inline-block;
  }
}
.sec-cart .cart-table-wrapper form.woocommerce-cart-form table.shop_table tr td.product-quantity .quantity input[type=number] {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  outline: none;
  box-shadow: none;
  height: 40px;
  border-radius: 5px;
  min-width: 85px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .sec-cart .cart-table-wrapper form.woocommerce-cart-form table.shop_table tr td.product-quantity .quantity input[type=number] {
    height: 32px;
  }
}
@media screen and (max-width: 991px) {
  .sec-cart .cart-table-wrapper form.woocommerce-cart-form table.shop_table tr td.actions:before {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .sec-cart .cart-table-wrapper form.woocommerce-cart-form table.shop_table tr td .coupon {
    display: flex;
    align-items: center;
    gap: 8px;
  }
}
.sec-cart .cart-table-wrapper form.woocommerce-cart-form table.shop_table tr td .coupon .input-text {
  height: 42px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #8a90a2;
  border-radius: 8px;
  padding: 9px 12px 9px;
  border: 1px solid #e8e8e8;
  position: relative;
  outline: none;
  appearance: none;
  background-color: #ffffff;
  min-width: 250px;
}
.sec-cart .cart-table-wrapper form.woocommerce-cart-form table.shop_table tr td .coupon .input-text::placeholder {
  color: #8a90a2;
}
.sec-cart .cart-table-wrapper form.woocommerce-cart-form table.shop_table tr td .coupon .input-text:focus {
  box-shadow: none;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-cart .cart-table-wrapper form.woocommerce-cart-form table.shop_table tr td .coupon .input-text {
    min-width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .sec-cart .cart-table-wrapper form.woocommerce-cart-form table.shop_table tr td .coupon .input-text {
    min-width: 180px;
  }
}
.sec-cart .cart-table-wrapper form.woocommerce-cart-form table.shop_table tr td .button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  min-width: auto;
  height: 40px;
  min-height: auto;
  padding: 10px 22px 10px;
  letter-spacing: 0.5px;
  border-radius: 5px;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #ffffff;
  background: #DE4426;
  overflow: hidden;
  margin: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
  margin: 0 0 0 10px;
}
.sec-cart .cart-table-wrapper form.woocommerce-cart-form table.shop_table tr td .button:hover {
  background: #DE4426;
  color: #ffffff;
}
.sec-cart .cart-table-wrapper form.woocommerce-cart-form table.shop_table tr td .button:hover:after {
  left: -30%;
  opacity: 1;
  top: -20%;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-property: left, top, opacity;
  transition-timing-function: linear;
}
.sec-cart .cart-table-wrapper form.woocommerce-cart-form table.shop_table tr td .button span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #ffffff;
}
.sec-cart .cart-table-wrapper form.woocommerce-cart-form table.shop_table tr td .button:after {
  content: "";
  height: 200%;
  width: 200%;
  position: absolute;
  left: -210%;
  top: -50%;
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0.13), hsla(0, 0%, 100%, 0.13) 77%, hsla(0, 0%, 100%, 0.5) 92%, hsla(0, 0%, 100%, 0));
  opacity: 0;
  transition: all 0.7s ease 0s;
}
.sec-cart .cart-table-wrapper form.woocommerce-cart-form table.shop_table tr td .button i, .sec-cart .cart-table-wrapper form.woocommerce-cart-form table.shop_table tr td .button img {
  margin: 0;
}
@media screen and (max-width: 991px) {
  .sec-cart .cart-table-wrapper form.woocommerce-cart-form table.shop_table tr td .button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    min-width: auto;
    height: 42px;
    min-height: auto;
    padding: 10px 10px 10px;
    letter-spacing: 0.5px;
    border-radius: 5px;
    border: none;
    outline: none;
    box-shadow: none;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #ffffff;
    background: #DE4426;
    overflow: hidden;
    margin: 0;
    position: relative;
    transition: all 0.3s ease-in-out;
  }
  .sec-cart .cart-table-wrapper form.woocommerce-cart-form table.shop_table tr td .button:hover {
    background: #DE4426;
    color: #ffffff;
  }
  .sec-cart .cart-table-wrapper form.woocommerce-cart-form table.shop_table tr td .button:hover:after {
    left: -30%;
    opacity: 1;
    top: -20%;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-property: left, top, opacity;
    transition-timing-function: linear;
  }
  .sec-cart .cart-table-wrapper form.woocommerce-cart-form table.shop_table tr td .button span {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #ffffff;
  }
  .sec-cart .cart-table-wrapper form.woocommerce-cart-form table.shop_table tr td .button:after {
    content: "";
    height: 200%;
    width: 200%;
    position: absolute;
    left: -210%;
    top: -50%;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0.13), hsla(0, 0%, 100%, 0.13) 77%, hsla(0, 0%, 100%, 0.5) 92%, hsla(0, 0%, 100%, 0));
    opacity: 0;
    transition: all 0.7s ease 0s;
  }
  .sec-cart .cart-table-wrapper form.woocommerce-cart-form table.shop_table tr td .button i, .sec-cart .cart-table-wrapper form.woocommerce-cart-form table.shop_table tr td .button img {
    margin: 0;
  }
}
.sec-cart .cart-options-wrapper .cart-collaterals .cart_totals {
  float: unset;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 30px;
  padding: 10px 0 0;
}
@media screen and (max-width: 767px) {
  .sec-cart .cart-options-wrapper .cart-collaterals .cart_totals {
    gap: 20px;
  }
}
.sec-cart .cart-options-wrapper .cart-collaterals .cart_totals > h2 {
  display: none;
}
.sec-cart .cart-options-wrapper .cart-collaterals .cart_totals table.shop_table {
  border: none;
  width: auto;
  margin: 0;
}
.sec-cart .cart-options-wrapper .cart-collaterals .cart_totals table.shop_table tbody tr.woocommerce-shipping-totals, .sec-cart .cart-options-wrapper .cart-collaterals .cart_totals table.shop_table tbody tr.order-total {
  display: none;
}
.sec-cart .cart-options-wrapper .cart-collaterals .cart_totals table.shop_table tbody tr th, .sec-cart .cart-options-wrapper .cart-collaterals .cart_totals table.shop_table tbody tr td {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  padding: 0;
}
.sec-cart .cart-options-wrapper .cart-collaterals .cart_totals table.shop_table tbody tr th {
  color: #444;
}
.sec-cart .cart-options-wrapper .cart-collaterals .cart_totals table.shop_table tbody tr td {
  color: #0D121B;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .sec-cart .cart-options-wrapper .cart-collaterals .cart_totals table.shop_table tbody tr td:before {
    float: unset;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #444;
    margin: 0 3px 0 0;
  }
}
.sec-cart .cart-options-wrapper .cart-collaterals .cart_totals table.shop_table tbody tr td .woocommerce-Price-amount {
  padding: 0 0 0 10px;
}
.sec-cart .cart-options-wrapper .cart-collaterals .cart_totals table.shop_table tbody tr td .woocommerce-Price-amount bdi, .sec-cart .cart-options-wrapper .cart-collaterals .cart_totals table.shop_table tbody tr td .woocommerce-Price-amount span {
  font-size: 20px;
  line-height: 28px;
  color: #DE4426;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .sec-cart .cart-options-wrapper .cart-collaterals .cart_totals table.shop_table tbody tr td .woocommerce-Price-amount bdi, .sec-cart .cart-options-wrapper .cart-collaterals .cart_totals table.shop_table tbody tr td .woocommerce-Price-amount span {
    font-size: 16px;
    line-height: 24px;
  }
}
.sec-cart .cart-options-wrapper .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding: 0;
  text-align: right;
}
.sec-cart .cart-options-wrapper .cart-collaterals .cart_totals .wc-proceed-to-checkout .button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  min-width: auto;
  height: 40px;
  min-height: auto;
  padding: 10px 22px 10px;
  letter-spacing: 0.5px;
  border-radius: 5px;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #ffffff;
  background: #DE4426;
  overflow: hidden;
  margin: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.sec-cart .cart-options-wrapper .cart-collaterals .cart_totals .wc-proceed-to-checkout .button:hover {
  background: #DE4426;
  color: #ffffff;
}
.sec-cart .cart-options-wrapper .cart-collaterals .cart_totals .wc-proceed-to-checkout .button:hover:after {
  left: -30%;
  opacity: 1;
  top: -20%;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-property: left, top, opacity;
  transition-timing-function: linear;
}
.sec-cart .cart-options-wrapper .cart-collaterals .cart_totals .wc-proceed-to-checkout .button span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #ffffff;
}
.sec-cart .cart-options-wrapper .cart-collaterals .cart_totals .wc-proceed-to-checkout .button:after {
  content: "";
  height: 200%;
  width: 200%;
  position: absolute;
  left: -210%;
  top: -50%;
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0.13), hsla(0, 0%, 100%, 0.13) 77%, hsla(0, 0%, 100%, 0.5) 92%, hsla(0, 0%, 100%, 0));
  opacity: 0;
  transition: all 0.7s ease 0s;
}
.sec-cart .cart-options-wrapper .cart-collaterals .cart_totals .wc-proceed-to-checkout .button i, .sec-cart .cart-options-wrapper .cart-collaterals .cart_totals .wc-proceed-to-checkout .button img {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .sec-cart .cart-options-wrapper .cart-collaterals .cart_totals .wc-proceed-to-checkout .button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    min-width: auto;
    height: 42px;
    min-height: auto;
    padding: 10px 12px 10px;
    letter-spacing: 0.5px;
    border-radius: 5px;
    border: none;
    outline: none;
    box-shadow: none;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #ffffff;
    background: #DE4426;
    overflow: hidden;
    margin: 0;
    position: relative;
    transition: all 0.3s ease-in-out;
  }
  .sec-cart .cart-options-wrapper .cart-collaterals .cart_totals .wc-proceed-to-checkout .button:hover {
    background: #DE4426;
    color: #ffffff;
  }
  .sec-cart .cart-options-wrapper .cart-collaterals .cart_totals .wc-proceed-to-checkout .button:hover:after {
    left: -30%;
    opacity: 1;
    top: -20%;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-property: left, top, opacity;
    transition-timing-function: linear;
  }
  .sec-cart .cart-options-wrapper .cart-collaterals .cart_totals .wc-proceed-to-checkout .button span {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #ffffff;
  }
  .sec-cart .cart-options-wrapper .cart-collaterals .cart_totals .wc-proceed-to-checkout .button:after {
    content: "";
    height: 200%;
    width: 200%;
    position: absolute;
    left: -210%;
    top: -50%;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0.13), hsla(0, 0%, 100%, 0.13) 77%, hsla(0, 0%, 100%, 0.5) 92%, hsla(0, 0%, 100%, 0));
    opacity: 0;
    transition: all 0.7s ease 0s;
  }
  .sec-cart .cart-options-wrapper .cart-collaterals .cart_totals .wc-proceed-to-checkout .button i, .sec-cart .cart-options-wrapper .cart-collaterals .cart_totals .wc-proceed-to-checkout .button img {
    margin: 0;
  }
}

.sec-empty-cart {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .sec-empty-cart {
    padding: 40px 0;
  }
}
.sec-empty-cart .empty-cart-card {
  text-align: center;
}
.sec-empty-cart .empty-cart-card .img-wrapper {
  margin-bottom: 30px;
}
.sec-empty-cart .empty-cart-card .img-wrapper img {
  max-width: 300px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-empty-cart .empty-cart-card .img-wrapper img {
    max-width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .sec-empty-cart .empty-cart-card .img-wrapper img {
    max-width: 200px;
  }
}
.sec-empty-cart .empty-cart-card .content-wrapper {
  max-width: 500px;
  margin: auto;
}
.sec-empty-cart .empty-cart-card .content-wrapper h2 {
  margin-bottom: 0;
}
.sec-empty-cart .empty-cart-card .content-wrapper p {
  margin: 15px 0 30px;
}
/*******************************************************
                       CART SCSS START
********************************************************/
/*******************************************************
                       CHECKOUT SCSS START
********************************************************/
.sec-checkout {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .sec-checkout {
    padding: 40px 0;
  }
}
.sec-checkout #customer_details {
  max-width: 545px;
}
.sec-checkout #customer_details .billing-detail-wrapper .woocommerce-billing-fields > h3 {
  margin-bottom: 20px;
}
.sec-checkout #customer_details .billing-detail-wrapper .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row label {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #0D121B;
  margin-bottom: 6px;
}
.sec-checkout #customer_details .billing-detail-wrapper .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row label .required {
  font-weight: 400;
}
.sec-checkout #customer_details .billing-detail-wrapper .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row span.woocommerce-input-wrapper {
  width: 100%;
  display: block;
}
.sec-checkout #customer_details .billing-detail-wrapper .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row span.woocommerce-input-wrapper .input-text {
  height: 38px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #8a90a2;
  border-radius: 8px;
  padding: 9px 12px 9px;
  border: 1px solid #e8e8e8;
  position: relative;
  outline: none;
  appearance: none;
  background-color: #ffffff;
}
.sec-checkout #customer_details .billing-detail-wrapper .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row span.woocommerce-input-wrapper .input-text::placeholder {
  color: #8a90a2;
}
.sec-checkout #customer_details .billing-detail-wrapper .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row span.woocommerce-input-wrapper .input-text:focus {
  box-shadow: none;
}
.sec-checkout #customer_details .billing-detail-wrapper .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row span.woocommerce-input-wrapper span.select2-container.select2-container--open span.selection span.select2-selection span.select2-selection__arrow {
  transform: translateY(-50%) rotate(180deg);
}
.sec-checkout #customer_details .billing-detail-wrapper .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row span.woocommerce-input-wrapper span.select2-container span.selection {
  display: block;
}
.sec-checkout #customer_details .billing-detail-wrapper .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row span.woocommerce-input-wrapper span.select2-container span.selection span.select2-selection {
  height: 38px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #8a90a2;
  border-radius: 8px;
  padding: 9px 12px 9px;
  border: 1px solid #e8e8e8;
  position: relative;
  outline: none;
  appearance: none;
  background-color: #ffffff;
}
.sec-checkout #customer_details .billing-detail-wrapper .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row span.woocommerce-input-wrapper span.select2-container span.selection span.select2-selection::placeholder {
  color: #8a90a2;
}
.sec-checkout #customer_details .billing-detail-wrapper .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row span.woocommerce-input-wrapper span.select2-container span.selection span.select2-selection:focus {
  box-shadow: none;
}
.sec-checkout #customer_details .billing-detail-wrapper .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row span.woocommerce-input-wrapper span.select2-container span.selection span.select2-selection span.select2-selection__rendered {
  padding: 0;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #8a90a2;
  position: relative;
  top: -2px;
}
.sec-checkout #customer_details .billing-detail-wrapper .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row span.woocommerce-input-wrapper span.select2-container span.selection span.select2-selection span.select2-selection__arrow {
  background: url("../images/icons/arrow-down-gray-icon.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 12px;
  height: 8px;
  transition: all 0.3s ease-in-out;
}
.sec-checkout #customer_details .billing-detail-wrapper .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row span.woocommerce-input-wrapper span.select2-container span.selection span.select2-selection span.select2-selection__arrow b {
  display: none;
}
.sec-checkout #customer_details .other-shipping-wrapper .woocommerce-shipping-fields h3#ship-to-different-address {
  display: none;
}
.sec-checkout #customer_details .other-shipping-wrapper .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row.notes label {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #0D121B;
  margin-bottom: 6px;
}
.sec-checkout #customer_details .other-shipping-wrapper .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row.notes .woocommerce-input-wrapper {
  display: block;
}
.sec-checkout #customer_details .other-shipping-wrapper .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row.notes .woocommerce-input-wrapper textarea {
  height: 120px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #8a90a2;
  border-radius: 8px;
  padding: 9px 12px 9px;
  border: 1px solid #e8e8e8;
  position: relative;
  outline: none;
  appearance: none;
  background-color: #ffffff;
  resize: none;
}
.sec-checkout #customer_details .other-shipping-wrapper .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row.notes .woocommerce-input-wrapper textarea::placeholder {
  color: #8a90a2;
}
.sec-checkout #customer_details .other-shipping-wrapper .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row.notes .woocommerce-input-wrapper textarea:focus {
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .sec-checkout .order-detail-wrapper {
    margin: 40px 0 0;
  }
}
.sec-checkout .order-detail-wrapper > h3 {
  margin-bottom: 20px;
}
.sec-checkout .order-detail-wrapper .woocommerce-checkout-review-order table.shop_table {
  border-collapse: collapse;
  border: 1px solid #e8e8e8;
}
.sec-checkout .order-detail-wrapper .woocommerce-checkout-review-order table.shop_table tr th, .sec-checkout .order-detail-wrapper .woocommerce-checkout-review-order table.shop_table tr td {
  font-size: 14px;
  line-height: 22px;
  padding: 16px 12px;
  border: 1px solid #e8e8e8;
}
.sec-checkout .order-detail-wrapper .woocommerce-checkout-review-order table.shop_table tr th {
  font-weight: 500;
  color: #444;
}
.sec-checkout .order-detail-wrapper .woocommerce-checkout-review-order table.shop_table tr td {
  color: #0D121B;
  font-weight: 400;
  padding: 12px;
}
.sec-checkout .order-detail-wrapper .woocommerce-checkout-review-order table.shop_table tr td .woocommerce-Price-amount bdi, .sec-checkout .order-detail-wrapper .woocommerce-checkout-review-order table.shop_table tr td .woocommerce-Price-amount span {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}
.sec-checkout .order-detail-wrapper .woocommerce-checkout-review-order table.shop_table thead th {
  background: #f9f9f9;
}
.sec-checkout .order-detail-wrapper .woocommerce-checkout-review-order .woocommerce-checkout-payment {
  background: #ffffff !important;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  padding: 16px;
}
.sec-checkout .order-detail-wrapper .woocommerce-checkout-review-order .woocommerce-checkout-payment ul.wc_payment_methods {
  padding: 0 !important;
  border-bottom: 1px solid #e8e8e8 !important;
}
.sec-checkout .order-detail-wrapper .woocommerce-checkout-review-order .woocommerce-checkout-payment ul.wc_payment_methods li .woocommerce-info {
  background: rgba(222, 68, 38, 0.05);
  font-size: 15px;
  line-height: 21px;
  color: #0D121B;
  border-color: #DE4426;
  margin: 0 0 16px;
}
.sec-checkout .order-detail-wrapper .woocommerce-checkout-review-order .woocommerce-checkout-payment ul.wc_payment_methods li .woocommerce-info:before {
  color: #DE4426;
}
.sec-checkout .order-detail-wrapper .woocommerce-checkout-review-order .woocommerce-checkout-payment .form-row {
  padding: 12px 0 0 !important;
  margin: 0;
}
.sec-checkout .order-detail-wrapper .woocommerce-checkout-review-order .woocommerce-checkout-payment .form-row .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
  font-size: 15px;
  line-height: 21px;
  color: #0D121B;
  margin: 0 0 22px;
}
.sec-checkout .order-detail-wrapper .woocommerce-checkout-review-order .woocommerce-checkout-payment .form-row .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label.checkbox .woocommerce-form__input.woocommerce-form__input-checkbox {
  position: relative;
  top: 2px;
  height: 20px;
  width: 20px;
  cursor: pointer;
  border-radius: 4px;
  border: 2px solid #e8e8e8;
  vertical-align: text-top;
  -webkit-appearance: none;
  outline: unset !important;
  outline-offset: unset;
  margin: 0 5px 0 0;
}
.sec-checkout .order-detail-wrapper .woocommerce-checkout-review-order .woocommerce-checkout-payment .form-row .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label.checkbox .woocommerce-form__input.woocommerce-form__input-checkbox:checked {
  opacity: 1;
  border-color: #DE4426;
  background: #DE4426;
}
.sec-checkout .order-detail-wrapper .woocommerce-checkout-review-order .woocommerce-checkout-payment .form-row .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label.checkbox .woocommerce-form__input.woocommerce-form__input-checkbox:before {
  content: "";
  width: 5px;
  height: 10px;
  position: absolute;
  top: 45%;
  right: calc(50% - 1px);
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}
.sec-checkout .order-detail-wrapper .woocommerce-checkout-review-order .woocommerce-checkout-payment .form-row .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label.checkbox span, .sec-checkout .order-detail-wrapper .woocommerce-checkout-review-order .woocommerce-checkout-payment .form-row .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label.checkbox a {
  font-size: 14px;
  line-height: 22px;
  color: #0D121B;
}
.sec-checkout .order-detail-wrapper .woocommerce-checkout-review-order .woocommerce-checkout-payment .form-row .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label.checkbox a.woocommerce-terms-and-conditions-link {
  color: #DE4426;
}
.sec-checkout .order-detail-wrapper .woocommerce-checkout-review-order .woocommerce-checkout-payment .form-row .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label.checkbox abbr.required {
  color: #DE4426;
  font-weight: 400;
}
.sec-checkout .order-detail-wrapper .woocommerce-checkout-review-order .woocommerce-checkout-payment .form-row .button {
  margin: 30px 0 0 !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  min-width: auto;
  height: 40px;
  min-height: auto;
  padding: 10px 22px 10px;
  letter-spacing: 0.5px;
  border-radius: 5px;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #ffffff;
  background: #DE4426;
  overflow: hidden;
  margin: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.sec-checkout .order-detail-wrapper .woocommerce-checkout-review-order .woocommerce-checkout-payment .form-row .button:hover {
  background: #DE4426;
  color: #ffffff;
}
.sec-checkout .order-detail-wrapper .woocommerce-checkout-review-order .woocommerce-checkout-payment .form-row .button:hover:after {
  left: -30%;
  opacity: 1;
  top: -20%;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-property: left, top, opacity;
  transition-timing-function: linear;
}
.sec-checkout .order-detail-wrapper .woocommerce-checkout-review-order .woocommerce-checkout-payment .form-row .button span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #ffffff;
}
.sec-checkout .order-detail-wrapper .woocommerce-checkout-review-order .woocommerce-checkout-payment .form-row .button:after {
  content: "";
  height: 200%;
  width: 200%;
  position: absolute;
  left: -210%;
  top: -50%;
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0.13), hsla(0, 0%, 100%, 0.13) 77%, hsla(0, 0%, 100%, 0.5) 92%, hsla(0, 0%, 100%, 0));
  opacity: 0;
  transition: all 0.7s ease 0s;
}
.sec-checkout .order-detail-wrapper .woocommerce-checkout-review-order .woocommerce-checkout-payment .form-row .button i, .sec-checkout .order-detail-wrapper .woocommerce-checkout-review-order .woocommerce-checkout-payment .form-row .button img {
  margin: 0;
}

/*******************************************************
                       CHECKOUT SCSS END
********************************************************/
/*******************************************************
                    WOO AUTH SCSS START
********************************************************/
.sec-woo-auth {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .sec-woo-auth {
    padding: 40px 0;
  }
}
.sec-woo-auth .woo-auth-wrapper .form-wrapper {
  max-width: 350px;
  margin: auto;
}
.sec-woo-auth .woo-auth-wrapper .form-wrapper #woo-login-form {
  display: block;
}
.sec-woo-auth .woo-auth-wrapper .form-wrapper #woo-login-form.active {
  display: none;
}
.sec-woo-auth .woo-auth-wrapper .form-wrapper #woo-login-form .remember-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec-woo-auth .woo-auth-wrapper .form-wrapper #woo-login-form .remember-wrapper .remember-btn .woocommerce-form__label {
  cursor: pointer;
}
.sec-woo-auth .woo-auth-wrapper .form-wrapper #woo-login-form .remember-wrapper .forgot-btn .woocommerce-LostPassword a {
  color: #DE4426;
  text-decoration: underline;
}
.sec-woo-auth .woo-auth-wrapper .form-wrapper #woo-signup-form {
  display: none;
}
.sec-woo-auth .woo-auth-wrapper .form-wrapper #woo-signup-form.active {
  display: block;
}
.sec-woo-auth .woo-auth-wrapper .form-wrapper .auth-modal-card > h2 {
  margin-bottom: 8px;
}
.sec-woo-auth .woo-auth-wrapper .form-wrapper .auth-modal-card > p {
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #444;
}
@media screen and (max-width: 767px) {
  .sec-woo-auth .woo-auth-wrapper .form-wrapper .auth-modal-card > p {
    margin-bottom: 40px;
  }
}
.sec-woo-auth .woo-auth-wrapper .form-wrapper .auth-modal-card > p a {
  color: #DE4426;
  font-weight: 500;
}
.sec-woo-auth .woo-auth-wrapper .form-wrapper .auth-modal-card form {
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
}
.sec-woo-auth .woo-auth-wrapper .form-wrapper .auth-modal-card form.woocommerce-ResetPassword > p {
  color: #444;
  margin-bottom: 0;
  float: unset;
  width: 100%;
}
.sec-woo-auth .woo-auth-wrapper .form-wrapper .auth-modal-card form.woocommerce-ResetPassword > p.form-row-first {
  margin-top: 60px;
}
.sec-woo-auth .woo-auth-wrapper .form-wrapper .auth-modal-card form p {
  font-size: 14px;
  line-height: 22px;
  color: #0D121B;
}
.sec-woo-auth .woo-auth-wrapper .form-wrapper .auth-modal-card form p a {
  font-size: 14px;
  line-height: 22px;
  color: #DE4426;
  text-transform: lowercase;
}
.sec-woo-auth .woo-auth-wrapper .form-wrapper .auth-modal-card form label {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #0D121B;
  margin-bottom: 6px;
  display: block;
}
.sec-woo-auth .woo-auth-wrapper .form-wrapper .auth-modal-card form label span.required {
  color: #DE4426;
}
.sec-woo-auth .woo-auth-wrapper .form-wrapper .auth-modal-card form label span:not(.required) {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #0D121B;
}
.sec-woo-auth .woo-auth-wrapper .form-wrapper .auth-modal-card form .woocommerce-form-row {
  margin-bottom: 24px;
}
.sec-woo-auth .woo-auth-wrapper .form-wrapper .auth-modal-card form .woocommerce-form-row .woocommerce-Input {
  height: 38px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #8a90a2;
  border-radius: 8px;
  padding: 9px 12px 9px;
  border: 1px solid #e8e8e8;
  position: relative;
  outline: none;
  appearance: none;
  background-color: #ffffff;
  width: 100%;
}
.sec-woo-auth .woo-auth-wrapper .form-wrapper .auth-modal-card form .woocommerce-form-row .woocommerce-Input::placeholder {
  color: #8a90a2;
}
.sec-woo-auth .woo-auth-wrapper .form-wrapper .auth-modal-card form .woocommerce-form-row .woocommerce-Input:focus {
  box-shadow: none;
}
.sec-woo-auth .woo-auth-wrapper .form-wrapper .auth-modal-card form .form-row {
  margin-bottom: 16px;
}
.sec-woo-auth .woo-auth-wrapper .form-wrapper .auth-modal-card form .form-row .woocommerce-form__label-for-checkbox input[type=checkbox] {
  position: relative;
  top: 1px;
  height: 20px;
  width: 20px;
  cursor: pointer;
  border-radius: 4px;
  margin: 0 5px 0 0;
  border: 2px solid #e8e8e8;
  vertical-align: text-top;
  -webkit-appearance: none;
}
.sec-woo-auth .woo-auth-wrapper .form-wrapper .auth-modal-card form .form-row .woocommerce-form__label-for-checkbox input[type=checkbox]:checked {
  opacity: 1;
  border-color: #DE4426;
  background: #DE4426;
}
.sec-woo-auth .woo-auth-wrapper .form-wrapper .auth-modal-card form .form-row .woocommerce-form__label-for-checkbox input[type=checkbox]:checked:before {
  opacity: 1;
}
.sec-woo-auth .woo-auth-wrapper .form-wrapper .auth-modal-card form .form-row .woocommerce-form__label-for-checkbox input[type=checkbox]:before {
  content: "";
  width: 5px;
  height: 10px;
  position: absolute;
  top: 45%;
  right: calc(50% - 1px);
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translate(-50%, -50%);
  opacity: 0;
  z-index: 2;
}
.sec-woo-auth .woo-auth-wrapper .form-wrapper .auth-modal-card form .form-row .woocommerce-button, .sec-woo-auth .woo-auth-wrapper .form-wrapper .auth-modal-card form .form-row .woocommerce-Button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  min-width: auto;
  height: 45px;
  min-height: auto;
  padding: 10px 12px 10px;
  letter-spacing: 0.5px;
  border-radius: 5px;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #ffffff;
  background: #DE4426;
  overflow: hidden;
  margin: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
  float: unset;
  display: block;
  min-width: 100%;
  border-radius: 50px;
  margin: 24px 0 0;
}
.sec-woo-auth .woo-auth-wrapper .form-wrapper .auth-modal-card form .form-row .woocommerce-button:hover, .sec-woo-auth .woo-auth-wrapper .form-wrapper .auth-modal-card form .form-row .woocommerce-Button:hover {
  background: #DE4426;
  color: #ffffff;
}
.sec-woo-auth .woo-auth-wrapper .form-wrapper .auth-modal-card form .form-row .woocommerce-button:hover:after, .sec-woo-auth .woo-auth-wrapper .form-wrapper .auth-modal-card form .form-row .woocommerce-Button:hover:after {
  left: -30%;
  opacity: 1;
  top: -20%;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-property: left, top, opacity;
  transition-timing-function: linear;
}
.sec-woo-auth .woo-auth-wrapper .form-wrapper .auth-modal-card form .form-row .woocommerce-button span, .sec-woo-auth .woo-auth-wrapper .form-wrapper .auth-modal-card form .form-row .woocommerce-Button span {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #ffffff;
}
.sec-woo-auth .woo-auth-wrapper .form-wrapper .auth-modal-card form .form-row .woocommerce-button:after, .sec-woo-auth .woo-auth-wrapper .form-wrapper .auth-modal-card form .form-row .woocommerce-Button:after {
  content: "";
  height: 200%;
  width: 200%;
  position: absolute;
  left: -210%;
  top: -50%;
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0.13), hsla(0, 0%, 100%, 0.13) 77%, hsla(0, 0%, 100%, 0.5) 92%, hsla(0, 0%, 100%, 0));
  opacity: 0;
  transition: all 0.7s ease 0s;
}
.sec-woo-auth .woo-auth-wrapper .form-wrapper .auth-modal-card form .form-row .woocommerce-button i, .sec-woo-auth .woo-auth-wrapper .form-wrapper .auth-modal-card form .form-row .woocommerce-button img, .sec-woo-auth .woo-auth-wrapper .form-wrapper .auth-modal-card form .form-row .woocommerce-Button i, .sec-woo-auth .woo-auth-wrapper .form-wrapper .auth-modal-card form .form-row .woocommerce-Button img {
  margin: 0;
}
.sec-woo-auth .woo-auth-wrapper .form-wrapper .auth-modal-card form .woocommerce-LostPassword {
  text-align: right;
  margin-bottom: 0;
}
.sec-woo-auth .woo-auth-wrapper .form-wrapper .auth-modal-card form .woocommerce-LostPassword a {
  font-size: 14px;
  line-height: 22px;
  color: #444;
}
.sec-woo-auth .woo-auth-wrapper .form-wrapper .action-btn-wrapper .or-wrapper {
  position: relative;
  text-align: center;
}
.sec-woo-auth .woo-auth-wrapper .form-wrapper .action-btn-wrapper .or-wrapper:before {
  content: "";
  background: #E1E2E3;
  width: 100%;
  height: 1px;
  position: absolute;
  top: calc(50% + 2px);
  left: 0;
  transform: translateY(-50%);
}
.sec-woo-auth .woo-auth-wrapper .form-wrapper .action-btn-wrapper .or-wrapper span {
  font-size: 18px;
  line-height: 26px;
  display: inline-block;
  padding: 18px 20px;
  background: #ffffff;
  position: relative;
  z-index: 1;
}
.sec-woo-auth .woo-auth-wrapper .form-wrapper .action-btn-wrapper .google-btn.fill-btn .nsl-container .nsl-container-buttons a .nsl-button {
  border: 1px solid #4285f4;
  background-color: #4285f4 !important;
}
.sec-woo-auth .woo-auth-wrapper .form-wrapper .action-btn-wrapper .google-btn.fill-btn .nsl-container .nsl-container-buttons a .nsl-button .nsl-button-svg-container {
  padding: 3px;
  border-radius: 50%;
}
.sec-woo-auth .woo-auth-wrapper .form-wrapper .action-btn-wrapper .google-btn.fill-btn .nsl-container .nsl-container-buttons a .nsl-button .nsl-button-svg-container svg {
  width: 20px;
  height: 20px;
}
.sec-woo-auth .woo-auth-wrapper .form-wrapper .action-btn-wrapper .google-btn.fill-btn .nsl-container .nsl-container-buttons a .nsl-button .nsl-button-label-container {
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
}
.sec-woo-auth .woo-auth-wrapper .form-wrapper .action-btn-wrapper .google-btn .nsl-container .nsl-container-buttons {
  padding: 0;
  width: 100%;
}
.sec-woo-auth .woo-auth-wrapper .form-wrapper .action-btn-wrapper .google-btn .nsl-container .nsl-container-buttons a {
  margin: 0;
}
.sec-woo-auth .woo-auth-wrapper .form-wrapper .action-btn-wrapper .google-btn .nsl-container .nsl-container-buttons a .nsl-button {
  height: 48px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #E1E2E3;
  background-color: transparent !important;
}
.sec-woo-auth .woo-auth-wrapper .form-wrapper .action-btn-wrapper .google-btn .nsl-container .nsl-container-buttons a .nsl-button .nsl-button-svg-container {
  flex: unset;
  padding: 0;
}
.sec-woo-auth .woo-auth-wrapper .form-wrapper .action-btn-wrapper .google-btn .nsl-container .nsl-container-buttons a .nsl-button .nsl-button-label-container {
  flex: unset;
  margin: 0;
  color: #8a90a2;
}
@media screen and (max-width: 767px) {
  .sec-woo-auth .woo-auth-wrapper .auth-right-img {
    display: none;
  }
}
.sec-woo-auth .woo-auth-wrapper .auth-right-img img {
  width: 100%;
  height: 650px;
  object-fit: cover;
  border-radius: 12px;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .sec-woo-auth .woo-auth-wrapper .auth-right-img img {
    height: 500px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-woo-auth .woo-auth-wrapper .auth-right-img img {
    height: 450px;
  }
}

/*******************************************************
                    WOO AUTH SCSS END
********************************************************/
/*******************************************************
                    WOO AUTH SCSS START
********************************************************/
#woo-forgot-modal .modal-dialog {
  max-width: 500px;
}
#woo-forgot-modal .modal-dialog .modal-content {
  padding: 0;
  border-radius: 12px;
}
@media screen and (max-width: 1199px) {
  #woo-forgot-modal .modal-dialog .modal-content {
    margin: 0 10px;
  }
}
#woo-forgot-modal .modal-dialog .modal-content .modal-body {
  padding: 24px;
}
#woo-forgot-modal .modal-dialog .modal-content .modal-body .woo-auth-wrapper .auth-header {
  padding: 0 0 24px;
  margin: 0 0 24px;
  border-bottom: 1px solid #E5E7EB;
}
#woo-forgot-modal .modal-dialog .modal-content .modal-body .woo-auth-wrapper .auth-header p {
  margin-bottom: 0;
}
#woo-forgot-modal .modal-dialog .modal-content .modal-body .woo-auth-wrapper .auth-header .reset-wrapper {
  text-align: right;
}
#woo-forgot-modal .modal-dialog .modal-content .modal-body .woo-auth-wrapper .auth-modal-card .woocommerce-ResetPassword p {
  font-size: 14px;
  line-height: 22px;
  color: #0D121B;
  margin-bottom: 0;
}
#woo-forgot-modal .modal-dialog .modal-content .modal-body .woo-auth-wrapper .auth-modal-card .woocommerce-ResetPassword p a {
  font-size: 14px;
  line-height: 22px;
  color: #DE4426;
  text-transform: lowercase;
}
#woo-forgot-modal .modal-dialog .modal-content .modal-body .woo-auth-wrapper .auth-modal-card .woocommerce-ResetPassword label {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #0D121B;
  margin-bottom: 6px;
  display: block;
}
#woo-forgot-modal .modal-dialog .modal-content .modal-body .woo-auth-wrapper .auth-modal-card .woocommerce-ResetPassword label span.required {
  color: #DE4426;
}
#woo-forgot-modal .modal-dialog .modal-content .modal-body .woo-auth-wrapper .auth-modal-card .woocommerce-ResetPassword label span:not(.required) {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #0D121B;
}
#woo-forgot-modal .modal-dialog .modal-content .modal-body .woo-auth-wrapper .auth-modal-card .woocommerce-ResetPassword .woocommerce-form-row.form-row-first {
  margin: 24px 0 0;
}
#woo-forgot-modal .modal-dialog .modal-content .modal-body .woo-auth-wrapper .auth-modal-card .woocommerce-ResetPassword .woocommerce-form-row .woocommerce-Input {
  height: 38px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #8a90a2;
  border-radius: 8px;
  padding: 9px 12px 9px;
  border: 1px solid #e8e8e8;
  position: relative;
  outline: none;
  appearance: none;
  background-color: #ffffff;
  width: 100%;
}
#woo-forgot-modal .modal-dialog .modal-content .modal-body .woo-auth-wrapper .auth-modal-card .woocommerce-ResetPassword .woocommerce-form-row .woocommerce-Input::placeholder {
  color: #8a90a2;
}
#woo-forgot-modal .modal-dialog .modal-content .modal-body .woo-auth-wrapper .auth-modal-card .woocommerce-ResetPassword .woocommerce-form-row .woocommerce-Input:focus {
  box-shadow: none;
}
#woo-forgot-modal .modal-dialog .modal-content .modal-body .woo-auth-wrapper .auth-modal-card .woocommerce-ResetPassword .woocommerce-form-row .woocommerce-Button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  min-width: auto;
  height: 42px;
  min-height: auto;
  padding: 10px 12px 10px;
  letter-spacing: 0.5px;
  border-radius: 5px;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #ffffff;
  background: #DE4426;
  overflow: hidden;
  margin: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: block;
  min-width: 100%;
  margin: 24px 0 0;
}
#woo-forgot-modal .modal-dialog .modal-content .modal-body .woo-auth-wrapper .auth-modal-card .woocommerce-ResetPassword .woocommerce-form-row .woocommerce-Button:hover {
  background: #DE4426;
  color: #ffffff;
}
#woo-forgot-modal .modal-dialog .modal-content .modal-body .woo-auth-wrapper .auth-modal-card .woocommerce-ResetPassword .woocommerce-form-row .woocommerce-Button:hover:after {
  left: -30%;
  opacity: 1;
  top: -20%;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-property: left, top, opacity;
  transition-timing-function: linear;
}
#woo-forgot-modal .modal-dialog .modal-content .modal-body .woo-auth-wrapper .auth-modal-card .woocommerce-ResetPassword .woocommerce-form-row .woocommerce-Button span {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #ffffff;
}
#woo-forgot-modal .modal-dialog .modal-content .modal-body .woo-auth-wrapper .auth-modal-card .woocommerce-ResetPassword .woocommerce-form-row .woocommerce-Button:after {
  content: "";
  height: 200%;
  width: 200%;
  position: absolute;
  left: -210%;
  top: -50%;
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0.13), hsla(0, 0%, 100%, 0.13) 77%, hsla(0, 0%, 100%, 0.5) 92%, hsla(0, 0%, 100%, 0));
  opacity: 0;
  transition: all 0.7s ease 0s;
}
#woo-forgot-modal .modal-dialog .modal-content .modal-body .woo-auth-wrapper .auth-modal-card .woocommerce-ResetPassword .woocommerce-form-row .woocommerce-Button i, #woo-forgot-modal .modal-dialog .modal-content .modal-body .woo-auth-wrapper .auth-modal-card .woocommerce-ResetPassword .woocommerce-form-row .woocommerce-Button img {
  margin: 0;
}

/*******************************************************
                    WOO AUTH SCSS END
********************************************************/
/*******************************************************
                  PRODUCT SINGLE SCSS START
********************************************************/
.sec-product-single {
  padding: 60px 0 0;
}
@media screen and (max-width: 767px) {
  .sec-product-single {
    padding: 40px 0 0;
  }
}
.sec-product-single .content-area .site-main .woocommerce-breadcrumb {
  margin: 0 0 44px;
}
.sec-product-single .content-area .site-main .product span.onsale {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #DE4426;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 133px;
  top: 10px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec-product-single .content-area .site-main .product span.onsale {
    width: 40px;
    height: 40px;
    font-size: 12px;
    line-height: 20px;
    left: 86px;
    top: 8px;
  }
}
.sec-product-single .content-area .site-main .product .wcgs-woocommerce-product-gallery {
  display: flex;
  flex-direction: row-reverse !important;
  gap: 12px;
}
.sec-product-single .content-area .site-main .product .woocommerce-product-gallery {
  width: 100%;
  float: unset;
}
@media screen and (max-width: 991px) {
  .sec-product-single .content-area .site-main .product .woocommerce-product-gallery {
    margin-bottom: 0;
  }
}
.sec-product-single .content-area .site-main .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  border-radius: 8px;
  overflow: hidden;
}
.sec-product-single .content-area .site-main .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
  display: block;
}
.sec-product-single .content-area .site-main .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-product-single .content-area .site-main .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .sec-product-single .content-area .site-main .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img {
    height: 300px;
  }
}
.sec-product-single .content-area .site-main .product .woocommerce-product-gallery ol.owl-carousel {
  overflow: unset;
  margin: 8px 0 0;
}
.sec-product-single .content-area .site-main .product .woocommerce-product-gallery ol.owl-carousel .owl-nav {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  .sec-product-single .content-area .site-main .product .woocommerce-product-gallery ol.owl-carousel .owl-nav {
    display: none;
  }
}
.sec-product-single .content-area .site-main .product .woocommerce-product-gallery ol.owl-carousel .owl-nav .owl-prev, .sec-product-single .content-area .site-main .product .woocommerce-product-gallery ol.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 10px);
  left: -20px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-product-single .content-area .site-main .product .woocommerce-product-gallery ol.owl-carousel .owl-nav .owl-prev span, .sec-product-single .content-area .site-main .product .woocommerce-product-gallery ol.owl-carousel .owl-nav .owl-next span {
  display: none;
}
.sec-product-single .content-area .site-main .product .woocommerce-product-gallery ol.owl-carousel .owl-nav .owl-prev:before, .sec-product-single .content-area .site-main .product .woocommerce-product-gallery ol.owl-carousel .owl-nav .owl-next:before {
  content: "";
  width: 30px;
  height: 30px;
  background: url("../images/icons/slider-arrow-circle-left-2.svg") no-repeat center;
  background-size: cover;
  position: absolute;
  transition: 0.3s ease-in-out;
}
.sec-product-single .content-area .site-main .product .woocommerce-product-gallery ol.owl-carousel .owl-nav .owl-next {
  left: unset;
  right: -20px;
}
.sec-product-single .content-area .site-main .product .woocommerce-product-gallery ol.owl-carousel .owl-nav .owl-next:before {
  background: url("../images/icons/slider-arrow-circle-right-2.svg") no-repeat center;
  background-size: cover;
}
.sec-product-single .content-area .site-main .product .woocommerce-product-gallery ol.owl-carousel .owl-stage-outer .owl-stage .owl-item li {
  clear: unset;
  width: 100%;
}
.sec-product-single .content-area .site-main .product .woocommerce-product-gallery ol.owl-carousel .owl-stage-outer .owl-stage .owl-item li img {
  opacity: 1;
  width: 100%;
  height: 130px;
  object-fit: cover;
  border-radius: 8px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-product-single .content-area .site-main .product .woocommerce-product-gallery ol.owl-carousel .owl-stage-outer .owl-stage .owl-item li img {
    height: 110px;
  }
}
@media screen and (max-width: 767px) {
  .sec-product-single .content-area .site-main .product .woocommerce-product-gallery ol.owl-carousel .owl-stage-outer .owl-stage .owl-item li img {
    height: 100px;
  }
}
.sec-product-single .content-area .site-main .product .woocommerce-product-gallery ol.owl-carousel .owl-dots {
  display: none;
}
.sec-product-single .content-area .site-main .product .summary {
  width: 100%;
  float: unset;
  padding: 0 0 0 30px;
}
@media screen and (max-width: 991px) {
  .sec-product-single .content-area .site-main .product .summary {
    margin: 25px 0 30px;
    padding: 0;
  }
}
.sec-product-single .content-area .site-main .product .summary h1.product_title {
  font-size: 26px;
  line-height: 30px;
  margin: 0 0 12px;
}
.sec-product-single .content-area .site-main .product .summary .woocommerce-product-rating {
  display: none;
}
.sec-product-single .content-area .site-main .product .summary p.price {
  color: #DE4426;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: left;
  flex-direction: row-reverse;
  gap: 6px;
  position: relative;
  margin: 0 0 6px;
}
.sec-product-single .content-area .site-main .product .summary p.price span {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #DE4426;
}
.sec-product-single .content-area .site-main .product .summary p.price del span {
  text-decoration: line-through;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #444;
}
.sec-product-single .content-area .site-main .product .summary p.price .price-cut {
  text-decoration: line-through;
  font-weight: 400;
  color: #8a90a2;
  position: relative;
}
.sec-product-single .content-area .site-main .product .summary p.stock {
  font-size: 16px;
  line-height: 24px;
  color: #8a90a2;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .sec-product-single .content-area .site-main .product .summary .woocommerce-product-details__short-description {
    display: none;
  }
}
.sec-product-single .content-area .site-main .product .summary .woocommerce-product-details__short-description p {
  margin: 12px 0;
  font-size: 16px;
  line-height: 24px;
  color: #444;
}
.sec-product-single .content-area .site-main .product .summary .woocommerce-product-details__short-description ul li {
  display: block;
}
.sec-product-single .content-area .site-main .product .summary .woocommerce-product-details__short-description ul li:not(:last-of-type) {
  margin-bottom: 8px;
}
.sec-product-single .content-area .site-main .product .summary .cart {
  margin: 30px 0 0;
}
.sec-product-single .content-area .site-main .product .summary .cart .quantity input[type=number] {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  outline: none;
  box-shadow: none;
  height: 40px;
  border-radius: 5px;
  min-width: 100px;
  font-size: 18px;
  line-height: 2px;
  font-weight: 400;
}
.sec-product-single .content-area .site-main .product .summary .cart .single_add_to_cart_button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  min-width: auto;
  height: 40px;
  min-height: auto;
  padding: 10px 22px 10px;
  letter-spacing: 0.5px;
  border-radius: 5px;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #ffffff;
  background: #DE4426;
  overflow: hidden;
  margin: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
  min-width: 160px;
  margin: 0 0 0 8px;
}
.sec-product-single .content-area .site-main .product .summary .cart .single_add_to_cart_button:hover {
  background: #DE4426;
  color: #ffffff;
}
.sec-product-single .content-area .site-main .product .summary .cart .single_add_to_cart_button:hover:after {
  left: -30%;
  opacity: 1;
  top: -20%;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-property: left, top, opacity;
  transition-timing-function: linear;
}
.sec-product-single .content-area .site-main .product .summary .cart .single_add_to_cart_button span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #ffffff;
}
.sec-product-single .content-area .site-main .product .summary .cart .single_add_to_cart_button:after {
  content: "";
  height: 200%;
  width: 200%;
  position: absolute;
  left: -210%;
  top: -50%;
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0.13), hsla(0, 0%, 100%, 0.13) 77%, hsla(0, 0%, 100%, 0.5) 92%, hsla(0, 0%, 100%, 0));
  opacity: 0;
  transition: all 0.7s ease 0s;
}
.sec-product-single .content-area .site-main .product .summary .cart .single_add_to_cart_button i, .sec-product-single .content-area .site-main .product .summary .cart .single_add_to_cart_button img {
  margin: 0;
}
.sec-product-single .content-area .site-main .product .summary .cart .tinv-wishlist {
  display: none;
}
.sec-product-single .content-area .site-main .product .summary .product_meta {
  border-top: 1px solid #e8e8e8;
  width: 100%;
  padding: 12px 0 0;
  margin: 30px 0 0;
  text-align: left;
}
.sec-product-single .content-area .site-main .product .summary .product_meta span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #0D121B;
}
.sec-product-single .content-area .site-main .product .summary .product_meta span a {
  color: #DE4426;
}
.sec-product-single .content-area .site-main .product .summary .season-size-chart {
  margin: 35px 0 0;
}
.sec-product-single .content-area .site-main .product .summary .season-size-chart .size-chart-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.sec-product-single .content-area .site-main .product .summary .season-size-chart .size-chart-btn img {
  max-width: 16px;
}
.sec-product-single .content-area .site-main .product .summary .season-size-chart .size-chart-btn span {
  font-size: 16px;
  line-height: 20px;
  color: #0D121B;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.sec-product-single .content-area .site-main .product .product-review-wrapper {
  margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .sec-product-single .content-area .site-main .product .product-review-wrapper {
    margin: 0;
  }
}
.sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs ul.tabs {
  background: transparent;
  display: block;
  border-bottom: 2px solid #e8e8e8;
  overflow: unset;
  padding: 0;
  text-align: left;
}
.sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs ul.tabs:before {
  display: none;
}
.sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs ul.tabs li {
  display: inline-block;
  border: none;
  border-radius: 0;
  padding: 0;
  background: transparent;
}
.sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs ul.tabs li.additional_information_tab {
  display: none;
}
.sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs ul.tabs li:before, .sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs ul.tabs li.active a {
  color: #DE4426;
}
.sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs ul.tabs li.active a:before {
  display: block;
}
.sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs ul.tabs li a {
  background: transparent;
  padding: 16px 20px;
  border-radius: 0;
  height: 55px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #0D121B;
  border: unset;
  position: relative;
}
.sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs ul.tabs li a:before {
  content: "";
  background: #DE4426;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -2px;
  display: none;
}
.sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs .woocommerce-Tabs-panel > h2 {
  display: none;
}
.sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs .woocommerce-Tabs-panel h1, .sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs .woocommerce-Tabs-panel h2, .sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs .woocommerce-Tabs-panel h3, .sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs .woocommerce-Tabs-panel h4, .sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs .woocommerce-Tabs-panel h5, .sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs .woocommerce-Tabs-panel h6, .sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs .woocommerce-Tabs-panel strong {
  color: #444;
}
.sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs .woocommerce-Tabs-panel p, .sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs .woocommerce-Tabs-panel ul li, .sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs .woocommerce-Tabs-panel ol li, .sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs .woocommerce-Tabs-panel span, .sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs .woocommerce-Tabs-panel strong {
  color: #444;
  font-size: 14px;
  line-height: 20px;
}
.sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs .woocommerce-Tabs-panel strong {
  color: #444;
}
.sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs .woocommerce-Tabs-panel p {
  margin-bottom: 12px;
}
.sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs .woocommerce-Tabs-panel ul {
  margin-bottom: 12px;
}
.sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs .woocommerce-Tabs-panel ul li {
  position: relative;
  display: block;
}
.sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs .woocommerce-Tabs-panel ul li:not(:last-of-type) {
  margin-bottom: 8px;
}
.sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs .woocommerce-Tabs-panel ul li:before {
  width: 5px;
  height: 5px;
  border-radius: 50px;
  background: #0D121B;
  position: absolute;
  left: 0;
  top: 7px;
}
.sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews label {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #0D121B;
  margin-bottom: 4px;
}
.sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .woocommerce-Reviews-title {
  display: none;
}
.sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments ol.commentlist {
  padding: 0;
}
.sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments ol.commentlist li:not(:last-of-type) {
  margin-bottom: 20px;
}
.sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments ol.commentlist li .comment_container {
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  padding: 16px;
  display: grid;
  grid-template-columns: 45px 1fr;
  align-items: self-start;
  column-gap: 16px;
}
@media screen and (max-width: 767px) {
  .sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments ol.commentlist li .comment_container {
    row-gap: 16px;
    grid-template-columns: auto;
  }
}
.sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments ol.commentlist li .comment_container > img {
  position: relative !important;
  padding: 0 !important;
  width: 45px !important;
  height: 45px !important;
  object-fit: cover;
  border-radius: 50%;
  float: unset !important;
}
.sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments ol.commentlist li .comment_container .comment-text {
  border: unset !important;
  margin: 0 !important;
  padding: 16px !important;
  border-radius: 12px !important;
  background: #F0F2F5;
  position: relative;
}
.sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments ol.commentlist li .comment_container .comment-text:before, .sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments ol.commentlist li .comment_container .comment-text:after {
  display: none !important;
}
.sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments ol.commentlist li .comment_container .comment-text .star-rating {
  width: auto;
  height: auto;
  position: absolute;
  right: 16px;
  top: 16px;
}
.sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments ol.commentlist li .comment_container .comment-text .star-rating:before {
  display: none;
}
.sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments ol.commentlist li .comment_container .comment-text .star-rating > span {
  position: relative;
  width: 100% !important;
  padding: 0;
}
.sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments ol.commentlist li .comment_container .comment-text .star-rating > span:before {
  display: none;
}
.sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments ol.commentlist li .comment_container .comment-text p.meta {
  margin-bottom: 0 !important;
}
.sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments ol.commentlist li .comment_container .comment-text p.meta span.woocommerce-review__dash, .sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments ol.commentlist li .comment_container .comment-text p.meta .woocommerce-review__published-date {
  color: #8a90a2;
}
.sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments ol.commentlist li .comment_container .comment-text .description {
  margin: 8px 0 0;
}
.sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments ol.commentlist li .comment_container .comment-text .description p {
  margin-bottom: 0 !important;
}
.sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments ol.commentlist li ul > li {
  list-style: none;
}
.sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments ol.commentlist li ul > li:before {
  display: none;
}
.sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond .comment-form .comment-form-rating {
  margin: 20px 0;
}
.sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond .comment-form .comment-form-rating .stars {
  margin-bottom: 0;
}
.sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond .comment-form .comment-form-rating .stars span a {
  color: #FFA526;
  width: 25px;
  height: auto;
}
.sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond .comment-form .comment-form-rating .stars span a:before {
  font-size: 22px;
}
.sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond .comment-form .comment-form-comment textarea {
  height: 120px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #8a90a2;
  border-radius: 8px;
  padding: 9px 12px 9px;
  border: 1px solid #e8e8e8;
  position: relative;
  outline: none;
  appearance: none;
  background-color: #ffffff;
  resize: none;
}
.sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond .comment-form .comment-form-comment textarea::placeholder {
  color: #8a90a2;
}
.sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond .comment-form .comment-form-comment textarea:focus {
  box-shadow: none;
}
.sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond .comment-form .comment-form-author label, .sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond .comment-form .comment-form-email label {
  display: block;
}
.sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond .comment-form .comment-form-author input, .sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond .comment-form .comment-form-email input {
  height: 38px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #8a90a2;
  border-radius: 8px;
  padding: 9px 12px 9px;
  border: 1px solid #e8e8e8;
  position: relative;
  outline: none;
  appearance: none;
  background-color: #ffffff;
}
.sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond .comment-form .comment-form-author input::placeholder, .sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond .comment-form .comment-form-email input::placeholder {
  color: #8a90a2;
}
.sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond .comment-form .comment-form-author input:focus, .sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond .comment-form .comment-form-email input:focus {
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond .comment-form .comment-form-cookies-consent {
    display: inline-grid;
    grid-template-columns: 20px 1fr;
    column-gap: 10px;
  }
}
.sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond .comment-form .comment-form-cookies-consent input[type=checkbox] {
  position: relative;
  top: 1px;
  height: 20px;
  width: 20px;
  cursor: pointer;
  border-radius: 4px;
  margin: -2px 5px 0 0;
  border: 2px solid #e8e8e8;
  vertical-align: text-top;
  -webkit-appearance: none;
}
.sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond .comment-form .comment-form-cookies-consent input[type=checkbox]:checked {
  opacity: 1;
  border-color: #DE4426;
  background: #DE4426;
}
.sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond .comment-form .comment-form-cookies-consent input[type=checkbox]:checked:before {
  opacity: 1;
}
.sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond .comment-form .comment-form-cookies-consent input[type=checkbox]:before {
  content: "";
  width: 5px;
  height: 10px;
  position: absolute;
  top: 45%;
  right: calc(50% - 1px);
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translate(-50%, -50%);
  opacity: 0;
  z-index: 2;
}
.sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond .comment-form .comment-form-cookies-consent label {
  cursor: pointer;
}
.sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond .comment-form .form-submit {
  margin: 20px 0 0;
}
.sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond .comment-form .form-submit .submit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  min-width: auto;
  height: 40px;
  min-height: auto;
  padding: 10px 22px 10px;
  letter-spacing: 0.5px;
  border-radius: 5px;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #ffffff;
  background: #DE4426;
  overflow: hidden;
  margin: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
  min-width: 160px;
  padding: 8px 22px 10px;
}
.sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond .comment-form .form-submit .submit:hover {
  background: #DE4426;
  color: #ffffff;
}
.sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond .comment-form .form-submit .submit:hover:after {
  left: -30%;
  opacity: 1;
  top: -20%;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-property: left, top, opacity;
  transition-timing-function: linear;
}
.sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond .comment-form .form-submit .submit span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #ffffff;
}
.sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond .comment-form .form-submit .submit:after {
  content: "";
  height: 200%;
  width: 200%;
  position: absolute;
  left: -210%;
  top: -50%;
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0.13), hsla(0, 0%, 100%, 0.13) 77%, hsla(0, 0%, 100%, 0.5) 92%, hsla(0, 0%, 100%, 0));
  opacity: 0;
  transition: all 0.7s ease 0s;
}
.sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond .comment-form .form-submit .submit i, .sec-product-single .content-area .site-main .product .product-review-wrapper .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond .comment-form .form-submit .submit img {
  margin: 0;
}
.sec-product-single .content-area .site-main .product .product-review-wrapper .related.products {
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .sec-product-single .content-area .site-main .product .product-review-wrapper .related.products {
    padding: 40px 0 0;
  }
}
.sec-product-single .content-area .site-main .product .product-review-wrapper .related.products > h2 {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .sec-product-single .content-area .site-main .product .product-review-wrapper .related.products > h2 {
    margin-bottom: 40px;
  }
}
.sec-product-single .content-area .site-main .product .product-review-wrapper .related.products ul.products {
  display: grid;
  grid-template-columns: repeat(3, calc(33% - 6px));
  column-gap: 14px;
  row-gap: 14px;
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .sec-product-single .content-area .site-main .product .product-review-wrapper .related.products ul.products {
    grid-template-columns: repeat(2, calc(50% - 8px));
  }
}
@media screen and (max-width: 767px) {
  .sec-product-single .content-area .site-main .product .product-review-wrapper .related.products ul.products {
    grid-template-columns: auto;
  }
}
.sec-product-single .content-area .site-main .product .product-review-wrapper .related.products ul.products:before {
  display: none;
}
.sec-product-single .content-area .site-main .product .product-review-wrapper .related.products ul.products > li {
  width: 100%;
  margin: 0;
}
.sec-product-single #sidebar {
  display: none;
}

form.variations_form table.variations tbody th.label label, form.variations_form table.variations tbody th.label span {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500 !important;
  color: #0D121B;
}
form.variations_form table.variations tbody th.label span {
  color: #DE4426;
}
form.variations_form table.variations tbody td.woo-variation-items-wrapper ul.variable-items-wrapper li.variable-item.selected {
  box-shadow: #DE4426 0 0 0 2px;
}
form.variations_form table.variations tbody td.woo-variation-items-wrapper ul.variable-items-wrapper li.variable-item.selected .variable-item-contents .variable-item-span {
  font-weight: 500;
  color: #0D121B;
}
form.variations_form table.variations tbody td.woo-variation-items-wrapper ul.variable-items-wrapper li.variable-item .variable-item-contents .variable-item-span {
  font-size: 16px;
  line-height: 24px;
}
form.variations_form table.variations tbody tr {
  /*th{
    &.label{
      width: 10%;
      label{
        font-weight: 500!important;
      }
    }
  }
  td{
    &.value{
      width: 90%;
    }
    .pro-swatches-wrapper {
      .selected-color-label{
        font-family: Tofino, helvetica, arial, sans-serif;
        font-size: 16px;
        line-height: 22px;
        font-weight: 500!important;
      }
      span {
        &.pro-swatches-item{
          &.pro-swatches-label{
            width: 50px !important;
            height: 50px !important;
            border-radius: 50% !important;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            >div{
              font-family: 'Fahkwang', sans-serif;
              font-size: 14px;
              line-height: 22px;
              font-weight: 500;
            }
          }
        }
        &.selected {

        }
        &:hover {

        }
        &:focus {

        }
        &:not(:last-of-type) {

        }
        &:last-of-type {

        }
        div {

        }
      }
    }
  }*/
}

/*******************************************************
                  PRODUCT SINGLE SCSS END
********************************************************/
/*******************************************************
                  MY ACCOUNT SCSS START
********************************************************/
.page-id-22 .woocommerce .woocommerce-MyAccount-navigation {
  display: none;
}

.sec-my-account {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .sec-my-account {
    padding: 40px 0;
  }
}
.sec-my-account .woocommerce-MyAccount-navigation {
  display: block !important;
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  float: unset;
  width: 100%;
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-my-account .woocommerce-MyAccount-navigation {
    padding: 22px;
  }
}
@media screen and (max-width: 767px) {
  .sec-my-account .woocommerce-MyAccount-navigation {
    padding: 22px;
    margin-bottom: 30px;
  }
}
.sec-my-account .woocommerce-MyAccount-navigation ul li {
  display: block;
}
.sec-my-account .woocommerce-MyAccount-navigation ul li:not(:last-of-type) {
  margin-bottom: 0;
  border-bottom: 1px solid #e8e8e8;
}
.sec-my-account .woocommerce-MyAccount-navigation ul li.is-active {
  border-color: #DE4426;
}
.sec-my-account .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #DE4426;
}
.sec-my-account .woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 14px 12px 15px;
}
.sec-my-account .woocommerce-MyAccount-content {
  min-height: 435px;
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  float: unset;
  width: 100%;
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-my-account .woocommerce-MyAccount-content {
    padding: 22px;
  }
}
@media screen and (max-width: 767px) {
  .sec-my-account .woocommerce-MyAccount-content {
    padding: 22px;
    min-height: auto;
  }
}
.sec-my-account .woocommerce-MyAccount-content .woocommerce-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec-my-account .woocommerce-MyAccount-content .woocommerce-info {
    display: block;
  }
}
.sec-my-account .woocommerce-MyAccount-content .woocommerce-info:before {
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .sec-my-account .woocommerce-MyAccount-content .woocommerce-info:before {
    top: 15px;
    transform: unset;
  }
}
.sec-my-account .woocommerce-MyAccount-content .woocommerce-info .button {
  float: unset;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  min-width: auto;
  height: 42px;
  min-height: auto;
  padding: 10px 22px 10px;
  letter-spacing: 0.5px;
  border-radius: 5px;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #ffffff;
  background: #DE4426;
  overflow: hidden;
  margin: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
  padding: 10px 12px 10px !important;
  letter-spacing: 0.5px !important;
  border-radius: 5px !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  font-size: 14px !important;
  line-height: 22px !important;
  font-weight: 500 !important;
  color: #ffffff !important;
  background: #DE4426 !important;
  overflow: hidden !important;
  margin: 0 0 0 auto !important;
  position: relative !important;
}
.sec-my-account .woocommerce-MyAccount-content .woocommerce-info .button:hover {
  background: #DE4426;
  color: #ffffff;
}
.sec-my-account .woocommerce-MyAccount-content .woocommerce-info .button:hover:after {
  left: -30%;
  opacity: 1;
  top: -20%;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-property: left, top, opacity;
  transition-timing-function: linear;
}
.sec-my-account .woocommerce-MyAccount-content .woocommerce-info .button span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #ffffff;
}
.sec-my-account .woocommerce-MyAccount-content .woocommerce-info .button:after {
  content: "";
  height: 200%;
  width: 200%;
  position: absolute;
  left: -210%;
  top: -50%;
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0.13), hsla(0, 0%, 100%, 0.13) 77%, hsla(0, 0%, 100%, 0.5) 92%, hsla(0, 0%, 100%, 0));
  opacity: 0;
  transition: all 0.7s ease 0s;
}
.sec-my-account .woocommerce-MyAccount-content .woocommerce-info .button i, .sec-my-account .woocommerce-MyAccount-content .woocommerce-info .button img {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .sec-my-account .woocommerce-MyAccount-content .woocommerce-info .button {
    margin: 10px 0 0 !important;
  }
}
.sec-my-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 16px;
}
@media screen and (max-width: 767px) {
  .sec-my-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
    margin-bottom: 12px;
  }
}
.sec-my-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title {
  text-align: left;
}
.sec-my-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title h2 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
}
.sec-my-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title a {
  float: unset;
  color: #DE4426;
}
.sec-my-account .woocommerce-MyAccount-content form h2 {
  font-size: 26px;
  line-height: 30px;
}
.sec-my-account .woocommerce-MyAccount-content form label {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #0D121B;
  margin-bottom: 6px;
}
.sec-my-account .woocommerce-MyAccount-content form label .required {
  font-weight: 400;
}
.sec-my-account .woocommerce-MyAccount-content form span.woocommerce-input-wrapper {
  width: 100%;
  display: block;
}
.sec-my-account .woocommerce-MyAccount-content form fieldset {
  margin: 20px 0 0;
}
.sec-my-account .woocommerce-MyAccount-content form fieldset legend {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 15px;
}
.sec-my-account .woocommerce-MyAccount-content form .input-text {
  height: 38px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #8a90a2;
  border-radius: 8px;
  padding: 9px 12px 9px;
  border: 1px solid #e8e8e8;
  position: relative;
  outline: none;
  appearance: none;
  background-color: #ffffff;
}
.sec-my-account .woocommerce-MyAccount-content form .input-text::placeholder {
  color: #8a90a2;
}
.sec-my-account .woocommerce-MyAccount-content form .input-text:focus {
  box-shadow: none;
}
.sec-my-account .woocommerce-MyAccount-content form span.select2-container.select2-container--open span.selection span.select2-selection span.select2-selection__arrow {
  transform: translateY(-50%) rotate(180deg);
}
.sec-my-account .woocommerce-MyAccount-content form span.select2-container span.selection {
  display: block;
}
.sec-my-account .woocommerce-MyAccount-content form span.select2-container span.selection span.select2-selection {
  height: 38px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #8a90a2;
  border-radius: 8px;
  padding: 9px 12px 9px;
  border: 1px solid #e8e8e8;
  position: relative;
  outline: none;
  appearance: none;
  background-color: #ffffff;
}
.sec-my-account .woocommerce-MyAccount-content form span.select2-container span.selection span.select2-selection::placeholder {
  color: #8a90a2;
}
.sec-my-account .woocommerce-MyAccount-content form span.select2-container span.selection span.select2-selection:focus {
  box-shadow: none;
}
.sec-my-account .woocommerce-MyAccount-content form span.select2-container span.selection span.select2-selection span.select2-selection__rendered {
  padding: 0;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #8a90a2;
  position: relative;
  top: -2px;
}
.sec-my-account .woocommerce-MyAccount-content form span.select2-container span.selection span.select2-selection span.select2-selection__arrow {
  background: url("../images/icons/arrow-down-gray-icon.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 12px;
  height: 8px;
  transition: all 0.3s ease-in-out;
}
.sec-my-account .woocommerce-MyAccount-content form span.select2-container span.selection span.select2-selection span.select2-selection__arrow b {
  display: none;
}
.sec-my-account .woocommerce-MyAccount-content form .button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  min-width: auto;
  height: 42px;
  min-height: auto;
  padding: 10px 20px 10px;
  letter-spacing: 0.5px;
  border-radius: 5px;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  color: #ffffff;
  background: #DE4426;
  overflow: hidden;
  margin: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
  margin: 24px 0 0;
}
.sec-my-account .woocommerce-MyAccount-content form .button:hover {
  background: #DE4426;
  color: #ffffff;
}
.sec-my-account .woocommerce-MyAccount-content form .button:hover:after {
  left: -30%;
  opacity: 1;
  top: -20%;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-property: left, top, opacity;
  transition-timing-function: linear;
}
.sec-my-account .woocommerce-MyAccount-content form .button span {
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  color: #ffffff;
}
.sec-my-account .woocommerce-MyAccount-content form .button:after {
  content: "";
  height: 200%;
  width: 200%;
  position: absolute;
  left: -210%;
  top: -50%;
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0.13), hsla(0, 0%, 100%, 0.13) 77%, hsla(0, 0%, 100%, 0.5) 92%, hsla(0, 0%, 100%, 0));
  opacity: 0;
  transition: all 0.7s ease 0s;
}
.sec-my-account .woocommerce-MyAccount-content form .button i, .sec-my-account .woocommerce-MyAccount-content form .button img {
  margin: 0;
}
.sec-my-account .woocommerce-MyAccount-content .woocommerce-order-details {
  margin-bottom: 40px;
}
.sec-my-account .woocommerce-MyAccount-content .woocommerce-order-details h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 12px;
}
.sec-my-account .woocommerce-MyAccount-content .woocommerce-order-details h2.woocommerce-order-details__title {
  margin-bottom: 25px;
}
.sec-my-account .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table {
  border-collapse: collapse;
  border: 1px solid #e8e8e8;
}
.sec-my-account .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tr th, .sec-my-account .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tr td {
  font-size: 14px;
  line-height: 22px;
  padding: 16px 12px;
  border: 1px solid #e8e8e8;
}
.sec-my-account .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tr th {
  font-weight: 500;
  color: #444;
}
.sec-my-account .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tr td {
  color: #0D121B;
  font-weight: 400;
  padding: 12px;
}
.sec-my-account .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tr td .woocommerce-Price-amount bdi, .sec-my-account .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tr td .woocommerce-Price-amount span {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}
.sec-my-account .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table thead th {
  background: #f9f9f9;
}
.sec-my-account .woocommerce-MyAccount-content .woocommerce-customer-details h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 12px;
}
.sec-my-account .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns--addresses {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 15px));
  column-gap: 30px;
}
@media screen and (max-width: 767px) {
  .sec-my-account .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns--addresses {
    grid-template-columns: 1fr;
    row-gap: 80px;
  }
}
.sec-my-account .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns--addresses:before, .sec-my-account .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns--addresses:after {
  display: none;
}
.sec-my-account .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column {
  float: unset;
  width: 100%;
  height: 100%;
}
.sec-my-account .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns--addresses address {
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 16px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .sec-my-account .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns--addresses address {
    margin-bottom: 12px;
  }
}
.sec-my-account .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns--addresses address p {
  margin-bottom: 0;
}
.sec-my-account .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns--addresses address p.woocommerce-customer-details--phone {
  margin: 20px 0 12px;
}
.sec-my-account .woocommerce-MyAccount-content table.shop_table.woocommerce-orders-table {
  margin: 0;
  border: none;
  border-collapse: collapse;
}
.sec-my-account .woocommerce-MyAccount-content table.shop_table.woocommerce-orders-table thead tr th {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #444;
  background: #f9f9f9;
  padding: 20px 12px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-my-account .woocommerce-MyAccount-content table.shop_table.woocommerce-orders-table tbody {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 8px));
    column-gap: 16px;
    row-gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .sec-my-account .woocommerce-MyAccount-content table.shop_table.woocommerce-orders-table tbody tr:not(:last-of-type) {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.sec-my-account .woocommerce-MyAccount-content table.shop_table.woocommerce-orders-table tbody tr td, .sec-my-account .woocommerce-MyAccount-content table.shop_table.woocommerce-orders-table tbody tr th {
  padding: 12px 12px;
  border: none;
  border-bottom: 1px solid #e8e8e8;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  .sec-my-account .woocommerce-MyAccount-content table.shop_table.woocommerce-orders-table tbody tr td, .sec-my-account .woocommerce-MyAccount-content table.shop_table.woocommerce-orders-table tbody tr th {
    border: none;
    padding: 6px 0;
    text-align: left !important;
    background: transparent;
  }
}
@media screen and (max-width: 991px) {
  .sec-my-account .woocommerce-MyAccount-content table.shop_table.woocommerce-orders-table tbody tr td:before, .sec-my-account .woocommerce-MyAccount-content table.shop_table.woocommerce-orders-table tbody tr th:before {
    float: unset;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #444;
    margin: 0 3px 0 0;
  }
}
.sec-my-account .woocommerce-MyAccount-content table.shop_table.woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions:before, .sec-my-account .woocommerce-MyAccount-content table.shop_table.woocommerce-orders-table tbody tr th.woocommerce-orders-table__cell-order-actions:before {
  display: none;
}
.sec-my-account .woocommerce-MyAccount-content table.shop_table.woocommerce-orders-table tbody tr td .button, .sec-my-account .woocommerce-MyAccount-content table.shop_table.woocommerce-orders-table tbody tr th .button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  min-width: auto;
  height: 40px;
  min-height: auto;
  padding: 10px 22px 10px;
  letter-spacing: 0.5px;
  border-radius: 5px;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #ffffff;
  background: #DE4426;
  overflow: hidden;
  margin: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
  min-width: 80px !important;
  margin: 0 0 0 10px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  min-width: auto;
  height: 36px;
  min-height: auto;
  padding: 10px 10px 10px;
  letter-spacing: 0.5px;
  border-radius: 5px;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #ffffff;
  background: #DE4426;
  overflow: hidden;
  margin: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.sec-my-account .woocommerce-MyAccount-content table.shop_table.woocommerce-orders-table tbody tr td .button:hover, .sec-my-account .woocommerce-MyAccount-content table.shop_table.woocommerce-orders-table tbody tr th .button:hover {
  background: #DE4426;
  color: #ffffff;
}
.sec-my-account .woocommerce-MyAccount-content table.shop_table.woocommerce-orders-table tbody tr td .button:hover:after, .sec-my-account .woocommerce-MyAccount-content table.shop_table.woocommerce-orders-table tbody tr th .button:hover:after {
  left: -30%;
  opacity: 1;
  top: -20%;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-property: left, top, opacity;
  transition-timing-function: linear;
}
.sec-my-account .woocommerce-MyAccount-content table.shop_table.woocommerce-orders-table tbody tr td .button span, .sec-my-account .woocommerce-MyAccount-content table.shop_table.woocommerce-orders-table tbody tr th .button span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #ffffff;
}
.sec-my-account .woocommerce-MyAccount-content table.shop_table.woocommerce-orders-table tbody tr td .button:after, .sec-my-account .woocommerce-MyAccount-content table.shop_table.woocommerce-orders-table tbody tr th .button:after {
  content: "";
  height: 200%;
  width: 200%;
  position: absolute;
  left: -210%;
  top: -50%;
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0.13), hsla(0, 0%, 100%, 0.13) 77%, hsla(0, 0%, 100%, 0.5) 92%, hsla(0, 0%, 100%, 0));
  opacity: 0;
  transition: all 0.7s ease 0s;
}
.sec-my-account .woocommerce-MyAccount-content table.shop_table.woocommerce-orders-table tbody tr td .button i, .sec-my-account .woocommerce-MyAccount-content table.shop_table.woocommerce-orders-table tbody tr td .button img, .sec-my-account .woocommerce-MyAccount-content table.shop_table.woocommerce-orders-table tbody tr th .button i, .sec-my-account .woocommerce-MyAccount-content table.shop_table.woocommerce-orders-table tbody tr th .button img {
  margin: 0;
}
.sec-my-account .woocommerce-MyAccount-content table.shop_table.woocommerce-orders-table tbody tr td .button:hover, .sec-my-account .woocommerce-MyAccount-content table.shop_table.woocommerce-orders-table tbody tr th .button:hover {
  background: #DE4426;
  color: #ffffff;
}
.sec-my-account .woocommerce-MyAccount-content table.shop_table.woocommerce-orders-table tbody tr td .button:hover:after, .sec-my-account .woocommerce-MyAccount-content table.shop_table.woocommerce-orders-table tbody tr th .button:hover:after {
  left: -30%;
  opacity: 1;
  top: -20%;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-property: left, top, opacity;
  transition-timing-function: linear;
}
.sec-my-account .woocommerce-MyAccount-content table.shop_table.woocommerce-orders-table tbody tr td .button span, .sec-my-account .woocommerce-MyAccount-content table.shop_table.woocommerce-orders-table tbody tr th .button span {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #ffffff;
}
.sec-my-account .woocommerce-MyAccount-content table.shop_table.woocommerce-orders-table tbody tr td .button:after, .sec-my-account .woocommerce-MyAccount-content table.shop_table.woocommerce-orders-table tbody tr th .button:after {
  content: "";
  height: 200%;
  width: 200%;
  position: absolute;
  left: -210%;
  top: -50%;
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0.13), hsla(0, 0%, 100%, 0.13) 77%, hsla(0, 0%, 100%, 0.5) 92%, hsla(0, 0%, 100%, 0));
  opacity: 0;
  transition: all 0.7s ease 0s;
}
.sec-my-account .woocommerce-MyAccount-content table.shop_table.woocommerce-orders-table tbody tr td .button i, .sec-my-account .woocommerce-MyAccount-content table.shop_table.woocommerce-orders-table tbody tr td .button img, .sec-my-account .woocommerce-MyAccount-content table.shop_table.woocommerce-orders-table tbody tr th .button i, .sec-my-account .woocommerce-MyAccount-content table.shop_table.woocommerce-orders-table tbody tr th .button img {
  margin: 0;
}
@media screen and (max-width: 991px) {
  .sec-my-account .woocommerce-MyAccount-content table.shop_table.woocommerce-orders-table tbody tr td .button, .sec-my-account .woocommerce-MyAccount-content table.shop_table.woocommerce-orders-table tbody tr th .button {
    min-width: 110px !important;
  }
}

/*******************************************************
                  MY ACCOUNT SCSS END
********************************************************/
/*******************************************************
                  ORDER PLACED SCSS START
********************************************************/
.sec-order-placed {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .sec-order-placed {
    padding: 40px 0;
  }
}
.sec-order-placed .woocommerce-order h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 12px;
}
.sec-order-placed .woocommerce-order p.woocommerce-notice {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .sec-order-placed .woocommerce-order p.woocommerce-notice {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .sec-order-placed .woocommerce-order ul.woocommerce-order-overview {
    display: grid;
    row-gap: 16px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-order-placed .woocommerce-order ul.woocommerce-order-overview li {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sec-order-placed .woocommerce-order ul.woocommerce-order-overview li {
    margin: 0;
    padding: 0;
    border: unset;
  }
}
.sec-order-placed .woocommerce-order .woocommerce-order-details {
  margin-bottom: 40px;
}
.sec-order-placed .woocommerce-order .woocommerce-order-details h2.woocommerce-order-details__title {
  margin-bottom: 25px;
}
.sec-order-placed .woocommerce-order .woocommerce-order-details .woocommerce-table {
  border-collapse: collapse;
  border: 1px solid #e8e8e8;
}
.sec-order-placed .woocommerce-order .woocommerce-order-details .woocommerce-table tr th, .sec-order-placed .woocommerce-order .woocommerce-order-details .woocommerce-table tr td {
  font-size: 14px;
  line-height: 22px;
  padding: 16px 12px;
  border: 1px solid #e8e8e8;
}
.sec-order-placed .woocommerce-order .woocommerce-order-details .woocommerce-table tr th {
  font-weight: 500;
  color: #444;
}
.sec-order-placed .woocommerce-order .woocommerce-order-details .woocommerce-table tr td {
  color: #0D121B;
  font-weight: 400;
  padding: 12px;
}
.sec-order-placed .woocommerce-order .woocommerce-order-details .woocommerce-table tr td .woocommerce-Price-amount bdi, .sec-order-placed .woocommerce-order .woocommerce-order-details .woocommerce-table tr td .woocommerce-Price-amount span {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}
.sec-order-placed .woocommerce-order .woocommerce-order-details .woocommerce-table thead th {
  background: #f9f9f9;
}
.sec-order-placed .woocommerce-order .woocommerce-customer-details .woocommerce-columns--addresses {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 15px));
  column-gap: 30px;
}
@media screen and (max-width: 767px) {
  .sec-order-placed .woocommerce-order .woocommerce-customer-details .woocommerce-columns--addresses {
    grid-template-columns: 1fr;
    row-gap: 80px;
  }
}
.sec-order-placed .woocommerce-order .woocommerce-customer-details .woocommerce-columns--addresses:before, .sec-order-placed .woocommerce-order .woocommerce-customer-details .woocommerce-columns--addresses:after {
  display: none;
}
.sec-order-placed .woocommerce-order .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column {
  float: unset;
  width: 100%;
  height: 100%;
}
.sec-order-placed .woocommerce-order .woocommerce-customer-details .woocommerce-columns--addresses address {
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 16px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .sec-order-placed .woocommerce-order .woocommerce-customer-details .woocommerce-columns--addresses address {
    margin-bottom: 12px;
  }
}
.sec-order-placed .woocommerce-order .woocommerce-customer-details .woocommerce-columns--addresses address p {
  margin-bottom: 0;
}
.sec-order-placed .woocommerce-order .woocommerce-customer-details .woocommerce-columns--addresses address p.woocommerce-customer-details--phone {
  margin: 20px 0 12px;
}

/*******************************************************
                  ORDER PLACED SCSS END
********************************************************/
/*******************************************************
                       GLOBAL SCSS START
********************************************************/
header {
  padding: 10px 0;
}
header .header-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 4;
  display: none;
}
header .header-layer.active {
  display: block;
}
header a.logo img {
  max-width: 180px;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  header a.logo img {
    max-width: 150px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  header a.logo img {
    max-width: 135px;
  }
}
@media screen and (max-width: 767px) {
  header a.logo img {
    max-width: 125px;
  }
}
header .menu-wrapper {
  display: flex;
  align-items: center;
  justify-content: right;
}
header .menu-wrapper .navbar-menu {
  text-align: right;
}
@media screen and (max-width: 991px) {
  header .menu-wrapper .navbar-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    max-width: 250px;
    text-align: left;
    background: #ffffff;
    backdrop-filter: blur(12px);
    z-index: 4;
    transition: all 0.3s ease-in-out;
  }
  header .menu-wrapper .navbar-menu.active {
    left: 0;
  }
}
header .menu-wrapper .navbar-menu .logo {
  display: none;
}
@media screen and (max-width: 991px) {
  header .menu-wrapper .navbar-menu .logo {
    display: block;
    padding: 40px 20px 0;
  }
}
@media screen and (max-width: 991px) {
  header .menu-wrapper .navbar-menu ul.menu {
    padding: 40px 0 0;
  }
}
@media screen and (max-width: 991px) {
  header .menu-wrapper .navbar-menu ul.menu li {
    display: block;
  }
}
header .menu-wrapper .navbar-menu ul.menu li:not(:last-of-type) {
  margin: 0 35px 0 0;
}
@media screen and (max-width: 991px) {
  header .menu-wrapper .navbar-menu ul.menu li:not(:last-of-type) {
    border-bottom: 1px solid #e8e8e8;
    margin: 0;
  }
}
header .menu-wrapper .navbar-menu ul.menu li.current-menu-item a, header .menu-wrapper .navbar-menu ul.menu li:hover a {
  color: #DE4426;
}
header .menu-wrapper .navbar-menu ul.menu li a {
  position: relative;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 991px) {
  header .menu-wrapper .navbar-menu ul.menu li a {
    color: #000000;
    padding: 8px 20px;
    display: block;
  }
}
header .menu-wrapper ul.shop-options {
  padding-left: 30px;
  margin-left: 30px;
  position: relative;
}
@media screen and (max-width: 991px) {
  header .menu-wrapper ul.shop-options {
    padding-left: 0;
    margin-left: 0;
    padding-right: 16px;
    margin-right: 14px;
  }
}
header .menu-wrapper ul.shop-options:before {
  content: "";
  background: #383841;
  height: 20px;
  width: 1px;
  position: absolute;
  left: 0;
  top: calc(50% + 2px);
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  header .menu-wrapper ul.shop-options:before {
    left: unset;
    right: 0;
  }
}
header .menu-wrapper ul.shop-options li {
  position: relative;
  vertical-align: middle;
}
header .menu-wrapper ul.shop-options li:not(:last-of-type) {
  margin: 0 12px 0 0;
}
@media screen and (max-width: 365px) {
  header .menu-wrapper ul.shop-options li:not(:last-of-type) {
    margin: 0 8px 0 0;
  }
}
header .menu-wrapper ul.shop-options li .cart-wrapper .fkcart-shortcode-container .fkcart-shortcode-icon-wrap svg {
  max-width: 27px;
}
@media screen and (max-width: 365px) {
  header .menu-wrapper ul.shop-options li .cart-wrapper .fkcart-shortcode-container .fkcart-shortcode-icon-wrap svg {
    max-width: 20px;
  }
}
header .menu-wrapper ul.shop-options li .cart-wrapper .fkcart-shortcode-container .fkcart-shortcode-icon-wrap .fkcart-item-count {
  font-size: 11px;
  line-height: 16px;
  font-weight: 500;
  z-index: 2;
}
header .menu-wrapper ul.shop-options li a.account-icon img {
  max-width: 25px;
}
@media screen and (max-width: 365px) {
  header .menu-wrapper ul.shop-options li a.account-icon img {
    max-width: 22px;
  }
}
header .menu-wrapper ul.shop-options li a.heart-icon img {
  max-width: 22px;
}
@media screen and (max-width: 365px) {
  header .menu-wrapper ul.shop-options li a.heart-icon img {
    max-width: 19px;
  }
}
header .menu-wrapper ul.shop-options li a:hover img {
  filter: brightness(0) saturate(100%) invert(32%) sepia(89%) saturate(1224%) hue-rotate(343deg) brightness(93%) contrast(95%);
}
header .menu-wrapper ul.shop-options li a img {
  max-width: 20px;
  transition: all 0.3s ease-in-out;
}
header .hamburger-menu {
  display: none;
  text-align: right;
}
@media screen and (max-width: 991px) {
  header .hamburger-menu {
    display: inline-block;
  }
  header .hamburger-menu.active {
    display: none;
  }
}
header .hamburger-menu img {
  width: 20px;
  filter: brightness(0) saturate(100%) invert(0%) sepia(2%) saturate(7493%) hue-rotate(334deg) brightness(97%) contrast(101%);
}

footer {
  padding: 60px 0;
  background: #16181A;
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  footer {
    padding: 40px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding: 30px 0 25px;
  }
}
footer .logo-wrapper {
  display: none;
}
@media screen and (max-width: 767px) {
  footer .logo-wrapper {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
}
footer .logo-wrapper img {
  max-width: 200px;
}
footer .tagline-wrapper h3 {
  margin: 0;
  color: #ffffff;
  font-size: 35px;
  line-height: 42px;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  footer .tagline-wrapper h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  footer .tagline-wrapper h3 {
    font-size: 22px;
    line-height: 32px;
  }
}
@media screen and (max-width: 767px) {
  footer .tagline-wrapper h3 {
    text-align: center;
    font-size: 25px;
    line-height: 30px;
  }
  footer .tagline-wrapper h3 br {
    display: none;
  }
}
footer .tagline-wrapper .btn-wrapper {
  text-align: right;
}
@media screen and (max-width: 767px) {
  footer .tagline-wrapper .btn-wrapper {
    text-align: center;
    margin: 30px 0 0;
  }
}
footer .tagline-wrapper .btn-wrapper .btn-style {
  height: 55px;
  min-width: 200px;
  padding: 8px 14px 9px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  footer .tagline-wrapper .btn-wrapper .btn-style {
    min-width: 170px;
    height: 50px;
  }
}
footer .tagline-wrapper .btn-wrapper .btn-style span {
  font-size: 16px;
  line-height: 24px;
}
footer .copyright-wrapper {
  border-top: 1px solid #383841;
  border-bottom: 1px solid #383841;
  padding: 30px 0;
  margin: 80px 0 35px;
}
@media screen and (max-width: 991px) {
  footer .copyright-wrapper {
    padding: 19px 0 20px;
    margin: 30px 0 30px;
    text-align: center;
  }
}
footer .copyright-wrapper .copyright-text {
  margin: 0;
  text-align: left;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  footer .copyright-wrapper .copyright-text {
    display: none;
  }
}
footer .copyright-wrapper ul.links-list {
  text-align: right;
}
@media screen and (max-width: 767px) {
  footer .copyright-wrapper ul.links-list {
    text-align: center;
  }
}
footer .copyright-wrapper ul.links-list li:not(:last-of-type) {
  margin: 0 25px 0 0;
}
@media screen and (max-width: 991px) {
  footer .copyright-wrapper ul.links-list li:not(:last-of-type) {
    margin: 0 12px 0 0;
  }
}
footer .copyright-wrapper ul.links-list li a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
footer .copyright-wrapper ul.links-list li a:hover {
  color: #DE4426;
}
@media screen and (max-width: 767px) {
  footer .footer-bottom {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-bottom a.logo {
    display: none;
  }
}
footer .footer-bottom a.logo img {
  max-width: 200px;
}
footer .footer-bottom .social-links {
  text-align: right;
}
@media screen and (max-width: 767px) {
  footer .footer-bottom .social-links {
    text-align: center;
  }
}
footer .footer-bottom .social-links li:not(:last-of-type) {
  margin: 0 20px 0 0;
}
@media screen and (max-width: 767px) {
  footer .footer-bottom .social-links li:not(:last-of-type) {
    margin: 0 12px 0 0;
  }
}
footer .footer-bottom .social-links li a {
  border: 1px solid #383841;
  border-radius: 50px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  footer .footer-bottom .social-links li a {
    width: 50px;
    height: 50px;
  }
}
footer .footer-bottom .social-links li a:hover {
  background: #DE4426;
}
footer .footer-bottom .social-links li a i {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}
footer .footer-bottom .copyright-text {
  display: none;
}
@media screen and (max-width: 767px) {
  footer .footer-bottom .copyright-text {
    display: block;
    color: #ffffff;
    margin: 20px 0 0;
  }
}

.inner-banner {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
  height: 400px;
  display: flex;
  align-items: center;
  z-index: 1;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .inner-banner {
    height: 320px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .inner-banner {
    height: 280px;
  }
}
@media screen and (max-width: 767px) {
  .inner-banner {
    height: 200px;
  }
}
.inner-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}
.inner-banner h1 {
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .inner-banner h1 {
    font-size: 30px;
    line-height: 38px;
  }
}

/*******************************************************
                       GLOBAL SCSS END
********************************************************/
.coming-soon-header {
  padding: 25px 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 4;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .coming-soon-header {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .coming-soon-header {
    padding: 15px 0;
  }
}
.coming-soon-header .header-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 3;
}
.coming-soon-header .header-layer.active {
  display: block;
}
.coming-soon-header a.logo img {
  max-width: 200px;
}
.coming-soon-header .navbar-menu {
  text-align: end;
}
@media screen and (max-width: 767px) {
  .coming-soon-header .navbar-menu {
    position: fixed;
    top: 0;
    left: -100%;
    text-align: left;
    width: 60%;
    height: 100vh;
    max-width: 300px;
    background: #ffffff;
    transition: all 0.3s ease-in-out;
    z-index: 4;
  }
  .coming-soon-header .navbar-menu.active {
    left: 0;
  }
}
.coming-soon-header .navbar-menu .logo {
  display: none;
}
@media screen and (max-width: 767px) {
  .coming-soon-header .navbar-menu .logo {
    display: block;
    padding: 40px 20px 0;
  }
}
.coming-soon-header .navbar-menu .logo img {
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  .coming-soon-header .navbar-menu ul.menu {
    padding: 40px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .coming-soon-header .navbar-menu ul.menu li {
    display: block;
  }
}
.coming-soon-header .navbar-menu ul.menu li:not(:last-of-type) {
  margin: 0 10px 0 0;
}
@media screen and (max-width: 767px) {
  .coming-soon-header .navbar-menu ul.menu li:not(:last-of-type) {
    border-bottom: 1px solid lightgray;
    margin: 0;
  }
}
.coming-soon-header .navbar-menu ul.menu li.active a, .coming-soon-header .navbar-menu ul.menu li:hover a {
  color: #DE4426;
}
.coming-soon-header .navbar-menu ul.menu li.active a:before, .coming-soon-header .navbar-menu ul.menu li:hover a:before {
  width: 100%;
}
.coming-soon-header .navbar-menu ul.menu li a {
  font-weight: 500;
  position: relative;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .coming-soon-header .navbar-menu ul.menu li a {
    color: #000000;
    padding: 8px 20px;
    display: none;
  }
}
.coming-soon-header .navbar-menu ul.menu li a:before {
  background: #DE4426;
  width: 0;
  height: 3px;
  border-radius: 3px;
  position: absolute;
  left: 0;
  bottom: -5px;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .coming-soon-header .navbar-menu ul.menu li a:before {
    display: none;
  }
}
.coming-soon-header .navbar-menu ul.menu li a img {
  max-width: 30px;
}
.coming-soon-header .navbar-menu ul.menu li strong {
  display: none;
}
@media screen and (max-width: 767px) {
  .coming-soon-header .navbar-menu ul.menu li strong {
    display: block;
    font-weight: 400;
    color: #000000;
    padding: 8px 20px;
  }
}
.coming-soon-header .hamburger-menu {
  display: none;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .coming-soon-header .hamburger-menu {
    display: block;
  }
  .coming-soon-header .hamburger-menu.active {
    display: none;
  }
}
.coming-soon-header .hamburger-menu img {
  width: 24px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1036%) hue-rotate(230deg) brightness(113%) contrast(100%);
}

.sec-coming-soon {
  height: 100vh;
  background: url("../images/cloth-bg-img-1.jpg") no-repeat center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.sec-coming-soon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
.sec-coming-soon canvas {
  position: relative;
  z-index: 2;
}
.sec-coming-soon .content-wrapper {
  position: absolute;
  left: 50%;
  top: calc(50% + 30px);
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec-coming-soon .content-wrapper {
    padding: 0 30px;
  }
}
.sec-coming-soon .content-wrapper p {
  color: #ffffff;
}
.sec-coming-soon .content-wrapper a.logo img {
  min-width: 260px;
}
.sec-coming-soon .content-wrapper h1 {
  color: #ffffff;
  margin: 0 0 15px;
}
@media screen and (max-width: 767px) {
  .sec-coming-soon .content-wrapper h1 {
    margin: 0 0 10px;
  }
}
.sec-coming-soon .content-wrapper h1 span {
  color: #DE4426;
}
.sec-coming-soon .content-wrapper p {
  color: #ffffff;
  font-size: 18px;
  line-height: 26px;
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec-coming-soon .content-wrapper p {
    font-size: 14px;
    line-height: 24px;
  }
}

.product-card {
  padding: 12px 12px 20px;
  border-radius: 12px;
  border: 1px solid #e8e8e8;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.product-card:hover .img-wrapper img {
  transform: scale(1.1);
}
.product-card:hover .img-wrapper ul.feature-list li {
  opacity: 1;
  transform: translateX(0);
}
.product-card:hover .content-wrapper h3 {
  color: #DE4426;
}
.product-card:hover .content-wrapper .price-wrapper .offer-tag, .product-card:hover .content-wrapper .price-wrapper .btn-style {
  animation: shake 150ms 2 linear;
}
.product-card.woo-product-card {
  padding: 12px 12px 20px !important;
}
.product-card.woo-product-card .img-wrapper {
  position: relative;
  opacity: 1;
}
.product-card.woo-product-card .img-wrapper a {
  display: block;
}
.product-card.woo-product-card .img-wrapper a img {
  height: 240px !important;
  width: 100% !important;
  border-radius: 10px;
  margin-bottom: 0 !important;
}
.product-card.woo-product-card .content-wrapper {
  padding: 0 10px;
}
.product-card.woo-product-card .content-wrapper h3 {
  font-size: 16px !important;
  line-height: 22px;
  padding: 0 !important;
}
.product-card.card-style-1 {
  border: none;
  padding: 0;
}
.product-card.card-style-1.woo-product-card {
  padding: 0 !important;
}
.product-card.card-style-1.woo-product-card .img-wrapper {
  position: relative;
  opacity: 1;
  margin-bottom: 20px;
}
.product-card.card-style-1.woo-product-card .img-wrapper a {
  display: block;
}
.product-card.card-style-1.woo-product-card .img-wrapper a img {
  height: 100% !important;
  width: 100% !important;
  border-radius: 0;
  margin-bottom: 0 !important;
  max-height: 437px;
  object-position: top;
}
.product-card.card-style-1 .img-wrapper {
  border-radius: 0;
  margin-bottom: 0;
}
.product-card.card-style-1 .content-wrapper {
  padding: 12px 12px 20px;
}
.product-card.card-style-1 .content-wrapper h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  color: #373737;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.product-card .img-wrapper {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 10px;
}
.product-card .img-wrapper img {
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.product-card .content-wrapper {
  padding: 0 10px;
}
.product-card .content-wrapper h3 {
  margin-bottom: 0;
  display: inline-block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  color: #373737;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  min-height: 44px;
}
@media screen and (max-width: 767px) {
  .product-card .content-wrapper h3 {
    min-height: auto;
  }
}
.product-card .content-wrapper p {
  margin-bottom: 0;
}
.product-card .content-wrapper .category-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 4px;
}
.product-card .content-wrapper .category-wrapper .category {
  color: #DE4426;
}
.product-card .content-wrapper .category-wrapper ul.feature-lists {
  margin-bottom: 0;
}
.product-card .content-wrapper .category-wrapper ul.feature-lists li {
  display: inline-block;
  vertical-align: middle;
}
.product-card .content-wrapper .category-wrapper ul.feature-lists li:not(:last-of-type) {
  margin: 0 2px 0 0;
}
.product-card .content-wrapper .category-wrapper ul.feature-lists li a:not(.btn-style) {
  display: block;
  margin: 0;
}
.product-card .content-wrapper .category-wrapper ul.feature-lists li a.tinvwl_add_to_wishlist_button {
  width: auto;
  height: auto;
}
.product-card .content-wrapper .category-wrapper ul.feature-lists li a.tinvwl_add_to_wishlist_button.tinvwl-product-in-list:before {
  color: #DE4426;
}
.product-card .content-wrapper .category-wrapper ul.feature-lists li a.tinvwl_add_to_wishlist_button:before {
  font-size: 25px;
  margin: 0;
  position: relative;
  left: -1px;
  top: 1px;
  color: #8a90a2;
}
.product-card .content-wrapper .category-wrapper ul.feature-lists li a .woosq-btn-icon {
  position: relative;
  top: 3px;
}
.product-card .content-wrapper .category-wrapper ul.feature-lists li a .woosq-btn-icon:before {
  font-size: 19px;
  color: #8a90a2;
}
.product-card .content-wrapper .price-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 15px 0 0;
  padding: 15px 0 0;
  border-top: 1px solid #e8e8e8;
  position: relative;
}
.product-card .content-wrapper .price-wrapper p {
  color: #DE4426;
  font-weight: 500;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 6px;
  position: relative;
}
.product-card .content-wrapper .price-wrapper p span {
  font-size: 16px;
  line-height: 24px;
  color: #DE4426;
  font-weight: 500;
}
.product-card .content-wrapper .price-wrapper p del span {
  text-decoration: line-through;
  color: #8a90a2;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
.product-card .content-wrapper .price-wrapper p .price-cut {
  text-decoration: line-through;
  color: #8a90a2;
  font-weight: 400;
  position: relative;
}
.product-card .content-wrapper .price-wrapper .offer-tag {
  height: 26px;
  font-size: 13px;
  line-height: 12px;
  font-weight: 500;
  color: #ffffff;
  padding: 7px 12px;
  border-radius: 50px;
  background: #0D121B;
  display: inline-block;
}
.product-card .content-wrapper .price-wrapper .btn-style {
  padding: 8px 8px;
  gap: 8px;
}
.product-card .content-wrapper .price-wrapper .btn-style .cart-loader {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #DE4426;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.product-card .content-wrapper .price-wrapper .btn-style .loader-01 {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
  border-top: 3px solid #ffffff;
  border-right: 3px solid transparent;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.product-card .content-wrapper .price-wrapper .btn-style.loading {
  pointer-events: none;
}
.product-card .content-wrapper .price-wrapper .btn-style.loading .cart-loader {
  display: flex;
}
.product-card .content-wrapper .price-wrapper .added_to_cart.wc-forward {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  color: #444;
  padding: 0 12px 0;
}

.wpfPreview {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.wpfPreview .woobewoo-filter-loader {
  background: url("../images/logo-icon.png") !important;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  width: 51px !important;
  height: 81px !important;
}

.tinv-wishlist .tinv-modal .tinv-table .tinv-cell .tinv-modal-inner {
  max-width: 420px;
  border-radius: 12px;
  padding: 24px 24px;
}
@media screen and (max-width: 767px) {
  .tinv-wishlist .tinv-modal .tinv-table .tinv-cell .tinv-modal-inner {
    margin: 0 12px;
  }
}
.tinv-wishlist .tinv-modal .tinv-table .tinv-cell .tinv-modal-inner .tinv-txt {
  margin: 0 0 0;
}
.tinv-wishlist .tinv-modal .tinv-table .tinv-cell .tinv-modal-inner .tinvwl-buttons-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 25px 0 0;
}
.tinv-wishlist .tinv-modal .tinv-table .tinv-cell .tinv-modal-inner .tinvwl-buttons-group:before, .tinv-wishlist .tinv-modal .tinv-table .tinv-cell .tinv-modal-inner .tinvwl-buttons-group:after {
  display: none;
}
.tinv-wishlist .tinv-modal .tinv-table .tinv-cell .tinv-modal-inner .tinvwl-buttons-group:has(.button:nth-child(1)):not(:has(.button:nth-child(2))) .button {
  max-width: 125px;
}
.tinv-wishlist .tinv-modal .tinv-table .tinv-cell .tinv-modal-inner .tinvwl-buttons-group .button {
  min-width: 100%;
  width: 100%;
  max-width: 180px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  min-width: auto;
  height: 40px;
  min-height: auto;
  padding: 10px 22px 10px;
  letter-spacing: 0.5px;
  border-radius: 5px;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #ffffff;
  background: #DE4426;
  overflow: hidden;
  margin: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.tinv-wishlist .tinv-modal .tinv-table .tinv-cell .tinv-modal-inner .tinvwl-buttons-group .button:hover {
  background: #DE4426;
  color: #ffffff;
}
.tinv-wishlist .tinv-modal .tinv-table .tinv-cell .tinv-modal-inner .tinvwl-buttons-group .button:hover:after {
  left: -30%;
  opacity: 1;
  top: -20%;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-property: left, top, opacity;
  transition-timing-function: linear;
}
.tinv-wishlist .tinv-modal .tinv-table .tinv-cell .tinv-modal-inner .tinvwl-buttons-group .button span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #ffffff;
}
.tinv-wishlist .tinv-modal .tinv-table .tinv-cell .tinv-modal-inner .tinvwl-buttons-group .button:after {
  content: "";
  height: 200%;
  width: 200%;
  position: absolute;
  left: -210%;
  top: -50%;
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0.13), hsla(0, 0%, 100%, 0.13) 77%, hsla(0, 0%, 100%, 0.5) 92%, hsla(0, 0%, 100%, 0));
  opacity: 0;
  transition: all 0.7s ease 0s;
}
.tinv-wishlist .tinv-modal .tinv-table .tinv-cell .tinv-modal-inner .tinvwl-buttons-group .button i, .tinv-wishlist .tinv-modal .tinv-table .tinv-cell .tinv-modal-inner .tinvwl-buttons-group .button img {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .tinv-wishlist .tinv-modal .tinv-table .tinv-cell .tinv-modal-inner .tinvwl-buttons-group .button {
    font-size: 14px;
    line-height: 22px;
  }
}
.tinv-wishlist .tinv-modal .tinv-table .tinv-cell .tinv-modal-inner .tinvwl-buttons-group .button.tinvwl_button_view {
  gap: 5px;
  padding: 10px 22px 10px 15px;
}
.tinv-wishlist .tinv-modal .tinv-table .tinv-cell .tinv-modal-inner .tinvwl-buttons-group .button.tinvwl_button_close {
  gap: 2px;
  padding: 10px 22px 10px 12px;
}
.tinv-wishlist .tinv-modal .tinv-table .tinv-cell .tinv-modal-inner .tinvwl-buttons-group .button i {
  position: relative;
  top: -2px;
}
.tinv-wishlist .tinv-modal .tinv-table .tinv-cell .tinv-modal-inner .tinvwl-buttons-group .button i.ftinvwl-heart-o {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .tinv-wishlist .tinv-modal .tinv-table .tinv-cell .tinv-modal-inner .tinvwl-buttons-group .button i.ftinvwl-heart-o {
    font-size: 19px;
  }
}
.tinv-wishlist .tinv-modal .tinv-table .tinv-cell .tinv-modal-inner .tinvwl-buttons-group .button i.ftinvwl-times {
  font-size: 24px;
}

#woosq-popup {
  max-width: 850px;
  max-height: max-content;
  border-radius: 12px;
  padding: 18px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #woosq-popup {
    padding: 16px 16px 13px;
  }
}
#woosq-popup .mfp-close {
  position: absolute;
  right: 8px;
  top: 8px;
}
@media screen and (max-width: 767px) {
  #woosq-popup .mfp-close {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8.7px 0.5px 0 0;
    right: 24px;
    top: 24px;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  #woosq-popup .mfp-close:before {
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
  }
}
#woosq-popup .woocommerce .product {
  display: grid !important;
  grid-template-columns: repeat(2, calc(50% - 16px));
  align-items: self-start;
  column-gap: 30px;
}
@media screen and (max-width: 767px) {
  #woosq-popup .woocommerce .product {
    grid-template-columns: auto;
  }
}
#woosq-popup .woocommerce .product .thumbnails {
  width: 100% !important;
  height: 100%;
}
#woosq-popup .woocommerce .product .thumbnails .images .slick-prev, #woosq-popup .woocommerce .product .thumbnails .images .slick-next {
  width: 32px;
  height: 32px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#woosq-popup .woocommerce .product .thumbnails .images .slick-prev:before, #woosq-popup .woocommerce .product .thumbnails .images .slick-next:before {
  color: #ffffff;
  font-size: 20px;
}
#woosq-popup .woocommerce .product .thumbnails .images .slick-prev {
  left: 12px;
}
#woosq-popup .woocommerce .product .thumbnails .images .slick-next {
  right: 12px;
}
#woosq-popup .woocommerce .product .thumbnails .images ul.slick-dots li.slick-active button:before {
  background: #DE4426;
}
#woosq-popup .woocommerce .product .thumbnails .images ul.slick-dots li button {
  padding: 0;
  opacity: 1;
}
#woosq-popup .woocommerce .product .thumbnails .images ul.slick-dots li button:before {
  background: rgba(0, 0, 0, 0.4);
}
#woosq-popup .woocommerce .product .thumbnails .images .thumbnail {
  height: auto;
}
#woosq-popup .woocommerce .product .thumbnails .images .thumbnail img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 12px;
  object-position: top;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  #woosq-popup .woocommerce .product .thumbnails .images .thumbnail img {
    height: 270px;
  }
}
@media screen and (max-width: 767px) {
  #woosq-popup .woocommerce .product .thumbnails .images .thumbnail img {
    height: 230px;
  }
}
#woosq-popup .woocommerce .product .summary {
  width: 100% !important;
  height: 100%;
}
#woosq-popup .woocommerce .product .summary .summary-content {
  position: relative;
  padding: 20px 0 60px;
}
@media screen and (max-width: 767px) {
  #woosq-popup .woocommerce .product .summary .summary-content {
    min-height: 280px;
  }
}
#woosq-popup .woocommerce .product .summary .summary-content h1.product_title {
  font-size: 22px;
  line-height: 29px;
  font-weight: 500;
  margin: 0 0 16px;
}
@media screen and (max-width: 991px) {
  #woosq-popup .woocommerce .product .summary .summary-content h1.product_title {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 12px;
  }
}
#woosq-popup .woocommerce .product .summary .summary-content .woocommerce-product-details__short-description, #woosq-popup .woocommerce .product .summary .summary-content .season-size-chart {
  display: none;
}
#woosq-popup .woocommerce .product .summary .summary-content .woocommerce-product-rating .star-rating:before {
  color: #ffc700;
}
#woosq-popup .woocommerce .product .summary .summary-content .woocommerce-product-rating .star-rating > span:before {
  display: none;
}
#woosq-popup .woocommerce .product .summary .summary-content .woocommerce-product-rating .star-rating > span span.rating:before {
  display: none;
}
#woosq-popup .woocommerce .product .summary .summary-content .woocommerce-product-rating .woocommerce-review-link {
  font-size: 14px;
  line-height: 22px;
  color: #DE4426;
}
#woosq-popup .woocommerce .product .summary .summary-content .woocommerce-product-rating .woocommerce-review-link span {
  font-size: 14px;
  line-height: 22px;
  color: #DE4426;
}
#woosq-popup .woocommerce .product .summary .summary-content p.price {
  color: #DE4426;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: left;
  flex-direction: row-reverse;
  gap: 6px;
  position: relative;
  margin: 0 0 25px;
}
#woosq-popup .woocommerce .product .summary .summary-content p.price span {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #DE4426;
}
#woosq-popup .woocommerce .product .summary .summary-content p.price del span {
  text-decoration: line-through;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #444;
}
#woosq-popup .woocommerce .product .summary .summary-content p.price .price-cut {
  text-decoration: line-through;
  font-weight: 400;
  color: #8a90a2;
  position: relative;
}
#woosq-popup .woocommerce .product .summary .summary-content .cart {
  margin: 0;
}
#woosq-popup .woocommerce .product .summary .summary-content .cart .quantity input[type=number] {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  outline: none;
  box-shadow: none;
  height: 40px;
  border-radius: 5px;
  min-width: 100px;
  font-size: 18px;
  line-height: 2px;
  font-weight: 400;
}
#woosq-popup .woocommerce .product .summary .summary-content .cart .single_add_to_cart_button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  min-width: auto;
  height: 40px;
  min-height: auto;
  padding: 10px 22px 10px;
  letter-spacing: 0.5px;
  border-radius: 5px;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #ffffff;
  background: #DE4426;
  overflow: hidden;
  margin: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
  min-width: 160px;
  margin: 0 0 0 8px;
}
#woosq-popup .woocommerce .product .summary .summary-content .cart .single_add_to_cart_button:hover {
  background: #DE4426;
  color: #ffffff;
}
#woosq-popup .woocommerce .product .summary .summary-content .cart .single_add_to_cart_button:hover:after {
  left: -30%;
  opacity: 1;
  top: -20%;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-property: left, top, opacity;
  transition-timing-function: linear;
}
#woosq-popup .woocommerce .product .summary .summary-content .cart .single_add_to_cart_button span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #ffffff;
}
#woosq-popup .woocommerce .product .summary .summary-content .cart .single_add_to_cart_button:after {
  content: "";
  height: 200%;
  width: 200%;
  position: absolute;
  left: -210%;
  top: -50%;
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0.13), hsla(0, 0%, 100%, 0.13) 77%, hsla(0, 0%, 100%, 0.5) 92%, hsla(0, 0%, 100%, 0));
  opacity: 0;
  transition: all 0.7s ease 0s;
}
#woosq-popup .woocommerce .product .summary .summary-content .cart .single_add_to_cart_button i, #woosq-popup .woocommerce .product .summary .summary-content .cart .single_add_to_cart_button img {
  margin: 0;
}
#woosq-popup .woocommerce .product .summary .summary-content .cart .tinv-wishlist {
  display: none;
}
#woosq-popup .woocommerce .product .summary .summary-content .product_meta {
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 1px solid #e8e8e8;
  width: 100%;
  padding: 12px 0 0;
  text-align: center;
}
#woosq-popup .woocommerce .product .summary .summary-content .product_meta span.posted_in {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #0D121B;
}
#woosq-popup .woocommerce .product .summary .summary-content .product_meta span.posted_in a {
  color: #DE4426;
}

.select2-container .select2-dropdown {
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  padding: 16px;
}
.select2-container .select2-dropdown .select2-search {
  margin: 0 0 15px;
}
.select2-container .select2-dropdown .select2-search input.select2-search__field {
  height: 38px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #8a90a2;
  border-radius: 8px;
  padding: 9px 12px 9px;
  border: 1px solid #e8e8e8;
  position: relative;
  outline: none;
  appearance: none;
  background-color: #ffffff;
}
.select2-container .select2-dropdown .select2-search input.select2-search__field::placeholder {
  color: #8a90a2;
}
.select2-container .select2-dropdown .select2-search input.select2-search__field:focus {
  box-shadow: none;
}
.select2-container .select2-dropdown span.select2-results ul.select2-results__options::-webkit-scrollbar {
  background-color: #ffffff;
  width: 14px;
}
.select2-container .select2-dropdown span.select2-results ul.select2-results__options::-webkit-scrollbar-track {
  background-color: #ffffff;
}
.select2-container .select2-dropdown span.select2-results ul.select2-results__options::-webkit-scrollbar-thumb {
  background-color: #DE4426;
  border-radius: 10px;
  border: 4px solid #ffffff;
}
.select2-container .select2-dropdown span.select2-results ul.select2-results__options::-webkit-scrollbar-button {
  display: none;
}
.select2-container .select2-dropdown span.select2-results ul.select2-results__options li.select2-results__option {
  display: block;
  padding: 12px;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  color: #0D121B;
}
.select2-container .select2-dropdown span.select2-results ul.select2-results__options li.select2-results__option[data-selected=true] {
  background: #D8E6F5;
  color: #0D121B;
}
.select2-container .select2-dropdown span.select2-results ul.select2-results__options li.select2-results__option.select2-results__option--highlighted {
  background: rgb(222, 68, 38);
  color: #ffffff;
}
.select2-container .select2-dropdown span.select2-results ul.select2-results__options li.select2-results__option:hover {
  background: rgba(222, 68, 38, 0.07);
  color: #0D121B;
}

.woocommerce-info, .woocommerce-message {
  background: rgba(222, 68, 38, 0.05);
  font-size: 15px;
  line-height: 21px;
  color: #0D121B;
  border-color: #DE4426;
  margin: 0 0 0;
}
.woocommerce-info a, .woocommerce-message a {
  font-size: 15px;
  line-height: 21px;
}
.woocommerce-info:before, .woocommerce-message:before {
  color: #DE4426;
}

.woocommerce-breadcrumb {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #0D121B !important;
  border-bottom: 2px solid rgb(237, 239, 237);
}
@media screen and (max-width: 767px) {
  .woocommerce-breadcrumb {
    display: none;
  }
}
.woocommerce-breadcrumb a {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #999999 !important;
  display: inline-block;
  padding: 17px 30px;
  border-right: 2px solid rgb(237, 239, 237);
}
.woocommerce-breadcrumb a:hover {
  color: #DE4426 !important;
}
.woocommerce-breadcrumb a:last-of-type {
  margin-right: 30px;
}

#fkcart-modal .fkcart-modal-container .fkcart-preview-ui .fkcart-slider-header .fkcart-slider-heading .fkcart-title {
  font-weight: 500;
}
#fkcart-modal .fkcart-modal-container .fkcart-preview-ui .fkcart-slider-body .fkcart-item-wrap .fkcart--item .fkcart-item-info .fkcart-item-meta a {
  font-weight: 500;
}
#fkcart-modal .fkcart-modal-container .fkcart-preview-ui .fkcart-slider-body .fkcart-item-wrap .fkcart--item .fkcart-item-info .fkcart-item-meta .fkcart-item-title-price .fkcart-item-meta-content .fkcart-select-options {
  display: none;
}
#fkcart-modal .fkcart-modal-container .fkcart-preview-ui .fkcart-slider-footer .fkcart-coupon-area .fkcart-coupon-head .fkcart-coupon-title {
  font-weight: 500;
}
#fkcart-modal .fkcart-modal-container .fkcart-preview-ui .fkcart-slider-footer .fkcart-order-summary .fkcart-order-summary-container .fkcart-summary-line-item .fkcart-summary-text strong {
  font-weight: 500;
}

.instagram-gallery-modal {
  width: 100%;
  max-width: 800px;
}
@media screen and (max-width: 991px) {
  .instagram-gallery-modal {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .instagram-gallery-modal .instagram-gallery-modal__options .instagram-gallery-modal__options--arrows {
    margin: 0 0 10px;
  }
}
.instagram-gallery-modal .instagram-gallery-modal__options .instagram-gallery-modal__button-close {
  font-size: 22px;
  margin: 0 0 8px;
}
.instagram-gallery-modal .instagram-gallery-modal__body {
  max-height: max-content;
  display: grid;
  grid-template-columns: 1fr 300px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .instagram-gallery-modal .instagram-gallery-modal__body {
    grid-template-columns: 1fr 280px;
  }
}
@media screen and (max-width: 767px) {
  .instagram-gallery-modal .instagram-gallery-modal__body {
    display: block;
  }
}
.instagram-gallery-modal .instagram-gallery-modal__body .instagram-gallery-modal__media-container {
  width: 100%;
}
.instagram-gallery-modal .instagram-gallery-modal__body .instagram-gallery-modal__media-container img {
  width: 100%;
  max-height: max-content;
  height: 100%;
  object-fit: contain;
}
.instagram-gallery-modal .instagram-gallery-modal__body .instagram-gallery-modal__media-sidebar {
  width: 100%;
}
.instagram-gallery-modal .instagram-gallery-modal__body .instagram-gallery-modal__media-sidebar::-webkit-scrollbar {
  background-color: #ffffff;
  width: 14px;
}
.instagram-gallery-modal .instagram-gallery-modal__body .instagram-gallery-modal__media-sidebar::-webkit-scrollbar-track {
  background-color: #ffffff;
}
.instagram-gallery-modal .instagram-gallery-modal__body .instagram-gallery-modal__media-sidebar::-webkit-scrollbar-thumb {
  background-color: #DE4426;
  border-radius: 10px;
  border: 4px solid #ffffff;
}
.instagram-gallery-modal .instagram-gallery-modal__body .instagram-gallery-modal__media-sidebar::-webkit-scrollbar-button {
  display: none;
}
@media screen and (max-width: 767px) {
  .instagram-gallery-modal .instagram-gallery-modal__body .instagram-gallery-modal__media-sidebar {
    display: none;
  }
}
.instagram-gallery-modal .instagram-gallery-modal__body .instagram-gallery-modal__media-sidebar .instagram-gallery-modal__media_description {
  height: 510px;
}
.instagram-gallery-modal .instagram-gallery-modal__body .instagram-gallery-modal__media-sidebar .instagram-gallery-modal__media_description p {
  color: #999;
  font-size: 12px;
  line-height: 22px;
}

.hide-seo-text {
  display: none;
}

.pro-swatches-tooltip {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .cky-consent-container .cky-consent-bar {
    border-radius: 16px 16px 0 0 !important;
  }
}
.cky-consent-container .cky-consent-bar .cky-notice .cky-title {
  font-weight: 500;
  margin: 0 0 10px;
}
@media screen and (min-width: 1200px) {
  .cky-consent-container .cky-consent-bar .cky-notice .cky-title {
    font-size: 20px;
    line-height: 26px;
  }
}
.cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-des p {
  line-height: 20px;
}
.cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-btn-wrapper {
  margin: 20px 0 0;
}
.cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-btn-wrapper .cky-btn {
  letter-spacing: 0.5px;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .cky-modal {
    width: calc(100% - 26px);
  }
}
@media screen and (max-width: 767px) {
  .cky-modal .cky-preference-center {
    max-height: 80vh;
  }
}
.cky-modal .cky-preference-center .cky-preference-header span.cky-preference-title {
  font-weight: 500;
}
.cky-modal .cky-preference-center .cky-preference-body-wrapper .cky-accordion-wrapper .cky-accordion .cky-accordion-item .cky-accordion-header-wrapper .cky-accordion-header .cky-accordion-btn {
  font-weight: 500;
}
.cky-modal .cky-preference-center .cky-preference-body-wrapper .cky-accordion-wrapper .cky-accordion .cky-accordion-item .cky-accordion-header-wrapper .cky-accordion-header .cky-always-active {
  font-weight: 500;
}
.cky-modal .cky-preference-center .cky-preference-body-wrapper .cky-accordion-wrapper .cky-accordion .cky-accordion-item .cky-accordion-header-wrapper .cky-accordion-header-des p {
  line-height: 20px;
}
.cky-modal .cky-preference-center .cky-footer-wrapper div[data-cky-tag=detail-powered-by] {
  display: none !important;
}

.whatsapp-float-btn {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 3;
  box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
  animation: ripple 3s infinite;
  transform: translateZ(0);
}
@media screen and (max-width: 767px) {
  .whatsapp-float-btn {
    width: 55px;
    height: 55px;
    bottom: 15px;
    right: 15px;
  }
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 30px rgba(37, 211, 102, 0);
    @media screen and (max-width: 767px) {
      .whatsapp-float-btn {
        box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);
      }
    }
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}
.whatsapp-float-btn:before, .whatsapp-float-btn:after {
  content: "";
  box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
  width: 65px;
  height: 65px;
  border-radius: 50%;
  animation: ripple 3s infinite 0.9s;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .whatsapp-float-btn:before, .whatsapp-float-btn:after {
    width: 55px;
    height: 55px;
  }
}
.whatsapp-float-btn:after {
  animation: ripple 3s infinite 0.6s;
}
.whatsapp-float-btn i {
  color: #ffffff;
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  .whatsapp-float-btn i {
    font-size: 30px;
  }
}

/*******************************************************
                   MODAL SCSS START
********************************************************/
.size-chart-modal .modal-dialog {
  max-width: 700px;
}
.size-chart-modal .modal-dialog .modal-content {
  padding: 0;
  border-radius: 12px;
}
@media screen and (max-width: 1199px) {
  .size-chart-modal .modal-dialog .modal-content {
    margin: 0 10px;
  }
}
.size-chart-modal .modal-dialog .modal-content .modal-body {
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .size-chart-modal .modal-dialog .modal-content .modal-body {
    padding: 16px 24px;
  }
}
.size-chart-modal .modal-dialog .modal-content .modal-body .chart-body-wrapper .chart-header {
  padding: 0 0 24px;
  margin: 0 0 24px;
  border-bottom: 1px solid #E5E7EB;
}
@media screen and (max-width: 767px) {
  .size-chart-modal .modal-dialog .modal-content .modal-body .chart-body-wrapper .chart-header {
    padding: 0 0 14px;
  }
}
.size-chart-modal .modal-dialog .modal-content .modal-body .chart-body-wrapper .chart-header h3 {
  margin-bottom: 0;
}
.size-chart-modal .modal-dialog .modal-content .modal-body .chart-body-wrapper .chart-header .cross-icon {
  text-align: right;
}
.size-chart-modal .modal-dialog .modal-content .modal-body .chart-body-wrapper .chart-body .chart-img img {
  width: 100%;
}

/*******************************************************
                   MODAL SCSS END
********************************************************/

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