/*-------------------------------------
    Template Name: SuperMart - eCommerce HTML5 Template
    Template URI: 
    Description: SuperMart - eCommerce HTML5 Template
    更多精品模板：Http://www.bootstrapmb.com
    Version: 1.0
    Tags: ecommerce, html, theme, template, etc
---------------------------------------*/
/*
    Table of Context
    -------------------------------
    01. Common CSS
    02. Content Box
    03. Video Box
    04. Icon Box
    05. Order, Unorder List
    06. Round One side
    07. Overlap Image Box
    08. Image Box
    09. Icon list block
    
    01. Header style
    02. Banner style
    03. Block style
    04. Banner Ads section
    05. Product section
    06. About section
    07. Category section
    08. Collection section
    09. Feature section 
    10. Team section
    11. Archive-category section
    12. Testimonial section
    13. Blog section
    14. Partner section
    15. Faq section
    16. Cart section
    17. Checkout section
    18. Order Confirm Section
    19. Step Section
    20. Login popup
    21. Signup popup
    22. Forget popup
    23. flyout Menu
    24. flyout Cart
    25. Blog section
    26. Contact section
    27. Call to Action section
    28. Footer

    29. Home Page
    30. About page 
    31. All Category page
    32. Product page
    33. Search Product page
    34. Product Details Page
    35. Cart page
    36. Checkout page
    37. Order Tracking page
    38. Blog Grid page
    39. Blog List page
    40. Blog Details page
    41. Privacy Policy page
    42. Terms of Service page
    43. Comming-Soon page
    44. 404 page
    45. Contact page
   
*/
/*********************************
/* Fonts
/* Inter
/* Roboto
*********************************/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/**********
 ** Uses
@include themify($themes) {
    propnname: themed('variable');  
}
**/
/**
 * For max-width media query, device width are sets as::after
 * xl = 1440
 * medium = 1199
 * tabland = 991
 * tabport = 767
 * phone
 * phone-sm
 * phone-mid
 * phone-xm
 */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  background: transparent;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.7rem;
}

a {
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
  outline: 0px;
}

button:hover, button:focus {
  outline: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

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

figure {
  margin: 0;
}

section {
  display: block;
  position: relative;
  padding: 60px 0;
  width: 100%;
}

@media screen and (max-width: 479px) {
  section {
    padding: 50px 0;
  }
}

.gutters-5 {
  margin-right: -5px;
  margin-left: -5px;
}

.gutters-5 > .col,
.gutters-5 > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.gutters-10 {
  margin-right: -10px;
  margin-left: -10px;
}

.gutters-10 > .col,
.gutters-10 > [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

.gutters-15 {
  margin-right: -15px;
  margin-left: -15px;
}

.gutters-15 > .col,
.gutters-15 > [class*="col-"] {
  padding-right: 15px;
  padding-left: 15px;
}

.gutters-20 {
  margin-right: -20px;
  margin-left: -20px;
}

.gutters-20 > .col,
.gutters-20 > [class*="col-"] {
  padding-right: 20px;
  padding-left: 20px;
}

.gutters-25 {
  margin-right: -25px;
  margin-left: -25px;
}

.gutters-25 > .col,
.gutters-25 > [class*="col-"] {
  padding-right: 25px;
  padding-left: 25px;
}

.mb-05 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mt-05 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.ml-05 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.mr-05 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.px-05 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.px-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.px-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.px-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.py-05 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.py-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.py-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.pb-05 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pt-05 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pl-05 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pr-05 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.text-10 {
  font-size: 10px !important;
}

.text-11 {
  font-size: 11px !important;
}

.text-12 {
  font-size: 12px !important;
}

.text-13 {
  font-size: 13px !important;
}

.text-14 {
  font-size: 14px !important;
}

.text-15 {
  font-size: 15px !important;
}

.text-16 {
  font-size: 16px !important;
}

.text-17 {
  font-size: 17px !important;
}

.text-18 {
  font-size: 18px !important;
}

.text-19 {
  font-size: 19px !important;
}

.text-20 {
  font-size: 20px !important;
}

.text-21 {
  font-size: 21px !important;
}

.text-22 {
  font-size: 22px !important;
}

.text-23 {
  font-size: 23px !important;
}

.text-24 {
  font-size: 24px !important;
}

.text-25 {
  font-size: 25px !important;
}

.text-26 {
  font-size: 26px !important;
}

.text-27 {
  font-size: 27px !important;
}

.text-28 {
  font-size: 28px !important;
}

.text-29 {
  font-size: 29px !important;
}

.text-30 {
  font-size: 30px !important;
}

.text-31 {
  font-size: 31px !important;
}

.text-32 {
  font-size: 32px !important;
}

/*********************************
/*  Input Apperance Start
*********************************/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield !important;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  border-radius: 4px;
  margin-right: 2px;
  -webkit-filter: invert(1);
  filter: invert(1);
}

/*********************************
/*  Input Apperance End
*********************************/
/*********************************
/* Preloader Css Start
*********************************/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #eb5e28;
  z-index: 99999999;
  width: 100%;
  height: auto;
}

#preloader #status {
  width: 120px;
  height: 120px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

#preloader #status::before {
  content: "";
  position: absolute;
  pointer-events: none;
  width: 100% !important;
  height: 100% !important;
  left: 0;
  top: 0;
  opacity: 1;
  bottom: 0;
  right: 0;
  margin: auto;
  border-bottom: 2px solid #fff;
  border-radius: 50%;
  -webkit-animation: rotating 6s linear infinite;
          animation: rotating 6s linear infinite;
}

#preloader #status::after {
  content: "";
  position: absolute;
  pointer-events: none;
  width: 90%;
  height: 90%;
  left: 0;
  top: 0;
  opacity: 1;
  bottom: 0;
  right: 0;
  margin: auto;
  border-top: 2px solid #fff;
  border-radius: 50%;
  -webkit-animation: rotating 6s linear infinite;
          animation: rotating 6s linear infinite;
}

#preloader #status img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: auto;
  display: block;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*********************************
/* Preloader Css End
*********************************/
/*********************************
/* Scroll Up Css Start
*********************************/
.scroll-top {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  bottom: -30px;
  right: 30px;
  font-size: 14px;
  border-radius: 50%;
  z-index: 99;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #eb5e28;
  text-transform: capitalize;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  border: none;
  opacity: 0;
}

.scroll-top.open {
  bottom: 30px;
  opacity: 1;
  right: 30px;
}

.scroll-top::after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.scroll-top:hover {
  background: #252522;
}

/*********************************
/* Scroll Up Css End
*********************************/
/*********************************
/* Swiper Arrow Center Start
*********************************/
.swiper__arrow-center .swiper-button-next,
.swiper__arrow-center .swiper-button-prev {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: #eb5e28;
  color: #fff;
  font-size: 13px;
  bottom: 0;
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

@media screen and (max-width: 767px) {
  .swiper__arrow-center .swiper-button-next,
  .swiper__arrow-center .swiper-button-prev {
    height: 50px;
    width: 50px;
  }
}

@media screen and (max-width: 575px) {
  .swiper__arrow-center .swiper-button-next,
  .swiper__arrow-center .swiper-button-prev {
    height: 40px;
    width: 40px;
  }
}

.swiper__arrow-center .swiper-button-next::after,
.swiper__arrow-center .swiper-button-prev::after {
  display: none;
}

.swiper__arrow-center .swiper-button-next svg path,
.swiper__arrow-center .swiper-button-prev svg path {
  stroke: #fff;
}

.swiper__arrow-center .swiper-button-next {
  margin-right: 50px;
  left: auto;
  right: 0;
}

@media screen and (max-width: 575px) {
  .swiper__arrow-center .swiper-button-next {
    margin-right: 20px;
  }
}

.swiper__arrow-center .swiper-button-prev {
  margin-left: 50px;
}

@media screen and (max-width: 575px) {
  .swiper__arrow-center .swiper-button-prev {
    margin-left: 20px;
  }
}

/*********************************
/* Swiper Arrow Center End
*********************************/
/*********************************
/*  Common Css Start
*********************************/
.border-none {
  border: none !important;
}

.btn-red {
  background: #d92d20 !important;
}

.btn-red:focus, .btn-red:hover {
  background: #252522 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-green {
  background: #12b76a !important;
}

.btn-green:focus, .btn-green:hover {
  background: #252522 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

button:hover, button:focus {
  outline: 0px;
}

::-moz-selection {
  background: #eb5e28;
  color: #fff;
}

::selection {
  background: #eb5e28;
  color: #fff;
}

/*********************************
/*  row Custom
*********************************/
.row > * {
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 1);
  padding-left: calc(var(--bs-gutter-x) * 1);
  margin-top: var(--bs-gutter-y);
}

@media screen and (max-width: 768px) {
  .column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}

@media (min-width: 479px) and (max-width: 575px) {
  .col-xs-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
}

/*********************************
/*  Heading Typography
*********************************/
h1 {
  font-family: "Inter", sans-serif;
  font-size: 110px;
  font-weight: 500;
  line-height: 110px;
  letter-spacing: -0.02em;
  color: #252522;
}

@media screen and (max-width: 1440px) {
  h1 {
    font-size: 100px;
  }
}

@media screen and (max-width: 1199px) {
  h1 {
    font-size: 70px;
    line-height: 80px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 60px;
    line-height: 80px;
  }
}

@media screen and (max-width: 575px) {
  h1 {
    font-size: 55px;
    line-height: 65px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 45px;
    line-height: 55px;
  }
}

h2 {
  font-family: "Inter", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -0.02em;
  color: #252522;
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 575px) {
  h2 {
    line-height: 34px;
  }
}

h4 {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}

/*********************************
/*  Content Typography
*********************************/
p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #403c39;
}

/*********************************
/*  Section Tittle Start
*********************************/
.section-title {
  margin-bottom: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section-title__wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
}

@media screen and (max-width: 479px) {
  .section-title__wrap {
    display: block;
  }
}

.section-title h2 {
  margin-bottom: 0;
}

.section-title p {
  margin: 0 0 10px 0;
  color: #252522;
}

.solid-btn {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #98a2b3;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.solid-btn i {
  font-size: 16px;
  margin-left: 3px;
}

.solid-btn:hover {
  color: #eb5e28;
}

/*********************************
/*  Section Tittle End
*********************************/
/*********************************
/* Custom Width
*********************************/
.w-25 {
  width: 25%;
}

.w-33 {
  width: 33.33%;
}

.w-50 {
  width: 50%;
}

.w-75 {
  width: 75%;
}

.w-100 {
  width: 100%;
}

/*********************************
/*  Button Start
*********************************/
.btn {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 7px 16px;
  border-radius: 8px;
  border: none;
  outline: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.btn-primary {
  background-color: #eb5e28;
  color: #fff;
  -webkit-box-shadow: 0px 1px 2px 0px #1018280d;
          box-shadow: 0px 1px 2px 0px #1018280d;
}

.btn-primary:focus, .btn-primary:hover {
  background: #252522;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline {
  background-color: transparent;
  color: #403c39;
  border: 1px solid #eaecf0;
}

.btn-outline:focus, .btn-outline:hover {
  background: #eb5e28;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #eb5e28;
}

.btn-disable {
  background-color: #98a2b3;
  color: #fff;
  cursor: not-allowed !important;
}

/* ============================ */
/* Section Header Start */
/* ============================ */
.section-header {
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .section-header {
    margin-bottom: 32px;
  }
}

.section-header__title {
  width: 100%;
  max-width: 475px;
  font-family: "Inter", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -0.02em;
  text-transform: capitalize;
}

.section-header__title + .section-header__desc {
  margin-top: 24px;
}

.section-header__desc {
  width: 100%;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  color: #637381;
}

.section-header--lg {
  max-width: 816px;
}

.section-header--md {
  max-width: 650px;
}

.section-header--sm {
  max-width: 466px;
}

.section-header--left {
  text-align: left;
  margin-left: 0;
  margin-right: auto;
}

.section-header--right {
  text-align: right;
  margin-left: auto;
  margin-right: 0;
}

.section-header--right .section-header__title, .section-header--right .section-header__desc {
  margin-left: auto;
}

.section-header--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-header--center .section-header__title, .section-header--center .section-header__desc {
  margin-left: auto;
  margin-right: auto;
}

/*********************************
/* Header Start
*********************************/
.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
  background: #fff;
}

@media screen and (max-width: 991px) {
  .header {
    border-bottom: 1px solid #f2f4f7;
  }
}

.header__top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 18px 0;
}

@media screen and (max-width: 991px) {
  .header__top {
    padding: 10px 5px 10px 0;
    border-bottom: 1px solid #eaecf0;
  }
}

.header__left {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.header__wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .nav {
  background-color: #fff;
  padding: 0px;
  margin: 0 auto;
  border-bottom: 1px solid #f2f4f7;
  border-top: 1px solid #f2f4f7;
}

@media screen and (max-width: 991px) {
  .header .nav {
    padding: 14px 0px;
  }
}

.header__logo a img {
  width: auto;
  height: auto;
  display: block;
}

@media screen and (max-width: 375px) {
  .header__logo a img {
    max-width: 125px;
  }
}

.header__menu .main__menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
}

.header__menu .main__menu li {
  position: relative;
  list-style: none;
}

.header__menu .main__menu li a {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #667085;
  display: inline-block;
  margin-right: 40px;
  line-height: 48px;
  padding: 0;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: relative;
}

.header__menu .main__menu li:hover a, .header__menu .main__menu li.active a {
  color: #eb5e28;
}

.header__menu .main__menu li:hover a::after, .header__menu .main__menu li.active a::after {
  color: #eb5e28 !important;
}

.header__menu .main__menu li:last-child a {
  margin-right: 0;
}

.header__menu .main__menu li.has__dropdown a {
  position: relative;
}

.header__menu .main__menu li.has__dropdown a::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  color: #667085;
  margin-left: 13px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.header__menu .main__menu li .sub__menu {
  position: absolute;
  left: 0;
  top: 110%;
  width: 220px;
  background: #fff;
  -webkit-box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  border-top: 3px solid #eb5e28;
  opacity: 0;
  z-index: 99;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.header__menu .main__menu li .sub__menu li a {
  padding: 10px 25px;
  font-size: 14px;
  line-height: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #667085;
  border-bottom: 1px dashed #d9d9d9;
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}

.header__menu .main__menu li .sub__menu li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #eb5e28;
  width: 10px;
  height: 2px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.header__menu .main__menu li .sub__menu li a::after {
  display: none;
}

.header__menu .main__menu li .sub__menu li a:hover, .header__menu .main__menu li .sub__menu li a.active {
  color: #eb5e28;
  padding-left: 35px;
}

.header__menu .main__menu li .sub__menu li a:hover::before, .header__menu .main__menu li .sub__menu li a.active::before {
  opacity: 1;
  visibility: visible;
  left: 15px;
}

.header__menu .main__menu li .sub__menu li:last-child a {
  border: none;
}

.header__menu .main__menu li:hover .sub__menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.header__menu .main__menu li .mega__menu {
  background-color: #ffffff;
  width: 100%;
  margin: auto;
  padding: 15px 0;
  z-index: 999;
  max-width: 1320px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
}

.header__menu .main__menu li .mega__menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1320px;
  margin: auto;
}

.header__menu .main__menu li .mega__menu .sub-mega__menu {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}

.header__menu .main__menu li .mega__menu .sub-mega__menu .menu__title {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #252522;
  margin-bottom: 5px;
  border: none;
}

.header__menu .main__menu li .mega__menu .sub-mega__menu .menu__title::before {
  display: none;
}

.header__menu .main__menu li .mega__menu .sub-mega__menu .menu__title:hover {
  padding-left: 25px;
}

.header__menu .main__menu li .mega__menu .sub-mega__menu ul li a {
  border: none;
}

.header__meta {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  .header__meta {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-left: 0;
  }
}

.header__meta .meta__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  list-style: none;
  margin-right: 28px;
}

@media screen and (max-width: 1440px) {
  .header__meta .meta__item {
    margin-right: 15px;
  }
}

.header__meta .meta__item:last-of-type {
  margin-right: 0;
}

.header__meta .meta__item li {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #667085;
  margin-right: 28px;
}

.header__meta .meta__item li:last-of-type {
  margin-right: 0;
}

.header__meta .meta__item li i {
  margin-right: 8px;
}

@media screen and (max-width: 767px) {
  .header__meta .meta__item li i {
    margin-right: 0 !important;
  }
}

.header__meta .meta__item li a {
  color: #667085;
  display: block;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.header__meta .meta__item li a i {
  margin-right: 8px;
}

.header__meta .meta__item li a:hover {
  color: #eb5e28;
}

@media screen and (max-width: 767px) {
  .header__meta .meta__item li a span {
    display: none;
  }
}

.nav-bg {
  background: #fff;
  -webkit-box-shadow: 0 22px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 22px 20px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.custom__dropdown {
  position: relative;
}

.custom__dropdown__v2 {
  margin-right: 25px;
}

@media screen and (max-width: 479px) {
  .custom__dropdown__v2 .selected_item, .custom__dropdown__v2 .custom__dropdown .list li, .custom__dropdown .list .custom__dropdown__v2 li {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 575px) {
  .custom__dropdown__v2 .list {
    min-width: 150px !important;
    padding: 0 10px !important;
    width: auto !important;
  }
  .custom__dropdown__v2 .list li {
    font-size: 14px !important;
  }
}

.custom__dropdown.language__select {
  margin-right: 28px;
  width: 140px;
}

@media screen and (max-width: 1440px) {
  .custom__dropdown.language__select {
    margin-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .custom__dropdown.language__select {
    margin-right: 12px;
    width: 100%;
  }
}

.custom__dropdown.language__select .selected_item, .custom__dropdown.language__select .list li {
  min-width: 100%;
}

@media screen and (max-width: 767px) {
  .custom__dropdown.language__select .list {
    left: auto;
    right: 0;
  }
}

.custom__dropdown.language__select .list.active {
  opacity: 1;
  visibility: visible;
  top: 120%;
}

.custom__dropdown .selected_item, .custom__dropdown .list li {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #667085;
  line-height: 24px;
  border: none;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 78px;
  cursor: pointer;
  text-transform: capitalize;
  background: transparent;
  position: relative;
}

.custom__dropdown .selected_item img, .custom__dropdown .list li img {
  width: 24px;
  height: 18px;
  display: block;
  margin-right: 8px;
}

.custom__dropdown .selected_item-v2 {
  min-width: inherit;
  height: 40px;
  border: 0;
  margin-right: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #98a2b3;
  font-weight: 400;
  line-height: 24px;
}

.custom__dropdown .selected_item-v2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 12px;
  left: auto;
  right: -18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.custom__dropdown .list {
  position: absolute;
  list-style: none;
  position: absolute;
  left: 0;
  top: 150%;
  padding: 0px 15px;
  min-width: 175px;
  background: #fff;
  border-radius: 8px;
  border-top: 3px solid #eb5e28;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-box-shadow: -24px 24px 72px 17px rgba(145, 158, 171, 0.24);
          box-shadow: -24px 24px 72px 17px rgba(145, 158, 171, 0.24);
  max-height: 280px;
  overflow: auto;
}

.custom__dropdown .list li {
  padding: 13px 0;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.custom__dropdown .list li:hover {
  color: #eb5e28;
}

.custom__dropdown .list.active {
  opacity: 1;
  visibility: visible;
  top: 120%;
}

.custom__dropdown .list__v2 {
  width: 180px;
}

.custom__dropdown .list__v2 li {
  padding: 10px 0;
}

/*********************************
/* Search Form Start 
*********************************/
.search__form__wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 30px;
}

@media screen and (max-width: 1440px) {
  .search__form__wrapper {
    margin-left: 10px;
  }
}

@media screen and (max-width: 991px) {
  .search__form__wrapper {
    display: none;
  }
}

@media screen and (max-width: 1440px) {
  .search__form__wrapper .search__form {
    max-width: 370px !important;
  }
}

.search__form {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border: 1px solid #eaecf0;
  max-width: 500px;
  background-color: #f9fafb;
  height: 44px;
  border-radius: 8px;
}

.search__form .form-control {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #8b8b8b;
  border: none;
  outline: none;
  padding: 11px 15px;
  background: transparent;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.search__form .form-control:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.search__form button {
  border: 0;
  padding: 0;
  outline: none;
  font-size: 16px;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #667085;
  background: transparent;
  height: 100%;
  width: 54px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-left: 1px solid #eaecf0;
}

.search__form button img {
  width: auto;
  height: auto;
}

.search__form__v2 {
  background: transparent;
  max-width: 100%;
  width: 100%;
}

.search__form.full__width {
  max-width: 100%;
  margin: 6px 0px;
}

/*********************************
/* Search Form Start 
*********************************/
/*********************************
/* Nice Select Start 
*********************************/
.select__style .nice-select {
  border: none;
  font-size: inherit;
  line-height: inherit;
  height: inherit;
  background: transparent;
  width: 130px;
  padding: 10px 30px 10px 15px;
  border-right: 1px solid #eaecf0;
}

.select__style .nice-select::after {
  height: 8px;
  width: 8px;
}

.select__style .nice-select .option {
  min-height: inherit;
  padding: 7px 15px;
}

.select__style .nice-select .option:hover, .select__style .nice-select .option.selected.focus {
  background: rgba(235, 94, 40, 0.1);
  color: #252522;
}

.select__style .nice-select .current, .select__style .nice-select .list li {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #667085;
}

.select__style .nice-select .list {
  width: 100%;
  max-height: 250px;
  overflow: auto;
  -webkit-box-shadow: -24px 24px 72px 17px rgba(145, 158, 171, 0.24);
          box-shadow: -24px 24px 72px 17px rgba(145, 158, 171, 0.24);
}

/*********************************
/* Nice Select End 
*********************************/
/*********************************
/* Header Toggle Start 
*********************************/
.header__toggle {
  margin-right: 15px;
}

@media screen and (max-width: 575px) {
  .header__toggle {
    margin-right: 0;
  }
}

.header__toggle .toggler__btn {
  cursor: pointer;
  border: 0;
  padding: 0;
  outline: none;
  font-size: 24px;
  border: none;
  padding: 0;
  color: #252522;
  height: 40px;
  width: 40px;
  background: transparent;
  border-radius: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 375px) {
  .header__toggle .toggler__btn {
    height: 35px;
    width: 35px;
  }
}

.header__toggle .toggler__btn svg {
  width: auto;
  height: 18px;
}

@media screen and (max-width: 375px) {
  .header__toggle .toggler__btn svg {
    height: 15px;
  }
}

.header__toggle .toggler__btn i {
  pointer-events: none;
}

/*********************************
/* Header Toggle End 
*********************************/
/*********************************
/* MiniCart Start 
*********************************/
.miniCart .header__cart {
  margin-left: 18px;
}

@media screen and (max-width: 767px) {
  .miniCart .header__cart {
    margin-left: 12px;
  }
}

.miniCart .header__cart .cart__btn {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 112px;
  height: 44px;
  background: #eb5e28;
  border-radius: 8px;
  text-transform: capitalize;
  position: relative;
}

@media screen and (max-width: 767px) {
  .miniCart .header__cart .cart__btn {
    color: #667085;
    width: inherit;
    height: auto;
    background: transparent;
    font-size: 13px;
    font-weight: 600;
  }
}

.miniCart .header__cart .cart__btn-img {
  position: relative;
  margin-right: 9px;
}

@media screen and (max-width: 767px) {
  .miniCart .header__cart .cart__btn-img {
    margin-right: 0;
  }
}

.miniCart .header__cart .cart__btn-img img {
  width: 31px;
  height: auto;
  display: block;
}

@media (min-width: 768px) {
  .miniCart .header__cart .cart__btn-img img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}

@media screen and (max-width: 767px) {
  .miniCart .header__cart .cart__btn-img img {
    width: 26px;
  }
}

.miniCart .header__cart .cart__btn-img .value {
  position: absolute;
  line-height: 8px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .miniCart .header__cart .cart__btn .title {
    display: none;
  }
}

.flyoutCart {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.flyoutCart.active {
  opacity: 1;
  visibility: visible;
  right: 0;
}

.flyoutCart.active .flyout__flip {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.flyoutCart .flyout__flip {
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: absolute;
  top: 0;
  right: -200px;
  background: #fff;
  width: 480px;
  height: 100%;
  -webkit-box-shadow: 0px 14px 40px 0px #73737326;
          box-shadow: 0px 14px 40px 0px #73737326;
  padding: 40px;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

@media screen and (max-width: 575px) {
  .flyoutCart .flyout__flip {
    width: 420px;
    padding: 40px 30px;
  }
}

@media screen and (max-width: 479px) {
  .flyoutCart .flyout__flip {
    width: 370px;
    padding: 30px 15px 50px;
  }
}

@media screen and (max-width: 375px) {
  .flyoutCart .flyout__flip {
    width: 315px;
    padding: 30px 10px 100px;
  }
}

.flyoutCart .flyout__inner {
  height: calc(100% - 100px);
}

.flyoutCart .flyout__inner .cart__header-top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.flyoutCart .flyout__inner .cart__header-top .close__btn {
  cursor: pointer;
}

.flyoutCart .flyout__inner .main__title {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #475467;
}

.flyoutCart .flyout__inner .cart__title {
  background: #f2f4f7;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flyoutCart .flyout__inner .cart__title h3 {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #475467;
  margin-bottom: 0;
}

.flyoutCart .flyout__inner .cart__items {
  height: calc(100% - 230px);
  overflow: auto;
  padding-right: 10px;
}

.flyoutCart .flyout__inner .cart__subtotal {
  list-style: none;
  border-top: 1px solid #d0d5dd;
  border-bottom: 1px solid #d0d5dd;
  padding: 15px 0;
}

.flyoutCart .flyout__inner .cart__subtotal li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8px;
}

.flyoutCart .flyout__inner .cart__subtotal li:last-of-type {
  margin-bottom: 0;
}

.flyoutCart .flyout__inner .cart__subtotal li span {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #667085;
}

.flyoutCart .flyout__inner .cart__total {
  padding-top: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flyoutCart .flyout__inner .cart__total h3 {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #475467;
  margin-bottom: 0;
}

.flyoutCart .flyout__inner .cart__total h3 span {
  font-size: 14px;
  line-height: 20px;
}

.flyoutCart .flyout__inner .cart__total .total {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #475467;
}

.flyoutCart .cart__btns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 30px;
}

@media screen and (max-width: 479px) {
  .flyoutCart .cart__btns {
    display: block;
  }
}

.flyoutCart .cart__btns .btn {
  -ms-flex-preferred-size: calc(50% - 10px);
      flex-basis: calc(50% - 10px);
  height: 44px;
  padding: 10px 20px;
  border-radius: 8px;
}

@media screen and (max-width: 479px) {
  .flyoutCart .cart__btns .btn {
    font-size: 14px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    margin-right: 10px;
  }
  .flyoutCart .cart__btns .btn:last-of-type {
    margin-right: 0;
    margin-top: 10px;
  }
}

.flyoutCart .cart__btns .btn-outline {
  color: #667085;
}

.flyoutCart .cart__btns .btn-outline:hover {
  color: #fff;
}

.shopping-card {
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 20px;
}

.shopping-card__image {
  position: relative;
  width: 70px;
  height: 70px;
  background: #f8f8f8;
  border-radius: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 14px;
}

@media screen and (max-width: 479px) {
  .shopping-card__image {
    margin-right: 10px;
  }
}

.shopping-card__image img {
  width: 100%;
  height: 100%;
  max-width: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: block;
  border-radius: 10px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.shopping-card__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.shopping-card__content-top {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.shopping-card__content-top .product__title {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #344054;
  margin-bottom: 6px;
  max-width: 210px;
}

@media screen and (max-width: 479px) {
  .shopping-card__content-top .product__title {
    font-size: 13px;
  }
}

.shopping-card__content-top .product__title a {
  color: #344054;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.shopping-card__content-top .product__title a:hover {
  color: #eb5e28;
}

.shopping-card__content-top .product__price {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #344054;
  margin-bottom: 0;
  max-width: 70px;
}

@media screen and (max-width: 479px) {
  .shopping-card__content-top .product__price {
    font-size: 13px;
  }
}

.shopping-card__content-bottom {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.shopping-card__content-bottom .quantity {
  width: 77px;
  height: 28px;
  border-radius: 6px;
  padding: 4px 6px;
  background: transparent;
  border: 1px solid #d0d5dd;
}

.shopping-card__content-bottom .quantity__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shopping-card__content-bottom .quantity button .bar {
  background: #667085;
  width: 10px;
}

.shopping-card__content-bottom .quantity button .bar::before {
  background: #667085;
  height: 10px;
  right: 4px;
}

.shopping-card__content-bottom .quantity .qnttinput {
  color: #667085;
  font-size: 14px;
}

@media screen and (max-width: 479px) {
  .shopping-card__content-bottom .quantity .qnttinput {
    font-size: 13px;
  }
}

.shopping-card__content-bottom .stock__item {
  margin-left: 10px;
}

@media screen and (max-width: 479px) {
  .shopping-card__content-bottom .stock__item {
    font-size: 13px;
    margin-left: 8px;
  }
}

.shopping-card .action__btn {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #667085;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}

@media screen and (max-width: 375px) {
  .shopping-card .action__btn span {
    display: none;
  }
}

.shopping-card .action__btn:focus {
  border: none;
  outline: none;
}

.shopping-card .action__btn svg {
  width: 16px;
  height: auto;
  margin-right: 6px;
}

.shopping-card .action__btn:hover {
  color: #eb5e28;
}

.shopping-card .action__btn:hover svg path {
  stroke: #eb5e28;
}

.shopping-card__v2 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shopping-card__v2 .shopping-card__image {
  height: 60px;
  width: 60px;
}

.shopping-card__v2 .shopping-card__content-top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shopping-card__v2 .shopping-card__content-top .product__title {
  max-width: 84%;
  line-height: 20px;
  color: #667085;
}

.shopping-card__v2 .shopping-card__content .qty {
  color: #667085;
}

.stock__item {
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  color: #12b76a;
}

/*********************************
/* MiniCart End 
*********************************/
/*********************************
/* Custom Scroll Bar Start
*********************************/
::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px #eb5e28;
          box-shadow: inset 0 0 4px #eb5e28;
  border-radius: 30px;
}

::-webkit-scrollbar-thumb {
  background-color: #eb5e28;
  border-radius: 10px;
}

/*********************************
/* Custom Scroll Bar End
*********************************/
/*********************************
/* FlyOut Menu Start
*********************************/
.flyoutMenu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.flyoutMenu.active {
  opacity: 1;
  visibility: visible;
  right: 0;
}

.flyoutMenu.active .flyout__flip {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.flyoutMenu .flyout__flip {
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: absolute;
  top: 0;
  left: -200px;
  background: #fff;
  width: 360px;
  height: 100%;
  -webkit-box-shadow: 0px 14px 40px 0px #73737326;
          box-shadow: 0px 14px 40px 0px #73737326;
  padding: 0px 25px;
  z-index: 99999;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

@media screen and (max-width: 479px) {
  .flyoutMenu .flyout__flip {
    width: 370px;
  }
}

@media screen and (max-width: 375px) {
  .flyoutMenu .flyout__flip {
    width: 310px;
  }
}

.flyoutMenu .flyout__inner .menu__header-top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0 9px;
}

.flyoutMenu .flyout__inner .menu__header-top .closest__btn {
  cursor: pointer;
}

.flyoutMenu .flyout-main__menu {
  margin-top: 16px;
}

.flyoutMenu .flyout-main__menu li {
  position: relative;
  list-style: none;
  padding: 10px 0;
  border-bottom: 1px solid #eaecf0;
}

.flyoutMenu .flyout-main__menu li a {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #667085;
  display: block;
  line-height: 24px;
  padding: 0px 0;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: relative;
}

.flyoutMenu .flyout-main__menu li a:hover, .flyoutMenu .flyout-main__menu li a.active {
  color: #eb5e28;
}

.flyoutMenu .flyout-main__menu li a:hover::after, .flyoutMenu .flyout-main__menu li a.active::after {
  color: #eb5e28 !important;
}

.flyoutMenu .flyout-main__menu li:last-child a {
  margin-right: 0;
}

.flyoutMenu .flyout-main__menu li.has__dropdown a {
  position: relative;
}

.flyoutMenu .flyout-main__menu li.has__dropdown a::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 11px;
  color: #667085;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flyoutMenu .flyout-main__menu li .sub__menu {
  position: relative;
  background: #fff;
  z-index: 99;
  padding-left: 16px;
  margin-top: 8px;
  display: none;
}

.flyoutMenu .flyout-main__menu li .sub__menu li {
  padding: 0;
  border: none;
}

.flyoutMenu .flyout-main__menu li .sub__menu li:last-of-type {
  margin-bottom: 0;
}

.flyoutMenu .flyout-main__menu li .sub__menu li .title {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #667085;
  display: block;
  line-height: 24px;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: relative;
}

.flyoutMenu .flyout-main__menu li .sub__menu li .title::before {
  display: none;
}

.flyoutMenu .flyout-main__menu li .sub__menu li .title::after {
  display: block;
}

.flyoutMenu .flyout-main__menu li .sub__menu li a {
  padding: 7px 0;
  font-size: 14px;
  line-height: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #667085;
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}

.flyoutMenu .flyout-main__menu li .sub__menu li a::after {
  display: none;
}

.flyoutMenu .flyout-main__menu li .sub__menu li a:hover, .flyoutMenu .flyout-main__menu li .sub__menu li a.active {
  color: #eb5e28;
}

.flyoutMenu .flyout-main__menu li .sub__menu li:last-child a {
  border: none;
}

.flyoutMenu .flyout-main__menu li .sub__sub-menu {
  padding-left: 16px;
  display: none;
}

/*********************************
/* FlyOut Menu End
*********************************/
/*********************************
/* Banner Slider Section Strat 
*********************************/
.banner__slider__section {
  padding: 70px 0px 55px;
}

.banner__content h4 {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  color: #403c39;
  margin-bottom: 16px;
}

@media screen and (max-width: 575px) {
  .banner__content h4 {
    font-size: 20px;
  }
}

.banner__content h1 {
  margin-bottom: 0;
}

.banner__content p {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #667085;
  margin: 30px 0px 0px;
  max-width: 533px;
}

@media screen and (max-width: 991px) {
  .banner__content p {
    font-size: 18px;
  }
}

@media screen and (max-width: 575px) {
  .banner__content p {
    font-size: 16px;
  }
}

.banner__content .hero-btn {
  margin-top: 40px;
}

.banner__content .hero-btn .btn {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  padding: 16px 28px;
}

@media screen and (max-width: 767px) {
  .hero__swiper__slider {
    margin-bottom: 30px;
  }
}

.hero__swiper__slider .swiper-wrapper {
  margin-bottom: 45px;
}

.hero__swiper__slider .swiper-wrapper .swiper-slide .slider__image {
  position: relative;
  height: 100%;
  margin: auto;
  aspect-ratio: 5.7/6.7;
  display: block;
}

@media screen and (max-width: 1440px) {
  .hero__swiper__slider .swiper-wrapper .swiper-slide .slider__image {
    max-width: 550px;
  }
}

@media screen and (max-width: 991px) {
  .hero__swiper__slider .swiper-wrapper .swiper-slide .slider__image {
    aspect-ratio: inherit;
  }
}

.hero__swiper__slider .swiper-wrapper .swiper-slide .slider__image img {
  max-width: 572px;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 320px 40px 40px 40px;
  position: relative;
}

@media screen and (max-width: 1440px) {
  .hero__swiper__slider .swiper-wrapper .swiper-slide .slider__image img {
    max-width: 470px;
    border-radius: 260px 40px 40px 40px;
  }
}

@media screen and (max-width: 1199px) {
  .hero__swiper__slider .swiper-wrapper .swiper-slide .slider__image img {
    max-width: 380px;
    border-radius: 220px 40px 40px 40px;
  }
}

@media screen and (max-width: 575px) {
  .hero__swiper__slider .swiper-wrapper .swiper-slide .slider__image img {
    border-radius: 210px 40px 40px 40px;
  }
}

@media screen and (max-width: 375px) {
  .hero__swiper__slider .swiper-wrapper .swiper-slide .slider__image img {
    border-radius: 190px 40px 40px 40px;
  }
}

.hero__swiper__slider .swiper-wrapper .swiper-slide .slider__image::after {
  content: "";
  position: absolute;
  height: 316px;
  width: 316px;
  bottom: -30px;
  right: 0;
  border-bottom-right-radius: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top-color: transparent;
  border-left-color: transparent;
}

@media screen and (max-width: 1440px) {
  .hero__swiper__slider .swiper-wrapper .swiper-slide .slider__image::after {
    height: 255px;
    width: 255px;
    right: 10px;
  }
}

@media screen and (max-width: 1199px) {
  .hero__swiper__slider .swiper-wrapper .swiper-slide .slider__image::after {
    height: 215px;
    width: 215px;
  }
}

@media screen and (max-width: 991px) {
  .hero__swiper__slider .swiper-wrapper .swiper-slide .slider__image::after {
    display: none;
  }
}

.hero__swiper__slider .swiper-button-next,
.hero__swiper__slider .swiper-button-prev {
  top: auto;
  bottom: -7px;
  left: 44%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.hero__swiper__slider .swiper-button-next::after,
.hero__swiper__slider .swiper-button-prev::after {
  display: none;
}

.hero__swiper__slider .swiper-button-next svg path,
.hero__swiper__slider .swiper-button-prev svg path {
  stroke: #252522;
}

.hero__swiper__slider .swiper-button-next {
  margin-left: 18px;
}

.hero__swiper__slider .swiper-button-prev {
  margin-left: -18px;
}

.hero__swiper__slider .swiper-pagination {
  position: absolute;
  top: 56%;
  bottom: auto;
  right: 0px;
  left: auto;
  width: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1440px) {
  .hero__swiper__slider .swiper-pagination {
    right: 42px;
  }
}

@media (max-width: 1439px) {
  .hero__swiper__slider .swiper-pagination {
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .hero__swiper__slider .swiper-pagination {
    right: 40px;
  }
}

@media screen and (max-width: 575px) {
  .hero__swiper__slider .swiper-pagination {
    right: 5px;
  }
}

/*********************************
/* Banner Slider Section End 
*********************************/
/*********************************
/*  Banner Slider v2 Section Start
*********************************/
.single__slide__wrapper {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 16px;
  padding: 95px 63px 100px;
}

@media screen and (max-width: 991px) {
  .single__slide__wrapper {
    padding: 95px 30px 100px;
  }
}

.hero__wrapper {
  position: relative;
  z-index: 9;
  max-width: 400px;
}

.hero__wrapper .hero__subtitle {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}

.hero__wrapper .hero__title {
  font-family: "Inter", sans-serif;
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  line-height: 52.5px;
  letter-spacing: -0.025em;
  display: inline-block;
  margin-bottom: 10px;
  text-transform: capitalize;
}

@media screen and (max-width: 479px) {
  .hero__wrapper .hero__title {
    font-size: 40px;
    line-height: 60px;
  }
}

@media screen and (max-width: 375px) {
  .hero__wrapper .hero__title {
    font-size: 35px;
    line-height: 50px;
  }
}

.hero__wrapper .hero__content {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 30px;
}

@media screen and (max-width: 479px) {
  .hero__wrapper .hero__content {
    font-size: 16px;
  }
}

.hero__wrapper .hero__btn .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  color: #eb5e28;
  font-weight: 600;
  padding: 14px 35px;
}

.hero__wrapper .hero__btn .btn:hover {
  background: #252522;
  color: #fff;
}

.banner__navigation .swiper-button-next,
.banner__navigation .swiper-button-prev {
  top: auto;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.banner__navigation .swiper-button-next::after,
.banner__navigation .swiper-button-prev::after {
  display: none;
}

.banner__navigation .swiper-button-next svg path,
.banner__navigation .swiper-button-prev svg path {
  stroke: #fff;
}

.banner__navigation .swiper-button-next {
  margin-left: 18px;
}

.banner__navigation .swiper-button-prev {
  margin-left: -18px;
}

.banner__navigation .swiper-pagination {
  position: absolute;
  top: 56%;
  bottom: auto;
  right: 0px;
  left: auto;
  width: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*********************************
/*  Banner Section v2 End
*********************************/
/*********************************
/*  Banner Slider v3 Section Start
*********************************/
.banner__slider__section__v3 {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
}

.banner__slider__section__v3::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  background-color: rgba(64, 60, 57, 0.25);
  z-index: 0;
}

.banner__slider__section__v3 .banner__content {
  padding: 10% 0;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .banner__slider__section__v3 .banner__content {
    padding: 10% 5%;
  }
}

@media screen and (max-width: 575px) {
  .banner__slider__section__v3 .banner__content {
    padding: 20% 10%;
  }
}

.banner__slider__section__v3 .banner__content span {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 150px;
  font-weight: 700;
  line-height: 182px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1199px) {
  .banner__slider__section__v3 .banner__content span {
    font-size: 120px;
    line-height: 124px;
  }
}

@media screen and (max-width: 767px) {
  .banner__slider__section__v3 .banner__content span {
    font-size: 96px;
    line-height: 100px;
  }
}

@media screen and (max-width: 575px) {
  .banner__slider__section__v3 .banner__content span {
    font-size: 46px;
    line-height: 56px;
  }
}

.banner__slider__section__v3 .banner__content span.text-stroke {
  -webkit-text-stroke-width: 5px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: #fff;
}

@media screen and (max-width: 575px) {
  .banner__slider__section__v3 .banner__content span.text-stroke {
    -webkit-text-stroke-width: 2px;
  }
}

/*********************************
/*  Banner Slider v3 Section end
*********************************/
/*********************************
/*  Image banner start
*********************************/
.img-banner {
  width: 100%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url(../images/banner/about-banner.jpg);
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-radius: 16px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .img-banner {
    background-position: left top;
  }
}

.img-banner__inner {
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-1.23%, rgba(0, 0, 0, 0.1)), to(#000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) -1.23%, #000000 100%);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  padding: 90px 80px;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .img-banner__inner {
    width: 60%;
    padding: 50px 32px;
  }
}

@media screen and (max-width: 767px) {
  .img-banner__inner {
    width: 100%;
    padding: 50px 32px;
    margin-top: 100%;
  }
}

.img-banner__title {
  color: currentColor;
  margin-bottom: 16px;
}

.img-banner__desc {
  color: currentColor;
}

/*********************************
/*  Banner Ads Start
*********************************/
.banner__ads__main {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.banner__ads__wrapper {
  background: #fce3eb;
  border-radius: 16px;
  padding: 46px 36px;
  position: relative;
  overflow: hidden;
  -ms-flex-preferred-size: calc(33.33% - 20px);
      flex-basis: calc(33.33% - 20px);
  max-width: calc(33.33% - 20px);
}

@media screen and (max-width: 991px) {
  .banner__ads__wrapper {
    padding: 45px 15px;
  }
}

@media screen and (max-width: 767px) {
  .banner__ads__wrapper {
    -ms-flex-preferred-size: calc(50% - 15px);
        flex-basis: calc(50% - 15px);
    max-width: calc(50% - 15px);
    margin-bottom: 30px;
  }
  .banner__ads__wrapper:last-of-type {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 575px) {
  .banner__ads__wrapper {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

.banner__ads__wrapper:nth-of-type(2) {
  background: -webkit-gradient(linear, left top, left bottom, from(#c9d5d5), to(#f3f9f7)), -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#ffffff));
  background: linear-gradient(180deg, #c9d5d5 0%, #f3f9f7 100%), linear-gradient(0deg, #ffffff, #ffffff);
}

.banner__ads__wrapper:nth-of-type(2)::after {
  background: rgba(0, 175, 51, 0.1);
  bottom: -100px;
  right: -60px;
  width: 255px;
  height: 255px;
  top: auto;
}

.banner__ads__wrapper:nth-of-type(3) {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(206, 4, 30, 0.2)), to(rgba(206, 4, 30, 0.2))), -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#ffffff));
  background: linear-gradient(0deg, rgba(206, 4, 30, 0.2), rgba(206, 4, 30, 0.2)), linear-gradient(0deg, #ffffff, #ffffff);
}

.banner__ads__wrapper:nth-of-type(3)::after {
  background: #ffb2b2;
  bottom: -70px;
  right: -45px;
  width: 261px;
  height: 261px;
  top: auto;
}

.banner__ads__wrapper::after {
  content: "";
  position: absolute;
  top: -31px;
  right: -70px;
  height: 179px;
  width: 179px;
  background: #fbd4e1;
  border-radius: 50%;
}

.banner__ads__wrapper .banner__ads__single__item {
  position: relative;
  z-index: 9;
}

.banner__ads__wrapper .banner__ads__single__item .banner__ads__subtitle {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  color: #eb5e28;
  display: block;
  margin-bottom: 9px;
}

.banner__ads__wrapper .banner__ads__single__item .banner__ads__title {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #252522;
  display: block;
  margin-bottom: 0;
}

.banner__ads__wrapper .banner__ads__single__item .shop__btn {
  margin-top: 17px;
}

.banner__ads__wrapper .banner__ads__single__item .shop__btn .btn {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 8px 16px;
}

.banner__ads__wrapper .banner__ads__image {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  max-width: 210px;
}

.banner__ads__wrapper .banner__ads__image img {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.banner__ads__wrapper:hover .banner__ads__image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.banner__ads__wrapper__v2 {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

/*********************************
/*  Banner Ads End
*********************************/
/*********************************
/*  Hero Banner Ads Start
*********************************/
.hero__banner__ads .banner__ads__wrapper {
  margin-bottom: 30px;
}

.hero__banner__ads .banner__ads__wrapper:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .hero__banner__ads .banner__ads__wrapper {
    margin: 30px 0px 0px;
  }
}

/*********************************
/*  Hero Banner Ads End
*********************************/
/*********************************
/*  Category Start
*********************************/
.category-card {
  text-align: center;
  border: 1px solid #eaecf0;
  border-radius: 8px;
  padding: 30px 20px 20px;
  display: block;
  margin-bottom: 60px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.category-card__image {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.category-card__image img {
  width: 70px;
  height: 70px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.category-card__title {
  margin-top: 18px;
}

.category-card__title h5 {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #000000;
  margin-bottom: 0;
}

.category-card:hover {
  border-color: #eb5e28;
}

.category-card:hover .category-card__image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.swiper__pagination .swiper-button-next,
.swiper__pagination .swiper-button-prev {
  top: auto;
  bottom: 0;
  left: 18px;
}

.swiper__pagination .swiper-button-next::after,
.swiper__pagination .swiper-button-prev::after {
  display: none;
}

.swiper__pagination .swiper-button-next svg path,
.swiper__pagination .swiper-button-prev svg path {
  stroke: #252522;
}

.swiper__pagination .swiper-button-next {
  margin-left: 18px;
}

.swiper__pagination .swiper-button-prev {
  margin-left: -18px;
}

.swiper__pagination .swiper-pagination-progressbar {
  top: auto;
  bottom: 20px;
  width: 95%;
  left: 89px;
  height: 1px;
  background: #eaecf0;
}

.swiper__pagination .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #667085;
}

/*********************************
/*  Category End
*********************************/
/*********************************
/*  Product Start
*********************************/
.product-card {
  margin-bottom: 60px;
}

.product-card .product__image__wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  background: #f8f8f8;
  border-radius: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-card .product__image__wrapper .product__image {
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-card .product__image__wrapper .product__image img {
  width: 70%;
  height: 70%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: block;
  border-radius: 20px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.product-card .product__image__wrapper .product__actions {
  position: absolute;
  right: 15px;
  top: 15px;
}

.product-card .product__image__wrapper .product__actions .action__btn {
  height: 30px;
  width: 30px;
  color: #403c39;
  font-size: 14px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #dddddd;
  margin-bottom: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.product-card .product__image__wrapper .product__actions .action__btn:nth-of-type(1) {
  z-index: 1;
  top: -7px;
}

.product-card .product__image__wrapper .product__actions .action__btn:nth-of-type(2) {
  top: 0px;
}

.product-card .product__image__wrapper .product__actions .action__btn:nth-of-type(3) {
  top: 0px;
}

.product-card .product__image__wrapper .product__actions .action__btn:last-of-type {
  margin-bottom: 0;
}

.product-card .product__image__wrapper .product__actions .action__btn:hover {
  border-color: #eb5e28;
}

.product-card .product__image__wrapper .badge {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  color: #fff;
  padding: 2px 6px;
  border-radius: 6px;
  background: #eb5e28;
  min-width: 38px;
  position: absolute;
  top: 15px;
  left: 15px;
}

.product-card .product__image__wrapper__v2 {
  height: 100%;
  max-height: 100%;
}

.product-card .product__image__wrapper__v2 .product__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-card .product__image__wrapper__v2 .badge {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  padding: 6px 12px;
  left: 20px;
  top: 20px;
}

.product-card .product__content {
  margin-top: 16px;
}

.product-card .product__content .product__rating {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
}

.product-card .product__content .product__rating ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  list-style: none;
}

.product-card .product__content .product__rating ul li {
  font-size: 11px;
  color: #ffd600;
  height: 14px;
  width: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-card .product__content .product__title {
  margin-top: 2px;
  margin-bottom: 16px;
}

.product-card .product__content .product__title h5 {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #252522;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 1440px) {
  .product-card .product__content .product__title h5 {
    font-size: 14px;
    line-height: 22px;
  }
}

.product-card .product__content .product__title h5 a {
  color: #252522;
  display: block;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.product-card .product__content .product__bottom {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.product-card .product__content .product__price {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
  color: #403c39;
}

@media screen and (max-width: 1440px) {
  .product-card .product__content .product__price {
    font-size: 13px;
  }
}

.product-card .product__content .product__price del {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  margin-left: 6px;
  display: block;
  color: #98a2b3;
}

@media screen and (max-width: 1440px) {
  .product-card .product__content .product__price del {
    font-size: 11px;
  }
}

.product-card .product__content .total__rating {
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 20px;
  color: #98a2b3;
  margin-left: 2px;
  display: inline-block;
}

.product-card .product__content__v2 .cart__action__btn .cart__btn .btn {
  width: 244px;
  height: 40px;
}

@media screen and (max-width: 1440px) {
  .product-card .product__content__v2 .cart__action__btn .cart__btn .btn {
    padding: 7px;
    width: 100px;
    font-size: 14px;
  }
}

.product-card .product__content__v2 .cart__action__btn .cart__quantity {
  width: 244px;
}

@media screen and (max-width: 1440px) {
  .product-card .product__content__v2 .cart__action__btn .cart__quantity {
    width: 100px;
  }
}

.product-card .cart__action__btn {
  position: relative;
}

.product-card .cart__action__btn .cart__btn .btn {
  width: 120px;
  height: 40px;
}

@media screen and (max-width: 1440px) {
  .product-card .cart__action__btn .cart__btn .btn {
    padding: 7px;
    width: 100px;
    font-size: 14px;
  }
}

.product-card .cart__action__btn .cart__quantity {
  position: absolute;
  top: 0;
  display: none;
}

@media screen and (max-width: 1440px) {
  .product-card .cart__action__btn .cart__quantity {
    width: 100px;
  }
}

.product-card:hover .product__image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.product-card:hover .product__title h5 a {
  color: #eb5e28;
}

.product-card:hover .product__actions .action__btn {
  opacity: 1;
  visibility: visible;
}

.product-card:hover .product__actions .action__btn:nth-of-type(1) {
  top: 0px;
}

.product-card:hover .product__actions .action__btn:nth-of-type(2) {
  top: 38px;
}

.product-card:hover .product__actions .action__btn:nth-of-type(3) {
  top: 76px;
}

.product-card__wrapper {
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -15px;
  margin-right: -15px;
}

@media screen and (max-width: 767px) {
  .product-card__wrapper {
    margin-left: 0;
    margin-right: 0;
    padding: 0 7.5px;
  }
}

.product-card__wrapper .product-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
  padding: 0 15px;
  margin-bottom: 30px;
}

@media screen and (max-width: 575px) {
  .product-card__wrapper .product-card {
    padding: 0 7.5px;
  }
}

@media screen and (max-width: 575px) {
  .product-card__wrapper .product-card {
    margin-bottom: 15px;
  }
}

.product-card__wrapper.items-1-5 {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

@media screen and (max-width: 767px) {
  .product-card__wrapper.items-1-5 {
    margin-left: -7.5px;
    margin-right: -7.5px;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .product-card__wrapper.items-1-5 {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (min-width: 1200px) {
  .product-card__wrapper.items-1-5 .product-card {
    width: 20%;
  }
}

/*********************************
/* Quantity Start 
*********************************/
.quantity {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px;
  padding: 10px;
  width: 120px;
  height: 40px;
  background: #eb5e28;
  color: #fff;
}

.quantity > input[type="number"] {
  border: none;
  font-size: 15px;
  margin: 0;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  color: currentColor;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

.quantity .incressQnt,
.quantity .decressQnt {
  cursor: pointer;
  background: transparent;
  height: 15px;
  width: 15px;
  border: none;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  color: currentColor;
}

.quantity .incressQnt .bar,
.quantity .decressQnt .bar {
  position: absolute;
  top: 50%;
  height: 2px;
  width: 15px;
  background: currentColor;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0px;
  background-image: none;
  border-radius: 8px;
}

@media screen and (max-width: 1440px) {
  .quantity .incressQnt .bar,
  .quantity .decressQnt .bar {
    width: 12px;
  }
}

.quantity .incressQnt .bar::before,
.quantity .decressQnt .bar::before {
  content: "";
  position: absolute;
  top: 50%;
  height: 15px;
  width: 2px;
  background: currentColor;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 6px;
  background-image: none;
  border-radius: 8px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

@media screen and (max-width: 1440px) {
  .quantity .incressQnt .bar::before,
  .quantity .decressQnt .bar::before {
    height: 12px;
    right: 5px;
  }
}

.quantity .decressQnt .bar::before {
  display: none;
}

.quantity--outline {
  background: transparent;
  border: 1px solid #eaecf0;
  color: #667085;
}

/*********************************
/* Quantity End 
*********************************/
/*********************************
/*  Product End
*********************************/
/*********************************
/* Tabs Start 
*********************************/
.tabs__wrapper .tabs__filter .nav {
  border: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 479px) {
  .tabs__wrapper .tabs__filter .nav {
    margin-top: 20px;
  }
}

.tabs__wrapper .tabs__filter .nav-item {
  margin-right: 38px;
}

.tabs__wrapper .tabs__filter .nav-item:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .tabs__wrapper .tabs__filter .nav-item {
    margin-right: 15px;
  }
}

.tabs__wrapper .tabs__filter .nav-link {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #252522;
  text-transform: capitalize;
  display: inline-block;
  padding: 0;
  border-radius: 0;
  border: none;
  background: #fff;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.tabs__wrapper .tabs__filter .nav-link:hover, .tabs__wrapper .tabs__filter .nav-link.active {
  border: none;
  color: #eb5e28;
}

.tabs__wrapper__v2 .tabs__filter .nav-link {
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -0.02em;
  color: #98a2b3;
}

@media screen and (max-width: 767px) {
  .tabs__wrapper__v2 .tabs__filter .nav-link {
    font-size: 30px;
  }
}

@media screen and (max-width: 575px) {
  .tabs__wrapper__v2 .tabs__filter .nav-link {
    line-height: 34px;
  }
}

.tabs__wrapper__v2 .tabs__filter .nav-link:hover, .tabs__wrapper__v2 .tabs__filter .nav-link.active {
  border: none;
  color: #252522;
}

.tabs__wrapper--v3 .tabs__filter {
  border-bottom: 1px solid #eaecf0;
}

.tabs__wrapper--v3 .tabs__filter .nav {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.tabs__wrapper--v3 .tabs__filter .nav-link {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #98a2b3;
  background: transparent;
  padding-bottom: 15px;
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

@media screen and (max-width: 767px) {
  .tabs__wrapper--v3 .tabs__filter .nav-link {
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  .tabs__wrapper--v3 .tabs__filter .nav-link {
    font-size: 14px;
    padding-bottom: 8px;
  }
}

@media screen and (max-width: 479px) {
  .tabs__wrapper--v3 .tabs__filter .nav-link::after {
    display: none;
  }
}

.tabs__wrapper--v3 .tabs__filter .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  height: 1px;
  background: #eb5e28;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.tabs__wrapper--v3 .tabs__filter .nav-link:hover, .tabs__wrapper--v3 .tabs__filter .nav-link.active {
  color: #252522;
}

.tabs__wrapper--v3 .tabs__filter .nav-link:hover::after, .tabs__wrapper--v3 .tabs__filter .nav-link.active::after {
  width: 100%;
}

/*********************************
/* Tabs End 
*********************************/
/*********************************
/*  Product List item Start
*********************************/
.product-card--inline {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.product-card--inline .product__image {
  position: relative;
  width: 72px;
  height: 72px;
  background: #f8f8f8;
  border-radius: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 15px;
}

.product-card--inline .product__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: block;
  border-radius: 12px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.product-card--inline .product__content {
  margin-top: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.product-card--inline .product__title {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #252522;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-card--inline .product__title a {
  color: currentColor;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.product-card--inline .product__title a:hover {
  color: #eb5e28;
}

.product-card--inline .product__info {
  list-style: none;
}

.product-card--inline .product__info .info-item {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0em;
  color: #98a2b3;
  padding-right: 6px;
  border-right: 1px solid #98a2b3;
}

.product-card--inline .product__info .info-item:last-of-type {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}

.product-card--inline .product__price {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 14px;
  color: #98a2b3;
}

.product-card--inline .product__price del {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  margin-left: 6px;
  display: block;
  color: #98a2b3;
}

@media screen and (max-width: 1440px) {
  .product-card--inline .product__price del {
    font-size: 11px;
  }
}

.product-card--inline-v2 {
  padding: 20px 0;
  border-bottom: 1px solid #eaecf0;
}

.product-card--inline-v2:last-of-type {
  padding-bottom: 0;
  border: none;
}

.product-card--inline-v2 .product__image {
  width: 77px;
  height: 80px;
  background: #f2f4f7;
}

.product-card--inline-v2 .product__date {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #98a2b3;
  margin-bottom: 5px;
}

.product-card--inline-v2 .product__title {
  color: #475467;
  max-width: 130px;
  display: block;
}

.product-list {
  padding: 16px 16px 16px 28px;
  border-radius: 16px;
  border: 1px solid #eaecf0;
}

@media screen and (max-width: 1440px) {
  .product-list {
    padding: 14px;
  }
}

@media screen and (max-width: 1199px) {
  .product-list {
    margin-top: 24px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 1199px) {
  .product-list__inner {
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.product-list__title {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 10px;
  color: #000000;
}

.product-list .product-card--inline {
  padding: 20px 0;
  border-top: 1px solid #eaecf0;
}

.product-list .product-card--inline:last-of-type {
  padding-bottom: 0;
}

@media screen and (max-width: 1199px) {
  .product-list .product-card--inline {
    width: 100%;
    max-width: calc(50% - 10px);
    border: 1px solid #eaecf0;
    border-radius: 8px;
    margin-bottom: 16px;
    padding: 16px;
  }
  .product-list .product-card--inline:last-of-type {
    padding-bottom: 16px;
  }
}

@media screen and (max-width: 575px) {
  .product-list .product-card--inline {
    width: 100%;
    max-width: inherit;
  }
}

/*********************************
/*  Product List item Start
*********************************/
.rating {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.rating a {
  font-size: 11px;
  color: #ffd600;
  height: 14px;
  width: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.rating ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  list-style: none;
}

.rating ul li {
  font-size: 11px;
  color: #ffd600;
  height: 14px;
  width: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.rating .total__rating a,
.rating .total__rating {
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 20px;
  height: auto;
  width: auto;
  color: #98a2b3;
  margin-left: 2px;
  display: inline-block;
}

.rating__v2 a {
  font-size: 14px;
  height: 19px;
  width: 19px;
}

/* ============================ */
/* icon-box Start */
/* ============================ */
.icon-box {
  padding: 30px;
  border: 1px solid #eaecf0;
  border-radius: 16px;
  margin-bottom: 30px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.icon-box__content {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .icon-box__content {
    margin-top: 16px;
  }
}

.icon-box__icon {
  color: rgba(52, 64, 84, 0.24);
}

.icon-box__icon.text {
  font-family: "Inter", sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: -0.02em;
  color: rgba(52, 64, 84, 0.24);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.icon-box__title {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0em;
  margin-bottom: 0;
}

.icon-box__desc {
  margin-top: 16px;
  margin-bottom: 0;
}

.icon-box__btn {
  margin-top: 16px;
}

.icon-box:hover {
  border-color: #eb5e28;
}

.icon-box:hover .icon-box__icon {
  color: rgba(235, 94, 40, 0.24);
}

.icon-box:hover .icon-box__icon.text {
  color: rgba(235, 94, 40, 0.24);
}

.what-we-provide .icon-box__wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -15px;
}

@media screen and (max-width: 767px) {
  .what-we-provide .icon-box__wrapper {
    margin-top: 32px;
  }
}

.what-we-provide .icon-box__wrapper .icon-box__col {
  padding: 0 15px;
  width: 50%;
}

@media screen and (max-width: 991px) {
  .what-we-provide .icon-box__wrapper .icon-box__col {
    width: 100%;
  }
}

/*********************************
/*  Product Collection Start
*********************************/
.product__collection__item {
  position: relative;
}

@media screen and (max-width: 991px) {
  .product__collection__item {
    margin-bottom: 30px;
  }
}

.product__collection__item .product__collection__image {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  max-height: 100%;
  height: 273px;
}

.product__collection__item .product__collection__image img {
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.product__collection__item .product__collection__content {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product__collection__item .product__collection__content .product__content__wrapper {
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  width: calc(100% - 50px);
  border-radius: 8px;
}

.product__collection__item .product__collection__content .product__content__wrapper span {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #fff;
  display: block;
}

.product__collection__item .product__collection__content .product__content__wrapper h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: #fff;
  margin: 7px 0px;
}

@media screen and (max-width: 1199px) {
  .product__collection__item .product__collection__content .product__content__wrapper h4 {
    font-size: 18px;
  }
}

.product__collection__item:hover .product__collection__image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*********************************
/*  Product Collection End
*********************************/
/*********************************
/*  Feature Start
*********************************/
.feature__section {
  padding: 90px 0;
}

.feature__single__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 20px;
  border-radius: 16px;
}

@media screen and (max-width: 1440px) {
  .feature__single__item {
    padding: 30px 15px;
  }
}

@media screen and (max-width: 1199px) {
  .feature__single__item {
    margin-bottom: 30px;
  }
}

.feature__single__item .feature__image {
  margin-right: 15px;
}

.feature__single__item .feature__image img {
  height: 54px;
  width: 53px;
  display: block;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.feature__single__item .feature__content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #403c39;
  letter-spacing: -0.02em;
  margin-bottom: 0;
}

@media screen and (max-width: 1440px) {
  .feature__single__item .feature__content p {
    font-size: 13px;
  }
}

.feature__single__item .feature__title {
  font-size: 22px;
  color: #403c39;
  line-height: 24px;
  display: block;
  margin-bottom: 6px;
}

@media screen and (max-width: 1440px) {
  .feature__single__item .feature__title {
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .feature__single__item .feature__title {
    font-size: 18px;
  }
}

.feature__single__item:hover .feature__image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*********************************
/*  Feature End
*********************************/
/*********************************
/*  CtaBox Start
*********************************/
.call__to__action {
  background: url("../images/ctabox/cta-bg.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.cta__box__wrapper {
  background: rgba(255, 255, 255, 0.33);
  border-radius: 16px;
  padding: 60px 160px;
}

@media screen and (max-width: 991px) {
  .cta__box__wrapper {
    padding: 60px 30px;
  }
}

@media screen and (max-width: 375px) {
  .cta__box__wrapper {
    padding: 30px 15px;
  }
}

.cta__box__wrapper .cta__title {
  color: #344054;
  display: block;
  margin-bottom: 24px;
}

@media screen and (max-width: 375px) {
  .cta__box__wrapper .cta__title {
    font-size: 25px;
  }
}

.cta__box__wrapper .cta__content {
  font-size: 18px;
  line-height: 28px;
  color: #98a2b3;
  margin-bottom: 0;
  max-width: 670px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .cta__box__wrapper .cta__content {
    font-size: 16px;
  }
}

@media screen and (max-width: 375px) {
  .cta__box__wrapper .cta__content {
    font-size: 14px;
  }
}

.cta__form {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 40px;
}

@media screen and (max-width: 375px) {
  .cta__form {
    display: block;
  }
}

.cta__form label {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #344054;
  display: block;
  text-align: left;
  margin-bottom: 6px;
  text-transform: capitalize;
}

.cta__form .form-control {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  background: #fff;
  color: #667085;
  display: block;
  padding: 12px 21px;
  max-width: 344px;
  border-radius: 8px;
  border: 1px solid #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.cta__form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #eb5e28;
}

.cta__form .form-control::-webkit-input-placeholder {
  text-transform: capitalize;
}

.cta__form .form-control:-ms-input-placeholder {
  text-transform: capitalize;
}

.cta__form .form-control::-ms-input-placeholder {
  text-transform: capitalize;
}

.cta__form .form-control::placeholder {
  text-transform: capitalize;
}

.cta__form .btn {
  padding: 13px 40px;
  margin-left: 12px;
}

@media screen and (max-width: 575px) {
  .cta__form .btn {
    padding: 13px 20px;
  }
}

@media screen and (max-width: 375px) {
  .cta__form .btn {
    width: 100%;
    margin: 10px 0px 0px;
  }
}

/*********************************
/*  CtaBox End
*********************************/
/*********************************
/* Accordion Start
**********************************/
.accordion__wrapper {
  display: none;
}

@media screen and (max-width: 767px) {
  .accordion__wrapper {
    display: block;
  }
}

.accordion__wrapper .accordion-item {
  background: #fff;
  border: none;
  border-radius: 8px !important;
  margin-bottom: 20px;
  padding: 5px;
  -webkit-box-shadow: 0px 0px 10px rgba(171, 171, 171, 0.2);
          box-shadow: 0px 0px 10px rgba(171, 171, 171, 0.2);
}

.accordion__wrapper .accordion-header .accordion-button {
  font-family: "Inter", sans-serif;
  background: #fff;
  font-size: 16px;
  color: #252522;
  font-weight: 500;
  line-height: 30px;
  position: relative;
  border-radius: 8px !important;
  display: block;
  padding-right: 30px;
}

.accordion__wrapper .accordion-header .accordion-button:not(.collapsed) {
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion__wrapper .accordion-header .accordion-button:not(.collapsed)::before {
  height: 0;
}

.accordion__wrapper .accordion-header .accordion-button::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 2px;
  width: 18px;
  background: #eb5e28;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  background-image: none;
}

.accordion__wrapper .accordion-header .accordion-button::before {
  content: "";
  position: absolute;
  top: 50%;
  height: 18px;
  width: 2px;
  background: #eb5e28;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 28px;
  background-image: none;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.accordion__wrapper .accordion-header .accordion-button:hover {
  z-index: inherit;
}

.accordion__wrapper .accordion-header .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion__wrapper .accordion-body {
  padding: 10px;
}

.accordion__wrapper .accordion-body .footer__widget {
  display: block;
  padding-bottom: 0;
}

.accordion__wrapper .accordion-body p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #403c39;
  margin-bottom: 0;
}

/*********************************
/* Accordion End
**********************************/
/*********************************
/* Payment Accordion Start
**********************************/
.payment__wrapper {
  display: block;
}

.payment__wrapper .accordion-item {
  border: 1px solid #eaecf0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 1px 2px;
}

.payment__wrapper .accordion-header .accordion-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.payment__wrapper .accordion-header .accordion-button img {
  width: auto;
  height: 30px;
  margin-right: 12px;
}

.payment__wrapper .accordion-header .accordion-button:not(.collapsed) {
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.payment__wrapper .accordion-header .accordion-button:not(.collapsed)::before {
  height: 10px;
  width: 10px;
  background: #eb5e28;
}

.payment__wrapper .accordion-header .accordion-button::after {
  content: "";
  height: 18px;
  width: 18px;
  border: 2px solid #eb5e28;
  border-radius: 50%;
  background: transparent;
}

.payment__wrapper .accordion-header .accordion-button::before {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  right: 24px;
  background: transparent;
}

.payment__wrapper .accordion-header .accordion-button:hover {
  z-index: inherit;
}

.payment__wrapper .accordion-header .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.payment__wrapper .accordion-body {
  padding: 10px;
}

.payment__wrapper .accordion-body .footer__widget {
  display: block;
  padding-bottom: 0;
}

.payment__wrapper .accordion-body p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #403c39;
  margin-bottom: 0;
}

/*********************************
/* Payment Accordion End
**********************************/
/*********************************
/*  Counter Start
*********************************/
.counter {
  color: #fff;
}

.counter__num {
  color: #eb5e28;
  margin-bottom: 8px;
}

.counter__num span {
  margin-right: -6px;
}

.counter__title {
  color: currentColor;
}

.counter--center {
  text-align: center;
}

.counter--right {
  text-align: right;
}

.counter__wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.counter__wrapper .counter {
  margin-top: 40px;
}

/*********************************
/*  Counter end
*********************************/
.category-sidebar__inner {
  border: 1px solid #eaecf0;
  padding: 20px 25px;
  border-radius: 8px;
}

.category-sidebar__inner .accordion-item {
  border: none;
}

.category-sidebar__inner .accordion-item:not(:first-child) .accordion-button {
  margin-top: 12px;
}

.category-sidebar__inner .accordion-button {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  color: #000000;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #eaecf0;
  padding: 0;
  padding-bottom: 8px;
  text-transform: capitalize;
}

.category-sidebar__inner .accordion-button:not(.collapsed)::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}

.category-sidebar__inner .accordion-button::after {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  color: #eb5e28;
  font-size: 14px;
  top: 50%;
  height: auto;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  right: 20px;
  background-image: none;
}

.category-sidebar__inner .accordion-button::after, .category-sidebar__inner .accordion-button::before {
  margin-top: -4px;
}

.category-sidebar__inner .accordion-body {
  list-style: none;
  padding: 10px 0;
}

.category-sidebar__inner .accordion-body li {
  color: #667085;
}

.category-sidebar__inner .accordion-body li a {
  color: currentColor;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  padding: 7.5px 0;
}

.category-sidebar__inner .accordion-body li a:hover, .category-sidebar__inner .accordion-body li a.active {
  color: #eb5e28;
}

/*********************************
/*  Archive page (Categories)
*********************************/
@media screen and (max-width: 575px) {
  .archive-category {
    overflow: hidden;
  }
}

@media screen and (max-width: 575px) {
  .archive-category .section-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.archive-category .section-title__wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.archive-category__inner {
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .archive-category__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.archive-category .category-sidebar {
  width: 100%;
  -ms-flex-preferred-size: 240px;
      flex-basis: 240px;
  min-width: 270px;
}

@media screen and (max-width: 767px) {
  .archive-category .category-sidebar {
    margin-bottom: 30px;
  }
}

.archive-category .product-card__wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 1199px) {
  .archive-category .product-card__wrapper .product-card {
    width: 33.33%;
  }
}

@media screen and (max-width: 991px) {
  .archive-category .product-card__wrapper .product-card {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .archive-category .product-card__wrapper .product-card {
    width: 33.33%;
  }
}

@media screen and (max-width: 575px) {
  .archive-category .product-card__wrapper .product-card {
    width: 50%;
  }
}

@media screen and (max-width: 375px) {
  .archive-category .product-card__wrapper .product-card {
    width: 100%;
  }
}

/*********************************
/*  Archive Filter design
*********************************/
.filter__area {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .filter__area {
    display: block;
  }
}

.product-filter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .product-filter {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.shortBy-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
}

.shortBy-select label {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #98a2b3;
}

.shortBy-select .nice-select {
  background: transparent;
  border: none;
  padding: 0;
  color: #344054;
  width: 120px;
  margin-left: 5px;
  height: 40px;
  line-height: 40px;
}

.filtered-query {
  width: 100%;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  .filtered-query {
    border-top: 0.5px solid rgba(234, 236, 240, 0.5);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.filtered-query li {
  padding: 2px 12px;
  border-radius: 99px;
  border: 1px solid #eaecf0;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #98a2b3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px 14px 0 0;
  text-transform: capitalize;
}

@media screen and (max-width: 479px) {
  .filtered-query li {
    margin: 10px 5px 0 0;
    font-size: 12px;
  }
}

.filtered-query li > *:not(:last-child) {
  margin-right: 6px;
}

.filtered-query li .color {
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 50%;
  color: transparent;
}

.filtered-query li .action {
  color: currentColor;
  font-size: 1.2em;
  font-weight: 600;
}

.filtered-query li.clearAll {
  color: #98a2b3;
  border: none;
}

.filtered-query li.clearAll a {
  font-weight: 400;
  color: currentColor;
  text-decoration: underline;
  -webkit-text-decoration-color: #000000;
          text-decoration-color: #000000;
  text-underline-offset: 3px;
}

.color {
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 5px;
  color: transparent;
}

/*********************************
/*  Archive Seach page design
*********************************/
.partner__item {
  width: 100%;
  padding: 23px;
  border-radius: 16px;
  border: 1px solid #eaecf0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.partner__item img {
  width: 106px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

/*********************************
/*  Cart Section Start
*********************************/
@media screen and (max-width: 991px) {
  .cart__form {
    overflow-x: scroll;
  }
}

.cart__form::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.cart__form::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px #eb5e28;
          box-shadow: inset 0 0 4px #eb5e28;
  border-radius: 30px;
}

.cart__form::-webkit-scrollbar-thumb {
  background-color: #eb5e28;
  border-radius: 10px;
}

.cart__form table {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .cart__form table {
    width: 750px;
    overflow: hidden;
  }
}

.cart__form table td {
  border-bottom: 1px solid #eaecf0;
  color: #667085;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 24px;
  padding: 15px;
}

.cart__form table td h6 {
  color: #252522;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.cart__form thead tr {
  background: #f2f4f7;
}

.cart__form thead tr th {
  font-family: "Inter", sans-serif;
  color: #475467;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  padding: 15px;
  text-transform: capitalize;
}

.cart__form thead tr th:first-of-type {
  border-radius: 8px 0px 0px 8px;
  padding: 15px 20px;
}

.cart__form thead tr th:last-of-type {
  border-radius: 0px 8px 8px 0px;
}

@media screen and (max-width: 1440px) {
  .cart__form thead tr th {
    padding: 15px 5px;
  }
}

.cart__form tbody .cart-pd__total {
  color: #475467;
}

.cart__form .status {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #344054;
  background: #f2f4f7;
  border-radius: 40px;
  padding: 4px 10px;
  text-transform: capitalize;
  display: inline-block;
}

.cart__form .cart-pd__thumb {
  text-align: left;
}

.cart__form .cart-pd__thumb .product-card--inline .product__image {
  height: 100px;
  width: 100px;
  border-radius: 10px;
  margin-right: 20px;
}

.cart__form .cart-pd__thumb .product-card--inline .product__image img {
  text-align: center;
  margin: auto;
  width: 90px;
  height: 90px;
}

@media screen and (max-width: 991px) {
  .cart__form .cart-pd__thumb .product-card--inline .product__image img {
    width: 70px;
    height: 70px;
  }
}

@media screen and (max-width: 991px) {
  .cart__form .cart-pd__thumb .product-card--inline .product__image {
    width: 80px;
    height: 80px;
  }
}

.cart__form .cart-pd__thumb .product-card--inline .product__title {
  margin-bottom: 6px;
  color: #475467;
}

.cart__form .cart-pd__thumb .product-card--inline .product__info .info-item {
  font-weight: 600;
}

.cart__form .cart-pd__thumb .product-card--inline .product__info .stock__item {
  color: #12b76a;
}

.cart__form .cart-pd__qty .quantity {
  background: transparent;
  border: 1px solid #d0d5dd;
  padding: 11px 15px;
}

@media screen and (max-width: 991px) {
  .cart__form .cart-pd__qty .quantity {
    width: 100px;
  }
}

.cart__form .cart-pd__qty .quantity .qnttinput {
  font-size: 14px;
  line-height: 20px;
  color: #475467;
}

.cart__form .cart-pd__qty .quantity button .bar {
  background: #667085;
  width: 10px;
}

.cart__form .cart-pd__qty .quantity button .bar::before {
  background: #667085;
  height: 10px;
  right: 4px;
}

.cart__form .cart-pd__action .action__btn {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #667085;
  border: none;
  outline: none;
  background: transparent;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.cart__form .cart-pd__action .action__btn svg {
  margin-right: 6px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.cart__form .cart-pd__action .action__btn:focus {
  border: none;
  outline: none;
}

.cart__form .cart-pd__action .action__btn:hover {
  color: #eb5e28;
}

.cart__form .cart-pd__action .action__btn:hover svg path {
  stroke: #eb5e28;
}

.table-cart__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.table-cart__title .cart-title {
  margin-bottom: 0;
  text-transform: capitalize;
}

.table-cart__title .action__btn {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #667085;
  border: none;
  outline: none;
  background: transparent;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.table-cart__title .action__btn svg {
  margin-right: 6px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.table-cart__title .action__btn:focus {
  border: none;
  outline: none;
}

.table-cart__title .action__btn:hover {
  color: #eb5e28;
}

.table-cart__title .action__btn:hover svg path {
  stroke: #eb5e28;
}

/*********************************
/*  Cart Order Start
*********************************/
.cart-order {
  border: 1px solid #eaecf0;
  padding: 40px;
  border-radius: 16px;
}

@media screen and (max-width: 991px) {
  .cart-order {
    margin-top: 30px;
    padding: 30px;
  }
}

.cart-order__title {
  font-weight: 700;
  margin-bottom: 30px;
  color: #475467;
}

.cart-order .cart__subtotal {
  list-style: none;
  border-bottom: 1px solid #eaecf0;
  padding-bottom: 12px;
}

.cart-order .cart__subtotal li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8px;
}

.cart-order .cart__subtotal li:last-of-type {
  margin-bottom: 0;
}

.cart-order .cart__subtotal li span {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #667085;
}

.cart-order .cart__subtotal__v2 {
  border-top: 1px solid #eaecf0;
  padding-top: 12px;
}

.cart-order .cart__subtotal__v2 li span {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.cart-order .cart__total {
  padding-top: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cart-order .cart__total h3 {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #475467;
  margin-bottom: 0;
}

.cart-order .cart__total h3 span {
  font-size: 14px;
  line-height: 20px;
}

.cart-order .cart__total .total {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #475467;
}

.cart-order .cart__total__v2 h3 {
  font-size: 14px;
  line-height: 20px;
}

.cart-order .cart__total__v2 h3 span {
  font-size: 10px;
  line-height: 18px;
}

.cart-order .cart__total__v2 .total {
  font-size: 14px;
  line-height: 20px;
}

.cart-order .cart__btns {
  margin-top: 30px;
}

.cart-order .cart__btns .btn {
  width: 100%;
  height: 44px;
  padding: 10px 22px;
  border-radius: 8px;
  margin-bottom: 12px;
}

.cart-order .cart__btns .btn:last-of-type {
  margin-bottom: 0;
}

.cart-order__v2 {
  border: none;
  -webkit-box-shadow: 0px 14px 40px 0px #73737326;
          box-shadow: 0px 14px 40px 0px #73737326;
}

/*********************************
/*  Cart Section End
*********************************/
/*********************************
/*  Product Detail Start
*********************************/
.product-detail {
  font-family: "Inter", sans-serif;
  text-align: left;
}

.product-detail__title {
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.02em;
  color: #252522;
  text-transform: capitalize;
}

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

@media screen and (max-width: 575px) {
  .product-detail__title {
    font-size: 18px;
    line-height: 22px;
  }
}

.product-detail__meta {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 21px;
}

@media screen and (max-width: 575px) {
  .product-detail__meta {
    display: block;
    margin: 15px 0;
  }
}

.product-detail__meta .rating ul li {
  font-size: 13px;
  height: 16px;
  width: 16px;
}

.product-detail__meta .rating .total__rating a {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #403c39;
}

.product-detail__meta .right-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-detail__meta .right-meta li {
  list-style: none;
  margin-right: 16px;
}

.product-detail__meta .right-meta li:last-of-type {
  margin: 0;
}

@media screen and (max-width: 375px) {
  .product-detail__meta .right-meta li {
    margin-right: 10px;
  }
}

.product-detail__meta .stock__item {
  background: #12b76a;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  border-radius: 4px;
  padding: 2px 8px;
  display: inline-block;
}

.product-detail__price {
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0em;
  color: #eb5e28;
  margin-top: 12px;
}

@media screen and (max-width: 991px) {
  .product-detail__price {
    font-size: 22px;
    line-height: 24px;
    margin-top: 8px;
  }
}

.product-detail__price del {
  font-size: 0.8em;
  color: #98a2b3;
  margin-left: 8px;
}

.product-detail__short_desc {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  margin-top: 14px;
  margin-bottom: 0;
}

.product-detail__attr {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0em;
  margin-right: 20px;
}

@media screen and (max-width: 991px) {
  .product-detail__attr {
    margin-top: 12px;
  }
}

.product-detail__attr .product__attr {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.product-detail__attr .product__attr label {
  cursor: pointer;
}

.product-detail__attr .product__attr > span {
  margin-right: 20px;
}

.product-detail__attr .product__attr ul {
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
}

.product-detail__attr .product__attr ul li {
  display: inline-block;
}

.product-detail__attr .product__attr ul li:not(:last-of-type) {
  margin-right: 10px;
}

@media screen and (max-width: 375px) {
  .product-detail__attr .product__attr ul li:not(:last-of-type) {
    margin-right: 12px !important;
  }
}

.product-detail__attr .product__attr--color li {
  height: 22px;
}

.product-detail__attr .product__attr--color li:not(:last-of-type) {
  margin-right: 16px !important;
}

.product-detail__attr .product__attr--color input[type="radio"] {
  display: none;
}

.product-detail__attr .product__attr--color input[type="radio"]:checked + label::before {
  border-color: #eb5e28;
  -webkit-box-shadow: 0px 4px 6px 0px #eb5e2840;
          box-shadow: 0px 4px 6px 0px #eb5e2840;
}

.product-detail__attr .product__attr--color label {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: relative;
  margin-top: 3px;
}

.product-detail__attr .product__attr--color label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border-radius: 50%;
  border: 1px solid #eaecf0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 768px) and (max-width: 991px) {
  .product-detail__attr .product__attr--size {
    margin-top: 8px;
  }
}

@media screen and (max-width: 375px) {
  .product-detail__attr .product__attr--size {
    margin-top: 8px;
  }
}

.product-detail__attr .product__attr--size li:not(:last-of-type) {
  margin-right: 16px !important;
}

.product-detail__attr .product__attr--size input[type="radio"] {
  display: none;
}

.product-detail__attr .product__attr--size input[type="radio"]:checked + label {
  background-color: #fcf1f1;
  color: #eb5e28;
}

.product-detail__attr .product__attr--size input[type="radio"]:checked + label::before {
  border-color: #eb5e28;
  -webkit-box-shadow: 0px 4px 6px 0px #eb5e2840;
          box-shadow: 0px 4px 6px 0px #eb5e2840;
}

.product-detail__attr .product__attr--size label {
  width: auto;
  height: 19px;
  padding: 4px 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 12px;
  color: #98a2b3;
  border-radius: 3px;
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 575px) {
  .product-detail__attr .product__attr--size label {
    font-size: 14px;
  }
}

.product-detail__attr .product__attr--size label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border-radius: 6px;
  color: #eaecf0;
  border: 1px solid #eaecf0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.product-detail__qty {
  margin-top: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.product-detail__qty .quantity .incressQnt .bar,
.product-detail__qty .quantity .decressQnt .bar {
  width: 12px;
}

.product-detail__qty .quantity .incressQnt .bar::before,
.product-detail__qty .quantity .decressQnt .bar::before {
  height: 12px;
  right: 5px;
}

.product-detail__action {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px -10px 0;
}

@media screen and (max-width: 991px) {
  .product-detail__action {
    margin-top: 20px;
  }
}

.product-detail__action .item {
  width: 50%;
  padding: 0 10px;
}

.product-detail__action .item .btn {
  padding: 13.5px;
  width: 100%;
  text-transform: capitalize;
}

@media screen and (max-width: 575px) {
  .product-detail__action .item .btn {
    padding: 8px;
    font-size: 14px;
  }
}

.product-detail__accordion {
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .product-detail__accordion {
    margin-top: 20px;
  }
}

.product-detail__accordion .accordion-item {
  margin-bottom: 16px;
  border: none;
}

.product-detail__accordion .accordion-button {
  border: none;
  padding: 0;
  font-weight: 600;
}

.product-detail__accordion .accordion-button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.product-detail__accordion .accordion-button:not(.collapsed) {
  color: #eb5e28;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}

.product-detail__accordion .accordion-button:not(.collapsed)::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-filter: hue-rotate(125deg);
          filter: hue-rotate(125deg);
}

.product-detail__accordion .accordion-body {
  position: relative;
}

@media screen and (max-width: 575px) {
  .product-detail__accordion .accordion-body p {
    font-size: 14px;
  }
}

.product-detail__accordion .accordion-body::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 10px);
  background-color: rgba(235, 94, 40, 0.3);
}

.product-detail--stroke {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0em;
  margin-right: 20px;
  margin-right: 20px;
  text-transform: capitalize;
}

@media screen and (max-width: 575px) {
  .product-detail--stroke {
    font-size: 14px;
    line-height: 16px;
  }
}

.product-info {
  margin-top: 60px;
}

@media screen and (max-width: 991px) {
  .product-info {
    margin-top: 40px;
  }
}

.product-info .content__body {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  margin-top: 30px;
}

@media screen and (max-width: 575px) {
  .product-info .content__body {
    margin-top: 16px;
  }
  .product-info .content__body p {
    font-size: 14px;
  }
}

.product-detail__wrapper-v2 {
  padding: 30px 15px 30px 0px;
}

@media screen and (max-width: 767px) {
  .product-detail__wrapper-v2 {
    padding: 0 0 40px;
  }
}

.product-detail__wrapper-v2 .product-detail__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 0;
}

.product-detail__wrapper-v2 .product-detail__meta {
  margin: 18px 0 12px;
}

@media screen and (max-width: 575px) {
  .product-detail__wrapper-v2 .product-detail__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.product-detail__wrapper-v2 .product-detail__price {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin: 0;
}

.product-detail__wrapper-v2 .product-detail__action {
  margin: 30px 0 0;
}

/*********************************
/*  Product Detail End
*********************************/
/* ************************
/*  Product Gallery start
************************* */
.product-gallery {
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1440px) {
  .product-gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.product-gallery .gallery-item {
  border: 1px solid #eaecf0;
  border-radius: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.product-gallery .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.product-gallery__thumb {
  width: 100%;
  height: 560px;
  -ms-flex-preferred-size: 156px;
      flex-basis: 156px;
  margin-right: 20px;
}

@media screen and (max-width: 1440px) {
  .product-gallery__thumb {
    height: inherit;
    margin-right: 0;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .product-gallery__thumb {
    margin-right: 0;
    margin-top: 20px;
  }
}

@media screen and (max-width: 575px) {
  .product-gallery__thumb {
    margin-right: 0;
    margin: 20px 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

.product-gallery__thumb .swiper-slide-active .gallery-item, .product-gallery__thumb .swiper-slide:hover .gallery-item {
  border-color: #eb5e28;
}

.product-gallery__thumb .gallery-item {
  width: 100%;
  aspect-ratio: 15/12;
  padding: 12px;
}

.product-gallery__main {
  width: 100%;
  max-height: 560px;
  aspect-ratio: 4/4.5;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #eaecf0;
  border-radius: 16px;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.product-gallery__main .gallery-item {
  width: 100%;
  height: 100%;
  padding: 50px;
  border-color: transparent;
}

@media screen and (max-width: 991px) {
  .product-gallery__main .gallery-item {
    padding: 32px;
  }
}

@media screen and (max-width: 575px) {
  .product-gallery__main .gallery-item {
    padding: 24px;
  }
}

.product-gallery__v2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-right: 1px solid #eaecf0;
  padding: 20px 20px 20px 5px;
}

@media screen and (max-width: 767px) {
  .product-gallery__v2 {
    border: none;
    padding: 40px 0 0;
  }
}

@media screen and (max-width: 575px) {
  .product-gallery__v2 {
    max-width: 300px;
    margin: auto;
  }
}

.product-gallery__v2 .product-gallery__thumb {
  margin-right: 0;
  margin-top: 20px;
  -ms-flex-preferred-size: 85px;
      flex-basis: 85px;
}

.product-gallery__v2 .product-gallery__thumb .swiper-wrapper,
.product-gallery__v2 .product-gallery__thumb .swiper-slide {
  height: 100px;
}

.product-gallery__v2 .product-gallery__main {
  border: none;
}

@media screen and (max-width: 767px) {
  .product-gallery__v2 .product-gallery__main {
    border: 1px solid #eaecf0;
  }
}

/* ************************
/*  Product Gallery End
************************* */
.wishlist__btn,
.share__btn {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #403c39;
  display: inline-block;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.wishlist__btn svg,
.share__btn svg {
  margin-right: 4px;
  width: 16px;
  height: auto;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.wishlist__btn:hover,
.share__btn:hover {
  color: #eb5e28;
}

.wishlist__btn:hover svg path,
.share__btn:hover svg path {
  stroke: #eb5e28;
}

/* **************************************
/*  Product Peview Modal Start
*****************************************/
.product__modal {
  background: rgba(0, 0, 0, 0.8);
}

.product__modal .modal-dialog {
  max-width: 960px;
}

.product__modal .modal-dialog-centered {
  height: 665px;
}

@media screen and (max-width: 767px) {
  .product__modal .modal-dialog-centered {
    height: auto;
  }
}

.product__modal .modal-body {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product__modal .modal-content {
  border: none;
  border-radius: 16px;
}

@media screen and (max-width: 1199px) {
  .product__modal .modal-content {
    margin: 0px 16px;
  }
}

@media screen and (max-width: 479px) {
  .product__modal .modal-content {
    margin: 0px 0px;
  }
}

.product__modal .modal-header {
  padding: 0;
  border: none;
  border-radius: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 99;
  height: 24px;
  width: 24px;
}

.product__modal .modal-header .btn-close {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
}

.product__modal .modal-header .btn-close:focus {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (max-width: 479px) {
  .product__modal .modal-header {
    top: 10px;
    right: 10px;
  }
}

/* **************************************
/*  Product Peview Modal End
*****************************************/
/*********************************
/* CheckOut Start
**********************************/
.step-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.step-num {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #000000;
  padding: 6px 12px;
  background-color: #f2f4f7;
  border-radius: 6px;
  margin-right: 20px;
}

.step-title {
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0em;
  color: #000000;
  margin-bottom: 0;
}

.checkout__form {
  margin-bottom: 150px;
}

.checkout__form:last-of-type {
  margin-bottom: 80px;
}

@media screen and (max-width: 991px) {
  .checkout__form {
    margin-bottom: 50px;
  }
}

.checkout__form input[type="tel"] {
  padding-left: 73px;
}

.checkout__form .country-code {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-color: transparent;
  z-index: 1;
  background: transparent;
}

.checkout__form .input-info__save a {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-transform: lowercase;
  color: #eb5e28;
}

.checkout__form .final-submit-btn {
  width: 100%;
}

.checkout__form .nice-select {
  width: 100%;
  height: 46px;
  line-height: 44px;
}

.checkout__form .nice-select .list {
  width: 100%;
}

.checkout__form .nice-select::after {
  height: 8px;
  width: 8px;
}

.checkout__form .sub-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0em;
  margin-bottom: 16px;
  color: #252522;
}

.checkout__form .delivery-input {
  display: none;
}

.checkout__form .delivery-input + label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 12px 16px;
  border: 1px solid #eaecf0;
  border-radius: 8px;
  cursor: pointer;
}

.checkout__form .delivery-input + label .icon {
  margin-right: 12px;
}

.checkout__form .delivery-input + label .icon img {
  height: 30px;
}

.checkout__form .delivery-input + label .content .title {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  color: #344054;
  margin-bottom: 2px;
  display: block;
}

.checkout__form .delivery-input + label .content .desc {
  font-size: 12px;
  font-weight: regular;
  line-height: 18px;
  letter-spacing: 0em;
  color: #667085;
  margin-bottom: 0;
  display: block;
}

.checkout__form .delivery-input + label .price {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0em;
  margin-left: auto;
  margin-right: 12px;
  color: #667085;
}

.checkout__form .delivery-input + label .status {
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 1.5px #344054;
          box-shadow: 0 0 0 1.5px #344054;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.checkout__form .delivery-input:checked + label .status {
  background-color: #eb5e28;
  -webkit-box-shadow: 0 0 0 1.5px #eb5e28;
          box-shadow: 0 0 0 1.5px #eb5e28;
}

/*********************************
/* CheckOut End
**********************************/
/*********************************
/* Cupon Start
**********************************/
.coupon {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #eb5e28;
  display: block;
  margin-top: 30px;
}

.coupon a {
  color: #eb5e28;
  display: block;
}

/*********************************
/* Cupon End
**********************************/
/*********************************
/* Confirm Detail Start
**********************************/
.confirm__details {
  border: 1px solid #eaecf0;
  border-radius: 16px;
  padding: 40px;
  margin-bottom: 80px;
}

@media screen and (max-width: 991px) {
  .confirm__details {
    margin-bottom: 50px;
  }
}

.confirm__details__item {
  margin-bottom: 30px;
}

.confirm__details__item:last-of-type {
  margin-bottom: 0;
}

.confirm__details__item .edit__btn {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #eb5e28;
  padding: 5.5px 14px;
  border-radius: 6px;
  background: #fcf1f1;
  text-transform: capitalize;
}

.confirm__details__item .s-header__flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 6px;
}

.confirm__details__item .step-header .step-num {
  width: 35px;
  height: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0;
  margin-right: 18px;
}

.confirm__details__item .step-header .step-title {
  font-size: 24px;
  line-height: 32px;
  color: #475467;
}

@media screen and (max-width: 1199px) {
  .confirm__details__item .step-header .step-title {
    font-size: 20px;
  }
}

.confirm__details__item .information {
  margin-left: 53px;
}

.confirm__details__item .information li {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #667085;
  margin-bottom: 4px;
  list-style: none;
}

.confirm__details__item .information li:last-of-type {
  margin-bottom: 0;
}

.confirm__details__item .information li span {
  font-weight: 600;
}

/*********************************
/* Confirm Detail End
**********************************/
/*********************************
/* Login Start
*********************************/
.popup__modal {
  background: rgba(0, 0, 0, 0.8);
}

.popup__modal .modal-dialog {
  max-width: 1095px;
}

.popup__modal .modal-dialog-centered {
  height: 665px;
}

.popup__modal .modal-body {
  padding: 0;
}

.popup__modal .modal-content {
  border: none;
  border-radius: 16px;
}

@media screen and (max-width: 1199px) {
  .popup__modal .modal-content {
    margin: 0px 16px;
  }
}

.popup__modal .modal-header {
  padding: 0;
  border: none;
  border-radius: 0;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 99;
  height: 24px;
  width: 24px;
}

.popup__modal .modal-header .btn-close {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
}

.popup__modal .modal-header .btn-close:focus {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.popup__modal .popup__logo {
  position: absolute;
  top: 50px;
  left: 50px;
}

@media screen and (max-width: 767px) {
  .popup__modal .popup__logo {
    top: 30px;
    left: 30px;
  }
}

.popup__modal .popup__form {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media screen and (max-width: 767px) {
  .popup__modal .popup__form {
    display: block;
  }
}

.popup__modal .popup__bg {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  aspect-ratio: 5.5/6.6;
  display: block;
  overflow: hidden;
  border-radius: 16px 0px 0px 16px;
}

@media screen and (max-width: 991px) {
  .popup__modal .popup__bg {
    aspect-ratio: auto;
  }
}

@media screen and (max-width: 767px) {
  .popup__modal .popup__bg {
    display: none;
  }
}

.popup__modal .popup__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 16px 0px 0px 16px;
}

.popup__modal .popup__title {
  margin-bottom: 12px;
}

@media screen and (max-width: 375px) {
  .popup__modal .popup__title h2 {
    font-size: 24px;
  }
}

.popup__modal .popup__title p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #98a2b3;
  margin: 4px 0;
}

.popup__modal .form__wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 60px;
}

@media screen and (max-width: 1199px) {
  .popup__modal .form__wrapper {
    padding: 60px 40px;
  }
}

@media screen and (max-width: 767px) {
  .popup__modal .form__wrapper {
    padding: 80px 40px 60px;
  }
}

@media screen and (max-width: 575px) {
  .popup__modal .form__wrapper {
    padding: 80px 30px 60px;
  }
}

.popup__modal .form__wrapper .account__desc {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #9d9d9d;
  margin-top: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 479px) {
  .popup__modal .form__wrapper .account__desc {
    display: block;
    text-align: center;
  }
  .popup__modal .form__wrapper .account__desc .account__meta {
    margin-bottom: 5px;
  }
}

.popup__modal .form__wrapper .account__desc a {
  color: #eb5e28;
  display: inline-block;
}

.popup__modal .login__access {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media screen and (max-width: 479px) {
  .popup__modal .login__access {
    display: block;
  }
}

.popup__modal .login__access .btn {
  font-size: 14px;
  line-height: 20px;
  color: #5a5a5a;
  margin-top: 0;
  padding: 11px;
  -ms-flex-preferred-size: calc(50% - 5px);
      flex-basis: calc(50% - 5px);
}

@media screen and (max-width: 479px) {
  .popup__modal .login__access .btn {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    margin-top: 10px;
  }
}

.popup__modal .login__access .btn img {
  width: 21px;
  height: auto;
  margin-right: 10px;
}

.popup__modal .login__access .btn:hover {
  color: #eb5e28;
  background: #fff;
  border-color: #eb5e28;
}

.popup__modal .devider {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #a3a3a3;
  text-transform: uppercase;
  margin: 10px 0;
}

/*********************************
/* Login End
*********************************/
/*********************************
/* testimonial Strat 
*********************************/
.testimonial {
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .testimonial {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.testimonial__avater {
  width: 200px;
  height: 200px;
}

@media screen and (max-width: 991px) {
  .testimonial__avater {
    width: 150px;
    height: 150px;
  }
}

@media screen and (max-width: 767px) {
  .testimonial__avater {
    width: 120px !important;
    height: 120px !important;
  }
}

@media screen and (max-width: 575px) {
  .testimonial__avater {
    width: 96px !important;
    height: 96px !important;
  }
}

.testimonial__avater img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.testimonial__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Inter", sans-serif;
  padding: 0 40px;
}

@media screen and (max-width: 767px) {
  .testimonial__content {
    padding: 16px;
    padding-left: 0;
  }
}

.testimonial__content .name {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0em;
  color: #344054;
}

@media screen and (max-width: 767px) {
  .testimonial__content .name {
    font-size: 18px;
  }
}

.testimonial__content .designation, .testimonial__content .review {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  color: #919EAB;
  margin-top: 4px;
}

@media screen and (max-width: 767px) {
  .testimonial__content .designation, .testimonial__content .review {
    font-size: 14px;
  }
}

.testimonial__content .review {
  margin-top: 8px;
  color: #667085;
  font-weight: 400;
}

.testimonial__content .socials {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .testimonial__content .socials {
    margin-top: 16px;
  }
}

.socials {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.socials a {
  width: 28px;
  height: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #eb5e28;
  border-radius: 0 0 4px 4px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.socials a:not(:last-child) {
  margin-right: 8px;
}

.socials a i {
  font-size: 14px;
}

.socials a:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
}

.testimonialThumb {
  width: 100px;
  height: 250px;
}

@media screen and (max-width: 991px) {
  .testimonialThumb {
    width: 64px;
  }
}

.testimonialThumb .swiper-slide img {
  width: 30px;
  height: 30px;
  margin: 16px auto;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.testimonialThumb .swiper-slide img::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.testimonialThumb .swiper-slide.swiper-slide-active img {
  margin: 16px auto;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}

.testimonialThumb .swiper-slide.swiper-slide-active img::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  background-color: transparent;
}

.testimonial__wrrpper {
  margin-top: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.testimonial__wrrpper .swiperTestimonial {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 991px) {
  .testimonial__wrrpper .swiperTestimonial .testimonial__avater {
    width: 150px;
    height: 150px;
  }
}

/*********************************
/* testimonial Strat 
*********************************/
/*********************************
/* Blog Section Start
*********************************/
.blog-section {
  padding: 80px 0;
}

/*********************************
/* Blog Section End
*********************************/
/*********************************
/* blog-card Strat 
*********************************/
.blog-card {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

.blog-card:not(:last-child) {
  margin-bottom: 30px;
}

.blog-card .blog__thumb {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  border-radius: 16px;
  display: block;
  position: relative;
  overflow: hidden;
}

.blog-card .blog__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.blog-card .blog__thumb-v2 {
  aspect-ratio: 9/3 !important;
}

@media screen and (max-width: 767px) {
  .blog-card .blog__thumb-v2 {
    aspect-ratio: 7/3 !important;
  }
}

@media screen and (max-width: 575px) {
  .blog-card .blog__thumb-v2 {
    aspect-ratio: 6/3 !important;
  }
}

.blog-card .blog__media {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  aspect-ratio: 9/5;
}

.blog-card .blog__media iframe {
  border-radius: 16px;
  height: 100%;
  width: 100%;
}

.blog-card .blog__inner {
  margin-top: 16px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .blog-card .blog__inner {
    margin-top: 12px;
  }
}

.blog-card .blog__inner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  padding: 51px;
  margin-top: 0;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .blog-card .blog__inner-overlay {
    padding: 30px;
  }
}

.blog-card .blog__inner-overlay .title {
  max-width: 565px;
}

.blog-card .blog__meta {
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 8px;
  color: #98a2b3;
}

.blog-card .blog__meta li {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  position: relative;
}

.blog-card .blog__meta li:not(:last-child) {
  padding-right: 20px;
}

.blog-card .blog__meta li:not(:last-child)::after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: currentColor;
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.blog-card .blog__content .title {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
  margin-bottom: 0;
  color: #475467;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 767px) {
  .blog-card .blog__content .title {
    font-size: 16px;
  }
}

.blog-card .blog__content .title a {
  color: currentColor;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.blog-card .blog__content .title a:hover {
  color: #eb5e28;
}

.blog-card .blog__content .title__v2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
}

@media screen and (max-width: 991px) {
  .blog-card .blog__content .title__v2 {
    font-size: 22px;
    line-height: 30px;
  }
}

.blog-card .blog__content .b-inner__title {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  color: #403c39;
  font-weight: 500;
  line-height: 22px;
  margin-top: 30px;
  margin-bottom: 0px;
}

.blog-card .blog__content p {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  color: #475467;
  margin-top: 15px;
  margin-bottom: 0;
}

.blog-card .blog__content .read__btn {
  padding: 10px 28px;
  border-color: #eb5e28;
  color: #eb5e28;
  margin-top: 30px;
}

.blog-card .blog__content .read__btn:hover {
  color: #fff;
}

.blog-card .blog__content .exerpt {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  margin-top: 16px;
  color: currentColor;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 767px) {
  .blog-card .blog__content .exerpt {
    font-size: 14px;
  }
}

.blog-card .blog__content.v2 p {
  font-size: 14px;
  margin-top: 25px;
}

.blog-card__v2 {
  margin-bottom: 50px;
}

.blog-card__v2:not(:last-child) {
  margin-bottom: 50px;
}

.blog-card__v2 .blog__thumb {
  aspect-ratio: 9/5;
}

.blog-card__v2 .blog__thumb .round {
  overflow: hidden;
}

.blog-card__v2 .blog__thumb .round .video-box {
  margin: 0;
}

.blog-card__v2 .blog__thumb .round .video-box .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 50%;
  color: #eb5e28;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  height: 87px;
  width: 87px;
  z-index: 1;
  -webkit-animation: beat 1.5s linear infinite;
          animation: beat 1.5s linear infinite;
  -webkit-box-shadow: 0px 0px 1px 1px #0000001a;
          box-shadow: 0px 0px 1px 1px #0000001a;
}

.blog-card__v2 .blog__thumb .round .video-box .video-btn i {
  position: relative;
  z-index: 1;
  top: 0px;
  left: 0px;
  font-size: 25px;
  color: #eb5e28;
}

@media screen and (max-width: 479px) {
  .blog-card__v2 .blog__thumb .round .video-box .video-btn {
    height: 60px;
    width: 60px;
    line-height: 67px;
  }
}

@-webkit-keyframes beat {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

@keyframes beat {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

.blog-card__v2:hover .blog__thumb img {
  -webkit-transform: scale(1.03) !important;
          transform: scale(1.03) !important;
}

.blog-card .post-audio iframe {
  width: 100%;
  height: 300px;
  border-radius: 16px;
}

.blog-card:hover .blog__thumb img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.blog-card:hover .blog__content .title a {
  color: #eb5e28;
}

.blog-card--overly {
  width: 100%;
  height: 100%;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .blog-card--overly {
    height: auto;
    margin-bottom: 30px;
  }
}

.blog-card--overly .blog__thumb {
  aspect-ratio: inherit;
}

.blog-card--overly .blog__thumb::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(-1.23%, rgba(0, 0, 0, 0)), color-stop(80%, #000000));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) -1.23%, #000000 80%);
  z-index: 0;
}

.blog-card--overly .blog__meta {
  margin-bottom: 16px;
  color: #fff;
}

.blog-card--overly .blog__inner {
  padding: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .blog-card--overly .blog__inner {
    padding: 24px;
  }
}

.blog-card--overly .blog__content .title {
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
  color: currentColor;
}

@media screen and (max-width: 767px) {
  .blog-card--overly .blog__content .title {
    font-size: 24px;
    line-height: 28px;
  }
}

.blog-card__wrapper {
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -15px;
}

.blog-card__col {
  padding: 0 15px;
  width: 50%;
}

@media screen and (max-width: 479px) {
  .blog-card__col {
    width: 100%;
    margin-bottom: 30px;
  }
}

/*********************************
/* blog-card End 
*********************************/
/*********************************
/* Blog Quote Start 
*********************************/
.blog__quote {
  background: #eb5e28;
  padding: 30px 50px;
  border-radius: 16px;
}

@media screen and (max-width: 767px) {
  .blog__quote {
    padding: 30px;
  }
}

.blog__quote .quote__icon img {
  width: 30px;
  height: auto;
  display: inline-block;
}

.blog__quote p {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: #fff;
  margin: 20px 0 15px;
}

@media screen and (max-width: 767px) {
  .blog__quote p {
    font-size: 16px;
  }
}

.blog__quote .designation {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  color: #fff;
}

/*********************************
/* Blog Quote End 
*********************************/
/*********************************
/* Blog SideBar Strat 
*********************************/
.widget__sidebar .widget {
  border: 1px solid #eaecf0;
  margin-top: 40px;
  padding: 20px 30px 20px;
  border-radius: 16px;
}

.widget__sidebar .widget__title {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #000000;
  margin-bottom: 6px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eaecf0;
}

.widget__sidebar .widget .category-item ul {
  list-style: none;
}

.widget__sidebar .widget .category-item ul li a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #667085;
  padding: 10px 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.widget__sidebar .widget .category-item ul li a img {
  width: 30px;
  aspect-ratio: 1/1;
  display: block;
  margin-right: 12px;
}

.widget__sidebar .widget .category-item ul li a:hover {
  color: #eb5e28;
}

.widget__sidebar .widget .popular__tag {
  margin-top: 20px;
}

.widget__sidebar .widget .popular__tag ul {
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
}

.widget__sidebar .widget .popular__tag ul li a {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #eb5e28;
  background: #f2f4f7;
  border-radius: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px 12px;
  margin: 0px 10px 10px 0px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.widget__sidebar .widget .popular__tag ul li a:hover {
  background: #eb5e28;
  color: #fff;
}

.widget__sidebar .ads__banner {
  margin-top: 40px;
  margin-bottom: 30px;
}

/*********************************
/* Blog SideBar End 
*********************************/
/*********************************
/* Blog Single Start 
*********************************/
.blog-single__section {
  padding-bottom: 140px;
}

.blog-inner__wrapper .blog-inner__image {
  margin: 45px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blog-inner__wrapper .blog-inner__image .blog-single__image {
  -ms-flex-preferred-size: calc(50% - 12.5px);
      flex-basis: calc(50% - 12.5px);
  aspect-ratio: 4.7/2.6;
  height: 100%;
  border-radius: 16px;
  display: block;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 575px) {
  .blog-inner__wrapper .blog-inner__image .blog-single__image {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 30px;
  }
  .blog-inner__wrapper .blog-inner__image .blog-single__image:last-of-type {
    margin-bottom: 0;
  }
}

.blog-inner__wrapper .blog-inner__image .blog-single__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

@media screen and (max-width: 479px) {
  .blog-inner__wrapper .blog-inner__image {
    display: block;
  }
}

.blog-inner__wrapper .blog-single__content p {
  font-size: 14px;
  font-weight: 400;
  color: #475467;
  line-height: 24px;
  margin-bottom: 25px;
}

.blog-inner__wrapper .blog-single__content p:last-of-type {
  margin-bottom: 0;
}

.blog-social {
  border-bottom: 1px solid #eaecf0;
  padding-bottom: 30px;
  padding-top: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-social span {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #252522;
  display: inline-block;
  margin-right: 12px;
}

.blog-social .social__icon a {
  margin-right: 12px;
  font-size: 16px;
  color: #403c39;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  display: inline-block;
}

.blog-social .social__icon a:last-of-type {
  margin-right: 0;
}

.blog-social .social__icon a:hover {
  color: #41bdf2;
}

/*********************************
/* Review Start
*********************************/
.client__review {
  border-top: 1px solid #eaecf0;
}

.review__wrapper .avatar {
  margin-right: 20px;
}

@media screen and (max-width: 479px) {
  .review__wrapper .avatar {
    margin: 0px 0px 20px 0px;
  }
}

.review__wrapper .avatar img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
}

.review__wrapper .review__item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 30px;
}

.review__wrapper .review__item:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .review__wrapper .review__item:last-of-type {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 479px) {
  .review__wrapper .review__item {
    display: block;
  }
}

.review__wrapper .review__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.review__wrapper .review__desc {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.review__wrapper .review__desc h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #252522;
  margin-bottom: 4px;
}

.review__wrapper .review__desc h5 a {
  color: currentColor;
  display: block;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.review__wrapper .review__desc .rating {
  margin: 6px 0;
}

.review__wrapper .review__para {
  margin-top: 6px;
}

.review__wrapper .review__para p {
  font-size: 14px;
  line-height: 24px;
  color: #475467;
  margin-bottom: 0;
}

.review__wrapper .date {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #eb5e28;
  display: block;
  margin-bottom: 6px;
}

/*********************************
/* Review End
*********************************/
/*********************************
/* Blog Single End 
*********************************/
/*********************************
/*  Order Confirm Start
*********************************/
@media screen and (max-width: 991px) {
  .order__confirm {
    padding-bottom: 0;
  }
}

.returm__message {
  max-width: 706px;
  margin: 0 auto 80px;
}

@media screen and (max-width: 575px) {
  .returm__message {
    margin-bottom: 30px;
  }
}

.returm__message .sub__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #7f7f7f;
  margin-bottom: 20px;
}

.returm__message .sub__title i {
  color: #12b76a;
  margin-right: 12px;
}

@media screen and (max-width: 479px) {
  .returm__message .sub__title {
    font-size: 16px;
  }
}

.returm__message .title {
  margin-bottom: 16px;
}

.returm__message .content {
  font-size: 18px;
  line-height: 28px;
  color: #7f7f7f;
  margin-bottom: 0;
}

@media screen and (max-width: 479px) {
  .returm__message .content {
    font-size: 16px;
  }
}

.order__details {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.order__details .order__info {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #98a2b3;
  border-right: 1px solid #eaecf0;
}

.order__details .order__info span {
  font-weight: 600;
  display: block;
  margin-top: 6px;
}

@media screen and (max-width: 479px) {
  .order__details .order__info span {
    font-size: 13px;
  }
}

.order__details .order__info:last-of-type {
  border: none;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .order__details .order__info {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin-bottom: 30px;
  }
  .order__details .order__info:nth-of-type(2) {
    border: none;
  }
}

@media screen and (max-width: 575px) {
  .order__details .order__info {
    font-size: 14px;
  }
}

@media screen and (max-width: 375px) {
  .order__details .order__info {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    border: none;
  }
}

/*********************************
/*  Order Confirm End
*********************************/
/*********************************
/*  Steps Start
*********************************/
.step__wrapper .steps {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  max-width: 922px;
  margin: auto;
  margin-bottom: 110px;
}

@media screen and (max-width: 575px) {
  .step__wrapper .steps {
    margin-bottom: 80px;
  }
}

.step__wrapper .steps__item {
  position: relative;
}

.step__wrapper .steps__item button {
  cursor: pointer;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 25px;
  border: none;
  outline: none;
  background: #f2f4f7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  .step__wrapper .steps__item button {
    width: 60px;
    height: 60px;
  }
}

.step__wrapper .steps__item button img {
  width: 41px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .step__wrapper .steps__item button img {
    width: 30px;
  }
}

.step__wrapper .steps__item button.active {
  background: #eb5e28;
}

.step__wrapper .steps__item button.active img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.step__wrapper .steps__item p {
  font-size: 18px;
  line-height: 28px;
  color: #7f7f7f;
  margin-bottom: 0;
  position: absolute;
  white-space: nowrap;
  margin-top: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}

@media screen and (max-width: 767px) {
  .step__wrapper .steps__item p {
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  .step__wrapper .steps__item p {
    font-size: 14px;
    line-height: 20px;
    white-space: pre-wrap;
  }
}

.step__wrapper .steps .line-bar {
  width: 100%;
  height: 2px;
  background: #e5e7eb;
  position: relative;
}

.step__wrapper .steps .line-bar::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #eb5e28;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.step__wrapper .steps .line-bar.active::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.step__wrapper .contents {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.step__wrapper .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.step__wrapper .content.active {
  opacity: 1;
  z-index: 10;
}

.step__wrapper .content__box {
  background: white;
  -webkit-box-shadow: 0.9px 2.8px 2.2px rgba(49, 140, 252, 0.02), 2.1px 6.7px 5.3px rgba(49, 140, 252, 0.028), 4px 12.5px 10px rgba(49, 140, 252, 0.035), 7.1px 22.3px 17.9px rgba(49, 140, 252, 0.042), 13.4px 41.8px 33.4px rgba(49, 140, 252, 0.05), 32px 100px 80px rgba(49, 140, 252, 0.07);
          box-shadow: 0.9px 2.8px 2.2px rgba(49, 140, 252, 0.02), 2.1px 6.7px 5.3px rgba(49, 140, 252, 0.028), 4px 12.5px 10px rgba(49, 140, 252, 0.035), 7.1px 22.3px 17.9px rgba(49, 140, 252, 0.042), 13.4px 41.8px 33.4px rgba(49, 140, 252, 0.05), 32px 100px 80px rgba(49, 140, 252, 0.07);
  border-radius: 20px;
  padding: 50px;
  max-width: 800px;
  margin: 0 auto;
}

/*********************************
/*  Steps End
*********************************/
/*********************************
/*  Pagination Start
*********************************/
.pagination {
  list-style: none;
}

.pagination__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination__item:first-of-type {
  margin-right: 32px;
}

.pagination__item:last-of-type {
  margin-left: 32px;
}

@media screen and (max-width: 767px) {
  .pagination__item:first-of-type {
    margin-right: 16px;
  }
  .pagination__item:last-of-type {
    margin-left: 16px;
  }
}

@media screen and (max-width: 575px) {
  .pagination__item:first-of-type {
    margin-right: 0;
  }
  .pagination__item:last-of-type {
    margin-left: 0;
  }
}

.pagination__item .page-link {
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 8px;
  border: 2px solid #fff;
  background-color: #fff;
  color: #667085;
  text-align: center;
  font-size: 14px;
  line-height: 36px;
  font-weight: 600;
  letter-spacing: 0em;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

@media screen and (max-width: 479px) {
  .pagination__item .page-link {
    width: 32px;
    height: 32px;
    line-height: 28px;
  }
}

.pagination__item.active .page-link, .pagination__item:hover .page-link {
  background: #FCF1F1;
  color: #7F56D9;
}

.pagination__jump {
  font-family: "Inter", sans-serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 36px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  color: #344054;
}

.pagination__jump .jump__input {
  padding: 8px 14px;
  margin: 0 12px;
  max-width: 48px;
  border: 1px solid #eaecf0;
  border-radius: 8px;
  border: 1px solid #eaecf0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.pagination__jump .jump__input:focus {
  outline: none;
  border-color: #eb5e28;
}

.pagination__jump .jump__btn {
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
}

.pagination__jump .jump__btn i {
  margin-left: 8px;
}

.pagination__wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .pagination__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pagination__wrapper .pagination__jump {
    margin-top: 8px;
  }
}

/* ============================ */
/* Teams Start */
/* ============================ */
.team {
  text-align: center;
}

.team__avater {
  height: 364px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.team__avater img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.team__socials {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.team__content {
  margin-top: 20px;
}

.team__content .name {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0em;
  color: #344054;
}

.team__content .designation {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  margin-top: 4px;
  margin-bottom: 0;
  color: #98a2b3;
}

.team:hover .team__avater img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/* ============================ */
/* Section styles */
/* ============================ */
.our-team {
  overflow-x: hidden;
  padding: 50px 0;
}

.our-team__nav {
  color: #667085;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 80px 0;
}

.our-team__nav .swiper-next:hover, .our-team__nav .swiper-prev:hover {
  color: #eb5e28;
}

@media screen and (max-width: 991px) {
  .our-team__nav {
    margin: 32px 0;
  }
}

.our-team__nav .swiper-button-disabled {
  color: #D0D5DD;
}

.our-team .teamSwiper {
  width: 1056px;
}

@media screen and (max-width: 991px) {
  .our-team .teamSwiper {
    width: 100%;
  }
}

/*********************************
/*  Element Tittle Start
*********************************/
.element-single__header h1 {
  font-size: 56px;
  font-weight: 700;
  line-height: 68px;
  display: block;
  margin-bottom: 8px;
  color: #252522;
}

@media screen and (max-width: 991px) {
  .element-single__header h1 {
    font-size: 40px;
    line-height: 56px;
  }
}

@media screen and (max-width: 479px) {
  .element-single__header h1 {
    font-size: 35px;
  }
}

.element-single__header span {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #7f7f7f;
  display: block;
}

@media screen and (max-width: 575px) {
  .element-single__header span {
    font-size: 16px;
  }
}

.element-single__content {
  margin-top: 24px;
}

.element-single__content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #7f7f7f;
  margin-bottom: 24px;
}

@media screen and (max-width: 575px) {
  .element-single__content p {
    font-size: 16px;
  }
}

.element-single__content p span {
  display: block;
  margin-bottom: 8px;
}

.element-single__content p a {
  color: #eb5e28;
  text-decoration: none;
}

.element-single__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
  color: #252522;
  margin: 36px 0 24px;
}

@media screen and (max-width: 479px) {
  .element-single__title {
    font-size: 25px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 375px) {
  .element-single__title {
    font-size: 25px;
    margin-bottom: 10px;
  }
}

.element-single__list {
  padding-left: 15px;
  display: block;
  list-style: none;
}

.element-single__list li {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #7f7f7f;
  margin-bottom: 14px;
  position: relative;
}

.element-single__list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  width: 5px;
  top: 10px;
  left: -15px;
  background: #7f7f7f;
  border-radius: 50%;
}

@media screen and (max-width: 575px) {
  .element-single__list li {
    font-size: 16px;
  }
}

/*********************************
/*  Element Tittle End
*********************************/
/*********************************
/*  Error Section Start
*********************************/
.error-section {
  padding: 100px 0;
}

.error-page__wrapper .error-page__image img {
  max-width: 562px;
  height: 100%;
  margin: 0 auto 20px;
}

.error-page__wrapper .error-page__content p {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #667085;
  margin-bottom: 20px;
}

@media screen and (max-width: 575px) {
  .error-page__wrapper .error-page__content p {
    font-size: 16px;
  }
  .error-page__wrapper .error-page__content p br {
    display: none;
  }
}

.error-page__wrapper .error-page__content .btn {
  height: 44px;
  padding: 10px 22px;
}

/*********************************
/*  Error Section End
*********************************/
/*********************************
/*  Countdown Start
*********************************/
.countdown__wrapper.sales__countdown {
  margin-left: 30px;
}

@media screen and (max-width: 575px) {
  .countdown__wrapper.sales__countdown {
    margin-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .countdown__wrapper.sales__countdown {
    margin-left: 0px;
    margin-top: 15px;
  }
}

.countdown__wrapper .is-countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  background-color: transparent;
}

.countdown__wrapper .is-countdown .countdown-row {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.countdown__wrapper .is-countdown .countdown-row .countdown-section {
  border: 1px solid #fbd5ce;
  border-radius: 10px;
  padding: 8px;
  margin-right: 10px;
  width: 61px;
  height: 59px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.countdown__wrapper .is-countdown .countdown-row .countdown-section:last-of-type {
  margin-right: 0 !important;
}

.countdown__wrapper .is-countdown .countdown-row .countdown-section .countdown-amount {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: #344054;
  margin-bottom: 2px;
  display: block;
}

.countdown__wrapper .is-countdown .countdown-row .countdown-section .countdown-period {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #98a2b3;
  display: block;
}

.countdown__wrapper.commingSoon__countdown {
  margin: 40px 0;
}

@media screen and (max-width: 767px) {
  .countdown__wrapper.commingSoon__countdown .countdown-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.countdown__wrapper.commingSoon__countdown .countdown-section {
  width: 90px !important;
  height: 105px !important;
  margin-right: 14px !important;
}

@media screen and (max-width: 479px) {
  .countdown__wrapper.commingSoon__countdown .countdown-section {
    width: 70px !important;
    height: 85px !important;
  }
}

@media screen and (max-width: 375px) {
  .countdown__wrapper.commingSoon__countdown .countdown-section {
    width: 60px !important;
    height: 75px !important;
  }
}

.countdown__wrapper.commingSoon__countdown .countdown-section .countdown-amount {
  font-size: 36px !important;
  line-height: 44px !important;
  letter-spacing: -0.02em;
  font-weight: 700 !important;
}

@media screen and (max-width: 479px) {
  .countdown__wrapper.commingSoon__countdown .countdown-section .countdown-amount {
    font-size: 26px !important;
    line-height: 36px !important;
  }
}

@media screen and (max-width: 375px) {
  .countdown__wrapper.commingSoon__countdown .countdown-section .countdown-amount {
    font-size: 22px !important;
    line-height: 30px !important;
  }
}

.countdown__wrapper.commingSoon__countdown .countdown-section .countdown-period {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

/*********************************
/*  Countdown End
*********************************/
/*********************************
/*  Comming Soon Start
*********************************/
.full-page__wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media screen and (max-width: 767px) {
  .full-page__wrapper {
    display: block;
  }
}

.full-page__wrapper .full-page__logo {
  position: absolute;
  left: 50px;
  top: 50px;
  z-index: 99;
}

.full-page__wrapper .full-page__logo img {
  height: 100%;
  min-height: 100% !important;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .full-page__wrapper .full-page__logo {
    left: 15px;
  }
}

.full-page__wrapper .full-page__image {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  height: 100vh;
  position: relative;
}

@media screen and (max-width: 767px) {
  .full-page__wrapper .full-page__image {
    height: 100%;
  }
}

.full-page__wrapper .full-page__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.full-page__wrapper .full-page__image img {
  max-width: 100%;
  height: 100%;
  margin: 0 auto 20px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media screen and (max-width: 767px) {
  .full-page__wrapper .full-page__image img {
    min-height: 600px;
  }
}

@media screen and (max-width: 767px) {
  .full-page__wrapper .full-page__image {
    display: none;
  }
}

.full-page__wrapper .full-page__inner {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.full-page__wrapper .full-page__inner .full-page__logo {
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 20px;
}

.full-page__wrapper .full-page__inner .full-page__logo img {
  width: auto;
  height: auto;
  display: inline-block;
}

.full-page__wrapper .full-page__content {
  max-width: 570px;
  margin: auto;
  padding: 50px 30px;
}

@media screen and (max-width: 767px) {
  .full-page__wrapper .full-page__content {
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .full-page__wrapper .full-page__content {
    padding: 50px 15px;
  }
}

.full-page__wrapper .full-page__content h2 {
  font-size: 42px;
  line-height: 56px;
  color: #344054;
  margin-bottom: 30px;
}

@media screen and (max-width: 479px) {
  .full-page__wrapper .full-page__content h2 {
    font-size: 34px;
    line-height: 45px;
  }
}

.full-page__wrapper .full-page__content p {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #667085;
  margin-bottom: 0px;
}

.full-page__wrapper .full-page__content .form-title {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #667085;
}

.full-page__wrapper .full-page__content .cta__form {
  margin-top: 16px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.full-page__wrapper .full-page__content .cta__form input {
  border: 1px solid #eaecf0;
}

/*********************************
/*  Comming Soon End
*********************************/
/*********************************
/* Contact Form Start 
**********************************/
.sec__title {
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 30px;
  color: #252522;
  margin-top: 30px;
}

.form__wrapper .flex__form {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.form__wrapper .flex__form .form-group {
  -ms-flex-preferred-size: calc(33.33% - 13px);
      flex-basis: calc(33.33% - 13px);
}

@media screen and (max-width: 575px) {
  .form__wrapper .flex__form .form-group {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.form__wrapper .flex__form.col_2 .form-group {
  -ms-flex-preferred-size: calc(50% - 10px);
      flex-basis: calc(50% - 10px);
}

@media screen and (max-width: 479px) {
  .form__wrapper .flex__form.col_2 .form-group {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.form__wrapper .flex__form.col_3 .form-group {
  -ms-flex-preferred-size: calc(33.33% - 13px);
      flex-basis: calc(33.33% - 13px);
}

@media screen and (max-width: 479px) {
  .form__wrapper .flex__form.col_3 .form-group {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.form__wrapper .flex__form.col_4 .form-group {
  -ms-flex-preferred-size: calc(25% - 13px);
      flex-basis: calc(25% - 13px);
}

@media screen and (max-width: 479px) {
  .form__wrapper .flex__form.col_4 .form-group {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.form__wrapper .flex__form.c-2 .form-group {
  -ms-flex-preferred-size: calc(50% - 13px);
      flex-basis: calc(50% - 13px);
}

@media screen and (max-width: 479px) {
  .form__wrapper .flex__form.c-2 .form-group {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.form__wrapper .flex__form.c-3 .form-group {
  -ms-flex-preferred-size: calc(33.33% - 13px);
      flex-basis: calc(33.33% - 13px);
}

@media screen and (max-width: 479px) {
  .form__wrapper .flex__form.c-3 .form-group {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.form__wrapper .flex__form.c-4 .form-group {
  -ms-flex-preferred-size: calc(25% - 13px);
      flex-basis: calc(25% - 13px);
}

@media screen and (max-width: 479px) {
  .form__wrapper .flex__form.c-4 .form-group {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.form__wrapper .form-group {
  display: block;
  margin-bottom: 20px;
  position: relative;
}

.form__wrapper label {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #344054;
  display: block;
  text-align: left;
  margin-bottom: 6px;
  text-transform: capitalize;
}

.form__wrapper .form-control {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  background: transparent;
  color: #667085;
  display: block;
  width: 100%;
  position: relative;
  padding: 10px 14px;
  border-radius: 8px !important;
  border: 1px solid #d0d5dd;
}

.form__wrapper .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #eb5e28;
}

.form__wrapper .form-control::-webkit-input-placeholder {
  text-transform: capitalize;
}

.form__wrapper .form-control:-ms-input-placeholder {
  text-transform: capitalize;
}

.form__wrapper .form-control::-ms-input-placeholder {
  text-transform: capitalize;
}

.form__wrapper .form-control::placeholder {
  text-transform: capitalize;
}

.form__wrapper .c-icon {
  font-size: 14px;
  color: #98a2b3;
  position: absolute;
  bottom: 10px;
  right: 14px;
  pointer-events: none;
}

.form__wrapper .input-info__save {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
}

.form__wrapper .input-info__save span {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  color: #252522;
  font-weight: 500;
}

.form__wrapper .input-info__save a {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  color: #252522;
  font-weight: 500;
  display: inline-block;
  margin-left: 5px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.form__wrapper .input-info__save a:hover {
  color: #eb5e28;
}

.form__wrapper .input-info__save:last-of-type {
  margin-bottom: 0;
}

.form__wrapper .input-info__save .checkbox {
  position: absolute;
  opacity: 0;
}

.form__wrapper .input-info__save .checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin-bottom: 0;
  text-transform: capitalize;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 18px;
  color: #252522;
}

.form__wrapper .input-info__save .checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid #d0d5dd;
  background: transparent;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.form__wrapper .input-info__save .checkbox:checked + label:before {
  background: #eb5e28;
}

.form__wrapper .input-info__save .checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  -webkit-box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
          box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.form__wrapper .btn {
  margin-top: 30px;
  padding: 10px 43px;
}

/*********************************
/* Contact Form End 
**********************************/
/*********************************
/* Contact OverLay Start 
**********************************/
.contact__overlay {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.contact__info {
  max-width: 620px;
  margin: 0px 15px;
  z-index: 1;
}

.contact__info .section__title {
  margin-bottom: 12px;
  color: #fff;
}

.contact__info .content {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
}

.contact__meta {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .contact__meta {
    margin-top: 30px;
  }
}

.contact__meta__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
  margin-bottom: 36px;
}

.contact__meta__list li:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .contact__meta__list li {
    margin-bottom: 20px;
  }
}

.contact__meta__list li a {
  color: #fff;
  display: inline-block;
}

.contact__meta__list li .icon {
  height: 24px;
  width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 8px;
}

.contact__meta__list li .icon img,
.contact__meta__list li .icon svg {
  width: 13px;
  height: auto;
}

.contact__meta__list li .icon img path,
.contact__meta__list li .icon svg path {
  fill: #fff;
}

.contact__meta__list li:hover a {
  color: #eb5e28;
}

.contact__meta .social__icon {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .contact__meta .social__icon {
    margin-top: 30px;
  }
}

.contact__meta .social__icon a {
  font-size: 24px;
  margin-right: 24px;
  color: #fff;
  display: inline-block;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.contact__meta .social__icon a:last-child {
  margin-right: 0;
}

.contact__meta .social__icon a:hover {
  color: #eb5e28;
}

/*********************************
/* Contact OverLay End 
**********************************/
/*********************************
/*  Footer Start
*********************************/
.footer__section {
  padding-top: 50px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 157, 120, 0.02)), to(rgba(255, 157, 120, 0.02))), -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#ffffff));
  background: linear-gradient(0deg, rgba(255, 157, 120, 0.02), rgba(255, 157, 120, 0.02)), linear-gradient(0deg, #ffffff, #ffffff);
}

.footer__widget {
  padding-bottom: 64px;
  max-width: 320px;
}

@media screen and (max-width: 767px) {
  .footer__widget {
    display: none;
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .footer__widget {
    padding-bottom: 30px;
  }
}

.footer__widget .footer__logo {
  margin-bottom: 32px;
}

.footer__widget .footer__logo img {
  width: auto;
  height: auto;
  display: block;
}

.footer__widget p {
  color: #667085;
  margin-bottom: 0;
}

.footer__widget .title {
  margin-bottom: 16px;
}

.footer__widget .title h5 {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #98a2b3;
  margin-bottom: 0;
}

.footer__widget ul {
  list-style: none;
}

.footer__widget ul li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #667085;
  margin-bottom: 12px;
}

.footer__widget ul li a {
  color: #667085;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: relative;
}

.footer__widget ul li a i {
  margin-right: 8px;
}

.footer__widget ul li a::after {
  content: "\f101";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #eb5e28;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.footer__widget ul li a:hover {
  color: #eb5e28;
  padding-left: 18px;
}

.footer__widget ul li a:hover::after {
  opacity: 1;
  visibility: visible;
}

.footer__widget ul li a span {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #027a48;
  background: #ecfdf3;
  border-radius: 30px;
  padding: 2px 8px;
  margin-left: 16px;
}

.footer__widget ul li a .danger {
  background: rgba(217, 45, 32, 0.2);
  color: #d92d20;
}

.footer__bottom .footer__content {
  border-top: 1px solid #eaecf0;
  padding: 32px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 479px) {
  .footer__bottom .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.footer__bottom .content p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #98a2b3;
  margin-bottom: 0;
}

.footer__bottom .content p a {
  color: #eb5e28;
}

.footer__bottom .link a {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #98a2b3;
  display: inline-block;
  position: relative;
  margin-left: 16px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.footer__bottom .link a:hover {
  color: #eb5e28;
}

@media screen and (max-width: 479px) {
  .footer__bottom .link {
    margin-bottom: 10px;
  }
}

/*********************************
/*  Footer End
*********************************/
/*********************************
/*  Archive page (Categories)
*********************************/
.about-main .main-title {
  max-width: 466px;
}
