.header-top-marque {
  position: relative;
  top: 0;
  padding: 20px 0;
  background-color: var(--primary-main-color);
  color: #fff;
  font-size: 12px;
  z-index: 100;
}

.header-top-marque {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}

.header-top-marque .top-marque {
  will-change: transform;
  transform: translateX(0);
  white-space: nowrap;
  animation: marquee 54s linear infinite;
  flex: 1 0 100%
}

[dir="rtl"].header-top-marque .top-marque {
  will-change: transform;
  transform: translateX(0);
  white-space: nowrap;
  animation: marqueertl 54s linear infinite;
}

.header-top-marque .top-marque span {
  padding-inline: 20px;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
}



.announcement-top-marque {
  position: relative;
  top: 0;
  padding: 20px 0;
  background-color: rgba(0, 128, 128, 0.168627451);
  color: #000000;
  font-size: 12px;
  z-index: 100;
}

.announcement-top-marque {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}

.announcement-top-marque .top-marque {
  will-change: transform;
  transform: translateX(0);
  white-space: nowrap;
  animation: marquee 54s linear infinite;
  flex: 1 0 100%
}

[dir="rtl"].announcement-top-marque .top-marque {
  will-change: transform;
  transform: translateX(0);
  white-space: nowrap;
  animation: marqueertl 54s linear infinite;
}

.announcement-top-marque .top-marque span {
  padding-inline: 20px;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes marqueertl {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(100%);
  }
}

.cutprice {
  margin-top: 9px;
}

.mainProduct2 img {
  border-radius: 12px;
}


.toastify {
  color: #000;
  display: flex;
  align-items: center;
  padding: 12px 15px;
  max-width: calc(100% - 20px);
}

.toastify .toast-close {
  color: #000;
}

.toastify.success::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  background-image: url('../images/toastify-success.svg');
  background-repeat: no-repeat;
  margin-inline-end: 10px;
}

.toastify.error::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  background-image: url('../images/toastify-error.svg');
  background-repeat: no-repeat;
  margin-inline-end: 10px;
}


.checkbox .error-txt,
.input .error-txt {
  display: none;
  width: 100%;
  color: red;
  font-size: 12px;
  font-family: "ArchivoRegular", sans-serif;
}

.checkbox.error .error-txt,
.input.error .error-txt {
  display: block;
}


.order-thank-main {
  border-bottom: solid 1px #D1D5DB;
  padding-bottom: 15px;
}

.thanks-for-order-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.thank-heading-main p {
  color: #6B7280;
  font-size: 16px;
  margin-bottom: 0;
}

.order-num span {
  color: #000;
  font-size: 18px;
  padding-bottom: 5px;
  display: block;
  text-transform: capitalize;
}

.order-num p {
  color: #4B5563;
  font-size: 18px;
  margin-bottom: 0;
  text-align: end;
}

.border-left-custom {
  border-left: solid 1px #D1D5DB;
  height: 20px;
  margin-top: 3px;
}

.track-order-main {
  text-align: center;
  padding-top: 90px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.img-main img {
  width: 90px;
  min-width: 90px;
}

.thank-heading-main p {
  color: #6B7280;
  font-size: 16px;
  margin-bottom: 0;
}

.thanks-for-order-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.primary-black-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 10px 25px;
  text-transform: capitalize;
  background-color: #008080;
  color: #fff;
  border-radius: 38px;
  border: 1px solid #008080;
}

.primary-outline-black-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 10px 25px;
  border: 1px solid #000;
  color: #000 !important;
  text-transform: capitalize;
  font-family: "ArchivoMedium", sans-serif;
  border-radius: 40px;
}

/* Tracking Order Start */

.traking-order-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.track-order-price p {
  font-size: 18px;
  color: #111827;
  margin-bottom: 0;
}

.order-tracking {
  text-align: center;
  position: relative;
  flex: 1;
}

.img-main img {
  width: 90px;
  min-width: 90px;
}

.order-tracking span {
  font-size: 22px;
  color: #000000;
}

.order-trackings {
  text-align: center;
}

.tracking-img {
  width: 55px;
  height: 55px;
}

.order-trackings span {
  font-size: 20px;
  color: #000000;
  display: block;
  padding-top: 10px;
}

.order-tracking::after {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 0;
  border: solid 3px #E5E7EB;
  height: 2px;
  width: 100%;
  border-radius: 3px;
}

.tracking-delivery-main {
  background-color: #F6F6F6;
  padding: 20px;
  border-radius: 20px;
  margin-top: 65px;
}

.tracking-card-title {
  margin-bottom: 6px;
}

.tracking-card-title span {
  font-size: 20px;
  color: #000000;
  font-weight: 600;
}

.tracking-card-des span {
  font-size: 18px;
  color: #4B5563;
}

.tracking-border-main {
  border-bottom: solid 1px #E5E7EB;
  margin: 60px 0;
}

.track-order-detail-main {
  border: solid 1px #D1D5DB;
  border-radius: 20px;
  margin-top: 40px;
}

.track-order-footer {
  background-color: #F3F4F6;
  padding: 20px;
  border-radius: 20px;
}

.track-order-price span {
  font-size: 18px;
  color: #111827;
}

.traking-estimated-main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.quentity-lable span {
  display: none;
}

.tracking-order-price-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.quentity-lable p {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .tracking-img {
    width: 45px;
    height: 45px;
  }

  .order-trackings span {
    font-size: 16px;
  }

  .tracking-order-price-main {
    justify-content: space-between;
    align-items: center;
  }

  .quentity-lable span {
    font-size: 14px;
    display: block;
  }

  .quentity-lable {
    display: flex;
    gap: 5px;
  }

}

/* Tracking Order End */


/* Basket Start */

.cart-basket-summary {
  border: solid 1px #D1D5DB;
  border-radius: 20px;
}

.product-main-basket {
  background: #F6F6F6;
  padding: 20px;
  border-radius: 12px;
}

.basket-price-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.product-cart-main {
  border: 1px solid #D1D5DB;
  border-radius: 20px;
  margin-top: 30px;
}

.custom-return-button {
  color: #000;
  display: flex;
  align-items: center;
  gap: 10px;
}

[dir="rtl"] .custom-return-button img {
  transform: rotateY(180deg);
}

.product-cart-one {
  padding: 20px;
}

.product-cart-one:not(:first-child) {
  border-top: 1px solid #E5E7EB;
}

.basket-table-text {
  color: #111827;
  font-size: 18px;
}

.product-title-main span {
  font-size: 14px;
  color: #00000080;
  display: flex;
  align-items: center;
  gap: 5px;
}

.product-title-main h6 {
  font-size: 20px;
  color: #000000;
  font-weight: 600;
}

.product-title-main p {
  font-size: 14px;
  color: #4B5563;
  margin-top: 25px;
  margin-bottom: 0;
}

.cart-img-main img {
  width: 100px;
}

.cart-product-main {
  display: flex;
  align-items: center;
  gap: 20px;
}

.price-number del {
  font-size: 18px;
  color: #00000040;
}

.price-number h6 {
  font-size: 18px;
  color: #000000;
  font-weight: 600;
}

.price-number {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 40%;
}

.order-summary-main {
  border: solid 1px #D1D5DB;
  border-radius: 20px;
  padding: 20px;
}

.summary-text-main {
  background-color: #fff;
}

.order-summary-heading {
  background-color: #F6F6F6;
  padding: 20px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom: none;
}

.order-summary-heading h6 {
  font-size: 20px;
  color: #111827;
}

.summary-text span {
  font-size: 18px;
  color: #4B5563;
}

.summary-price h6 {
  font-size: 18px;
  color: #000000;
}

.basket-summary-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: solid 1px #E5E7EB;
}

.summary-text-main {
  background-color: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 0 20px;
}

.discount-rule {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}

.discount-rule h6 {
  color: #111827;
  font-size: 18px;
}

.summary-unorder-list li {
  font-size: 14px;
  color: #6B7280;
}

.apply-discount {
  padding-bottom: 15px;
  border-bottom: solid 1px #E5E7EB;
}

.apply-discount:last-child {
  border-bottom: none;
}

.summary-checkout {
  padding: 15px 0;
}

.clear-update-basket-main {
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.basket-price-flex {
  display: flex;
  align-items: center;
  gap: 15px;
}

.close-icon-main {
  cursor: pointer;
}

span.collapse-toggle {
  cursor: pointer;
}

@media screen and (max-width: 768px) {

  .product-main-basket {
    display: none;
  }

  .clear-update-basket-main {
    justify-content: center;
  }

  .basket-price-main {
    display: block;
  }

  .basket-price-flex {
    justify-content: space-between;
    padding-top: 10px;
  }

  .price-number {
    padding-top: 10px;
  }
}

.cart-main-button {
  text-align: center;
}

.continue-shopping {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 5px;
  padding: 10px 0;
  text-transform: capitalize;
  background-color: transparent;
  color: #000;
  border-radius: 40px;
}

[dir="rtl"] .continue-shopping img {
  transform: rotateY(190deg);
}

.shopping-cart-price-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}


/* Basket End */

.header-search-box {
  position: relative;
  flex: 1;
}

.header-search-box input {
  width: 100%;
  background-color: #F3F4F6;
  border-radius: 70px;
  border: 0;
  outline: 0;
  height: 45px;
  padding: 15px;
}

.header-search-box input {
  padding-inline-start: 40px;
}

.header-search-box .search-icon {
  position: absolute;
  top: 10px;
  left: 10px;
}

.order-detail-main-card {
  border: solid 1px #D1D5DB;
  padding: 0 20px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.order-detail-head {
  padding: 20px 0;
  border-bottom: solid 1px #0000001A;
}

.order-detail-head span {
  font-size: 16px;
  color: #000000;
}

.order-heading-name {
  font-size: 18px;
  color: #000000;
  margin-bottom: 10px;
  font-weight: 600;
}

.shipping-address-main span {
  font-size: 14px;
  color: #374151;
  text-transform: capitalize;
  margin-bottom: 15px;
  display: block;
}

.shipping-address-main {
  padding: 20px 0;
}

.order-detail-summary span {
  font-size: 22px;
  color: #000000;
  text-transform: capitalize;
  font-weight: 600;
}

.order-price-view span {
  color: #6B7280;
  font-size: 18px;
}

.order-price-view del {
  font-size: 14px;
  color: #00000040;
}

.product-order-view {
  padding: 15px;
}

.product-order-view:not(:last-child) {
  border-bottom: solid 1px #E5E7EB;
}

.order-detail-main-card-one:not(:last-child) {
  margin-bottom: 20px;
}

.order-detail-main-card-one {
  border: solid 1px #D1D5DB;
  border-radius: 20px;
}

.order-detail-summary {
  padding: 15px;
}

.custom-dot-view {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 15px;
}

.view-order-summary-price {
  display: flex;
  align-items: center;
  gap: 5px;
}

.dot::before {
  width: 5px;
  height: 5px;
  background: #FF9900;
  content: "";
  padding: 5px;
  display: block;
  border-radius: 15px;
}


.dot-success::before {
  width: 5px;
  height: 5px;
  background: #00FF00;
  content: "";
  padding: 5px;
  display: block;
  border-radius: 15px;
}



.view-order-summary-price h6 {
  font-size: 18px;
  color: #000000;
}

[dir=rtl] .view-order-summary-price h6 {
  font-weight: 500;
}

.summary-text-main-two {
  background-color: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 0 20px;
}

.total-price-order-view {
  background-color: #F6F6F6;
  padding: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.view-order-main p {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  margin-bottom: 3px !important;
}


header .dropdown-toggle::after {
  display: none;
}


/* My Account Start */
.account-tab-main {
  background-color: #F3F4F6;
  padding: 20px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.profile-circle-text {
  background-color: #01C6E2;
  border-radius: 50px;
  color: #fff;
  padding: 20px 25px;
  font-size: 36px;
}

.profile-main-circle {
  box-shadow: 0 0 0 1px #9CA3AF;
  padding: 10px;
  border-radius: 100%;
  display: inline-block;
  position: relative;
}

.profile-main-circle span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
  border-radius: 80px;
  /* background-color: #00c6e3; */
  font-size: 36px;
  color: white;
}

.profile-main-circle span img {
  border-radius: 100%;
}

.profile-name-email span {
  font-size: 22px;
  color: #000;
}

.profile-name-email p {
  color: #4B5563;
  font-size: 16px;
}

.profile-name-email {
  padding: 10px 0;
  text-align: center;
}

/* Tab section Start */
.custom-tab-main .nav-link {
  color: #000;
  fill: #000;
  background: transparent;
  position: relative;
  padding: 12px 20px;
  cursor: pointer;
}

.nav-underline .nav-link.active {
  color: #111827 !important;
}

.custom-tab-main .nav-link.active {
  color: #fff;
  fill: #fff;
  background: #008080;
  border-radius: 35px;
  padding: 12px 20px;
}

.custom-tab-main .nav-link path {
  stroke: #000;
}

.custom-tab-main .nav-link.active path {
  stroke: #fff;
}

.custom-tab-main .nav-link.sign-out {
  color: #FF0909;
}

.custom-tab-main .nav-link.sign-out svg path {
  stroke: #FF0909;
}

.account-tab {
  width: 100%;
  padding-top: 20px;
}

.tab-font-text {
  text-transform: capitalize;
  padding-inline-start: 10px;
}

.sign-out-main {
  display: flex;
  align-items: center;
  gap: 3px;
  width: 100%;
  padding: 12px 20px;
}

.sign-out-main a {
  color: #FF0909 !important;
}

.dashboard-cart-main {
  border: solid 1px #D1D5DB;
  padding: 10px 15px;
  border-radius: 16px;
  margin-top: 20px;
}

.dasboard-cart-img-main-one {
  margin-bottom: 15px;
}

.dashboard-cart-flex {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.dashboard-cart-text span {
  font-size: 22px;
  color: #000;
  margin-bottom: 10px;
}

.dashboard-cart-text-one span {
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
}

.dashboard-cart-text p {
  font-size: 16px;
  color: #374151;
}

.view-order-main a {
  font-size: 16px;
  color: #000000;
  text-decoration-line: underline;
}

.view-order-main p {
  font-size: 16px;
  color: #000000;
  margin-bottom: 3px !important;
}

.dashboard-cart-main.full-height {
  height: calc(100% - 20px);
  flex-direction: column;
  display: flex;
  justify-content: space-between;
}

.form-tab-edit {
  margin-top: 20px;
}

.edit-name-button-main {
  display: flex;
  align-items: center;
  gap: 20px;
}

.edit-profile-main {
  position: absolute;
  right: 0;
  top: 55px;
}

.edit-profile-main label {
  cursor: pointer;
}

.edit-my-account-tab {
  margin: 25px 0;
  border-bottom: solid 1px #D1D5DB;
}

.edit-my-account-tab .nav-link {
  font-weight: 500 !important;
  color: #6B7280 !important;
}

.edit-my-account-tab .nav-link .active {
  color: #000 !important;
  border-bottom-color: #000 !important;
}

.account-flex-order {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.account-dropdown .dropdown-menu {
  width: 165px;
  border: 0;
  padding: 0;
  border: 1px solid #eee;
}

.account-dropdown>a {
  padding: 12px 15px;
}

.order-detail-main-card {
  border: solid 1px #D1D5DB;
  padding: 0 20px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.order-detail-head {
  padding: 20px 0;
  border-bottom: solid 1px #0000001A;
}

.order-detail-head span {
  font-size: 16px;
  color: #000000;
}

.order-heading-name {
  font-size: 18px;
  color: #000000;
  margin-bottom: 10px;
}

.shipping-address-main span {
  font-size: 14px;
  color: #374151;
  text-transform: capitalize;
  margin-bottom: 15px;
  display: block;
}

.shipping-address-main {
  padding: 20px 0;
}

.order-detail-summary span {
  font-size: 22px;
  color: #000000;
  text-transform: capitalize;
}

.order-price-view span {
  color: #6B7280;
  font-size: 18px;
}

.order-price-view del {
  font-size: 14px;
  color: #00000040;
}

.product-order-view {
  padding: 15px;
}

.product-order-view:not(:last-child) {
  border-bottom: solid 1px #E5E7EB;
}

.order-detail-main-card-one:not(:last-child) {
  margin-bottom: 20px;
}

.order-detail-main-card-one {
  border: solid 1px #D1D5DB;
  border-radius: 20px;
}

.order-detail-summary {
  padding: 15px;
}

.custom-dot-view {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 15px;
}

.view-order-summary-price {
  display: flex;
  align-items: center;
  gap: 5px;
}

.dot::before {
  width: 5px;
  height: 5px;
  background: #FF9900;
  content: "";
  padding: 5px;
  display: block;
  border-radius: 15px;
}


.dot-success::before {
  width: 5px;
  height: 5px;
  background: #00FF00;
  content: "";
  padding: 5px;
  display: block;
  border-radius: 15px;
}



.view-order-summary-price h6 {
  font-size: 18px;
  color: #000000;
}

[dir=rtl] .view-order-summary-price h6 {
  font-weight: 500;
}

.summary-text-main-two {
  background-color: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 0 20px;
}

.total-price-order-view {
  background-color: #F6F6F6;
  padding: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.custom-checkbox-address label.checkbox {
  margin: 0;
  color: #111827;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  user-select: none;
}

.custom-checkbox-address label.checkbox input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  border: 1px solid #9CA3AF;
  border-radius: 4px;
}

.custom-checkbox-address label.checkbox input[type="checkbox"]:checked {
  border-color: #D8B271;
  background-color: #D8B271;
  background-image: url('../images/white-tick.svg');
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
}

.main-address-heading-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.my-order-main {
  overflow: auto;
}

.table-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #F6F6F6;
  padding: 20px;
  border-radius: 12px;
  margin: 25px 0;
  min-width: 800px;
}

.table-heading {
  color: #111827;
  font-size: 18px;
}

.table-heading:first-child {
  width: 15%;
}

.table-heading:not(:first-child) {
  width: 20%;
}

.table-body {
  border: solid 1px #D1D5DB;
  border-radius: 20px;
  min-width: 800px;
}

.my-order-main .table-body {
  max-height: 490px;
  overflow: auto;
}

.table-badge-trasit {
  font-size: 16px;
  background-color: #FF990014;
  color: #FF9900;
  border-radius: 40px;
  padding: 8px 16px;
  display: inline-block;
}

.table-badge-delivered {
  font-size: 16px;
  background-color: #4BB54314;
  color: #4BB543;
  border-radius: 40px;
  padding: 8px 16px;
  display: inline-block;
}

.table-badge-pending {
  font-size: 16px;
  background-color: #FFD60114;
  color: #FFD601;
  border-radius: 40px;
  padding: 8px 16px;
  display: inline-block;
}

.table-text-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #E5E7EB;
  padding: 20px;
}

.table-text-main:last-child {
  border-bottom: none;
}

.table-text {
  font-size: 18px;
  color: #000;
}

.table-text:first-child {
  width: 15%;
}

.table-text:not(:first-child) {
  width: 20%;
}

.custom-modal-title {
  font-size: 30px !important;
  color: #000;
}

.custom-modal-title-main {
  border-bottom: solid 1px #E5E7EB;
  padding: 20px 0 !important;
}

.modal-content-main {
  padding: 0 30px;
}

.add-modal-footer {
  justify-content: end;
  display: flex;
  gap: 10px;
  padding: 15px 0 5px 0;
}

@media screen and (max-width: 767px) {
  .account-tab-data {
    margin-top: 20px;
  }

  .title-lg {
    font-size: 32px;
  }

  .account-flex-order {
    display: flex;
    flex-direction: column;
    align-items: normal;
  }

  .shopping-cart-main-sec {
    position: relative;
  }

  .shopping-cart-price-flex {
    flex-direction: revert !important;
  }

  .order-detail-main-card-one:not(:last-child) {
    margin-top: 20px;
  }
}

/* Tab section End */
.slider-arrows-line {
  flex: 1;
  border-top: 1px solid #000;
}

.slider-arrows {
  display: flex;
  align-items: center;
  gap: 10px;
}

.slider-arrows a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  min-width: 35px;
  min-height: 35px;
  border-radius: 35px;
  border: 1px solid #000;
  transition: 0.3s;
}

.slider-arrows a img {
  height: 15px;
  transition: 0.3s;
}

[dir="rtl"] .slider-arrows a img {
  transform: rotateY(190deg);
}

.slider-arrows a:hover {
  background-color: #000;
}

.slider-arrows a:hover img {
  filter: brightness(0) invert(1);
}

/* My Account End */

.input input[type=checkbox] {
  padding: 12px 20px;
  /* background-color: #008080; */
}


.bogo-offer {
  display: block;
  color: green;
  font-size: 0.9em;
  font-weight: bold;
  margin-top: 5px;
}


.product-title-main .bogo-offer {
  display: block;
  color: green;
  font-size: 0.9em;
  font-weight: bold;
  margin-top: 5px;
}