@font-face {
  font-family: "HvDTrial";
  src: url("https://cdn.deelio.app/fonts/HvDTrial.otf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Everyday Sans Web";
  src: url("https://cdn.deelio.app/fonts/EverydaySans/All/EverydaySans WebFonts/EverydaySans-Regular-Web.woff2") format("woff2"), url("https://cdn.deelio.app/fonts/EverydaySans/All/EverydaySans WebFonts/EverydaySans-Regular-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
.deelio-checkout-widget-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.deelio-checkout-widget-modal .checkout-inner {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  width: 1200px !important;
  max-height: 80%;
}
.deelio-checkout-widget-modal .checkout-inner .title-container {
  margin-bottom: 50px;
}
.deelio-checkout-widget-modal .checkout-inner .products {
  width: calc(100% - 40px);
  height: 300px;
  overflow-y: auto;
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr) !important;
  gap: 8px !important;
  padding: 0 20px 50px 20px !important;
}
.deelio-checkout-widget-modal .checkout-inner .products::-webkit-scrollbar {
  width: 4px;
}
.deelio-checkout-widget-modal .checkout-inner .products::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.deelio-checkout-widget-modal .checkout-inner .products::-webkit-scrollbar-thumb {
  background: #888;
}
.deelio-checkout-widget-modal .checkout-inner .products::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.deelio-checkout-widget-modal .checkout-inner .products .product {
  display: flex;
  flex-direction: row !important;
  justify-content: space-between;
  align-items: center;
  border: solid 1px rgba(0, 0, 0, 0.1254901961);
  padding: 4px 20px 4px 4px;
}
.deelio-checkout-widget-modal .checkout-inner .products .product .product-info {
  display: flex;
  flex-direction: row !important;
  align-items: center;
  gap: 20px;
}
.deelio-checkout-widget-modal .checkout-inner .products .product .product-info .product-image-container {
  width: 180px !important;
  height: 100px !important;
}
.deelio-checkout-widget-modal .checkout-inner .products .product .product-info .product-image-container .product-image {
  width: auto !important;
  height: 100% !important;
}
.deelio-checkout-widget-modal .checkout-inner .products .product .product-info .product-details {
  display: flex;
  flex-direction: column !important;
  gap: 4px;
}
.deelio-checkout-widget-modal .checkout-inner .products .product .product-info .product-details .product-title {
  margin: 0 !important;
}
.deelio-checkout-widget-modal .checkout-inner .products .product .product-btn {
  width: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 0;
  background-color: #ff545a;
  color: white;
  border-radius: 9999px;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
}
.deelio-checkout-widget-modal .checkout-crossrz-full {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  width: 1200px !important;
  max-height: 80%;
}
.deelio-checkout-widget-modal .checkout-clubbrz {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  width: 1200px !important;
  max-height: 80%;
  overflow: hidden;
  overflow-y: auto;
}
.deelio-checkout-widget-modal .checkout-clubbrz .clubbrz-filters-container,
.deelio-checkout-widget-modal .checkout-clubbrz .crossrz-full-header {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.deelio-checkout-widget-modal .checkout-clubbrz .clubbrz-main-products {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.deelio-checkout-widget-modal .checkout-products-overlay {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.deelio-checkout-widget-modal .checkout-products-overlay .checkout-overlay-products {
  grid-template-columns: repeat(4, 1fr) !important;
}
.deelio-checkout-widget-modal .checkout-products-overlay .checkout-overlay-products::-webkit-scrollbar {
  width: 4px;
}
.deelio-checkout-widget-modal .checkout-products-overlay .checkout-overlay-products::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.deelio-checkout-widget-modal .checkout-products-overlay .checkout-overlay-products::-webkit-scrollbar-thumb {
  background: #888;
}
.deelio-checkout-widget-modal .checkout-products-overlay .checkout-overlay-products::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#deelio-checkout-widget {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100%;
  box-sizing: border-box;
  font-family: "Everyday Sans Web";
  scroll-behavior: smooth;
}
#deelio-checkout-widget .deelio-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999999999999;
}
#deelio-checkout-widget .deelio-modal .deelio-modal-content {
  background-color: white;
  padding: 20px;
  padding-top: 40px;
  border-radius: 5px;
  position: relative;
  width: 90%;
  box-sizing: border-box;
}
#deelio-checkout-widget .deelio-modal .deelio-modal-content .close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 28px;
  cursor: pointer;
}
#deelio-checkout-widget .checkout-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#deelio-checkout-widget .checkout-inner .close-container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
#deelio-checkout-widget .checkout-inner .close-container .close-icon {
  margin: 20px;
  cursor: pointer;
  width: 24px;
  height: 24px;
}
#deelio-checkout-widget .checkout-inner .title-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#deelio-checkout-widget .checkout-inner .title-container .title {
  margin: 0 24px;
  font-size: 18px;
}
#deelio-checkout-widget .checkout-inner .label {
  margin: 10px 0 20px;
  padding: 0;
  font-size: 16px;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
#deelio-checkout-widget .checkout-inner .products {
  display: grid;
  grid-template-columns: repeat(4, minmax(350px, 1fr));
  gap: 20px;
  margin: 20px;
}
#deelio-checkout-widget .checkout-inner .products .product {
  display: flex;
  flex-direction: column;
}
#deelio-checkout-widget .checkout-inner .products .product .product-image {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 4px;
  box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: all 0.3s ease;
}
#deelio-checkout-widget .checkout-inner .products .product .product-image:hover {
  transform: scale(1.05);
}
#deelio-checkout-widget .checkout-inner .products .product .product-title {
  font-weight: bold;
  color: #000;
  padding: 0 4px;
  margin-top: 8px;
}
#deelio-checkout-widget .checkout-inner .products .product .product-desc {
  font-size: 12px;
  color: #666;
  padding: 0 4px;
  margin-top: 4px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  line-height: 1.2em;
}
#deelio-checkout-widget .checkout-inner .products .checkout-product-container {
  display: flex;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 100, 0, 0.4);
}
#deelio-checkout-widget .checkout-inner .products .checkout-product-container .checkout-img {
  width: 122px;
  min-height: 100px;
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 5px;
  position: relative;
  display: flex;
  align-items: center;
}
#deelio-checkout-widget .checkout-inner .products .checkout-product-container .checkout-img img {
  width: 100%;
  height: 100px;
  object-fit: contain;
}
#deelio-checkout-widget .checkout-inner .products .checkout-product-container .checkout-img .checkout-discount {
  background-color: #fa5d73;
  padding: 3px 5px;
  font-weight: bold;
  color: white;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
}
#deelio-checkout-widget .checkout-inner .products .checkout-product-container .details-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
  padding: 10px;
  width: 100%;
}
#deelio-checkout-widget .checkout-inner .products .checkout-product-container .details-container > * {
  width: 100%;
}
#deelio-checkout-widget .checkout-inner .products .checkout-product-container .details-container .brand-title {
  height: 35px;
  font-size: 18px;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#deelio-checkout-widget .checkout-inner .products .checkout-product-container .details-container h1 {
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  margin: 0;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#deelio-checkout-widget .checkout-inner .products .checkout-product-container .details-container h3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.3;
  margin: 0;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#deelio-checkout-widget .checkout-inner .products .checkout-product-container .details-container .prices {
  display: flex;
  justify-content: start;
  margin: 5px 0 0;
}
#deelio-checkout-widget .checkout-inner .products .checkout-product-container .details-container .prices .price,
#deelio-checkout-widget .checkout-inner .products .checkout-product-container .details-container .prices .discount {
  color: #929091;
  font-weight: bold;
  margin: 0;
  padding: 0;
  font-size: 16px;
  width: auto;
}
#deelio-checkout-widget .checkout-inner .products .checkout-product-container .details-container .prices .discount {
  text-align: right;
  margin-left: 50px;
}
#deelio-checkout-widget .checkout-inner .products .checkout-product-container .details-container .actions-container {
  display: flex;
  justify-content: end;
  width: initial;
  flex-shrink: 0;
  margin-top: 5px;
}
#deelio-checkout-widget .checkout-inner .products .checkout-product-container .details-container .actions-container .details-button {
  color: white;
  background-color: #ff6400;
  border-radius: 9999px;
  border: none;
  padding: 5px 10px;
  font-size: 14px;
  margin: 0;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}
#deelio-checkout-widget .checkout-products-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 1200px;
  max-height: 95%;
  overflow-y: auto;
  background-color: #fdfdfd;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  padding: 0 10px;
  box-sizing: border-box;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-header {
  position: relative;
  margin: 20px 0;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-header .checkout-overlay-header-content {
  display: flex;
  flex-direction: column;
  padding: 0 8px;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-header .checkout-overlay-header-content .checkout-overlay-header-title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-header .checkout-overlay-header-content .checkout-overlay-header-description {
  font-size: 16px;
  color: #000;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-header #checkout-overlay-close {
  display: flex;
  justify-content: flex-end;
  width: 24px;
  height: 24px;
  cursor: pointer;
  margin-left: auto;
  margin-right: 20px;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-category {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 20px;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-category .checkout-category-title {
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  margin: 8px;
  color: black;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-category .checkout-category {
  position: relative;
  width: 100%;
  margin: 16px 0;
  padding: 8px 0;
  background-color: #0959e4;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-category .checkout-category .checkout-category-items {
  width: 100%;
  display: flex;
  overflow: hidden;
  scroll-behavior: smooth;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-category .checkout-category .checkout-category-items .checkout-category-item {
  width: fit-content;
  background-color: #dbe2f2;
  color: #3d72b3;
  margin: 4px;
  padding: 6px 16px;
  border-radius: 9999px;
  transition: all 0.2s ease;
  cursor: pointer;
  font-size: 14px;
  white-space: nowrap;
  font: normal 15px/20px HvDTrial !important;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-category .checkout-category .checkout-category-items .checkout-category-item.selected {
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-category .checkout-category .checkout-category-button {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 100%;
  background-color: #3d72b3;
  z-index: 25;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-category .checkout-category .checkout-category-button.left {
  left: 0;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-category .checkout-category .checkout-category-button.right {
  right: 0;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-category .checkout-category .checkout-category-button.disabled {
  display: none !important;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-category .checkout-category .checkout-category-button .checkout-category-icon {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #3d72b3;
  border-radius: 100%;
  cursor: pointer;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-category .checkout-category .checkout-category-button .checkout-category-icon.left {
  left: 8px;
  background-image: url("https://cdn.deelio.app/store/assets/images/arrow_left.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-category .checkout-category .checkout-category-button .checkout-category-icon.right {
  right: 8px;
  background-image: url("https://cdn.deelio.app/store/assets/images/arrow_right.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-store-products-back {
  margin: 0 20px 10px;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-store-products-back #checkout-store-products-back-button {
  background: transparent;
  cursor: pointer;
  border: none;
  padding: 6px 12px;
  font-size: 14px;
  color: black;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-close-container {
  display: flex;
  justify-content: end;
  margin: 0;
  width: 100%;
  height: 40px;
  padding: 5px 0 10px;
  box-sizing: border-box;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-close-container #checkout-overlay-close {
  cursor: pointer;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 20px;
  gap: 10px;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .filter-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 8px 0;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .filter-container .filter-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 20px;
  padding: 8px 16px;
  background-color: #56bfff;
  color: black;
  border-radius: 9999px;
  cursor: pointer;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .filter-options {
  display: flex;
  align-items: center;
  gap: 20px;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .filter-options .divider {
  height: 30px;
  width: 2px;
  background-color: #bfbfbf;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .filter-options .filter-btt {
  cursor: pointer;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: black;
  border-radius: 9999px;
  background-color: #56bfff;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .filter-options .filter-btt i {
  font-size: 20px;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .filter-options #apply-filters-btt {
  cursor: pointer;
  padding: 12px;
  color: white;
  background-color: black;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .filter-options .filter-selector {
  display: none;
  position: absolute;
  z-index: 999;
  background-color: white;
  width: 200px;
  border: 1px solid #a2a2a2;
  padding: 10px;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .filter-options #brand-content #brand-selector #brands-search-input {
  border: 2px solid #bfbfbf;
  padding: 8px 10px;
  width: -webkit-fill-available;
  margin: 0;
  max-width: 100%;
  box-sizing: border-box;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .filter-options #brand-content #brand-selector #brands-list-div {
  max-height: 200px;
  overflow-y: auto;
  margin-top: 10px;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .filter-options #brand-content #brand-selector #brands-list-div::-webkit-scrollbar {
  width: 4px;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .filter-options #brand-content #brand-selector #brands-list-div::-webkit-scrollbar-track {
  background: #f1f1f1;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .filter-options #brand-content #brand-selector #brands-list-div::-webkit-scrollbar-thumb {
  background: #888;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .filter-options #brand-content #brand-selector #brands-list-div::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .filter-options #brand-content #brand-selector #brands-list-div .filter-brand-option {
  cursor: pointer;
  padding: 5px 0;
  font-size: 14px;
  display: flex;
  align-items: center;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .filter-options #brand-content #brand-selector #brands-list-div .filter-brand-option input[type=checkbox] {
  margin-right: 8px;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .filter-options #brand-content #brand-selector #brands-list-div .filter-brand-selected {
  color: white;
  background-color: black;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .filter-options #discount-content #discount-selector {
  align-items: center;
  gap: 5px;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .filter-options #discount-content #discount-selector > div {
  width: 50%;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .filter-options #discount-content #discount-selector > div > span {
  font-size: 12px;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .filter-options #discount-content #discount-selector .discount-filter-input {
  border: 1px solid black;
  display: flex;
  align-items: center;
  padding: 5px;
  margin-top: 5px;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .filter-options #discount-content #discount-selector .discount-filter-input input {
  border: none;
  width: 100%;
  cursor: inherit;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .filter-options #discount-content #discount-selector .discount-filter-input input:focus {
  outline: none;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .filter-options #price-content #price-selector {
  align-items: center;
  gap: 5px;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .filter-options #price-content #price-selector > div {
  width: 50%;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .filter-options #price-content #price-selector > div > span {
  font-size: 12px;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .filter-options #price-content #price-selector .price-filter-input {
  border: 1px solid black;
  display: flex;
  align-items: center;
  padding: 5px;
  margin-top: 5px;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .filter-options #price-content #price-selector .price-filter-input input {
  border: none;
  width: 100%;
  cursor: inherit;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .filter-options #price-content #price-selector .price-filter-input input:focus {
  outline: none;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .filter-options #sort-content #sort-selector .filter-sort-option {
  cursor: pointer;
  padding: 8px 5px;
  font-size: 14px;
  line-height: 1;
  display: flex;
  align-items: center;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .filter-options #sort-content #sort-selector .filter-sort-option input[type=radio] {
  margin: 0 5px 0 0;
  appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid black;
  border-radius: 50%;
  background-color: white;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s;
  position: relative;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .filter-options #sort-content #sort-selector .filter-sort-option input[type=radio]:checked {
  background-color: black;
  border-color: white;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .filter-options #sort-content #sort-selector .filter-sort-option input[type=radio]:checked::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .mobile-filter-options {
  display: flex;
  justify-content: start;
  gap: 20px;
  margin-bottom: 10px;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .mobile-filter-options i#filters-active {
  display: none;
  color: #5148eb;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .mobile-filter-options .filter-btt {
  cursor: pointer;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: black;
  border-radius: 9999px;
  background-color: #56bfff;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .mobile-filter-options .filter-btt i {
  font-size: 20px;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .mobile-filter-options .filter-btt-inner {
  padding: 14px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .mobile-filter-options .filter-btt-inner i {
  font-size: 20px;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .mobile-filter-options .filter-btt-inner > div {
  display: flex;
  align-items: center;
  gap: 20px;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .mobile-filter-options .filter-btt-inner > div i {
  display: none;
  color: #5148eb;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .mobile-filter-options #mobile-filters-selector #mobile-filters-counter {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 20;
  padding: 0 20px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .mobile-filter-options #mobile-filters-selector #mobile-filters-counter #results-counter {
  border-radius: 9999px;
  background-color: black;
  padding: 10px 0;
  font-size: 18px;
  color: white;
  width: 100%;
  text-align: center;
  font-weight: bold;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .mobile-filter-options #mobile-filters-selector #mobile-filters-counter #mobile-reinitialize {
  display: none;
  padding: 5px;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  text-decoration: underline;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .mobile-filter-options .filter-selector {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: white;
  padding: 30px 10px;
  box-sizing: border-box;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .mobile-filter-options .filter-selector .filter-window-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px 10px;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .mobile-filter-options .filter-selector .filter-window-header span {
  font-size: 20px;
  font-weight: bold;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .mobile-filter-options .filter-selector .filter-window-header i {
  cursor: pointer;
  font-size: 24px;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .mobile-filter-options .filter-selector .filter-inner-window-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px 24px;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .mobile-filter-options .filter-selector .filter-inner-window-header > div {
  display: flex;
  align-items: center;
  gap: 14px;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .mobile-filter-options .filter-selector .filter-inner-window-header > div span {
  font-size: 20px;
  font-weight: bold;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .mobile-filter-options .filter-selector .filter-inner-window-header > div i {
  cursor: pointer;
  font-size: 20px;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .mobile-filter-options .filter-selector .filter-inner-window-header i {
  cursor: pointer;
  font-size: 24px;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .mobile-filter-options .filter-selector .filter-inner-content {
  width: 100%;
  border: 1px solid #a2a2a2;
  padding: 10px;
  box-sizing: border-box;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .mobile-filter-options #brand-content #brand-selector #brands-search-input {
  border: 2px solid #bfbfbf;
  padding: 8px 10px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .mobile-filter-options #brand-content #brand-selector #brands-list-div {
  max-height: 200px;
  overflow-y: auto;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .mobile-filter-options #brand-content #brand-selector #brands-list-div .filter-brand-option {
  cursor: pointer;
  padding: 8px 5px;
  font-size: 14px;
  display: flex;
  align-items: center;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .mobile-filter-options #brand-content #brand-selector #brands-list-div .filter-brand-option input[type=checkbox] {
  margin-right: 8px;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .mobile-filter-options #brand-content #brand-selector #brands-list-div .filter-brand-selected {
  color: white;
  background-color: black;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .mobile-filter-options #discount-content #discount-fields {
  display: flex;
  align-items: center;
  gap: 5px;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .mobile-filter-options #discount-content #discount-fields > div {
  width: 50%;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .mobile-filter-options #discount-content #discount-fields > div > span {
  font-size: 12px;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .mobile-filter-options #discount-content #discount-fields .discount-filter-input {
  border: 1px solid black;
  display: flex;
  align-items: center;
  padding: 10px 5px;
  margin-top: 5px;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .mobile-filter-options #discount-content #discount-fields .discount-filter-input input {
  border: none;
  width: 100%;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .mobile-filter-options #discount-content #discount-fields .discount-filter-input input:focus {
  outline: none;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .mobile-filter-options #price-content #price-fields {
  display: flex;
  align-items: center;
  gap: 5px;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .mobile-filter-options #price-content #price-fields > div {
  width: 50%;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .mobile-filter-options #price-content #price-fields > div > span {
  font-size: 12px;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .mobile-filter-options #price-content #price-fields .price-filter-input {
  border: 1px solid black;
  display: flex;
  align-items: center;
  padding: 10px 5px;
  margin-top: 5px;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .mobile-filter-options #price-content #price-fields .price-filter-input input {
  border: none;
  width: 100%;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .mobile-filter-options #price-content #price-fields .price-filter-input input:focus {
  outline: none;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .mobile-filter-options #sort-content #sort-selector .filter-sort-option {
  cursor: pointer;
  padding: 8px 5px;
  font-size: 14px;
  line-height: 1;
  display: flex;
  align-items: center;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .mobile-filter-options #sort-content #sort-selector .filter-sort-option input[type=radio] {
  margin: 0 5px 0 0;
  appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid black;
  border-radius: 50%;
  background-color: white;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s;
  position: relative;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .mobile-filter-options #sort-content #sort-selector .filter-sort-option input[type=radio]:checked {
  background-color: black;
  border-color: white;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters .mobile-filter-options #sort-content #sort-selector .filter-sort-option input[type=radio]:checked::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters #filter-search-input {
  width: auto;
  border: 2px solid #bfbfbf;
  border-radius: 9999px;
  padding: 8px 16px;
  margin: 0;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-filters-selected-brands {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-filters-selected-brands #selected-brands-list {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-filters-selected-brands #selected-brands-list > div {
  border: 1px solid #595959;
  padding: 5px 10px;
  border-radius: 9999px;
  color: #bfbfbf;
  font-size: 12px;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-filters-selected-brands #selected-brands-list > div i {
  cursor: pointer;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-filters-selected-brands #filters-reinit-toggle {
  margin-right: 8px;
  cursor: pointer;
  font-weight: bold;
  text-decoration: underline;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-stores-container {
  margin: 10px;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-stores-container #checkout-stores-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  font-size: 20px;
  gap: 30px;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-stores-container #checkout-stores-list .store-option {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-stores-container #checkout-stores-list .store-option img {
  width: 100%;
  object-fit: cover;
  box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  border-radius: 8px;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-stores-container #checkout-stores-list .store-option .store-title {
  cursor: pointer;
  margin: 0;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-stores-container #checkout-stores-list .brand-option {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-stores-container #checkout-stores-list .brand-option img.brand-img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  border-radius: 8px;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-stores-container #checkout-stores-list .brand-option div.brand-img {
  width: 100px;
  height: 100px;
  box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  user-select: none;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-stores-container #checkout-stores-list .brand-option .brand-title {
  margin: 0;
  cursor: pointer;
  font-weight: bold;
  color: black;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-products-brand-header {
  display: flex;
  margin: 10px;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-products-brand-header .brand-option {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-products-brand-header .brand-option img.brand-img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-products-brand-header .brand-option div.brand-img {
  width: 100px;
  height: 100px;
  box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  user-select: none;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-products-brand-header .brand-option .brand-title {
  margin: 0;
  font-weight: bold;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-products {
  min-height: 190px;
  overflow-y: auto;
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  padding: 20px;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-products .overlay-products-error {
  margin-top: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #fa5d73;
  text-align: center;
  grid-column: span 4;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-products .overlay-product {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-products .overlay-product .overlay-img {
  position: relative;
  border: 1px solid #f2f2f2;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-products .overlay-product .overlay-img .overlay-product-discount {
  color: white;
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  font-weight: bold;
  background-color: #fa5d73;
  font-size: 12px;
  margin: 0;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-products .overlay-product .overlay-img img {
  width: 100%;
  height: 120px;
  object-fit: contain;
  margin: 0;
  box-sizing: border-box;
  padding: 5px;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-products .overlay-product .overlay-img .overlay-product-brand {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px;
  font-size: 12px;
  font-weight: bold;
  background: transparent;
  margin: 0;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-products .overlay-product .overlay-product-title {
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
  margin: 10px 0;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-products .overlay-product .overlay-product-prices {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-products .overlay-product .overlay-product-prices * {
  font-size: 14px;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-products .overlay-product .overlay-product-prices .price {
  font-weight: bold;
}
#deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-products .overlay-product .overlay-product-prices .discount {
  text-decoration: line-through;
}
#deelio-checkout-widget .checkout-terms-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
#deelio-checkout-widget .checkout-terms-overlay .checkout-terms-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 800px;
  max-height: 95%;
  background-color: #fdfdfd;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-align: initial !important;
}
#deelio-checkout-widget .checkout-terms-overlay .checkout-terms-content .checkout-terms-header {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 20px;
}
#deelio-checkout-widget .checkout-terms-overlay .checkout-terms-content .checkout-terms-header #checkout-terms-close {
  display: flex;
  justify-content: flex-end;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
#deelio-checkout-widget .checkout-terms-overlay .checkout-terms-content .checkout-overlay-terms {
  min-height: 190px;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0 40px 40px 40px;
  color: black;
  overflow-y: auto;
}
#deelio-checkout-widget .checkout-terms-overlay .checkout-terms-content .checkout-overlay-terms .checkout-terms-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 16px;
}
#deelio-checkout-widget .checkout-terms-overlay .checkout-terms-content .checkout-overlay-terms .checkout-terms-container .checkout-terms-image-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#deelio-checkout-widget .checkout-terms-overlay .checkout-terms-content .checkout-overlay-terms .checkout-terms-container .checkout-terms-image-container .checkout-terms-image {
  max-width: 300px;
  max-height: 150px;
  margin-right: 10px;
}
#deelio-checkout-widget .checkout-terms-overlay .checkout-terms-content .checkout-overlay-terms .checkout-terms-container .checkout-terms-image-container .checkout-terms-small-caption {
  font-size: 24px;
  font-weight: 900;
}
#deelio-checkout-widget .checkout-terms-overlay .checkout-terms-content .checkout-overlay-terms .checkout-terms-container .checkout-terms-title-container {
  margin-top: 30px;
}
#deelio-checkout-widget .checkout-terms-overlay .checkout-terms-content .checkout-overlay-terms .checkout-terms-container .checkout-terms-title-container .checkout-terms-title {
  font-size: 16px;
  font-weight: bold;
}
#deelio-checkout-widget .checkout-terms-overlay .checkout-terms-content .checkout-overlay-terms .checkout-terms-container .checkout-terms-title-container .checkout-terms-desc {
  margin-top: 10px;
}
#deelio-checkout-widget .checkout-terms-overlay .checkout-terms-content .checkout-overlay-terms .checkout-terms-container .checkout-conditions-title {
  font-size: 18px;
  font-weight: bold;
  padding: 20px 0 10px;
}
#deelio-checkout-widget .checkout-terms-overlay .checkout-terms-content .checkout-overlay-terms .checkout-terms-container .checkout-conditions {
  font-size: 16px;
}
#deelio-checkout-widget .checkout-terms-overlay .checkout-terms-content .checkout-overlay-terms .checkout-terms-container .checkout-dropdown {
  cursor: pointer;
}
#deelio-checkout-widget .checkout-terms-overlay .checkout-terms-content .checkout-overlay-terms .checkout-terms-container .checkout-dropdown .checkout-dropdown-icon {
  transition: transform 0.3s;
  width: 10px;
  height: auto;
}
#deelio-checkout-widget .checkout-terms-overlay .checkout-terms-content .checkout-overlay-terms .checkout-terms-container .checkout-dropdown .checkout-dropdown-icon.active {
  transform: rotate(180deg);
}
#deelio-checkout-widget .checkout-terms-overlay .checkout-terms-content .checkout-overlay-terms .checkout-terms-container .checkout-dropdown .checkout-dropdown-title-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0 10px;
  margin-top: 30px;
}
#deelio-checkout-widget .checkout-terms-overlay .checkout-terms-content .checkout-overlay-terms .checkout-terms-container .checkout-dropdown .checkout-dropdown-title-container .checkout-dropdown-title {
  font-size: 18px;
  font-weight: bold;
}
#deelio-checkout-widget .checkout-terms-overlay .checkout-terms-content .checkout-overlay-terms .checkout-terms-container .checkout-dropdown .checkout-dropdown-content {
  display: none;
  overflow-y: auto;
  margin-bottom: 20px;
  font-size: 16px;
}
#deelio-checkout-widget .checkout-terms-overlay .checkout-terms-content .checkout-overlay-terms .checkout-terms-container .checkout-dropdown #checkout-dropdown-terms-content {
  height: 90px;
}
#deelio-checkout-widget .checkout-terms-overlay .checkout-terms-content .checkout-overlay-terms .checkout-terms-container .checkout-terms-textarea-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#deelio-checkout-widget .checkout-terms-overlay .checkout-terms-content .checkout-overlay-terms .checkout-terms-container .checkout-terms-textarea-container .checkout-terms-textarea-title {
  font-size: 16px;
  font-weight: bold;
}
#deelio-checkout-widget .checkout-terms-overlay .checkout-terms-content .checkout-overlay-terms .checkout-terms-container .checkout-terms-textarea-container .checkout-terms-textarea {
  margin-top: 10px;
}
#deelio-checkout-widget .checkout-terms-overlay .checkout-terms-content .checkout-overlay-terms .checkout-terms-code-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 30px;
}
#deelio-checkout-widget .checkout-terms-overlay .checkout-terms-content .checkout-overlay-terms .checkout-terms-code-container .checkout-terms-code-box {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-top: 10px;
}
#deelio-checkout-widget .checkout-terms-overlay .checkout-terms-content .checkout-overlay-terms .checkout-terms-code-container .checkout-terms-code-box .checkout-terms-code-title {
  font-size: 18px;
  font-weight: 800;
}
#deelio-checkout-widget .checkout-terms-overlay .checkout-terms-content .checkout-overlay-terms .checkout-terms-code-container .checkout-terms-code-box .checkout-terms-code {
  color: gray;
  font-style: italic;
}
#deelio-checkout-widget .checkout-terms-overlay .checkout-terms-content .checkout-overlay-terms .checkout-terms-code-container .checkout-terms-code-box .checkout-terms-code-copy {
  color: #03a9f4;
  cursor: pointer;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: italic;
}
#deelio-checkout-widget .checkout-terms-overlay .checkout-terms-content .checkout-overlay-terms .checkout-terms-code-container .checkout-terms-code-view-btt-container {
  margin-top: 10px;
}
#deelio-checkout-widget .checkout-terms-overlay .checkout-terms-content .checkout-overlay-terms .checkout-terms-code-container .checkout-terms-code-view-btt-container .checkout-terms-code-view-btt {
  text-decoration: none;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  background-color: #56bfff;
  color: white;
  font-weight: bold;
  border-radius: 9999px;
  cursor: pointer;
  border: none;
  font-size: 16px;
}
#deelio-checkout-widget .checkout-terms-overlay .checkout-terms-content .checkout-overlay-terms .checkout-terms-link {
  display: flex;
  width: fit-content;
  margin-top: 40px;
  font-size: 16px;
  text-decoration: none;
  padding: 8px 20px;
  background-color: #56bfff;
  color: white;
  font-weight: bold;
  border-radius: 9999px;
  cursor: pointer;
}
#deelio-checkout-widget .checkout-terms-overlay .checkout-terms-content .checkout-overlay-terms .checkout-terms-media-container {
  margin-top: 30px;
  position: relative;
}
#deelio-checkout-widget .checkout-terms-overlay .checkout-terms-content .checkout-overlay-terms .checkout-terms-media-container .checkout-video {
  width: 100%;
}
#deelio-checkout-widget .checkout-terms-overlay .checkout-terms-content .checkout-overlay-terms .checkout-terms-media-container .checkout-carousel {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 10px;
  padding: 10px 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: relative;
}
#deelio-checkout-widget .checkout-terms-overlay .checkout-terms-content .checkout-overlay-terms .checkout-terms-media-container .checkout-carousel::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
#deelio-checkout-widget .checkout-terms-overlay .checkout-terms-content .checkout-overlay-terms .checkout-terms-media-container .checkout-carousel .checkout-carousel-item {
  flex: 0 0 auto;
  width: 200px;
  height: 200px;
}
#deelio-checkout-widget .checkout-terms-overlay .checkout-terms-content .checkout-overlay-terms .checkout-terms-media-container .checkout-carousel .checkout-carousel-item .checkout-carousel-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
#deelio-checkout-widget .checkout-terms-overlay .checkout-terms-content .checkout-overlay-terms .checkout-terms-media-container .checkout-carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: background-color 0.3s ease;
}
#deelio-checkout-widget .checkout-terms-overlay .checkout-terms-content .checkout-overlay-terms .checkout-terms-media-container .checkout-carousel-nav:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
#deelio-checkout-widget .checkout-terms-overlay .checkout-terms-content .checkout-overlay-terms .checkout-terms-media-container .checkout-carousel-nav.prev {
  left: -20px;
}
#deelio-checkout-widget .checkout-terms-overlay .checkout-terms-content .checkout-overlay-terms .checkout-terms-media-container .checkout-carousel-nav.prev::before {
  transform: rotate(-135deg);
}
#deelio-checkout-widget .checkout-terms-overlay .checkout-terms-content .checkout-overlay-terms .checkout-terms-media-container .checkout-carousel-nav.next {
  right: -20px;
}
#deelio-checkout-widget .checkout-terms-overlay .checkout-terms-content .checkout-overlay-terms .checkout-terms-media-container .checkout-carousel-nav.next::before {
  transform: rotate(45deg);
}
#deelio-checkout-widget .checkout-terms-overlay .checkout-terms-content .checkout-overlay-terms .checkout-terms-media-container .checkout-carousel-nav::before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  display: block;
}
#deelio-checkout-widget .checkout-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: initial;
  height: 325px;
  padding: 0;
  background-color: white;
  border: inherit;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
#deelio-checkout-widget .checkout-card .checkout-card-close-image {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
#deelio-checkout-widget .checkout-card .checkout-card-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
#deelio-checkout-widget .checkout-card .checkout-card-content .checkout-card-image-container {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 8px);
  height: 185px;
  overflow: hidden;
  padding: 4px;
}
#deelio-checkout-widget .checkout-card .checkout-card-content .checkout-card-image-container .checkout-card-image {
  width: auto !important;
  height: auto !important;
  transition: all 0.3s ease;
  max-width: 100% !important;
  max-height: 100% !important;
}
#deelio-checkout-widget .checkout-card .checkout-card-content .checkout-card-image-container:hover .checkout-card-image {
  transform: scale(1.1);
}
#deelio-checkout-widget .checkout-card .checkout-card-content .checkout-card-image-container .checkout-card-product-sold-by {
  position: absolute;
  bottom: 0;
  right: 8px;
  font-size: 9px;
  text-align: center;
  color: black;
}
#deelio-checkout-widget .checkout-card .checkout-card-content .checkout-card-image-container .checkout-card-product-sold-by .checkout-card-product-retailer {
  font-size: 10px;
  color: gray;
}
#deelio-checkout-widget .checkout-card .checkout-card-content .checkout-card-coupon-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
}
#deelio-checkout-widget .checkout-card .checkout-card-content .checkout-card-coupon-image-container .checkout-card-coupon-image {
  width: 60px;
  height: 60px;
}
#deelio-checkout-widget .checkout-card .checkout-card-content .checkout-card-details {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: calc(100% - 185px);
}
#deelio-checkout-widget .checkout-card .checkout-card-content .checkout-card-details .checkout-card-brand {
  width: fit-content;
  background-color: black;
  color: white;
  margin: 16px 8px;
  padding: 8px 16px;
  border-radius: 9999px;
  font-size: 12px;
  line-height: 12px;
}
#deelio-checkout-widget .checkout-card .checkout-card-content .checkout-card-details .checkout-card-desc {
  padding: 0 16px 0 12px;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}
#deelio-checkout-widget .checkout-card .checkout-card-content .checkout-card-coupon-container {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#deelio-checkout-widget .checkout-card .checkout-card-content .checkout-card-coupon-container .checkout-card-coupon-details {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: fit-content;
  border: 1px dotted black;
  border-radius: 4px;
  margin-bottom: 12px;
}
#deelio-checkout-widget .checkout-card .checkout-card-content .checkout-card-coupon-container .checkout-card-coupon-details .checkout-card-coupon-code {
  width: fit-content;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
}
#deelio-checkout-widget .checkout-card .checkout-card-content .checkout-card-coupon-container .checkout-card-coupon-details .checkout-card-coupon-copy {
  width: fit-content;
  background-color: black;
  color: white;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 16px;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.3s ease;
}
#deelio-checkout-widget .checkout-card .checkout-card-content .checkout-card-coupon-container .checkout-card-coupon-store {
  color: #0959e4;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  margin-bottom: 8px;
  text-decoration: none;
}
#deelio-checkout-widget .checkout-card .checkout-card-content .checkout-card-coupon-container .checkout-card-coupon-terms {
  color: #0959e4;
  font-size: 10px;
  line-height: 10px;
  cursor: pointer;
}
#deelio-checkout-widget .checkout-card .checkout-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin: 8px;
  padding: 8px 4px 0 4px;
  border-top: 1px solid lightgray;
  background-color: transparent !important;
}
#deelio-checkout-widget .checkout-card .checkout-card-footer .checkout-card-product-price {
  display: flex;
  flex-direction: row;
  gap: 8px;
  font-size: 14px;
  line-height: 14px;
}
#deelio-checkout-widget .checkout-card .checkout-card-footer .checkout-card-product-original-price {
  text-decoration: line-through;
  color: gray;
  font-size: 10px;
  white-space: nowrap;
}
#deelio-checkout-widget .checkout-card .checkout-card-footer .checkout-card-product-discount {
  color: black;
  font-size: 10px;
  white-space: nowrap;
}
#deelio-checkout-widget .checkout-card .checkout-card-footer .checkout-card-product-current-price {
  color: red;
  font-weight: bold;
  white-space: nowrap;
}
#deelio-checkout-widget .checkout-card .checkout-card-footer .checkout-card-product-rating {
  display: flex;
  flex-direction: row;
  gap: 1px;
  color: black;
  font-size: 8px;
}
#deelio-checkout-widget .checkout-card .checkout-card-footer .checkout-card-coupon-brand {
  width: fit-content;
  background-color: black;
  border-radius: 9999px;
  padding: 8px 16px;
  font-size: 12px;
  line-height: 12px;
  color: white;
  white-space: nowrap;
}
#deelio-checkout-widget .checkout-card .checkout-card-footer .checkout-card-coupon-see {
  display: block;
  width: fit-content;
  padding: 8px 16px;
  background-color: #0959e4;
  color: white;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
}
#deelio-checkout-widget .checkout-card .checkout-card-terms {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
#deelio-checkout-widget .checkout-card .checkout-card-terms .checkout-card-terms-detail {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-top: 24px;
  padding: 0 24px;
  font-size: 14px;
  overflow-y: auto;
}
#deelio-checkout-widget .checkout-card .checkout-card-terms .checkout-card-multi-coupons {
  position: relative;
  display: none;
  flex-direction: column;
  height: 100%;
  margin: 12px 0;
  padding: 0 24px;
  overflow-y: auto;
}
#deelio-checkout-widget .checkout-card .checkout-card-coupon-multi {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 8px;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
}
#deelio-checkout-widget .checkout-card .checkout-card-coupon-multi .checkout-card-coupon {
  border-bottom: 1px solid lightgray;
  font-size: 14px;
  padding: 8px 0;
  cursor: pointer;
}
#deelio-checkout-widget .checkout-card .checkout-card-coupon-multi .checkout-card-coupon .checkout-card-coupon-odd {
  background-color: white;
  color: black;
  padding: 4px 16px;
  border-radius: 9999px;
}
#deelio-checkout-widget .checkout-card .checkout-card-coupon-multi .checkout-card-coupon .checkout-card-coupon-even {
  background-color: #0959e4;
  color: white;
  padding: 4px 16px;
  border-radius: 9999px;
}
#deelio-checkout-widget .checkout-text-red {
  color: red;
}
#deelio-checkout-widget .checkout-text-blue {
  color: blue;
}
#deelio-checkout-widget .checkout-clubbrz {
  width: 100%;
  max-width: 1366px;
  background-color: white;
  margin: 0 auto;
}
#deelio-checkout-widget .checkout-clubbrz .crossrz-full-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 20px;
  background: white;
}
#deelio-checkout-widget .checkout-clubbrz .crossrz-full-header h1 {
  font-size: 24px;
  font-weight: bold;
}
#deelio-checkout-widget .checkout-clubbrz .crossrz-full-header #crossrz-full-close {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
#deelio-checkout-widget .checkout-clubbrz a {
  text-decoration: none;
  color: inherit;
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-top {
  background-color: white;
  padding-bottom: 20px;
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-top .clubbrz-top-desc {
  color: black;
  text-align: center;
  font-size: 16px;
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-filters-container {
  padding: 20px;
  padding-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  background: white;
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-filters-container #clubbrz-main-category-filter {
  display: flex;
  grid-column: span 4;
  position: relative;
  text-align: start;
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-filters-container #clubbrz-main-category-filter #clubbrz-main-category-filter-selector {
  display: none;
  gap: 8px;
  padding: 10px;
  align-items: center;
  font-weight: bold;
  cursor: pointer;
  color: #323232;
  background-color: #F7F7F7;
  border-radius: 999px;
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-filters-container #clubbrz-main-category-filter #clubbrz-category-list {
  position: absolute;
  width: 250px;
  max-height: 400px;
  border: 2px solid #F7F7F7;
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  background-color: white;
  overflow-y: auto;
  top: 44px;
  left: 8px;
  z-index: 9999;
  max-height: none;
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-filters-container #clubbrz-main-category-filter #clubbrz-category-list #clubbrz-category-header {
  display: none;
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-filters-container #clubbrz-main-category-filter #clubbrz-category-list .clubbrz-category-item {
  color: #333333;
  cursor: pointer;
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-filters-container #clubbrz-main-search-input-container {
  position: relative;
  width: 100%;
  max-width: 400px;
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-filters-container #clubbrz-main-search-input-container #clubbrz-main-search-input {
  border: 2px solid #bfbfbf;
  padding: 10px 14px;
  padding-right: 32px;
  margin: 0;
  width: 100%;
  background-color: white;
  color: black;
  border-radius: 999px;
  box-sizing: border-box;
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-filters-container #clubbrz-main-search-input-container #clubbrz-main-search-close {
  display: none;
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products {
  display: none;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  padding: 20px;
  background-color: white;
  grid-auto-flow: row dense;
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-main-title-container {
  display: flex;
  align-items: center;
  gap: 10px;
  grid-column: span 4;
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-main-title-container .clubbrz-main-title-icon {
  width: 38px;
  height: 38px;
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-main-title {
  text-align: center;
  color: black;
  font-size: 28px;
  font-weight: bold;
  margin: 0;
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-main-deal {
  cursor: pointer;
  padding: 16px;
  color: black;
  background-color: #F6F7F9;
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-main-deal .deal-image-container {
  position: relative;
  margin-bottom: 8px;
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-main-deal .deal-image-container .deal-image-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  transition: opacity 300ms;
  display: flex;
  justify-content: center;
  align-items: center;
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-main-deal .deal-image-container:hover .deal-image-overlay {
  opacity: 0.7;
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-main-deal .deal-image-container .deal-image-overlay .see-offer-button {
  background-color: white;
  border-radius: 999px;
  padding: 4px 8px;
  font-size: 18px;
  font-weight: bold;
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-main-deal .deal-image-container .deal-image {
  width: 100%;
  aspect-ratio: 3/2;
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-main-deal .deal-image-container .deal-offsite-link {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 100%;
  transform: translate(-60%, -40%);
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-main-deal .deal-data {
  display: flex;
  align-items: start;
  gap: 8px;
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-main-deal .deal-data .brand-image {
  width: 40px;
  height: 40px;
  max-width: initial;
  object-fit: cover;
  border: 1px solid #BFBFBF;
  border-radius: 999px;
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-main-deal .deal-data .deal-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: start;
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-main-deal .deal-data .deal-text .deal-name {
  font-size: 18px;
  font-weight: bold;
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-main-deal .deal-data .deal-text .deal-caption {
  font-size: 14px;
  color: #A6A6A6;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 4px;
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-main-deal .deal-data .deal-text .deal-caption .deal-active-offers-count {
  color: #027380;
  background-color: #9AEBF8;
  padding: 4px 8px;
  border-radius: 999px;
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-promotion-deal {
  grid-column: span 4;
  background-color: #F6F7F9;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 24px;
  color: black;
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-promotion-deal .deal-image {
  max-width: 50%;
  width: 400px;
  height: 300px;
  object-fit: cover;
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-promotion-deal .deal-name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-promotion-deal .deal-caption {
  margin-bottom: 10px;
  font-size: 14px;
  color: #A6A6A6;
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-promotion-deal .deal-action {
  cursor: pointer;
  background-color: #009EFE;
  border-radius: 9999px;
  color: white;
  padding: 5px;
  font-weight: bold;
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-exclusive-deal-container {
  color: black;
  cursor: pointer;
  flex: 0 0 calc(50% - 10px);
  box-sizing: border-box;
  border-radius: 16px;
  background-color: #FFECEC;
  padding: 24px;
  padding-top: 48px;
  position: relative;
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-exclusive-deal-container .fire-icon {
  position: absolute;
  top: 10px;
  right: 28px;
  height: 32px;
  width: 32px;
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-exclusive-deal-container .exclu-icon {
  position: absolute;
  top: 14px;
  left: 24px;
  height: 70px;
  width: 70px;
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-exclusive-deal {
  background-color: white;
  padding-bottom: 10px;
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-exclusive-deal .deal-image {
  width: 100%;
  aspect-ratio: 3/2;
  margin-bottom: 10px;
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-exclusive-deal .deal-data {
  display: flex;
  align-items: start;
  gap: 8px;
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-exclusive-deal .deal-data .deal-brand-container {
  padding-left: 10px;
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-exclusive-deal .deal-data .brand-image {
  width: 40px;
  height: 40px;
  max-width: initial;
  object-fit: cover;
  border: 1px solid #BFBFBF;
  border-radius: 999px;
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-exclusive-deal .deal-data .deal-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: start;
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-exclusive-deal .deal-data .deal-text .deal-name {
  font-size: 18px;
  font-weight: bold;
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-exclusive-deal .deal-data .deal-text .deal-caption {
  font-size: 14px;
  color: #A6A6A6;
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-exclusive-deal .deal-data .deal-text .deal-caption .deal-caption-text {
  margin-right: 5px;
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-exclusive-deal .deal-data .deal-text .deal-caption .deal-active-offers-count {
  color: #000;
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-hero-carousel {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-column: span 4;
  position: relative;
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-hero-carousel .clubbrz-hero-carousel-nav {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  width: 60px;
  height: 60px;
  z-index: 10;
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-hero-carousel .clubbrz-hero-carousel-nav.prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-hero-carousel .clubbrz-hero-carousel-nav.next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-hero-carousel .clubbrz-hero-carousel-inner {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scrollbar-color: transparent transparent;
  scroll-behavior: smooth;
  width: 100%;
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-hero-carousel .clubbrz-hero-carousel-inner .clubbrz-hero-carousel-item {
  flex-shrink: 0;
  width: 100%;
  height: 400px;
  position: relative;
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-hero-carousel .clubbrz-hero-carousel-inner .clubbrz-hero-carousel-item .clubbrz-hero-carousel-item-button {
  cursor: pointer;
  position: absolute;
  bottom: 16px;
  right: 16px;
  background-color: white;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 999px;
  padding: 8px 16px;
  font-weight: bold;
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-hero-carousel .clubbrz-hero-carousel-inner .clubbrz-hero-carousel-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-main-grouped-brand {
  cursor: pointer;
  color: black;
  background-color: #F6F7F9;
  position: relative;
  padding: 16px;
  box-sizing: border-box;
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-main-grouped-brand .grouped-brand-why-we-chose-it-img {
  position: absolute;
  top: -12px;
  right: -12px;
  height: 72px;
  width: 72px;
  z-index: 10;
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-main-grouped-brand .grouped-brand-image-container {
  position: relative;
  margin-bottom: 8px;
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-main-grouped-brand .grouped-brand-image-container .grouped-brand-image-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  transition: opacity 300ms;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-main-grouped-brand .grouped-brand-image-container:hover .grouped-brand-image-overlay {
  opacity: 0.7;
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-main-grouped-brand .grouped-brand-image-container .grouped-brand-image-overlay .see-offer-button {
  background-color: white;
  border-radius: 999px;
  padding: 4px 8px;
  font-size: 18px;
  font-weight: bold;
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-main-grouped-brand .grouped-brand-image-container .grouped-brand-image {
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: 8px;
  object-fit: contain;
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-main-grouped-brand .grouped-brand-image-container .grouped-brand-offsite-link {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 100%;
  transform: translate(-60%, -40%);
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-main-grouped-brand .grouped-brand-data {
  display: flex;
  align-items: start;
  gap: 8px;
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-main-grouped-brand .grouped-brand-data .grouped-brand-icon-container .grouped-brand-icon {
  width: 36px;
  height: 36px;
  max-width: initial;
  object-fit: cover;
  border: 1px solid #BFBFBF;
  border-radius: 999px;
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-main-grouped-brand .grouped-brand-data .grouped-brand-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: start;
  width: calc(100% - 36px);
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-main-grouped-brand .grouped-brand-data .grouped-brand-text .grouped-brand-name {
  margin-top: 5px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-main-grouped-brand .grouped-brand-data .grouped-brand-text .grouped-brand-name span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-main-grouped-brand .grouped-brand-data .grouped-brand-text .grouped-brand-name .grouped-brand-exclusive {
  background-color: #FF7489;
  padding: 4px 8px;
  border-radius: 4px;
  color: white;
  font-size: 16px;
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-main-grouped-brand .grouped-brand-data .grouped-brand-text .grouped-brand-caption {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-main-grouped-brand .grouped-brand-data .grouped-brand-text .grouped-brand-caption .grouped-brand-caption-icon {
  width: 20px;
  height: 20px;
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-main-grouped-brand .grouped-brand-data .grouped-brand-text .grouped-brand-caption .grouped-brand-caption-blue {
  color: #58B7FF;
  font-weight: bold;
}
#deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-main-grouped-brand .grouped-brand-data .grouped-brand-text .grouped-brand-caption .grouped-brand-caption-pink {
  color: #D870CC;
  font-weight: bold;
}
#deelio-checkout-widget .checkout-brand-stacked-deals-container {
  padding: 24px;
  overflow-y: auto;
  max-height: 90vh;
}
#deelio-checkout-widget .checkout-brand-stacked-deals-container .checkout-brand-stacked-deals-image-container {
  max-width: 300px;
  max-height: 150px;
  margin-bottom: 24px;
}
#deelio-checkout-widget .checkout-brand-stacked-deals-container .checkout-brand-stacked-deals-image-container img {
  max-width: 100%;
  max-height: 200px;
}
#deelio-checkout-widget .checkout-brand-stacked-deals-container .checkout-brand-stacked-deals {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}
#deelio-checkout-widget .checkout-brand-stacked-deals-container .checkout-brand-stacked-deals .checkout-brand-stacked-deal-container,
#deelio-checkout-widget .checkout-brand-stacked-deals-container .checkout-brand-stacked-deals .checkout-brand-stacked-container {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
}
#deelio-checkout-widget .checkout-brand-stacked-deals-container .checkout-brand-stacked-deals .checkout-brand-stacked-deal-container .checkout-brand-stacked-deal,
#deelio-checkout-widget .checkout-brand-stacked-deals-container .checkout-brand-stacked-deals .checkout-brand-stacked-deal-container .checkout-brand-stacked,
#deelio-checkout-widget .checkout-brand-stacked-deals-container .checkout-brand-stacked-deals .checkout-brand-stacked-container .checkout-brand-stacked-deal,
#deelio-checkout-widget .checkout-brand-stacked-deals-container .checkout-brand-stacked-deals .checkout-brand-stacked-container .checkout-brand-stacked {
  display: flex;
  flex-direction: column;
  align-items: start;
}
#deelio-checkout-widget .checkout-brand-stacked-deals-container .checkout-brand-stacked-deals .checkout-brand-stacked-deal-container .checkout-brand-stacked-deal .checkout-brand-stacked-deal-name,
#deelio-checkout-widget .checkout-brand-stacked-deals-container .checkout-brand-stacked-deals .checkout-brand-stacked-deal-container .checkout-brand-stacked-deal .checkout-brand-stacked-name,
#deelio-checkout-widget .checkout-brand-stacked-deals-container .checkout-brand-stacked-deals .checkout-brand-stacked-deal-container .checkout-brand-stacked .checkout-brand-stacked-deal-name,
#deelio-checkout-widget .checkout-brand-stacked-deals-container .checkout-brand-stacked-deals .checkout-brand-stacked-deal-container .checkout-brand-stacked .checkout-brand-stacked-name,
#deelio-checkout-widget .checkout-brand-stacked-deals-container .checkout-brand-stacked-deals .checkout-brand-stacked-container .checkout-brand-stacked-deal .checkout-brand-stacked-deal-name,
#deelio-checkout-widget .checkout-brand-stacked-deals-container .checkout-brand-stacked-deals .checkout-brand-stacked-container .checkout-brand-stacked-deal .checkout-brand-stacked-name,
#deelio-checkout-widget .checkout-brand-stacked-deals-container .checkout-brand-stacked-deals .checkout-brand-stacked-container .checkout-brand-stacked .checkout-brand-stacked-deal-name,
#deelio-checkout-widget .checkout-brand-stacked-deals-container .checkout-brand-stacked-deals .checkout-brand-stacked-container .checkout-brand-stacked .checkout-brand-stacked-name {
  background-color: #F2CFEE;
  border-radius: 999px;
  padding: 4px 8px;
  margin: 0;
}
#deelio-checkout-widget .checkout-brand-stacked-deals-container .checkout-brand-stacked-deals .checkout-brand-stacked-deal-container .checkout-brand-stacked-deal .checkout-brand-stacked-deal-desc,
#deelio-checkout-widget .checkout-brand-stacked-deals-container .checkout-brand-stacked-deals .checkout-brand-stacked-deal-container .checkout-brand-stacked-deal .checkout-brand-stacked-desc,
#deelio-checkout-widget .checkout-brand-stacked-deals-container .checkout-brand-stacked-deals .checkout-brand-stacked-deal-container .checkout-brand-stacked .checkout-brand-stacked-deal-desc,
#deelio-checkout-widget .checkout-brand-stacked-deals-container .checkout-brand-stacked-deals .checkout-brand-stacked-deal-container .checkout-brand-stacked .checkout-brand-stacked-desc,
#deelio-checkout-widget .checkout-brand-stacked-deals-container .checkout-brand-stacked-deals .checkout-brand-stacked-container .checkout-brand-stacked-deal .checkout-brand-stacked-deal-desc,
#deelio-checkout-widget .checkout-brand-stacked-deals-container .checkout-brand-stacked-deals .checkout-brand-stacked-container .checkout-brand-stacked-deal .checkout-brand-stacked-desc,
#deelio-checkout-widget .checkout-brand-stacked-deals-container .checkout-brand-stacked-deals .checkout-brand-stacked-container .checkout-brand-stacked .checkout-brand-stacked-deal-desc,
#deelio-checkout-widget .checkout-brand-stacked-deals-container .checkout-brand-stacked-deals .checkout-brand-stacked-container .checkout-brand-stacked .checkout-brand-stacked-desc {
  font-size: 14px;
  color: #BFBFBF;
  margin: 0;
}
#deelio-checkout-widget .checkout-brand-stacked-deals-container .checkout-brand-stacked-deals .stacked-expanded-deal {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 16px;
}
#deelio-checkout-widget .checkout-brand-stacked-deals-container .checkout-brand-stacked-deals .stacked-expanded-deal .checkout-stacked-brand-deal-text {
  font-size: 16px;
  margin-top: 14px;
}
#deelio-checkout-widget .checkout-brand-stacked-deals-container .checkout-brand-stacked-deals .stacked-expanded-deal .checkout-stacked-brand-deal-text .checkout-conditions-title {
  font-size: 18px;
  font-weight: bold;
  padding: 20px 0 10px;
}
#deelio-checkout-widget .checkout-brand-stacked-deals-container .checkout-brand-stacked-deals .stacked-expanded-deal .checkout-stacked-brand-deal-text .checkout-conditions {
  font-size: 16px;
}
#deelio-checkout-widget .checkout-brand-stacked-deals-container .checkout-brand-stacked-deals .stacked-expanded-deal .checkout-stacked-brand-deal-text .checkout-dropdown {
  cursor: pointer;
}
#deelio-checkout-widget .checkout-brand-stacked-deals-container .checkout-brand-stacked-deals .stacked-expanded-deal .checkout-stacked-brand-deal-text .checkout-dropdown .checkout-dropdown-icon {
  transition: transform 0.3s;
  width: 10px;
  height: auto;
}
#deelio-checkout-widget .checkout-brand-stacked-deals-container .checkout-brand-stacked-deals .stacked-expanded-deal .checkout-stacked-brand-deal-text .checkout-dropdown .checkout-dropdown-icon.active {
  transform: rotate(180deg);
}
#deelio-checkout-widget .checkout-brand-stacked-deals-container .checkout-brand-stacked-deals .stacked-expanded-deal .checkout-stacked-brand-deal-text .checkout-dropdown .checkout-dropdown-title-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0 10px;
}
#deelio-checkout-widget .checkout-brand-stacked-deals-container .checkout-brand-stacked-deals .stacked-expanded-deal .checkout-stacked-brand-deal-text .checkout-dropdown .checkout-dropdown-title-container .checkout-dropdown-title {
  font-size: 18px;
  font-weight: bold;
}
#deelio-checkout-widget .checkout-brand-stacked-deals-container .checkout-brand-stacked-deals .stacked-expanded-deal .checkout-stacked-brand-deal-text .checkout-dropdown .checkout-dropdown-content {
  display: none;
  overflow-y: auto;
  margin-bottom: 20px;
  font-size: 16px;
}
#deelio-checkout-widget .checkout-brand-stacked-deals-container .checkout-brand-stacked-deals .stacked-expanded-deal .checkout-stacked-brand-deal-text .checkout-dropdown #checkout-dropdown-terms-content {
  height: 90px;
}
#deelio-checkout-widget .checkout-brand-stacked-deals-container .checkout-brand-stacked-deals .stacked-expanded-deal .checkout-stacked-brand-deal-text .checkout-terms-textarea-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#deelio-checkout-widget .checkout-brand-stacked-deals-container .checkout-brand-stacked-deals .stacked-expanded-deal .checkout-stacked-brand-deal-text .checkout-terms-textarea-container .checkout-terms-textarea-title {
  font-size: 16px;
  font-weight: bold;
}
#deelio-checkout-widget .checkout-brand-stacked-deals-container .checkout-brand-stacked-deals .stacked-expanded-deal .checkout-stacked-brand-deal-text .checkout-terms-textarea-container .checkout-terms-textarea {
  margin-top: 10px;
}
#deelio-checkout-widget .checkout-brand-stacked-deals-container .checkout-brand-stacked-deals .stacked-expanded-deal .checkout-brand-stacked-deal-code-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 30px;
}
#deelio-checkout-widget .checkout-brand-stacked-deals-container .checkout-brand-stacked-deals .stacked-expanded-deal .checkout-brand-stacked-deal-code-container .checkout-brand-stacked-deal-code-title {
  font-size: 18px;
  font-weight: 800;
}
#deelio-checkout-widget .checkout-brand-stacked-deals-container .checkout-brand-stacked-deals .stacked-expanded-deal .checkout-brand-stacked-deal-code-container .checkout-brand-stacked-deal-code-box {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-top: 10px;
}
#deelio-checkout-widget .checkout-brand-stacked-deals-container .checkout-brand-stacked-deals .stacked-expanded-deal .checkout-brand-stacked-deal-code-container .checkout-brand-stacked-deal-code-box .checkout-brand-stacked-deal-code {
  color: gray;
  font-style: italic;
}
#deelio-checkout-widget .checkout-brand-stacked-deals-container .checkout-brand-stacked-deals .stacked-expanded-deal .checkout-brand-stacked-deal-code-container .checkout-brand-stacked-deal-code-box .checkout-brand-stacked-deal-code-copy {
  color: #03a9f4;
  cursor: pointer;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: italic;
}
#deelio-checkout-widget .checkout-brand-stacked-deals-container .checkout-brand-stacked-deals .stacked-expanded-deal .checkout-brand-stacked-deal-code-container .checkout-brand-stacked-deal-code-view-btt-container {
  margin-top: 10px;
}
#deelio-checkout-widget .checkout-brand-stacked-deals-container .checkout-brand-stacked-deals .stacked-expanded-deal .checkout-brand-stacked-deal-code-container .checkout-brand-stacked-deal-code-view-btt-container .checkout-brand-stacked-deal-code-view-btt {
  text-decoration: none;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  background-color: #56bfff;
  color: white;
  font-weight: bold;
  border-radius: 9999px;
  cursor: pointer;
  border: none;
  font-size: 16px;
}
#deelio-checkout-widget .checkout-brand-stacked-deals-container .checkout-brand-stacked-deals .stacked-expanded-deal .checkout-brand-stacked-deal-link {
  display: flex;
  width: fit-content;
  margin-top: 40px;
  font-size: 16px;
  text-decoration: none;
  padding: 8px 20px;
  background-color: #56bfff;
  color: white;
  font-weight: bold;
  border-radius: 9999px;
  cursor: pointer;
}
#deelio-checkout-widget .checkout-brand-stacked-deals-container .checkout-brand-stacked-deals .stacked-expanded-deal .checkout-brand-stacked-deal-media-container {
  margin-top: 30px;
  position: relative;
}
#deelio-checkout-widget .checkout-brand-stacked-deals-container .checkout-brand-stacked-deals .stacked-expanded-deal .checkout-brand-stacked-deal-media-container .checkout-video {
  width: 100%;
}
#deelio-checkout-widget .checkout-brand-stacked-deals-container .checkout-brand-stacked-deals .stacked-expanded-deal .checkout-brand-stacked-deal-media-container .checkout-carousel {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 10px;
  padding: 10px 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: relative;
}
#deelio-checkout-widget .checkout-brand-stacked-deals-container .checkout-brand-stacked-deals .stacked-expanded-deal .checkout-brand-stacked-deal-media-container .checkout-carousel::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
#deelio-checkout-widget .checkout-brand-stacked-deals-container .checkout-brand-stacked-deals .stacked-expanded-deal .checkout-brand-stacked-deal-media-container .checkout-carousel .checkout-carousel-item {
  flex: 0 0 auto;
  width: 200px;
  height: 200px;
}
#deelio-checkout-widget .checkout-brand-stacked-deals-container .checkout-brand-stacked-deals .stacked-expanded-deal .checkout-brand-stacked-deal-media-container .checkout-carousel .checkout-carousel-item .checkout-carousel-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
#deelio-checkout-widget .checkout-brand-stacked-deals-container .checkout-brand-stacked-deals .stacked-expanded-deal .checkout-brand-stacked-deal-media-container .checkout-carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: background-color 0.3s ease;
}
#deelio-checkout-widget .checkout-brand-stacked-deals-container .checkout-brand-stacked-deals .stacked-expanded-deal .checkout-brand-stacked-deal-media-container .checkout-carousel-nav:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
#deelio-checkout-widget .checkout-brand-stacked-deals-container .checkout-brand-stacked-deals .stacked-expanded-deal .checkout-brand-stacked-deal-media-container .checkout-carousel-nav.prev {
  left: -20px;
}
#deelio-checkout-widget .checkout-brand-stacked-deals-container .checkout-brand-stacked-deals .stacked-expanded-deal .checkout-brand-stacked-deal-media-container .checkout-carousel-nav.prev::before {
  transform: rotate(-135deg);
}
#deelio-checkout-widget .checkout-brand-stacked-deals-container .checkout-brand-stacked-deals .stacked-expanded-deal .checkout-brand-stacked-deal-media-container .checkout-carousel-nav.next {
  right: -20px;
}
#deelio-checkout-widget .checkout-brand-stacked-deals-container .checkout-brand-stacked-deals .stacked-expanded-deal .checkout-brand-stacked-deal-media-container .checkout-carousel-nav.next::before {
  transform: rotate(45deg);
}
#deelio-checkout-widget .checkout-brand-stacked-deals-container .checkout-brand-stacked-deals .stacked-expanded-deal .checkout-brand-stacked-deal-media-container .checkout-carousel-nav::before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  display: block;
}

@media only screen and (max-width: 1500px) {
  .deelio-checkout-widget-modal .checkout-inner {
    width: 90% !important;
  }
  .deelio-checkout-widget-modal .checkout-clubbrz {
    width: 90% !important;
  }
  #deelio-checkout-widget .checkout-inner .products {
    grid-template-columns: repeat(3, minmax(350px, 1fr));
  }
  #deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-products {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 1200px) {
  .deelio-checkout-widget-modal .checkout-products-overlay .checkout-overlay-products {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  #deelio-checkout-widget .checkout-inner .products {
    grid-template-columns: repeat(2, minmax(350px, 1fr));
  }
  #deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content {
    width: 90% !important;
    max-height: 90% !important;
  }
  #deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-products {
    grid-template-columns: repeat(3, 1fr);
  }
  #deelio-checkout-widget .checkout-crossrz-full .crossrz-full-body .crossrz-full-images {
    display: grid;
    grid-template-columns: repeat(4, minmax(100px, 1fr));
  }
}
@media only screen and (max-width: 768px) {
  .deelio-checkout-widget-modal .checkout-inner {
    max-height: 90%;
  }
  .deelio-checkout-widget-modal .checkout-inner .products .product {
    cursor: pointer;
  }
  .deelio-checkout-widget-modal .checkout-products-overlay .checkout-overlay-products {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  #deelio-checkout-widget .checkout-inner .products {
    grid-template-columns: repeat(1, minmax(350px, 1fr));
  }
  #deelio-checkout-widget .checkout-terms-overlay .checkout-terms-content {
    width: 90% !important;
    max-height: 90% !important;
  }
  #deelio-checkout-widget .checkout-terms-overlay .checkout-terms-content .checkout-overlay-terms .checkout-terms-container .checkout-terms-image-container .checkout-terms-image {
    max-width: 150px;
    max-height: 150px;
    margin-right: 10px;
  }
  #deelio-checkout-widget .checkout-terms-overlay .checkout-terms-content .checkout-overlay-terms .checkout-terms-container .checkout-terms-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 16px;
    color: black;
    margin-top: 2px;
  }
  #deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-products {
    grid-template-columns: repeat(2, 1fr);
  }
  #deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-products .overlay-products-error {
    grid-column: span 2;
  }
  #deelio-checkout-widget .checkout-clubbrz .clubbrz-filters-container {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px;
    background: white;
  }
  #deelio-checkout-widget .checkout-clubbrz .clubbrz-filters-container #clubbrz-main-category-filter {
    grid-column: span 1;
  }
  #deelio-checkout-widget .checkout-clubbrz .clubbrz-filters-container #clubbrz-main-category-filter #clubbrz-category-list {
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    gap: 0;
    box-sizing: border-box;
    overflow-y: auto;
  }
  #deelio-checkout-widget .checkout-clubbrz .clubbrz-filters-container #clubbrz-main-category-filter #clubbrz-category-list #clubbrz-category-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #deelio-checkout-widget .checkout-clubbrz .clubbrz-filters-container #clubbrz-main-category-filter #clubbrz-category-list #clubbrz-category-header span {
    font-size: 24px;
    font-weight: bold;
  }
  #deelio-checkout-widget .checkout-clubbrz .clubbrz-filters-container #clubbrz-main-category-filter #clubbrz-category-list #clubbrz-category-header #clubbrz-category-mobile-close {
    width: 24px;
    height: 24px;
  }
  #deelio-checkout-widget .checkout-clubbrz .clubbrz-filters-container #clubbrz-main-category-filter #clubbrz-category-list .clubbrz-category-item {
    border-bottom: 1px solid black;
    padding: 10px 0;
    font-size: 18px;
  }
  #deelio-checkout-widget .checkout-clubbrz .clubbrz-top {
    display: none;
  }
  #deelio-checkout-widget .checkout-clubbrz .clubbrz-header-products {
    grid-template-columns: repeat(1, 1fr);
    padding: 20px 10px;
  }
  #deelio-checkout-widget .checkout-clubbrz .clubbrz-header-products .clubbrz-title-container .clubbrz-title-icon {
    width: 32px;
    height: 32px;
  }
  #deelio-checkout-widget .checkout-clubbrz .clubbrz-header-products .clubbrz-header-title {
    font-size: 24px;
    grid-column: span 1;
  }
  #deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products {
    grid-template-columns: repeat(1, 1fr);
    padding: 20px 10px;
  }
  #deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-main-title-container {
    grid-column: span 1;
  }
  #deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-main-title-container .clubbrz-main-title-icon {
    width: 32px;
    height: 32px;
  }
  #deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-main-deal {
    padding: 10px;
  }
  #deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-promotion-deal {
    padding: 10px;
    grid-column: span 1;
  }
  #deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-exclusive-deal {
    padding: 10px;
    flex: 0 0 calc(100% - 10px);
  }
  #deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-exclusive-deal-container .exclu-icon {
    top: 16px;
    height: 60px;
    width: 60px;
  }
  #deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-hero-carousel {
    grid-column: span 1;
  }
  #deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-main-grouped-brand .grouped-brand-image-container .grouped-brand-image {
    object-fit: cover;
    aspect-ratio: 2/1;
  }
  #deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-main-grouped-brand .grouped-brand-data .grouped-brand-image {
    width: 32px;
    height: 32px;
  }
  #deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-main-grouped-brand .grouped-brand-data .grouped-brand-text .grouped-brand-name {
    font-size: 16px;
  }
  #deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-main-grouped-brand .grouped-brand-data .grouped-brand-text .grouped-brand-name span {
    max-width: 150px;
  }
  #deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-main-grouped-brand .grouped-brand-data .grouped-brand-text .grouped-brand-name .grouped-brand-exclusive {
    padding: 2px 4px;
    font-size: 14px;
  }
  #deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-main-grouped-brand .grouped-brand-data .grouped-brand-text .grouped-brand-caption {
    font-size: 12px;
  }
  #deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-main-grouped-brand .grouped-brand-data .grouped-brand-text .grouped-brand-caption .grouped-brand-caption-icon {
    width: 16px;
    height: 16px;
  }
  #deelio-checkout-widget .checkout-crossrz-full .crossrz-full-body .crossrz-full-images {
    display: grid;
    grid-template-columns: repeat(3, minmax(100px, 1fr));
  }
}
@media only screen and (max-width: 540px) {
  .checkout-card-footer {
    flex-direction: column;
  }
}
@media only screen and (max-width: 480px) {
  .deelio-checkout-widget-modal .checkout-products-overlay .checkout-overlay-products {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  #deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-filters {
    flex-direction: column;
  }
  #deelio-checkout-widget .checkout-clubbrz .clubbrz-header-products .clubbrz-title-container .clubbrz-header-title {
    font-size: 18px;
  }
  #deelio-checkout-widget .checkout-clubbrz .clubbrz-header-products .clubbrz-title-container .clubbrz-title-icon {
    width: 28px;
    height: 28px;
  }
  #deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products {
    gap: 10px;
  }
  #deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-main-title-container .clubbrz-main-title {
    font-size: 18px;
  }
  #deelio-checkout-widget .checkout-clubbrz .clubbrz-main-products .clubbrz-main-title-container .clubbrz-main-title-icon {
    width: 28px;
    height: 28px;
  }
  #deelio-checkout-widget .checkout-inner .products {
    grid-template-columns: repeat(1, minmax(300px, 1fr));
  }
  #deelio-checkout-widget .checkout-inner .products .checkout-product-container {
    cursor: pointer;
  }
  #deelio-checkout-widget .checkout-inner .products .checkout-product-container .details-container .labels .brand-title {
    height: initial;
    font-size: 16px;
    margin-bottom: 10px;
  }
  #deelio-checkout-widget .checkout-inner .products .checkout-product-container .details-container .labels h1 {
    font-size: 12px;
  }
  #deelio-checkout-widget .checkout-inner .products .checkout-product-container .details-container .labels h3 {
    font-size: 11px;
  }
  #deelio-checkout-widget .checkout-inner .products .checkout-product-container .details-container .prices {
    justify-content: space-between;
  }
  #deelio-checkout-widget .checkout-inner .products .checkout-product-container .details-container .prices .price,
  #deelio-checkout-widget .checkout-inner .products .checkout-product-container .details-container .prices .discount {
    width: 100%;
  }
  #deelio-checkout-widget .checkout-inner .products .checkout-product-container .details-container .prices .discount {
    margin-left: 0;
  }
  #deelio-checkout-widget .checkout-terms-overlay .checkout-terms-content .checkout-overlay-terms .checkout-terms-container {
    flex-direction: column;
  }
  #deelio-checkout-widget .checkout-terms-overlay .checkout-terms-content .checkout-overlay-terms .checkout-terms-container .checkout-terms-image-container .checkout-terms-image {
    max-width: 100px;
    max-height: 150px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 373px) {
  #deelio-checkout-widget .checkout-inner .products {
    grid-template-columns: repeat(1, minmax(250px, 1fr));
  }
  #deelio-checkout-widget .checkout-products-overlay .checkout-overlay-content .checkout-overlay-products {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*# sourceMappingURL=checkout.css.map */
