/*
Table of contents:

====================
HEADER FOOTER
-------------------
MARKETING MESSAGE,
RECURRING DELIVERY &
HERO DISPLAY
-------------------
GLOBAL CONTENT
	Shared Attributes
	Button Behavior
-------------------
FEATURED PRODUCTS
-------------------
EMAIL SIGNUP
-------------------
CATEGORY DISPLAY
-------------------
PRODUCT DISPLAY
	Product information
    Product Description
-------------------
SHOPPING CART
-------------------
POLICY
-------------------
MISC
	Fast Shipping
	Font Awesome
-------------------
====================

*/

/*
====================
GLOBAL CONTENT
====================
*/



@font-face {
    font-family: 'gt_americacond_reg',"Helvetica Neue",sans-serif;
    src: url("/img/fonts/AkzidenzGroteskMediumCond.otf") format("opentype");
}

@font-face {
    font-family: 'gt_americacond_med';
    src: url('/img/fonts/gt-america-condensed-medium-webfont.woff2') format('woff2'),
         url('/img/fonts/gt-america-condensed-medium-webfont.woff') format('woff'),
		 url("/img/fonts/GT-America-Condensed-Medium.otf") format("opentype");
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gt_americacond_reg';
    src: url('/img/fonts/gt-america-condensed-regular-webfont.woff2') format('woff2'),
         url('/img/fonts/gt-america-condensed-regular-webfont.woff') format('woff'),
		 url("/img/fonts/GT-America-Condensed-Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gt_americaexp_bold';
    src: url('/img/fonts/gt-america-expanded-bold-webfont.woff2') format('woff2'),
         url('/img/fonts/gt-america-expanded-bold-webfont.woff') format('woff'),
		 url("/img/fonts/GT-America-Expanded-Bold.otf") format("opentype");
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gt_americaexp_med';
    src: url('/img/fonts/gt-america-expanded-medium-webfont.woff2') format('woff2'),
         url('/img/fonts/gt-america-expanded-medium-webfont.woff') format('woff'),
		 url("/img/fonts/GT-America-Expanded-Medium.otf") format("opentype");
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'icomoon_cool';
	src: url('/img/fonts/icomoon/icomoon.eot');
	src: url('/img/fonts/icomoon/icomoond41d.eot?#iefix') format('embedded-opentype'),
		 url('/img/fonts/icomoon/icomoon.svg#icomoon') format('svg'),
		 url('/img/fonts/icomoon/icomoon.woff') format('woff'),
		 url('/img/fonts/icomoon/icomoon.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/*
====================
HEADER FOOTER
====================
*/

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"] {
-webkit-appearance: none;
border-radius: 0;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

div {
	box-sizing: border-box;
}

#header,
#footer {
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
}

/* Header */

#header {
    height: 75px;
    width: 100%;
    margin: 0;
    padding: 0;
}

#header .logo {
    margin: 8px auto 0;
    padding: 0;
    text-align: center;
}

#header .logo img {
	width: 175px;
	margin-top: 14px;
    position: relative;
}

#header .logo h3 {
	margin-top: 0;
	font-size: 14px;
	font-size: 0.875rem;
	text-transform: uppercase;
}

#header .menu {
    position: absolute;
    width: 20%;
    top: 25px;
    margin: 0;
    text-align: center;
}

#header .menu a {
    text-decoration: none;
}

#header .menu a span {
    display: block;
    font-family: inherit;
    color: #373a36;
    font-size: 13px;
	font-size: 0.8125rem;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
	margin-top: -6px;
}

#header .cart {
    position: absolute;
    width: 25%;
    top: 10px;
    right: 0;
    text-align: center;
}

#header .right img {
    position: relative;
    top: 20%;
    right: auto;
    left: auto;
}

#header h1 {
    margin: 0;
    padding: 0;
    background-position: center top;
    background-repeat: no-repeat;
    font-size: 12px;
	font-size: 0.75rem;
}

#header {
    background-position: center top;
    background-repeat: repeat-x;
    display: table;
    margin-bottom: 0;
    padding-top: 0;
    position: relative;
    top: 0;
}

#header {
    position: relative;
    display: table;
    padding-top: 1px;
}

#header .cart {
    width: 100%;
}

#header .menu_icon {
    margin-top: 10px;
}

#header #mobile_cart {
    position: absolute;
    width: 40px;
    top: 25px;
    right: 25px;
}

#header #mobile_cart .cart {
    display: table-cell;
    margin: 0 auto;
    padding: 0;
    background-image: url(/img/mobile/icons/cart.svg);
    background-repeat: no-repeat;
    background-position: top center;
    vertical-align: middle;
    text-align: center;
	background-size: 100%;
	width: 40px;
    height: 50px;
}

#header .cart .qty {
    position: absolute;
    height: 16px;
    width: 16px;
    top: -2px;
    right: -15%;
    border: 1px solid #373a36;
    border-radius: 20px;
    background-color: #fff;
    color: #373a36;
    font-family: inherit;
    font-size: 12px;
	font-size: 0.75rem;
    font-weight: 400;
    display: flex;
	align-items: center;
	justify-content: center;
}

#footer img.footicon {
    width: 30px;
}

#header .cart .qty_no {
    position: relative;
    top: 5px;
    font-size: 14px;
	font-size: 0.875rem;
    font-weight: bold;
}

#header .cart .price {
    position: relative;
    width: 100%;
    margin-top: 10px;
    top: 15px;
    right: 5px;
    color: #330e00;
    font-family: inherit;
    font-size: 13px;
	font-size: 0.8125rem;
    text-align: center;
	display: none;
}

#header .cart .price a {
    text-decoration: none;
}

#mobile_cart a {
    text-decoration: none;
}

#header h1 {
    margin: 0;
    padding: 0;
    background-position: center top;
    background-repeat: no-repeat;
}

#header {
    position: relative;
    display: inline-block;
    height: 90px;
	background-image: url(/img/mobile/bgs/topnav.png);
    background-size: 100% 61px;
    background-repeat: no-repeat;
	margin-bottom: 10px;
}

/* Footer */

.bottom_footer {
    background-image: url(/img/mobile/bgs/footerback.png);
	background-repeat: no-repeat;
	background-size: 100% 80px;
	background-position: bottom;
}

#footer {
    position: relative;
    width: 100%;
    /*height: 74px;*/
    top: 0;
    margin: 0 0 -10px;
    padding: 0;
}

#footer a {
    color: #373A36;
    font-size: 12px;
	font-size: 0.75rem;
    line-height: 14px;
    font-weight: 400;
	font-family: 'gt_americacond_med';
    text-transform: uppercase;
    text-decoration: none;
}

#footer table {
    width: 100%;
    margin: 0 auto;
    padding: 5px 0 0 0;
    background-image: url("/img/bgs/header_bkgnd.png");
    background-position: center top;
    clear: both;
}

#footer td {
    height: 65px;
    width: 20%;
    margin: 0 auto;
    padding: 10px 0 0;
    color: #fff;
    font-size: 12px;
	font-size: 0.75rem;
    font-weight: 400;
    line-height: 14px;
    text-align: center;
    vertical-align: top;
}

#marketing_message:after {
    clear: both;
}

#footer .fa {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 24px;
	font-size: 1.5rem;
    font-weight: normal;
    line-height: 1;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    text-rendering: auto;
    transform: translate(0px, 0px);
}
#footer div, #footer td {
    display: table-cell;
    text-align: center;
    width: 20%;
    vertical-align: top;
    padding: 15px 0 10px;
}

#footer table, #footer div.table {
    display: table;
    width: 100%;
}

#footer td .container, #footer div .container {
    width: 80%;
    text-align: center;
    display: table-row;
}

#footer div.row {
    width: 100%;
    display: table-row;
}

#footer .sign-out .fa, #footer .sign-in .fa, #footer .account .fa, #footer .customer_care .fa, #footer .shipping .fa, #footer .full_site .fa, #footer div.sign-out .fa, #footer div.sign-in .fa, #footer div.account .fa, #footer div.customer_care .fa, #footer div.shipping .fa, #footer div.full_site .fa {
    font-size: 24px;
	font-size: 1.5rem;
    font: 24/1 FontAwsome;
    text-rendering: auto;
}

#footer span {
    display: block;
    line-height: 1;
}

.copyright {
    padding: 5px 0 10px;
    text-align: center;
    font-size: 12px;
    font-size: .75rem;
}

.legal_links {
    margin: 0;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0 0 10px;
	text-align: center;
}

.legal_links a {
    text-decoration: underline;
	font-weight: 400;
}

/*
====================
MARKETING MESSAGE,
RECURRING DELIVERY &
HERO DISPLAY
====================
*/
    #marketing_message {
    position: absolute;
    width: 100%;
    margin: 10px 0 20px;
    overflow: hidden;
    background-color: #373A36;
    text-align: center;
}

#marketing_message h1,
#marketing_message h1 a {
    margin: 5px 0;
    padding: 10px 0;
    color: #fcf9f6;
    font-family: inherit;
    font-size: 16px;
	font-size: 1rem;
    font-weight: 400;
    text-decoration: none;
}

@media only screen and (max-width:359px) {

    #marketing_message h1,
    #marketing_message h1 a {
        margin: 5px 0;
        color: #373a36;
        font-family: inherit;
        font-size: 15px;
		font-size: 0.9375rem;
        font-weight: 400;
        text-decoration: none;
    }

}

#marketing_message h1 span {
    color: #373a36;
    font-family: inherit;
    font-size: 12px;
	font-size: 0.75rem;
}

#marketing_message h1 span.disclaimer {
    font-size: 13px;
	font-size: 0.8125rem;
}

.featured_hero {
    width: 100%;
    max-width: 400px;
	margin: 0 auto 20px;
    padding: 0;
}

.featured_hero img {
	width: 100%;
}

/*
====================
GLOBAL CONTENT
====================
*/

body {
    margin: 0;
    padding: 0;
    color: #373A36;
    font-family: inherit;
    font-weight: 400;
    font-size: inherit;
    line-height: normal;
}

#product_description p {
    margin-bottom: 15px;
    color: #373a36;
}

body {
    background-color: #f9f7ee;
    font-family: 'gt_americacond_reg';
}

a {
    color: #373a36;
    text-decoration: none;
}

div {
    padding: 0;
    margin: 0;
}

#content {
    margin: 0;
}

#wpstore {
    margin: 0;
}

.hide {
    display: none;
}

.clear {
    clear: both;
}

/*
--------------------
Shared Attributes
--------------------
*/

#shopping_cart .disclaimer {
	margin: 20px auto 10px auto;
}

#category_display .product_name,
#category_display .product_name a,
#feature_display h2,
#feature_display h2 a {
    margin: 0;
    padding: 0 0 10px;
    color: #373A36;
    font-family: inherit;
    font-size: 18px;
	font-size: 1.125rem;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
}

#category_display .product_name {
    padding-top: 10px;
    padding-bottom: 0;
    border-top: 2px dotted #ccc;
}

#category_display h1,
#product_display h1,
#policy h1.first {
    margin: 0px 0 10px;
    color: #373A36;
    font-family: inherit;
    font-size: 24px;
	font-size: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}

#policy h1.first {
    margin-bottom: 10px;
    color: #373A36;
    font-family: inherit;
    font-size: 30px;
	font-size: 1.875rem;
    font-weight: 400;
	font-family: 'gt_americacond_reg',"Helvetica Neue",sans-serif;
	text-align: left;
}

#policy .cta a.btn {
	margin: 0 !important;
	text-decoration: none;
}

.products,
#policy,
#featured_display,
#product_display,
#category_display,
#shopping_cart {
    margin: 0;
}

#category_display {
}

.oos {
	display: inline-block;
	height: 24px;
	width: 100%;
	padding: 10px 0;
	border-radius: 0;
	background-color: #fff;
	color: #999;
	font-family: inherit;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	text-indent: 0;
	text-transform: uppercase;
	text-align: center;
	height: 37px;
	border: 1px solid #373A36;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}

.rdcartitemlst {
    width: 86%;
    margin: 0 auto;
}

/*
--------------------
Button Behavior
--------------------
*/

.btn,
.btn img,
.m_button,
.column_buttons .ui-btn-inner,
.button_row .button a.btn {
    display: inline-flex;
    margin: 0;
    outline: medium none;
    border: medium none;
    background: #373a36 none repeat scroll 0 0;
    color: #fff;
    font-family: 'gt_americacond_reg',"Helvetica Neue",sans-serif;
    font-size: 16px; font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
}


#shopping_cart .button_row .button a.btn, #shopping_cart .column_buttons .ui-btn-inner {
	height: 35px;
    display: flex;
    width: 64%;
	font-weight: 400;
	max-width: 486px;
}

#shopping_cart .button_row .button a.btn {
	margin: 15px auto;
	min-width: 304px;
}

#featured_display .main_featured .left .m_button {
    display: inline-block;
    width: 100%;
    height: 24px;
    margin-bottom: 0;
    padding: 6px 0px 0px;
    border: 1px solid #62e6e5;
    border-radius: 5px;
    background-color: #45c0bf;
    color: #fff;
    font-family: inherit;
    font-size: 14px;
	font-size: 0.875rem;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    text-indent: 0;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
}

#imgaddtocart {
    height: 44px;
    width: 80%;
    margin: 20px 10% 30px;
}

.oos_button {
    display: inline-block;
    height: 32px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 10px 0 0;
    border: 1px solid #999;
    border-radius: 20px;
    background-color: #fff;
    color: #999;
    font-size: 16px;
	font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-indent: 0;
    text-transform: uppercase;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
}

.m_button a,
.m_button a:hover,
.m_button a:active,
.m_button a:visited {
    color: #fff !Important;
    border: 0;
    box-shadow: 0;
}

input.m_button {
    height: 54px;
    outline: none;
    -webkit-appearance: none;
    border: 0;
    border-radius: 0;
    font-weight: 700;
    cursor: pointer;
}

/*
====================
FEATURED PRODUCTS
====================
*/

#featured_display {
    text-align: center;
}

#featured_display .featured_products {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px dotted #ccc;
}

#featured_display .featured_products:last-child {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 0;
}

#featured_display h1 {
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 2px dotted #ccc;
    color: #373A36;
    font-family: inherit;
    font-size: 24px;
	font-size: 1.5rem;
    font-weight: 400;
    text-align: center;
}

#featured_display h2,
#featured_display h2 a {
    margin: 0 0 5px;
    color: #373A36;
    font-family: inherit;
    font-size: 20px;
	font-size: 1.25rem;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
}

#featured_display h3,
#featured_display h3 a {
    margin: 0 0 30px;
    padding: 0;
    color: #797979;
    font-family: inherit;
    font-size: 26px;
	font-size: 1.625rem;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
}

#featured_display .product_size,
#featured_display .product_price {
    display: inline;
    color: #373a36;
    font-family: inherit;
}

#featured_display .product_price {
    padding-left: 10px;
}

#featured_display .feature_box {
    margin-bottom: 10px;
    padding: 10px 0 20px;
    border-bottom: 1px solid #cbcbcb;
}

#featured_display .feature_box:last-child {
    border-bottom: 0;
}

#featured_display .product_image {
    padding: 10px 0;
    text-align: center;
}

#featured_display .main_featured {
    display: inline-block;
    max-width: 640px;
    min-width: 90%;
    margin: 0 auto 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #cbcbcb;
}

#featured_display .main_featured .left {
    display: inline-block;
    float: left;
    width: 35%;
    vertical-align: top;
}

#featured_display .main_featured .left p {
    margin: 0 0 20px;
    padding: 0;
    text-align: left;
}

#featured_display .main_featured .right {
    display: inline;
    float: right;
    width: 50%;
    margin: 0;
    padding: 0;
    text-align: center;
}

.category_title {
    margin: 15px 0 5px;
    font-size: 30px;
	font-size: 1.875rem;
	font-family: 'gt_americacond_reg',"Helvetica Neue",sans-serif;
	text-transform: uppercase;
}

.category_block {
    margin: 30px 0 0 0;
}

/*
====================
EMAIL SIGNUP
====================
*/

#email_signup {
    height: 90px;
    margin: 0px 0 0;
    padding: 5px 10px 0;
    background-color: #842b38;
    color: #fff;
    text-align: center;
}

#email_signup:after {
    clear: both;
}

#email_signup h1 {
    color: #373A36;
    font-size: 18px;
	font-size: 1.125rem;
    font-weight: 400;
    margin: 10px 0 5px;
    font-family: inherit;
    text-transform: uppercase;
}

#email_signup h2 {
    font-size: 24px;
	font-size: 1.5rem;
    margin: 0px 0 10px;
    color: #fff;
    font-weight: 400;
    font-family: inherit;
    text-transform: none;
}

#email_signup input.email_entry {
    float: left;
    height: 30px;
    width: 65%;
    padding: 0 0 0 5px;
    border: 1px solid #fff;
    border-radius: 0;
    outline: medium none;
    color: #999;
    font-family: inherit;
    font-size: 14px;
	font-size: 0.875rem;
}

#email_signup input.m_button {
    cursor: pointer;
    display: inline-block;
    height: 32px;
    width: 30%;
    margin: 0;
    padding: 0 10px;
    outline: medium none;
    border: 1px solid #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #842b38;
    color: #fff;
    font-family: inherit;
    font-size: 14px;
	font-size: 0.875rem;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
}

/*
====================
PRODUCT DISPLAY
====================
*/

#product_display h1 {
    padding: 0;
    font-family: 'gt_americacond_reg',"Helvetica Neue",sans-serif;
	font-size: 36px;
	font-size: 2.25rem;
	margin: 0 auto 15px auto;
	font-weight: 400;
}

/* Cool Ship */

#category_page .coolshipicon {
    margin: 30px auto 20px;
    color: #1ca0c3;
    font-size: 24px;
    font-size: 1.5rem;
    text-align: center;
}

#product_page .coolshipicon {
    margin: 0 auto 20px;
    color: #1ca0c3;
    font-size: 24px;
    font-size: 1.5rem;
    text-align: center;
}

.coolshipicon a {
    color: #1ca0c3;
    text-decoration: none;
}

#category_page .snowflake,
#product_page .snowflake {
    display: inline-block;
    height: 31px;
    width: 31px;
    margin: 0 5px 0 0;
    padding-top: 3px;
    -moz-transform: rotate(30deg);
    transform: rotate(30deg);
    border-radius: 30px;
    background-color: #1ca0c3;
    color: #fff;
    text-align: center;
}

#category_page .snowflake::before,
#product_page .snowflake::before {
    position: relative;
    top: -2px;
    content: "\e04b";
    color: #fff;
    font-family: 'icomoon_cool';
    font-size: 22px;
    font-style: normal;
    font-weight: normal;
	text-align: center;
}

.more_info_icon {
    width: 14px;
}

#product_display h2 {
    margin: 0;
    padding: 0;
    color: #373A36;
    font-family: inherit;
    font-size: 18px;
	font-size: 1.125rem;
    font-weight: 400;
    text-align: center;
}

#category_display h1 {
    margin: 10px 0;
    padding: 10px 0;
    color: #373A36;
    font-family: inherit;
    font-size: 24px;
	font-size: 1.5rem;
    font-weight: 400;
    text-align: left;
}

#mobileAccordionRD {
    width: 84%;
    margin: 0 auto;
}

#product_display .slider-container {
	margin: 0 auto;
}

#product_display #adv-custom-pager {
	float: none;
}

#product_display #adv-custom-pager a:focus {
	outline: dashed 1px #f36469 !important;
}

#product_display .product_image {
    position: relative;
    padding-top: 10px;
    text-align: center;
}

#product_display .product_image img {
    max-width: 100%;
}

#product_display .product_description {
    font-size: 18px;
	font-size: 1.125rem;
    text-transform: uppercase;
    text-align: center;
}

#product_display #certifications {
    text-align: left;
    padding: 0 7%;
	margin: 10px 0 15px 0;
}

#variant_display {
    margin: 0 auto;
    color: #373a36;
}

.variant_button {
    margin-bottom: 20px;
	text-align: center;
}

.valuepack_savings,
.variant_priceListRD {
    display: block !important;
    color: #f36469;
    font-size: 14px;
	font-size: 0.875rem;
    font-family: 'gt_americacond_med';
	margin: 3px 0;
}

.variant_priceListRD span {
    text-decoration: line-through;
}

/*
--------------------
Product information
--------------------
*/

#product_nutrition .fa {
    margin-left: 6px;
    font-size: 11px;
    font-size: 0.6875rem;
}

#variant_display .variant_display_row {
    width: 100%;
    margin: 0 0 10px;
}

#variant_display .variant_size {
    display: inline-flex;
    width: 67%;
    font-weight: 400;
	font-family: 'gt_americacond_med';
    flex-direction: column;
}

#variant_display .variant_price {
    display: inline-flex;
    width: 18%;
    font-weight: 400;
	font-family: 'gt_americacond_med';
    text-align: right;
    justify-content: space-around
}

#variant_display .variant_qty {
    display: inline-flex;
    width: 12%;
    margin-top: 0;
    padding-right: 0;
    color: #373a36;
    font-family: inherit;
    text-align: right;
    position: relative;
    justify-content: flex-end;
}

#variant_display .variant_qty input {
    height: 25px;
    width: 25px;
    border: 1px solid #373a36;
    color: #373a36;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
	background-color: transparent;
	font-weight: 400;
	font-family: 'gt_americacond_med';
}

#variant_display .variant_savings {
    padding: 0 0 5px;
    color: #f36469;
    font-size: 14px;
	font-size: 0.875rem;
    font-weight: bold;
}

#variant_display .variant_price_regular {
    padding: 0 0 5px;
    font-size: 14px;
	font-size: 0.875rem;
    font-weight: 400;
}

#variant_display .variant_price_regular span,
#variant_display .variant_price_sale {
    color: #cc0000;
    font-weight: 400;
}

#variant_display .variant_column_button {
    margin: 0;
    padding: 0;
    border-bottom: 2px dotted #ccc;
}

#variant_display .variant_column_button:last-child {
    border-bottom: 0;
}

#variant_display .variant_description_extra {
    float: left;
    color: #a16158;
    text-align: left;
}

.product-description {
    margin: 0 0 40px;
    font-size: 16px;
	font-size: 1rem;
}

#productMainContainer .product-description p {
    margin: 10px 0;
}

#variant_display .variant_column_size,
#variant_display .variant_column_price,
#variant_display .variant_column_qty {
    padding: 20px 0 0 0;
}

#variant_display .variant_column_size {
    float: left;
    width: 65%;
    color: #373a36;
    font-family: inherit;
    line-height: 18px;
    text-align: left;
}

#variant_display .variant_column_price {
    float: left;
    width: 20%;
    color: #373a36;
    font-family: inherit;
    text-align: right;
}

#variant_display .variant_sale_row {
    padding-top: 0;
    padding-left: 10px;
    clear: both;
}

#variant_display .variant_sale_row {
    color: #373a36;
}

#variant_display .variant_sale_row {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    top: 0;
    color: #f36469;
    font-size: 14px;
	font-size: 0.875rem;
    font-weight: bold;
    text-align: left;
}

.isRDEligible {
    margin-bottom: 10px;
    font-size: 16px;
	font-size: 1rem;
    text-align: center;
}

#product_page .variant_container {
    width: 90%;
    margin: 10px auto;
}

#fs_product {
    background: #fff;
    padding: 0 20px;
}

.learn_more_link {
    margin: 15px 0 0;
    padding: 10px 0;
    border-top: 1px solid #373A36;
	border-bottom: 1px solid #373A36;
    color: #373A36;
    font-size: 14px;
	font-size: 0.875rem;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
	font-weight: 400;
	font-family: 'gt_americacond_med';
}

.learn_more_link a::before {
    display: block;
    margin: 0;
    content: "Save Time & Save 10%!";
    font-size: 22px;
	font-size: 1.1375rem;
    font-weight: 400;
    text-transform: uppercase;
	font-family: 'gt_americacond_med';
}

.learn_more_link a {
    color: #373A36;
}

.cta {
	padding: 10px 0;
}

.cta .button a {
	width: auto;
}

#nutrition_panel h2 a,
#ingredients_panel h2 a {
    color: #3398cc;
    font-family: inherit;
    font-size: 24px;
	font-size: 1.5rem;
    text-decoration: none;
}

p.nutrition {
    margin: 20px 0;
    text-align: center;
}

p.nutrition img {
    max-width: 300px;
}

/*
--------------------
Product Description
--------------------
*/

.product_description h3 {
    margin: 20px 0 10px;
    color: #f5ac00;
    font-family: inherit;
    font-size: 18px;
	font-size: 1.125rem;
    font-weight: 400;
    text-align: left;
}

.product_description ul {
    margin: 0;
    padding: 0 5%;
}

.product_description ul li {
    padding: 0 0 5px;
}

#certification {
    display: block;
    margin: 0;
    padding: 10px 0 0;
}

#certification ul {
    margin: 0;
    padding: 0;
    list-style: outside none none;
    text-align: center;
}

#certification li {
    display: inline;
    margin: 0;
    padding: 0 5px 0 0;
    vertical-align: middle;
}

#certification li:last-child {
    padding-right: 0;
}

#certification img {
    width: 45px;
}

/*
====================
CATEGORY DISPLAY
====================
*/

#category_page h2 {
	text-align: center;
}

#category_intro {
    margin: 0;
    padding: 0;
    text-align: center;
}

#category_intro img {
	width: 100%;
	max-width: 450px;
}

#category_intro h1 {
    margin: -5px 5% 0;
    padding: 15px 10px 0;
    color: #373A36;
    font-family: inherit;
    font-size: 20px;
	font-size: 1.25rem;
    text-transform: uppercase;
    text-align: center;
}
#category_intro .category_description {
    margin: 0 5% 0;
    padding: 10px;
    color: #373a36;
    text-align: left;
}

#category_display {
    text-align: center;
}

#category_display .product_info {
    margin-top: 20px;
}

#category_display .product_image {
    position: relative;
}

#category_display p {
    text-align: left;
}

#category_display ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

#category_display li {
    position: relative;
    margin-top: 10px;
    margin-bottom: 0;
    padding: 0px 15px 0;
    border-bottom: 1px solid #cbcbcb;
    list-style: outside none none;
    font-size: 18px;
	font-size: 1.125rem;
    text-align: center;
}

#category_display img {
    max-width: 320px;
    padding: 10px 0;
}

#category_display span.box,
#category_display span.title,
#category_display a {
    display: block;
    margin: 0 0 10px;
    color: #7b7b7b;
    font-family: inherit;
    font-size: 24px;
	font-size: 1.5rem;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    text-align: center;
}

#category_display h2 a {
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
    border-top: 1px solid #522b1c;
    font-size: 28px;
	font-size: 1.75rem;
}

#category_display h2 a:first-child {
    margin-top: 0;
}

#category_display h2 a {
    margin-top: 20px;
}

#category_display span.title a {
    color: #243e1d;
    font-family: inherit;
    font-weight: 400;
    font-size: 22px;
	font-size: 1.375rem;
    line-height: normal;
    word-break: keep-all;
}

.product_sale_icon,
.product_new_icon {
    position: absolute !important;
    margin-top: 0 !important;
    top: 0;
    right: 50%;
    z-index: 100;
}

#category_display .product_new_icon {
    right: 52%;
    margin-top: -10px !important;
}

/*
----------------------------------------
CATEGORY - FAIR TRADE ORGANIC
----------------------------------------
*/

#category_page #video {
    margin: 5px auto;
    width:325px;
}

#category_page #fair_trade_content h1 {
    margin: -5px 5% 0;
    padding: 15px 10px 0;
    color: #373A36;
    font-family: inherit;
    font-size: 20px;
	font-size: 1.25rem;
    text-transform: uppercase;
    text-align: center;
}

#category_page #fair_trade_content p {
    text-align: center;
    width: 90%;
    margin: 5px auto;
    padding:15px 0;
}

#category_page #fair_trade_content .product_image {
    padding-top: 10px;
    padding-bottom: 0;
    border-bottom: 2px dotted #ccc;
}

#category_page #fair_trade_content .product_name, #category_page #fair_trade_content .product_name a, #feature_display h2, #feature_display h2 a {
    margin: 0;
    padding: 10px 0;
    color: #373A36;
    font-family: inherit;
    font-size: 18px;
	font-size: 1.125rem;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
}

#category_page #fair_trade_content .featured_products{

}

#category_page #fair_trade_content span.box, #category_page #fair_trade_content span.title, #category_page #fair_trade_content a {
    display: block;
    margin: 0 0 10px;
    color: #7b7b7b;
    font-family: inherit;
    font-size: 24px;
	font-size: 1.5rem;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    text-align: center;
}

#category_page #fair_trade_content #product_image{

    width: 250px;
    text-align: center;
    height: 225px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/*
====================
SHOPPING CART
====================
*/

#shopping_cart {
    margin-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

#shopping_cart #quick_checkout {
    display: block;
    margin-bottom: 20px;
    padding: 10px;
}

#shopping_cart h1 {
    margin: 10px 0 1px;
    color: #373A36;
    font-family: inherit;
    font-size: 24px;
	font-size: 1.5rem;
    text-transform: uppercase;
    text-align: center;
}

#shopping_cart #quick_checkout {
    border-top: 1px solid #373a36;
	border-bottom: 1px solid #373a36;
}

#shopping_cart #quick_checkout .left {
    display: inline-flex;
	flex-direction: column;
    float: left;
    width: 40%;
    margin: 0;
    padding: 0 0 0 10px;
    font-weight: 400;
    font-size: 26px;
}

#shopping_cart #quick_checkout .left span {
    display: block;
    font-weight: 400;
}

#shopping_cart #quick_checkout .right {
    display: inline-flex;
    float: right;
    width: 50%;
    margin: 0 10px 0 0;
    padding: 0;
}

#shopping_cart #quick_checkout .right a {
    height: 20px;
    margin-top: 5px;
    padding: 4px 5px 6px;
    font-family: inherit;
    font-size: 16px;
	font-size: 1rem;
    letter-spacing: 0.08em;
}

#shopping_cart p.edit {
    margin: 10px 0;
    padding: 10px 0;
    border-bottom: 1px solid #373a36;
}

#shopping_cart .column_size a {
    color: #373A36;
    font-family: inherit;
    text-decoration: none;
    text-transform: uppercase;
	font-weight: 400;
	font-family: 'gt_americacond_med';
    font-size: 18px;
}

#shopping_cart input.qty {
    width: 50px;
    color: #373a36;
    text-align: center;
	border: 1px solid #373a36;
    height: 26px;
    width: 40px;
	position: relative;
    top: -4px;
}

#shopping_cart .column_buttons a.ui-link {
    width: 98%;
    height: 24px;
    margin-top: -5px;
    padding: 5px 0;
    border: 1px solid #6c6b6c;
    border-radius: 10px;
    background-color: #8dc73f;
    color: #fff;
    font-size: 16px;
	font-size: 1rem;
    font-weight: 400;
    line-height: 22px;
    text-decoration: none;
    text-align: center;
}

#shopping_cart .column_buttons .ul-btn-inner {
    color: #fff !Important;
}

#shopping_cart div.ui-input-text {
    padding: 0;
}

#shopping_cart #cart_contents {
    display: block;
    margin-bottom: 10px;
    padding: 0 4% 0 7%;
}

#shopping_cart .clear {
    margin: 0;
    padding: 0;
    clear: both;
}

#shopping_cart #quick_checkout .clear {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
    clear: both;
}

#shopping_cart #cart_contents .left {
    display: block;
    float: left;
    width: 45%;
    margin-top: 10px;
    padding-right: 5%;
}

#shopping_cart #cart_contents .right {
    display: block;
    float: right;
    width: 35%;
    margin-top: 10px;
    padding-left: 5%;
}

#shopping_cart .column_qty {
    margin: 0 0 10px;
}

#shopping_cart .column_price,
#shopping_cart .column_button {
    margin: 0 0 10px;
}

#shopping_cart .column_button {
    margin-top: 0;
    margin-right: 0;
	position: relative;
    top: -1px;
}

#subtotals {
    font-weight: 400;
    font-size: 18px;
	font-size: 1.125rem;
}

#shopping_cart .column_price {
    display: block;
    margin-right: 0;
    text-align: center;
}

#shopping_cart .column_price span,
#shopping_cart .column_qty {
    font-weight: 300;
    text-transform: none;
}

#shopping_cart .rule #variant_display .rule {
    height: 4px;
    margin: 0 0 10px 0;
    padding: 10px 0 0 0;
    border-bottom: 1px solid #cbcbcb;
}

#shopping_cart .column_size_title,
#shopping_cart .column_size {
    display: block;
    margin: 0 0 10px 0;
}

#shopping_cart .column_qty_title,
#shopping_cart .column_qty,
#shopping_cart .column_unit_price_title,
#shopping_cart .column_unit_price,
#shopping_cart .column_price_title,
#shopping_cart .column_price {
    display: block;
    float: left;
    width: 30%;
    margin-bottom: 10px;
    text-align: center;
	font-weight: 400;
}

#shopping_cart .column_qty,
#shopping_cart .column_unit_price,
#shopping_cart .column_price {
    font-weight: 400;
}

#shopping_cart .column_button_title,
#shopping_cart .column_button {
    display: block;
    float: left;
    width: 5%;
    text-align: right;
}

#shopping_cart .column_size {
    padding: 10px 0;
    margin: 10px 0 0 0;
    border-top: 1px solid #cbcbcb;
    text-align: left;
}

#shopping_cart .column_size li,
#shopping_cart .column_button li {
    list-style-type: none;
}

#shopping_cart .column_buttons {
    padding-top: 20px;
}

#shopping_cart .subtotal {
    display: inline-block;
    width: 70%;
    text-align: right;
}

#shopping_cart .subtotal_price {
    display: inline-block;
    width: 15%;
    padding: 5px 10px;
    text-align: right;
}

#shopping_cart .btn,
#shopping_cart .btn img,
#shopping_cart .m_button,
#shopping_cart input.m_button {
    margin: 10px 0;
}

#shopping_cart input.btn {
    height: 34px;
    width: 80%;
	max-width: 486px;
	margin-bottom: 0;
}

/*
====================
POLICY
====================
*/

#policy {
    width: 90%;
    padding: 0 5% 10px;
    font-weight: 400;
	margin: 0 auto;
}

#policy,
#policy p {
    color: #373a36;
    font-size: 16px;
	font-size: 1rem;
    font-weight: 400;
    line-height: 22px;
}

#policy p {
    padding: 0;
}

#policy ul li {
    color: #373a36;
}

#policy h1,
#policy_header h1 {
    color: #373A36;
    font-weight: 400;
}

#policy h1,
#policy_header h1,
#policy h2,
#policy h3 {
    margin: 20px 0 5px;
    color: #373A36;
    font-family: inherit;
    font-weight: 400;
}

#policy h1 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
    font-size: 24px;
	font-size: 1.5rem;
    font-weight: 400;
	line-height: normal;
}

#policy h2 {
    font-family: inherit;
    font-size: 20px;
	font-size: 1.25rem;
    font-weight: 400;
    text-align: left;
	font-family: 'gt_americacond_med';
}

#policy h3 {
    margin-top: 10px;
    font-size: 16px;
	font-size: 1rem;
    font-weight: 400;
	font-family: 'gt_americacond_med';
}

#policy a {
    color: inherit;
    text-decoration: underline;
}

#policy ol,
#policy ul,
#policy blockquote {
    margin: 0 0 20px;
    padding: 0;
    font-size: 16px;
	font-size: 1rem;
    font-weight: 400;
    text-transform: none;
}

#policy b {
    font-weight: 400;
}

#policy .section a {
    color: #373A36;
}

#policy blockquote {
    margin-left: 0;
    padding-top: 10px;
    padding-left: 0;
    color: #373a36;
}

#policy blockquote a {
    color: #373a36;
}

#policy li,
#policy li a {
    margin: 10px 0;
    list-style: none !important;
    color: inherit;
    text-decoration: none;
}

#policy li a {
    color: #373A36;
	text-decoration: underline;
}

#policy td.colleft,
#policy td.colright {
    display: block;
    float: left;
}

#policy td.colright {
    padding: 10px 0 20px;
}

/*
====================
MISC
====================
*/

@media screen and (max-width: 330px) {

    .logo img {
        width: 50%;
        margin-top: 5px;
    }

}

#featured_display .leadin {
    margin-top: 20px;
    color: #45c0bf;
    font-family: inherit;
    font-size: 1.6em;
    font-weight: normal;
    line-height: 30px;
}

.mm-list > li > a,
.mm-list > li > span,
.mm-list > li span.featured a,
.mm-list li.FeaturedProducts {
    display: block;
    margin: 0;
    padding: 10px 10px 10px 0;
    font-family: inherit;
    font-size: 18px !Important;
    font-weight: 400;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 20px;
}

.mm-menu ul li ul li a {
    font-family: inherit;
}

.fast_ship_truck:before {
    content: url(/img/icons/shipping_med.svg);
    position: relative;
    top: -10px;
    margin-left: -5px;
}

/*
====================
Font Awesome
====================
*/

.fa-fw {
    width: 19px;
    text-align: center;
}

.fa {
    display: inline-block;
    transform: translate(0, 0);
    color: #373A36;
    font-family: FontAwesome;
    font-size: 24px;
	font-size: 1.5rem;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
}

.fa-sort-down::before, .fa-sort-desc::before {
    content: "";
    color: #373A36;
}

.fa-sort-desc {
    position: relative;
    top: -5px;
    left: 5px;
}

ul#nav {
    width: 100%;
    margin-bottom: 40px;
    padding-left: 0;
    list-style: None;
}

ul#nav:after {
    display: block;
    height: 0;
    content: "\0020";
    clear: both;
    visibility: hidden;
}

nav#menu:not(.mm-menu) {
    display: none;
}

#recurring_delivery {
    display: block;
    padding: 10px 0;
    border-bottom: 2px dotted #ccc;
    color: #995e50;
    font-size: 18px;
	font-size: 1.125rem;
    text-align: center;
}

#recurring_delivery .m_button {
    display: block;
    margin: 10px 0;
    border-top-color: #fbf0d5;
    border-bottom-color: #d2c29b;
    background-color: #e8d7ac;
    color: #a16158;
}

.ss_disclaim {
    margin: 20px 0 10px;
    font-size: 14px;
	font-size: 0.875rem;
}

.signup_form .field_block input {
    height: 35px;
    width: 95%;
    margin: 5px 0 5px;
    padding-left: 12px;
    opacity: 0.9;
    vertical-align: middle;
}

.signup_form .field_block .select {
    height: 24px;
    width: 99%;
    margin: 20px 0 5px;
    padding-left: 5px;
    vertical-align: middle;
}

.signup_form .field_block input,
.signup_form .field_block select {
    color: #373a36;
    font-size: 14px;
	font-size: 0.875rem;
    text-align: center;
	border: 1px solid #373a36;
	font-family: inherit;
}

.signup_form .field_block input.m_button {
    height: 44px;
    color: #fff;
    font-size: 16px;
	font-size: 1rem;
}

.signup_form input.m_button {
    height: 35px;
    width: 90%;
    margin: 5px 0;
    border: 0 none;
    outline: medium none;
    font-weight: 400;
    cursor: pointer;
	justify-content: center;
}

.welcome_button {
    text-align: center;
}

.signup_hero {
    width: 100%;
    min-width: 320px;
    max-width: 640px;
    margin: 0 auto;
    padding: 0;
}

.signup_button {
    margin: 0;
    padding: 0;
    background-color: #e8d6ac;
    text-align: center;
}

h4.details-toggle {
    cursor: pointer;
}

#welcome {
    margin: 20px auto 0;
    padding: 0 5% 15px 5%;
    border-top: 1px solid #373A36;
    border-bottom: 1px solid #373A36
}

#welcome .emailhead {
    margin: 10px 0 0;
    color: #373a36;
    font-size: 30px;
	font-size: 1.875rem;
    text-align: center;
	font-family: 'gt_americacond_reg',"Helvetica Neue",sans-serif;
	text-transform: uppercase;
}

#welcome p {
    margin-top: 40px;
    color: #373A36;
    text-transform: uppercase;
    text-align: center;
}

.sub-page #policy div.button a.btn,
#manageRDpage a.btn, a.btn, input.btn {
    display: inline-flex;
	align-items: center;
	justify-content: center;
    margin: 20px auto 0;
    padding: 0 30px;
    border-radius: 0;
    background-color: #373A36;
    color: #fff !important;
    font-family: inherit;
    font-size: 16px;
	font-size: 1rem;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
	height: 40px;
}

div#radioMobileOneTime {
	height: 40px;
	border: 1px solid #373a36;
	color: #373a36;
	width: 70%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	font-family: 'gt_americacond_reg';
	text-transform: uppercase;
}

.variant_button input.btn {
    width: 100%;
	margin: 10px 0;
}

#mobileExitRDDialog {
    display: none;
    width: 300px;
    margin: 0 auto;
    padding: 10px;
    box-shadow: 10px 10px 5px grey;
    border: 1px solid #ccc;
    text-align: center;
}

#mobileExitRDDialog span {
	display: block;
	font-size: 16px;
	font-size: 1rem;
}

#rdExitConfirm,
#rdExitCancel {
    height: auto;
    margin-top: 10px;
}


.catheader {
	font-size: 24px;
	font-size: 1.5rem;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	margin: 40px auto 15px;
}

/* Grid */

#category_detail .grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
}

#category_detail .grid::after {
	flex: auto;
	content: "";
}

#category_page .category_detail {
	width: 100%;
}

#category_detail .grid .category_product_info {
	display: flex;
	flex-direction: column;
	width: 47%;
	margin: 6px 4px;
}


#category_detail .grid .category_product_info a {
	text-decoration: none;
}

#category_detail .grid .category_product_image {
	position: relative;
	display: flex;
	flex: 1 0 auto;
	align-items: flex-start;
	justify-content: center;
	text-align: center;
}

#category_detail .grid .category_product_image img {
	max-height: 134px;
	padding-top: 4px;
}

#category_detail .grid .product_button {
    text-align: center;
}

#category_detail .grid .category_prod_type {
	position: relative;
	display: flex;
	flex: 1 0 auto;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
	margin-top: 20px;
	color: #000;
	font-family: inherit;
	font-size: 8px;
	font-size: 0.5rem;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
}

#category_detail .grid .category_prod_title {
	display: block;
	width: 100%;
	margin: 15px auto 5px;
	color: #373a36;
	font-family: inherit;
	font-size: 18px;
	font-size: 1.125rem;
	word-wrap: break-word;
	text-align: center;
	font-family: 'gt_americacond_med';
}

#category_detail .grid .category_prod_title span {
	display: block;
	color: #000;
}

#category_detail .grid .category_prod_attributes {
	position: relative;
	display: flex;
	flex: 1 0 auto;
	align-items: flex-end;
	justify-content: center;
	width: 100%;
	margin: 0 auto 10px;
	padding: 0 10px;
	color: #000;
	text-align: center;
}

#category_detail .grid .category_prod_attributes h3 {
	font-family: Montserrat, sans-serif;
	font-size: 8px;
	font-size: 0.5rem;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
}

#category_detail .grid .category_product_image .product_sale_icon,
#category_detail .grid .category_product_image .product_new_icon {
	position: absolute;
	top: 0;
	left: 4px;
	z-index: 100;
}

#category_detail .grid .category_product_image .product_sale_icon img,
#category_detail .grid .category_product_image .product_new_icon img {
	width: 100%;
	padding-top: 0;
}

.category_long_descr p {
	display: contents;
	color: #000;
	font-family: Montserrat, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.5;
}

.category_long_descr p strong {
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	line-height: inherit;
}

/* Small Devices, Tablets */

@media only screen and (min-width : 415px) {

	#category_detail .grid .category_product_info {
		width: 32%;
	}
}

.proddetsheader, .productinfo_head {
    font-family: 'gt_americacond_reg',"Helvetica Neue",sans-serif;
    font-size: 30px;
    font-size: 1.875rem;
	text-align: center;
}

#product_dets {
    margin: 0 auto;
	padding: 20px 25px 0;
}

#product_dets ul {
	padding-left: 30px;
}

#certifications img {
    height: 28px;
    padding-right: 7px;
}


/*  ADDED TO CART MODAL  */

#addedtocart-popup .title {
    color: #159c22;
    font-size: 24px;
    font-size: 1.5rem;
    font-style: normal;
    line-height: normal;
    margin-bottom: 0;
    margin-top: 0;
    text-rendering: optimizelegibility;
	font-family: 'gt_americacond_med';
}

#addedtocart-popup .title:before {
	content: url(/img/icons/checkicon.svg);
	position: relative;
    top: 4px;
    left: -7px;
}

#addedtocart-popup.remodal {
    margin-bottom: 10px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border: 1px solid #686868;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: #fff;
    text-align: center !important;
}

#addedtocart-popup .cart_contents {
	margin-top: 20px;
}

#addedtocart-popup .product-image {
    width: 120px;
    margin: 0 auto;
}

#addedtocart-popup .product-image img {
    max-width: 100%;
    height: auto;
}

#addedtocart-popup .product-name,
#addedtocart-popup .product_description .qty,
#addedtocart-popup .serve-size,
#addedtocart-popup .priceper,
#addedtocart-popup .total_amount {
	/*font-family: futura-pt, Sans-Serif;*/
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
    margin-top: 0;
    text-rendering: optimizelegibility;
}

#addedtocart-popup .product-name {
	font-size: 24px;
	line-height: 26px;
	margin: 10px 0 0 0;
	font-family: 'gt_americacond_med';
}

#addedtocart-popup .product_description .qty, #addedtocart-popup .serve-size, #addedtocart-popup .total_amount {
	color: #373A36;
	font-size: 18px;
	margin: 5px auto;
}

#addedtocart-popup .serve-size,
#addedtocart-popup .qty,

#addedtocart-popup .total_amount,
#RDaddedtocart-popup .serve-size,
#RDaddedtocart-popup .qty,
#RDaddedtocart-popup .total_amount, .product-specs .prod-variant {
    font-size: 18px;
}

#RDaddedtocart-popup .priceper,
#addedtocart-popup .priceper {
	font-size: 14px;
}

#RDaddedtocart-popup .priceper span,
#addedtocart-popup .priceper span {
	font-size: 18px;
	font-family: 'gt_americacond_med';
}


#addedtocart-popup .priceper span,
#RDaddedtocart-popup .priceper span {
    color: #00a0c3;
}

#addedtocart-popup .product_description .serve-size,
#addedtocart-popup .product_description .qty,
#RDaddedtocart-popup .product_description .serve-size,
#RDaddedtocart-popup .product_description .qty {
	font-family: 'gt_americacond_med';
	letter-spacing: .6px;
}

#addedtocart-popup .total_amount {
	color: black;
	font-size: 14px;
	margin: 10px auto;
	display: none;
}

#addedtocart-popup .total_amount span {
	color: #2b71bd;
	font-size: 20px;
	/*font-family: futura-pt, Sans-Serif !important;*/
}

#addedtocart-popup #initial_buttons .cont_shopping_btn a.btn.cont_shopping {
    background: Transparent;
	border: 1px solid #373a36;
    margin: 15px 0 0;
	font-size: 18px;
	font-weight: 400;
	display: flex;
	color: #373a36 !important;
}

#addedtocart-popup a.btn.checkout {
	font-size: 18px;
	font-weight: 400;
	display: flex;
}


/*#addedtocart-popup .btn.checkout span:after,
#RDaddedtocart-popup .btn.checkout span:after {
	content: '\f324';
	font-family: "Font Awesome 5 Pro";
	font-size: 14px;
	position: relative;
	right: -9px;
	top: -1px;
}*/

@media only screen and (min-width: 640px) {

	#addedtocart-popup #wp_btns div {
		display: block;
		width: 100%;
		margin-right: 10px;
	}
}

#addedtocart-popup button.remodal-close {
	display: none;
}

#shopping_cart #mobile_cartitemlist .button_row .button a.btn {
    padding: 0;
}

#product_description span {
    font-family: 'gt_americacond_reg',"Helvetica Neue",sans-serif;
    font-size: 25px;
    font-size: 1.5625rem;
    display: block;
    margin: 16px auto 6px auto;
}
