@charset "UTF-8";
#smooth-content {
  will-change: transform;
}

body:not(:has([data-sticky-header="0"]), .content-offset--off) main:not(.panel-content) > *:first-child > *:first-child:not(.bricks-shape-divider) {
  margin-block-start: var(--header-height);
}

button.clickable-parent,
a.clickable-parent {
  position: static !important;
}

.clickable-parent::after {
  content: "";
  position: absolute;
  inset: 0;
  cursor: pointer !important;
  display: flex;
  z-index: 10;
}

.clickable-parent-sub a::after {
  content: "";
  position: absolute;
  inset: 0;
  cursor: pointer !important;
  display: flex;
  z-index: 10;
}

.blog-card__img {
  transition: transform 0.7s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
}

.blog-card:hover .blog-card__img {
  transform: scale(1.1);
}

.service-card:hover .service-card__cta-wrapper {
  background: linear-gradient(#c6a158, #856b3d);
}

.service-card:hover .service-card__body {
  border-color: #c6a158;
}

.testimony-control path {
  transition: 0.2s ease-in-out;
}

.testimony-control:hover path {
  fill: #D9A21B;
}

.x-accordion_item-active .faq-toogle-icon-wrapper {
  background: linear-gradient(#C6A158, #856B3D);
}

.el-tabs__header.is-top,
.am-eli__timetable.am-eli__main-item,
.am-ec__period,
.am-fs__congrats-info-event-date-start,
.am-fs__congrats-info-event-date-end,
.am-congrats__main > span,
.am-eli__description-title {
  display: none !important;
}

.am-elfci am-dialog-el__main-container {
  overflow-x: visible !important;
}

.congrate-title {
  font-size: 25px !important;
  color: rgb(198, 161, 88);
}

.congrate-text {
  font-size: 18px;
}

.main-nav li:nth-of-type(3) > a {
  position: relative;
}

.main-nav li:nth-of-type(3) > a:before {
  transition: 0.2s ease-in-out;
  opacity: 0;
  position: absolute;
  content: "Coming Soon";
  font-size: 10px;
  color: #ffffff;
  background-color: #c6a158;
  left: 78%;
  top: 4px;
  padding: 3px;
  width: 90%;
  text-transform: none;
}

.main-nav li:nth-of-type(3) > a:hover:before {
  opacity: 1;
}

.singular-booking-cta .am-cat__wrapper {
  padding: 0px !important;
}

.singular-booking-cta .am-cat__form,
.singular-booking-cta .am-fcis__header-top {
  padding: 0px !important;
}

.singular-booking-cta .am-fcis__header-text {
  display: none !important;
}

.singular-booking-cta .am-button__inner {
  font-size: 20px !important;
  padding: 15px 40px !important;
}

.ti-widget.ti-goog .ti-widget-container .ti-name,
.ti-widget.ti-goog .ti-footer strong:not(.ti-rating-large) {
  color: #fff !important;
}

.ti-header-write-btn-container {
  display: none !important;
}

@media (max-width: 768px) {
  .main-nav li:nth-of-type(3) > a:before {
    top: -15px;
    width: 125%;
  }
}
@media (max-width: 470px) {
  .main-nav li:nth-of-type(3) > a:before {
    width: 150%;
  }
}
/*Revamp Styelsheet*/
.re-cta-w-b,
.re-featured-product-card:hover .re-featured-product-card__cta {
  --offset: 3px;
}

.re-cta-w-b::before,
.re-featured-product-card:hover .re-featured-product-card__cta::before {
  content: "";
  background: conic-gradient(transparent 270deg, white, transparent);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1;
  width: 100%;
  animation: rotate 2s linear infinite;
}

.re-cta-w-b::after,
.re-featured-product-card:hover .re-featured-product-card__cta::after {
  content: "";
  background: inherit;
  border-radius: inherit;
  position: absolute;
  inset: var(--offset);
  height: calc(100% - 2 * var(--offset));
  width: calc(100% - 2 * var(--offset));
}

@keyframes rotate {
  from {
    transform: translate(-50%, -50%) scale(1.4) rotate(0turn);
  }
  to {
    transform: translate(-50%, -50%) scale(1.4) rotate(1turn);
  }
}
/*Product SIngular */
.customize-btn {
  background-color: #c6a158;
  color: #ffffff;
}

@media (max-width: 768px) {
  .main-nav li:nth-of-type(3) > a:before {
    top: -15px;
    width: 125%;
  }
}
@media (max-width: 470px) {
  .main-nav li:nth-of-type(3) > a:before {
    width: 150%;
  }
}
/*Product Archive*/
.product-card:hover .product-card__img {
  transform: scale(1.1);
}

.product-card:hover .product-card__cta {
  background-color: black;
}

/*Amelia*/
.amelia-v2-booking #amelia-container .am-select .el-input__inner {
  background-color: #ffffff !important;
  color: #000000 !important;
}

.amelia-v2-booking #amelia-container .am-select .el-input__inner::placeholder {
  color: #000000 !important;
}

.amelia-v2-booking #amelia-container .am-elf__footer {
  box-shadow: none !important;
}

.woocommerce-form-login .form-group.remember {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .woocommerce-form-login .form-group.remember {
    flex-direction: column !important;
    gap: 10px !important;
  }
}
.woocommerce-form-login .form-group.remember input[type=checkbox] {
  width: 22px !important;
  height: 22px !important;
  appearance: none !important;
  border: 1px solid #c6a158 !important;
  border-radius: 6px !important;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.woocommerce-form-login .woocommerce-form-login__submit {
  transition: all 0.3s ease-in-out;
  color: #ffffff !important;
  background-color: #c6a158;
}

.woocommerce-form-login .woocommerce-form-login__submit:hover {
  background-color: #000000 !important;
}

.woocommerce-form-login .form-group.remember input[type=checkbox]:focus {
  outline: none !important;
}

.woocommerce-form-login input:focus-visible {
  outline-offset: 0px !important;
}

.woocommerce-form-login .form-group.remember input[type=checkbox] {
  position: relative;
}

.woocommerce-form-login .form-group.remember input[type=checkbox]:checked,
.woocommerce-form-login .form-group.remember input[type=checkbox]:hover {
  background-color: #c6a158 !important;
}

.woocommerce-form-login .form-group.remember input[type=checkbox]:checked::before,
.woocommerce-form-login .form-group.remember input[type=checkbox]:hover::before {
  content: "✓"; /* Unicode checkmark character */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  color: rgb(255, 255, 255);
}

.woocommerce-account form .show-password-input {
  color: #c6a158;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  right: 5px;
  transition: all 0.3s ease-in-out;
}

/* my account-------------
--------------------------
--------------------------- */
.brxe-woocommerce-account-page .woocommerce {
  background-color: #f8f9fa !important;
}

.brxe-woocommerce-account-page .woocommerce .woocommerce-MyAccount-content input {
  color: black !important;
  font-weight: 400;
}

.brxe-woocommerce-account-page .woocommerce .woocommerce-MyAccount-content input::placeholder {
  color: #0a0a0a !important;
}

.brxe-woocommerce-account-page .woocommerce .woocommerce-MyAccount-content {
  color: #0a0a0a;
}

.brxe-woocommerce-account-page .woocommerce {
  display: flex;
  gap: 0px !important;
}

.brxe-woocommerce-account-page {
  background: #ffffff;
  overflow: hidden !important;
  border-radius: 20px;
}

.brxe-woocommerce-account-page .woocommerce-MyAccount-navigation {
  background: #f0e6d2;
  padding: 16px;
  padding-right: 0 !important;
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
}

.brxe-woocommerce-account-page .woocommerce-MyAccount-navigation > ul {
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.brxe-woocommerce-account-page .woocommerce-MyAccount-navigation > ul > li {
  margin: 0;
  padding: 0 !important;
  background: #c6a158;
}

.brxe-woocommerce-account-page .woocommerce-MyAccount-navigation > ul > li a {
  margin: 0 !important;
  padding: 10px;
  background: #f0e6d2;
  display: flex !important;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  padding-right: 32px;
  padding-left: 32px;
}

.brxe-woocommerce-account-page .woocommerce-MyAccount-navigation > ul > li.is-active a {
  background: #c6a158 !important;
  border-top-left-radius: 50px !important;
  border-bottom-left-radius: 50px !important;
  color: #f8f9fa !important;
}

.brxe-woocommerce-account-page .woocommerce-MyAccount-navigation > ul > li.is-active a:hover {
  color: white !important;
}

.brxe-woocommerce-account-page .woocommerce-MyAccount-navigation > ul > li.is-active {
  border-top-left-radius: 50px !important;
  border-bottom-left-radius: 50px !important;
}

.brxe-woocommerce-account-page .woocommerce-MyAccount-navigation > ul > li a:focus {
  outline: none !important;
}

.brxe-woocommerce-account-page .woocommerce-MyAccount-navigation > ul > li a {
  transition: all 0.3s ease-in-out;
}

.brxe-woocommerce-account-page .woocommerce-MyAccount-navigation > ul > li:hover a {
  color: #8b6914;
}

.brxe-woocommerce-account-page .woocommerce-MyAccount-navigation > ul > li:not(.is-active) a svg,
.brxe-woocommerce-account-page .woocommerce-MyAccount-navigation > ul > li:not(.is-active) a path {
  fill: rgb(0, 0, 0);
}

.brxe-woocommerce-account-page .woocommerce-MyAccount-navigation > ul > li.is-active a svg,
.brxe-woocommerce-account-page .woocommerce-MyAccount-navigation > ul > li.is-active a path {
  fill: #ffffff !important;
}

.brxe-woocommerce-account-page .woocommerce-MyAccount-navigation > ul > li:nth-last-child(2) {
  margin-bottom: 3rem !important;
}

.brxe-woocommerce-account-page .next-selected-siblings a {
  border-top-right-radius: 30px;
}

.brxe-woocommerce-account-page .prev-selected-siblings a {
  border-bottom-right-radius: 30px;
}

.brxe-woocommerce-account-page .woocommerce-MyAccount-content {
  padding: 32px;
  border-top: 1px solid rgba(0, 0, 0, 0.5) !important;
  border-right: 1px solid rgba(0, 0, 0, 0.5) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5) !important;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-bottom: 100px;
}

@media (max-width: 992px) {
  .brxe-woocommerce-account-page .woocommerce-MyAccount-content {
    border-top: none !important;
    border-left: 1px solid rgba(0, 0, 0, 0.5) !important;
    border-right: 1px solid rgba(0, 0, 0, 0.5) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5) !important;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-bottom: 50px;
  }
}
.brxe-woocommerce-account-page .woocommerce-MyAccount-navigation-link--customer-logout.next-selected-siblings a {
  border-top-right-radius: 0px !important;
}

.brxe-woocommerce-account-page .woocommerce-MyAccount-navigation-link--customer-logout {
  border: 1px solid #d4af37 !important;
  border-radius: 1.5rem;
  width: fit-content !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: auto !important;
  margin-bottom: 0 !important;
  overflow: hidden;
}

.brxe-woocommerce-account-page .woocommerce-MyAccount-navigation-link a {
  color: #0a0a0a;
}

.brxe-woocommerce-account-page .woocommerce-MyAccount-navigation-link--customer-logout:hover {
  border-color: #e6c766 !important;
  color: #ffffff !important;
}

.brxe-woocommerce-account-page .woocommerce-MyAccount-navigation-link--customer-logout:hover a {
  color: #ffffff !important;
  border-top-right-radius: 100px !important;
}

.brxe-woocommerce-account-page .woocommerce-MyAccount-navigation-link--customer-logout > a {
  padding: 5px 16px !important;
  text-align: center;
  color: #ffffff !important;
  background-color: #a68b47 !important;
}

.brxe-woocommerce-account-page .woocommerce-MyAccount-navigation-link--customer-logout > a svg {
  margin-left: 8px;
}

.brxe-woocommerce-account-page .woocommerce-MyAccount-navigation-link--customer-logout > a svg,
.brxe-woocommerce-account-page .woocommerce-MyAccount-navigation-link--customer-logout > a path {
  fill: #ffffff !important;
  transition: 0.2s ease-in-out;
}

.brxe-woocommerce-account-page .woocommerce-MyAccount-navigation-link--customer-logout:hover a svg,
.brxe-woocommerce-account-page .woocommerce-MyAccount-navigation-link--customer-logout:hover a path {
  fill: #ffffff !important;
}

.brxe-woocommerce-account-page td.woocommerce-orders-table__cell-order-actions {
  display: flex;
  gap: 4px;
}

.brxe-woocommerce-account-page td.woocommerce-orders-table__cell-order-actions a {
  font-size: 14px !important;
  padding: 1rem 1.5rem !important;
}

@media (max-width: 992px) {
  .brxe-woocommerce-account-page .woocommerce {
    flex-direction: column;
  }
  .brxe-woocommerce-account-page .woocommerce-MyAccount-navigation-link--customer-logout {
    margin-top: 20px !important;
  }
  .brxe-woocommerce-account-page .next-selected-siblings a {
    border-top-right-radius: 0px !important;
  }
  .brxe-woocommerce-account-page .prev-selected-siblings a {
    border-bottom-right-radius: 0px !important;
  }
  .brxe-woocommerce-account-page .woocommerce-MyAccount-navigation {
    padding-right: 16px !important;
  }
  .brxe-woocommerce-account-page .woocommerce-MyAccount-navigation > ul > li.is-active,
  .brxe-woocommerce-account-page .woocommerce-MyAccount-navigation > ul > li.is-active a {
    border-radius: 50px !important;
  }
}
/*my account custom tab styles*/
.bf-update-btn > button {
  text-transform: uppercase !important;
  padding-left: 3rem !important;
  padding-top: 2rem !important;
  padding-right: 3rem !important;
  padding-bottom: 2rem !important;
  line-height: 1 !important;
  border-radius: 1.5rem !important;
  border-top-style: solid !important;
  border-right-style: solid !important;
  border-bottom-style: solid !important;
  border-left-style: solid !important;
  border-top-width: 1px !important;
  border-right-width: 1px !important;
  border-bottom-width: 1px !important;
  border-left-width: 1px !important;
  border-top-color: #d4af37 !important;
  border-right-color: #d4af37 !important;
  border-bottom-color: #d4af37 !important;
  border-left-color: #d4af37 !important;
  transition-duration: 0.2s !important;
  text-align: center;
  background-color: transparent !important;
  color: #d4af37 !important;
}

.bf-update-btn > button:hover {
  background-color: #e6c766 !important;
  color: #ffffff !important;
  border-color: #e6c766 !important;
}

/* Refund Table Styles */
.woocommerce-table-refund-details,
.fr-request-form input,
.fr-request-form textarea {
  width: 100%;
}

.woocommerce-refund-details p > input {
  border-radius: 1.5rem !important;
  text-transform: uppercase;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}

.woocommerce-refund-details p > input:hover {
  background-color: #c19a26 !important;
}

.brxe-woocommerce-account-page:has(.fr-cancel-request-description) .woocommerce-table {
  width: 100%;
  margin-bottom: 20px;
}

.brxe-woocommerce-account-page:has(.fr-cancel-request-description) .woocommerce-table th {
  padding: 1rem;
}

.brxe-woocommerce-account-page:has(.fr-cancel-request-description) .woocommerce-table td {
  padding: 1rem;
}

/*Order Tab List Of Menu*/
.brxe-woocommerce-account-page .woocommerce .woocommerce-MyAccount-content section {
  padding: 0px;
}

.brxe-woocommerce-account-page .woocommerce .woocommerce-MyAccount-content h2,
.brxe-woocommerce-account-page .woocommerce .woocommerce-MyAccount-content h3 {
  font-size: 2.5rem;
  color: #d4af37;
}

.woocommerce-order-details .woocommerce-order-details__title {
  margin-left: 10px;
  margin-bottom: 20px;
}

.brxe-woocommerce-account-page .woocommerce .woocommerce-MyAccount-content .woocommerce-table--order-details,
.brxe-woocommerce-account-page .woocommerce .woocommerce-MyAccount-content .woocommerce-table--order-details tfoot {
  background-color: #f0e6d2;
}

.brxe-woocommerce-account-page .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .order-again a {
  background-color: #d4af37;
  font-weight: 600;
  border-radius: 15px;
}

.brxe-woocommerce-account-page .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column__title {
  font-weight: 600;
  margin-bottom: 10px;
}

.brxe-woocommerce-account-page .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details section div {
  padding: 10px;
  background: #f0e6d2;
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.brxe-woocommerce-account-page .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details section div address {
  font-weight: 400;
}

.brxe-woocommerce-account-page .woocommerce .woocommerce-MyAccount-content form button[type=submit] {
  transition: all 0.3s ease-in-out;
}

.brxe-woocommerce-account-page .woocommerce .woocommerce-MyAccount-content form button[type=submit]:hover {
  background-color: #c19a26 !important;
}

.brxe-woocommerce-account-page .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .order-again a {
  transition: all 0.3s ease-in-out;
}

.brxe-woocommerce-account-page .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .order-again a:hover {
  background-color: #a68b47;
}

.brxe-woocommerce-account-page .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details section div h2 {
  margin-bottom: 10px;
}

.brxe-woocommerce-account-page .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions a {
  border-radius: 15px;
  background-color: #d4af37;
  color: white !important;
  transition: all 0.3s ease-in-out;
}

.brxe-woocommerce-account-page .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions a:hover {
  background-color: #a68b47;
}

.brxe-woocommerce-account-page .woocommerce .woocommerce-MyAccount-content input:focus-visible {
  outline-offset: 0px;
}

.brxe-woocommerce-account-page .woocommerce .woocommerce-MyAccount-content a:focus {
  outline: none;
}

.brxe-woocommerce-account-page .woocommerce .woocommerce-MyAccount-content a.button {
  border-radius: 15px;
  background-color: #d4af37;
  font-weight: 500 !important;
  transition: all 0.3s ease-in-out;
  color: #f8f9fa;
}

.brxe-woocommerce-account-page .woocommerce .woocommerce-MyAccount-content a.button:hover {
  background-color: #a68b47;
}

.woocommerce-table--order-details tfoot tr th {
  font-size: 16px !important;
  color: #0a0a0a !important;
}

.woocommerce-table--order-details tfoot tr td {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #0a0a0a !important;
  text-transform: uppercase;
}

.woocommerce-order-details table .product-quantity {
  height: fit-content;
}

.woocommerce-table--order-details thead tr td {
  font-size: 16px !important;
  font-weight: 700 !important;
}

.woocommerce-table--order-details thead tr th {
  font-size: 16px !important;
  font-weight: 700 !important;
}

/*Addresses*/
.brxe-woocommerce-account-page .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses a {
  color: #b8941f;
}

.brxe-woocommerce-account-page .woocommerce-EditAccountForm > p:last-child {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

.brxe-woocommerce-account-page .woocommerce-EditAccountForm p:last-of-type:not(:has(fieldset)) button {
  padding: 20px 30px 20px 30px;
  margin-top: 50px !important;
}

.brxe-woocommerce-account-page .woocommerce .woocommerce-MyAccount-content form h3 {
  margin-bottom: 10px;
}

.brxe-woocommerce-account-page .woocommerce .woocommerce-MyAccount-content form input {
  border-radius: 15px;
  background-color: #f0e6d2 !important;
  border: none !important;
  color: #1b1b1c !important;
}

.brxe-woocommerce-account-page .woocommerce-EditAccountForm .woocommerce-form__input-radio {
  margin-right: 5px !important;
}

.brxe-woocommerce-account-page .woocommerce .woocommerce-MyAccount-content form input::placeholder {
  color: #e6c766 !important;
}

.brxe-woocommerce-account-page .woocommerce-MyAccount-content form .woocommerce-address-fields > p {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

.brxe-woocommerce-account-page .woocommerce-address-fields p button {
  padding: 20px 30px 20px 30px;
  margin-top: 50px !important;
}

.brxe-woocommerce-account-page .woocommerce .woocommerce-MyAccount-content form button[type=submit] {
  background-color: #d4af37;
  border-radius: 10px;
  color: #f8f9fa;
  font-weight: 600;
}

/*download-file*/
.brxe-woocommerce-account-page .woocommerce .woocommerce-MyAccount-content .woocommerce-order-downloads {
  background-color: #f0e6d2;
  padding: 20px;
  border-radius: 15px;
}

.brxe-woocommerce-account-page .woocommerce .woocommerce-MyAccount-content .woocommerce-order-downloads .download-file a {
  background-color: #d4af37;
  color: #f8f9fa;
  font-weight: 500;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
}

.brxe-woocommerce-account-page .woocommerce .woocommerce-MyAccount-content .woocommerce-order-downloads .download-file:hover a {
  background-color: #a68b47;
}

/*EditAccountForm*/
.brxe-woocommerce-account-page .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
  border-radius: 15px;
}

.brxe-woocommerce-account-page .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm #account_display_name {
  margin-bottom: 10px;
}

/*woocommerce-info Brows More Products Notice Bar*/
.brxe-woocommerce-account-page .woocommerce .woocommerce-MyAccount-content .woocommerce-info {
  border-radius: 15px;
  background-color: #f0e6d2;
  color: #0a0a0a;
  display: flex; /*new added*/
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

.brxe-woocommerce-account-page .woocommerce .woocommerce-MyAccount-content .woocommerce-info a {
  border-radius: 15px;
  background-color: #d4af37;
  color: #f8f9fa;
  font-weight: 500 !important;
  transition: all 0.3s ease-in-out;
}

.brxe-woocommerce-account-page .woocommerce .woocommerce-MyAccount-content .woocommerce-info a:hover {
  background-color: #a68b47;
}

.brxe-woocommerce-account-page .fpd-saved-products-grid > div > a {
  height: 300px !important;
}

/*Cart page---------------
------------------------
----------------------------*/
#brxe-kleywc tbody td.product-subtotal {
  text-align: center;
}

.woocommerce-cart-form .quantity {
  width: 100px !important;
  background: rgba(163, 149, 24, 0.2);
  border-radius: 300px;
  padding: 9px;
}

.woocommerce-cart-form .quantity input {
  border: none !important;
  line-height: 1 !important;
}

.woocommerce-cart-form .quantity .minus,
.woocommerce-cart-form .quantity .plus {
  border: none !important;
  border-radius: 300px;
  background-color: white;
  width: 30px !important;
  height: 30px !important;
}

@media (max-width: 767px) {
  .woocommerce-cart-form tbody td.product-quantity .quantity .qty {
    width: 20px;
  }
}
#brxe-kleywc tbody {
  display: flex;
  flex-direction: column;
}

#brxe-kleywc tbody tr:not(:last-child) {
  border: unset !important;
  position: relative;
}

#brxe-kleywc thead {
  position: relative;
}

#brxe-kleywc thead::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 85%; /* Set the width of the border to 85% */
  border-bottom: 1px solid rgba(163, 149, 24, 0.2);
}

#brxe-kleywc tbody tr:not(:nth-last-child(-n+2))::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 85%; /* Set the width of the border to 85% */
  border-bottom: 1px solid rgba(163, 149, 24, 0.2);
}

#brxe-kleywc tbody tr:last-child {
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
  padding: 0px !important;
  border-top: 1px solid rgba(163, 149, 24, 0.2);
}

#brxe-kleywc tbody tr,
#brxe-kleywc thead {
  border: none;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  border-radius: 0px !important;
}

#brxe-kleywc thead tr {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
}

.woocommerce-cart-form .product-remove a:hover {
  color: red !important;
}

#brxe-kleywc tbody td.product-remove {
  width: 5%;
}

#brxe-kleywc table td.product-thumbnail {
  width: 100px;
  padding: 20px !important;
  height: 100px;
}

#brxe-kleywc table thead tr .product-thumbnail {
  width: 20%;
}

#brxe-kleywc tbody td.product-name,
#brxe-kleywc table thead tr .product-name {
  width: 30%;
}

#brxe-kleywc tbody td.product-price,
#brxe-kleywc table thead tr .product-price {
  width: 20%;
}

#brxe-kleywc tbody td.product-quantity,
#brxe-kleywc table thead tr .product-quantity {
  width: 18%;
}

#brxe-kleywc table thead tr .product-quantity {
  text-align: center;
}

#brxe-kleywc tbody td.product-subtotal,
#brxe-kleywc table thead tr .product-subtotal {
  width: 16%;
}

#brxe-kleywc table thead tr .product-subtotal {
  text-align: center;
}

.woocommerce-cart-form tbody tr {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(93, 24, 163, 0.5) !important;
}

#brxe-kleywc table thead tr th {
  font-weight: 500 !important;
}

#brxe-kleywc table thead tr .product-remove {
  display: none;
}

.woocommerce-cart-form tbody tr:last-child td {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
}

@media (max-width: 820px) {
  .woocommerce-cart-form tbody tr:last-child td {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }
}
/*mobile table*/
@media (max-width: 767px) {
  #brxe-kleywc tbody tr {
    flex-direction: column;
    align-items: flex-start;
  }
  #brxe-kleywc tbody td.product-name,
  #brxe-kleywc table thead tr .product-name {
    width: 100%;
  }
  #brxe-kleywc tbody td.product-price,
  #brxe-kleywc table thead tr .product-price {
    width: 100%;
  }
  #brxe-kleywc tbody td.product-quantity,
  #brxe-kleywc table thead tr .product-quantity {
    width: 100%;
  }
  #brxe-kleywc tbody td.product-subtotal,
  #brxe-kleywc table thead tr .product-subtotal {
    width: 100%;
  }
  #brxe-kleywc thead {
    display: none;
  }
  .woocommerce-cart-form tbody tr:last-child td {
    justify-content: center;
  }
  .woocommerce-cart-form .coupon {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  #brxe-kleywc table td.product-thumbnail {
    width: 100%;
    height: unset;
    align-self: center;
    object-fit: cover;
  }
  .woocommerce-cart-form .coupon input {
    height: 60px;
  }
  .woocommerce-cart-form tbody td {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
.cart-collaterals table {
  border-bottom: none !important;
  border-top: none !important;
}

.woocommerce-cart-form .coupon input {
  border-radius: 15px;
}

.woocommerce-cart-form .coupon input:focus-visible {
  outline-offset: 0px !important;
}

.woocommerce-cart-form .product-remove a {
  transition: all 0.3s ease-in-out;
}

.woocommerce-cart-form .product-remove a:focus {
  outline: none !important;
}

.woocommerce-cart-form .actions {
  padding: 2rem;
}

.woocommerce-cart-form .actions button {
  transition: all 0.3s ease-in-out;
  padding: 20px 30px 20px 30px;
} /*
.woocommerce-cart-form .actions button[name="update_cart"] {
    display: none;
}*/
.woocommerce-cart-form .actions .coupon button:hover {
  background-color: #ffffff !important;
  color: #000 !important;
  border-color: #000 !important;
}

.woocommerce-cart-form .actions button:hover {
  background-color: #ffb523 !important;
  color: white !important;
}

.woocommerce-cart-form .coupon {
  align-items: stretch !important;
}

.woocommerce-cart-form .coupon input {
  background-color: #d9d9d9 !important;
  color: #ffffff !important;
  border: none !important;
}

.woocommerce-cart-form .coupon input::placeholder {
  color: rgba(0, 0, 0, 0.4) !important;
  line-height: 1;
}

.woocommerce-cart-form tbody td.actions label {
  display: flex !important;
  align-items: center;
  font-size: 2rem;
  font-weight: 400;
  color: #363636;
}

.woocommerce-cart-form .coupon .button {
  color: rgb(255, 255, 255) !important;
  border-color: rgba(255, 255, 255, 0.5) !important;
}

.woocommerce-cart-form .woocommerce-cart-form__cart-item input {
  outline: none !important;
}

.woocommerce-cart-form .quantity .plus:hover,
.woocommerce-cart-form .quantity .minus:hover {
  background-color: #c6a158;
}

.woocommerce-cart-form .quantity .plus:hover svg,
.woocommerce-cart-form .quantity .minus:hover svg {
  stroke: #ffffff !important;
}

.woocommerce-cart-form .quantity .plus,
.woocommerce-cart-form .quantity .minus,
.woocommerce-cart-form .quantity svg {
  transition: all 0.3s ease-in-out;
}

.cart_totals .wc-proceed-to-checkout a {
  width: 100%;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
}

.cart_totals .wc-proceed-to-checkout a:hover {
  background-color: #ffb523 !important;
  color: white !important;
}

.woocommerce-cart-form tbody td {
  padding-left: 2rem;
  padding-right: 2rem;
}

/**/
.cart_totals {
  display: flex;
  height: 100%;
  flex-direction: column;
}

.cart_totals .shipping-calculator-form {
  padding: 10px !important;
}

.cart_totals .shipping-calculator-form input {
  border-radius: 15px;
  color: white;
  background-color: #2F2F32;
  border: none !important;
}

.cart_totals .shipping-calculator-formv::placeholder {
  color: white;
}

.cart_totals .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: white !important;
}

.cart_totals .shipping-calculator-form button {
  border-radius: 15px;
  background-color: transparent;
  color: #c6a158;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: background 0.3s ease-in-out;
}

.cart_totals .shipping-calculator-form button:hover {
  background-color: black;
}

.cart_totals .shipping-calculator-form input:focus-visible {
  outline: none !important;
}

.cart-collaterals .wc-proceed-to-checkout {
  margin-top: auto;
}

.cart-collaterals .cart_totals th {
  padding-left: 0px !important;
}

.cart-collaterals .woocommerce-shipping-totals {
  display: flex;
  flex-direction: column;
}

.cart-collaterals .woocommerce-shipping-totals > td {
  padding-left: 0px !important;
}

.cart-collaterals table > tbody {
  display: flex !important;
  flex-direction: column;
}

.cart-collaterals table tbody tr {
  display: flex;
  justify-content: space-between;
}

/*Checkout Page----------------
-------------------------
----------------------------*/
.woocommerce-NoticeGroup-checkout {
  width: 100%;
  margin-bottom: 2rem;
}

.checkout-coustomer_details h3,
.chekout-order_review h3 {
  margin-bottom: 20px;
}

.checkout-coustomer_details input,
.checkout-coustomer_details textarea {
  background-color: #f5f5f5 !important;
  border: none !important;
}

.select2-selection {
  background-color: rgba(198, 161, 88, 0.5);
  border: none !important;
}

.select2-dropdown {
  background: #000000;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px !important;
  color: white;
}

.select2-dropdown .select2-results__option[data-selected=true] {
  background-color: #c6a158 !important;
}

.select2-dropdown .select2-results__option--highlighted[data-selected] {
  background-color: #000 !important;
}

.select2-dropdown .select2-search--dropdown input {
  background-color: rgba(198, 161, 88, 0.5);
}

.woocommerce-checkout #order_review {
  border: none !important;
}

.woocommerce-checkout #payment .payment_methods .payment_box {
  border-radius: 10px;
  padding: 20px !important;
}

.woocommerce-checkout .woocommerce-privacy-policy-text {
  padding: 20px;
  background-color: rgba(198, 161, 88, 0.5);
  border-radius: 10px;
  color: #1b1b1c;
}

.woocommerce-checkout .order-total .woocommerce-Price-amount {
  color: #c6a158;
}

.woocommerce-checkout tbody .product-name {
  color: #1b1b1c !important;
}

.woocommerce-checkout #payment .payment_methods input[type=radio] {
  width: 22px !important;
  height: 22px !important;
  appearance: none !important;
  border: 1px solid white;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

/* radio button */
.woocommerce-checkout #payment .payment_methods input[type=radio] {
  position: relative;
}

.woocommerce-checkout #payment .payment_methods input[type=radio]:checked::before,
.woocommerce-checkout #payment .payment_methods input[type=radio]:hover::before {
  content: "✓"; /* Unicode checkmark character */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  color: black;
}

.woocommerce-checkout .woocommerce-checkout-payment ul li {
  margin-bottom: 30px !important;
}

.woocommerce-checkout #payment .payment_methods input[type=radio]:hover {
  background-color: #c6a158;
}

.woocommerce-checkout #payment .payment_methods input[type=radio]:checked {
  background-color: #c6a158;
}

.checkout-coustomer_details input:focus-visible,
.chekout-order_review input:focus-visible,
.checkout-coustomer_details textarea:focus-visible {
  outline-offset: 0px !important;
}

.checkout-coustomer_details input,
.chekout-order_review input,
.checkout-coustomer_details textarea {
  border-radius: 10px;
}

/*Country / Region  Select Field*/
.select2-search--dropdown input,
.select2-selection {
  border-radius: 10px !important;
  color: #1b1b1c;
}

.select2-search--dropdown input:focus-visible {
  outline-offset: 0px !important;
}

.chekout-order_review .payment_methods input[type=radio] {
  outline: none !important;
}

.checkout-coustomer_details input[type=checkbox] {
  outline: none !important;
}

.chekout-order_review button[type=submit] {
  transition: background 0.3s ease-in-out;
}

.chekout-order_review.brxe-woocommerce-checkout-order-review button[type=submit]:hover {
  background-color: #000000;
}

.woocommerce .before-checkout {
  margin-top: 0px;
  margin-bottom: 20px;
}

.woocommerce .before-checkout .woocommerce-info {
  background-color: #ffffff;
  border-color: transparent;
  color: #000000;
  border-radius: 15px;
  padding: 15px;
  margin-bottom: 20px;
}

.woocommerce .before-checkout .woocommerce-form-coupon {
  margin-top: 20px;
  margin-bottom: 0px;
  background-color: whitesmoke;
  border-color: #1b1b1c;
  color: black;
  border-radius: 15px;
  border: 1px solid;
}

.woocommerce .before-checkout .woocommerce-form-coupon input:focus-visible {
  outline-offset: 0px !important;
}

.woocommerce .before-checkout .woocommerce-form-coupon input {
  color: #fff !important;
  border-radius: 10px;
  background-color: gray;
  border: none !important;
}

.woocommerce .before-checkout .woocommerce-form-coupon button[type=submit] {
  background-color: #c6a158;
  transition: background 0.3s ease-in-out;
  font-weight: 600;
  color: #fff;
  border-radius: 10px;
}

.woocommerce .before-checkout .woocommerce-form-coupon button[type=submit]:hover {
  background-color: #000000;
  color: white;
}

.woocommerce-checkout .woocommerce-checkout-payment,
.woocommerce-checkout .woocommerce-checkout-review-order-table {
  border: none !important;
}

.woocommerce-checkout .woocommerce-shipping-fields {
  margin: 0px !important;
}

@media (max-width: 991px) {
  #woocommerce-checkout-form-coupon .form-row-first {
    float: left !important;
    width: 49% !important;
  }
  #woocommerce-checkout-form-coupon .form-row-last {
    float: right !important;
    width: 49% !important;
  }
  .woocommerce-form-coupon-toggle .woocommerce-info {
    flex-wrap: wrap;
  }
}
/*Thank you Page-------------
-----------------------
--------------------*/
.brxe-woocommerce-checkout-thankyou .woocommerce-order-overview {
  display: flex !important;
  border: none !important;
  border-radius: 10px !important;
  padding: 50px !important;
  background-color: #fff8ec;
  justify-content: space-between;
}

.brxe-woocommerce-checkout-thankyou ul li {
  border: none !important;
  gap: 5px !important;
  color: #1B1B1C !important;
}

.brxe-woocommerce-checkout-thankyou ul li strong {
  font-size: 2rem !important;
  font-weight: 400;
  color: rgb(0, 0, 0) !important;
}

.brxe-woocommerce-checkout-thankyou .woocommerce-order-details {
  padding: 0px !important;
  margin-top: 50px !important;
}

.brxe-woocommerce-checkout-thankyou .woocommerce-order-details .woocommerce-order-details__title,
.brxe-woocommerce-checkout-thankyou .woocommerce-order-downloads__title {
  font-size: 3rem !important;
  color: rgb(255, 255, 255) !important;
  font-weight: 700 !important;
  margin-left: 10px;
  margin-bottom: 20px;
}

.brxe-woocommerce-checkout-thankyou .woocommerce-table--order-downloads {
  border: 1px solid;
}

.brxe-woocommerce-checkout-thankyou .woocommerce-table--order-downloads .download-file a {
  transition: all 0.3s ease-in-out;
  background-color: #c6a158 !important;
  color: #ffffff !important;
  border-radius: 10px;
}

.brxe-woocommerce-checkout-thankyou .woocommerce-table--order-downloads .download-file a:hover {
  background-color: rgba(194, 144, 52, 0.8) !important;
}

.brxe-woocommerce-checkout-thankyou .woocommerce-order-details table {
  display: flex !important;
  flex-direction: column;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.5) !important;
  border-radius: 10px !important;
  overflow: hidden;
}

.brxe-woocommerce-checkout-thankyou .woocommerce-order-details table tfoot {
  background-color: #ffffff;
  border: none !important;
}

.brxe-woocommerce-checkout-thankyou .woocommerce-order-details table tr,
.brxe-woocommerce-checkout-thankyou .woocommerce-order-details table tfoot tr {
  display: flex !important;
  justify-content: space-between;
}

.brxe-woocommerce-checkout-thankyou .woocommerce-order-details table tbody tr,
.brxe-woocommerce-checkout-thankyou .woocommerce-order-details table tbody tr td {
  border: none !important;
  align-items: center;
}

.brxe-woocommerce-checkout-thankyou .woocommerce-order-details table tbody tr .woocommerce-table__product-name {
  flex-direction: column !important;
  align-items: flex-start !important;
}

.brxe-woocommerce-checkout-thankyou .woocommerce-order-details table tr td,
.brxe-woocommerce-checkout-thankyou .woocommerce-order-details table tfoot tr td {
  display: flex;
  width: fit-content;
}

.brxe-woocommerce-checkout-thankyou .woocommerce-order-details table tr td .wc-item-meta {
  margin: 0px !important;
}

.brxe-woocommerce-checkout-thankyou .woocommerce-customer-details h2 {
  font-size: 3rem !important;
  color: rgb(255, 255, 255) !important;
  font-weight: 700 !important;
}

.brxe-woocommerce-checkout-thankyou .woocommerce-customer-details {
  padding: 0px !important;
  margin-top: 50px !important;
}

.brxe-woocommerce-checkout-thankyou .woocommerce-customer-details section {
  padding: 0px !important;
  margin: 0px !important;
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.brxe-woocommerce-checkout-thankyou .woocommerce-customer-details section > div {
  display: flex !important;
  flex-direction: column !important;
}

.brxe-woocommerce-checkout-thankyou .woocommerce-customer-details section > div address {
  display: flex !important;
  flex-direction: column !important;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.5) !important;
  border-radius: 10px;
  margin-top: 20px;
  padding: 50px;
  flex-grow: 1;
}

@media (max-width: 992px) {
  .brxe-woocommerce-checkout-thankyou ul {
    flex-direction: column !important;
    padding: 10px !important;
  }
  .brxe-woocommerce-checkout-thankyou .woocommerce-customer-details section {
    flex-direction: column !important;
  }
  .brxe-woocommerce-checkout-thankyou .woocommerce-customer-details section > div address {
    padding: 20px !important;
  }
}
@media (max-width: 600px) {
  .brxe-woocommerce-checkout-thankyou .woocommerce-order-details table tr td,
  .brxe-woocommerce-checkout-thankyou .woocommerce-order-details table tfoot tr td {
    display: unset;
    width: unset;
  }
  .brxe-woocommerce-checkout-thankyou .woocommerce-table--order-downloads {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .brxe-woocommerce-checkout-thankyou .woocommerce-table--order-downloads thead tr {
    display: flex;
    flex-direction: column;
  }
  .brxe-woocommerce-checkout-thankyou .woocommerce-table--order-downloads tbody tr {
    display: flex;
    flex-direction: column;
  }
  .brxe-woocommerce-checkout-thankyou .woocommerce-order-overview {
    padding: unset !important;
  }
  .woocommerce-table--order-details tfoot tr td {
    text-align: end;
  }
  .woocommerce-order-details .woocommerce-table__product-name {
    max-width: 200px !important;
  }
}
/*This is main stylesheet*/
