/* ORDER WIDGET */

:root {
    --primary-blue: #006eb2;
    --blue: #006eb2;
    --dark-blue: #002f4c;
    --middle-blue: #00557f;
    --light-blue: #4e9ddd;
    --highlight-blue: #b4e1ff;
    --primary-pink: #f757a4;
    --pink: #f757a4;
    --dark-pink: #6d1b42;
    --middle-pink: #b23f79;
    --light-pink: #ff8dc9;
    --highlight-pink: #ffd2eb;
    --primary-red: #d82145;
    --red: #d82145;
    --dark-red: #630813;
    --middle-red: #a51931;
    --light-red: #ff6679;
    --highlight-red: #ffc5c8;
    --primary-orange: #ff9a2c;
    --orange: #ff9a2c;
    --dark-orange: #6d441b;
    --middle-orange: #ba712f;
    --light-orange: #ffc88d;
    --highlight-orange: #fae6be;
    --primary-yellow: #fff042;
    --yellow: #fff042;
    --dark-yellow: #72680e;
    --middle-yellow: #bfae30;
    --light-yellow: #fff482;
    --highlight-yellow: #fffac8;
    --primary-gold: #ffc538;
    --gold: #ffc538;
    --dark-gold: #6c5407;
    --middle-gold: #9d7c1f;
    --light-gold: #bc9429;
    --highlight-gold: #dcac31;
    --primary-green: #7dc400;
    --green: #7dc400;
    --dark-green: #335600;
    --middle-green: #5a8e00;
    --light-green: #bad645;
    --highlight-green: #ebfaa5;
    --primary-teal: #00aeb2;
    --teal: #00aeb2;
    --dark-teal: #004949;
    --middle-teal: #007f7f;
    --light-teal: #75c9da;
    --highlight-teal: #bee1eb;
    --primary-grey: #777777;
    --grey: #777777;
    --dark-grey: #1a1a1a;
    --middle-grey: #555555;
    --light-grey: #bbbbbb;
    --highlight-grey: #eaeaea;
    --primary-aqua: #8da48f;
    --aqua: #8da48f;
    --dark-aqua: #5e6f6c;
    --middle-aqua: #758884;
    --light-aqua: #b7d3cb;
    --highlight-aqua: #d6f1e9;
    --primary-chestnut: #d83f25;
    --chestnut: #d83f25;
    --dark-chestnut: #592316;
    --middle-chestnut: #993b26;
    --light-chestnut: #f6ab84;
    --highlight-chestnut: #ffcebb;
    --cyan: #4e9ddd;
    --white: #fff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --primary: #ff9a2c;
    --secondary: #bbbbbb;
    --success: #7dc400;
    --info: #4e9ddd;
    --warning: #ff9a2c;
    --danger: #d82145;
    --light: #eaeaea;
    --dark: #777777;
}

.has-float-label {
    display: block;
    position: relative
}

.has-float-label label,.has-float-label>span {
    position: absolute;
    cursor: text;
    font-size: 75%;
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
    top: -.5em;
    left: .75rem;
    z-index: 3;
    line-height: 1;
    padding: 0 1px
}

.has-float-label label::after,.has-float-label>span::after {
    content: " ";
    display: block;
    position: absolute;
    background: var(--white);
    height: 18px;
    top: 0%;
    left: -.2em;
    right: -.2em;
    z-index: -1
}

.has-float-label .form-control::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s
}

.has-float-label .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
    opacity: 0
}

.has-float-label .form-control:placeholder-shown:not(:focus)+* {
    font-size: 100%;
    opacity: 1;
    top: .7em
}

.input-group .has-float-label {
    display: table-cell
}

.input-group .has-float-label .form-control {
    border-radius: .25rem
}

.input-group .has-float-label:not(:last-child),.input-group .has-float-label:not(:last-child) .form-control {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-right: 0
}

.input-group .has-float-label:not(:first-child),.input-group .has-float-label:not(:first-child) .form-control {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.has-float-label input::-webkit-input-placeholder {
    color: transparent
}

.has-float-label input:-moz-placeholder {
    color: transparent
}

.has-float-label input::-moz-placeholder {
    color: transparent
}

.has-float-label input:-ms-input-placeholder {
    color: transparent
}


.queal-order-widget {
	padding-top: 12px;
}

.sticky {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 94px;
    z-index: 100;
}

.product-row{
	padding-bottom:10px;
}

.product-row .product-slider {
	text-align: left;
}

.product-row .product-slider .product-name {
	padding-top: 10px;
	margin-bottom: 3px;
	font-weight: 600;
	padding-right: 105px;
}

.product-row .product-slider .product-name-sm {
	font-size: 85%;
	display: inline-block;
}

.product-row .product-slider .product-name .product-name-container {
	display: inline-block;
	font-size: 1rem;
}

@media (max-width: 575px) {
	/*.queal-order-widget,
	.product-row .col-3.product-quantity.product-quantity-sm,
	.col-12.product-full-range	{
		padding: 0;
	}*/
	
	.product-row .product-slider .product-name {
		padding-right: 0px;
	}
}

@media (min-width: 767px) {
	.product-full-range {
		margin-top: -28px;
	}
}

.product-row .product-slider .product-name .product-sm-qty {
	color:#ff9a2c;
	font-size:125%;
	font-weight:600;
	float: right;
}

.product-row .product-slider .product-price {
	display: block;
    font-size: 0.8rem;
    position: relative;
    bottom: 26px;
    color: #bbbbbb;
    text-align: right;
    line-height: 115%;
}

.product-row .product-slider .product-price-bag {
	bottom: 14px;
}

.product-row .product-quantity {
	margin-top: 18px;
	padding: 0px 15px 0px 0px;
}

.product-row .product-quantity .input-group {
    display: flex;
}

.product-row .product-quantity .input-group input:disabled {
	cursor: not-allowed;
}

.product-row .product-quantity.product-quantity-sm {
	margin-top: 21px;
}

.product-row .product-quantity.product-quantity-sm {
	padding: 0 15px 0 15px;
}

.product-row .product-quantity .input-group input {
	text-align: center;
	background-color: #eaeaea;
	border-color: #eaeaea;
	border-width: 8px;
	padding: 0;
	font-weight: 600;
	max-width: 50px;
}

.product-row .product-quantity .input-group input[data-sm] {
	border-width: 6px;
	height: 34px;
	font-size: 90%;
	width: 32px;
}

.product-row .product-quantity .input-group input::-webkit-outer-spin-button,
.product-row .product-quantity .input-group input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.btn-product-qty {
	color: #3c3c3b;
	font-size: 20px;
	padding: 0px 5px 0px 5px;
	background-color: #fff;
	border-color: #eaeaea;
	border-width: 8px;
	border-radius: .2rem;
}

.btn-product-qty:disabled{
	cursor: not-allowed;
}

.btn-product-qty-sm {
	color: #3c3c3b;
	font-size: 15px;
	padding: 0px 3px 0px 3px;
	background-color: #fff;
	border-color: #eaeaea;
	border-width: 6px;
	border-radius: .2rem;
	height: 48px;
}

.btn-product-qty-sm:disabled{
	cursor: not-allowed;
}

.product-show-more {
	margin-top: -5px;
	cursor: pointer;
	padding: 4px 8px 4px 8px;
	border-radius: .2rem;
	transition-duration: 300ms;
}

.product-show-more:hover {
	background-color:#ff9a2c;
	color:#fff;
	transition-duration: 300ms;
}

.product-show-more .fa {
	color: #ff9a2c;
	transition-duration: 300ms;
}

.product-show-more:hover .fa {
	color: #fff;
	transition-duration: 300ms;
}

.discount-notification {
	padding-top:15px;
	padding-bottom:15px;
}

.discount-notification .discount-notification-message {
	background-color: #00aeb2;
	color: #fff;
	border-radius: .2rem;
	padding: 8px 15px 8px 15px;
	text-align:center;
}

/* Floris Edit of Margin from 12px auto 0 to new values 18/09/2025 */

.total-box {
	padding: 14px 12px 12px;
    border: 1px solid lightgray;
    border-radius: 8px;
    margin: 12px -15px 0px -15px;
}

.total-box .total-price {
	font-weight: 600;
	font-size: 2.75rem;
}

.total-box .total-per-kcal {
	margin-top:-8px;
	font-size: 0.85rem;
	padding-bottom:10px;
}

.total-box .total-sub-check,
.total-box .total-freeshaker-check {
	display: flex;
    justify-content: center;
    align-items: center;
}

.total-box .total-sub-check input,
.total-box .total-freeshaker-check input {
	transform: scale(1.35);
    margin-right: 10px;
}

@media not all and (min-resolution:.001dpcm) { 
	@media {
		/* code for Safari Desktop & Mobile ONLY */
		.total-box .total-sub-check input,
		.total-box .total-freeshaker-check input {
			transform: scale(1);
		}
	}
}

.total-sub-toggle {
	max-width: 40px;
}

.total-box .total-sub-sub {
	padding-top:10px;'
	font-weight: 600;
	font-size: 1.25rem;
	padding-left:5px;
    width: 100%;
}

.total-box .total-sub-label {
	margin-left: 14px;
    margin-top: -20px;
}

.total-box .total-sub-explain {
	margin-top:-5px;
	font-size: 0.85rem;
	padding-bottom:15px;
}

.total-box .btn-lg {
	font-size: 2rem;
	font-weight: 600;
}

/* Styling for product type word below input number */
.product-row .product-quantity .input-group input {
	padding-bottom: 7px;
	height: 45px;
}

.ow-has-float-label label, .ow-has-float-label>span {
	top: 2.1em;
	color: var(--light-grey);
	width: 50px;
	left: 0;
	text-align: center;
}
@media (max-width: 767px) {
	.ow-has-float-label label, .ow-has-float-label>span {
		left: -5px;
	}
}

.ow-has-float-label label::after, .ow-has-float-label>span::after {
	background-color: transparent;
	border-radius: 0.2rem;
}

@media (max-width: 767px) {
	.ow-has-float-label label::after, .ow-has-float-label>span::after {
		/*background-color: var(--highlight-grey);*/
	}
}

.product-quantity-sm > .input-group {
    height: 48px;
    background-color: var(--highlight-grey);
    border-radius: .2rem;
}


.hidden-xs-up {
    display: none!important
}

@media(max-width: 575px) {
    .hidden-xs-down {
        display:none!important
    }
}

@media(min-width: 575px) {
    .hidden-sm-up {
        display:none!important
    }
}

@media(max-width: 767px) {
    .hidden-sm-down {
        display:none!important
    }
}

@media(min-width: 767px) {
    .hidden-md-up {
        display:none!important
    }
}

@media(max-width: 991px) {
    .hidden-md-down {
        display:none!important
    }
}

@media(min-width: 991px) {
    .hidden-lg-up {
        display:none!important
    }
}

@media(max-width: 1199px) {
    .hidden-lg-down {
        display:none!important
    }
}

@media(min-width: 1199px) {
    .hidden-xl-up {
        display:none!important
    }
}

.hidden-xl-down {
    display: none!important
}

.justify-content-center {
	justify-content: center;
}

.product-grid {
	margin-left: -1.25rem;
	margin-right: -1.25rem;
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	width: 100%;
}
@media (min-width: 768px) {
	.product-grid {
		margin-left: 0;
		margin-right: 0;
		gap: .75rem;
	}
}
@media (min-width: 1024px) {
	.product-grid {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: .75rem;
	}
}
@media (min-width: 1280px) {
	.product-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.product-block {
	position: relative;
	width: 100%;
	height: 95px;
	border: 1px solid lightgray;
	border-radius: 0;
}
@media (min-width: 768px) {
	.product-block {
		border-radius: 8px;
	}
}

.product-highlight-color {
	position: absolute;
    height: 5px;
    bottom: 0;
    width: 38.2%;
    background-color: #00aeb2;
    border-radius: 0 8px 0 0;
    overflow: hidden;
}
@media (min-width: 768px) {
	.product-highlight-color {
		border-radius: 0 8px 0px 8px;
	}
}

.product-badge {
	position: absolute;
	top: 4px;
	left: 12px;
	font-size: 14px;
	color: darkgoldenrod;
}

.product-price {
	font-size: 11px;
	color: darkgray;
	position: absolute;
	top: 30px;
	left: 14px;
}

.product-name {
	font-size: 16px;
	font-weight: 800;
	position: absolute;
	top: 45px;
	left: 14px;
}

.product-selectors {
	position: absolute;
	width: 142px;
	height: 100%;
	right: 14px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
}

.product-selectors > div {
	position: relative;
	margin-top: auto;
	margin-bottom: auto;
}

.product-selectors [class$="-btn"] {
	background: white;
	border: 1px solid lightgrey;
	border-radius: 0 8px 8px 0;
	color: var(--dark-teal);
	font-size: 24px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	user-select: none;
}
.product-selectors .minus-btn {
	border-radius: 8px 0 0 8px;
}
.product-selectors [class$="-btn"]:hover {
	background: var(--teal);
	border: 1px solid var(--teal);
	color: var(--white);
}

.product-selectors.zeroed [class$="-btn"] {
	background: var(--dark-teal);
	border: 1px solid var(--dark-teal);
	border-radius: 8px;
	color: white;
}
.product-selectors.zeroed [class$="-btn"]:hover {
	background: var(--teal);
	border: 1px solid var(--teal);
}

.product-selectors.zeroed [class$="-btn"][disabled] {
    opacity: 0.1;
    cursor: not-allowed;
}

.product-selectors.zeroed .minus-btn,
.product-selectors.zeroed .quantity-holder {
	visibility: hidden;
}

.product-selectors.maxedout .plus-btn {
	visibility: hidden;
}

.product-selectors input {
	margin-top: auto;
	margin-bottom: auto;
	box-sizing: border-box;
	height: 50px;
	width: 50px;
	text-align: center;
	font-size: 1.125rem;
	line-height: 1.75rem;
	min-height: unset!important;
	padding: unset!important;
	border-top: 1px solid transparent!important;
	border-bottom: 1px solid transparent!important;
	color: unset!important;
	border-radius: 0!important;
	border-style: none!important;
	background-color: transparent!important;
	box-shadow: unset!important;
}

.product-selectors input[type=number]:focus {
	color: black;
	outline: none;
    border-top: 1px solid lightgrey !important;
    border-bottom: 1px solid lightgrey !important;
    -webkit-box-shadow: unset!important;
	box-shadow: unset!important;
}

/* Remove the number input up/down arrows */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}

.btn-view-cart,
.checkout-button {
    color: white!important;
    border-radius: 5px!important;
}
.btn-view-cart:hover,
.checkout-button:hover {
    color: white!important;
}

.btn-continue-shopping {
	color: var(--dark-teal);
}
.btn-continue-shopping:hover {
	color: var(--teal);
}


