/* prefix css start */
* {
  padding: 0;
  margin: 0;
  outline: 0;
}

ol,
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul li {
  color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
i,
button,
strong,
u,
sub,
sup,
span,
textarea,
table tr td,
select,
input {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
}

h1,
h2 {
  font-size: 60px;
  line-height: 72px;
}

h3,
h4 {
  font-size: 40px;
  line-height: 52px;
}

h5,
h6 {
  font-size: 30px;
  line-height: 42px;
}

p {
  font-size: 16px;
  line-height: 23px;
}

body {
  background-color: #fff;
}

a,
a:hover {
  color: #000;
  text-decoration: none;
}

img {
  vertical-align: middle;
}

.form-control:focus-within,
button:focus-within {
  box-shadow: none !important;
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

/* prefix css end */

/* font load start */
@font-face {
  font-family: Satoshi-Black;
  src: url(../fonts/Satoshi/Satoshi-Black.woff);
  font-weight: 800;
}

@font-face {
  font-family: Satoshi-Bold;
  src: url(../fonts/Satoshi/Satoshi-Bold.woff);
  font-weight: 700;
}

@font-face {
  font-family: Satoshi-Medium;
  src: url(../fonts/Satoshi/Satoshi-Medium.woff);
  font-weight: 500;
}

@font-face {
  font-family: Satoshi-Regular;
  src: url(../fonts/Satoshi/Satoshi-Regular.woff);
  font-weight: 400;
}

@font-face {
  font-family: MARKPROBOLD;
  src: url(../fonts/mark-pro/MARKPROBOLD.OTF);
  font-weight: 700;
}

@font-face {
  font-family: MARKPROMEDIUM;
  src: url(../fonts/mark-pro/MARKPROMEDIUM.OTF);
  font-weight: 500;
}

/* font load end */

/* header css start */
.header_section {
  padding-bottom: 10px;
  border: 1px solid #f5f5f5;
}

.header_section .navbar-nav .nav-item .nav-link {
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: #242424;
  font-family: Satoshi-Bold;
  margin: 0 1rem;
  position: relative;
  transition: all linear 0.3s;
}

.header_section .navbar-nav .nav-item .nav-link::before {
  position: absolute;
  content: "";
  left: 5%;
  bottom: -18px;
  width: 0%;
  height: 4px;
  background: #1999f4;
  transition: all linear 0.3s;
}
.header_section .navbar-nav .nav-item .nav-link.active::before,
.header_section .navbar-nav .nav-item .nav-link:hover::before {
  width: 90%;
}
.header_section .d-flex a:first-child {
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.025em;
  color: #242424;
  background: transparent;
  border-radius: 10px;
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid transparent;
  transition: all linear 0.2s;
  margin-right: 1rem;
  font-family: Satoshi-Bold;
}

.header_section .d-flex a:nth-child(2) {
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.025em;
  color: #fff;
  background: #038aed;
  border-radius: 10px;
  display: inline-block;
  padding: 12px 24px;
  border: 1px solid #038aed;
  transition: all linear 0.2s;
  margin-right: 1rem;
}

.header_section .d-flex a:last-child {
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.025em;
  color: #038aed;
  background: rgba(3, 138, 237, 0.25);
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  border: 1px solid rgba(3, 138, 237, 0.25);
  transition: all linear 0.2s;
  position: relative;
}

.header_section .d-flex a:last-child span {
  position: absolute;
  background: #038aed;
  border-radius: 61.8138px;
  right: 0;
  top: -5px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  text-align: center;
  line-height: 15px;
  color: #fff;
  font-size: 12px;
}

.header_section .d-flex a:first-child:hover {
  background: #038aed;
  color: #fff;
}

.header_section .d-flex a:nth-child(2):hover {
  background: transparent;
  color: #0e185f;
}

.header_section .d-flex a:last-child:hover {
  background: #038aed;
  color: #fff;
}

.header-top-wrap {
  background: #0e185f;
}

/* header css end */

/* hero css start */
.hero-section {
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.hero-txt-wrap {
  text-align: center;
  background-image: url(../images/hero-bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 2rem 0;
  border-radius: 20px;
  background-color: #1b9af8;
}

.hero-txt-wrap h6 {
  font-style: normal;

  font-size: 16.9901px;
  line-height: 120%;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 37.1659px;
  padding: 8px 15px;
  font-family: Satoshi-Bold;
}

.hero-txt-wrap h6 span {
  background: #ffffff;
  font-style: normal;

  font-size: 12.3864px;
  line-height: 120%;
  color: #038aed;
  border-radius: 30.1918px;
  display: inline-block;
  padding: 7px 10px;
  margin-right: 0.7rem;
}

.hero-txt-wrap h5 {
  font-style: italic;

  font-size: 20.4773px;
  line-height: 120%;
  letter-spacing: -0.005em;
  color: rgba(255, 255, 255, 0.9);
  font-family: MARKPROBOLD;
  padding-top: 3rem;
}

.hero-txt-wrap h1 {
  font-style: italic;
  font-weight: 800;
  font-size: 71.7892px;
  line-height: 120%;
  color: #ffffff;
  font-family: MARKPROBOLD;
}

.hero-txt-wrap p {
  font-style: normal;

  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.005em;
  color: #ffffff;
  font-family: Satoshi-Bold;
  margin-top: 2.6rem;
  margin-bottom: 1.5rem;
}

.hero-txt-wrap .hero_btn a:first-child {
  font-style: normal;
  font-size: 1rem;
  line-height: 19px;
  letter-spacing: -0.025em;
  color: #038aed;
  background: #ffffff;
  border-radius: 7px;
  display: inline-block;
  padding: 1rem 3rem;
  border: 2px solid #ffffff;
  transition: all linear 0.2s;
  margin-right: 10px;
  font-family: Satoshi-Bold;
}

.hero-txt-wrap .hero_btn a:first-child svg {
  margin-left: 6px;
}

.hero-txt-wrap .hero_btn a:first-child:hover {
  background: transparent;
  color: #fff;
}

.hero-txt-wrap .hero_btn a:last-child {
  font-style: normal;
  font-size: 1rem;
  line-height: 19px;
  letter-spacing: -0.025em;
  color: #fff;
  background: transparent;
  border-radius: 7px;
  display: inline-block;
  padding: 1rem 3rem;
  border: 2px solid #fff;
  transition: all linear 0.2s;
}

.hero-txt-wrap .hero_btn a:last-child svg {
  margin-left: 0.5rem;
}

.hero-txt-wrap .hero_btn a:last-child:hover {
  background: #fff;
  color: #038aed;
  border-color: #fff;
}

.hero-bottom-wrap {
  width: 75%;
  margin: 0 auto;
  margin-top: 3.8rem;
}

.hero-bottom-wrap ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hero-bottom-wrap ul li h4 {
  font-style: normal;

  font-size: 24px;
  line-height: 150%;
  color: #ffffff;
  font-family: Satoshi-Bold;
}

.hero-bottom-wrap ul li span {
  font-style: normal;

  font-size: 16px;
  line-height: 150%;
  letter-spacing: 2px;
  font-family: Satoshi-Regular;
  color: #ffffff;
}

.hero-bttm-wrap p {
  font-style: normal;

  font-size: 16px;
  line-height: 153.5%;
  letter-spacing: -0.025em;
  color: #0e185f;
}

/* hero css end */

/* choice css start */
.why-choice-area {
  padding: 5rem 0;
}

.common-heading-txt {
  text-align: center;
  margin-bottom: 3rem;
}

.common-heading-txt h6 {
  font-style: normal;

  font-size: 20px;
  line-height: 150%;
  color: rgba(36, 36, 36, 0.501);
  font-family: Satoshi-Regular;
}

.common-heading-txt h2 {
  font-style: normal;

  font-size: 40px;
  line-height: 120%;
  letter-spacing: -0.005em;
  color: #242424;
  font-family: Satoshi-Bold;
}

.common-heading-txt h2 span {
  color: #038aed;
}

.why-choice-box .media {
  align-items: center;
}

.why-choice-box .media img {
  margin-right: 1rem;
}

.why-choice-box {
  margin-bottom: 3rem;
}

.why-choice-box h6 {
  font-style: normal;

  font-size: 21.0943px;
  line-height: 120%;
  letter-spacing: -0.005em;
  color: #242424;
  font-family: Satoshi-Bold;
  margin-bottom: 8px;
}

.why-choice-box p {
  font-style: normal;

  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.005em;
  color: rgba(36, 36, 36, 0.75);
  font-family: Satoshi-Medium;
  width: 90%;
}

.more-bttn {
  text-align: center;
}

.more-bttn span {
  font-style: normal;

  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: rgba(36, 36, 36, 0.8);
  font-family: Satoshi-Bold;
}

.more-bttn a {
  background: #038aed;
  border-radius: 7.74704px;
  display: inline-block;
  padding: 14px 25px;
  font-style: normal;

  font-size: 15.3838px;
  line-height: 92%;
  font-family: Satoshi-Bold;
  font-feature-settings: "liga" off;
  color: #ffffff;
  border: 1px solid #038aed;
  margin-left: 1rem;
  transition: all linear 0.3s;
}

.more-bttn a:hover {
  background-color: transparent;
  color: #038aed;
}

/* choice css end */

/* payment css start */
.payment-option-area {
  padding: 6rem 0;
}

.payment-option-box {
  background: rgba(247, 147, 26, 0.1);
  border: 2px solid #f7931a;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.6rem 1.6rem;
}

.payment-option-box.eth {
  background: rgba(111, 114, 200, 0.1);
  border: 2px solid #6f72c8;
}

.payment-option-box.lite {
  background: rgba(52, 107, 192, 0.1);
  border: 2px solid #346bc0;
}

.payment-option-box.pypl {
  background: rgba(37, 59, 128, 0.1);
  border: 2px solid #253b80;
}

.payment-option-box h6 {
  font-style: normal;

  font-size: 20px;
  line-height: 125%;
  color: #242424;
  font-family: Satoshi-Bold;
  display: flex;
  align-items: center;
}

.payment-option-box h6 img {
  margin-right: 8px;
}

.payment-option-box span {
  font-style: normal;

  font-size: 16px;
  line-height: 125%;
  color: rgba(36, 36, 36, 0.75);
  font-family: Satoshi-Bold;
}

/* payment css end */

/* faq css start */
.faq-section {
  padding: 5rem 0;
}

.faq-txt-area .accordion-item {
  background: rgba(3, 138, 237, 0.1) !important;
  border-radius: 10px !important;
  border: 2px solid transparent;
  margin-bottom: 1.6rem;
  padding: 0.4rem 1rem;
}

.faq-txt-area .accordion-item .accordion-button span {
  font-style: normal;

  font-size: 16px;
  line-height: 24px;
  font-feature-settings: "liga" off;
  color: #242424;
  font-family: Satoshi-Bold;
}

.faq-txt-area .accordion-item .accordion-button {
  background-color: transparent;
  border-bottom: none !important;
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
}

.accordion-button:not(.collapsed) span {
  color: #038aed !important;
}

.faq-txt-area .accordion-item .accordion-body {
  padding-top: 0px;
}

.faq-txt-area .accordion-item .accordion-body p {
  font-style: normal;

  font-size: 16px;
  line-height: 25px;
  text-align: justify;
  letter-spacing: -0.005em;
  font-feature-settings: "liga" off;
  color: rgba(36, 36, 36, 0.75);
  font-family: Satoshi-Regular;
}

.faq-txt-area .accordion-item.border-custom {
  background: rgba(3, 138, 237, 0.1) !important;
  border: 2px solid #038aed !important;
}

.faq-section .more-bttn a {
  background: #00ca4e;
  border-color: #00ca4e;
}

.faq-section .more-bttn a svg {
  margin-left: 0;
  margin-right: 6px;
}

.faq-section .more-bttn a:hover {
  background-color: transparent !important;
  color: #00ca4e !important;
  border-color: #00ca4e !important;
}

/* faq css end */

/* get start css start */
.get-start-area {
  padding: 3rem 0;
}

.get-start-txt {
  background-image: url(../images/get-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #1084d8;
  padding: 2rem 0;
  border-radius: 20px;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  text-align: center;
}

.get-start-txt h2 {
  font-style: normal;

  font-size: 42px;
  line-height: 57px;
  font-family: Satoshi-Bold;
  letter-spacing: -0.005em;
  color: #ffffff;
  margin-bottom: 1rem;
}

.get-start-txt a {
  display: inline-block;
  font-style: normal;
  font-size: 15px;
  line-height: 27px;
  font-feature-settings: "liga" off;
  color: #038aed;
  padding: 0.8rem 4rem;
  transition: all linear 0.2s;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #fff;
  margin-right: 12px;
  display: inline-flex;
  align-items: center;
  font-family: Satoshi-Bold;
}

.get-start-txt a svg {
  margin-left: 10px;
}

.get-start-txt a:hover {
  background-color: transparent;
  color: #fff;
}

.get-start-txt p {
  font-style: normal;
  font-size: 15.3838px;
  line-height: 21px;
  /* identical to box height */
  font-family: Satoshi-Bold;
  display: flex;
  align-items: center;
  color: #ffffff;
  justify-content: center;
  margin-top: 1rem;
}

.get-start-txt p svg {
  font-size: 6px;
  margin: 0 0.5rem;
}

/* get start css end */

/* footer css start */
.footer_section {
  background-color: #004273;
  background-image: url(../images/ftr-bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  padding: 3rem 0 2rem;
}

.ftr-logo p {
  font-style: normal;
  font-weight: 500;
  font-size: 17.0934px;
  line-height: 160.75%;
  letter-spacing: -0.005em;
  font-family: Satoshi-Medium;
  color: #ffffff;
  margin-top: 1.5rem;
}

.ftr-logo p a {
  color: #fff;
}

.ftr-social h6,
.ftr-links h6 {
  font-style: normal;
  font-size: 12.8201px;
  line-height: 17px;
  letter-spacing: 0.02em;
  font-family: Satoshi-Bold;
  color: #038aed;
  margin-bottom: 1rem;
}

.ftr-links ul li a {
  font-style: normal;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: -0.005em;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  font-family: Satoshi-Regular;
  margin-bottom: 1.6rem;
}

.ftr-social {
  margin-top: 2rem;
}

.ftr-social ul li {
  display: inline-block;
}

.ftr-social ul li a {
  background: rgba(196, 196, 196, 0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  margin-right: 1rem;
}

.ftr-social ul li a svg {
  color: #fff;
  font-size: 20px;
}

/* footer css end */

/* tos css start */
.tos-section {
  padding: 4rem 0 1.5rem;
  background-color: #f2f2f2;
  min-height: 100vh;
}

.tos-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tos-header a {
  font-style: normal;
  font-family: Satoshi-Bold;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.025em;
  color: #038aed;
}

.tos-header a svg {
  margin-right: 10px;
}

.tos-main-wrap {
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 3rem;
  margin-top: 1.6rem;
}

.tos-main-wrap h1 {
  font-style: normal;
  font-size: 30px;
  line-height: 39px;
  color: #000000;
  margin-bottom: 1.5rem;
  font-family: Satoshi-Bold;
}

.tos-main-wrap h6 {
  font-style: normal;
  font-size: 16px;
  line-height: 23px;
  color: rgba(0, 0, 0, 0.75);
  margin-bottom: 1.5rem;
  font-family: Satoshi-Medium;
}

.tos-main-wrap p {
  font-style: normal;
  font-size: 16px;
  line-height: 23px;
  color: rgba(0, 0, 0, 0.6);
  font-family: Satoshi-Medium;
  margin-bottom: 1.5rem;
}

.tos-main-wrap h5 {
  font-style: normal;
  font-family: Satoshi-Medium;
  font-size: 22px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 1.5rem;
}

.tos-main-wrap .media {
  align-items: flex-start;
}

.tos-main-wrap .media svg {
  margin-right: 0.8rem;
  margin-top: 9px;
  font-size: 6px;
}

.tos-main-wrap .media-body {
  font-style: normal;
  font-family: Satoshi-Bold;
  font-size: 16px;
  line-height: 23px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 0.5rem;
}

.tos-footer-wrap {
  margin-top: 2rem;
  text-align: center;
}

.tos-footer-wrap ul li {
  display: inline-block;
}

.tos-footer-wrap ul li a {
  font-style: normal;
  font-family: Satoshi-Medium;
  font-size: 16.1022px;
  line-height: 16px;
  letter-spacing: -0.025em;
  color: #0e175f9f;
  display: block;
  margin: 0 1rem;
}

/* tos css end */

/* shop css star */
.shop-hero-area {
  padding: 4rem 0;
}

.shop-hero-txt {
  text-align: center;
}

.shop-hero-txt h6 {
  font-style: italic;
  font-family: MARKPROBOLD;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.005em;
  color: rgba(36, 36, 36, 0.5);
}

.shop-hero-txt h1 {
  font-style: italic;
  font-family: MARKPROBOLD;
  font-size: 63.1114px;
  line-height: 120%;
  color: #242424;
}

.shop-hero-txt h1 span {
  color: #1084d8;
}

.shop-hero-txt p {
  font-style: normal;
  font-family: Satoshi-Bold;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.005em;
  color: rgba(36, 36, 36, 0.5);
}

.product-filter-wrap {
  background: #fafafa;
  border: 1.75824px solid rgba(3, 138, 237, 0.5);
  border-radius: 9px;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
}

.search-filter-wrap {
  width: 48%;
  position: relative;
  /* border-right: 1px solid rgba(255, 255, 255, 0.5); */
  border-right: 1px solid #038aed;
  margin-right: 1.5%;
}

.filter-popup-wrap {
  width: 35%;
}

.filter-popup-wrap a {
  background-color: transparent;
  font-style: normal;
  font-weight: 700;
  font-size: 13.6397px;
  line-height: 18px;
  letter-spacing: -0.005em;
  font-family: Satoshi-Bold;
  color: #038aed;
  border: none;
  margin-left: 10px;
}

.filter-bttn {
  width: 15%;
}

.search-filter-wrap svg {
  position: absolute;
  left: 1px;
  top: 6px;
  color: rgba(0, 0, 0, 0.25);
}

.search-filter-wrap input {
  border: none;
  background-color: transparent;
  font-style: normal;
  font-weight: 500;
  font-size: 14.3888px;
  line-height: 19px;
  letter-spacing: -0.005em;
  font-family: Satoshi-Regular;
  color: #000000;
  padding-left: 2rem;
  width: 100%;
}

.filter-bttn a {
  background: #038aed;
  border-radius: 8px;
  font-style: normal;
  font-weight: 700;
  font-size: 13.6397px;
  line-height: 18px;
  letter-spacing: -0.005em;
  font-family: Satoshi-Bold;
  color: #ffffff;
  padding: 1rem 3rem;
  display: inline-block;
  border: 2px solid #038aed;
  transition: all linear 0.2s;
}

.filter-bttn a:hover {
  background-color: transparent;
  color: #038aed;
}

.product-list-top {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 5px solid #fafafa;
  margin-top: 3rem;
}

.product-list-top h4 {
  font-style: normal;
  font-size: 19.3407px;
  line-height: 26px;
  letter-spacing: -0.005em;
  font-size: Satoshi-Bold;
  color: #038aed;
}

/* Product Display - Complete Rewrite */
.product-box-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 12px;
  overflow: hidden;
  background: transparent !important;
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
}

.product-box-wrap:hover {
  transform: translateY(-4px);
}

.product-image-container {
  position: relative;
  width: 100%;
  height: 100%;
  background: transparent !important;
}

.product-thumbnail-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background: transparent !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  margin: 0;
  padding: 0;
  background: transparent !important;
  transition: transform 0.3s ease;
}

.product-box-wrap:hover .product-image {
  transform: scale(1.05);
}

.product-thumbnail-wrap .icons {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  display: flex;
  gap: 8px;
  background: transparent !important;
}

.product-thumbnail-wrap .icons a {
  background: transparent !important;
  color: #fff;
  transition: opacity 0.2s ease;
}

.product-thumbnail-wrap .icons a:hover {
  opacity: 0.8;
}

.product-details {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 16px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  color: #fff;
  z-index: 2;
}

.product-details-txt h6 {
  color: #fff;
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 1.2;
}

.product-details-txt span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}

.product-details-bttn {
  margin-top: 8px;
}

.product-details-bttn p {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  background: #038aed;
  color: #fff;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1;
  transition: background 0.2s ease;
}

.btm-txt {
  text-align: center;
  margin-top: 2rem;
}

/* .btm-txt p{
    font-style: normal;
    font-family: Satoshi-Bold;
    font-size: 15.5152px;
    line-height: 21px; 
    letter-spacing: -0.005em; 
    color: rgba(0, 0, 0, 0.25);  
} */

/* shop css end */

/* find order css start */
.find-order-area {
  padding: 2rem;
}

.find-order-empty {
  text-align: center;
}

.find-order-empty h6 {
  background: rgba(216, 31, 38, 0.25);
  border: 1.5px solid #d81f26;
  border-radius: 8px;
  display: inline-block;
  font-style: normal;
  font-size: 14.3888px;
  line-height: 19px;
  letter-spacing: -0.005em;
  color: #d81f26;
  font-family: Satoshi-Medium;
  padding: 0.8rem;
}

.find-order-empty h1 {
  font-style: normal;
  font-family: Satoshi-Bold;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -0.005em;
  color: #242424;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.find-order-empty h1 span {
  color: #1b9af8;
}

.find-order-empty p {
  font-style: normal;
  font-family: Satoshi-Regular;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: -0.005em;
  color: rgba(36, 36, 36, 0.5);
  margin-bottom: 1rem;
}

.find-order-empty .ordr-find-search-wrap .form-control {
  font-style: normal;
  font-family: Satoshi-Regular;
  font-size: 16px;
  line-height: 22px;
  background: #fafafa;
  border: 1.75824px solid rgba(3, 138, 237, 0.5);
  border-radius: 8.79121px;
  letter-spacing: -0.005em;
  color: #000000;
  height: 67px;
  padding-left: 20px;
}

.ordr-find-search-wrap {
  position: relative;
}

.ordr-find-search-wrap .btn-search {
  position: absolute;
  right: 12px;
  top: 9px;
  background: #038aed;
  font-style: normal;
  font-family: Satoshi-Bold;
  font-size: 13.6397px;
  line-height: 18px;
  letter-spacing: -0.005em;
  border-radius: 8.79121px;
  display: inline-block;
  padding: 0.8rem 2.8rem;
  color: #fff;
  border: 2px solid #038aed;
  transition: all linear 0.3s;
}

.ordr-find-search-wrap .btn-search:hover {
  background-color: transparent;
  color: #038aed;
}

.find-order-success h6 {
  background: rgba(64, 171, 93, 0.25);
  border: 1.5px solid #40ab5d;
  color: #40ab5d;
}

.find-result-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
  margin-bottom: 0.7rem;
}

.find-result-head h6 {
  font-style: normal;
  font-family: Satoshi-Regular;
  font-size: 19px;
  line-height: 26px;
  letter-spacing: -0.005em;
  color: rgba(36, 36, 36, 0.5);
}

.find-result-head h6 span {
  color: #000000;
  font-family: Satoshi-Bold;
}

.find-order-result-wrap {
  background: #fafafa;
  border: 2px solid rgba(222, 222, 222, 0.5);
  border-radius: 15px;
  padding: 2rem;
}

.find-result-img-wrap {
  /* background: #d81f26; */
  border-radius: 9px;
  height: 195px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
}

.find-result-form h6 {
  font-style: normal;
  font-family: Satoshi-Bold;
  font-size: 22px;
  line-height: 35px;
  letter-spacing: -0.005em;
  color: #242424;
  margin-bottom: 1rem;
}

.find-result-form input {
  border: 1.04268px solid rgba(36, 36, 36, 0.25);
  border-radius: 8.34146px;
  height: 45px;
  font-style: normal;
  font-family: Satoshi-Bold;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: -0.005em;
  color: #242424;
  background-color: transparent;
}

.find-result-form .input-wrap {
  position: relative;
}

.find-result-form .input-wrap img {
  position: absolute;
  right: 13px;
  top: 10px;
  cursor: pointer;
}

.find-result-form .input-wrap span {
  font-style: normal;
  font-family: Satoshi-Bold;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -0.005em;
  color: rgba(36, 36, 36, 0.5);
  position: absolute;
  right: 13px;
  top: 12px;
  cursor: pointer;
}

.order-result-bttns p {
  font-style: normal;
  font-family: Satoshi-Bold;
  font-size: 15.5329px;
  line-height: 26px;
  letter-spacing: -0.005em;
  color: rgba(36, 36, 36, 0.75);
  margin: 1rem 0;
}

.order-result-bttn {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 1rem;
}

.order-result-bttn a:nth-child(2) {
  background: #038aed;
  border-radius: 8.21779px;
  font-style: normal;
  font-family: Satoshi-Bold;
  font-size: 15.1429px;
  line-height: 20px;
  letter-spacing: -0.005em;
  color: #ffffff;
  display: inline-block;
  padding: 0.7rem 1rem;
  border: 2px solid #038aed;
  transition: all linear 0.3s;
  margin-left: 1rem;
}
.order-result-bttn a:nth-child(3) {
  background: #038aed;
  border-radius: 8.21779px;
  font-style: normal;
  font-family: Satoshi-Bold;
  font-size: 15.1429px;
  line-height: 20px;
  letter-spacing: -0.005em;
  color: #ffffff;
  display: inline-block;
  padding: 0.7rem 1rem;
  border: 2px solid #038aed;
  transition: all linear 0.3s;
  margin-left: 1rem;
}

.order-result-bttn a:nth-child(2):hover {
  background-color: transparent;
  color: #038aed;
}
.order-result-bttn a:nth-child(3):hover {
  background-color: transparent;
  color: #038aed;
}

.order-result-bttn a:last-child {
  background: #fd2f22;
  border-radius: 8.21779px;
  font-style: normal;
  font-family: Satoshi-Bold;
  font-size: 15.1429px;
  line-height: 20px;
  letter-spacing: -0.005em;
  color: #ffffff;
  display: inline-block;
  padding: 0.7rem 1rem;
  border: 2px solid #fd2f22;
  transition: all linear 0.3s;
  margin-left: 1rem;
}

.order-result-bttn a:last-child:hover {
  background-color: transparent;
  color: #fd2f22;
}

.find-order-success-area {
  padding: 2rem 0 4rem;
}

/* find order css end */

/* redeem css strat */
.redeem-form-wrap {
  text-align: left;
  width: 60%;
  margin: 0 auto;
  margin-top: 2rem;
}

.redeem-form-wrap label {
  font-style: normal;
  font-family: Satoshi-Bold;
  font-size: 13.8257px;
  line-height: 19px;
  letter-spacing: -0.005em;
  color: rgba(36, 36, 36, 0.75);
  margin-bottom: 0.6rem;
}

.redeem-form-wrap .form-group .form-control {
  background: #ffffff;
  border: 1.29616px solid rgba(36, 36, 36, 0.1);
  border-radius: 7.20791px;
  height: 50px;
  font-style: normal;
  font-family: Satoshi-Bold;
  font-size: 13.8257px;
  line-height: 19px;
  letter-spacing: -0.005em;
  color: #242424;
}

.redeem-form-wrap .form-group {
  margin-bottom: 2rem;
}

.redeem-form-wrap .form-bttn {
  text-align: end;
}

.redeem-form-wrap .form-bttn .btn-submit {
  background: #038aed;
  border-radius: 8.21779px;
  font-style: normal;
  font-family: Satoshi-Bold;
  font-size: 15.1429px;
  line-height: 20px;
  letter-spacing: -0.005em;
  color: #ffffff;
  display: inline-block;
  padding: 0.8rem 4.5rem;
  border: 2px solid #038aed;
  transition: all linear 0.3s;
}

.redeem-form-wrap .form-bttn .btn-submit:hover {
  background-color: transparent;
  color: #038aed;
}

/* redeem css end */

/* feedback css start */
.feeback-box-wrap {
  background: rgba(64, 171, 93, 0.1);
  border: 1.5px solid rgba(64, 171, 93, 0.25);
  border-radius: 10px;
  padding: 2rem;
  position: relative;
  margin-top: 2rem;
  min-height: 180px;
}

.feeback-box-wrap img {
  position: absolute;
  right: 17px;
  top: -15px;
}

.feeback-box-wrap ul li {
  display: inline-block;
}

.feeback-box-wrap ul li svg {
  color: #40ab5d;
  font-size: 14px;
}

.feeback-box-wrap p {
  font-style: normal;
  font-family: Satoshi-Medium;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: -0.005em;
  color: rgba(36, 36, 36, 0.75);
  margin-top: 1rem;
}

/* feedback css end */

/* modal css strat */
.modal-section .modal-content {
  background: #fff;
  border-radius: 15px;
  padding: 1.6rem;
}

.modal-section .modal-dialog {
  max-width: 565px !important;
}

.modal-section .modal-header {
  border-bottom: 1px solid rgba(36, 36, 36, 0.1);
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.modal-section .modal-header h5 {
  font-style: normal;
  font-size: 22.4365px;
  line-height: 30px;
  letter-spacing: -0.005em;
  color: #242424;
  font-family: Satoshi-Bold;
}

.modal-section .modal-header img {
  cursor: pointer;
}

.modal-section .modal-body h4 {
  font-style: normal;
  font-family: Satoshi-Bold;
  font-size: 15.5329px;
  line-height: 23px;
  letter-spacing: -0.005em;
  color: rgba(36, 36, 36, 0.5);
  margin-bottom: 2rem;
}

.modal-cart-wrap a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 3px solid rgba(36, 36, 36, 0.1);
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.modal-cart-wrap a h6 {
  font-style: normal;
  font-family: Satoshi-Bold;
  font-size: 17.2588px;
  line-height: 150.5%;
  letter-spacing: -0.005em;
  color: rgba(36, 36, 36, 0.75);
}

.modal-cart-wrap .modal-cart-items-wrap {
  margin-top: 1.6rem;
  background: #fff;
  border: 2px solid transparent;
  padding: 1rem 2rem;
  border-radius: 7px;
}

.modal-cart-items-wrap.active {
  background: rgba(3, 138, 237, 0.1);
  border: 2px solid #038aed;
}

.modal-cart-wrap .modal-cart-items-wrap h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 15.5329px;
  line-height: 23px;
  letter-spacing: -0.005em;
  color: rgba(36, 36, 36, 0.75);
  font-family: Satoshi-Bold;
}

.modal-cart-wrap .modal-cart-items-wrap span.badge-custom {
  background: #038aed;
  border-radius: 11.0591px;
  font-style: normal;
  font-weight: 700;
  font-size: 17.6945px;
  line-height: 24px;
  font-family: Satoshi-Bold;
  letter-spacing: -0.005em;
  color: #ffffff;
  padding: 9px 17px;
}

.cart-modal-item-group {
  margin-bottom: 1rem;
}

.quantity-counter-wrap ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.quantity-counter-wrap span {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 150.5%;
  /* identical to box height, or 36px */
  font-family: Satoshi-Bold;
  letter-spacing: -0.005em;
  color: #000;
}

.quantity-counter-wrap ul li svg {
  color: #000;
  font-size: 22px;
}

.quantity-counter-wrap input {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 150.5%;
  font-family: Satoshi-Bold;
  letter-spacing: -0.005em;
  color: #000;
  border: 2px solid #000;
  background-color: transparent;
  width: 40px;
  border-radius: 8px;
  text-align: center;
  height: 45px;
  margin-left: 0.6rem;
  margin-right: 0.6rem;
}

.cart-bttns .btn-cart {
  background: #038aed;
  border-radius: 9.44259px;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 21px;
  font-family: Satoshi-Bold;
  width: 100%;
  text-align: center;
  padding: 16px 20px;
  color: #fff;
  border: 2px solid #038aed;
}

.cart-bttns .btn-cart:hover {
  background-color: transparent;
  color: #038aed;
}

.default-bttn .btn-default {
  background: rgba(255, 255, 255, 0.25);
  border-radius: 9.44259px;
  font-style: normal;
  font-weight: 700;
  font-size: 17.1511px;
  line-height: 23px;
  font-family: Satoshi-Bold;
  width: 100%;
  display: block;
  text-align: center;
  padding: 18px 30px;
  border: 2px solid #1e1f2c;
  color: #1e1f2c;
  transition: all linear 0.2s;
}

#secon-btn {
  display: none;
}

/* modal css end */

/* cart css strat */
.main-cart-wrap .offcanvas-header {
  padding: 2rem;
  padding-bottom: 0;
}

.main-cart-wrap .offcanvas-header h5 {
  font-style: normal;
  font-family: Satoshi-Bold;
  font-size: 26px;
  line-height: 35px;
  letter-spacing: -0.005em;
  color: #242424;
}

.cart-txt-wrap {
  width: 100%;
  background: #fff;
  padding: 2rem;
}

.cart-head-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(36, 36, 36, 0.1);
  margin-bottom: 1.6rem;
  padding-bottom: 1.5rem;
}

.cart-head-wrap h5 {
  font-style: normal;
  font-size: 20.7453px;
  line-height: 28px;
  letter-spacing: -0.005em;
  color: rgba(36, 36, 36, 0.5);
  font-family: Satoshi-Bold;
}

.cart-head-wrap a {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  color: rgba(216, 31, 37, 0.75);
  font-family: Satoshi-Bold;
}

.cart-items-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.cart-item-remov-quanty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid rgba(36, 36, 36, 0.1);
  padding-bottom: 1.5rem;
  margin-bottom: 1.5em;
}

.cart-item-remov-quanty a {
  font-style: normal;
  font-family: Satoshi-Bold;
  font-size: 12.1014px;
  line-height: 16px;
  letter-spacing: -0.005em;
  color: #d81f26;
}

.cart-item-remov-quanty .quantity-counter-wrap ul li svg,
.cart-item-remov-quanty .quantity-counter-wrap span {
  font-size: 14px;
}

.cart-item-remov-quanty .quantity-counter-wrap input {
  font-size: 13px;
  width: 26px;
  height: 26px;
}

.cart-items-wrap .media {
  align-items: center;
}

.cart-items-wrap .item-price h5 {
  font-style: normal;
  font-size: 20.4212px;
  line-height: 28px;
  letter-spacing: -0.005em;
  color: #242424;
  font-family: Satoshi-Bold;
}

.cart-items-wrap .item-price h5 span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.542);
}

.cart-items-wrap .media img {
  margin-right: 1rem;
}

.cart-items-wrap h6 {
  font-style: normal;
  font-family: Satoshi-Bold;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.005em;
  color: #242424;
}

.cart-items-wrap p {
  font-style: normal;
  font-size: 15.559px;
  line-height: 21px;
  letter-spacing: -0.005em;
  color: rgba(36, 36, 36, 0.5);
  font-family: Satoshi-Bold;
}

.cart-items-wrap .media {
  position: relative;
}

.cupon-head-wrap h6 {
  font-style: normal;
  font-size: 15.3153px;
  line-height: 21px;
  color: rgba(36, 36, 36, 0.75);
  font-family: Satoshi-Bold;
  margin-bottom: 1rem;
}

.cupon-enter-wrap {
  display: flex;
  align-content: center;
  justify-content: space-between;
}

.cupon-enter-wrap .form-control {
  background: #fafafa;
  border: 2 solid rgba(3, 138, 237, 0.25);
  border-radius: 8px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  height: 54px;
  font-family: Satoshi-Medium;
  width: 86%;
}

.cupon-enter-wrap a {
  background: rgba(3, 138, 237, 0.25);
  border: 2px solid #038aed;
  border-radius: 8px;
  display: inline-flex;
  width: 55px;
  height: 55px;
  align-items: center;
  justify-content: center;
  transition: all linear 0.3s;
  margin-left: 6px;
}

.cupon-enter-wrap a svg {
  color: #038aed;
}

.cupon-btttns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.cupon-btttns span {
  font-style: normal;
  font-size: 15.3153px;
  line-height: 21px;
  color: rgba(36, 36, 36, 0.75);
  font-family: Satoshi-Bold;
}

.cupon-btttns a {
  background: rgba(3, 138, 237, 0.25);
  border: 1.07051px solid #038aed;
  border-radius: 8.56407px;
  font-style: normal;
  font-family: Satoshi-Bold;
  font-size: 14.8054px;
  line-height: 20px;
  letter-spacing: -0.005em;
  color: #038aed;
  display: inline-block;
  padding: 12px 30px;
  transition: all linear 0.3s;
}

.cupon-btttns a.create {
  background: #038aed;
  color: #fff;
}

.cupon-btttns a:hover {
  background-color: #038aed;
  color: #fff;
}

.cupon-btttns a.create:hover {
  background: #fff;
  color: #038aed;
}

.total-bttn-wrap {
  margin-top: 2rem;
}

.total-bttn-wrap .btn-submit {
  background: #038aed;
  border-radius: 10px;
  padding: 17px 20px;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 26px;
  color: #ffffff;
  transition: all linear 0.2s;
  border: 2px solid #038aed;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: Satoshi-Bold;
}

.total-bttn-wrap .btn-submit svg {
  margin-left: 5px;
}

.total-bttn-wrap .btn-submit:hover {
  background: transparent;
  color: #038aed;
}

.payment-method-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-top: 2rem;
}

.payment-method-box {
  background: #fafafa;
  border: 2px solid rgba(3, 138, 237, 0.1);
  border-radius: 10px;
  padding: 16px 10px;
  display: flex;
  align-items: center;
  width: 33%;
  border: 2px solid transparent;
  cursor: pointer;
  margin-right: 5px;
}

.payment-method-box img {
  width: 25px;
}

.payment-method-box.active {
  background: rgba(3, 138, 237, 0.25);
  border-color: #038aed;
}

.payment-method-box p {
  font-style: normal;
  font-size: 13.9286px;
  line-height: 19px;
  letter-spacing: -0.005em;
  color: #242424;
  font-family: Satoshi-Bold;
  margin-left: 8px;
}

.empty-crt-txt {
  text-align: center;
  margin-top: 2rem;
}

.empty-crt-txt h4 {
  font-style: normal;
  font-family: Satoshi-Bold;
  font-size: 38px;
  line-height: 51px;
  color: #242424;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.empty-crt-txt a {
  background: #038aed;
  border-radius: 9.81842px;
  font-style: normal;
  font-family: Satoshi-Bold;
  font-size: 15.2334px;
  line-height: 21px;
  letter-spacing: -0.005em;
  color: #ffffff;
  padding: 1rem 3rem;
  border: 2px solid #038aed;
  transition: all linear 0.2s;
}
.empty-crt-txt a:hover {
  background-color: transparent;
  color: #038aed;
}
/* cart css end */

.mb-18 {
  margin-bottom: 18rem;
}

/* OTHER CSS */

/* prefix css start */
* {
  padding: 0;
  margin: 0;
  outline: 0;
}

ol,
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul li {
  color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
i,
button,
strong,
u,
sub,
sup,
span,
textarea,
table tr td,
select,
input {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
}

h1,
h2 {
  font-size: 60px;
  line-height: 72px;
}

h3,
h4 {
  font-size: 40px;
  line-height: 52px;
}

h5,
h6 {
  font-size: 30px;
  line-height: 42px;
}

p {
  font-size: 16px;
  line-height: 23px;
}

body {
  background-color: #fff;
}

a,
a:hover {
  color: #000;
  text-decoration: none;
}

img {
  vertical-align: middle;
}

.form-control:focus-within,
button:focus-within {
  box-shadow: none !important;
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

/* prefix css end */

/* font load start */
@font-face {
  font-family: Satoshi-Black;
  src: url(../fonts/Satoshi/Satoshi-Black.woff);
  font-weight: 800;
}

@font-face {
  font-family: Satoshi-Bold;
  src: url(../fonts/Satoshi/Satoshi-Bold.woff);
  font-weight: 700;
}

@font-face {
  font-family: Satoshi-Medium;
  src: url(../fonts/Satoshi/Satoshi-Medium.woff);
  font-weight: 500;
}

@font-face {
  font-family: Satoshi-Regular;
  src: url(../fonts/Satoshi/Satoshi-Regular.woff);
  font-weight: 400;
}

@font-face {
  font-family: MARKPROBOLD;
  src: url(../fonts/mark-pro/MARKPROBOLD.OTF);
  font-weight: 700;
}

@font-face {
  font-family: MARKPROMEDIUM;
  src: url(../fonts/mark-pro/MARKPROMEDIUM.OTF);
  font-weight: 500;
}

/* font load end */

/* header css start */
.header_section {
  padding-bottom: 10px;
}

.header_section .navbar-nav .nav-item .nav-link {
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: #242424;
  font-family: Satoshi-Bold;
  margin: 0 10px;
  position: relative;
  transition: all linear 0.3s;
}

.header_section .navbar-nav .nav-item .nav-link::before {
  position: absolute;
  content: "";
  left: 5%;
  bottom: -18px;
  width: 0%;
  height: 4px;
  background: #1999f4;
  transition: all linear 0.3s;
}

.header_section .navbar-nav .nav-item .nav-link.active::before,
.header_section .navbar-nav .nav-item .nav-link:hover::before {
  width: 90%;
}

.header_section .d-flex a:first-child {
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.025em;
  color: #242424;
  background: transparent;
  border-radius: 10px;
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid transparent;
  transition: all linear 0.2s;
  margin-right: 1rem;
  font-family: Satoshi-Bold;
}

.header_section .d-flex a:nth-child(2) {
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.025em;
  color: #fff;
  background: #038aed;
  border-radius: 10px;
  display: inline-block;
  padding: 12px 24px;
  border: 1px solid #038aed;
  transition: all linear 0.2s;
  margin-right: 1rem;
}

.header_section .d-flex a:last-child {
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.025em;
  color: #038aed;
  background: rgba(3, 138, 237, 0.25);
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  border: 1px solid rgba(3, 138, 237, 0.25);
  transition: all linear 0.2s;
  position: relative;
}

.header_section .d-flex a:last-child span {
  position: absolute;
  background: #038aed;
  border-radius: 61.8138px;
  right: 0;
  top: -5px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  text-align: center;
  line-height: 15px;
  color: #fff;
  font-size: 12px;
}

.header_section .d-flex a:first-child:hover {
  background: #038aed;
  color: #fff;
}

.header_section .d-flex a:nth-child(2):hover {
  background: transparent;
  color: #0e185f;
}

.header_section .d-flex a:last-child:hover {
  background: #038aed;
  color: #fff;
}

.header-top-wrap {
  background: #0e185f;
}

.dashboard-head-bttn {
  display: flex;
  align-items: center;
}

.dashboard-head-bttn a:nth-child(1) {
  font-style: normal;
  font-family: Satoshi-Bold;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: #00c344;
  background: rgba(0, 195, 68, 0.25);
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 15px;
  border: 1px solid rgba(3, 138, 237, 0.25);
  transition: all linear 0.2s;
  position: relative;
  margin-right: 1rem;
}

.dashboard-head-bttn a:nth-child(2) {
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.025em;
  color: #038aed;
  background: rgba(3, 138, 237, 0.25);
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 15px;
  border: 1px solid rgba(3, 138, 237, 0.25);
  transition: all linear 0.2s;
  position: relative;
  margin-right: 1rem;
}

.dashboard-head-bttn a:nth-child(2) span {
  position: absolute;
  background: #038aed;
  border-radius: 61.8138px;
  right: 0;
  top: -5px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  text-align: center;
  line-height: 15px;
  color: #fff;
  font-size: 12px;
}

/* header css end */

.main-wrap-login {
  position: relative;
  min-height: 100vh;
}

.footer-section {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 1.5rem;
}

.footer-section-dash {
  bottom: -4rem;
}

.signup-section {
  padding-top: 4rem;
  padding-bottom: 7rem;
}

.signup-form-wrap {
  width: 90%;
  margin: 0 auto;
}

.signup-form-wrap .d-flex {
  align-items: center;
  justify-content: space-between;
}

.signup-form-wrap .d-flex h1 {
  font-style: normal;
  font-family: Satoshi-Bold;
  font-size: 22.4668px;
  line-height: 30px;
  letter-spacing: -0.005em;
  color: #242424;
}

.signup-form-wrap .d-flex a {
  font-style: normal;
  font-family: Satoshi-Bold;
  font-size: 14.0701px;
  line-height: 19px;
  letter-spacing: -0.005em;
  color: #038aed;
}

.signup-form-wrap .d-flex a span {
  color: rgba(36, 36, 36, 0.25);
}

.signup-form-wrap .form-group label {
  font-style: normal;
  font-family: Satoshi-Bold;
  font-size: 13.8257px;
  line-height: 19px;
  letter-spacing: -0.005em;
  color: rgba(36, 36, 36, 0.75);
  margin-bottom: 0.7em;
}

.signup-form-wrap .form-group .d-flex a {
  margin-bottom: 0.7em;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.005em;
  color: rgba(36, 36, 36, 0.75);
}

.signup-form-wrap .form-group {
  position: relative;
  margin-top: 1.4rem;
}

.signup-form-wrap .form-group .form-control {
  background: #ffffff;
  border: 1.29616px solid rgba(36, 36, 36, 0.1);
  border-radius: 8px;
  font-style: normal;
  font-family: Satoshi-Bold;
  font-size: 13.8257px;
  line-height: 19px;
  height: 53px;
  letter-spacing: -0.005em;
  color: #242424;
}

.signup-form-wrap .form-group .form-control:focus-within {
  border-color: #038aed;
}

.signup-form-wrap .form-bttn {
  margin-top: 2rem;
}

.signup-form-wrap .form-bttn .btn_submit {
  background: #038aed;
  border-radius: 8px;
  font-style: normal;
  font-family: Satoshi-Bold;
  font-size: 16px;
  line-height: 149.75%;
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #038aed;
  transition: all linear 0.2s;
  padding: 0.8rem 2rem;
}

.signup-form-wrap .form-bttn .btn_submit svg {
  margin-left: 8px;
}

.signup-form-wrap .form-bttn .btn_submit:hover {
  background: transparent;
  color: #2fa4ff;
}

.captcha-part {
  margin: 0.8rem 0;
}

#check2,
#check {
  opacity: 0;
  display: none;
}

.signup-form-wrap .form-group p {
  font-style: normal;
  font-family: Satoshi-Medium;
  font-size: 13.8257px;
  line-height: 19px;
  text-align: center;
  letter-spacing: -0.005em;
  color: rgba(36, 36, 36, 0.5);
}

.signup-form-wrap .form-group p a {
  color: #000000;
}

.signup-form-wrap #label2,
.signup-form-wrap #label {
  margin-bottom: 0;
  position: absolute;
  right: 16px;
  top: 52px;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.025em;
  color: rgba(36, 36, 36, 0.5);
  cursor: pointer;
}

.sign-up-txt-wrap {
  background: #ffffff;
  border: 2px solid rgba(218, 218, 218, 0.25);
  border-radius: 15px;
  padding: 3.5rem;
}

.sign-up-txt-wrap h4 {
  font-style: normal;
  font-family: Satoshi-Bold;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.005em;
  color: #242424;
  margin-bottom: 2rem;
}

.why-choice-box .media {
  align-items: center;
}

.why-choice-box .media img {
  margin-right: 1rem;
  width: 90px;
}

.why-choice-box {
  margin-bottom: 2.6rem;
}

.why-choice-box h6 {
  font-style: normal;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.005em;
  color: #242424;
  font-family: Satoshi-Bold;
  margin-bottom: 8px;
}

.why-choice-box p {
  font-style: normal;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.005em;
  color: rgba(36, 36, 36, 0.75);
  font-family: Satoshi-Medium;
  width: 90%;
}

/* login ftr css start */

.login-ftr-menu {
  text-align: center;
}

.login-ftr-menu ul li {
  display: inline-block;
}

.login-ftr-menu ul li a {
  font-style: normal;
  font-family: Satoshi-Bold;
  font-size: 14px;
  line-height: 19px;
  color: rgba(36, 36, 36, 0.5);
  display: block;
}

/* login ftr css end */

/* dashboard main css start */
.dashboard-main-section {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.dahboard-home-head h5 {
  font-style: normal;
  font-family: Satoshi-Bold;
  font-size: 22px;
  line-height: 38px;
  color: #242424;
}

.dash-home-heading p {
  font-style: normal;
  font-family: Satoshi-Medium;
  font-size: 13.8462px;
  line-height: 19px;
  letter-spacing: -0.005em;
  color: rgba(36, 36, 36, 0.5);
}

.dash-home-heading p a {
  color: #038aed;
}

.dahboard-home-head a {
  font-style: normal;
  font-family: Satoshi-Bold;
  font-size: 13px;
  line-height: 24px;
  color: #ffffff;
  background: #038aed;
  border-radius: 8px;
  padding: 13px 25px;
  border: 1px solid #038aed;
  transition: all linear 0.3s;
  display: inline-flex;
  align-items: center;
}

.dahboard-home-head a:hover {
  background-color: transparent;
  color: #038aed;
}

.dahboard-home-head a svg {
  margin-left: 7px;
}

.dashboard-feature-wrap {
  margin: 2rem 0;
}

.feature-wrap-box {
  background: rgba(20, 85, 254, 0.1);
  box-sizing: border-box;
  border-radius: 12px;
  padding: 1rem 1.4rem;
  width: 100%;
}

.feature-wrap-box .media {
  align-items: center;
}

.feature-wrap-box .media img {
  margin-right: 12px;
}

.feature-wrap-box p {
  font-style: normal;
  font-family: Satoshi-Bold;
  font-size: 12.1154px;
  line-height: 16px;
  letter-spacing: -0.005em;
  color: rgba(36, 36, 36, 0.5);
}

.feature-wrap-box h4 {
  font-style: normal;
  font-family: Satoshi-Bold;
  font-size: 25.9615px;
  line-height: 35px;
  letter-spacing: -0.005em;
  color: #1455fe;
}

.download-feature {
  background: rgba(255, 128, 0, 0.1);
}

.download-feature h4 {
  color: #ff8000;
}

.edit-feature {
  background: rgba(0, 195, 68, 0.1);
}

.edit-feature h4 {
  color: #00c344;
}

.date-feature {
  background: rgba(255, 204, 0, 0.1);
}

.date-feature h4 {
  color: #ffcc00;
}

.dashboard-table-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.dashboard-table-head h5 {
  font-style: normal;
  font-family: Satoshi-Bold;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.005em;
  color: #242424;
}

.search-boxx {
  position: relative;
}

.search-boxx svg {
  position: absolute;
  left: 13px;
  top: 18px;
  font-size: 12px;
}

.search-boxx input {
  border: 1.5px solid rgba(36, 36, 36, 0.25);
  border-radius: 10px;
  font-style: normal;
  font-family: Satoshi-Bold;
  font-size: 14px;
  line-height: 19px;
  color: #242424;
  height: 45px;
  padding-left: 35px;
}

.dashboard-table-wrap {
  padding-bottom: 40px;
}

.dashboard-table-wrap table {
  width: 100%;
  margin-top: 20px;
}

.dashboard-table-wrap thead tr th {
  padding-top: 10px;
  border-bottom: 5px solid #fafafa;
  padding-bottom: 10px;
}

.dashboard-table-wrap thead tr th {
  font-style: normal;
  font-family: Satoshi-Bold;
  font-size: 10.3846px;
  line-height: 14px;
  color: rgba(36, 36, 36, 0.75);
  text-align: center;
}

.dashboard-table-wrap thead tr th:nth-child(1),
.dashboard-table-wrap thead tr th:nth-child(2) {
  text-align: left;
}

.dashboard-table-wrap tbody tr td span,
.dashboard-table-wrap tbody tr td p {
  font-style: normal;
  font-family: Satoshi-Bold;
  font-size: 13.8462px;
  line-height: 19px;
  color: rgba(36, 36, 36, 0.75);
  text-align: center;
}

.dashboard-table-wrap thead tr th:nth-child(1),
.dashboard-table-wrap tbody tr td:first-child p {
  padding-left: 20px;
}

.dashboard-table-wrap tbody tr td p {
  background: #fafafa;
  padding: 20px 0px;
}

.dashboard-table-wrap tbody tr.depp_bg td p {
  background: #fafafa;
}

.dashboard-table-wrap tbody tr td:first-child p {
  border-radius: 10px 0px 0px 10px;
}

.dashboard-table-wrap tbody tr td:last-child p {
  border-radius: 0px 10px 10px 0px;
}

.dashboard-table-wrap tbody tr td {
  text-align: center;
  padding: 20px 0px;
  padding-bottom: 0;
}

.category_orange {
  background: rgba(3, 138, 237, 0.1);
  border-radius: 6.92308px;
  font-style: normal;
  font-family: Satoshi-Bold;
  font-size: 13.8462px;
  line-height: 19px;
  color: #038aed !important;
  padding: 12px 20px;
}

.category_orange.active {
  background: rgba(0, 195, 68, 0.1) !important;
  color: #00c344 !important;
}

.dashboard-table-wrap tbody tr td:nth-child(2) p,
.dashboard-table-wrap tbody tr td:nth-child(1) p {
  text-align: left;
}

.dashboard-table-wrap tbody tr td:last-child a {
  font-style: normal;
  font-weight: 700;
  font-size: 13.8462px;
  line-height: 19px;
  color: #09d5a6;
  display: inline-flex;
  align-items: center;
}

.dashboard-table-wrap tbody tr td:last-child a svg {
  margin-left: 7px;
}

/* dashboard main css end */

/* balance css strat */

.balance-main-wrap {
  margin-top: 2rem;
}

.balance-display-wrap {
  padding: 1.5rem 1.7rem;
  background: rgba(0, 195, 68, 0.1);
  border-radius: 12px;
}

.balance-display-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.balance-display-wrap .media img {
  margin-right: 1rem;
}

.balance-display-wrap .media h6 {
  font-style: normal;
  font-size: 12.1154px;
  line-height: 16px;
  letter-spacing: -0.005em;
  color: rgba(36, 36, 36, 0.5);
  font-family: Satoshi-Bold;
}

.balance-display-wrap .media h3 {
  font-style: normal;
  font-family: Satoshi-Bold;
  font-size: 25.9615px;
  line-height: 35px;
  letter-spacing: -0.005em;
  color: #00c344;
}

.balance-btttn {
  margin-top: 0px;
  text-align: center;
}

.balance-btttn a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  font-feature-settings: "liga" off;
  color: #ffffff;
  background: #00c344;
  border: 2px solid #00c344;
  box-sizing: border-box;
  border-radius: 10.4339px;
  display: inline-block;
  padding: 1rem 2rem;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
  transition: all linear 0.2s;
  justify-content: center;
  font-family: Satoshi-Bold;
}

.balance-btttn a:hover {
  background-color: transparent;
  color: #00c344;
  border-color: #00c344;
}

.balance-btttn a svg {
  margin-left: 8px;
}

.add-balance-reason-wrap {
  background: rgba(250, 250, 250, 0.75);
  padding: 2.4rem 2rem;
  margin-top: 1.5rem;
  border-radius: 12px;
}

.add-balance-reason-wrap h5 {
  font-style: normal;
  font-family: Satoshi-Bold;
  font-size: 16px;
  line-height: 22px;
  color: #00c344;
  margin-bottom: 1rem;
}

.add-balance-reason-wrap h6 {
  font-style: normal;
  font-family: Satoshi-Medium;
  font-size: 14px;
  line-height: 19px;
  color: rgba(36, 36, 36, 0.75);
  margin-bottom: 1.5rem;
}

.add-balance-reason-wrap ul li {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: rgba(36, 36, 36, 0.5);
  margin-bottom: 1.5rem;
  font-family: Satoshi-Medium;
  display: flex;
}

.add-balance-reason-wrap ul {
  margin-left: 10px;
}

.add-balance-reason-wrap ul li:last-child {
  margin-bottom: 0;
}

.add-balance-reason-wrap ul li svg {
  font-size: 4px;
  margin-right: 8px;
  margin-top: 10px;
}

.balance-history-wrap {
  background: #fafafa;
  border-radius: 14.2647px;
  padding: 2rem 1.2rem;
}

.balance-history-head {
  border-bottom: 1px solid rgba(36, 36, 36, 0.1);
  padding-bottom: 1rem;
}

.balance-history-head h6 {
  font-style: normal;
  font-family: Satoshi-Bold;
  font-size: 18px;
  line-height: 24px;
  color: #242424;
}

.balance-history-box {
  background: rgba(36, 36, 36, 0.03);
  border-radius: 8px;
  padding: 12px 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
}

.balance-history-box div {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: rgba(36, 36, 36, 0.75);
  font-family: Satoshi-Bold;
}

.balance-history-box .pending_clr {
  color: #ff9900;
}

.balance-history-box .close_clr {
  color: #e02844;
}

.balance-history-box .actv_clr {
  color: #00c344;
}

.check_succs {
  color: #00c344 !important;
  background: rgba(0, 195, 68, 0.2);
  border-radius: 10.3293px;
  display: inline-block;
  padding: 6px 10px;
  display: inline-flex;
  align-items: center;
}

.check_succs svg {
  font-size: 9px !important;
  margin-right: 3px;
}

.check_pending {
  background: rgba(255, 153, 0, 0.2);
  color: #ff9900 !important;
}

.check_close {
  background: rgba(224, 40, 68, 0.2);
  color: #e02844 !important;
}

/* balance css end */

/* ticket css start */
.dashboard-ticket-area {
  background: rgba(250, 250, 250, 0.75);
  border-radius: 14.2647px;
  padding: 1.6rem 2rem;
}

.dashboard-ticket-area .d-flex {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.dashboard-ticket-area .d-flex h6 {
  font-style: normal;
  font-family: Satoshi-Bold;
  font-size: 14px;
  line-height: 19px;
  color: rgba(36, 36, 36, 0.75);
}

.dashboard-ticket-area form .form-group .form-control {
  background: #ffffff;
  border: 1.29616px solid rgba(36, 36, 36, 0.1);
  border-radius: 7.20791px;
  font-style: normal;
  font-family: Satoshi-Medium;
  font-size: 13.8257px;
  line-height: 19px;
  letter-spacing: -0.005em;
  color: #242424;
  height: 51px;
  margin-bottom: 1rem;
}

.dashboard-ticket-area form .form-group textarea.form-control {
  height: 150px;
  padding-top: 10px;
  resize: none;
}

.dashboard-ticket-area form .form-group .btn-submit {
  background: #038aed;
  border-radius: 6.88896px;
  font-style: normal;
  font-family: Satoshi-Bold;
  font-size: 12px;
  line-height: 14px;
  font-feature-settings: "liga" off;
  color: #ffffff;
  padding: 14px 25px;
  border: 1px solid #038aed;
  transition: all linear 0.3s;
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.dashboard-ticket-area form .form-group {
  position: relative;
}

.dashboard-ticket-area form .form-group .btn-submit:hover {
  background-color: transparent;
  color: #038aed;
}

.ticket-table-wrap tr td:last-child p {
  padding-top: 8px;
  padding-bottom: 9px;
}

.ticket-table-wrap tr td:last-child a {
  background: rgba(255, 128, 0, 0.1);
  border-radius: 6.92308px;
  font-style: normal;
  font-family: Satoshi-Bold;
  font-size: 13.8462px;
  line-height: 19px;
  color: #ff8000 !important;
  padding: 12px 20px;
}

/* ticket css end */

/* redeem css start */
.find-order-empty {
  text-align: center;
}

.find-order-empty h6 {
  background: rgba(216, 31, 38, 0.25);
  border: 1.5px solid #d81f26;
  border-radius: 8px;
  display: inline-block;
  font-style: normal;
  font-size: 14.3888px;
  line-height: 19px;
  letter-spacing: -0.005em;
  color: #d81f26;
  font-family: Satoshi-Medium;
  padding: 0.8rem;
}

.find-order-empty h1 {
  font-style: normal;
  font-family: Satoshi-Bold;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -0.005em;
  color: #242424;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.find-order-empty h1 span {
  color: #1b9af8;
}

.find-order-empty p {
  font-style: normal;
  font-family: Satoshi-Regular;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: -0.005em;
  color: rgba(36, 36, 36, 0.5);
  margin-bottom: 1rem;
}

.find-order-success h6 {
  background: rgba(64, 171, 93, 0.25);
  border: 1.5px solid #40ab5d;
  color: #40ab5d;
}

.redeem-form-wrap {
  text-align: left;
  width: 60%;
  margin: 0 auto;
  margin-top: 2rem;
}

.redeem-form-wrap label {
  font-style: normal;
  font-family: Satoshi-Bold;
  font-size: 13.8257px;
  line-height: 19px;
  letter-spacing: -0.005em;
  color: rgba(36, 36, 36, 0.75);
  margin-bottom: 0.6rem;
}

.redeem-form-wrap .form-group .form-control {
  background: #ffffff;
  border: 1.29616px solid rgba(36, 36, 36, 0.1);
  border-radius: 7.20791px;
  height: 50px;
  font-style: normal;
  font-family: Satoshi-Bold;
  font-size: 13.8257px;
  line-height: 19px;
  letter-spacing: -0.005em;
  color: #242424;
}

.redeem-form-wrap .form-group {
  margin-bottom: 2rem;
  position: relative;
}

.redeem-form-wrap .form-group svg {
  position: absolute;
  right: 13px;
  top: 51px;
  color: #00c344;
}

.redeem-form-wrap .form-bttn {
  text-align: end;
}

.redeem-form-wrap .form-bttn .btn-submit {
  background: #038aed;
  border-radius: 8.21779px;
  font-style: normal;
  font-family: Satoshi-Bold;
  font-size: 15.1429px;
  line-height: 20px;
  letter-spacing: -0.005em;
  color: #ffffff;
  display: inline-block;
  padding: 0.8rem 4.5rem;
  border: 2px solid #038aed;
  transition: all linear 0.3s;
}

.redeem-form-wrap .form-bttn .btn-submit:hover {
  background-color: transparent;
  color: #038aed;
}

/* redeem css end */

/* order details start */
.find-result-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
  margin-bottom: 0.7rem;
}

.find-result-head h6 {
  font-style: normal;
  font-family: Satoshi-Regular;
  font-size: 19px;
  line-height: 26px;
  letter-spacing: -0.005em;
  color: rgba(36, 36, 36, 0.5);
}

.find-result-head h6 span {
  color: #000000;
  font-family: Satoshi-Bold;
}

.find-order-result-wrap {
  background: #fafafa;
  border: 2px solid rgba(222, 222, 222, 0.5);
  border-radius: 15px;
  padding: 2rem;
}

.find-result-img-wrap {
  /* background: #d81f26; */
  border-radius: 9px;
  height: 195px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
}

.find-result-form h6 {
  font-style: normal;
  font-family: Satoshi-Bold;
  font-size: 22px;
  line-height: 35px;
  letter-spacing: -0.005em;
  color: #242424;
  margin-bottom: 1rem;
}

.find-result-form input {
  border: 1.04268px solid rgba(36, 36, 36, 0.25);
  border-radius: 8.34146px;
  height: 45px;
  font-style: normal;
  font-family: Satoshi-Bold;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: -0.005em;
  color: #242424;
  background-color: transparent;
}

.find-result-form .input-wrap {
  position: relative;
}

.find-result-form .input-wrap img {
  position: absolute;
  right: 13px;
  top: 10px;
  cursor: pointer;
}

.find-result-form .input-wrap span {
  font-style: normal;
  font-family: Satoshi-Bold;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -0.005em;
  color: rgba(36, 36, 36, 0.5);
  position: absolute;
  right: 13px;
  top: 12px;
  cursor: pointer;
}

.order-result-bttns p {
  font-style: normal;
  font-family: Satoshi-Bold;
  font-size: 15.5329px;
  line-height: 26px;
  letter-spacing: -0.005em;
  color: rgba(36, 36, 36, 0.75);
  margin: 1rem 0;
}

.order-result-bttn {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 1rem;
}

.order-result-bttn a:nth-child(2) {
  background: #038aed;
  border-radius: 8.21779px;
  font-style: normal;
  font-family: Satoshi-Bold;
  font-size: 15.1429px;
  line-height: 20px;
  letter-spacing: -0.005em;
  color: #ffffff;
  display: inline-block;
  padding: 0.7rem 1rem;
  border: 2px solid #038aed;
  transition: all linear 0.3s;
  margin-left: 1rem;
}

.order-result-bttn a:nth-child(2):hover {
  background-color: transparent;
  color: #038aed;
}

.order-result-bttn a:last-child {
  background: #fd2f22;
  border-radius: 8.21779px;
  font-style: normal;
  font-family: Satoshi-Bold;
  font-size: 15.1429px;
  line-height: 20px;
  letter-spacing: -0.005em;
  color: #ffffff;
  display: inline-block;
  padding: 0.7rem 1rem;
  border: 2px solid #fd2f22;
  transition: all linear 0.3s;
  margin-left: 1rem;
}

.order-result-bttn a:last-child:hover {
  background-color: transparent;
  color: #fd2f22;
}

.order-details-wrap {
  background: #fafafa;
  border: 1.73077px solid rgba(222, 222, 222, 0.5);
  border-radius: 12.9808px;
  padding: 2rem;
}

.order-details-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(36, 36, 36, 0.1);
  padding-bottom: 0.8rem;
  padding-top: 0.5rem;
}

.order-detail-left h6 {
  font-style: normal;
  font-family: Satoshi-Bold;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: #242424;
}

.order-detail-right span {
  background: rgba(0, 195, 68, 0.25);
  border-radius: 6.47619px;
  font-style: normal;
  font-family: Satoshi-Bold;
  font-size: 12.9524px;
  line-height: 17px;
  letter-spacing: -0.005em;
  color: #00c344;
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
}

.order-detail-right span.denay {
  background: rgba(224, 40, 68, 0.25);
  color: #e02844;
}

.order-detail-right span svg {
  margin-right: 7px;
}

/* order details end */

.br-15px {
  border-radius: 15px;
}

/* Product Image Overrides - High Specificity */
body .product-box-wrap,
body .product-box-wrap .product-image-container,
body .product-box-wrap .product-thumbnail-wrap,
body .product-box-wrap .product-image {
    background: transparent !important;
    background-color: transparent !important;
}

body .product-box-wrap .product-image-container *,
body .product-box-wrap .product-thumbnail-wrap *,
body .product-box-wrap .product-image * {
    background: transparent !important;
    background-color: transparent !important;
}

/* Ensure proper image display */
body .product-box-wrap {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 15px;
}

body .product-box-wrap .product-image-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

body .product-box-wrap .product-thumbnail-wrap {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

body .product-box-wrap .product-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    margin: 0;
    padding: 0;
}

/* Ultimate Product Display Override */
html body .product-box-wrap,
html body .product-box-wrap *,
html body .product-box-wrap .product-image-container,
html body .product-box-wrap .product-thumbnail-wrap,
html body .product-box-wrap .product-image {
    background: transparent !important;
    background-color: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
}

html body .product-box-wrap {
    position: relative !important;
    width: 100% !important;
    aspect-ratio: 1/1 !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    transition: transform 0.2s ease-in-out !important;
}

html body .product-box-wrap .product-image-container {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

html body .product-box-wrap .product-thumbnail-wrap {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

html body .product-box-wrap .product-image {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
}

html body .product-box-wrap .product-details {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    padding: 16px !important;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent) !important;
    z-index: 2 !important;
}

/* Maximum Specificity Product Display Override */
html body div.product-box-wrap,
html body div.product-box-wrap *,
html body div.product-box-wrap div.product-image-container,
html body div.product-box-wrap div.product-thumbnail-wrap,
html body div.product-box-wrap img.product-image {
    background: none !important;
    background-color: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
}

html body div.product-box-wrap {
    position: relative !important;
    width: 100% !important;
    aspect-ratio: 1/1 !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    transition: transform 0.2s ease-in-out !important;
    box-shadow: none !important;
}

html body div.product-box-wrap div.product-image-container {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: transparent !important;
}

html body div.product-box-wrap div.product-thumbnail-wrap {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
}

html body div.product-box-wrap img.product-image {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    background: transparent !important;
}

html body div.product-box-wrap div.product-details {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    padding: 16px !important;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent) !important;
    z-index: 2 !important;
}

/* FINAL PRODUCT DISPLAY OVERRIDE - MAXIMUM SPECIFICITY */
html body div[class*="product-box-wrap"],
html body div[class*="product-box-wrap"] *,
html body div[class*="product-box-wrap"] div[class*="product-image-container"],
html body div[class*="product-box-wrap"] div[class*="product-thumbnail-wrap"],
html body div[class*="product-box-wrap"] img[class*="product-image"] {
    background: none !important;
    background-color: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
}

html body div[class*="product-box-wrap"] {
    position: relative !important;
    width: 100% !important;
    aspect-ratio: 1/1 !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    transition: transform 0.2s ease-in-out !important;
    box-shadow: none !important;
    border: none !important;
}

html body div[class*="product-box-wrap"] div[class*="product-image-container"] {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: transparent !important;
    border: none !important;
}

html body div[class*="product-box-wrap"] div[class*="product-thumbnail-wrap"] {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
    border: none !important;
}

html body div[class*="product-box-wrap"] img[class*="product-image"] {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    background: transparent !important;
    border: none !important;
}

html body div[class*="product-box-wrap"] div[class*="product-details"] {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    padding: 16px !important;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent) !important;
    z-index: 2 !important;
}

/* ABSOLUTE FINAL PRODUCT DISPLAY OVERRIDE */
html body div[class*="product-box-wrap"],
html body div[class*="product-box-wrap"] > *,
html body div[class*="product-box-wrap"] div[class*="product-image-container"],
html body div[class*="product-box-wrap"] div[class*="product-thumbnail-wrap"],
html body div[class*="product-box-wrap"] img[class*="product-image"] {
    background: none !important;
    background-color: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}

html body div[class*="product-box-wrap"] {
    position: relative !important;
    width: 100% !important;
    aspect-ratio: 1/1 !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    transition: transform 0.2s ease-in-out !important;
    box-shadow: none !important;
    border: none !important;
}

html body div[class*="product-box-wrap"] div[class*="product-image-container"] {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: transparent !important;
    border: none !important;
}

html body div[class*="product-box-wrap"] div[class*="product-thumbnail-wrap"] {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
    border: none !important;
}

html body div[class*="product-box-wrap"] img[class*="product-image"] {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    background: transparent !important;
    border: none !important;
}

html body div[class*="product-box-wrap"] div[class*="product-details"] {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    padding: 16px !important;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent) !important;
    z-index: 2 !important;
}

/* Custom override for natural rectangular product display with high specificity */
html body div.product-box-wrap.natural-product-box {
  aspect-ratio: unset !important;
}



