/* ~~~~~~~~~~~~~~~~~~~  Smallest Desktop ~~~~~~~~~~~~~~~~~~~ */
@media screen and (min-width: 1600px) and (max-width: 1799px) {
  /* General */
  section h3 {
    font-size: 32px;
    font-weight: 800;
  }

  section h4 {
    font-size: 20px;
    font-weight: 800;
  }

  section h5 {
    font-size: 18px;
    font-weight: 700;
  }

  /* Featured */
  #featured-products #jamie-banner-text > img {
    height: 450px;
  }

  /* JDR Portal */
  #jdr-product-portal {
    width: 65%;
  }

  #jdr-product-portal .card .card-body {
    max-height: 80vh;
    padding: 0;
  }

  #jdr-product-portal .stack_image_content img {
    height: 300px;
  }

  .stack_details_header {
    margin-top: 15px;
  }

  #stack-product-variants td:first-child {
    padding: 15px 5px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~  Large Laptop ~~~~~~~~~~~~~~~~~~~ */
@media screen and (min-width: 1400px) and (max-width: 1599px) {
  /* ~~~~~~~~~~~~~~ General ~~~~~~~~~~~~~~ */
  section .container {
    max-width: 100vw;
  }

  /* General */
  section h3 {
    font-size: 32px;
    font-weight: 800;
  }

  section h4 {
    font-size: 20px;
    font-weight: 800;
  }

  section h5 {
    font-size: 18px;
    font-weight: 700;
  }

  /* Nav Bar */
  #navbarNav .nav-item .nav-link {
    font-size: 1rem;
  }

  /* Featured Banner */
  #featured-products #jamie-banner-text img {
    height: 350px;
  }

  #featured-products #jamie-banner-text #jamie-opening-text {
    top: 75px;
  }

  #featured-products #jamie-banner-text #jamie-opening-text img {
    margin-left: 75px;
  }

  #featured-products #jamie-banner-text h4 {
    font-size: 38px;
  }

  /* Product Cards */
  #products-section .container .product_card_col {
    max-width: 25%;
  }

  #products-section h3 {
    font-size: 1.5rem;
  }

  #products-section .product_card .card-header img {
    height: 250px;
  }

  #products-section .product_card button {
    font-size: 16px;
  }

  .card.product_card .product_price {
    font-size: 18px;
    padding-top: 8px;
  }

  /* Items Portal */
  #items-detail-portal {
    width: 75%;
    margin: auto;
    top: 90px;
  }

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

  #items-detail-portal .card .card-header {
    padding-bottom: 0;
  }

  #items-detail-portal .card .card-body {
    max-height: 84vh;
    overflow-y: auto;
    margin: 0;
  }

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

  #items-detail-portal #product-portal-right h4 {
    font-size: 1.25rem;
  }

  #items-detail-portal #product-portal-right h5 {
    font-size: 1.15rem;
  }

  #items-detail-portal .card .card-body .product_image_col {
    padding: 0 3px;
  }

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

  #items-detail-portal #product-portal-right h4 {
    font-size: 1.15rem;
  }

  #items-detail-portal #product-portal-right h5 {
    font-size: 1.05rem;
  }

  #items-detail-portal button.minus,
  #items-detail-portal button.plus {
    padding: 5px 10px;
  }

  #product-portal-right h4 {
    font-size: 1rem;
  }

  #product-portal-right h5 {
    font-size: 0.9rem;
  }

  #items-detail-portal .add_to_cart_btn,
  #items-detail-portal .add_to_cart_checkout_btn {
    font-size: 14px;
    padding: 6px 10px;
  }

  /* JDR Portal */
  #jdr-product-portal {
    width: 65%;
  }

  #jdr-product-portal .card .card-body {
    max-height: 80vh;
    padding: 0;
  }

  #jdr-product-portal .stack_image_content img {
    height: 300px;
  }

  .stack_details_header {
    margin-top: 15px;
  }

  #stack-product-variants td:first-child {
    padding: 15px 5px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~  Generic Laptop ~~~~~~~~~~~~~~~~~~~ */
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  /* ~~~~~~~~~~~~~~ General ~~~~~~~~~~~~~~ */
  section .container {
    max-width: 100vw;
  }

  /* Nav Bar */
  #navbarNav .nav-item .nav-link {
    font-size: 1rem;
  }

  /* Featured Banner */
  #featured-products #jamie-banner-text img {
    height: 300px;
  }

  #featured-products #jamie-banner-text #jamie-opening-text {
    top: 75px;
  }

  #featured-products #jamie-banner-text #jamie-opening-text img {
    margin-left: 50px;
  }

  #featured-products #jamie-banner-text h4 {
    font-size: 32px;
  }

  /* Product Cards */
  #products-section .container .product_card_col {
    max-width: 34%;
  }

  #products-section h3 {
    font-size: 1.5rem;
  }

  #products-section .product_card .card-header img {
    height: 250px;
  }

  .card.product_card .product_title {
    font-size: 20px;
  }

  #products-section .product_card button {
    font-size: 16px;
  }

  .card.product_card .product_price {
    font-size: 20px;
    padding-top: 5px;
  }

  /* Items Portal */
  #items-detail-portal {
    width: 75%;
    margin: auto;
    top: 90px;
  }

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

  #items-detail-portal .card .card-header {
    padding-bottom: 0;
  }

  #items-detail-portal .card .card-body {
    max-height: 84vh;
    overflow-y: auto;
    margin: 0;
  }

  #items-detail-portal .card .card-body .main_image {
    width: 100%;
    margin: 0;
  }

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

  #items-detail-portal #product-portal-right h4 {
    font-size: 1.25rem;
  }

  #items-detail-portal #product-portal-right h5 {
    font-size: 1.15rem;
  }

  #items-detail-portal .card .card-body .product_image_col {
    padding: 0 3px;
  }

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

  #items-detail-portal #product-portal-right h4 {
    font-size: 1.15rem;
  }

  #items-detail-portal #product-portal-right h5 {
    font-size: 1.05rem;
  }

  #items-detail-portal button.minus,
  #items-detail-portal button.plus {
    padding: 5px 10px;
  }

  #product-portal-right h4 {
    font-size: 1rem;
  }

  #product-portal-right h5 {
    font-size: 0.9rem;
  }

  #items-detail-portal .add_to_cart_btn,
  #items-detail-portal .add_to_cart_checkout_btn {
    font-size: 14px;
    padding: 6px 10px;
  }

  /* JDR Portal */
  #jdr-product-portal {
    width: 80%;
  }

  #jdr-product-portal .card .card-body {
    max-height: 80vh;
    padding: 0;
  }

  #jdr-product-portal .stack_image_content img {
    height: 300px;
  }

  .stack_details_header {
    margin-top: 15px;
  }

  #stack-product-variants td:first-child {
    padding: 15px 5px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~  Smallest Laptop ~~~~~~~~~~~~~~~~~~~ */
@media (min-width: 1025px) and (max-width: 1199px) {
  /* ~~~~~~~~~~~~~~ General ~~~~~~~~~~~~~~ */
  section .container {
    max-width: 100vw;
  }

  /* Nav Bar */
  #navbarNav .nav-item .nav-link {
    font-size: 1rem;
  }

  .search-box {
    width: 95%;
  }

  /* Featured Banner */
  #featured-products #jamie-banner-text img {
    height: 275px;
  }

  #featured-products #jamie-banner-text #jamie-opening-text {
    top: 65px;
  }

  #featured-products #jamie-banner-text #jamie-opening-text img {
    margin-left: 25px;
  }

  #featured-products #jamie-banner-text h4 {
    font-size: 28px;
  }

  /* Product Cards */
  #products-section .container .product_card_col {
    max-width: 34%;
  }

  #products-section h3 {
    font-size: 1.5rem;
  }

  .card.product_card .product_title {
    font-size: 1.25rem;
    min-height: 60px;
  }

  #products-section .product_card .card-header img {
    height: 250px;
  }

  #products-section .product_card button {
    font-size: 16px;
  }

  .card.product_card .product_price {
    font-size: 18px;
    padding-top: 8px;
  }

  /* Items Portal */
  #items-detail-portal {
    width: 75%;
    margin: auto;
    top: 90px;
  }

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

  #items-detail-portal .card .card-header {
    padding-bottom: 0;
  }

  #items-detail-portal .card .card-body {
    max-height: 84vh;
    overflow-y: auto;
    margin: 0;
  }

  #items-detail-portal .card .card-body .main_image {
    width: 100%;
    margin: 0;
  }

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

  #items-detail-portal #product-portal-right h4 {
    font-size: 1.25rem;
  }

  #items-detail-portal #product-portal-right h5 {
    font-size: 1.15rem;
  }

  #items-detail-portal .card .card-body .product_image_col {
    padding: 0 3px;
  }

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

  #items-detail-portal #product-portal-right h4 {
    font-size: 1.15rem;
  }

  #items-detail-portal #product-portal-right h5 {
    font-size: 1.05rem;
  }

  #items-detail-portal button.minus,
  #items-detail-portal button.plus {
    padding: 5px 10px;
    margin-top: -5px;
  }

  #product-portal-right h4 {
    font-size: 1rem;
  }

  #product-portal-right h5 {
    font-size: 0.9rem;
  }

  #items-detail-portal .add_to_cart_btn,
  #items-detail-portal .add_to_cart_checkout_btn {
    font-size: 14px;
    padding: 6px 10px;
  }

  /* JDR Portal */
  #jdr-product-portal {
    width: 90%;
  }

  #jdr-product-portal .card .card-body {
    max-height: 80vh;
    padding: 0;
  }

  #jdr-product-portal .stack_image_content img {
    height: 285px;
  }

  .stack_details_header {
    margin-top: 15px;
  }

  #stack-product-variants td:first-child {
    padding: 15px 5px;
  }
}

/* ~~~~~~~~~~ Standard iPad ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~  Tablet: Landscape ~~~~~~~~~~~~~~~~~~~ */
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  /* ~~~~~~~~~~~~~~ General ~~~~~~~~~~~~~~ */
  section .container {
    max-width: 100vw;
  }

  .btn.btn-primary {
    padding: 3px 5px;
  }

  /* Nav Bar */
  #navbarNav .nav-item .nav-link {
    font-size: 1rem;
  }

  .search-box {
    width: 95%;
  }

  #magik-slideshow .RHS-banner .add {
    height: 370px;
  }

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

  /* Featured Banner */
  #featured-products #jamie-banner-text img {
    height: 250px;
  }

  #featured-products #jamie-banner-text #jamie-opening-text img {
    margin-left: 50px;
  }

  #featured-products #jamie-banner-text h4 {
    font-size: 28px;
  }

  /* Product Cards */
  #products-section .container .product_card_col {
    max-width: 50%;
  }

  .card.product_card .card-header img {
    height: 225px;
  }

  #products-section h3 {
    font-size: 1.5rem;
  }

  #products-section .product_card button {
    font-size: 16px;
  }

  .card.product_card .product_price {
    font-size: 18px;
    padding-top: 6px;
  }

  /* Items Portal */
  #items-detail-portal {
    width: 90%;
    margin: auto;
    top: 90px;
  }

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

  #items-detail-portal .card .card-header {
    padding-bottom: 0;
  }

  #items-detail-portal .card .card-body {
    max-height: 82vh;
    overflow-y: auto;
    margin: 0;
  }

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

  #items-detail-portal #product-portal-right h4 {
    font-size: 1.25rem;
  }

  #items-detail-portal #product-portal-right h5 {
    font-size: 1.15rem;
  }

  #items-detail-portal .card .card-body .product_image_col {
    padding: 0 3px;
  }

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

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

  #items-detail-portal #product-portal-right h4 {
    font-size: 1.15rem;
  }

  #items-detail-portal #product-portal-right h5 {
    font-size: 1.05rem;
  }

  #items-detail-portal button.minus,
  #items-detail-portal button.plus {
    padding: 5px 10px;
    margin-top: -5px;
  }

  /* JDR Portal */
  #jdr-product-portal {
    width: 90%;
  }

  #jdr-product-portal .card .card-body {
    max-height: 80vh;
    padding: 0;
  }

  #jdr-product-portal .stack_image_content img {
    height: 270px;
  }

  .stack_details_header {
    margin-top: 15px;
  }

  #stack-product-variants td:first-child {
    padding: 15px 5px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~  Between md and lg breakpoints ~~~~~~~~~~~~~~~~~~~  */
@media screen and (min-width: 800px) and (max-width: 991px) {
  #products-section .container .product_card_col {
    max-width: 50%;
  }
}

/* ~~~~~~~~~~ iPad Air ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~  Tablet: Portrait ~~~~~~~~~~~~~~~~~~~ */
@media only screen and (min-width: 769px) and (max-width: 820px) and (orientation: portrait) {
  /* Featured Products */
  #featured-products #jamie-banner-text img {
    max-height: 225px;
  }

  #featured-products #jamie-banner-text #jamie-opening-text img {
    margin-left: 0;
  }

  #featured-products #jamie-banner-text h4 {
    font-size: 30px;
    width: 65%;
    margin: 0 auto;
  }

  #featured-products #jamie-banner-logo img {
    width: 65%;
  }

  #featured-products #jamie-banner-product h3 {
    font-size: 18px;
  }

  #featured-products #jamie-banner-product h4 {
    font-size: 12px;
  }

  /* Product Cards */
  #products-section .container .product_card_col {
    max-width: 50%;
  }

  .card.product_card .card-header img {
    height: 225px;
  }

  #products-section h3 {
    font-size: 1.5rem;
  }

  #products-section .product_card button {
    font-size: 16px;
  }

  .card.product_card .product_price {
    font-size: 18px;
    padding-top: 6px;
  }

  /* Items Portal */
  #items-detail-portal {
    width: 90%;
    margin: auto;
    top: 90px;
  }

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

  #items-detail-portal .card .card-header {
    padding-bottom: 0;
  }

  #items-detail-portal .card .card-body {
    max-height: 82vh;
    overflow-y: auto;
    margin: 0;
  }

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

  #items-detail-portal #product-portal-right h4 {
    font-size: 1.25rem;
  }

  #items-detail-portal #product-portal-right h5 {
    font-size: 1.15rem;
  }

  #items-detail-portal .card .card-body .product_image_col {
    padding: 0 3px;
  }

  #items-detail-portal .card .card-body .main_image {
    padding: 15px 0;
  }

  #items-detail-portal .plus-minus-input {
    margin-bottom: 10px;
    justify-content: flex-end;
  }

  /* JDR Portal */
  #jdr-product-portal {
    width: 90%;
  }

  #jdr-product-portal .card .card-body {
    max-height: 80vh;
    padding: 0;
  }

  #jdr-product-portal .stack_image_content img {
    height: 240px;
  }

  .stack_details_header {
    margin-top: 15px;
  }

  #stack-product-variants td:first-child {
    padding: 15px 5px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~  Tablet: Portrait ~~~~~~~~~~~~~~~~~~~ */
@media only screen and (min-width: 481px) and (max-width: 768px) and (orientation: portrait) {
  section .container {
    max-width: 100vw;
  }

  /* Nav Bar */
  .navbar-light .navbar-toggler {
    position: absolute;
    right: 15px;
  }

  #navbarNav #checkout-btn {
    display: none;
  }

  .navbar-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  #navbarNav {
    z-index: 999;
    background-color: #00bded;
    position: absolute;
    width: 25%;
    right: 0;
    top: 78px;
  }

  #search-header-nav {
    width: 75%;
  }

  #checkout-btn-m {
    display: block;
  }

  /* Featured Products */
  #featured-products #jamie-banner-text img {
    max-height: 200px;
  }

  #featured-products #jamie-banner-text #jamie-opening-text {
    top: 50px;
  }

  #featured-products #jamie-banner-text #jamie-opening-text img {
    top: -15px;
    margin-left: 0;
  }

  #featured-products #jamie-banner-text h4 {
    font-size: 30px;
    width: 65%;
    margin: 0 auto;
  }

  #featured-products #jamie-banner-logo img {
    width: 65%;
  }

  #featured-products #jamie-banner-product h3 {
    font-size: 18px;
  }

  #featured-products #jamie-banner-product h4 {
    font-size: 12px;
  }

  /* Products Card */
  #products-section .container .product_card_col {
    max-width: 50%;
  }

  #products-section .product_title {
    font-size: 24px;
    min-height: 70px;
  }

  #products-section .product_card button {
    font-size: 18px;
  }

  .card.product_card .product_price {
    font-size: 1.35rem;
    padding-top: 3px;
  }

  /* Items Portal */
  #items-detail-portal {
    width: 95%;
    margin: auto;
    top: 90px;
  }

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

  #items-detail-portal .card .card-header {
    padding-bottom: 0;
  }

  #items-detail-portal .card .card-body {
    overflow-y: auto;
    margin: 0;
  }

  #items-detail-portal .card .card-body .main_image {
    width: 100%;
    padding: 15px 0;
  }

  #items-detail-portal .card .product_portal_name {
    text-shadow: 0 0 2px #00bded;
  }

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

  #items-detail-portal #product-portal-right h4 {
    font-size: 1.25rem;
  }

  #items-detail-portal #product-portal-right h5 {
    font-size: 1.15rem;
  }

  #items-detail-portal .card .card-body .product_image_col {
    padding: 0 3px;
  }

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

  #items-detail-portal #product-portal-right h4 {
    font-size: 1.15rem;
  }

  #items-detail-portal #product-portal-right h5 {
    font-size: 1.05rem;
  }

  #items-detail-portal .plus-minus-input {
    margin-bottom: 10px;
    justify-content: flex-end;
  }

  #items-detail-portal button.minus,
  #items-detail-portal button.plus {
    padding: 5px 10px;
    margin-top: -5px;
  }

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

  /* JDR Portal */
  #jdr-product-portal {
    width: 90%;
  }

  #jdr-product-portal .card .card-body {
    max-height: 80vh;
    padding: 0;
  }

  #jdr-product-portal .stack_image_content img {
    height: 225px;
  }

  .stack_details_header {
    margin-top: 15px;
  }

  #stack-product-variants td:first-child {
    padding: 15px 5px;
  }
  #mobile-variant-section{
	 display: none; 
  }
  #desktop-variant-section{
	  display: block;
  }
}

/* ~~~~~~~~~~~~~~~~~~~  Between xs and sm breakpoints ~~~~~~~~~~~~~~~~~~~  */
@media only screen and (min-width: 576px) and (max-width: 636px) {
  /* General */
  .btn.btn-primary {
    font-size: 13px;
    padding: 0.25rem 0.3rem;
  }

  /* Product Cards */
  .card.product_card .card-header img {
    height: 225px;
  }

  .card.product_card .card-body {
    padding: 0.85rem 0.75rem;
  }

  .card.product_card .card-body button {
    padding: 0.25rem 0.3rem;
  }

  #products-section .product_title {
    font-size: 16px;
  }

  #products-section .product_card button {
    font-size: 0.7rem;
  }

  .card.product_card .product_price {
    font-size: 1.1rem;
    padding-top: 3px;
  }

  /* Items Portal */
  #items-detail-portal {
    width: 95%;
    margin: auto;
    top: 20px;
  }

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

  #items-detail-portal .card .card-body {
    max-height: 87vh;
  }

  #items-detail-portal button.minus,
  #items-detail-portal button.plus {
    padding: 0.25rem 0.3rem;
    margin-top: -5px;
  }

  #items-detail-portal .qty {
    width: 35px;
  }

  #items-detail-portal .desc_col {
    font-size: 14px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~  Cell Phone: Landscape ~~~~~~~~~~~~~~~~~~~  */
@media only screen and (max-height: 481px) and (max-width: 964px) and (orientation: landscape) {
  section .container {
    max-width: 98vw;
  }

  /* Nav Bar */
  .navbar-light .navbar-toggler {
    position: absolute;
    right: 15px;
  }

  #navbarNav #checkout-btn {
    display: none;
  }

  .navbar-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  #navbarNav {
    z-index: 999;
    background-color: #00bded;
    position: absolute;
    width: 25%;
    right: 0;
    top: 78px;
  }

  #checkout-btn-m {
    display: block;
  }

  /* Footer */
  .newsletter input[type="text"] {
    width: 65%;
  }

  /* Featured Products */
  #featured-products #jamie-banner-text img {
    max-height: 200px;
  }

  #featured-products #jamie-banner-text #jamie-opening-text {
    top: 15px;
  }

  #featured-products #jamie-banner-text #jamie-opening-text img {
    top: -15px;
    margin-left: 0;
  }

  #featured-products #jamie-banner-text h4 {
    font-size: 30px;
    width: 65%;
    margin: 0 auto;
  }

  #featured-products #jamie-banner-product h3 {
    font-size: 18px;
  }

  #featured-products #jamie-banner-product h4 {
    font-size: 12px;
  }

  #featured-products #jamie-banner-logo img {
    width: 60%;
  }

  /* Products Card */
  #products-section .container .product_card_col {
    max-width: 50%;
  }

  #products-section .product_title {
    font-size: 20px;
  }

  #products-section .product_card button {
    font-size: 16px;
  }

  .card.product_card .product_price {
    font-size: 22px;
    padding-top: 5px;
  }

  /* Items Portal */
  #items-detail-portal {
    width: 95%;
    margin: auto;
    top: 90px;
  }

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

  #items-detail-portal .card .card-body {
    max-height: 70vh;
    overflow-y: auto;
    margin: 0;
  }

  #items-detail-portal #product-portal-top .col-sm-4 {
    width: 33.33333333%;
  }

  #items-detail-portal #product-portal-top .col-sm-8 {
    width: 66.66666667%;
  }

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

  #items-detail-portal .card .card-body #details-main-image-box {
    padding: 10px 0;
  }

  #items-detail-portal .card .product_portal_name {
    text-shadow: 0 0 2px #00bded;
  }

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

  #items-detail-portal #product-portal-right h4 {
    font-size: 1.25rem;
  }

  #items-detail-portal #product-portal-right h5 {
    font-size: 1.15rem;
  }

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

  #items-detail-portal #product-portal-right h4 {
    font-size: 1.15rem;
  }

  #items-detail-portal #product-portal-right h5 {
    font-size: 1.05rem;
  }

  #items-detail-portal .plus-minus-input {
    margin-bottom: 10px;
    justify-content: flex-end;
  }

  #items-detail-portal button.minus,
  #items-detail-portal button.plus {
    padding: 5px 10px;
    margin-top: -5px;
  }

  /* JDR Portal */
  #jdr-product-portal {
    width: 98%;
    /* height: 95%; */
  }

  #jdr-product-portal .card .card-body {
    max-height: 70vh;
    padding: 0;
  }

  #stack-details-header {
    height: 50px;
  }

  .stack_details_title {
    font-size: 22px;
  }

  #jdr-product-portal .stack_image_content img {
    height: 200px;
  }

  #jdr-product-portal .stack_image_content {
    margin-top: 0;
    height: 220px;
  }

  .stack_details_header {
    margin-top: 10px;
  }

  #stack-product-variants td:first-child {
    padding: 15px 5px;
  }

  #stack-product-variants td .form-check-input {
    margin-left: 0;
  }

  #stack-product-variants td .form-check-label {
    margin-left: 20px;
  }

  #stack-in-cart-form .stack_in_cart_sbmt {
    margin: 10px auto;
    margin-top: 20px;
  }
  #mobile-variant-section{
	 display:block; 
  }
  #desktop-variant-section{
	  display:none;
  }
}



/* ~~~~~~~~~~~~~~~~~~~  Cell Phone: Portrait ~~~~~~~~~~~~~~~~~~~  */
@media only screen and (max-width: 480px) and (orientation: portrait) {
  /* General */
  section h3 {
    font-size: 28px;
    font-weight: 800;
  }

  section h4 {
    font-size: 18px;
    font-weight: 800;
  }

  section h5 {
    font-size: 16px;
    font-weight: 700;
  }

  .btn.btn-primary {
    padding: 0.25rem 0.5rem;
  }

  /* Nav Bar */
  .navbar-light .navbar-toggler {
    position: absolute;
    right: 15px;
  }

  #navbarNav #checkout-btn {
    display: none;
  }

  .navbar-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  #navbarNav {
    z-index: 999;
    background-color: #00bded;
    position: absolute;
    width: 40%;
    right: 0;
    top: 78px;
  }

  #checkout-btn-m {
    display: block;
  }
    
  header .header .logo img {
    width: 140px;
  }

  .RHS-banner .add img {
    width: 100%;
  }

  /* Featured Products */
  #featured-products #jamie-banner-text img {
    height: 150px;
    top: -50px;
  }

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

  #featured-products #jamie-banner-text h4 {
    font-size: 24px;
    width: 100%;
    margin: 0 auto;
  }

  #featured-products #jamie-banner-text #jamie-opening-text img {
    top: -50px;
    margin-left: 25px;
  }

  #featured-products #jamie-banner-logo img {
    width: 80%;
  }

  /* Products Card */
  #products-section .container .product_card_col {
    max-width: 100%;
  }

  #products-section #supplements-vitamins-products {
    margin-top: 50px;
  }

  #products-section h3 {
    font-size: 1.5rem;
  }

  #products-section .product_title {
    font-size: 20px;
    min-height: 0;
  }

  #products-section .product_card button {
    font-size: 16px;
  }

  .card.product_card .product_price {
    font-size: 20px;
    padding-top: 6px;
  }

  /* Items Portal */
  #items-detail-portal {
    width: 98%;
    margin: auto;
    top: 50px;
  }

  #items-detail-portal .card .card-header.mobile_only {
    display: block;
    padding-bottom: 0;
  }

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

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

  #items-detail-portal .card .card-header {
    border-bottom: 2px solid #343a40;
  }

  #items-detail-portal .card .card-header h3 {
    font-size: 22px;
    font-weight: 700;
    color: #00bded;
    margin: 10px 0;
  }

  #items-detail-portal .card .card-body {
    max-height: 78vh;
    overflow-y: auto;
    margin: 5px;
    padding: 0;
  }

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

  #items-detail-portal .card .card-body .main_image {
    width: 100%;
    padding: 15px 0;
  }

  #items-detail-portal .card .card-body #details-main-image-box {
    padding: 10px 0;
  }

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

  #items-detail-portal .x_btn {
    font-size: 32px;
    margin: 0 -10px 5px 0;
  }

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

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

  #items-detail-portal #product-portal-top  #product-portal-right h4 {
    font-size: 1.75rem;
    margin-bottom: 0;
  }

  #items-detail-portal #product-portal-right h5 {
    font-size: 1.05rem;
    margin-bottom: 0;
  }

  #items-detail-portal #product-portal-top #product-portal-right .portal_price {
    font-size: 18px;
  }

  #items-detail-portal .plus-minus-input {
    margin-bottom: 10px;
    justify-content: flex-end;
  }

  #items-detail-portal #product-portal-top .add_to_cart_btn {
    font-size: 14px;
    padding: 5px 8px;
  }

  #items-detail-portal #product-portal-btns {
    margin-top: 10px;
  }

  #items-detail-portal #product-portal-top button.minus,
  #items-detail-portal #product-portal-top button.plus {
    padding: 3px 6px;
    margin-top: -5px;
  }

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

  /* JDR Portal */
  #jdr-product-portal .card .card-header.mobile_only {
    display: block;
  }

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

  #jdr-product-portal {
    width: 98%;
  }

  #jdr-product-portal .card .card-body {
    max-height: 74vh;
    padding: 1rem 0;
    padding-bottom: 0;
  }

  #stack-details-header {
    height: 50px;
  }

  .stack_details_title {
    font-size: 22px;
  }

  #jdr-product-portal .stack_image_content img {
    height: 200px;
  }

  #jdr-product-portal .stack_image_content {
    margin-top: 0;
    height: 220px;
  }

  #stack-product-variants td:first-child {
    padding: 15px 5px;
  }

  #stack-product-variants td .form-check-input {
    margin-left: 0;
  }

  #stack-product-variants td .form-check-label {
    margin-left: 20px;
  }

  #stack-in-cart-form .stack_in_cart_sbmt {
    margin: 10px auto;
    margin-top: 20px;
  }

  /* Checkout Portal */
  #checkout-portal {
    width: 98%;
  }
  #mobile-variant-section{
	 display:block; 
  }
  #desktop-variant-section{
	  display:none;
  }

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

  #billing-state {
    margin: 0;
  }

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

  #shipping-state {
    margin: 0;
  }
}
