﻿body {
	font: normal 14px "Segoe UI", Arial, Helvetica, sans-serif;
	color: #240600;
	line-height: 18px;
}
.productwithimage
{
    min-height:125px;
    background-color:#ffe;
    margin:2px 0;
    padding:5px;
}
.product
{
    background-color:#ffe;
    margin:2px 0;
    padding:5px;
}
.ui-state-default
{
    font-size:11px;
}
.pringlemenuitemprice
{
    color:green;
}
.brand
{
    font-family: Segoe Print;
    color: #777777;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 0 -1px 0 rgba(0,0,0,.5);    
    text-decoration:none;
}
.btn {
    background-color: rgba(128,128,128,0.9);
    color: white; 
    text-transform: uppercase;
    font-size: medium;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.btn-orange {
    background-color: rgba(128,128,128,0.9);
    color: white;
    opacity: 1;
    text-transform: uppercase;
    padding: 4px;
    margin-left: 2px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.btn-orange-accent {
    background-color: #d9534f;
    color: white;
    text-transform: uppercase;
    padding: 4px;
    margin-left: 2px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.btn-cart {
    font-size: small;
    background-color: inherit; /* Color Scheme */
    color: white; /* Color Scheme */
    border: none;
    font-weight: normal;
}

.btn-cart i {
    font-size: large;
}
.tableheaderfooter {
    color: black;
    background-color: #ffffff;
}
.tablealternate {
    background-color: #f9f9f9;
}
.Message {
    text-align: center;
    border: 1px #008000 solid;
    background-color: #008000;
    opacity: 0.7;
    padding: 3px;
    color: white;
    font-size:medium;
}
#carttable {
    border-spacing: 0;
    border: solid 2px #EBEBEB;
    border-collapse: collapse;
    opacity: 1;
    font-size:medium;
}

#carttable td {
    border: solid 1px #EBEBEB;
    padding: 5px;
}

#addtocarttable {
    border-spacing: 0;
    border: solid 2px #EBEBEB;
    border-collapse: collapse;
    opacity: 1;
    font-size: medium;
}

#addtocarttable td {
    padding: 5px;
}

.cartLinks {
    padding: 6px;
    color: black;
    text-decoration: none;
    opacity: 0.9;
    /*border: solid 1px #eee;
    border-radius: 50px;*/
}
.text-center
{
    text-align:center;
}

.btnpadding
{
    padding:7px;
}
.btnlink
{
    text-decoration:none;
}
.btnlink:hover
{
    text-decoration:none;
}
input,select
{
    font-size:medium;
}
#txtTip
{
    text-align:right;
}
h2
{
    background-color:#FFE;
    padding:10px;
    margin-bottom:0;
    text-align:left;
}
h3
{
    background-color:#FFE;
    padding:10px;
    margin-bottom:0;
    text-align:left;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
    background-color: green;
}

input:focus + .slider {
    box-shadow: 0 0 1px rgba(128,128,128,0.9);
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* Cards */
.card {
    font-size: 1em;
    overflow: hidden;
    padding: 0;
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
}

.card-block {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 1em;
    border: none;
    border-top: 1px solid rgba(34, 36, 38, .1);
    box-shadow: none;
}

.card-img-top {
    display: block;
    width: 100%;
    height: auto;
}

.card-icon-top {
    display: block;
    width: 100%;
    height: auto;
    padding: 20px;
    background-color: rgba(128,128,128,0.9);
    color: white;
}

.card-title {
    font-size: 1.28571429em;
    font-weight: 700;
    line-height: 1.2857em;
}

.card-text {
    clear: both;
    margin-top: .5em;
    color: rgba(0, 0, 0, .68);
}

.card-footer {
    font-size: 1em;
    position: static;
    top: 0;
    left: 0;
    max-width: 100%;
    padding: .75em 1em;
    color: rgba(0, 0, 0, .4);
    border-top: 1px solid rgba(0, 0, 0, .05) !important;
    background: #fff;
}

.card-inverse .btn {
    border: 1px solid rgba(0, 0, 0, .05);
}

.profile {
    position: absolute;
    top: -12px;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    margin: 0;
    border: 1px solid #fff;
    border-radius: 50%;
}

.profile-avatar {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.profile-inline {
    position: relative;
    top: 0;
    display: inline-block;
}

.profile-inline ~ .card-title {
    display: inline-block;
    margin-left: 4px;
    vertical-align: top;
}
.text-bold {
    font-weight: 700;
}

.meta {
    font-size: 1em;
    color: rgba(0, 0, 0, .4);
}

.meta a {
    text-decoration: none;
    color: rgba(0, 0, 0, .4);
}

.meta a:hover {
    color: rgba(0, 0, 0, .87);
}

.float-right {
    float: right !important;
}

.bronze {
    color: #cd7f32;
}

.silver {
    color: #C0C0C0;
}

.gold {
    color: #FFD700;
}

.platinum {
    color: #E5E4E2;
}

/* Shopping Cart Style */
/*.pringle-menuribbon {
    background-color: rgba(128,128,128,0.9);  Color Scheme 
    color: white;  Color Scheme 
    padding: 10px;
    width: 100%;
    margin-bottom: 10px
}*/ 
.pringle-menuribbon {
    position: sticky;
    z-index: 1000;
    background-color: rgba(128,128,128,0.9);
    padding: 3px;
    color: White;
    width: 100%;
    margin-bottom: 10px;
    top: 0;
}

.card {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    min-height: 350px;
    padding: 10px;
    position: relative;
}

.pringle-product-card {
    position: relative;
    padding: 10px;
}

.pringle-category {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    min-height: 200px;
    max-height: 200px;
    padding: 10px;
    position: relative;
    margin-top: 10px;
    color: initial;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 4px;
}

.pringle-category-image-span {
    height: 120px;
    margin-right: -10px;
    margin-left: -10px;
    margin-top: -10px;
    position: relative;
}

.pringle-category-noimage-span {
    height: 10px;
}

.pringle-categoryimage {
    height: 115px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    object-fit: cover;
}

.pringle-category-details {
    overflow: hidden;
    height: 60px;
}

.pringle-category-details-noimage {
    overflow: hidden;
    height: 170px;
}

.pringle-category-title {
    color: black;
    font-size: 15px;
    text-transform: uppercase;
}

.pringle-category-subcategories {
    color: rgb(0,0,0,0.5);
}

.pringle-product {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    min-height: 240px;
    max-height: 240px;
    padding: 10px;
    position: relative;
    margin-top: 10px;
    color: initial;
    border-radius: 4px;
    background-color: white;
}

.pringle-product-image-span {
    height: 115px;
    margin-right: -10px;
    margin-left: -10px;
    margin-top: -10px;
    position: relative;
}

.pringle-productimage {
    height: 110px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    object-fit: cover;
}

.pringle-product-noimage-span {
    margin-bottom: 40px;
}

.pringle-product-pricing {
    color: black;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 999;
    padding: 2px 5px;
    border-radius: 4px;
    background-color: #fff;
    font-weight: 700;
    font-size: 14px;
    margin-left: 10px;
}

.pringle-product-noimge-pricing {
    background-color: #eee;
}

.pringle-product-details {
    overflow: hidden;
    height: 95px;
}

.pringle-product-details-noimage {
    overflow: hidden;
    height: 160px;
}

.pringle-product-title {
    color: black;
    font-weight: 600;
    font-size: 14px;
}

.pringle-product-description {
    color: rgb(0,0,0,0.5);
    font-size: 13px;
}

.pringle-product-legend {
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 999;
    padding: 0px 5px;
    border-radius: 4px;
    background-color: white;
}

.pringle-category:hover, .pringle-product:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.pringle-product:hover {
    cursor: pointer;
}

.checkoutbadge {
    background-color: red; /* Color Scheme */
    color: white;
}

.productcatalogcontainer {
    padding: 0px;
}

.cardbackgroundcolor {
    background-color: white;
}

.pringle-addtocart {
    color: brown; /* Color Scheme */
}

.pringle-addtocart-badge-with-image {
    background-color: rgba(238,238,238,0.8); /* Color Scheme */
    color: red;
    padding: 10px;
    margin-right: -20px;
}

.pringle-addtocart-badge-without-image {
    background-color: rgba(238,238,238,0.8); /* Color Scheme */
    color: red;
    padding: 10px;
    margin-right: -11px;
}

.pringle-addremovefromcart {
    color: red;
}

.pringle-category-image-withsubcategories {
    background-position: right bottom;
}

.pringle-category-image-withoutsubcategories {
    background-position: center;
}

.btn-pringle-subcategory {
    background-color: rgba(128,128,128,0.9); /* Color Scheme */
    color: white; /* Color Scheme */
    border: none;
}

/* Add To Cart Page */
.pringle-product-page-card {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    padding: 10px;
    position: relative;
    color: initial;
    border-radius: 4px;
    background-color: white;
}

.pringle-product-page-image-span {
    height: 200px;
    margin-right: -10px;
    margin-left: -10px;
    margin-top: -10px;
    position: relative;
}

.pringle-product-page-image {
    height: 195px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    object-fit: cover;
}

.pringle-product-page-noimage-span {
    margin-bottom: 20px;
}

.pringle-product-page-increment-decrement-cartitem {
    color: black;
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 999;
    padding: 2px 5px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 20px;
    background-color: #eee;
    cursor:pointer;
}

.pringle-product-page-increment-decrement-cartitem-qty {
    margin-left:5px;
    margin-right:5px;
    padding:5px;
}

.pringle-product-page-pricing {
    color: black;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 999;
    padding: 2px 5px;
    border-radius: 4px;
    background-color: hsla(0,0%,100%,.75);
    font-weight: 700;
    font-size: 14px;
}

.pringle-product-page-noimage-pricing {
    color: black;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 999;
    padding: 2px 5px;
    border-radius: 4px;
    background-color: #eee;
    font-weight: 700;
    font-size: 14px;
}

.pringle-product-page-details {
    overflow: hidden;
}

.pringle-product-page-title {
    color: black;
    font-weight: 600;
    font-size: 14px;
}

.pringle-product-page-description {
    color: rgb(0,0,0,0.5);
    font-size: 13px;
}

.pringle-product-page-legend {
    position: absolute;
    bottom: 5px;
    left: 15px;
    z-index: 999;
    padding: 2px 5px;
    border-radius: 4px;
    background-color: white;
}

/* Media Queries */
@media only screen and (max-width: 767px) {
    .pringle-product-page-card {
        margin: 5px;
    }
}

/* Horizontal Scroll*/
.scrolling-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.scrolling-wrapper::-webkit-scrollbar {
    display: none;
}

.scrolling-wrapper .card {
    display: inline-block;
    border: 1px solid gray;
    border-radius: 5px;
    background: gray;
}

.pringle-horizontal-scroll-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.pringle-horizontal-scroll-wrapper::-webkit-scrollbar {
    display: none;
}

/* Pringle Product Card v2 */
.pringle-productv2-page-card {
    position: relative;
    background-color: white;
    padding: 5px 0px;
    margin: 0px;
}

.pringle-productv2-page-image-span {
    position: relative;
    padding: 10px 0px;
}

.pringle-productv2-page-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    object-fit: cover;
    margin-bottom: 10px;
}

.pringle-productv2-page-noimage-span {
    margin-bottom: 20px;
}

.pringle-productv2-page-details {
    padding: 10px 0px;
    overflow: hidden;
}

.pringle-productv2-page-title {
    line-height: normal;
    color: black;
    font-weight: 600;
    font-size: 25px;
    padding: 10px 0px;
}

.pringle-productv2-page-description {
    color: rgb(0,0,0,0.7);
    font-size: 15px;
    padding: 10px 0px;
    line-height: initial;
}

.pringle-productv2-page-legend {
    padding: 10px 0px;
}

.pringle-productv2-page-variants {
    color: black;
    padding: 10px 0px;
    font-weight: 700;
    font-size: 18px;
}

.pringle-productv2-page-pricing {
    color: black;
    padding: 2px 5px;
    border-radius: 4px;
    font-size: 18px;
    padding: 15px 0px;
}

.pringle-productv2-page-pricing .actual-price {
    color: red;
    padding: 0px 5px;
    font-weight: 700;
}

.pringle-productv2-page-pricing .retail-price {
    color: black;
    padding: 0px 5px;
    text-decoration: line-through;
}


.pringle-productv2-page-combo-table {
    color: black;
    padding: 10px 0px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 14px;
}

.pringle-productv2-page-quantity {
    color: black;
    padding: 10px 0px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 18px;
}

.pringle-productv2-page-add-buttons {
    padding: 20px 10px 0px 0px;
}

#carttable tr:hover {
    background: rgb(0,0,0,0.05);
}

#carttable td {
}

.pringle-cart-detail {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #fff;
    z-index: 999;
    box-shadow: -2px 0 4px 0 rgba(0,0,0,.12);
    padding: 10px;
    max-width: 350px;
}

.pringle-cart-band {
    background: #ff0000;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 15px;
}

.pringle-cart-btn {
    color: white;
}

#addtocarttable {
    border-spacing: 0;
    border: solid 0px #EBEBEB;
    border-collapse: collapse;
    opacity: 1;
    font-size: medium;
}

.btn-fullwidth {
    display: block;
    width: 100%;
    text-align: center;
}

.add-qty {
    border: solid 1px black;
    border-radius: 3px;
    text-align: center;
    padding: 5px;
}
.productvariant, .productvariant:hover, .productsubscription, .productsubscription:hover {
    background-color: #eee;
    border: solid 1px #ddd;
    color: black;
    border-radius: 3px;
    padding: 5px;
    margin-left: 5px;
    margin-top: 5px;
    text-transform: none;
}
.productvariantselected, .productvariantselected:hover, .productsubscriptionselected, .productsubscriptionselected:hover {
    background-color: #d9534f;
    border: solid 1px #d9534f;
    color: white;
    border-radius: 3px;
    padding: 5px;
    margin-left: 5px;
    margin-top: 5px;
    text-transform: none;
}
.required::before {
    content: '*';
    color: red;
}
.promo-code {
    border-radius: 8px;
    box-shadow: 5px 5px 5px lightgray;
    text-align: center;
    width: fit-content;
    padding: 10px;
    margin: 5px;
}

.promo-code-selected {
    border-color: rgba(128,128,128,0.9);
    border-style: solid;
}