* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

body {
  padding: 0px;
  margin: 0px;
  font-family: 'Poppins', sans-serif !important;
}

a {
  text-decoration: none !important;
  outline: none !important;
}

img {
  border: none;
}

.clr {
  clear: both;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
  list-style: none;
}

/* PRODUCTS-PAGE GENIUS LIGHTING */

/*  MULTI LEVEL ACCORDION */



body {
  margin-top: 2rem;
  font: 100% "Open sans", "Trebuchet MS", sans-serif;
}

a {
  text-decoration: none;
}

/**
 * Hidden fallback
 */
[hidden] {
  display: none;
  visibility: hidden;
}

/**
 * Styling navigation
 */
header {
  margin-right: auto;
  margin-left: auto;
  max-width: remy(360px);

}

/**
 * Styling top level items
 */
.nav a,
.nav label {}

label.accorion-main {
  display: block;
  padding: .85rem;
  color: rgba(52, 52, 52, 1);
  background-color: #ffffff;
  transition: all .25s ease-in;
  /* box-shadow: 0px 2px 4px 0px rgba(89, 89, 89, 0.25); */
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
}

label.sub-accord {
  padding: 0 15px 0px 17px;
  background: #ffffff;
  box-shadow: inset 0 -1px lighten(#252525, 7%);
  font-size: 14px;
  height: 34px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
  flex-direction: row;
  margin: 10px 0;
  font-size: 14px;
}

.nav label {
  cursor: pointer;
}

/**
 * Styling first level lists items
 */


/**
 * Styling second level list items
 */
.sub-group-list a,
.sub-group-list a,
.sub-group-list label {
  padding-left: 2rem;
  background: #ffffff;
  box-shadow: inset 0 -1px lighten(#353535, 7%);
  color: black;
  font-size: 13px;
  display: flex;
  flex-direction: column;
  margin: 10px 0;
}

/**
 * Styling third level list items
 */
.sub-sub-group-list a,
.sub-sub-group-list label {
  padding-left: 6rem;
  background: #454545;
  box-shadow: inset 0 -1px lighten(#454545, 7%);

  &:focus,
  &:hover {
    background: darken(#454545, 7%);
  }
}

/**
 * Hide nested lists
 */
.group-list,
.sub-group-list,
.sub-sub-group-list {
  height: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height .5s ease-in-out;
}

.nav__list input[type=checkbox]:checked+label+ul {
  /* reset the height when checkbox is checked */
  max-height: 1000px;
}

/**
 * Rotating chevron icon
 */
label>span {
  float: right;
  transition: transform .65s ease;
}

.nav__list input[type=checkbox]:checked+label>span {
  transform: rotate(90deg);
}

ul.nav__list {
  padding: 0px;
  margin: 0 0 6px 0;
  width: 100%;
}

ul.group-list {
  padding: 0;
}

ul.sub-group-list {
  padding: 0;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  /* display: flex; */
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

ul.nav__list li {
  box-shadow: 0px 2px 4px 0px rgba(89, 89, 89, 0.25);
}

ul.sub-group-list li {
  box-shadow: none;
}

/*  MULTI LEVEL ACCORDION */


.explore-deals-inner h1 {
  width: 100%;
  height: 50px;
  font-size: 16px;
  text-align: left;
  background: rgba(212, 158, 53, 1);
  color: white;
  display: flex;
  align-content: center;
  align-items: center;
  padding: 15px;
}

/* right section genius lighting */

.product-page-in .trending-products-in {
  width: 268px;
  height: auto;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
}

.trending-products-image {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0 0 0;
}

.content-product h1 {
  font-size: 14px;
  font-weight: 700;
  line-height: 17.5px;
  margin: 0;
}

.content-product p {

  font-size: 14px;
  font-weight: 400;
  line-height: 17.5px;
  text-align: left;
}

.content-product {
  margin-top: 25px;
  padding: 0 12px;
}

.product-page-in {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

/* right section genius lighting */



/* PRODUCT-DETAILS */
.product-detail-heading h1 {
  font-size: 25px;
  font-weight: 600;
  /* line-height: 31.25px; */
  text-align: left;
}

.product-specs-main {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 28px;
}

.product-detail-subheading p {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.specs-heading h2 {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin: 48px 0px 40px;
}

.left-align-specs {
  width: 64%;
}

.left-align-rightspecs {
  width: 49%;
}

.main-specs {
  display: flex;
  justify-content: space-between;
  margin: 12px;
}

.specs-main-row {
  display: flex;
  gap: 8px;
}

.main-specs-right {
  display: flex;
  justify-content: space-between;
  margin: 12px;
}

.product-details {
  width: 100%;
  height: auto;
  padding: 50px 0;
}

.product-detail-image img {
  width: 100%;
}

.product-detail-image {
  width: 100%;
}

.button-wrap button {
  background: transparent;
  border: none;
}

.button-wrap {
  width: 115px;
  height: 52px;
  background: rgba(255, 255, 255, 1);
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 17px;
}

.button-wrap {
  width: 117px;
  height: 47px;
  background: rgba(255, 255, 255, 1);
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 17px;
  position: absolute;
  right: 34px;
  bottom: 10px;
}

.button-wrap hr {
  height: 30px;
  border: 1px solid rgba(202, 202, 202, 1);
}

.product-details-in {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}

.product-details-in-image-thumb {
  width: fit-content;
  height: 350px;
  margin-bottom: 20px;
  position: relative;
}

.product-details-in-image-thumb img {
  width: 100%;
  height: 100%;
}

.product-details-in-share {
  width: auto;
  position: absolute;
  right: 15px;
  top: 15px;
}

.product-details-in-share-inner {
  position: relative;
}

.product-details-in-share-btn {
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.product-details-in-share-btn img {
  width: 100%;
  height: 100%;
}

.product-details-in-share-list {
  width: 180px;
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 10px;
  background: #fff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
  padding: 8px;
  border-radius: 5px;
  display: none;
  z-index: 9999;
}

.product-details-in-share-list ul {
  padding: 0;
  margin: 0;
}

.product-details-in-share-list ul li {
  list-style: none;
}

.product-details-in-share-list ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  padding: 8px 0;
  border-bottom: 1px solid #C6C6C6;
  color: #333;
  font-size: 14px;
  font-weight: 500;
}

.product-details-in-share-list ul li:last-child a {
  border-bottom: 0;
}

.product-details-in-share-list ul li a img {
  width: 22px;
}

.product-details-in-image-list {
  width: 100%;
  height: auto;
  padding: 0px 30px;
}

#product-details-slider .owl-nav {
  width: 100%;
  height: auto;
  padding-left: 20px;
  transition: .5s;
}

#product-details-slider .owl-nav button {
  width: 30px;
  height: 30px;
  background: #FFF8F7 !important;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.16);
  color: #06403c !important;
  position: absolute;
  top: 15%;
  left: -10px;
  right: inherit;
  z-index: 0;
  border: none;
  outline: none;
  border-radius: 50%;
}

#product-details-slider .owl-nav button i {
  font-size: 14px;
  text-align: center;
  display: flex;
  font-weight: 500;
  justify-content: center;
  height: 100%;
  color: #37173D;
  place-items: flex-end;
  align-items: center;
}

#product-details-slider .owl-nav button span {
  font-size: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  height: 100%;
  place-items: flex-end;
  align-items: center;
}

#product-details-slider .owl-nav button:last-child {
  right: -10px;
  left: inherit;
}

.product-details-info {
  width: 100%;
  height: auto;
}

.product-details-info h1 {
  color: #005911;
  font-size: 26px;
  font-weight: 600;
  line-height: 38px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.product-details-info h1 span {
  color: #000;
  font-size: 22px;
}

.equivalent-item {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.equivalent-item h2 {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  width: 30%;
}

.equivalent-item ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 70%;
}

.equivalent-item ul li {
  list-style: none;
  width: 48%;
  text-align: center;
}

.equivalent-item ul li a {
  color: #004695;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  display: block;
  background: #F0F0F0;
  padding: 5px 5px;
  border-radius: 20px;
}

.product-details-info h3 {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
}

.quantity-cart {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.quantity-inner {
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  gap: 8px;
}

.quantity-inner form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.quantity-inner form button {
  width: 10px;
  height: auto;
  background: none;
  border: none;
  outline: none;
  font-size: 24px;
  color: #757575;
}

.quantity-inner form input[type="number"] {
  width: 50px;
  height: 40px;
  text-align: center;
  border: 1px solid #FFEDEC;
}

.quantity-inner form input[type="number"]::-webkit-outer-spin-button,
.quantity-inner form input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product-details-cart-btn {
  width: auto;
  margin-left: auto;
  margin-right: 80px;
}

.product-details-cart-btn a {
  border-radius: 56px;
  background: #004695;
  display: block;
  padding: 15px 80px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}

.product-details-info p {
  color: #005911;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 25px;
}

.product-details-info p span {
  color: #000;
}

.alternative-items {
  width: fit-content;
  height: auto;
  margin-left: auto;
  margin-right: 120px;
  text-align: center;
}

.alternative-items a {
  color: #005911;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.product-details-overview {
  width: 100%;
  height: auto;
  padding: 20px;
  margin: 30px 0;
  background: #F5F5F5;
}

.product-details-overview h1 {
  color: #005911;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.product-details-overview p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
}

.product-details-specifications {
  width: 100%;
  height: auto;
  padding: 20px;
  margin: 30px 0;
  background: #E1EFFF;
}

.product-details-specifications h1 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.product-details-specifications ul {
  padding: 0;
  margin: 0;
  column-count: 2;
  column-rule: 1px solid #C4C4C4;
}

.product-details-specifications ul li {
  list-style: none;
  display: flex;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  position: relative;
  align-items: center;
  gap: 10px;
}

.product-details-specifications ul li i {
  font-size: 10px;
  color: #004695;
}



/* PRODUCT-DETAILS */

/* PAYMENT-SUCCESSFUL */

.payment-successful {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 120px 0;
  gap: 20px;
  text-align: center;
}

.payment-successful img {
  width: 80px;
}

.payment-successful h1 {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}

.payment-successful p {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
  width: 60%;
  margin: auto;
}

.payment-successful a {
  border-radius: 30px;
  background: #004695;
  padding: 10px 30px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 12px;
}


/* PAYMENT-SUCCESSFUL */



/* ACCOUNT-PAGES */

.account-pages {
  width: 100%;
  height: auto;
  padding: 50px 0;
}

.account-menu {
  width: 100%;
  height: auto;
  border-radius: 5px;
  background: #ECECEC;
  box-shadow: -1px 1px 7px 0px rgba(0, 0, 0, 0.25);
}

.account-menu ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.account-menu ul li {
  list-style: none;
}

.account-menu ul li a {
  display: flex;
  gap: 15px;
  border-radius: 4px;
  background: #D9D9D9;
  padding: 10px 10px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  align-items: center;
}

.account-menu ul li a:hover,
.account-menu ul li a.active {
  background: #005911;
  color: #fff;
}

.account-menu ul li a:hover img,
.account-menu ul li a.active img {
  filter: brightness(0) invert(1);
}

.account-menu ul li a img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.account-bread {
  width: 100%;
  height: auto;
  padding: 0px 0 10px 0;
}

.account-bread h1 {
  color: #005911;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}

.account-bread h1 a {
  color: #000;
}

/* ACCOUNT-PAGES */


/* MY-ACCOUNT-PAGE */

.my-account-wrap {
  width: 100%;
  height: auto;
  margin: 50px 0;
}

.my-account-wrap form {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 40px;
}

.my-account-wrap form label {
  width: 30%;
  height: 45px;
  position: relative;
  border: 1px solid #000;
  border-radius: 5px;
}

.my-account-wrap form label span {
  position: absolute;
  left: 0px;
  top: -12px;
  background: #fff;
  padding: 0 5px;
  font-size: 14px;
  color: #005911;
  font-weight: 600;
}

.my-account-wrap form label input[type="text"] {
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
  border-radius: 5px;
  padding-left: 15px;
  color: #A1A1A1;
  font-size: 13px;
  font-weight: 500;
}

.check-btn {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.enable-check {
  width: auto;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.enable-check input[type="checkbox"] {
  accent-color: #004695;
  cursor: pointer;
}

.check-btn input[type="submit"] {
  padding: 8px 38px;
  border-radius: 7px;
  border: 1px solid #BDBDBD;
  background: #005911;
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
}

.my-account-wrap form hr {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.20);
  margin: 0px 0;
}

.my-account-wrap form h1 {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  margin: 0;
}

.security-inner {
  width: 100%;
  display: flex;
  gap: 30px;
  flex-direction: column;
}

.security-inner input[type="submit"] {
  padding: 8px 38px;
  border-radius: 7px;
  border: 1px solid #BDBDBD;
  background: #005911;
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  width: fit-content;
  margin-left: auto;
}


/* MY-ACCOUNT-PAGE */

/* MY-ORDER-PAGE */


.my-order-filter {
  width: 100%;
  height: auto;
  margin: 50px 0;
}

.my-order-filter form {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 30px 15px;
}

.my-order-filter form label {
  width: 18.6%;
  height: 45px;
  position: relative;
  border: 1px solid #000;
  border-radius: 5px;
}

.my-order-filter form label span {
  position: absolute;
  left: 0px;
  top: -12px;
  background: #fff;
  padding: 0 5px;
  font-size: 14px;
  color: #005911;
  font-weight: 600;
}

.my-order-filter form label input[type="text"] {
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
  border-radius: 5px;
  padding-left: 15px;
  color: #A1A1A1;
  font-size: 13px;
  font-weight: 500;
}

.my-order-filter-btn {
  width: 100%;
  height: auto;
  display: flex;
  margin-bottom: 30px;
  justify-content: flex-end;
  gap: 10px;
}

.my-order-filter-btn input {
  padding: 5px 0px;
  width: 15%;
  border-radius: 7px;
  border: 1px solid #BDBDBD;
  background: #005911;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
}

.my-order-filter-btn input.active {
  background: #FFF;
  color: #005911;
}

.my-order-table {
  width: 100%;
  height: auto;
  background: #FFF;
  box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.25);
  padding-bottom: 40px;
}

.my-order-table table {
  width: 100%;
}

.my-order-table table tr {
  border-bottom: 1px solid #D7D7D7;
}

.my-order-table table tr th {
  padding: 20px 15px;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.my-order-table table tr th button {
  width: auto;
  height: auto;
  background: none;
  outline: none;
  border: none;
  margin-left: 2px;
}

.my-order-table table tr td {
  padding: 20px 15px;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

.my-order-table table tr td a {
  color: #005911;
}

.my-order-table table tr td a:hover {
  text-decoration: underline !important;
}

.my-order-table table tr td.green-clr {
  color: #005911;
}

.my-order-table table tr td.red-clr {
  color: #EB001B;
}

.my-order-table table tr td.light-red-clr {
  color: #7E7200;
}

.my-order-table table tr td span {
  color: #005911;
}

.my-order-bottom {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin: 20px 0 0px 0;
  padding-right: 50px;
  gap: 30px;
}

.my-order-arrow {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.my-order-arrow a {
  color: #000;
}

.my-order-arrow a i {
  font-weight: 600;
}

.my-order-bottom p {
  margin: 0;
  color: #000;
  font-size: 13px;
  font-weight: 600;
}

.my-order-page {
  margin: 0;
  color: #000;
  font-size: 13px;
  font-weight: 600;
}

.my-order-page select {
  margin-left: 5px;
  border-radius: 3px;
  background-color: #DFDFDF;
  background-image: url(../images/page-drop.svg);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center right 5px;
  border: none;
  outline: none;
  padding: 5px 25px 5px 10px;
  appearance: none;
  cursor: pointer;
}

/* MY-ORDER-PAGE */