/** Shopify CDN: Minification failed

Line 1626:1 Expected "}" to go with "{"

**/

.dropdown-content {
    display: none;
    position: absolute;
  	margin-left:-220px;
    background-color: #f9f9f9;
    width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  	z-index: 1001;
}
/* Uncoment here*/
.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}
.cart-dropdown {
width: 100%;
}
.btn-cart-dropdown {
font-size:12px;
min-width:80px;  
}
.checkout-block-table {
width:20%;
}
.table-subtotal-dropdown {
position:relative;  
left:-45px;
color:#4b0000;  
}
.cart-dropdown>table>tbody>.table-body>td {
background:#fff;
}
.cart-dropdown>.subtitle {
text-align: left;
font-size:17px;
padding-left:10px;  
}
input#Quantity,input#QuantitySumo {
width:15%;
}
.cart-dropdown>table {
  table-layout: fixed;
  width: 100%;
  border-top: 2px solid #4b0000;
}
.cart-dropdown>table>tbody>.table-body>td {
  border-bottom: 1px solid grey;
}

/* Column widths are based on these cells */

.row-name {
  width: 70%;
}
.empty-dropdown-cart h2,
.empty-dropdown-cart h3 {
 text-align: center;
}
.cart-dropdown-title {
  text-align:left;
  padding-left:10px;
  color:#4b0000;
  text-transform: uppercase;
}
.addbox {
width:170px;
margin-top:8px;  
}
.table .table-body.table-body-greeting td p {
	width: 80.3%;
    margin-left: 97px;
}
.cart .card-greetingcard {
	width: 80.3%;
    margin-left: 97px;
  	height: 100px;
  	font-size: 21px;
}
.cart-table-total td {
background:#d2bfbf!important;
}
.header-logo {
 	font-size:46px!important;
}
.nivoSlider {
	margin-bottom: 0px!important;
}
.home-page {
	border: 2px solid #ddc5c5!important;
  	padding: 4px;
  	background:white;
}
.modified-header-btn {
  min-width: 100px!important;
  font-weight:bold;
  font-size: 16px;
}

i.fa.fa-caret-up, i.fa.fa-caret-down {
	float:right;
    font-size: 56px;
    margin-top: -14px;
}
.open-toggle,.close-toggle {
	float:right;
}

.accordion-toggle {
	cursor: pointer;
}
.accordion-content {
	display: none;
}
.accordion-content.default {
	display: block;
}

.accordion button {
	color: #4b0000;
	line-height: 30px;
	font-family: r2rfont-book;
	font-size: 27px;
	text-align: left;
    background: transparent;
	width:100%;
	padding: 10px;	
	margin-bottom: 5px;
	border:none;
  	border-bottom: 1px solid #4b0000;
}
.accordion button:focus { outline:none}
/* .accordion .fa-caret-down:before {
	content: "open \f0d7";
}
.accordion .fa-caret-up:before {
	content: "close \f0d8";
} */
.accordion span.open-toggle:before {
	content: "open";
  	text-transform: uppercase;
  	padding-right:5px;
  	font-size: 24px;
}
.accordion span.close-toggle:before {
	content: "close";
  	text-transform: uppercase;
  	padding-right:5px;
  	font-size: 24px;
}
.accordion-image-content {
	background:white;
  	border-bottom: 1px solid #4b0000;
}
.accordion-image-content h2{
	padding-left:20px;
  	color:red;
}
.accordion-image-content span{
	font-size:14px;
  	color:black;
}
.accordion-image-content ul>li:last-child {
	color:red;
}
.bottom-content ul>li:last-child {
	color:red;
}
.bottom-content ul {
	margin-left: 155px;
}
.order-image {
	width:100%;
}
.toppings-btn {
	background-color:#e02626!important;
	padding-left:0px;
	padding-right:0px;  
}
.inner {
  	display: inline-block;
  	vertical-align: middle;
}
.block-topping-btn {
	float:right;
	margin-top:-63px;  
}
.block-topping-btn h2 {
  	font-size:19px;
  	padding-right:10px;

} 
.toppings-btn:hover { 
  	background-color:#ff8a31!important;
}
.product-topping-information {
	float:left;
}
.product-topping-information div>img {
	border:none;
	padding:5px;  
}
.product-topping-information div>img:hover {
cursor:pointer;
}
.collection-toppings-information-block .product-list {
background:none;
}
.collection-toppings-information {
border-bottom: 1px solid #4b0000;
}
.collection-toppings-information h1{
 font-size: 40px;
}
.collection-toppings-information h4{
 float: right;
 margin-top: -35px;
 margin-bottom: 0px;
 font-size: 20px;
 font-weight: 500;
 line-height: 24px;
 color: #4b0000; 
}



.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  z-index:9999;
}

.popup {
  margin: 20% auto;
  padding: 20px;
  background: #fff;
  width: 22%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  text-align: center;
  color: #4b0000;
  border-bottom: 1px solid #4b0000;
}
.popup .close {
  position: absolute;
  top: 0px;
  right: 10px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #4b0000;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}

.product-list-toppings {
    list-style: none;
    padding: 1em;
    margin: 0;
    overflow: hidden;
  	
}

.todaysflavor-content .products-key-size:hover {
  cursor: pointer;
}

.todaysflavor .todaysflavor-item {
width:33.33333333333333%
}
.todaysflavor .todaysflavor-list {
border:none;  
border-left: solid 2px;
border-bottom: solid 2px;  
}
.todaysflavor .todaysflavor-content {
  margin:0px;
  border:none;
  border-right: 2px solid #4b0000;
  border-top: 2px solid #4b0000;
  padding:4px;
  position:relative;
  
}
.todaysflavor .todaysflavor-title {
  	position: absolute;
  	top: 50%;
  	transform: translateY(-50%);
  	min-height: initial;
  	width:100%;
}
.todaysflavor .todaysflavor-imgs {
  	margin-top:90px;
}
.todaysflavor .todaysflavor-img {  
  	padding-right:5px;
}
.table-datepicker-header {
 	background:white;
}
.table-datepicker-header h2 {
	padding-left:100px;
  	margin-top:0px;
  	margin-bottom:0px;
  	padding-top:10px;
  	font-weight: 400;
}
.cart-greeting-card {
  	padding-left:100px;
  	margin-top:0px;
  	margin-bottom:0px;
  	padding-top:10px;
  	font-weight: 400;
}
.table-datepicker {
	background:#ede5e5;
	padding-top:1px;
	padding-bottom:50px;  
}
.table-datepicker-body {
  	background:white;
  	margin-left:100px;
  	margin-right:100px;
  	margin-top:10px;
  	margin-bottom: 10px;
}
.table-datepicker-body p {
	padding-top:10px;
  	padding-left:10px;
}
#cartDatepickerContainer {
  height:261px;
  width:230px;
  margin:-43px auto;
}
.Zebra_DatePicker {
  margin-top:10px!important;
  background:#d2bfbf;
  border:3px solid #d2bfbf;
  top:unset;
  color:black;
  border-radius:0px;
}
.Zebra_DatePicker .dp_header td {
	color:black;
}
.Zebra_DatePicker .dp_clear {
	color:black;
}
.Zebra_DatePicker .dp_header .dp_hover {
	background:#ede5e5;
	color:black;
}
.Zebra_DatePicker .dp_footer .dp_hover {
	background:#ede5e5;
	color:black;
}
.Zebra_DatePicker td.dp_not_in_month {
	background: #F3F3F3;
    color: #CDCDCD;
    cursor: default;
}
.Zebra_DatePicker .dp_daypicker th {
	background:#d2bfbf;
}
.Zebra_DatePicker .dp_header,
.Zebra_DatePicker .dp_footer {
	width:218px!important;
}
div.cart-bottom.js-cartbottom {
	background:white!important;
  	margin-top:0px;
  	padding-top:10px;
  	margin-bottom:0px;
}
.cart-bottom-wrapper p {
	background:#d2bfbf;
  	padding-left: 100px;
  	padding-right: 100px;
  	padding-top: 10px;
  	padding-bottom: 10px;
  	font-weight: 600;
}
.back-btn-wrapper{
    display: block;
  	margin-right: 10px;
  }
@media screen and (min-width: 1024px){
  .back-btn-wrapper{
    display: none;
  }
}
.cart-btn-wrapper, .back-btn-wrapper {
	float:right;
}
.cart-btn-wrapper .cart-btn, .back-btn-wrapper .back-btn {	
  	margin-top:0px;
  	margin-bottom:0px;
  	padding-left: 0px;
    padding-right: 0px;
  	min-width: 113px;
}
.cart-bottom-wrapper input {
	margin-left:100px;
}
.cart .cart-bottom {
	min-height:341px;
}
.cart .cart-bottom-tac {
	margin-left:100px;
  	margin-right:100px;
}
.cart-table-total td {
	padding-left:100px!important;
}
.cart-table-title {
	padding-left:27px!important;
}
.delivery-ny-subtitile {
	border:none;
	border-bottom: 1px solid #4b0000;
  	padding-top: 5px;
}
.cart-tac[type="checkbox"] {
  	display: none;
}
label {
  	cursor: pointer;
}
.cart-tac[type="checkbox"] + label:before {
    border: 1px solid #7f83a2;
    content: "\00a0";
    display: inline-block;
    font: 16px/1em sans-serif;
    height: 16px;
    margin: 0 .25em 0 100px;
    padding: 0;
    vertical-align: top;
    width: 16px;
}
.cart-tac[type="checkbox"]:checked + label:before {
    background: white;
    color: #666;
    content: "\2713";
    text-align: center;
}
.cart-tac[type="checkbox"]:checked + label:after {
    font-weight: bold;
}
.has-nodelivery {
	min-height: 30px!important;
}
  
th.table-title {
	padding-left: 28px!important;
    font-weight: 600!important;
}
th.table-quanity,
th.table-price,
th.table-total {
	font-weight: 600!important;
}
.puddings-cls>.product-item {
	margin-left:30px!important;
}
.puddings-cls img {
	position:relative;
  	right:760px;
  	margin-top:11px;
}
.cart-tac-label a {
	color:red;
}
.ctct-custom-form {
	background-color:white;
}
.modified-newsletter-btn {
	min-width: 120px!important;
  	outline: none;
}
.account>.table-wrapper>.table>.table-headline>tr>th {
	font-weight:600;
}

.ctct-custom-form input[type="text"]:focus {
	outline:1px solid #4b0000!important;
}
.account-order-header {
	margin-top:20px;
}
.account-order-horizontal-separator {
	height:20px;
  	background-color:white;
}
.account-order-header div {
	float:left;
	width:10%;
  	font-size:14px;
  	font-weight:600;
  	text-transform:uppercase;
  	background-color:#d2bfbf;
  	padding-top:5px;
  	padding-bottom:5px;
}
.account-order-body>.row>div {
	float:left;
  	width:10%;
  	background-color:#ede5e5;
  	padding-top:5px;
  	padding-bottom:5px;
  	text-transform:uppercase;
  	font-size:12px;
  	
}
.account-order-name {
	width:12%!important;
}
.account-order-date {
  	width:16%!important;
}
.account-order-financial {
	width:27%!important;
}
.account-order-fulfillment {
	width:35%!important;
}
.account-order-horizontal-separator {
    height: 10px;
    background-color: white;
    top: 25px;
    position: relative;
}
.account-order-body {
	margin-top:25px;
}

.addbox-label {
	margin-right: 7px;
}

div.addbox.js-addbox {
	width: 200px;
}
button.add-prod.addbox-btn.addbox-btn-add.js-addbox-btn {
	margin-left: 10px;
  	z-index: 10;
}
.addbox .addbox-btn.addbox-btn-sub {
	z-index: 10;
}


/* Cart */
div#hiddenCart {
	background: white;
  	position: fixed;
    right: 50px;
    top: 50px;
  	z-index: 1100;
  	border-style: solid;
    border-width: 2px;
  	border: transparent;
    width: 300px;
  	color: #4b0000;
}

div#hiddenCart,
#hiddenCart .cart-dropdown {
	-webkit-box-shadow: 10px 10px 27px 3px rgba(105,103,105,0.42);
	-moz-box-shadow: 10px 10px 27px 3px rgba(105,103,105,0.42);
	box-shadow: 10px 10px 27px 3px rgba(105,103,105,0.42);
}

#hiddenCart tr.table-body td.table-title,
#hiddenCart tr.table-body td.table-total,
#hiddenCart tr.table-body td.table-remove {
	background:	white;
  	border-bottom: 1px solid #4b0000;
  	border-top: 1px solid #4b0000;
}

#hiddenCart .table-subtotal {
	left: 0px;
  	top:8px;
}
.extra-delivery-day {
	padding-left: 27px!important;
  	color:red;
}
h4.e-gift-sizes {
	color:red;
  	font-size:900;
  	font-size:20px;
}
.e-gift-head-form,
.e-gift-body-form {
	background-color:white;
}
.e-gift-formHead {
	font-weight: 900;
    line-height: 26px;
    color: #ff8a31;
  	font-family: 'r2rfont',Arial,Helvetica;
    font-size: 22px;
  	padding: 20px 0 5px 70px;
  	margin-bottom: 0px;
}
.e-gift-body-form {
	font-size:18px;
}
.e-gift-text {
	padding: 0 0 3px 65px;
}
.e-gift-label {
	float: left;
    width: 260px;
    text-align: right;
    padding: 6px 10px 6px 70px;
    margin: 5px 0;
    clear: both;
}
.e-gift-input {
	width: 250px;
  	margin: 5px 0;
}
.e-gift-input[type="text"],
 select#size {
	border: 1px #000 solid;
    padding: 5px;
    font-size: 17px;
}
.e-gift-message-span {
	font-size:13px;
}
.e-gift-message {
	width: 720px;
    height: 45px;
}
input#quantity {
	width:20px;
  	padding: 5px;
}
.e-gift-plus {
	margin-top:15px;
}
.e-gift-mail {
	width: 450px;
  	padding: 5px;
  	margin-top:10px;
  	margin-bottom:5px;
}
.egift-notice {
    color: #d40032;
    margin-left: 340px;
    display: block;
    font-size: 85%;
}
#egiftForm button {
	margin-top:30px;
  	float:left;
}
.egift-text-bottom {
	margin-top:30px;
  	margin-bottom:45px;
  	margin-left:130px;
}
.egift-text-bottom p {
	padding-left:20px;
}
#product-variants {
	position:relative;
  	top: 38px;
}
.toppings-cls img {
	position:relative;
  	right:774px;
  	margin-top:-14px;

}
.toppings-cls .product-item {
	margin-left:200px;
  	margin-bottom:15px;

}
.toppings-accordeon-body-header {
	background-color:white;
  	margin-top:0px;
  	margin-bottom:0px;
  	padding-top:20px;
  	padding-bottom:20px;
  	color:red;
}
.toppings-cls .product-title {
	width:50%;
  	font-weight:600;
}
.toppings-cls .topping-description-text {
	color:grey;
  	font-weight:400;
}
.block-toppings-button:after {
	border-bottom-color: grey!important;
}
.datepicker-delivery-message {
	padding-top:25px!important;
  	padding-bottom:10px;
}
.datepicker-delivery-message>span {
	color:red;
}


.egift-add-hide {
    display: none!important;
}
.delivery-mmf-subtitile {
	border:none;
  	padding-top:5px;

}
.mf-prices-table {
    background-color: #98973e;
    border: 20px solid #98973e;
    color: #fff;
    width: 100%;
    font-size: 21px;
    line-height: 1.8;
    font-weight: normal;
}
.mf-prices-table-head {
    background-color: #fff;
    color: #ff8a31;
    font-weight: 600;
}
.mf-flavor-menu-table {
    background-color: #98973e;
    border: 20px solid #98973e;
    color: #fff;
    width: 100%;
    font-size: 20px;
    line-height: 1.8;
    font-weight: normal;
}
.mf-flavor-menu-table td {
	padding-top:20px;
}
.mf-flavor-menu-table-head {
    background-color: #fff;
    color: #ff8a31;
    font-weight: 600;
}
.mf-flavor-menu-table-head>.month-column {
	width:19%;
}
.mf-flavor-menu-table-head>.one-column {
	width:42%;
}
.mf-flavor-menu-table-head td {
	padding-top:0px;
}
.mf-prices-headline {
    color: #ff8a31;
    font-size: 25px;
    font-weight: normal;
    text-indent: 0.5em;
  	font-family: 'r2rfont',Arial,Helvetica;
}
.fcell1.monthlyfriend {
    background-color: #98973e;
    padding: 1em 0;
  	margin-top:20px;
  	margin-bottom:20px;
}
.fcell1 .flabel,.fcell2 .flabel {
    float: left;
    width: 260px;
    text-align: right;
    padding: 6px 10px 6px 70px;
    margin: 5px 0;
    clear: both;
}
.fcell1 .i,.fcell2 .i {
  	width: auto;
    margin: 5px 0;
  	padding: 5px;
}
#firstStepMMF,#secondStepMMF {
	margin-top:20px;
}
.membershipstart-span {
	color:red;
}
.table-cart {
  table-layout: fixed;
  width: 100%;
  height:inherit;
}
.table-cart td {
  overflow-wrap: break-word;
  height:35px;
}
.table-cart .table-title {
	width:67%;
}
.table-cart .table-total {
	width:22%;
}
.table-total-cart {
	position:absolute;
  	right: 4px;
    bottom:5px;
}
.table-total {
	height:50px;
}
.dropdown-content .table-subtotal-dropdown {
	left:0px;
  	top:8px;
}

#pswd_info ul>li {
margin:0;
    padding:0;
    list-style-type:none;
}
#pswd_info {
  border: 1px solid  black;
  padding:10px;
  margin-bottom:10px;
}

.invalid {
    padding-left:22px;
    line-height:24px;
    color:#ec3f41;
}
.valid {
    padding-left:22px;
    line-height:24px;
    color:#3a7d34;
}
#pswd_info {
    display:none;
}

/*-----------Start Touch style------------*/
#touch-select-flavors-and-sizes .wrapper {
/* 	max-width:95%; */
  padding: 0 7px;
}
#touch-select-flavors-and-sizes div#hiddenCart{
  top: 142px;
  right: 20px;
}
#touch-select-flavors-and-sizes .clicked-element {
    position: absolute;
    width: 75%;
/*     border: 1px solid gray; */
    top: 46%;
    height: 50px;
  	display:flex;
  	align-items:center;
}
#touch-select-flavors-and-sizes .clicked-element p {
	margin: 0 auto;
}
#touch-select-flavors-and-sizes .clicked-element img{
    width: 46px;
    position: absolute;
    left: 20px;
  	z-index: 1;
}
#touch-select-flavors-and-sizes .showCart{
  display:block!important;
  opacity:1!important;
  visibility:visible!important;
}
#touch-select-flavors-and-sizes #openCart{
	position:relative;
  	left:67%;
}
#touch-select-flavors-and-sizes .dropdown-content {
	margin-left: 83%;
}
#touch-select-flavors-and-sizes .accordion button {
	font-size:67px;
  	padding-top:20px;
  	padding-bottom:20px;
  	line-height: 25px;
  	margin-bottom: 0;
}
#touch-select-flavors-and-sizes .accordion button:first-child{
/* 	padding-top: 0; */
}
#touch-select-flavors-and-sizes .accordion button:last-child{
	padding-bottom: 0;
}
#touch-select-flavors-and-sizes .accordion-content:nth-child(3) h2, #touch-select-flavors-and-sizes .accordion-content:nth-child(3) ul{
	margin: 10px 0;
}
#touch-select-flavors-and-sizes nav,
#touch-select-flavors-and-sizes .header,
#touch-select-flavors-and-sizes footer
{
	display:none;
}
#touch-select-flavors-and-sizes #add_to_session_storage {
	float:right;
  	background-color:#ff8a31;
}
#touch-select-flavors-and-sizes .product-header-title {
	text-transform:uppercase;
  	margin-left:60px;
  	margin: 10px 0 10px 60px;
}
#touch-select-flavors-and-sizes .scroll-button-wrapper {
	position: absolute;
/*     height: 100px; */
  	left:5px;
}
#touch-select-flavors-and-sizes .scroll-button-wrapper-topping {
	top: 50%;
 	margin-top: -79px;
}
#touch-select-flavors-and-sizes .scroll-button-wrapper-pudding {
	top: 50%;
  margin-top: -92px;
}
#touch-select-flavors-and-sizes .scroll-down {
	margin-top:15px;
}
#touch-select-flavors-and-sizes .scroll-up,
#touch-select-flavors-and-sizes .scroll-down {
	color:#ff8a31;
  	font-size:85px;
}
#touch-select-flavors-and-sizes .pudding-list-section {
	background:white;
  	padding-top: 10px;
  	padding-bottom:10px;
}
#touch-select-flavors-and-sizes .touch-title {
	color:#c51f3f;
/*   	position: absolute; */
  	display:inline-block;
  	position:relative;
  	top: -65px;
  	margin-left:10px;
/*     top: -32px;  	 */
/*     left: 320px; */
    font-size: 7vw;
  	letter-spacing: 10px;

}
#touch-select-flavors-and-sizes .product-active {
  	transition: all 0.5s ease;
	color:red;
  	font-size:59px;
/*   	margin-top:-11px!important;
  	margin-bottom:0px!important; */
/*     top: 50%; */
}

@media (max-width: 1919px){
  #touch-select-flavors-and-sizes .touch-title {
/*     top: -16px; */
/*     left: 275px; */
  }
  #touch-select-flavors-and-sizes .dropdown-content{
  	margin-left: 78%;
  }
}
@media (max-width: 1439px){
  #touch-select-flavors-and-sizes .touch-title {
  	font-size: 5vw;
/*     top: 25px; */
/*     left: 190px; */
  }
  #touch-select-flavors-and-sizes .accordion button{
  	font-size: 35px;
  }
  #touch-select-flavors-and-sizes .dropdown-content{
  	margin-left: 69%;
  }
  #touch-select-flavors-and-sizes .product-active{
    font-size:31px;
    font-weight: bold;
/*     margin: 5px 0 10px!important; */
  }
}

#touch-select-flavors-and-sizes .puddings-cls #stnt_prod,
#touch-select-flavors-and-sizes .puddings-cls #sumo_prod {
	display:none;
  	position:absolute;
  	top:50%;
  	height: 100px;
}
#touch-select-flavors-and-sizes .item-pudding-wrapper .addbox .addbox-quantity {
	margin-top:25px;
  	width:30px;
  	font-size:23px;
    left: 0px;
    position: relative;
}
#touch-select-flavors-and-sizes .puddings-list-container::-webkit-scrollbar,
#touch-select-flavors-and-sizes .toppings-list-container::-webkit-scrollbar{
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}
#touch-select-flavors-and-sizes .products {
	position: relative;
}
#touch-select-flavors-and-sizes div.addbox.js-addbox {
	width: 94px;
}
#touch-select-flavors-and-sizes #stnt_prod {
/*   	margin-top: -90px; */
  margin-top: 71px;
}
#touch-select-flavors-and-sizes #stnt_prod .addbox-label {
	top: 43px;
    left: -34px;
  	font-size:20px;
  	position:relative;
  	text-transform: uppercase;
  	color: #4b0000;
}
#touch-select-flavors-and-sizes #sumo_prod {
    position: absolute;
    margin-top: 204px;
}
#touch-select-flavors-and-sizes #sumo_prod .addbox-label {
	top: 43px;
    left: -25px;
  	font-size:20px;
  	position:relative;
  	text-transform: uppercase;
  	color:#4b0000;
}
#touch-select-flavors-and-sizes .product-active-show {
	display:block!important;
}
#touch-select-flavors-and-sizes .product-active-show-topping {
	display:block!important;
}
#touch-select-flavors-and-sizes .product-image-show {
  	transition: all 0.5s ease;
	display:inline!important;
  	right:98%!important;
}
#touch-select-flavors-and-sizes .puddings-cls img {
/* 	right: 40px;*/
    display: none; 
    width: 54px;
    top: 50%;
  	position:absolute;
    margin-top: 21px;
  	right: 110%;
}
#touch-select-flavors-and-sizes .puddings-cls .product-title {
	width:96%;
/*   margin-left: 35px!important; */
  	text-align:center;
  	margin-top:10px;
    margin-bottom:20px;
/*   transition: .2s all linear; */
}
#touch-select-flavors-and-sizes .item-pudding-wrapper .addbox .addbox-btn {
	width:35px;
    position: relative;
    height: 60px;
  	margin-left: 5px;
}
#touch-select-flavors-and-sizes .item-pudding-wrapper .addbox .addbox-btn-wrapper {
	height: 137px;
  	left:4px;
}
#touch-select-flavors-and-sizes .item-pudding-wrapper .addbox .addbox-btn.addbox-btn-add:after {
    border-bottom: 53px solid #ff8a31;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 0;
}

#touch-select-flavors-and-sizes .item-pudding-wrapper .addbox .addbox-btn.addbox-btn-sub:after {
    border-top: 53px solid #ff8a31;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 0;
}

#touch-select-flavors-and-sizes .toppings-cls #stnt_prod {
    display: none;
    position: absolute;
    top: 50%;
    height: 100px;
}
#touch-select-flavors-and-sizes .topping-list-section>#stnt_prod {
/* 	display:none; */
}
#touch-select-flavors-and-sizes .clone-ul-element {
	
}
#touch-select-flavors-and-sizes .product-active-show-topping>#stnt_prod {
	display:block;
}
#touch-select-flavors-and-sizes .toppings-cls .addbox .addbox-quantity {
	background:transparent!important;
}

#touch-select-flavors-and-sizes .toppings-cls img {
    right: 193px;
/*   	top:31px; */
}
#touch-select-flavors-and-sizes .scroll-up-topping, #touch-select-flavors-and-sizes .scroll-down-topping {
    color: #ff8a31;
    font-size: 85px;
}
#touch-select-flavors-and-sizes .toppings-list-container {
	height: 500px;
/*   height: 400px; */
    overflow: auto;
    width: 81%;
    border: 1px solid #4b0000;
    margin-left: 50px;
/*   	margin-top: 10px; */
}
#touch-select-flavors-and-sizes .puddings-list-container {
	height: 600px;
  /*   height: 400px; */
    overflow: auto;
    width: 75%;
    border: 1px solid #4b0000;
    margin-left: 55px;
/*   	margin-top: 32px; */
}
#touch-select-flavors-and-sizes .topping-list-section {
	background: white;
    padding-top: 10px;
    padding-bottom: 25px;
}

#touch-select-flavors-and-sizes .topping-list-section div.addbox.js-addbox{
	padding-right: 0;
}
#touch-select-flavors-and-sizes .product-active-topping,
#touch-select-flavors-and-sizes .product-active-topping>span{
	color: red;
  	font-size: 18px;
/*   	padding-left: 10px; */
  	transform:perspective(500px) translate3d(50px, 0, 100px)!important;
  	transition: all 0.5s ease;
}
#touch-select-flavors-and-sizes .product-active-topping>span{
	font-size: 15px;
}
#touch-select-flavors-and-sizes .product-active-topping {
	padding-left: 10px!important;
}
#touch-select-flavors-and-sizes .toppings-cls .product-title {
	width:100%;
  top: -22px;
  position: relative;
  	margin-top: -27px;
  	padding-left: 5px;
  margin-left: -15px;
}
#touch-select-flavors-and-sizes .puddings-cls>.product-item{
/*   margin: 0 auto!important; */
  max-width: 100%!important;
  min-width: 30%!important;
  transition: .1s all linear;
  height:50px;
  top:50px;
}
#touch-select-flavors-and-sizes .puddings-cls>.product-item:first-child{
/*   top:50px;  */
}
#touch-select-flavors-and-sizes .toppings-cls .product-title.product-active-topping{
/*   margin-top: -20px; */
}
#touch-select-flavors-and-sizes .product-topping-image-show {
	transform: perspective(500px) translate3d(0px, 0, 100px)!important;
  	z-index:10!important;
  	transition: transform 0.5s ease;
}
#touch-select-flavors-and-sizes .item-wrapper .addbox .addbox-btn-wrapper {
    height: 70px;
    left: 4px;
}
#touch-select-flavors-and-sizes .item-wrapper .addbox .addbox-btn {
    width: 40px;
    position: relative;
    height: 40px;
}
#touch-select-flavors-and-sizes .item-wrapper .addbox .addbox-btn.addbox-btn-add:after {
    border-bottom: 53px solid #ff8a31;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 0;
}
#touch-select-flavors-and-sizes .item-wrapper .addbox .addbox-btn.addbox-btn-sub:after {
    border-top: 53px solid #ff8a31;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-bottom: 0;
}
#touch-select-flavors-and-sizes .topping-list-section .addbox .addbox-btn.addbox-btn-add:after,
#touch-select-flavors-and-sizes .topping-list-section .addbox .addbox-btn.addbox-btn-sub:after{
	border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}
#touch-select-flavors-and-sizes .item-wrapper .addbox .addbox-quantity {
    margin-top: 25px;
    width: 30px;
    font-size: 23px;
    left: 4px;
    position: relative;
}
#touch-select-flavors-and-sizes .item-wrapper img,
#touch-select-flavors-and-sizes .item-wrapper p,
#touch-select-flavors-and-sizes .item-pudding-wrapper img,
#touch-select-flavors-and-sizes .item-pudding-wrapper p {
	display:none!important;
}
#touch-select-flavors-and-sizes .item-pudding-wrapper {
	position: absolute;
    top: 36%;
    right: 2px;
}
#touch-select-flavors-and-sizes .item-wrapper #stnt_prod {
	position:absolute;  	    
    top: 50%;
  	margin-top: -69px;
    right: 0;
}
#touch-select-flavors-and-sizes .item-pudding-wrapper #stnt_prod,
#touch-select-flavors-and-sizes .item-pudding-wrapper #sumo_prod{
/* 	position:absolute;
  	top: 50%; */
}
#touch-select-flavors-and-sizes .topping-list-section div.addbox.js-addbox {
	width: 100px!important;
} 
#touch-select-flavors-and-sizes .topping-list-section .item-wrapper .addbox .addbox-btn-wrapper{
	position: relative;
  	left: 6px;
  	height: auto;
}
#touch-select-flavors-and-sizes .acordion-image-first-block>img {
	width:32%;
}
#touch-select-flavors-and-sizes .acordion-image-first-block>img:first-child {
	width:100%;
}
#touch-select-flavors-and-sizes .topping-list-section .item-wrapper .addbox .addbox-btn {
	width: 43px;
    height: 62px;
}
#touch-select-flavors-and-sizes .show-image {
	display:block;
}
#touch-select-flavors-and-sizes .hide-image {
	display:none!important;
}
#touch-select-flavors-and-sizes .toppings-cls .product-item {
	margin-bottom:0px;
  width: 100%;
}
#touch-select-flavors-and-sizes .toppings-cls img {
/* 	margin-top: -22px; */
  	width:150px;
}
#touch-select-flavors-and-sizes .home-page{
/* 	height: 328px */
  	width: auto;
  	overflow: hidden;
}
#touch-select-flavors-and-sizes #add_to_session_storage{
	margin-bottom: 12px;
}
#touch-select-flavors-and-sizes section.bottom{
	margin-top: 20px;
}
#touch-select-flavors-and-sizes .accordion .touch-open-toggle.open-toggle:before{
	top: 15px;
}
#touch-select-flavors-and-sizes .touch-open-toggle img{
	width: 37px;
  	position: relative;
    top: 24px;
}
#touch-select-flavors-and-sizes .accordion .touch-open-toggle.close-toggle:before{
	top: 15px;
}
#touch-select-flavors-and-sizes .topping-list-section button.add-prod.addbox-btn.addbox-btn-add.js-addbox-btn{
	margin-left: 0;
}
.touch-open-toggle {
	margin-top: -31px;
}
.touch-open-toggle img {
	width:50px;
}

.accordion .touch-open-toggle.close-toggle:before {
    content: "close";
    text-transform: uppercase;
    padding-right: 5px;
    font-size: 35px;
    top: -15px;
    position: relative;
}
.accordion .touch-open-toggle.open-toggle:before {
    content: "open";
    text-transform: uppercase;
    padding-right: 5px;
    font-size: 35px;
    top: -15px;
    position: relative;
}
 #touch-select-flavors-and-sizes .toppings-list-container .product-form {
      	display: inline-block;
	}
/*-----------End Touch style------------*/
/*-----------------------------------------------*/

.accordion-content.default .accordion-image-content img:first-child {
      width: 100%;
}

.todaysflavor-title {
  width: 96% !important;
}

.table-datepicker-body {
	position: relative;
}

.Zebra_DatePicker {
  margin-top: 30px!important;
}

.datepicker-delivery-message {
  margin-top: 45px!important;
}

.accordion-content.default .accordion-image-content img {
  width: 32%;
}

.accordion-content.long .accordion-image-content img {
  width: 49%;
}

.table-datepicker-body {
  margin: 10px 5vw;
}

.cart-greeting-card,
.table-datepicker-header h2{
  	padding-left: 7vw;
}

.mf-flavor-menu-table td {
  padding: 5px;
}

/* Landscape orientation for mobile */
@media only screen  
  and (min-device-width: 320px) 
  and (max-device-width: 767px)
  and (orientation: landscape) {
    .toppings-cls .product-item {
     	margin-left: 0;
	}
    .product-form {
      	display: inline-flex;
	}
    .toppings-cls img {
    	position: relative;
    	right: 0;
      	padding-right: 30px;
      	width: 30%;
      	height: 0%;
    	margin-top: -14px;
	}
    .product-item .product-title { 
      min-width: 150px !important;
    }
}

/* Portrait orientation for mobile */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 767px)
  and (orientation: portrait) {
    .accordion-image-content img {
      width: 100%;
    }
    .todaysflavor-item {
      width:50% !important;
    }
    .todaysflavor .todaysflavor-imgs {
  		margin-top:105px;
	}
      .todaysflavor .todaysflavor-img {
        height: 20px;
	}
    .inner {
  		display: none;
	}
    .btn.btn-two.header-btn.toppings-btn.inner {
    	display: inline-block;
    }
    h2.subtitle {
      	font-size: 18px;
    }
    .todaysflavor-title {
  		font-size:16px !important;
	}
    .toppings-cls .product-item {
     	margin-left: 0;
	}
    .toppings-cls .product-item #stnt_prod {
    	top: -119px;
    	position: relative;
    	left: -14px;
    }
     .toppings-cls img {
	    left: 27vw;
	}
    .toppings-cls img {
	    margin-top:-70px!important;
      	margin-left:35px;
	}
    #select-flavors-and-sizes > div > main > section.products > div.accordion > div:nth-child(8) > section > ul > li:nth-child(1) > div > img {
    	margin-top:0px!important;
      	position:relative;
}
    
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (orientation: portrait) {
    
    .product-item .products-key-size {
      display: inline;
      margin-left: 7px;
      right: 0;
    }
    
    .product-item .product-title {
      display: inline;
      width: auto; 
      font-size: 13px;
    }
    
     .product-item .products-key-size {
      display: inline;
      margin-right: 5px;
    }
    
    .product-item .product-addbox {
      width: 50%;
    }
    
    .product-item #stnt_prod {
      clear: both;
    }
    
    .product-item .js-addbox {
      	width: 75% !important;
    	text-align: center;
    }
    
    .product-item .addbox-btn-wrapper .js-addbox-btn{
      font-size: 17px;
      margin-left: 10px;
    }   
    .addbox .addbox-btn.addbox-btn-sub {
      float: none;
    }
    .cart .card-greetingcard {
      width: 85vw;
      margin-left: 4vh;
    }
    .table .table-body.table-body-greeting td p {
      width: 85vw;
      margin-left: 4vh;
    }
    .accordion-toggle {
      font-size: 20px !important;
    }
    .open-toggle:before {
      font-size: 20px !important;
    }
    .close-toggle:before {
       font-size: 20px !important;
    }
    .bottom-content ul {
		margin-left: 0;
	}
    .toppings-cls img {
	    left: 27vw;
    	margin-top: 10px;
	}
    #hiddenCart {
    	right: 3% !important;
    }
    .dropdown-content {
    	right: 1%;
    	width: 98.5%;
    	font-size: 10px;
    }
    
    .ctct-custom-form {
      	min-width: 310px !important;
    }
    
    .ctct-custom-form input[type="text"] {
 		 width: 86vw !important;
	}
    
    .cart .cart-bottom-tac {
      margin: 0;
    }
    
    .cart-tac-label:before {
    	margin: 1vh .25em 0 0 !important;
    }
    
    .cart-tac-label strong {
    	position: absolute;
    	margin-top: 1.2vh;
    	font-size: 13px;
      	max-width: 50%;
    }
    
    .cart-btn-wrapper .cart-btn {
    	margin-top: 0.5em;
      	padding: 0.5em 0em;
    }
    
    .mf-prices-headline {
    	font-size: 14px;
    }
    
    .mf-flavor-menu-table {
    	font-size: 10px;
    }
    
    .mf-prices-table {
    	font-size: 11px;
	}
    
    .mf-prices-table-head {
    	font-weight: 500;
    }
    
    .product-topping-information div>img {
    	width: 100%;
    }
    
    .collection-toppings-information h1 {
 	   font-size: 28px;
	}
    
    .collection-toppings-information h4 {
       font-size: 14px;
	}
    
    .btn-cart-dropdown {
      font-size: 8px;
      text-align: left;
    }
    
    .table-total-cart {
      font-size: 16px !important;
    }
       
}
    
.btn-goldbelly {
  background-color: initial !important;
  padding: 0;
}

.btn-goldbelly > img {
  border: 0;
}

.btn-goldbelly:hover > img {
  border: 0;
}