/* General */
* {
  font-family: "Nunito", sans-serif;
}

.body-inner {
  background-color: white;
}

.container {
  max-width: 1800px !important;
}

.row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.btn.btn-primary {
  background-color: #00bded;
  border-color: #00bded;
  color: white;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 3px 6px;
  border-radius: 5px;
  letter-spacing: 0.01rem;
}

.btn.btn-light {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 8px 14px;
  border-radius: 5px;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background-color: #f11c95;
  border-color: #f11c95;
  color: white;
}

/* Nav Bar */
.nav_bg {
  background-image: url();
}
.webstore-header {
  height: 80px;
  width: 100%;
  position: fixed;
  z-index: 2;
  top: 0;
}
.header-logo {
  width: 20%;
  display: inline-block;
}
.webstore-header nav {
  background-color: #00bded;
  height: 80px;
}

.webstore-header img {
  height: 50px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-nav {
  display: flex;
  justify-content: space-evenly;
}

.nav-item {
  flex-grow: 1;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}

#navbarNav .nav-item .nav-link,
nav #checkout-btn-m,
#navbarNav #checkout-btn {
  color: white;
}

#navbarNav .nav-item .nav-link:hover,
nav #checkout-btn-m:hover,
#navbarNav #checkout-btn:hover {
  background-color: #f11c95;
}

#navbarNav #checkout-btn,
#navbarNav #checkout-btn:hover {
  padding: 7px;
  padding-right: 20px;
}

header .header .logo {
  margin-top: 5px;
  padding-bottom: 10px;
}

header .header .logo img {
  width: 150px;
}

.sticky .logo-small img {
  margin-top: 5px;
}

/* ~~~~~~~~~~~~~~~~~~~~ Webstore Page ~~~~~~~~~~~~~~~~~~~~ */
.web-store-slider-container {
  margin-top: 90px;
}

.slide-title {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 10px;
}

h1.web-store-title-banner-left {
  top: 36%;
  left: 10%;
  width: 50%;
}

h1.web-store-title-banner-right {
  top: 36%;
  right: 10%;
  width: 40%;
}

/* Featured Products */
#featured-products {
  width: 100%;
  border-bottom: 5px solid #00bded;
  padding: 0;
  background-color: white;
}

#featured-products .container {
  max-width: 3200px !important;
}

#featured-products #jamie-banner-text,
#featured-products #jamie-banner-product,
#featured-products #jamie-banner-logo {
  padding: 0;
}

#featured-products #jamie-banner-text img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

#featured-products #jamie-banner-text #jamie-opening-text {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
}

#featured-products #jamie-banner-text h4 {
  text-transform: uppercase;
  color: white;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}

#featured-products #jamie-banner-text h4 span {
  color: #00bded;
}

#featured-products #jamie-banner-product {
  background-color: white;
  padding: 50px;
}

#featured-products #jamie-banner-product img {
  width: 100%;
  height: 400px;
  object-fit: contain;
}

#featured-products #jamie-banner-logo img {
  width: 80%;
  margin-top: 0;
  background-color: white;
}

/* Product Cards */
#products-section {
  background-color: #ffffff;
  background-image: none;
}

#products-section .container #workout-supplements-products,
#products-section .container #wellness-products {
  max-width: 1800px !important;
}

#products-section .section_title {
  padding-left: 5px;
}

#products-section h3 {
  color: #f11c95;
  border-bottom: 5px solid #f11c95;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 5px;
}

.card.product_card {
  background-color: white;
  border: none;
  border-radius: 6px;
  transition: 0.5s;
  margin-bottom: 5px;
  box-shadow: 0 0 10px #00bded;
}
.card.product_card img {
  border-radius: 10px;
}

.card.product_card .card-header {
  background-color: white;
  border-bottom: 2px solid #00bded;
}

.card.product_card .card-header img {
  width: 100%;
  object-fit: contain;
}

.card.product_card .card-body {
  color: white;
}

.card.product_card .product_title {
  border-bottom: 1px solid white;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  min-height: 60px;
  color: #00bded;
}

.card.product_card .portal_link:hover {
  color: #f11c95;
}

.card.product_card .portal_btn:hover,
.card.product_card .share_btn:hover {
  background-color: #f11c95;
  border-color: #f11c95;
  color: white;
}

.card.product_card .product_price {
  font-family: "Sora", sans-serif;
  margin-bottom: 0;
  padding-top: 5px;
  font-size: 18px;
}

#products-section .container .product_card_col {
  padding: 5px;
  padding-bottom: 0;
}

#products-section #workout-supplements-products {
  margin-top: 15px;
}

#products-section #wellness-products img {
  width: 100%;
}

/* Items Portal */
#items-detail-portal {
  border-radius: 25px;
  width: 45%;
}

#items-detail-portal .card {
  background-color: white;
  /* background-image: linear-gradient(147deg, #000000 0%, #434343 74%); */
  color: black;
  border-radius: 20px;
}

#items-detail-portal .card .card-header.mobile_only {
  display: none;
}

#items-detail-portal .card #product-portal-right .desktop_only {
  display: flex;
}

#items-detail-portal .card .card-header,
#items-detail-portal .card .card-body {
  padding: 1rem;
  padding-top: 0;
  max-height: 86vh;
  overflow-y: auto;
}
#items-detail-portal .card .product_portal_name {
  margin-top: 0;
  margin-bottom: 0;
  color: #00bded;
  text-shadow: 0 0 1px #00bded;
}

#items-detail-portal #product-portal-top {
  border-top: none;
}

#items-detail-portal .card .card-body .product_details_col {
  margin-bottom: 10px;
}

#items-detail-portal #product-portal-top #product-portal-right h4 {
  font-size: 20px;
}

#items-detail-portal #product-portal-top #product-portal-right h5 {
  font-size: 16px;
}

#items-detail-portal #product-portal-top #product-portal-right .portal_price {
  font-family: "Sora", sans-serif;
}

#items-detail-portal #product-portal-top #product-portal-right {
  border-left: 2px solid #00bded;
  margin-top: 10px;
  margin-bottom: 10px;
}

#items-detail-portal #product-portal-top .add_to_cart_btn,
#items-detail-portal #product-portal-top .add_to_cart_checkout_btn {
  padding: 8px 12px;
}

#items-detail-portal #product-portal-top .add_to_cart_btn:active,
#items-detail-portal #product-portal-top .add_to_cart_checkout_btn:active {
  background-color: #00bded;
  border: 2px solid #00bded;
  color: #343a40;
}

#items-detail-portal #product-portal-top button.minus,
#items-detail-portal #product-portal-top button.plus,
#items-detail-portal #product-portal-top .add_to_cart_btn,
#items-detail-portal #product-portal-top .subscribe_now_btn {
  padding: 4px 8px;
}

#items-detail-portal #product-portal-top .add_to_cart_btn,
#items-detail-portal #product-portal-top .subscribe_now_btn {
  font-size: 16px;
}

#items-detail-portal .qty {
  width: 35px;
  font-size: 1.5rem;
  padding: 2px;
}

#items-detail-portal #portal-desc {
  border-top: 2px solid #00bded;
  margin-top: 5px;
  padding: 10px 0;
}

#items-detail-portal #portal-desc h4 {
  color: #00bded;
  font-size: 24px;
}

#items-detail-portal #portal-desc .desc_col {
  font-size: 1.5rem;
}

.portal-slider-container {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}

.portal-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease;
}

.portal-slide.active {
  opacity: 1;
}

.portal-slide .portal-banner-image {
  height: 100%;
  width: 75%;
  object-fit: cover;
}

.portal-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  height: 68px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  cursor: pointer;
  z-index: 10;
}

.portal-arrow-left {
  left: 13px;
  border-radius: 50px 10% 10% 50px;
  padding-right: 5px;
}

.portal-arrow-right {
  right: 13px;
  border-radius: 10% 50px 50px 10%;
  padding-left: 5px;
}

.btn.x_btn {
  color: #00bded;
  background-color: white;
  border-radius: 0;
  font-size: 24px;
  padding: 0 10px;
}

#items-detail-portal .input-group-button {
  display: inline;
}

#items-detail-portal .input-group-button button.minus,
#items-detail-portal .input-group-button button.plus {
  background-color: #00bded;
  border: 2px solid #00bded;
  color: white;
  border-radius: 6px;
}

#items-detail-portal button.minus:hover,
#items-detail-portal button.plus:hover,
#items-detail-portal button.minus:focus,
#items-detail-portal button.plus:focus,
.x_btn:hover,
.x_btn:focus {
  color: white;
  border-color: #f11c95;
  background-color: #f11c95;
}

/* Checkout */
.cart_header_title h3,
.cart_item_price h5,
.cart_item_qty .vertical-text {
  color: #343a40;
}

.cart_header_totals {
  background-color: #343a40;
}

#checkout-portal-contents .delete_trash {
  background-color: #343a40;
  border-color: #343a40;
  color: white;
}

/* Footer */
footer {
  color: white;
  padding: 0;
}

footer ul {
  list-style: none;
  padding: 0;
}

footer .google_app_btn,
footer .app_store_btn {
  display: inline;
}

.footer-top {
  margin-bottom: 0;
}

.footer-bottom {
  background: none repeat scroll 0 0 #1c95d1;
}

/* Socials */
.social .instagram a:before {
  content: "\f16d";
  font-family: FontAwesome;
}
.social .instagram a {
  background: #e53d00;
  font-size: 18px;
  border-radius: 3px;
  line-height: 35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  color: #fff;
  text-align: center;
  padding: 0;
}
.social .instagram a:hover {
  background: #e53d00;
}

.social .tiktok a:before {
  content: "\e07b";
  font-family: FontAwesome;
}
.social .tiktok a {
  background: #fe0152;
  font-size: 18px;
  border-radius: 3px;
  line-height: 35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  color: #fff;
  text-align: center;
  padding: 0;
}
.social .tiktok a:hover {
  background: #fe0152;
}

/* WEBSTORE NAV - JDR */
#cart-nav-btns {
  height: 65px;
  width: 100%;
  display: none;
}
#cart-nav-table {
  height: 60px;
  width: 100%;
}
#cart-nav-table tr td {
  border: 2px solid #ced4da;
}
#cart-nav-table .cart_nav_buttons {
  font-size: 1em;
  text-align: center;
  font-weight: 700;
  color: black;
  line-height: 20px;
}
#nav-cart-content {
  padding: 5px 5px;
}
#nav-cart-content .m-t-20 {
  margin-top: 20px;
}
#cart-shipping-form {
  padding: 5px 15px;
  color: black;
}
#cart-shipping-form h4 {
  color: black;
}
#cart-back-btn {
  background-color: black;
  color: #00bded;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  margin-left: 15px;
  margin-top: 20px;
}
#cart-next-btn {
  background-color: black;
  color: #00bded;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  margin-right: 15px;
  margin-top: 20px;
}
#jdr-cart-header {
  background-color: #00bded;
  height: 65px;
}
.cart_header_title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: black;
}
.nav_arrow_one {
  position: absolute;
  z-index: 9999;
  font-size: 20px;
  color: #545151;
  left: calc(33.3% - 5px);
  top: 20px;
}
.nav_arrow_two {
  position: absolute;
  z-index: 9999;
  font-size: 20px;
  color: #545151;
  left: calc(66% - 11px);
  top: 20px;
}

#checkout-portal-contents .fa-arrow-right {
  font-size: 1.5rem;
}

/* BLACK CHECKOUT  */
#black-cart-header-table {
  background: #1c95d1;
  height: 45px;
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#side-panel-contents.card {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.black_cart_header_back {
  width: 25%;
}
.black_cart_header_back i {
  margin-left: 10px;
}
.black_cart_header_title {
  width: 50%;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: white;
}
.black_cart_header_right {
  width: 25%;
  text-align: right;
}
#cart-nav-table-black {
  background-color: #1c95d1;
  height: 50px;
  width: 100%;
}
#cart-nav-table-black td {
  text-align: center;
  font-size: 1.25em;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
.nav_arrow_one {
  color: white;
  font-size: 0.7em;
  position: absolute;
  z-index: 9999;
  left: calc(33.3% - 0px);
  top: 62px;
}
.nav_arrow_two {
  color: white;
  font-size: 0.7em;
  position: absolute;
  z-index: 9999;
  left: calc(66.6% - 0px);
  top: 62px;
}
#checkout-table-black {
  width: 100%;
}
#checkout-table-black .cart_item_img {
  width: 30%;
}
#checkout-table-black .cart_item_price {
  width: 50%;
}
#checkout-table-black .cart_item_qty {
  width: 15%;
}
#checkout-table-black .cart_item_close {
  width: 7%;
  text-align: right;
  vertical-align: top;
}
#checkout-table-black td {
  background-color: white;
}
#checkout-table-black tr {
  height: 135px;
  border-bottom: 3px solid #e3e1e1;
  border-top: 3px solid #e3e1e1;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
#checkout-table-black .cart_item_img img {
  height: 110px;
  border-radius: 5px;
}
#checkout-table-black .cart_item_price .cart_product_title {
  font-family: "Inter", sans-serif;
  font-size: 1.5em;
  font-weight: 500;
}
#checkout-table-black
  .cart_item_price
  .cart_product_title
  .cart_product_details_name {
  font-family: "Inter", sans-serif;
  font-size: 0.5em !important;
  font-weight: 500;
}
#black-cart-total-bar {
  background-color: white;
  width: 100%;
  height: 35px;
  border-bottom: 3px solid #e3e1e1;
}
#black-cart-total-bar .black_cart_total_title {
  width: 50%;
  text-align: left;
  padding-left: 20px;
  color: black;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}
#black-cart-total-bar .black_cart_total_price {
  width: 50%;
  text-align: right;
  padding-right: 20px;
  color: black;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
#black-cart-total-btn-bar,
#black-cart-login-btn-bar {
  height: 45px;
  width: 100%;
  background-color: #00bded;
  text-align: center;
  cursor: pointer;
}

#black-cart-login-btn-bar {
  margin-top: 10px;
  font-weight: 700;
}

#black-cart-total-btn-bar .black_cart_continue_btn {
  text-align: center;
  font-weight: 700;
  font-size: 1.1em;
  color: white;
}
#black-cart-total-btn-bar .black_cart_portal_continue_btn {
  text-align: center;
  font-weight: 700;
  font-size: 1.25em;
  color: white;
}
#black-cart-billing-continue {
  height: 45px;
  width: 100%;
  background-color: #00bded;
  text-align: center;
  cursor: pointer;
}
#black-cart-billing-continue .black_cart_continue_btn {
  text-align: center;
  font-weight: 700;
  font-size: 1.1em;
  color: white;
}
#black-cart-billing-continue .black_cart_portal_continue_btn {
  text-align: center;
  font-weight: 700;
  font-size: 1.1em;
  color: white;
}
#black-cart-payment-continue {
  height: 45px;
  width: 100%;
  background-color: #00bded;
  text-align: center;
  cursor: pointer;
}
#black-cart-payment-continue .black_cart_continue_btn {
  text-align: center;
  font-weight: 700;
  font-size: 1.1em;
  color: white;
}
#black-cart-payment-continue .black_cart_portal_continue_btn {
  text-align: center;
  font-weight: 700;
  font-size: 1.1em;
  color: white;
}
#complete-checkout-btn {
  height: 45px;
  width: 100%;
  background-color: #00bded;
  text-align: center;
  cursor: pointer;
}
#complete-checkout-btn .black_cart_continue_btn {
  text-align: center;
  font-weight: 700;
  font-size: 1.1em;
  color: white;
}
#complete-checkout-btn .black_cart_portal_continue_btn {
  text-align: center;
  font-weight: 700;
  font-size: 1.1em;
  color: white;
}
.keep_shopping_btn {
  cursor: pointer;
  margin-right: 10px;
  font-size: 1.3em;
}
.add_top_quantity {
  text-align: center;
  color: black;
  font-weight: 700;
  font-size: 14px;
  height: 35px;
  width: 35px;
  border: 1px solid black;
  border-radius: 50%;
  background-color: white;
}

.alt {
  border: none;
  margin: 10px;
  background: conic-gradient(
      from 90deg at var(--b) var(--b),
      #fff 90deg,
      #000 0
    )
    calc(100% + var(--b) / 2) calc(100% + var(--b) / 2) / calc(50% + var(--b))
    calc(50% + var(--b));
}
.radius {
  border-radius: 50%;
}

.cssCircle {
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  behavior: url(PIE.htc);
  margin-left: 4px;
  width: 30px;
  height: 30px;
  padding: 0px;

  background: #ffffff;
  border: 1px solid #bfbfbf;
  color: #000000;
  text-align: center;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -ms-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
  transition: color 0.2s linear;

  font: 13px Arial, sans-serif;
}

.cssCircle:hover {
  background: #000000;
  cursor: pointer;
}

.minusSign {
  line-height: 25px;
  font-size: 22px;
  margin-bottom: 1px;
}

.plusSign {
  line-height: 30px;
  font-size: 22px;
}

.minusSign:hover,
.plusSign:hover {
  color: white;
}

#different-billing-address {
  display: none;
  margin-top: 10px;
}

.shipping_billing_title {
  margin-top: 10px;
  margin-left: -5px;
  font-family: "Inter", sans-serif;
  color: black;
}
#review-content-box {
  margin: 0px 15px;
  text-align: center;
}
#shipping-rates-select {
  height: 40px;
  width: 300px;
  border: 1px solid #ced4da;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  border-radius: 8px;
  padding: 0 4px;
}
#pickup-select {
  height: 40px;
  width: 300px;
  border: 1px solid #ced4da;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  /* font-size:0.8em; */
  display: none;
  border-radius: 8px;
  padding: 0 4px;
}
#pickup-select .select_default_option {
  /* font-size:18px; */
  font-weight: bold;
}
#checkout-review-table {
  width: 100%;
  margin-bottom: 15px;
}
#checkout-review-table tr {
  height: 45px;
  border-top: 1px solid #e3e1e1;
  border-bottom: 1px solid #e3e1e1;
}
#checkout-review-table tr:first-child {
  border-top: 0px solid #e3e1e1;
}
#checkout-review-table .cart_item_img img {
  width: 40px;
}

#checkout-review-table .price_qty {
  margin-left: 15px;
}
#checkout-review-table .cart_item_price {
  padding-top: 8px;
}
#side-panel-contents .review_item_title {
  text-align: center;
  font-family: "Inter", sans-serif;
  color: black;
  width: 100%;
  padding: 5px 0px;
  margin-bottom: 0;
  font-size: 1.1em;
  font-weight: 700;
  border-top: 1px solid #e3e1e1;
  border-bottom: 1px solid #e3e1e1;
  background-color: #00bded;
  border-radius: 5px;
}

#coupon-input-box {
}
#coupon-input-box .coupon-input {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#coupon-input-box input {
  height: 30px;
  width: 300px;
  border: 1px solid #ced4da;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1em;
  border-radius: 8px;
  padding: 0 4px;
}
#coupon-input-box button {
  height: 30px;
  width: 200px;
  border: 1px solid #ced4da;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1em;
  border-radius: 8px;
  padding: 0 4px;
  background-color: #00bded;
  color: white;
}
#coupon-input-box button:hover {
  background-color: #f11c95;
  border-color: #f11c95;
}
#coupon-input-box button:active {
  background-color: #f11c95;
  border-color: #f11c95;
}
#coupon-input-box .coupon_error {
  color: red;
  font-size: 18px;
}

#black-cart-review-total-bar {
  background-color: white;
  width: 100%;
  height: 30px;
  border-bottom: 1px solid #e3e1e1;
  border-top: 1px solid #e3e1e1;
  margin-bottom: 10px;
}
#black-cart-review-total-bar .black_cart_total_title {
  width: 50%;
  text-align: left;
  padding-left: 5px;
  color: black;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}
#black-cart-review-total-bar .black_cart_total_price {
  width: 50%;
  text-align: right;
  padding-right: 20px;
  color: black;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
#black-cart-review-shipping-bar {
  background-color: white;
  width: 100%;
  height: 30px;
  border-top: 1px solid #e3e1e1;
  margin-bottom: 0;
}
#black-cart-review-shipping-bar .black_cart_total_title {
  width: 50%;
  text-align: left;
  padding-left: 5px;
  color: black;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}
#black-cart-review-shipping-bar .black_cart_total_price {
  width: 50%;
  text-align: right;
  padding-right: 20px;
  color: black;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
#black-cart-review-coupon-bar {
  background-color: white;
  width: 100%;
  height: 30px;
  border-top: 1px solid #e3e1e1;
  margin-bottom: 0;
}
#black-cart-review-coupon-bar .black_cart_total_title {
  width: 50%;
  text-align: left;
  padding-left: 5px;
  color: black;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}
#black-cart-review-coupon-bar .black_cart_total_price {
  width: 50%;
  text-align: right;
  padding-right: 20px;
  color: black;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}

#black-cart-review-discount-bar {
  background-color: white;
  width: 100%;
  height: 30px;
  border-top: 1px solid #e3e1e1;
  margin-bottom: 0;
}

#black-cart-review-discount-bar .black_cart_total_title {
  width: 40%;
  text-align: left;
  padding-left: 5px;
  color: black;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}

#black-cart-review-discount-bar .black_cart_total_price {
  width: 60%;
  text-align: right;
  padding-right: 20px;
  color: black;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}

#black-cart-review-tax-bar {
  background-color: white;
  width: 100%;
  height: 30px;
  border-top: 1px solid #e3e1e1;
  margin-bottom: 0;
}
#black-cart-review-tax-bar .black_cart_total_title {
  width: 50%;
  text-align: left;
  padding-left: 5px;
  color: black;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}
#black-cart-review-tax-bar .black_cart_total_price {
  width: 50%;
  text-align: right;
  padding-right: 20px;
  color: black;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
#black-cart-review-subtotal-bar {
  background-color: white;
  width: 100%;
  height: 30px;
  border-top: 1px solid #e3e1e1;
  margin-bottom: 0;
}
#black-cart-review-subtotal-bar .black_cart_total_title {
  width: 50%;
  text-align: left;
  padding-left: 5px;
  color: black;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}
#black-cart-review-subtotal-bar .black_cart_total_price {
  width: 50%;
  text-align: right;
  padding-right: 20px;
  color: black;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
#shipping-or-pickup-box label {
  color: black;
  font-family: "Inter", sans-serif;
}
.deliver_method_options {
  margin-top: 5px;
  margin-bottom: 5px;
}
.card_info_row {
  margin: 10px 0;
}
.form-select {
  text-align: center;
  text-align-last: center;
  background-color: white;
  color: black;
}

.form-select option {
  text-align: left;
}
#checkout-portal #nav-back-2,
#checkout-portal #nav-back-3,
#checkout-portal #nav-back-4 {
  display: none;
  font-size: 1.2em;
  cursor: pointer;
}

#payment-page-sub-warning {
  font-size: 13px;
}

#checkout-portal-contents {
  font-family: "Inter", sans-serif !important;
}
#side-panel-contents .jdr_cart_content {
  overflow-y: auto;
}
.delete_cart_item_btn {
  color: #b7afaf;
  margin-right: 7px;
  margin-top: 0;
  cursor: pointer;
  font-size: 20px;
  margin-top: 15px;
}
#city-state-zip-info .form-control {
  display: inline;
}

#city-state-zip-info svg {
  display: none;
}
#checkout-gif {
  display: none;
}
/* #billing-city{
	width:45%;
} */

/* #billing-zip{
	width:25%;
} */

#shipping-city,
#shipping-state,
#shipping-zip {
  width: 100%;
}

#shipping-city-state-zip-info .form-control {
  display: inline;
}
/* #shipping-city{
	width:45%;
} */
#shipping-state {
  /* width:23%; */
  margin: 0 5px;
}
/* #shipping-zip{
	width:25%;
} */

/* START: JDR CSS  */
#jdr-product-portal .card .card-header.mobile_only {
  display: none;
}

#jdr-product-portal .card #product-portal-right .desktop_only {
  display: flex;
}

#stack-content-box {
  height: 75px;
  width: 100%;
  margin-top: 10px;
}

#stack-content-box .product_stack_buttons {
  width: 175px;
  height: 55px;
  border-radius: 10px;
  color: black;
  background-color: #00bded;
  margin-top: 10px;
  margin-left: 20px;
  font-weight: 700;
}
#jdr-product-portal {
  position: fixed;
  margin: auto;
  right: 0;
  left: 0;
  top: 100px;
  bottom: 0;
  width: 50%;
  z-index: 999;
  display: none;
}

#jdr-product-portal .card {
  background-color: #000000;
  background-image: linear-gradient(147deg, #000000 0%, #434343 74%);
  box-shadow: 0 0 10px #00bded;
  border-radius: 25px;
}

#jdr-product-portal .card .card-body {
  max-height: 86vh;
  overflow-y: auto;
  padding-bottom: 0;
  margin-bottom: 5px;
  width: 99%;
}

#jdr-product-portal .subscription_text {
  margin: 0.5rem 0;
}

#stack-subcription-form,
#stack-subcription-form .form-check-label {
  color: white;
}
#review-content-box .payment_card_info_title {
  margin-top: -10px;
}

#sub-and-save-div {
  padding: 0 15px;
  margin-top: 10px;
}

.banner_featured_img {
  border-radius: 10px;
  width: 350px;
}
#jdr-featuured-products {
  width: 100%;
  background-color: white;
  border-bottom: 5px solid #00bded;
  padding: 25px 15px;
  box-sizing: border-box;
}
#jdr-featuured-products img {
  width: 100%;
}
#jdr-featuured-products .col-lg-2 {
  padding-left: 5px;
  padding-right: 5px;
}
.featured_product_left {
  width: 19%;
  display: inline-block;
  box-sizing: border-box;
}
.featured_product_left img {
  width: 350px;
}
.featured_product_center {
  width: 60%;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
}
.featured_product_right {
  width: 19%;
  display: inline-block;
  box-sizing: border-box;
}
.featured_product_right img {
  width: 350px;
}
.sweatsuit_container {
  display: inline-block;
}
#products-section .product_card img {
  object-fit: inherit;
  border-radius: 10px;
}
/* END: JDR CSS  */

/* FROM MAIN.CSS*/
/* Items Portal */
#items-detail-portal {
  padding: 0;
  /* background-color: #000000; */
  background-image: linear-gradient(147deg, #000000 0%, #434343 74%);
  /* box-shadow: 0 0 10px #f11c95; */
  border-radius: 25px;
  position: fixed;
  width: 55%;
  border: 3px solid #00bded;
  margin: auto;
  top: 100px;
  right: 0;
  left: 0;
  z-index: 999;
  display: none;
}

#items-detail-portal .card {
  padding-bottom: 5px;
}

#items-detail-portal .card .card-header,
#items-detail-portal .card .card-body {
  padding: 2rem;
}

#items-detail-portal .card .card-header {
  border-bottom: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#items-detail-portal .card .card-header h3 {
  font-size: 32px;
}

#items-detail-portal .card .card-body {
  padding-top: 0;
}

#items-detail-portal .card .card-body .main_image {
  width: 85%;
}

#items-detail-portal #product-portal-right .product_info {
  padding: 5px 0;
}

#items-detail-portal button.minus,
#items-detail-portal button.plus {
  padding: 8px 12px;
  border: none;
  border-radius: 5px;
  color: white;
  background-color: #343a40;
}

#items-detail-portal button.minus:hover,
#items-detail-portal button.plus:hover {
  background-color: #0333e8;
  border-color: #0333e8;
}

/* #items-detail-portal .qty {
    width: 50px;
} */

.plus-minus-input .input-group-field {
  text-align: center;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.plus-minus-input .input-group-field::-webkit-inner-spin-button,
.plus-minus-input .input-group-field ::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
}

/* Checkout Portal */
#checkout-portal {
  padding: 3px;
  background-color: rgba(255, 255, 255, 1);
  position: fixed;
  width: 390px;
  height: calc(100% - 90px);
  border: 3px solid #00bded;
  border-width: 3px 3px 0 3px;
  margin: auto;
  right: 0;
  bottom: 0;
  z-index: 1001;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  display: none;
}

#checkout-portal-contents {
  position: absolute;
  height: 100%;
  width: 100%;
  margin: auto;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 0;
}

#checkout-portal-contents .card-body {
  height: 81vh;
  padding: 0;
}

.cart_header_title h3 {
  text-align: center;
  margin-top: 8px;
  font-weight: 700;
}

.cart_header_total_price {
  width: 65%;
  text-align: center;
}

#checkout-portal-contents #checkout-cart-list h4 {
  line-height: 1.25em;
}

.cart_header_tax {
  float: left;
  font-size: 0.7em;
  margin-left: 20px;
}

.cart_header_discount {
  float: right;
  font-size: 0.7em;
  margin-right: 20px;
}

.cart_header_total_price h4 {
  color: white;
  font-weight: 700;
  margin-top: 10px;
  font-size: 1.25rem;
}

.cart_header_totals {
  height: 65px;
  border-radius: 2px;
}

.cart_header_keep_shopping button {
  float: right;
  margin-right: 10px;
  margin-top: 10px;
}

.checkout_column button {
  float: right;
  margin-right: 10px;
}

#checkout-portal-contents #checkout-cart-list img {
  height: 60px;
  margin: auto;
  border-radius: 5px;
}

.cart_item_price h5 {
  font-size: 14px;
  line-height: 16px;
}

.cart_item_qty {
  padding: 5px;
}

.qty_container {
  display: inline-flex;
  width: 20%;
  height: 100%;
  padding: 5px;
}

.vertical-text {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  height: 40px;
  margin-right: 3px;
  margin-top: 3px;
}

.vertical-text span {
  line-height: 1;
}

#checkout-portal-contents .qty_input {
  height: 40px;
  width: 50px !important;
  border-radius: 8px;
  text-align: center;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

#checkout-portal-contents .delete_trash {
  padding: 6px 12px;
  float: right;
  margin-top: 0px;
}

#checkout-portal-contents #checkout-cart-list,
#checkout-portal-contents #cart-shipping-and-billing {
  position: absolute;
  width: 98%;
  max-height: 85%;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 5px;
}

#checkout-portal-contents #cart-shipping-and-billing {
  display: none;
  position: absolute;
  width: 98%;
  margin-top: 75px;
  z-index: 999;
  background-color: white;
}

/* JDR ADDED 5-4-23 */
.add_to_cart_btn {
  background-color: #00bded;
}

/* WEB STORE QUANITY */
.vertical-text {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  height: 40px;
  margin-right: 3px;
  margin-top: 3px;
}
.vertical-text span {
  line-height: 1;
}
.qty_container {
  display: inline-flex;
  width: 20%;
  height: 100%;
  padding: 5px;
}
#side-panel-contents .qty_input {
  height: 40px;
  width: 40px !important;
  border-radius: 8px;
  text-align: center;
  border: 1px solid #bfbfbf;
  margin-left: -6px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: inner-spin-button;
  opacity: 1;
}

input[type="number"]::-moz-inner-spin-button,
input[type="number"]::-moz-outer-spin-button {
  -moz-appearance: inner-spin-button;
  opacity: 1;
}
.cart_totals {
  border-bottom: 1px solid #e6e8eb;
}
.cart_item_row {
  width: 100%;
  border: 1px solid yellow;
}
.cart_item_img {
  padding: 5px;
}
.cart_item_img img {
  height: auto;
}
.cart_item_price h5 {
  font-size: 12px;
  line-height: 16px;
}
.cart_item_qty {
  padding: 5px;
}
.cart_item_delete {
  padding: 5px;
  vertical-align: middle;
}

#side-panel .card-header {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cart_header_totals {
  height: 65px;
  border-radius: 2px;
}
.checkout_column button {
  float: right;
  margin-right: 10px;
}
.cart_header_total_price {
  width: 65%;
  text-align: center;
}
.cart_header_total_price h4 {
  color: white;
  font-weight: 700;
  margin-top: 10px;
}
.cart_header_tax {
  float: left;
  font-size: 0.7em;
  margin-left: 20px;
}
.cart_header_discount {
  float: right;
  font-size: 0.7em;
  margin-right: 20px;
}

#checkout-table tr:nth-child(even) {
  background-color: #f2f2f2;
}

#checkout-table tr:hover {
  background-color: #ddd;
}

#jdr-cart-header {
  width: 100%;
}
#jdr-cart-header tr {
  height: 50px;
}
.cart_header_title {
  width: 75%;
  text-align: center;
}
.cart_header_title i {
  margin-right: 15px;
}
.cart_header_keep_shopping {
  width: 22%;
  text-align: right;
}
.cart_header_keep_shopping i {
  color: black;
  font-size: 2.5em;
  margin-right: 10px;
  cursor: pointer;
}
.cart_header_title h3 {
  text-align: center;
  margin-top: 8px;
  font-weight: 700;
  color: #dd0d78;
}
.cart_header_keep_shopping button {
  float: right;
  margin-right: 10px;
  margin-top: 10px;
}
#cart-shipping-form {
  margin-top: 5px;
}
#side-panel-contents .close_out_btn {
  margin-top: 25px;
  background-color: #343a40;
  border-color: #343a40;
  color: white;
  font-weight: bold;
}
#side-panel-contents .side_keep_shopping_btn {
  background-color: #dd0d78;
  border-color: #dd0d78;
}

#side-panel-contents .cart_checkout_btn {
  border: 1px solid white;
  margin-top: 12px;
  background-color: white;
  color: #dd0d78;
}

#side-panel-contents #cart-shipping-and-billing {
  display: none;
  position: absolute;
  width: 98%;
  margin-top: 65px;
  z-index: 999;
  background-color: white;
}
#checkout-btn-m {
  display: none;
}

#side-panel-contents #cart-shipping-and-billing #same-as-shipping {
  width: auto;
  margin-right: 5px;
}

#side-panel-contents #cart-shipping-and-billing .form-check-label {
  margin: 0 0 10px 0;
}

/* Checkout */
#checkout-section .card {
  border: 1px solid #777777;
}

#checkout-section .card-header {
  border-bottom: 1px solid #777777;
}

#checkout-products-container img {
  width: 100%;
}

#checkout-products-container i {
  font-size: 1.5rem;
}

#checkout-products-container input {
  width: 50px;
}

#checkout-products-container .side_panel_qty {
  border: 1px solid #777777;
}

#checkout-shipping-address-container .checkout_input,
#checkout-payment-container .checkout_input {
  width: 100%;
}

#checkout-btn-group {
  margin-top: 10px;
}
#side-panel-contents #side-cart-list,
#side-panel-contents #cart-shipping-and-billing {
  position: absolute;
  width: 98%;
  max-height: 85%;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 5px;
}

#side-panel-contents #side-cart-list h4 {
  line-height: 1em;
}

#side-panel-contents #side-cart-list img {
  height: 40px;
  margin: auto;
  border-radius: 5px;
}

#disable-background-layer {
  height: 100%;
  width: 100%;
  position: fixed;
  background-color: black;
  z-index: 998;
  opacity: 0.5;
  display: none;
}
/* WEBSTORE SCROLL - JDR */
/* This applies to all scrollable elements */
::-webkit-scrollbar {
  width: 10px; /* Width of the scrollbar */
  height: 10px; /* Height for horizontal scrollbars */
}
/* Track (background) styling */
::-webkit-scrollbar-track {
  background: #7777; /* Black background */
}
/* Handle (thumb) styling */
::-webkit-scrollbar-thumb {
  background: linear-gradient(
    #f11c95,
    #f11c95,
    #f11c95
  ); /* Gradient from black to #f11c95 */
  border-radius: 5px; /* Roundness of the thumb */
}
/* Handle (thumb) styling on hover */
::-webkit-scrollbar-thumb:hover {
  background: #f11c95; /* Solid #f11c95 color when hovering */
}

/* #pickup-select option{
	font-size:18px;
} */

#stripe-payment-element {
  display: inline-block;
  height: 400px;
}

/* NEW ITEM DETAILS CUSTOM CSS - JDR 9-21-23*/
#items-detail-portal .main-container {
  padding: 10px;
}

/* NEW ITEM DETAILS CUSTOM CSS - JDR 10-31-23*/
.product-image-area .product-image img {
  width: 100%;
}
.item_details_main_image {
  border-radius: 10px;
  width: 100%;
}
#details-main-image-box {
  padding: 10px;
}
.details_variant_image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  cursor: pointer;
  border-radius: 5px;
}
.details_variant_out_of_stock {
  width: 100%;
  height: 100%;
  object-fit: contain;
  cursor: pointer;
  border-radius: 5px;
}
.item_variant_box {
  padding-left: 3px !important;
  padding-right: 3px !important;
}
.details_variant_btns {
  width: 100%;
  height: 30px;
  background-color: #00bded;
  color: white;
  font-size: 18px;
  font-weight: 700;
  border-width: 0;
  border-radius: 3px;
}
#variant-title {
  width: 100%;
  text-align: center;
  color: black;
  margin-top: 10px;
}
.variant_title_selected {
  font-weight: 800;
  font-size: 1.2em;
}
#mobile-variant-section {
  display: none;
}
.variant_image_text {
  text-align: center;
  font-size: 12px;
  margin: 0;
  margin-top: -15px;
}

/* Topbar, Nav & Logo */
.topbar_swal {
  font-size: 14px;
}

.sticky .logo-small img {
  width: 115px;
}

/* Store 2 Home Banner */
#magik-slideshow .RHS-banner .add {
  height: 445px;
}

/*Product Thumbnail bottom links */
.hover_fly a:first-child {
  width: 60%;
}

.hover_fly a {
  width: 20%;
}

.hover_fly a:hover {
  width: 60% !important;
}

/* Checkout SWAL */
.checkout_swal {
  font-size: 14px;
  width: 500px;
}

/* ~~~~~ Contact Page ~~~~~ */
.group-select li .input-box input.input-text,
.group-select li input.input-text,
.group-select li textarea {
  border: 1px solid #37a4d9;
  border-radius: 5px;
  margin-top: 0;
}

#contact-container label {
  margin-bottom: 0;
}

#sircle-store-featured-bar .content span {
  font-size: 11px;
}

.product_delay_text {
  margin-top: -2px;
  font-size: 0.8em;
}
.full_grid_delay_text {
  font-size: 1.4em;
  position: absolute;
  z-index: 999;
  text-align: center;
  bottom: 5px;
  width: 100%;
  font-weight: bold;
  color: white; /* Ensure the font color is set to white */
  text-shadow: 1px 1px 2px black, -1px -1px 2px black, 1px -1px 2px black,
    -1px 1px 2px black; /* Shadow around text */
}
.add_discount_button {
  font-size: 12px;
  background-color: #00bded;
  color: white;
  border-radius: 5px;
  text-align: center;
  padding: 3px 5px;
  cursor: pointer;
}
.remove_discount_button {
  font-size: 12px;
  background-color: #00bded;
  color: white;
  border-radius: 5px;
  text-align: center;
  padding: 3px 5px;
  cursor: pointer;
}
.discount_span {
  margin-left: 10px;
  color: red;
}

/* Added by ayad */
.create_account_section {
  margin-top: 5px;
}
.store_create_account_btn {
  color: #00bded;
  font-size: 1em;
  font-weight: 700;
  cursor: pointer;
}
