.wfdm-add-to-cart-button,
.wfdm-options-add-to-cart-button {
	display: table;
    margin-top: 10px;
    background: transparent;
    border: 2px solid #222;
    border-radius: 3px;
	padding: 8px 10px;
	line-height: 1;
	cursor: pointer;
	transition: background .3s, color .3s;
}
.wfdm-add-to-cart-button:hover,
.wfdm-options-add-to-cart-button:hover {
	background: #222;
	color: #fff;
}
.wfdm-item-has-image .wfdm-add-to-cart-button,
.wfdm-item-has-image .wfdm-options-add-to-cart-button {
	margin-left: 35%;
}

#wfdm-ordering-sidescreen-tab {
	position: fixed;
	top: 25vh;
	right: 0;
	width: 64px;
	height: 64px;
	background: #fff;
	color: #444;
	border: 1px solid #ddd;
	z-index: 101;
	padding: 14px 12px 10px 12px;
	cursor: pointer;
	box-sizing: border-box;
}
#wfdm-ordering-sidescreen-tab .dashicons {
	font-size: 40px;
	width: 40px;
	height: 40px;
}
#wfdm-ordering-sidescreen-tab-count {
	display: block;
	position: absolute;
	top: 0;
	right: 4px;
	font-size: 15px;
}

.wfdm-ordering-sidescreen {
    position: fixed;
    right: -400px;
    top: 0;
	width: 400px;
    background: #fff;
    z-index: 100;
    padding: 0 0 40px;
    box-sizing: border-box;
    height: 100vh;
	box-shadow: 5px 0 10px #888;
	overflow-y: scroll;
}
#wfdm-ordering-sidescreen-header {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
	background: #333;
	color: #fff;
	font-size: 18px;
}

#wfdm-ordering-sidescreen-close {
	position: absolute;
	left: 20px;
	top: 6px;
	width: 30px;
	height: 30px;
	color: #fff;
	text-transform: none;
	font-weight: normal;
	cursor: pointer;
}
#wfdm-ordering-sidescreen-close .dashicons {
	font-size: 30px;
	width: 30px;
	height: 30px;
}

.wfdm-cart-menu-item {
	position: relative;
	float: left;
	box-sizing: border-box;
	width: 100%;
	padding: 20px 20px 0;
	clear: both;
	border-top: 1px solid #eee;
	margin: 0px 0 20px;
}
.wfdm-cart-menu-item:first-of-type {
	border-top: none;
}
.wfdm-cart-delete-wrapper {
	position: absolute;
	right: 20px;
	bottom: 0;
	width: 100px;
}
.wfdm-cart-delete-item {
    color: #b13214d6;
    text-align: right;
    cursor: pointer;
}

.wfdm-ordering-sidescreen .wfdm-item-image {
	width: 100px;
	margin-right: 10px;
}
.wfdm-ordering-sidescreen .wfdm-item-title {
	font-size: 16px !important;
	float: left;
	margin-bottom: 8px;
	width: calc(100% - 210px);
	line-height: 1.2;
}
.wfdm-ordering-sidescreen .wfdm-order-item-options {
	position: relative;
	float: left;
	margin-left: 10px;
	width: calc(100% - 210px);
	font-size: 12px !important;
}
.wfdm-ordering-sidescreen .wfdm-order-item-options ul {
	margin: 0;
}
.wfdm-ordering-sidescreen .wfdm-order-item-options p {
	margin: 8px 0 0 0;
	line-height: 1.4;
}
.wfdm-cart-item-price-wrapper {
    position: absolute;
	width: 100px;
	top: 20px;
	right: 20px;
    text-align: right;
}
.wfdm-item-quantity-wrapper {
	width: 70%;
	clear: both;
	margin: 4px 0 0;
	position: relative;
	top: 8px;
}
.wfdm-item-quantity-wrapper label {
	display: inline-block;
	margin-right: 2px;
}
.wfdm-item-quantity-wrapper input {
	display: inline-block;
	width: 60px;
	height: auto;
	padding: 3px 5px;
}
.wfdm-item-quantity-wrapper .wfdm-qty-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	padding: 0;
	border: 1px solid #cfd4da;
	border-radius: 50%;
	background: #fff;
	font-size: 16px;
	line-height: 1;
	cursor: pointer;
}
.wfdm-item-quantity-wrapper .wfdm-qty-btn:hover {
	background: #f3f4f6;
}

#wfdm-ordering-sidescreen-quantity {
    position: relative;
    float: left;
    margin: 8px 0 0;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 20px;
	background: #eee;
	border-top: 1px solid #ccc;
}
#wfdm-ordering-sidescreen-quantity-items {
	position: relative;
	float: left;
	width: calc(100% - 120px);
}
.wfdm-clear-cart-button {
	position: absolute;
	right: 20px;
	top: 6px;
	box-sizing: border-box;
	width: 100px;
    background: transparent;
    border: 1px solid #222;
    border-radius: 3px;
	padding: 4px 0;
	cursor: pointer;
	transition: background .3s, color .3s;
	text-align: center;
	font-size: .9em;
}
.wfdm-clear-cart-button:hover {
	background: #222;
	color: #fff;
}

#wfdm-ordering-sidescreen-tax {
    position: relative;
    float: left;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 20px;
	background: #eee;
	border-top: 1px solid #ccc;
}
#wfdm-ordering-sidescreen-tax-label {
	position: relative;
	float: left;
	width: 47%;
}
#wfdm-ordering-sidescreen-tax-amount-container {
	position: relative;
	float: right;
	width: 47%;
	text-align: right;
}

#wfdm-ordering-sidescreen-total {
    position: relative;
    float: left;
    margin: 0 0 40px;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 20px;
	background: #eee;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#wfdm-ordering-sidescreen-total-label {
	position: relative;
	float: left;
	width: 47%;
}
#wfdm-ordering-sidescreen-total-value-container {
	position: relative;
	float: right;
	width: 47%;
	text-align: right;
}

#wfdm-ordering-contact-details {
	position: relative;
	float: left;
	margin: 0 20px 0;
	width: calc(100% - 40px);
}
#wfdm-ordering-sidescreen-contact-header {
	font-size: 18px;
	text-align: center;
}
.wfdm-ordering-contact-item {
	margin-top: 16px;
}
.wfdm-ordering-contact-item:first-of-type {
	margin-top: 24px;
}
.wfdm-ordering-contact-label {
	display: block;
	position: relative;
	margin-bottom: 5px;
}
.wfdm-ordering-contact-field input {
	border: 1px solid #ccc;
	box-shadow: none;
	width: 100%;
	box-sizing: border-box;
	padding: 8px;
}
.wfdm-ordering-contact-field textarea {
	border: 1px solid #ccc;
	box-shadow: none;
	width: 100%;
	min-height: 80px;
	box-sizing: border-box;
	padding: 8px;
}


#wfdm-order-payment-form-div {
	position: relative;
	float: left;
	margin: 24px 20px 0;
	width: calc(100% - 40px);
}
#wfdm-order-payment-form-div .form-row {
	margin-top: 16px;
}
#wfdm-order-payment-form-div label {
	display: block;
	position: relative;
	margin-bottom: 5px;
}
#wfdm-order-payment-form-div input {
	border: 1px solid #ccc;
	box-shadow: none;
	width: 100%;
	box-sizing: border-box;
	padding: 8px;
}
#wfdm-order-payment-form-div textarea {
	border: 1px solid #ccc;
	box-shadow: none;
	width: 100%;
	min-height: 80px;
	box-sizing: border-box;
	padding: 8px;
}
#wfdm-order-payment-form-div #stripe-payment-form input[data-stripe="exp_month"],
#wfdm-order-payment-form-div #stripe-payment-form input[data-stripe="exp_year"] {
	width: 40%;
}
#wfdm-order-payment-form-div #stripe-payment-form .form-row span {
	margin: 4px 12px 0;
}
.form-row :not(label) {
	display:  inline-block;
}
.form-row:last-of-type {
	margin-bottom: 20px;
}


#wfdm-order-submit {
	position: relative;
	float: left;
	margin: 20px 20px 40px;
}
#wfdm-order-submit-button,
#wfdm-order-payment-form-div #paypal-submit,
#wfdm-order-payment-form-div #stripe-submit {
    background: transparent;
	border: 1px solid #222;
	color: #222;
    border-radius: 3px;
	padding: 7px 10px;
	cursor: pointer;
	transition: background .3s, color .3s;
	text-align: center;
	font-size: .9em;
	margin-bottom: 32px;
}
#wfdm-order-submit-button:hover,
#wfdm-order-payment-form-div #paypal-submit:hover,
#wfdm-order-payment-form-div #stripe-submit:hover {
	background: #222;
	color: #fff;
}
#wfdm-order-submit-button:disabled,
#wfdm-order-payment-form-div #paypal-submit:disabled,
#wfdm-order-payment-form-div #stripe-submit:disabled {
    background: #e4e4e4;
	border: 1px solid #ddd;
	color: #888;
	cursor: initial;
}

.wfdm-continue-shopping-button {
	display: inline-block;
	margin: 28px 20px 20px;
	cursor: pointer;
}


/****************
REFINED STYLE
****************/
.wfdm-menu-refined .wfdm-add-to-cart-button,
.wfdm-menu-refined .wfdm-options-add-to-cart-button {
    margin: 20px 0 0 0;
}
.wfdm-ordering-sidescreen.wfdm-style-refined .wfdm-item-image {
	display: block;
}


/****************
IMAGE STYLE
****************/
.wfdm-menu-image .wfdm-add-to-cart-button,
.wfdm-menu-image .wfdm-options-add-to-cart-button {
	margin: 12px 0 0;
	display: block;
	position: relative;
	float: left;
}
.wfdm-ordering-sidescreen.wfdm-style-image .wfdm-item-image {
	display: block;
}

.wfdm-ordering-sidescreen.wfdm-style-image .wfdm-image-style-image-wrapper {
	width: 100px;
	margin-left: 0;
	height: auto;
	border-radius: 0;
	overflow: hidden;
}
.wfdm-ordering-sidescreen.wfdm-style-image .wfdm-item-image {
	width: 100%;
	left: 0;
	height: auto;
	max-width: none;
}


/****************
ADVANCED OPTION 
****************/
.wfdm-ordering-popup,
.wfdm-ordering-popup * {
	box-sizing: border-box;
}
.wfdm-ordering-popup {
	position: fixed;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	max-width: none !important;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}
.wfdm-ordering-popup-inside {
	position: relative;
	display: flex;
	flex-direction: column;
	background-color: #fff;
	width: 80%;
	max-width: 550px;
	max-height: 80vh;
	padding: 16px;
	border-radius: 14px;
	overflow-y: scroll;
}
.wfdm-ordering-popup-close {
	position: absolute;
	top: 16px;
	right: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	border-radius: 8px;
	background: #f3f3f3;
	cursor: pointer;
}
.wfdm-ordering-popup-close-inside {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
}
.wfdm-ordering-popup-item-title {
	font-size: 24px;
	font-weight: normal;
	color: #000;
	margin: 16px 16px 10px;
}
#wfdm-ordering-popup-options {
	display: flex;
	flex-direction: column;
	margin: 12px 0 0 16px;
}
.wfdm-ordering-popup-option {
	display: flex;
	width: 100%;
	margin: 8px 0;
	align-items: center;
	font-size: 13px;
	font-weight: normal;
	color: #888;
}
.wfdm-ordering-popup-option label {
	width: 60px;
	color: #888;
}
.wfdm-ordering-popup-option input,
.wfdm-ordering-popup-option select {
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 8px;
	background: transparent;
	color: #000;
	font-size: 13px;
	font-weight: normal;
	line-height: normal;
}
.wfdm-ordering-popup-option input[type="checkbox"] {
	border-radius: 2px;
	padding: 0;
	margin-left: 0;
}
#wfdm-ordering-popup-note {
	display: flex;
	flex-direction: column;
	margin: 12px 16px 0;
}
.wfdm-ordering-popup-note-title {
	font-size: 24px;
	font-weight: normal;
	color: #000;
	margin: 12px 0 8px;
}
#wfdm-ordering-popup-note textarea {
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 8px;
	min-height: 100px;
	background: transparent;
	color: #000;
	font-size: 13px;
	font-weight: normal;
	line-height: normal;
}
#wfdm-ordering-popup-submit {
	display: flex;
	justify-content: space-between;
	margin-top: 24px;
}
#wfdm-ordering-popup-submit button {
	padding: 12px 18px;
	margin-left: 16px;
	background: #1b335f;
	color:  #fff;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	border: none;
	border-radius: 10px;
	cursor: pointer;
	transition: background .35s;
}
#wfdm-ordering-popup-submit button:hover {
	background: #375a9a;
}


/****************
ORDERING PROGRESS 
****************/
.wfdm-order-progress-status {
	position: relative;
	float: left;
	margin: 20px 0 12px;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #ccc;
	height: 48px;
}
.wfdm-order-progress-status[data-value="25"] {
	background: linear-gradient(90deg, #FFC0CB 25%, transparent 25%);
}
.wfdm-order-progress-status[data-value="50"] {
	background: linear-gradient(90deg, #FFC0CB 50%, transparent 50%);
}
.wfdm-order-progress-status[data-value="75"] {
	background: linear-gradient(90deg, #FFC0CB 75%, transparent 75%);
}
.wfdm-order-progress-status[data-value="100"] {
	background: #FFC0CB;
}

.wfdm-order-progress-status-labels {
	position: relative;
	float: left;
	text-align: center;
}
.wfdm-order-progress-status-labels[data-status="WFDM_order_received"] {
	margin-left: 15%;
	width: 20%;
}
.wfdm-order-progress-status-labels[data-status="WFDM_order_accepted"] {
	width: 30%;
}
.wfdm-order-progress-status-labels[data-status="WFDM_order_prep"] {
	width: 20%;
}
.wfdm-order-progress-status-labels[data-status="WFDM_order_ready"] {
	width: 15%;
	text-align: right;
}
.wfdm-order-progress-current-status {
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	.wfdm-order-progress-status-labels[data-status="WFDM_order_received"] {
		margin-left: 0;
		width: 50%;
	}
	.wfdm-order-progress-status-labels[data-status="WFDM_order_accepted"] {
		width: 100%;
	}
	.wfdm-order-progress-status-labels[data-status="WFDM_order_prep"] {
		width: 50%;
		margin-left: 50%;
	}
	.wfdm-order-progress-status-labels[data-status="WFDM_order_ready"] {
		width: 100%;
		text-align: right;
	}
	.wfdm-order-progress-status-labels {
		display: none;
	}
	.wfdm-order-progress-current-status {
		display: block;
	}
}


/*********************
EXTRA CART CSS
*********************/
#wfdm-order-payment-toggle {
	display: inline-block;
	margin: 20px 20px 0;
	box-sizing: border-box;
	width: 100%;
}
.wfdm-order-payment-toggle-option {
	position: relative;
	display: inline-block;
	width: 100%;
	clear: both;
}
.wfdm-payment-type-toggle {
	margin: 0 8px 0 0;
}
.wfdm-cart-item-panel {
	min-height: 50px;
}
.wfdm-details-div-content .wfdm-add-to-cart-button {
	display: none;
}


/*********************
GRFWP
*********************/
.wfdm-details-div-inside .wfdm-options-add-to-cart-button {
	display: none;
}
.wfdm-details-div-inside .grfwp-pagination-controls {
	display: none; 
}


/*******************************/
/*** BOTTOM ORDER CART STYLE ***/
/*******************************/
.wfdm-ordering-bottom-cart-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,.35);
	z-index: 99;
}

.cart-location-bottom,
.cart-location-bottom * {
	box-sizing: border-box;
	line-height: 1.2;
	float: none;
}
.cart-location-bottom {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	top: initial;
	right: 0;
	bottom: -325px;
	width: 100%;
	padding: 12px 10% 24px;
	height: 400px;
	box-shadow: none;
	overflow-y: scroll;
}

.cart-location-bottom #wfdm-ordering-sidescreen-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	text-align: left;
	background: transparent;
	color: #000;
	text-transform: none;
	font-size: 20px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 24px;
}
.cart-location-bottom #wfdm-ordering-sidescreen-close {
	position: relative;
	left: initial;
	right: initial;
	top: initial !important;
	width: 30px;
	height: 30px;
	color: #000;
	order: 2;
}
.cart-location-bottom #wfdm-ordering-sidescreen-close .dashicons {
	font-size: 30px;
	width: 30px;
	height: 30px;
	line-height: 1;
}

.cart-location-bottom #wfdm-ordering-sidescreen-items-and-button {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 60%
}
.cart-location-bottom #wfdm-ordering-sidescreen-items {
	display: flex;
	flex-direction: column;
	width: 100%
}
.cart-location-bottom .wfdm-cart-menu-item {
	float: none;
	display: flex;
	width: 100%;
	padding: 30px 0 0;
	clear: both;
	border-top: 1px dotted #ddd;
	margin: 0px 0 36px;
}
.cart-location-bottom .wfdm-cart-menu-item:first-of-type {
	border-top: none;
	padding-top: 0;
}
.cart-location-bottom .wfdm-cart-item-panel {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	min-height: auto;
}
.cart-location-bottom .wfdm-cart-item-panel .wfdm-item-title {
	order: 1;
	float: none;
	width: calc(100% - 140px);
	font-size: 17px !important;
	margin-top: 0;
}
.cart-location-bottom .wfdm-cart-item-panel .wfdm-cart-item-price-wrapper {
	order: 2;
	position: relative;
	top: initial;
	right: initial;
	font-size: 17px;
}
.cart-location-bottom .wfdm-cart-item-panel .wfdm-order-item-options {
	order: 3;
	float: none;
	width: 100%;
	padding-right: 140px;
	margin-left: 0;
}
.cart-location-bottom .wfdm-cart-item-panel .wfdm-order-item-options ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.cart-location-bottom .wfdm-cart-item-panel .wfdm-order-item-options ul li:before { 
	content:"- ";
}
.cart-location-bottom .wfdm-cart-item-panel .wfdm-item-quantity-wrapper {
	order: 4;
	width: calc(100% - 140px);
	clear: none;
	font-size: 17px;
}
.cart-location-bottom .wfdm-cart-item-panel .wfdm-item-quantity-wrapper input {
	width: 72px;
	border-radius: 4px;
	border: 1px solid #ddd;
	padding: 6px 10px;
}
.cart-location-bottom .wfdm-cart-item-panel .wfdm-cart-delete-wrapper {
	order: 5;
	position: relative;
	bottom: initial;
	right: initial;
	margin-top: 4px;
	font-size: 17px;
}

.cart-location-bottom .wfdm-continue-shopping-button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	height: auto;
	background: #bf790c;;
	color: #fff;
	font-size: 17px;
	border: none;
	border-radius: 4px;
	padding: 5px 10px;
	margin: 28px 0 0;
	cursor: pointer;
	transition: background .3s, color .3s;
	text-align: center;
	text-decoration: none;
}
.cart-location-bottom .wfdm-continue-shopping-button:hover {
	background: #d5951c;;
	color: #fff;
}

.cart-location-bottom #wfdm-ordering-sidescreen-items-and-button .clearfix,
.cart-location-bottom .wfdm-cart-item-panel .clearfix,
.cart-location-bottom .wfdm-cart-item-panel .wfdm-item-image {
	display: none;
}

.cart-location-bottom #wfdm-ordering-sidescreen-totals {
	width: 32%;
	display: flex;
	flex-direction: column;
	font-size: 17px;
}
.cart-location-bottom #wfdm-ordering-sidescreen-quantity,
.cart-location-bottom #wfdm-ordering-sidescreen-tax,
.cart-location-bottom #wfdm-ordering-sidescreen-total {
	display: flex;
	justify-content: space-between;
	width: 100%;
	float: none;
	padding: 0;
	margin: 0 0 24px;
	background: transparent;
	border: none;
}
.cart-location-bottom #wfdm-ordering-sidescreen-quantity-items,
.cart-location-bottom #wfdm-ordering-sidescreen-tax-label,
.cart-location-bottom #wfdm-ordering-sidescreen-tax-amount-container,
.cart-location-bottom #wfdm-ordering-sidescreen-total-label,
.cart-location-bottom #wfdm-ordering-sidescreen-total-value-container {
	float: none;
}
.cart-location-bottom .wfdm-clear-cart-button {
	position: relative;
	right: initial;
	top: initial !important;
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	height: auto;
	background: #bf790c;;
	color: #fff;
	font-size: 17px;
	border: none;
	border-radius: 4px;
	padding: 5px 10px;
	margin: 0;
	cursor: pointer;
	transition: background .3s, color .3s;
	text-align: center;
}
.cart-location-bottom .wfdm-clear-cart-button:hover {
	background: #d5951c;;
	color: #fff;
}

.cart-location-bottom #wfdm-ordering-contact-details {
	float: none;
	margin: 32px 0 0;
	padding: 16px 0 0;
	border-top: 1px dotted #ddd;
	display: flex;
	flex-direction: column;
	font-size: 17px !important;
	width: 100%;
}
.cart-location-bottom #wfdm-ordering-sidescreen-contact-header {
	width: 100%;
	text-align: center;
	font-size: 20px !important;
	font-weight: 600;
}
.cart-location-bottom .wfdm-ordering-contact-item {
	display: flex;
	flex-direction: column;
	margin-top: 16px;
}
.cart-location-bottom .wfdm-ordering-contact-field {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.cart-location-bottom .wfdm-ordering-contact-field input,
.cart-location-bottom .wfdm-ordering-contact-field textarea {
	width: 100%;
	max-width: 300px;
	background: transparent;
	border: 1px solid #ccc;
	border-radius: 4px; 
	box-shadow: none;
	padding: 8px;
}
.cart-location-bottom .wfdm-ordering-custom-fields {
	display: flex;
	flex-direction: column;
}
.cart-location-bottom .wfdm-ordering-custom-field {
	display: flex;
	flex-direction: column;
	margin-top: 16px;
}
.cart-location-bottom .wfdm-ordering-custom-field-label {
	margin-bottom: 5px;
}
.cart-location-bottom .wfdm-ordering-custom-field-input {
	display: flex;
}
.cart-location-bottom .wfdm-ordering-custom-field-input input[type="text"],
.cart-location-bottom .wfdm-ordering-custom-field-input textarea,
.cart-location-bottom .wfdm-ordering-custom-field-input select {
	width: 100%;
	max-width: 300px;
	background: transparent;
	border: 1px solid #ccc;
	border-radius: 4px; 
	box-shadow: none;
	padding: 8px;
}
.cart-location-bottom .wfdm-ordering-custom-field-input input[type="checkbox"] {
	margin-left: 16px;
}
.cart-location-bottom .wfdm-ordering-custom-field-input input[type="checkbox"]:first-of-type {
	margin-left: 0;
}
.cart-location-bottom #wfdm-order-payment-toggle {
	margin: 28px 0 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	font-size: 17px !important;
	background: #f3f3f3;
	border-radius: 8px;
	padding: 10px 24px 16px 20px;
	width: 100%;
	max-width: 300px;
}
.cart-location-bottom .wfdm-order-payment-toggle-option {
	margin-top: 6px;
}
.cart-location-bottom #wfdm-order-submit {
	float: none;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin: 30px 0;
	width: 100%;
}
.cart-location-bottom #wfdm-order-submit-button,
.cart-location-bottom #wfdm-order-payment-form-div #paypal-submit,
.cart-location-bottom #wfdm-order-payment-form-div #stripe-submit {
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	height: auto;
	background: #bf790c;;
	color: #fff;
	font-size: 17px;
	border: none;
	border-radius: 4px;
	padding: 5px 10px;
	margin: 0;
	cursor: pointer;
	transition: background .3s, color .3s;
	text-align: center;
}
.cart-location-bottom #wfdm-order-submit-button:hover,
.cart-location-bottom #wfdm-order-payment-form-div #paypal-submit:hover,
.cart-location-bottom #wfdm-order-payment-form-div #stripe-submit:hover {
	background: #d5951c;;
	color: #fff;
}
.cart-location-bottom #wfdm-order-submit-button:disabled,
.cart-location-bottom #wfdm-order-payment-form-div #paypal-submit:disabled,
.cart-location-bottom #wfdm-order-payment-form-div #stripe-submit:disabled {
	background: #e4e4e4;
	border: 1px solid #ddd;
	color: #888;
	cursor: initial;
}
.cart-location-bottom #wfdm-order-payment-form-div {
	float: none;
	margin: 30px 0 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	font-size: 17px !important;
	width: 100%;
}
.cart-location-bottom #wfdm-order-payment-form-div #stripe-payment-form .form-row span {
	margin: 4px 0 0;
}

.cart-location-bottom .wfdm-message {
	margin: 0 0 10px;
}

@media screen and (max-width: 900px) {
	.cart-location-bottom #wfdm-ordering-sidescreen-items-and-button,
	.cart-location-bottom #wfdm-ordering-sidescreen-totals {
		width: 100%;
	}		
	.cart-location-bottom #wfdm-ordering-sidescreen-totals {
		margin: 32px 0 0;
		padding: 32px 0 0;
		border-top: 1px dotted #ddd;
	}
}


/***********************************/
/*** BOTTOM ORDER CART STYLE ALT ***/
/***********************************/
.cart-location-bottom.cart-style-alt .wfdm-cart-menu-item {
	padding: 12px 0;
	margin: 0;
}
.cart-location-bottom.cart-style-alt .wfdm-cart-menu-item:first-of-type {
	padding-top: 0;
}
.cart-location-bottom.cart-style-alt .wfdm-cart-item-panel .wfdm-item-title {
	order: 1;
	width: calc(100% - 200px);
	margin: 0;
}
.cart-location-bottom.cart-style-alt .wfdm-cart-item-panel .wfdm-item-quantity-wrapper {
	order: 2;
	width: 48px;
	margin-top: 0;
	top: 0;
}
.cart-location-bottom.cart-style-alt .wfdm-cart-item-panel .wfdm-item-quantity-wrapper label {
	display: none;
}
.cart-location-bottom.cart-style-alt .wfdm-cart-item-panel .wfdm-item-quantity-wrapper input {
	border: none;
	padding: 0;
	width: 48px;
	font-size: 17px;
}
.cart-location-bottom.cart-style-alt .wfdm-cart-item-panel .wfdm-cart-item-price-wrapper {
	order: 3;
	width: 96px;
}
.cart-location-bottom.cart-style-alt .wfdm-cart-item-panel .wfdm-cart-delete-wrapper {
	order: 4;
	margin-top: 0;
	width: 50px;
}
.cart-location-bottom.cart-style-alt .wfdm-cart-item-panel .wfdm-cart-delete-wrapper .dashicons {
	font-size: 21px;
	width: 21px;
	height: 21px;
	margin-top: -2px;
}
.cart-location-bottom.cart-style-alt .wfdm-cart-item-panel .wfdm-order-item-options {
	order: 5;
}
.cart-location-bottom.cart-style-alt .wfdm-cart-item-panel .wfdm-order-item-options ul {
	margin-top: 6px;
}

@media screen and (max-width: 568px) {
	.cart-location-bottom.cart-style-alt .wfdm-cart-item-panel .wfdm-item-title {
		width: 100%;
		margin-bottom: 8px; 
	}	
}


/*******************************/
/*** BOTTOM CART PREVIEW BAR ***/
/*******************************/
.wfdm-ordering-bottom-bar,
.wfdm-ordering-bottom-bar * {
	box-sizing: border-box;
}
.wfdm-ordering-bottom-bar {
	position: fixed;
	display: flex;
	height: 80px;
	width: 100%;
	bottom: 0;
	left: 0;
	background: #fff;
	z-index: 101;
	box-shadow: 0 0 7px #ddd;
	font-size: 17px;
	color: #000;
}
.wfdm-ordering-bottom-bar-open {
	background: #f3f3f3;
	box-shadow: none;
}
.wfdm-ordering-bottom-bar-inside {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 90%;
	max-width: 1200px;
	height: 80px;
	margin: 0 auto;
}

.wfdm-ordering-bottom-bar-left {
	display: flex;
	justify-content: left;
	align-items: center;
	height: 80px;
}
.wfdm-ordering-bottom-bar-toggle {
	width: 64px;
	display: flex;
	align-items: center;
}
.wfdm-ordering-bottom-bar-toggle-inside {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	border: 2px solid #bf790c;;
	border-radius: 1000px;
	cursor: pointer;
}
.wfdm-ordering-bottom-bar-toggle .dashicons {
	font-size: 24px;
	width: 24px;
	height: 24px;
	color: #bf790c;;
}
.wfdm-ordering-bottom-bar-label {
	font-size: 20px;
}

.wfdm-ordering-bottom-bar-right {
	display: flex;
	justify-content: right;
	align-items: center;
	height: 80px;
}
.wfdm-ordering-bottom-bar-total-value {
	margin: 0 20px 0 12px;
}
.wfdm-ordering-bottom-bar-checkout-button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 32px;
	background: #bf790c;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
	transition: background .3s, color .3s;
	text-align: center;
}
.wfdm-ordering-bottom-bar-checkout-button:hover {
	background: #d5951c;;
	color: #fff;
}

@media screen and (max-width: 568px) {
	.wfdm-ordering-bottom-bar-label {
		display: none;
	}
}

/******************************/
/*** HIDE ORDERING FEATURES ***/
/******************************/

.wfdm-hide-ordering-features .wfdm-add-to-cart-button,
.wfdm-hide-ordering-features .wfdm-options-add-to-cart-button,
.wfdm-hide-ordering-features .wfdm-ordering-bottom-bar,
.wfdm-hide-ordering-features .wfdm-ordering-sidescreen,
.wfdm-hide-ordering-features #wfdm-ordering-sidescreen-tab {
	display: none;
}

.wfdm-hidden {
	display: none !important;
}

/*****************************************************
 * COMPACT 2026 SIDESCREEN CART OVERRIDES (v2.5.95)
 * Targets the sidescreen cart only. Bottom-cart and
 * cart-style-alt layouts intentionally untouched.
 * Doubled class selector + !important on key sizing
 * so theme/legacy rules cannot win.
 *****************************************************/
.wfdm-ordering-sidescreen.wfdm-ordering-sidescreen:not(.cart-location-bottom) .wfdm-cart-menu-item {
	padding: 10px 14px 10px !important;
	margin: 0 !important;
	border-top: 1px solid rgba(0,0,0,.06) !important;
	min-height: 0 !important;
}
.wfdm-ordering-sidescreen.wfdm-ordering-sidescreen:not(.cart-location-bottom) .wfdm-cart-item-panel {
	min-height: 0 !important;
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: flex-start !important;
	gap: 2px 8px !important;
}
.wfdm-ordering-sidescreen.wfdm-ordering-sidescreen:not(.cart-location-bottom) .wfdm-item-image {
	float: none !important;
	width: 56px !important;
	height: 56px !important;
	margin: 0 !important;
	flex: 0 0 56px !important;
}
.wfdm-ordering-sidescreen.wfdm-ordering-sidescreen:not(.cart-location-bottom) .wfdm-item-image img {
	width: 56px !important;
	height: 56px !important;
	object-fit: cover !important;
	border-radius: 10px !important;
	display: block !important;
}
.wfdm-ordering-sidescreen.wfdm-ordering-sidescreen:not(.cart-location-bottom) .wfdm-item-title {
	float: none !important;
	width: auto !important;
	flex: 1 1 210px !important;
	font-size: 14px !important;
	line-height: 1.25 !important;
	margin: 0 !important;
	font-weight: 600 !important;
}
.wfdm-ordering-sidescreen.wfdm-ordering-sidescreen:not(.cart-location-bottom) .wfdm-cart-item-price-wrapper {
	position: static !important;
	width: auto !important;
	margin-left: 8px !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	line-height: 1.25 !important;
	white-space: nowrap !important;
	top: auto !important;
	right: auto !important;
	order: 6 !important;
}
.wfdm-ordering-sidescreen.wfdm-ordering-sidescreen:not(.cart-location-bottom) .wfdm-cart-item-price {
	font-size: 14px !important;
}
.wfdm-ordering-sidescreen.wfdm-ordering-sidescreen:not(.cart-location-bottom) .wfdm-order-item-options {
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
	font-size: 11.5px !important;
	color: #6b7280 !important;
	flex: 1 1 100% !important;
	order: 4 !important;
}
.wfdm-ordering-sidescreen.wfdm-ordering-sidescreen:not(.cart-location-bottom) .wfdm-order-item-options p,
.wfdm-ordering-sidescreen.wfdm-ordering-sidescreen:not(.cart-location-bottom) .wfdm-order-item-options ul {
	margin: 0 !important;
	line-height: 1.35 !important;
}
.wfdm-ordering-sidescreen.wfdm-ordering-sidescreen:not(.cart-location-bottom) .wfdm-item-quantity-wrapper {
	width: auto !important;
	clear: none !important;
	margin: 0 !important;
	top: 0 !important;
	order: 5 !important;
	display: inline-flex !important;
	align-items: center !important;
	gap: 4px !important;
}
.wfdm-ordering-sidescreen.wfdm-ordering-sidescreen:not(.cart-location-bottom) .wfdm-item-quantity-wrapper label {
	margin: 0 !important;
	font-size: 12px !important;
	color: #6b7280 !important;
}
.wfdm-ordering-sidescreen.wfdm-ordering-sidescreen:not(.cart-location-bottom) .wfdm-item-quantity-wrapper input {
	width: 40px !important;
	padding: 4px 4px !important;
	border: 1px solid rgba(0,0,0,.12) !important;
	border-radius: 8px !important;
	background: #fff !important;
	text-align: center !important;
	font-size: 13px !important;
	line-height: 1.2 !important;
	height: auto !important;
}
.wfdm-ordering-sidescreen.wfdm-ordering-sidescreen:not(.cart-location-bottom) .wfdm-item-quantity-wrapper .wfdm-qty-btn {
	width: 22px !important;
	height: 22px !important;
	font-size: 14px !important;
	border-color: rgba(0,0,0,.16) !important;
	color: #374151 !important;
}
.wfdm-ordering-sidescreen.wfdm-ordering-sidescreen:not(.cart-location-bottom) .wfdm-cart-delete-wrapper {
	position: static !important;
	width: auto !important;
	margin: 0 0 0 6px !important;
	right: auto !important;
	bottom: auto !important;
	order: 7 !important;
	display: inline-flex !important;
	align-items: center !important;
}
.wfdm-ordering-sidescreen.wfdm-ordering-sidescreen:not(.cart-location-bottom) .wfdm-cart-delete-item {
	font-size: 12px !important;
	line-height: 1 !important;
	padding: 2px !important;
	border-radius: 4px !important;
	color: #b13214 !important;
	transition: background .15s ease, color .15s ease !important;
}
.wfdm-ordering-sidescreen.wfdm-ordering-sidescreen:not(.cart-location-bottom) .wfdm-cart-delete-item .dashicons {
	width: 16px !important;
	height: 16px !important;
	font-size: 16px !important;
}
.wfdm-ordering-sidescreen.wfdm-ordering-sidescreen:not(.cart-location-bottom) .wfdm-cart-delete-item:hover {
	background: rgba(177,50,20,.10) !important;
	color: #8a2410 !important;
}
.wfdm-ordering-sidescreen.wfdm-ordering-sidescreen:not(.cart-location-bottom) #wfdm-ordering-sidescreen-quantity,
.wfdm-ordering-sidescreen.wfdm-ordering-sidescreen:not(.cart-location-bottom) #wfdm-ordering-sidescreen-tax,
.wfdm-ordering-sidescreen.wfdm-ordering-sidescreen:not(.cart-location-bottom) #wfdm-ordering-sidescreen-total {
	padding: 8px 14px !important;
	background: #f7f8fa !important;
	border-top: 1px solid rgba(0,0,0,.06) !important;
	font-size: 13px !important;
}
.wfdm-ordering-sidescreen.wfdm-ordering-sidescreen:not(.cart-location-bottom) #wfdm-ordering-sidescreen-total {
	margin-bottom: 20px !important;
	border-bottom: 1px solid rgba(0,0,0,.06) !important;
	font-weight: 600 !important;
	font-size: 14px !important;
}
.wfdm-ordering-sidescreen.wfdm-ordering-sidescreen:not(.cart-location-bottom) .wfdm-clear-cart-button {
	top: 4px !important;
	right: 14px !important;
	width: auto !important;
	padding: 4px 12px !important;
	border-radius: 999px !important;
	border: 1px solid rgba(0,0,0,.15) !important;
	font-size: 12px !important;
}

/* Compact checkout fields (name / table / note etc.) */
.wfdm-ordering-sidescreen.wfdm-ordering-sidescreen:not(.cart-location-bottom) #wfdm-ordering-contact-details {
	margin: 0 14px !important;
	width: calc(100% - 28px) !important;
}
.wfdm-ordering-sidescreen.wfdm-ordering-sidescreen:not(.cart-location-bottom) #wfdm-ordering-sidescreen-contact-header {
	font-size: 28px !important;
	line-height: 1.1 !important;
	margin: 8px 0 10px !important;
}
.wfdm-ordering-sidescreen.wfdm-ordering-sidescreen:not(.cart-location-bottom) .wfdm-ordering-contact-item {
	margin-top: 10px !important;
}
.wfdm-ordering-sidescreen.wfdm-ordering-sidescreen:not(.cart-location-bottom) .wfdm-ordering-contact-item:first-of-type {
	margin-top: 12px !important;
}
.wfdm-ordering-sidescreen.wfdm-ordering-sidescreen:not(.cart-location-bottom) .wfdm-ordering-contact-label {
	margin-bottom: 4px !important;
	font-size: 13px !important;
	line-height: 1.2 !important;
}
.wfdm-ordering-sidescreen.wfdm-ordering-sidescreen:not(.cart-location-bottom) .wfdm-ordering-contact-field input,
.wfdm-ordering-sidescreen.wfdm-ordering-sidescreen:not(.cart-location-bottom) .wfdm-ordering-contact-field textarea {
	padding: 7px 10px !important;
	font-size: 14px !important;
	line-height: 1.3 !important;
	border-radius: 8px !important;
}
.wfdm-ordering-sidescreen.wfdm-ordering-sidescreen:not(.cart-location-bottom) .wfdm-ordering-contact-field textarea {
	min-height: 68px !important;
}

/* Compact action button footprint. */
.wfdm-ordering-sidescreen.wfdm-ordering-sidescreen:not(.cart-location-bottom) #wfdm-order-submit {
	margin: 14px 14px 20px !important;
}
.wfdm-ordering-sidescreen.wfdm-ordering-sidescreen:not(.cart-location-bottom) #wfdm-order-submit-button {
	padding: 8px 14px !important;
	border-radius: 8px !important;
	margin-bottom: 8px !important;
}

/* Slider-style payment toggle (pay in store / pay online). */
.wfdm-ordering-sidescreen.wfdm-ordering-sidescreen:not(.cart-location-bottom) #wfdm-order-payment-toggle.wfdm-payment-toggle-slider {
	display: flex !important;
	gap: 0 !important;
	margin: 12px 14px 0 !important;
	padding: 3px !important;
	width: calc(100% - 28px) !important;
	background: #eceff3 !important;
	border: 1px solid rgba(0,0,0,.08) !important;
	border-radius: 999px !important;
}
.wfdm-ordering-sidescreen.wfdm-ordering-sidescreen:not(.cart-location-bottom) #wfdm-order-payment-toggle.wfdm-payment-toggle-slider .wfdm-order-payment-toggle-option {
	position: relative !important;
	display: block !important;
	width: 50% !important;
	margin: 0 !important;
	clear: none !important;
	cursor: pointer !important;
}
.wfdm-ordering-sidescreen.wfdm-ordering-sidescreen:not(.cart-location-bottom) .wfdm-order-payment-toggle-option .wfdm-payment-type-toggle {
	position: absolute !important;
	opacity: 0 !important;
	pointer-events: none !important;
	margin: 0 !important;
}
.wfdm-ordering-sidescreen.wfdm-ordering-sidescreen:not(.cart-location-bottom) .wfdm-payment-toggle-pill-text {
	display: block !important;
	text-align: center !important;
	padding: 8px 10px !important;
	font-size: 13px !important;
	line-height: 1.2 !important;
	font-weight: 600 !important;
	color: #4b5563 !important;
	border-radius: 999px !important;
	transition: color .16s ease, background .16s ease, box-shadow .16s ease !important;
}
.wfdm-ordering-sidescreen.wfdm-ordering-sidescreen:not(.cart-location-bottom) .wfdm-order-payment-toggle-option .wfdm-payment-type-toggle:checked + .wfdm-payment-toggle-pill-text {
	background: #ffffff !important;
	color: #111827 !important;
	box-shadow: 0 1px 2px rgba(0,0,0,.14) !important;
}
.wfdm-ordering-sidescreen.wfdm-ordering-sidescreen:not(.cart-location-bottom) .wfdm-order-payment-toggle-option.wfdm-order-payment-toggle-option-selected .wfdm-payment-toggle-pill-text {
	background: #ffffff !important;
	color: #111827 !important;
	box-shadow: 0 1px 2px rgba(0,0,0,.14) !important;
}

/* Mobile-first tightening for sidescreen cart. */
@media screen and (max-width: 640px) {
	.wfdm-ordering-sidescreen.wfdm-ordering-sidescreen:not(.cart-location-bottom) .wfdm-cart-menu-item {
		padding: 8px 10px !important;
	}
	.wfdm-ordering-sidescreen.wfdm-ordering-sidescreen:not(.cart-location-bottom) .wfdm-cart-item-panel {
		gap: 2px 6px !important;
	}
	.wfdm-ordering-sidescreen.wfdm-ordering-sidescreen:not(.cart-location-bottom) .wfdm-item-image {
		width: 48px !important;
		height: 48px !important;
		flex: 0 0 48px !important;
	}
	.wfdm-ordering-sidescreen.wfdm-ordering-sidescreen:not(.cart-location-bottom) .wfdm-item-image img {
		width: 48px !important;
		height: 48px !important;
		border-radius: 8px !important;
	}
	.wfdm-ordering-sidescreen.wfdm-ordering-sidescreen:not(.cart-location-bottom) .wfdm-item-title {
		font-size: 13px !important;
		flex: 1 1 150px !important;
	}
	.wfdm-ordering-sidescreen.wfdm-ordering-sidescreen:not(.cart-location-bottom) .wfdm-cart-item-price,
	.wfdm-ordering-sidescreen.wfdm-ordering-sidescreen:not(.cart-location-bottom) .wfdm-cart-item-price-wrapper {
		font-size: 13px !important;
	}
	.wfdm-ordering-sidescreen.wfdm-ordering-sidescreen:not(.cart-location-bottom) .wfdm-order-item-options {
		font-size: 11px !important;
	}
	.wfdm-ordering-sidescreen.wfdm-ordering-sidescreen:not(.cart-location-bottom) .wfdm-item-quantity-wrapper {
		gap: 4px !important;
	}
	.wfdm-ordering-sidescreen.wfdm-ordering-sidescreen:not(.cart-location-bottom) .wfdm-item-quantity-wrapper label {
		font-size: 11px !important;
	}
	.wfdm-ordering-sidescreen.wfdm-ordering-sidescreen:not(.cart-location-bottom) .wfdm-item-quantity-wrapper input {
		width: 50px !important;
		padding: 3px 7px !important;
		font-size: 12px !important;
	}
	.wfdm-ordering-sidescreen.wfdm-ordering-sidescreen:not(.cart-location-bottom) .wfdm-cart-delete-item {
		padding: 4px 8px !important;
		font-size: 11px !important;
	}
	.wfdm-ordering-sidescreen.wfdm-ordering-sidescreen:not(.cart-location-bottom) #wfdm-ordering-sidescreen-quantity,
	.wfdm-ordering-sidescreen.wfdm-ordering-sidescreen:not(.cart-location-bottom) #wfdm-ordering-sidescreen-tax,
	.wfdm-ordering-sidescreen.wfdm-ordering-sidescreen:not(.cart-location-bottom) #wfdm-ordering-sidescreen-total {
		padding: 7px 10px !important;
		font-size: 12px !important;
	}
	.wfdm-ordering-sidescreen.wfdm-ordering-sidescreen:not(.cart-location-bottom) #wfdm-ordering-sidescreen-total {
		font-size: 13px !important;
		margin-bottom: 12px !important;
	}
	.wfdm-ordering-sidescreen.wfdm-ordering-sidescreen:not(.cart-location-bottom) .wfdm-clear-cart-button {
		right: 10px !important;
		padding: 3px 10px !important;
		font-size: 11px !important;
	}

	.wfdm-ordering-sidescreen.wfdm-ordering-sidescreen:not(.cart-location-bottom) #wfdm-ordering-contact-details {
		margin: 0 10px !important;
		width: calc(100% - 20px) !important;
	}
	.wfdm-ordering-sidescreen.wfdm-ordering-sidescreen:not(.cart-location-bottom) #wfdm-ordering-sidescreen-contact-header {
		font-size: 24px !important;
		margin: 6px 0 8px !important;
	}
	.wfdm-ordering-sidescreen.wfdm-ordering-sidescreen:not(.cart-location-bottom) .wfdm-ordering-contact-item {
		margin-top: 8px !important;
	}
	.wfdm-ordering-sidescreen.wfdm-ordering-sidescreen:not(.cart-location-bottom) .wfdm-ordering-contact-item:first-of-type {
		margin-top: 10px !important;
	}
	.wfdm-ordering-sidescreen.wfdm-ordering-sidescreen:not(.cart-location-bottom) .wfdm-ordering-contact-label {
		font-size: 12px !important;
		margin-bottom: 3px !important;
	}
	.wfdm-ordering-sidescreen.wfdm-ordering-sidescreen:not(.cart-location-bottom) .wfdm-ordering-contact-field input,
	.wfdm-ordering-sidescreen.wfdm-ordering-sidescreen:not(.cart-location-bottom) .wfdm-ordering-contact-field textarea {
		padding: 6px 8px !important;
		font-size: 13px !important;
		border-radius: 7px !important;
	}
	.wfdm-ordering-sidescreen.wfdm-ordering-sidescreen:not(.cart-location-bottom) .wfdm-ordering-contact-field textarea {
		min-height: 56px !important;
	}
	.wfdm-ordering-sidescreen.wfdm-ordering-sidescreen:not(.cart-location-bottom) #wfdm-order-submit {
		margin: 12px 10px 16px !important;
	}
	.wfdm-ordering-sidescreen.wfdm-ordering-sidescreen:not(.cart-location-bottom) #wfdm-order-submit-button {
		padding: 8px 12px !important;
		font-size: 13px !important;
	}
	.wfdm-ordering-sidescreen.wfdm-ordering-sidescreen:not(.cart-location-bottom) #wfdm-order-payment-toggle.wfdm-payment-toggle-slider {
		margin: 10px 10px 0 !important;
		width: calc(100% - 20px) !important;
		padding: 2px !important;
	}
	.wfdm-ordering-sidescreen.wfdm-ordering-sidescreen:not(.cart-location-bottom) .wfdm-payment-toggle-pill-text {
		padding: 7px 8px !important;
		font-size: 12px !important;
	}
}


