/**
 * Main Template CSS Stylesheet
 * 
 * BOOTSTRAP v3.4.0
 *
 */
.clearBoth {
   clear: both;
}
.forward {
    float: right;
}
.back {
    float: left;
}


h1 {font-size:1.5em;line-height:1.5em;}
h2 {font-size:1.1em;font-weight: 900;}
h3 {font-size:1.3em;}
h4, h5, h6, h4.optionName, LEGEND, ADDRESS, .larger{font-size:1.1em;}
h1, h2, h3, h4, h5, h6 {margin:5px 0;} 

.productBasePrice {
    color: red;
}

.custom-quantity-box {
  width: 80px; /* or any specific size */
}

.custom-quantity-box::-webkit-inner-spin-button,
.custom-quantity-box::-webkit-outer-spin-button {
    opacity: 1 !important;
}


/* This is used to re-size images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
}


/* Default: hide the flexbox on larger screens */
.phone-only-flexbox {
    display: none;
}

/* Show flexbox only on phone-sized screens (commonly max-width: 600px) */
@media screen and (max-width: 600px) {
.phone-only-flexbox {
        display: flex; /* activate flexbox layout */
        flex-direction: column; /* optional: adjust layout for a mobile-friendly arrangement */
        gap: 10px; /* optional: add spacing between items */
        padding: 10px; /* optional: padding inside the flexbox */
    }
}

@media (max-width: 576px) { 
.flex-container {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('https://www.spraytansupplies.com/shop/images/venetianone34.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
}


.qmix > br {
    display: none;
}

.normalprice, .productSpecialPriceSale {
    text-decoration: line-through;
}

#back-to-top {
    position: fixed;
    bottom: 5rem;
    right: 1rem;
    z-index: 1;
    text-align: center;
    cursor: pointer;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}

#back-to-top.show {
    opacity: 1;
    z-index: 1;
}

/* set height of scrollable area in mobile menu */
div#navbarSupportedContent {
    max-height:90vh;
    overflow-y:auto;
}

.zca-banner {
    text-align: center;
}

.ot-title {
    text-align: right;
}
.ot-text,
.totalCell {
    text-align: right;
}

.centeredContent {
    text-align: center;
    padding: 1rem;
}

table.tabTable td {
    padding: 0.5rem;
}
#indexProductList-cat-wrap {
    margin-bottom: 1rem;
}
#productsListing-bottomRow {
    margin-top: 1rem;
}

.sideBoxContent select {
    margin-bottom: 1rem;
}
#navCatTabs a,
#navCatTabs a:hover {
    border: 0.125rem solid #007faf;
}

/* These CSS media queries control how many columns of cards display on the login, checkout_shipping, checkout_payment & checkout_confirmation pages */
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
.card-columns {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
}

/*  Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
.card-columns {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
.card-columns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
.card-columns {
  -webkit-column-count: 2;
  -moz-column-count:2;
  column-count: 2;
}
}

