@charset "UTF-8";
@font-face {
  font-family: "Basically A Mono";
  src: url("../fonts/BasicallyAMono-Medium.woff2") format("woff2"), url("../fonts/BasicallyAMono-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Basically A Mono";
  src: url("../fonts/BasicallyAMono-Bold.woff2") format("woff2"), url("../fonts/BasicallyAMono-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Basically A Mono";
  src: url("../fonts/BasicallyAMono-Light.woff2") format("woff2"), url("../fonts/BasicallyAMono-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Basically A Mono";
  src: url("../fonts/BasicallyAMono-Regular.woff2") format("woff2"), url("../fonts/BasicallyAMono-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Basically A Mono";
  src: url("../fonts/BasicallyAMono-ExtraLight.woff2") format("woff2"), url("../fonts/BasicallyAMono-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oak Sans";
  src: url("../fonts/OakSans-MediumItalic.woff2") format("woff2"), url("../fonts/OakSans-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Basically A Mono";
  src: url("../fonts/BasicallyAMono-SemiBold.woff2") format("woff2"), url("../fonts/BasicallyAMono-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oak Sans";
  src: url("../fonts/OakSans-SemiBoldItalic.woff2") format("woff2"), url("../fonts/OakSans-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Oak Sans";
  src: url("../fonts/OakSans-Medium.woff2") format("woff2"), url("../fonts/OakSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Basically A Mono";
  src: url("../fonts/BasicallyAMono-Thin.woff2") format("woff2"), url("../fonts/BasicallyAMono-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oak Sans";
  src: url("../fonts/OakSans-SemiBold.woff2") format("woff2"), url("../fonts/OakSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oak Sans";
  src: url("../fonts/OakSans-Light.woff2") format("woff2"), url("../fonts/OakSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oak Sans";
  src: url("../fonts/OakSans-LightItalic.woff2") format("woff2"), url("../fonts/OakSans-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Oak Sans";
  src: url("../fonts/OakSans-Regular.woff2") format("woff2"), url("../fonts/OakSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oak Sans";
  src: url("../fonts/OakSans-Light.woff2") format("woff2"), url("../fonts/OakSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.bluebg {
  background: #F1FCFF;
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
ul li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
ul li a {
  text-decoration: none;
}

header {
  padding: 24px 0px;
}
header .desktopheader {
  max-width: 1440px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .desktopheader .desktopnavbar .navmenu {
  display: flex;
  gap: 56px;
}
header .desktopheader .desktopnavbar .navmenu li a {
  font-family: "Oak Sans";
  color: #0E0E0E;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.84px;
}
.activity-boxeswrapper .activity-boxesinner h4 {
    height: 65px;
}
header .desktopheader .rightsidemenu .navmenu {
  display: flex;
  gap: 16px;
  align-items: center;
  position: relative;
}
header .desktopheader .rightsidemenu .navmenu .inactive {
  display: none;
}
header .desktopheader .rightsidemenu .navmenu li a {
  font-family: "Oak Sans";
  color: #0E0E0E;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.84px;
  display: flex;
  align-items: center;
  gap: 8PX;
}
header .desktopheader .rightsidemenu .navmenu li a[aria-expanded=true] {
  color: #FF823D;
}
header .desktopheader .rightsidemenu .navmenu li a[aria-expanded=true] .active {
  display: none;
}
header .desktopheader .rightsidemenu .navmenu li a[aria-expanded=true] .inactive {
  display: block;
}
header .desktopheader .rightsidemenu .navmenu li #currencymenu {
  position: absolute;
  width: 98px;
  padding: 8px 16px;
  border-radius: 8px;
  background: var(--neutral-white, #FFF);
  box-shadow: 0px 24px 72px 0px rgba(99, 99, 99, 0.25);
  top: 34px;
  z-index: 99;
}
header .desktopheader .rightsidemenu .navmenu li #currencymenu ul li a {
  font-family: "Oak Sans";
  text-align: left;
  color: #0E0E0E;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.84px;
  display: block;
  margin-bottom: 16px;
  max-height: 29px;
}
header .desktopheader .rightsidemenu .navmenu li #currencymenu ul li:last-child a {
  margin-bottom: 0px;
}
header .desktopheader .rightsidemenu .navmenu li #currencymenu ul li .active {
  color: #FF823D;
}

footer {
  background: #F1FCFF;
  padding: 40px 0px;
}
footer .container {
  max-width: 1440px;
  margin: auto;
}
footer .footermain {
  display: flex;
  justify-content: space-between;
}
footer .footermain .footerLeftside .footervisa {
  margin: 32px 0px;
}
footer .footermain .footerLeftside .copyright {
  color: #3C3C3C;
  font-family: "Oak Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
}
footer .footermain .footerrightside .footerinnerlsiting {
  display: flex;
  gap: 56px;
}
footer .footermain .footerrightside .footerinnerlsiting .footerinnerlsiting_right h3 {
  margin-bottom: 40px;
}
footer .footermain .footerrightside .footerinnerlsiting h3 {
  margin-bottom: 32px;
  color: #0E0E0E;
  font-family: "Basically A Mono";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 103.318%;
  /* 20.664px */
}
footer .footermain .footerrightside .footerinnerlsiting ul li a {
  color: var(--neutral-near-black, #0E0E0E);
  font-family: "Oak Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
  display: block;
  margin-bottom: 16px;
}
footer .footermain .footerrightside .footerinnerlsiting ul li:last-child a {
  margin-bottom: 0px;
}
footer .footermain .footerrightside .footerinnerlsiting .footerinnerlsiting_right ul li a {
  align-items: flex-start;
  display: flex;
  gap: 16px;
}

.mobile-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-header .mobileright .navmenu {
  display: flex;
  gap: 16px;
}
.mobile-header .mobileright .navmenu li a {
  color: #0E0E0E;
  text-align: center;
  font-family: "Oak Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.32px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.mobile-header .mobileright .navmenu li #currencymenu {
  position: absolute;
  width: 65px;
  padding: 8px 16px;
  border-radius: 8px;
  background: var(--neutral-white, #FFF);
  box-shadow: 0px 24px 72px 0px rgba(99, 99, 99, 0.25);
  top: 54px;
  z-index: 9;
}
.mobile-header .mobileright .navmenu li #currencymenu ul li a {
  font-family: "Oak Sans";
  text-align: left;
  color: #0E0E0E;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.84px;
  display: block;
  margin-bottom: 16px;
  max-height: 29px;
  text-align: right;
}
.mobile-header .mobileright .navmenu li #currencymenu ul li:last-child a {
  margin-bottom: 0px;
}
.mobile-header .mobileright .navmenu li #currencymenu ul li .active {
  color: #FF823D;
}
.mobile-header .mobileright .mobileonlynav .inactive {
  display: none;
}
.mobile-header .mobileright .mobileonlynav a[aria-expanded=true] .active {
  display: none;
}
.mobile-header .mobileright .mobileonlynav a[aria-expanded=true] .inactive {
  display: block;
}
.mobile-header .mobileright .mobileonlynav #mobilemnubar {
  position: absolute;
  right: 0;
  padding: 32px 24px;
  width: 100%;
  background: #F1FCFF;
  top: 60px;
  z-index: 9;
}
.mobile-header .mobileright .mobileonlynav #mobilemnubar ul li a {
  color: #0E0E0E;
  text-align: right;
  font-family: "Oak Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.84px;
  display: block;
  margin-bottom: 32px;
}
.mobile-header .mobileright .mobileonlynav #mobilemnubar ul li:last-child a {
  margin-bottom: 0px;
}

/*HOMEPAGE START*/
.innerwrapper {
  background: #F1FCFF;
}

.welcome-section {
  position: relative;
  background: #F1FCFF;
  max-width: 1872px;
  margin: auto;
}
.welcome-section .innersliders {
  display: flex;
  gap: 24px;
  align-items: end;
}
.welcome-section .innersliders .leftslider {
  width: 192px;
  height: 669px;
  overflow: hidden;
  border-radius: 24px;
}
.welcome-section .innersliders .leftslider video {
  -o-object-fit: cover;
     object-fit: cover;
}
.welcome-section .innersliders .rightslider {
  height: 952px;
  border-radius: 24px;
  position: relative;
}
.welcome-section .innersliders .rightslider::before {
  content: "";
  background: rgba(0, 0, 0, 0.2588235294);
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 24px;
}
.welcome-section .innersliders .rightslider video {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}
.welcome-section .innersliders .rightslider .slidercontent {
  position: absolute;
  left: 92px;
  bottom: 113px;
  max-width: 1074px;
}
.welcome-section .innersliders .rightslider .slidercontent h2 {
  color: #0E0E0E;
  font-family: "Basically A Mono";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 103.318%;
  /* 49.593px */
  letter-spacing: -1.92px;
  color: #fff;
}
.welcome-section .innersliders .rightslider .slidercontent p {
  color: #3C3C3C;
  /* Body 2 */
  font-family: "Oak Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
  color: #fff;
  max-width: 669px;
  font-weight: 300;
  margin-top: 24px;
  margin-bottom: 48px;
}
.welcome-section .innersliders .rightslider .slidercontent .sliderbtn {
  display: flex;
  gap: 16px;
}
.welcome-section .innersliders .rightslider .slidercontent .sliderbtn .bluebtn {
  border-radius: 16px;
  background: #05AADE;
  padding: 20px 32px;
  color: #FFF;
  /* Semibold 29 */
  font-family: "Basically A Mono";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.4px;
  border: 2px solid transparent;
  text-decoration: none;
  display: flex;
  gap: 16px;
}
.welcome-section .innersliders .rightslider .slidercontent .sliderbtn .whitebtn {
  border-radius: 16px;
  background-color: transparent;
  padding: 20px 32px;
  color: #FFF;
  /* Semibold 29 */
  font-family: "Basically A Mono";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.4px;
  border: 2px solid #fff;
  text-decoration: none;
  display: flex;
  gap: 16px;
}
.welcome-section .topleftvideo {
  height: 283px;
  position: absolute;
  width: 442px;
  top: 0;
  z-index: 99;
  border-right: 24px solid #F1FCFF;
  border-bottom: 24px solid #F1FCFF;
  background: #F1FCFF;
}
.welcome-section .topleftvideo video {
  border-radius: 24px;
}
.welcome-section .bottomrightvideo {
  width: 490px;
  height: 566px;
  position: absolute;
  background: #F1FCFF;
  right: 0;
  bottom: -1px;
  border-left: 24px solid #F1FCFF;
  border-top: 24px solid #F1FCFF;
  border-top-left-radius: 24px;
}
.welcome-section .bottomrightvideo video {
  border-radius: 24px;
  position: relative;
}

video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.items {
  position: absolute;
}

.main-pos {
  border-radius: 8px;
  background: #FFF;
  max-height: 664px;
  /* Cards */
  box-shadow: 0px 24px 72px 0px rgba(99, 99, 99, 0.25);
  z-index: 3000;
  /*background-image: url('https://dl.dropbox.com/u/32649907/imgs/shadow.png');*/
}
.main-pos .slidernav-btn span input {
  color: #05AADE !important;
  /* Semibold 29 */
  font-family: "Basically A Mono";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.4px;
  background: url(../images/next-active.svg) no-repeat right center !important;
  border: none;
  padding-right: 28px;
  padding-left: 0px !important;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}

.left-pos {
  opacity: 0.3;
  /*margin-left: -17em !important;*/
  z-index: 1000;
  transform: scale(0.75);
}

.back-pos {
  margin-left: 2em !important;
  opacity: 0.05;
  transform: scale(0.5);
}

.right-pos {
  opacity: 0.3;
  margin-left: 21em !important;
  z-index: 1000;
  transform: scale(0.75);
}

section {
  width: 1767px;
  height: 665px;
  margin: 0 auto;
  position: relative;
  max-width: 100%;
  padding: 32px 0px;
  scroll-behavior: smooth;
}
section .carousel {
  position: relative;
  width: 1440px;
  display: flex;
  justify-content: center;
}
section li {
  width: 573px;
  /*height: 613px;*/
  height: auto;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.relation-advice {
  background: url(../images/advicebg.png) no-repeat top center;
  background-size: cover;
  padding-top: 64px;
  padding-bottom: 360px;
}
.relation-advice .relation-advicemain {
  max-width: 1440px;
  margin: auto;
  padding-bottom: 64px;
}
.relation-advice .relation-advicemain .advicetop {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.relation-advice .relation-advicemain .advicetop h2 {
  color: #0E0E0E;
  font-family: "Basically A Mono";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 103.318%;
  /* 49.593px */
  letter-spacing: -1.92px;
}
.relation-advice .relation-advicemain .advicetop p {
  color: #3C3C3C;
  /* Body 2 */
  font-family: "Oak Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
  max-width: 745px;
  color: #656565;
}
.relation-advice .inneritemsbox {
  background: url(../images/online-datingbg.png) no-repeat top left;
  padding: 32px 48px;
  width: 100%;
}
.relation-advice .inneritemsbox h3 {
  color: #0E0E0E;
  font-family: "Basically A Mono";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 103.318%;
  /* 33.062px */
  position: relative;
  padding-left: 16px;
}
.relation-advice .inneritemsbox h3::after {
  content: "";
  background: #FF823D;
  width: 4px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.relation-advice .inneritemsbox p {
  color: #3C3C3C;
  /* Body 2 */
  font-family: "Oak Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
  margin: 24px 0px;
}
.relation-advice .inneritemsbox a {
  color: #05AADE;
  /* Semibold 29 */
  font-family: "Basically A Mono";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.4px;
}
.relation-advice .inneritemsbox .adviceimg {
  margin: 24px 0px;
}
.relation-advice .inneritemsbox .slidernav-btn {
  display: flex;
  justify-content: space-between;
}
.relation-advice .inneritemsbox .slidernav-btn span input {
  padding: 16px 32px;
  border-radius: 8px;
  background: #05AADE;
  color: #FFF;
  /* Semibold 29 */
  font-family: "Basically A Mono";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.4px;
  border: none;
}

.bestseller {
  padding: 64px 0px;
  margin-top: -180px;
}
.bestseller h3 {
  color: #0E0E0E;
  /* Р2 */
  font-family: "Basically A Mono";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 103.318%;
  /* 49.593px */
  letter-spacing: -1.92px;
  text-align: center;
  margin-bottom: 16px;
}
.bestseller .subtitle {
  color: #3C3C3C;
  text-align: center;
  /* Body 2 */
  font-family: "Oak Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
  max-width: 644px;
  margin: auto;
}
/*.class_1{*/
/*            position: relative;*/
/*            top: 56px;*/
/*    }*/

.bestsellerboxes {
  width: 100%;
  max-width: 1436px;
  margin: 72px auto 72px auto;
  display: flex;
  gap: 80px;
}

.viewall {
  color: #05AADE;
  /* Semibold 29 */
  font-family: "Basically A Mono";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.4px;
  text-decoration: none;
  border-radius: 16px;
  border: 2px solid var(--Blue, #05AADE);
  display: flex;
  padding: 20px 30px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  max-width: 209px;
  margin: auto;
}
.viewall:hover {
  background-color: #fff;
  color: #05AADE;
}

.productbox {
  padding: 24px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 4px 72px 0px rgba(109, 109, 109, 0.16);
}
.productbox .productimg {
  position: relative;
}
.productbox .productimg .catbox {
  position: absolute;
  left: 8px;
  top: 8px;
  border-radius: 8px;
  background: #FFF1E7;
  color: #0E0E0E;
  /* 14 Medium */
  font-family: "Oak Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
  display: block;
  padding: 8px 16px;
  text-decoration: none;
}
.productbox .productinfo {
  margin-top: 19px;
}
.productbox .productinfo h4 {
  font-size: 20px;
  margin: 0;
  line-height: 103.318%;
}
.productbox .productinfo h4 a {
  color: #0E0E0E;
  font-family: "Basically A Mono";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 103.318%;
  text-decoration: none;
  display: block;
}
.productbox .productinfo p {
  margin: 8px 0px;
  color: #656565;
  /* Body 2 */
  font-family: "Oak Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
}
.productbox .productinfo .productpriceboxinfo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.productbox .productinfo .productpriceboxinfo .prductprice {
  color: #0E0E0E;
  font-family: "Basically A Mono";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.4px;
}

.lifeblond {
  margin: 0px 24px;
  display: flex;
  gap: 24px;
  justify-content: center;
}
.lifeblond .lifeblondleft {
  width: 100%;
  max-width: 1140px;
}
.lifeblond .lifeblondleft .lifeblondmiddle {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}
.lifeblond .lifeblondleft .lifeblondmiddle .lifeblondinnerleft {
  min-width: 466px;
}
.lifeblond .lifeblondleft .lifeblondinnerright {
  border-radius: 16px;
  background: #0E0E0E;
  padding: 45px;
}
.lifeblond .lifeblondleft .lifeblondinnerright h5 {
  color: #0E0E0E;
  font-family: "Basically A Mono";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 103.318%;
  /* 33.062px */
  color: #FFF;
  margin-bottom: 16px;
}
.lifeblond .lifeblondleft .lifeblondinnerright p {
  color: #3C3C3C;
  /* Body 2 */
  font-family: "Oak Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
  color: #FFF;
  margin-bottom: 32px;
}
.lifeblond .lifeblondleft .lifeblondinnerright a {
  border-radius: 16px;
  background: #05AADE;
  padding: 20px 32px;
  color: #FFF;
  /* Semibold 29 */
  font-family: "Basically A Mono";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.4px;
  border: 2px solid transparent;
  text-decoration: none;
  display: block;
  max-width: 246px;
  padding: 20px 22px;
  text-align: center;
}

.life-activitywrapper {
  position: relative;
}
.life-activitywrapper::after {
  content: "";
  background: url(../images/activityboxbg.png) no-repeat top center;
  width: 1920px;
  height: 912px;
  position: absolute;
  left: 0;
  z-index: -1;
  bottom: -170px;
  max-width: 100%;
}

.activity-boxeswrapper {
  max-width: 1440px;
  margin: auto;
  display: flex;
  gap: 24px;
  padding: 72px 0px;
}
.activity-boxeswrapper .activity-boxesinner {
  position: relative;
  width: 100%;
}
.activity-boxeswrapper .activity-boxesinner img {
  margin-bottom: 24px;
}
.activity-boxeswrapper .activity-boxesinner h4 {
  color: #0E0E0E;
  font-family: "Basically A Mono";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 103.318%;
  /* 33.062px */
  margin-bottom: 16px;
  padding-left: 18px;
}
.activity-boxeswrapper .activity-boxesinner h4::before {
  content: "";
  background: #FF823D;
  height: 66px;
  width: 4px;
  position: absolute;
  left: 0px;
}
.activity-boxeswrapper .activity-boxesinner p {
  color: #3C3C3C;
  /* Body 2 */
  font-family: "Oak Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
  color: #656565;
  margin-bottom: 0px;
}

.love-wrapper {
  max-width: 1440px;
  margin: auto;
  padding-bottom: 144px;
  padding-top: 72px;
}
.love-wrapper .languageinner {
  margin: 0px auto 72px auto;
  max-width: 996px;
}
.love-wrapper .languageinner h2 {
  color: #0E0E0E;
  font-family: "Basically A Mono";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 103.318%;
  /* 49.593px */
  letter-spacing: -1.92px;
  text-align: center;
  margin-bottom: 16px;
}
.love-wrapper .languageinner .subtitle-desc {
  text-align: center;
  color: #3C3C3C;
  /* Body 2 */
  font-family: "Oak Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
  color: #656565;
  margin-bottom: 32px;
}
.love-wrapper .languageinner .exploreprodctbtn {
  border-radius: 16px;
  background: #05AADE;
  padding: 20px 32px;
  color: #FFF;
  /* Semibold 29 */
  font-family: "Basically A Mono";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.4px;
  border: 2px solid transparent;
  padding: 20px 29px;
  display: block;
  max-width: 359px;
  margin: auto;
  text-decoration: none;
}
.love-wrapper .contentbox {
  border-radius: 16px;
  background: #FFF1E7;
  padding: 24px;
  display: flex;
  gap: 24px;
  align-items: baseline;
  min-width: 552px;
}
.love-wrapper .contentbox h5 {
  color: #0E0E0E;
  font-family: "Basically A Mono";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 103.318%;
  /* 33.062px */
  margin-bottom: 16px;
}
.love-wrapper .contentbox p {
  color: #3C3C3C;
  /* Body 2 */
  font-family: "Oak Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
  color: #0E0E0E;
  margin: 0px;
}
.love-wrapper .contentbox .rightblockquote {
  position: relative;
  bottom: -55px;
}
.love-wrapper .languageinnerboxesone {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}
.love-wrapper .languageinnerboxesone .boxesoneleft {
  min-width: 620px;
}
.love-wrapper .languageinnerboxesone .boxesoneright {
  min-width: 220px;
}
.love-wrapper .languageinnerboxestwo {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}
.love-wrapper .languageinnerboxestwo .boxestwocenter {
  min-width: 288px;
}
.love-wrapper .languageinnerboxesthree {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}
.love-wrapper .languageinnerboxesthree .boxesthreeleft {
  min-width: 525px;
}
.love-wrapper .languageinnerboxesthree .boxesthreeright {
  min-width: 315px;
}
.love-wrapper .languageinnerboxesfour {
  display: flex;
  gap: 24px;
}
.love-wrapper .languageinnerboxesfour .boxesfourleft {
  min-width: 159px;
}
.love-wrapper .languageinnerboxesfour .boxesfourthreeleft {
  min-width: 105px;
}

.special_love {
  position: relative;
  padding-bottom: 72px;
  margin: 0px 24px;
}
.special_love .specialLovebox {
  max-width: 1440px;
  margin: auto;
}
.special_love .specialLovebox .special_loveinner {
  width: 100%;
  max-width: 633px;
  position: absolute;
  bottom: 118px;
}
.special_love .specialLovebox .special_loveinner h3 {
  color: #0E0E0E;
  font-family: "Basically A Mono";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 103.318%;
  /* 49.593px */
  letter-spacing: -1.92px;
  margin-bottom: 16px;
  padding-left: 16px;
}
.special_love .specialLovebox .special_loveinner h3::before {
  content: "";
  background: #FF823D;
  height: 90px;
  width: 4px;
  position: absolute;
  left: 0px;
  top: 3px;
}
.special_love .specialLovebox .special_loveinner p {
  color: #3C3C3C;
  /* Body 2 */
  font-family: "Oak Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
  color: #656565;
  margin-bottom: 40px;
}
.special_love .specialLovebox .special_loveinner .productexplorebtn {
  border-radius: 16px;
  background: #05AADE;
  padding: 20px 32px;
  color: #FFF;
  /* Semibold 29 */
  font-family: "Basically A Mono";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.4px;
  border: 2px solid transparent;
  text-decoration: none;
  display: block;
  max-width: 359px;
  padding: 20px 30px;
}

/*HOMEPAGE END*/
/*ABOUT START*/
.aboutstorywelcome {
  background: #F1FCFF;
}
.aboutstorywelcome .aboutstoryinner {
  max-width: 1440px;
  margin: auto;
  display: flex;
  gap: 24px;
  justify-content: space-between;
}
.aboutstorywelcome .aboutstoryinner .aboutstoryleft {
  width: 1272px;
}
.aboutstorywelcome .aboutstoryinner .aboutstoryleft .aboutstorylefttop {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}
.aboutstorywelcome .aboutstoryinner .aboutstoryleft .aboutstoryleftbtm {
  display: flex;
  gap: 24px;
}
.aboutstorywelcome .aboutstoryinner .aboutstoryleft .aboutstoryleftbtm .journey-relationship {
  width: 713px;
  border-radius: 16px;
  background: #0E0E0E;
  padding: 48px;
}
.aboutstorywelcome .aboutstoryinner .aboutstoryleft .aboutstoryleftbtm .journey-relationship h3 {
  color: #FFF;
  /* H1 */
  font-family: "Basically A Mono";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -2.56px;
  margin-bottom: 24px;
}
.aboutstorywelcome .aboutstoryinner .aboutstoryleft .aboutstoryleftbtm .journey-relationship p {
  color: #FFF;
  /* Regular 24 */
  font-family: "Oak Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.84px;
}

.about-benefit {
  padding: 72px 0px;
  background: #F1FCFF;
}
.about-benefit .about-benefitcontainer {
  max-width: 1440px;
  margin: auto;
}
.about-benefit .about-benefitcontainer h2 {
  color: #0E0E0E;
  font-family: "Basically A Mono";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 103.318%;
  /* 49.593px */
  letter-spacing: -1.92px;
  margin-bottom: 16px;
  text-align: center;
}
.about-benefit .about-benefitcontainer .subtitle {
  color: #3C3C3C;
  /* Body 2 */
  font-family: "Oak Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
  text-align: center;
}
.about-benefit .about-benefitcontainer .benefitwrapper {
  padding: 72px 0px;
}
.about-benefit .about-benefitcontainer .benefitwrapper .benefitsboxes {
  display: flex;
  gap: 32px;
}
.about-benefit .about-benefitcontainer .benefitwrapper .benefitsboxes .benefitcards {
  text-align: center;
  margin-bottom: 32px;
  width: 100%;
}
.about-benefit .about-benefitcontainer .benefitwrapper .benefitsboxes .benefitcards img {
  margin-bottom: 24px;
}
.about-benefit .about-benefitcontainer .benefitwrapper .benefitsboxes .benefitcards h4 {
  color: #0E0E0E;
  font-family: "Basically A Mono";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 103.318%;
  /* 33.062px */
  margin-bottom: 16px;
}
.about-benefit .about-benefitcontainer .benefitwrapper .benefitsboxes .benefitcards p {
  color: #3C3C3C;
  /* Body 2 */
  font-family: "Oak Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
  color: #656565;
  margin-bottom: 0px;
}

.aboutwhatwedo {
  margin: 0px 24px;
  display: flex;
  gap: 24px;
}
.aboutwhatwedo .aboutwhatwedoleft {
  min-width: 466px;
}
.aboutwhatwedo .aboutwhatwedoright .aboutwhatwedorighttop {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}
.aboutwhatwedo .aboutwhatwedoright .aboutwhatwedorighttop .aboutmiddlecontentbox {
  border-radius: 16px;
  background: #0E0E0E;
  padding: 48px;
  color: #fff;
  max-width: 650px;
}
.aboutwhatwedo .aboutwhatwedoright .aboutwhatwedorighttop .aboutmiddlecontentbox h4 {
  color: #0E0E0E;
  font-family: "Basically A Mono";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 103.318%;
  /* 33.062px */
  color: #fff;
}
.aboutwhatwedo .aboutwhatwedoright .aboutwhatwedorighttop .aboutmiddlecontentbox p {
  color: #3C3C3C;
  /* Body 2 */
  font-family: "Oak Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
  color: #FFF;
  margin-bottom: 32px;
}
.aboutwhatwedo .aboutwhatwedoright .aboutwhatwedorighttop .aboutmiddlecontentbox .viewbtnproduct {
  border-radius: 16px;
  background: #05AADE;
  padding: 20px 32px;
  color: #FFF;
  /* Semibold 29 */
  font-family: "Basically A Mono";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.4px;
  border: 2px solid transparent;
  text-decoration: none;
  display: block;
  max-width: 321px;
  text-align: center;
  padding: 20px 31px;
}
.aboutwhatwedo .aboutwhatwedoright .aboutwhatwedorightbtm {
  display: flex;
  gap: 24px;
}

.aboutseller {
  margin-top: -230px;
}

.howpurchase {
  max-width: 1440px;
  margin: auto;
  padding: 72px 0px;
}
.howpurchase h3 {
  color: #0E0E0E;
  font-family: "Basically A Mono";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 103.318%;
  /* 49.593px */
  letter-spacing: -1.92px;
  margin-bottom: 72px;
}
.howpurchase .purchaseboxes {
  display: flex;
  justify-content: space-between;
}
.howpurchase .purchaseboxes .purchaseinner {
  width: 270px;
  text-align: center;
}
.howpurchase .purchaseboxes .purchaseinner .numberinfo {
  border-radius: 24px;
  background: #FFF;
  box-shadow: 0px 24px 64px 0px rgba(99, 99, 99, 0.15);
  width: 150px;
  height: 150px;
  padding: 10px;
  color: #05AADE;
  font-family: "Basically A Mono";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 130px;
  letter-spacing: -1.92px;
  margin: 0px auto 24px auto;
}
.howpurchase .purchaseboxes .purchaseinner h6 {
  color: #0E0E0E;
  text-align: center;
  /* H4 */
  font-family: "Basically A Mono";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 103.318%;
  /* 20.664px */
}

.purcahsewrapper {
  background: url(../images/purcahsebg.png) no-repeat 0px -100px;
  padding-bottom: 230px;
}

/*ABOUT END*/
.common-form .form-control {
  border-radius: 8px;
  border: 1px solid #F4F4F4;
  padding: 20px 16px;
  background: #FFF;
  box-shadow: 4px 4px 32px 0px rgba(71, 71, 71, 0.04);
  color: #656565;
  font-family: "Oak Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.32px;
}
.common-form .form-control::-moz-placeholder {
  color: #656565;
  font-family: "Oak Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.32px;
}
.common-form .form-control::placeholder {
  color: #656565;
  font-family: "Oak Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.32px;
}
.common-form label {
  color: #0E0E0E;
  font-family: "Basically A Mono";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.4px;
  margin-bottom: 8px;
}

.orderhist-account-sec {
  background-position: center center !important;
}

.account-sec {
  background: url(../images/account-bg.png) no-repeat 0px 50px;
  background-size: contain;
  padding: 72px 0;
}
.account-sec .account-inner {
  max-width: 789px;
  width: 100%;
  margin: auto;
}
.account-sec .account-inner .account-top .title {
  margin-bottom: 24px;
}
.account-sec .account-inner .account-top .title h2 {
  color: #0E0E0E;
  font-family: "Basically A Mono";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 103.318%;
  /* 49.593px */
  letter-spacing: -1.92px;
  margin-bottom: 0;
  text-align: center;
}
.account-sec .account-inner .account-top .title h2 br {
  display: none;
}
.account-sec .account-inner .account-top .breadcrumbs {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.account-sec .account-inner .account-top .breadcrumbs a {
  color: #9B9B9B;
  font-family: "Basically A Mono";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.4px;
  text-decoration: none;
}
.account-sec .account-inner .account-top .breadcrumbs .active {
  color: #FF823D;
  border-bottom: 4px solid #FF823D;
}
.account-sec .accoun-form {
  max-width: 724px;
  width: 100%;
  margin: 56px auto auto auto;
}
.account-sec .accoun-form .common-form .form-control {
  margin-bottom: 16px;
}
.account-sec .accoun-form .common-form .password-change {
  position: relative;
}
.account-sec .accoun-form .common-form .password-change a {
  color: #05AADE;
  font-family: "Oak Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0;
}
.account-sec .accoun-form .common-form .formcontrol-inline {
  display: flex;
  gap: 8px;
}
.account-sec .accoun-form .common-form .selectarrow {
  background-image: url(../images/selectdropdown.png);
  background-repeat: no-repeat;
  background-position: right 5% center;
}
.account-sec .accoun-form .save-btn .bluebtn {
  border-radius: 16px;
  background: #05AADE;
  padding: 20px 32px;
  color: #FFF;
  /* Semibold 29 */
  font-family: "Basically A Mono";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.4px;
  border: 2px solid transparent;
  display: block;
  text-decoration: none;
  text-align: center;
}

.orderhist-sec {
  margin-top: 56px;
}
.orderhist-sec .orderhis-box {
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 24px 64px 0px rgba(99, 99, 99, 0.15);
  padding: 32px;
  margin-bottom: 56px;
}
.orderhist-sec .orderhis-box:last-child {
  margin-bottom: 0;
}
.orderhist-sec .orderhis-box .orderno-date P {
  color: #0E0E0E;
  font-family: "Oak Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.32px;
  margin-bottom: 0;
}
.orderhist-sec .orderhis-box .orderno-date P span {
  color: #05AADE;
}
.orderhist-sec .orderhis-box .product-card-box {
  display: flex;
  gap: 24px;
  padding: 16px 0;
  border-bottom: 1px solid #D0D0D0;
}
.orderhist-sec .orderhis-box .product-card-box .prod-info {
  max-width: 586px;
  width: 100%;
}
.orderhist-sec .orderhis-box .product-card-box .prod-info .audiotag {
  color: #0E0E0E;
  font-family: "Oak Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
  padding: 8px 16px;
  border-radius: 8px;
  background: #FFF1E7;
  max-width: 103px;
}
.orderhist-sec .orderhis-box .product-card-box .prod-info h4 {
  color: #0E0E0E;
  font-family: "Basically A Mono";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 103.318%;
  margin-bottom: 0;
  margin-top: 8px;
}
.orderhist-sec .orderhis-box .product-card-box .prod-info .qty-price {
  margin-top: 32px;
}
.orderhist-sec .orderhis-box .product-card-box .prod-info .qty-price h4 {
  margin-top: 0;
}
.orderhist-sec .orderhis-box .product-card-box .prod-info .qty-price .price h2 {
  color: #0E0E0E;
  font-family: "Basically A Mono";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 103.318%;
  /* 49.593px */
  letter-spacing: -1.92px;
  margin-bottom: 0;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 103.318%;
}
.orderhist-sec .orderhis-box .subtotal-disc-part {
  padding: 16px 0;
  border-bottom: 1px solid #D0D0D0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.orderhist-sec .orderhis-box .subtotal-disc-part p {
  color: #656565;
  font-family: "Basically A Mono";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.4px;
  margin-bottom: 0;
}
.orderhist-sec .orderhis-box .total-part {
  padding: 16px 0 0 0;
}
.orderhist-sec .orderhis-box .total-part h2 {
  color: #0E0E0E;
  font-family: "Basically A Mono";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 103.318%;
  margin-bottom: 0;
}

header .desktopheader .desktopnavbar .navmenu li .active {
  color: #FF823D;
  position: relative;
}
header .desktopheader .desktopnavbar .navmenu li .active::after {
  content: "";
  height: 4px;
  background: #FF823D;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -10px;
}

.store-top-sec {
  position: relative;
  margin: 72px 0;
}
.store-top-sec h1 {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-bottom: 0;
  /* Р2 */
  color: #0E0E0E;
  font-family: "Basically A Mono";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 103.318%;
  /* 49.593px */
  letter-spacing: -1.92px;
  color: #FFF;
}

.filters-sec .filter-wrap-sec {
  max-width: 1292px;
  margin: auto;
  position: relative;
}
.filters-sec .filter-wrap-sec .filter-btn-wrap {
  margin-bottom: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filters-sec .filter-wrap-sec .filter-btn-wrap .filters-link {
  border-radius: 16px;
  border: 2px solid #05AADE;
  font-family: "Basically A Mono";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.4px;
  text-align: center;
  color: #05AADE;
  text-decoration: none;
  padding: 16px 32px;
  padding: 16px 22px;
  width: 366px;
  max-width: 100%;
}
.filters-sec .filter-wrap-sec .filter-btn-wrap .filters-link img {
  margin-left: 15px;
}
.filters-sec .filter-wrap-sec .filter-btn-wrap .filterbtn {
  width: 153px;
}
.filters-sec .filter-wrap-sec .filter-btn-wrap .filters-link[aria-expanded=true] {
  background-color: #05AADE;
  color: white;
}
.filters-sec .filter-wrap-sec .filter-card-wrap {
  display: flex;
  gap: 32px;
  margin-bottom: 32px;
}
.filters-sec .filter-wrap-sec .filter-card-wrap .productbox {
  flex: 1 1 299px;
  width: 100%;
}
.filters-sec .filter-wrap-sec .pagination-wrap {
  text-align: center;
  width: 100%;
  margin-bottom: 72px;
}
.filters-sec .filter-wrap-sec .pagination-wrap ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 17px;
}
.filters-sec .filter-wrap-sec .pagination-wrap ul .previous-btn,
.filters-sec .filter-wrap-sec .pagination-wrap ul .next-btn {
  color: #9B9B9B;
  /* Semibold 29 */
  font-family: "Basically A Mono";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.4px;
}
.filters-sec .filter-wrap-sec .pagination-wrap ul .next-btn {
  color: #05AADE;
}
.filters-sec .filter-wrap-sec .pagination-wrap ul .pagination-items {
  display: inline-block;
  padding: 8px 10px;
  font-family: "Basically A Mono";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 103.318%;
  /* 33.062px */
  color: #D0D0D0;
}
.filters-sec .filter-wrap-sec .pagination-wrap ul .pagination-items.active {
  color: #0E0E0E;
  padding-bottom: 4px;
  border-bottom: 4px solid #FF823D;
}
.filters-sec .form-check-label {
  color: #0E0E0E;
  font-family: "Oak Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
}
.filters-sec .form-check-label a {
  text-decoration: none;
  color: #05AADE;
}

.still_love .specialLovebox .special_loveinner .productexplorebtn {
  max-width: 232px;
}

#filter-btn {
  max-width: 685px;
  width: 100%;
  z-index: 3;
  position: absolute;
  left: 0;
  top: 71px;
  border-radius: 16px;
  background: white;
  box-shadow: 0px 24px 72px 0px rgba(99, 99, 99, 0.25);
}
#filter-btn .card-body {
  border: 0;
  padding: 32px;
  border-radius: 16px;
}
#filter-btn .filter-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid #F4F4F4;
  margin-bottom: 16px;
}
#filter-btn .filter-title h5 {
  color: #FF823D;
  /* H4 */
  font-family: "Basically A Mono";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 103.318%;
  /* 20.664px */
  margin-bottom: 0;
}
#filter-btn .category-wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 16px;
  border-bottom: 1px solid #F4F4F4;
}
#filter-btn .category-wrap .category-wrap-items {
  max-width: 226px;
  width: 100%;
}
#filter-btn .category-wrap .category-wrap-items .category-items-top-title {
  margin-bottom: 24px;
}
#filter-btn .category-wrap .category-wrap-items .category-items-top-title h5 {
  color: #0E0E0E;
  font-family: "Basically A Mono";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 103.318%;
  margin-bottom: 0;
}
#filter-btn .category-wrap .category-wrap-items .category-items-top-title span {
  color: #05AADE;
  font-family: "Oak Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.32px;
}
#filter-btn .category-wrap .category-wrap-items .check-list .form-check {
  margin-bottom: 16px;
}
#filter-btn .category-wrap .line-br {
  width: 1px;
  background-color: #F4F4F4;
}
#filter-btn .category-wrap .range-input-sec {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
}
#filter-btn .category-wrap .range-input-sec .form-control {
  color: #0E0E0E;
  text-align: center;
  font-family: "Oak Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.32px;
  text-align: center;
  border-radius: 8px;
  border: 1px solid #05AADE;
  padding: 10px;
  width: 100px;
}
#filter-btn .btn-wrap {
  margin-top: 16px;
  text-align: end;
}
#filter-btn .btn-wrap button {
  border-radius: 16px;
  border: 2px solid #05AADE;
  font-family: "Basically A Mono";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.4px;
  text-align: center;
  color: #05AADE;
  text-decoration: none;
  padding: 16px 32px;
  background-color: white;
  width: 251px;
}

#sorted-btn {
  max-width: 685px;
  width: 100%;
  z-index: 3;
  position: absolute;
  right: 0;
  top: 71px;
  border-radius: 16px;
  background: white;
  box-shadow: 0px 24px 72px 0px rgba(99, 99, 99, 0.25);
}
#sorted-btn .card-body {
  border: none;
}

.form-check {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0;
  margin: 0;
}
.form-check .form-check-input {
  padding: 0;
  margin: 0;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border-color: #05AADE;
}
.form-check .form-check-input:checked {
  background-color: #05AADE;
}

.single-product-wrap .single-product-flex {
  display: flex;
  gap: 72px;
  margin: 72px 0;
}
.single-product-wrap .single-product-flex .single-product-content {
  flex: 1 1 819px;
  width: 100%;
}
.single-product-wrap .single-product-flex .single-product-content .single-product-Audiobook {
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 24px 64px 0px rgba(99, 99, 99, 0.15);
  padding: 24px;
  margin-bottom: 32px;
}
.single-product-wrap .single-product-flex .single-product-content .single-product-Audiobook span {
  border-radius: 8px;
  background: #FFF1E7;
  padding: 8px 16px;
  display: inline-block;
  margin-bottom: 16px;
  color: #0E0E0E;
  /* 14 Medium */
  font-family: "Oak Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
}
.single-product-wrap .single-product-flex .single-product-content .single-product-Audiobook h4 {
  color: #0E0E0E;
  font-family: "Basically A Mono";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 103.318%;
  /* 49.593px */
  letter-spacing: -1.92px;
  margin-bottom: 8px;
}
.single-product-wrap .single-product-flex .single-product-content .single-product-Audiobook h6 {
  color: #0E0E0E;
  font-family: "Basically A Mono";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 103.318%;
  margin-bottom: 16px;
}
.single-product-wrap .single-product-flex .single-product-content .single-product-Audiobook .addtoCart-wrap {
  display: flex;
  align-items: center;
  gap: 32px;
}
.single-product-wrap .single-product-flex .single-product-content .single-product-Audiobook .addtoCart-wrap .primary-btn {
  border-radius: 16px;
  background: #05AADE;
  padding: 20px 32px;
  color: #FFF;
  /* Semibold 29 */
  font-family: "Basically A Mono";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.4px;
  border: 2px solid transparent;
  text-decoration: none;
  padding: 16px;
}
.single-product-wrap .single-product-flex .single-product-content .para p {
  color: #656565;
  /* Body 2 */
  font-family: "Oak Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
}

.qty-btn {
  border-radius: 8px;
  background: #FFF1E7;
  padding: 8px;
  display: flex;
  max-width: 165px;
  justify-content: space-between;
}
.qty-btn button {
  background-color: transparent;
  border-radius: 8px;
  border: 0;
  padding: 10px;
  display: inline-block;
}
.qty-btn button.active {
  background: #05AADE;
}
.qty-btn input {
  border: 0;
  background: transparent;
  text-align: center;
  width: 64px;
  outline: none;
  color: #0E0E0E;
  font-family: "Basically A Mono";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 103.318%;
}

.single-related-products {
  background: url(../images/single-related-products-bg.png) no-repeat bottom center;
  background-size: cover;
}
.single-related-products .bestseller {
  margin-top: 0;
}

.contact-wrap {
  padding: 72px 0;
  background: url(../images/contact-bg.png) no-repeat center center;
  background-color: #F1FCFF;
}
.contact-wrap .contact-content-sec {
  padding: 48px;
  background-color: white;
  border-radius: 24px;
  display: flex;
  gap: 40px;
}
.contact-wrap .contact-content-sec .contact-img-items {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 580px;
}
.contact-wrap .contact-content-sec .contact-main-content {
  max-width: 724px;
  width: 100%;
}
.contact-wrap .contact-content-sec .contact-main-content h4 {
  color: #0E0E0E;
  font-family: "Basically A Mono";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 103.318%;
  letter-spacing: -1.92px;
  margin-bottom: 16px;
}
.contact-wrap .contact-content-sec .contact-main-content p {
  color: #656565;
  font-family: "Oak Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
  margin-bottom: 32px;
}
.contact-wrap .contact-content-sec .contact-main-content .contact-details-sec {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.contact-wrap .contact-content-sec .contact-main-content .contact-details-sec .contact-details-items {
  max-width: 299px;
  width: 100%;
}
.contact-wrap .contact-content-sec .contact-main-content .contact-details-sec .contact-details-items h5 {
  font-family: "Basically A Mono";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 103.318%;
  color: #0E0E0E;
  margin-bottom: 16px;
}
.contact-wrap .contact-content-sec .contact-main-content .contact-details-sec .contact-details-items a,
.contact-wrap .contact-content-sec .contact-main-content .contact-details-sec .contact-details-items address {
  font-family: "Basically A Mono";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.4px;
  display: block;
  margin-bottom: 4px;
  text-decoration: none;
  color: #3C3C3C;
}
.contact-wrap .contact-content-sec .contact-main-content .form-input-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.contact-wrap .contact-content-sec .contact-main-content .form-input-wrap .form-group {
  flex: 1 1 45%;
}
.contact-wrap .contact-content-sec .contact-main-content .form-input-wrap .form-group .form-control {
  height: 59px;
}
.contact-wrap .contact-content-sec .contact-main-content .form-input-wrap .form-group textarea.form-control {
  height: 122px;
}
.contact-wrap .contact-content-sec .contact-main-content .form-check-label {
  font-family: "Oak Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.32px;
  margin: 0;
}
.contact-wrap .contact-content-sec .contact-main-content .form-check-label a {
  text-decoration: none;
  color: #05AADE;
}
.contact-wrap .contact-content-sec .contact-main-content .btn-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-wrap .contact-content-sec .contact-main-content .primary-btn {
  border-radius: 16px;
  background: #05AADE;
  padding: 20px 32px;
  color: #FFF;
  /* Semibold 29 */
  font-family: "Basically A Mono";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.4px;
  border: 2px solid transparent;
  width: 100%;
  text-align: center;
}

.cart-sec {
  padding: 72px 0;
}
.cart-sec .cart-wrap {
  display: flex;
  gap: 48px;
}
.cart-sec .cart-wrap .cart-about-wrap {
  max-width: 732px;
}
.cart-sec .cart-wrap .cart-about-wrap h2 {
  color: #0E0E0E;
  /* Р2 */
  font-family: "Basically A Mono";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 103.318%;
  /* 49.593px */
  letter-spacing: -1.92px;
  margin-bottom: 40px;
}
.cart-sec .cart-wrap .cart-about-wrap .form-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 40px;
}
.cart-sec .cart-wrap .cart-about-wrap .form-flex .form-group {
  flex: 1 1 45%;
}
.cart-sec .cart-wrap .cart-about-wrap .form-flex .form-group .input-group {
  display: flex;
  gap: 16px;
}
.cart-sec .cart-wrap .cart-about-wrap .form-flex .form-group .zip {
  max-width: 87px;
}
.cart-sec .cart-wrap .cart-about-wrap .form-flex .selectarrow {
  background-image: url(../images/selectdropdown.png);
  background-repeat: no-repeat;
  background-position: right 16px center;
}

.your-order-wrap {
  max-width: 660px;
  width: 100%;
}
.your-order-wrap h2 {
  color: #0E0E0E;
  /* Р2 */
  font-family: "Basically A Mono";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 103.318%;
  /* 49.593px */
  letter-spacing: -1.92px;
  margin-bottom: 40px;
}
.your-order-wrap .your-order-item {
  padding: 32px;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 24px 64px 0px rgba(99, 99, 99, 0.15);
  display: flex;
  align-items: center;
  gap: 24px;
}
.your-order-wrap .your-order-item .your-order-item-content {
  flex: 1 1 auto;
}
.your-order-wrap .your-order-item .your-order-item-content span {
  border-radius: 8px;
  background: #FFF1E7;
  display: inline-block;
  padding: 8px 16px;
  color: #0E0E0E;
  /* 14 Medium */
  font-family: "Oak Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
}
.your-order-wrap .your-order-item .your-order-item-content h5 {
  color: #0E0E0E;
  /* H4 */
  font-family: "Basically A Mono";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 103.318%;
  /* 20.664px */
  margin: 8px 0 32px 0;
}
.your-order-wrap .your-order-item .your-order-item-content h4 {
  color: #0E0E0E;
  text-align: center;
  /* H2 */
  font-family: "Basically A Mono";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 103.318%;
  /* 33.062px */
  margin-bottom: 0;
}
.your-order-wrap .subtotal-wrap {
  margin-top: 40px;
}
.your-order-wrap .subtotal-wrap h6 {
  color: #656565;
  font-family: "Basically A Mono";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.4px;
  margin-bottom: 0;
}
.your-order-wrap .total-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid #D0D0D0;
  margin-bottom: 16px;
}
.your-order-wrap .total-wrap h3 {
  color: #0E0E0E;
  font-family: "Basically A Mono";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 103.318%;
  /* 33.062px */
  margin-bottom: 0;
}
.your-order-wrap .primary-btn {
  border-radius: 16px;
  background: #05AADE;
  padding: 20px 32px;
  color: #FFF;
  /* Semibold 29 */
  font-family: "Basically A Mono";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.4px;
  border: 2px solid transparent;
  width: 100%;
}

.succesfully-wrap .your-order-item .your-order-item-content h3 {
  color: #0E0E0E;
  text-align: center;
  /* H4 */
  font-family: "Basically A Mono";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 103.318%;
  /* 20.664px */
  margin-bottom: 0;
}
.succesfully-wrap .cart-wrap {
  align-items: start;
  gap: 56px;
}

.thank-wrap {
  max-width: 724px;
  width: 100%;
  border-radius: 24px;
  background: #F1FCFF;
  padding: 48px;
  /* Softer Shadow */
  box-shadow: 0px 24px 64px 0px rgba(99, 99, 99, 0.15);
}
.thank-wrap h2 {
  color: #0E0E0E;
  /* Р2 */
  font-family: "Basically A Mono";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 103.318%;
  /* 49.593px */
  letter-spacing: -1.92px;
  margin-bottom: 16px;
}
.thank-wrap p {
  color: #656565;
  font-family: "Oak Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
  margin-bottom: 40px;
}
.thank-wrap a {
  display: inline-block;
  border-radius: 16px;
  background: #05AADE;
  padding: 20px 32px;
  color: #FFF;
  /* Semibold 29 */
  font-family: "Basically A Mono";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.4px;
  border: 2px solid transparent;
  text-decoration: none;
}

.faild-wrap .thank-wrap {
  background: #FFF1E7 !important;
}

.privacy-sec .privacy-inner-cont {
  padding: 72px 0;
}
.privacy-sec .privacy-inner-cont .privacy-cont {
  max-width: 1074px;
  width: 100%;
  margin: auto;
}
.privacy-sec .privacy-inner-cont .privacy-cont .para {
  margin-bottom: 32px;
}
.privacy-sec .privacy-inner-cont .privacy-cont .para:last-child {
  margin-bottom: 0;
}
.privacy-sec .privacy-inner-cont .privacy-cont .para h2 {
  color: #0E0E0E;
  font-family: "Basically A Mono";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 103.318%;
  /* 49.593px */
  letter-spacing: -1.92px;
  margin-bottom: 0;
  font-size: 32px;
}
.privacy-sec .privacy-inner-cont .privacy-cont .para p {
  color: #656565;
  font-family: "Oak Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
  margin-bottom: 0;
  margin-top: 24px;
}
.privacy-sec .privacy-inner-cont .privacy-cont .para ul li {
  color: #656565;
  font-family: "Oak Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
  margin-bottom: 0;
}

.signup-sec {
  padding: 72px 0;
}
.signup-sec .signup-inner-sec {
  max-width: 1440px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: row;
  gap: 72px;
}
.signup-sec .signup-inner-sec .signup-cont {
  max-width: 724px;
  width: 100%;
}
.signup-sec .signup-inner-sec .signup-cont .title h2 {
  color: #0E0E0E;
  font-family: "Basically A Mono";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 103.318%;
  /* 49.593px */
  letter-spacing: -1.92px;
  margin-bottom: 0;
}
.signup-sec .signup-inner-sec .signup-cont .title p {
  color: #656565;
  font-family: "Oak Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
  margin-bottom: 0;
  margin-top: 16px;
}
.signup-sec .signup-inner-sec .signup-cont .signup-form {
  margin-top: 32px;
}
.signup-sec .signup-inner-sec .signup-cont .signup-form .form-control {
  margin-bottom: 24px;
}
.signup-sec .signup-inner-sec .signup-cont .signup-form .captcha-checkbox-inline {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.signup-sec .signup-inner-sec .signup-cont .signup-form .captcha-checkbox-inline .form-check label {
  font-family: "Oak Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.32px;
  color: #0E0E0E;
  margin: 0;
}
.signup-sec .signup-inner-sec .signup-cont .signup-form .captcha-checkbox-inline .form-check label a {
  color: #05AADE;
  text-decoration: none;
}
.signup-sec .signup-inner-sec .signup-cont .signup-form .signup-btn {
  margin: 16px 0;
}
.signup-sec .signup-inner-sec .signup-cont .signup-form .signup-btn .bluebtn {
  border-radius: 16px;
  background: #05AADE;
  padding: 20px 32px;
  color: #FFF;
  /* Semibold 29 */
  font-family: "Basically A Mono";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.4px;
  border: 2px solid transparent;
  display: block;
  text-align: center;
  text-decoration: none;
}
.signup-sec .signup-inner-sec .signup-cont .signup-form .already-login p {
  color: #656565;
  font-family: "Oak Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
  margin-bottom: 0;
  color: #0E0E0E;
}
.signup-sec .signup-inner-sec .signup-cont .signup-form .already-login p a {
  text-decoration: none;
  color: #05AADE;
}

.login-sec {
  padding: 72px 0;
}
.login-sec .login-inner-sec {
  max-width: 1440px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 72px;
}
.login-sec .login-inner-sec .login-cont {
  max-width: 724px;
  width: 100%;
}
.login-sec .login-inner-sec .login-cont .title h2 {
  color: #0E0E0E;
  font-family: "Basically A Mono";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 103.318%;
  /* 49.593px */
  letter-spacing: -1.92px;
  margin-bottom: 0;
}
.login-sec .login-inner-sec .login-cont .title p {
  color: #656565;
  font-family: "Oak Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
  margin-bottom: 0;
  margin-top: 16px;
}
.login-sec .login-inner-sec .login-cont .login-form {
  margin-top: 32px;
}
.login-sec .login-inner-sec .login-cont .login-form .form-control {
  margin-bottom: 24px;
}
.login-sec .login-inner-sec .login-cont .login-form .forgotpass {
  position: relative;
}
.login-sec .login-inner-sec .login-cont .login-form .forgotpass a {
  color: #05AADE;
  font-family: "Oak Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0;
}
.login-sec .login-inner-sec .login-cont .login-form .login-btn {
  margin: 16px 0 0 0;
}
.login-sec .login-inner-sec .login-cont .login-form .login-btn .bluebtn {
  border-radius: 16px;
  background: #05AADE;
  padding: 20px 32px;
  color: #FFF;
  /* Semibold 29 */
  font-family: "Basically A Mono";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.4px;
  border: 2px solid transparent;
  display: block;
  text-align: center;
  text-decoration: none;
}
.login-sec .login-inner-sec .login-cont .login-form .already-account {
  margin-top: 16px;
}
.login-sec .login-inner-sec .login-cont .login-form .already-account p {
  color: #656565;
  font-family: "Oak Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
  margin-bottom: 0;
  color: #0E0E0E;
}
.login-sec .login-inner-sec .login-cont .login-form .already-account p a {
  text-decoration: none;
  color: #05AADE;
}

.price_rangeslider .price-input {
  width: 100%;
  display: flex;
  margin: 5px 0px;
  justify-content: space-between;
  align-items: center;
}
.price_rangeslider .price-input input {
  color: #3A5964;
  /* Desktop/1 V/Button */
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  border: none;
  width: 50px;
}
.price_rangeslider input[type=number]::-webkit-outer-spin-button,
.price_rangeslider input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.price_rangeslider .price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
.price_rangeslider .slider {
  height: 8px;
  position: relative;
  background: #EBEDEE;
  border-radius: 100px;
}
.price_rangeslider .slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 100px;
  background: #05AADE;
}
.price_rangeslider .range-input {
  position: relative;
}
.price_rangeslider .range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -7px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.price_rangeslider input[type=range]::-webkit-slider-thumb {
  height: 16px;
  width: 16px;
  border-radius: 0%;
  background: url(../images/rangeslider.svg) no-repeat top center;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.price_rangeslider input[type=range]::-moz-range-thumb {
  height: 16px;
  width: 16px;
  border-radius: 0%;
  background: url(../images/rangeslider.svg) no-repeat top center;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.stickyheader {
  background: #F1FCFF;
  position: sticky;
  top: 0px;
  z-index: 9999;
}

.error-sec {
  background: #F1FCFF;
  padding: 72px 24px 72px 24px;
  display: flex;
  gap: 24px;
}
.error-sec .error-top {
  display: flex;
  gap: 24px;
}
.error-sec .error-top .errortopright {
  margin-bottom: 24px;
}
.error-sec .error-top .errortopbtm {
  border-radius: 16px;
  background: #0E0E0E;
  padding: 0px 0px 45px 0px;
  text-align: center;
}
.error-sec .error-top .errortopbtm h3 {
  color: var(--Neutral-White, #FFF);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Basically A Mono";
  font-size: 220px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 11px;
  height: 205px;
  margin: 0;
}
.error-sec .error-top .errortopbtm p {
  color: #FFF;
  text-align: center;
  /* Regular 24 */
  font-family: "Oak Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.84px;
  margin: 32px 0px;
}
.error-sec .error-top .errortopbtm a {
  border-radius: 16px;
  background: #05AADE;
  padding: 20px 32px;
  color: #FFF;
  /* Semibold 29 */
  font-family: "Basically A Mono";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.4px;
  border: 2px solid transparent;
  text-decoration: none;
  padding: 18.5px 28px;
  display: block;
  max-width: 244px;
  margin: auto;
}

.account-second {
  background-position: 0px 0px;
}/*# sourceMappingURL=style.css.map */