html, body,
div, span, h1, h2, h3, h4, h5, h6, p, a, img, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
blockquote, pre, abbr, acronym, address, big, cite, code, dfn, strong, b, em, i, u, ins, kbd, samp, q, del, s, small, strike, center, sub, sup, tt, var,
header, footer, canvas, article, aside, details, embed, figure, figcaption, hgroup, menu, nav, output, ruby, section, summary, time, mark,
applet, object, iframe, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box
}

html, body {
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
    min-height: 100%
}

html {
    font-size: 48%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    background: #ffffff;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 22px
}

@media (min-width: 768px) {
    html {
        font-size: 62.5%;
        position: relative;
        min-height: 100%
    }

    body {
        min-height: none;
        margin: 0 0 159px;
        position: static
    }
}

@media (min-width: 1024px) {
    body {
        margin-bottom: 72px
    }
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

img {
    display: block;
    width: auto \9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    line-height: 0;
    border: 0;
    -ms-interpolation-mode: bicubic
}

h1, h2, h3, h4, h5, h6 {
    color: #5e9732;
    font-family: 'Oswald', sans-serif;
    text-align: left
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #5e9732;
    font-family: 'Oswald', sans-serif;
    text-align: left;
    text-decoration: none
}

h1 {
    color: #5e9732;
    font-size: 48px;
    line-height: 52px;
    text-transform: uppercase;
    margin-bottom: 36px
}

h2 {
    font-size: 30px;
    line-height: 44px;
    text-transform: uppercase;
    margin-bottom: 36px
}
@media (max-width: 440px) {
    h2 {
        font-size: 26px;
        line-height: 33px
    }    
}
@media (min-width: 768px) {
    h2 {
        font-size: 40px
    }
}

h3 {
    font-size: 26px;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 24px
}

h2 small, h3 small, h5 small, h6 small {
    color: black;
    margin-top: 12px;
    display: block;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase
}

p {
    margin-bottom: 22px
}

p:last-child {
    margin-bottom: 0
}

strong {
    font-weight: 700
}

em {
    font-style: italic
}

small {
    font-size: 11px
}

a {
    text-decoration: underline;
    color: #5e9732;
    cursor: pointer
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.columns {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0
}

.column {
    margin-bottom: 44px;
    list-style-type: none
}

.col-special-product-list,
.col-special-cause-list {
    display: none;
    margin-bottom: 0
}

.col-special-small,
.col-special-big {
    margin-bottom: 20px;
    padding: 0 10px
}

.col-special-small {
    float: left;
    width: 50%
}

.col-special-right {
    float: right !important
}

.col-special-big {
    float: left;
    width: 100%
}

@media (min-width: 768px) {
    .columns {
        margin-left: -11px;
        margin-right: -11px
    }

    .columns {
        *zoom: 1
    }

    .columns:before,
    .columns:after {
        display: table;
        line-height: 0;
        content: ""
    }

    .columns:after {
        clear: both
    }

    .column {
        padding: 0 11px;
        float: left
    }

    .column.left-sidebar {
        float: right
    }

    .col-1 {
        width: 8.33%
    }

    .col-2 {
        width: 16.66%
    }

    .col-3 {
        width: 25%
    }

    .col-4 {
        width: 33.33%
    }

    .col-6 {
        width: 50%
    }

    .col-8 {
        width: 66.67%
    }

    .col-9 {
        width: 75%
    }

    .col-3:nth-of-type(4n+1),
    .col-4:nth-of-type(3n+1),
    .col-6:nth-of-type(2n+1) {
        clear: both
    }

    .col-9 + .col-3 {
        clear: none
    }

    .col-special-single-product,
    .col-special-single-cause {
        width: 100%;
        float: right
    }

    .col-special-small {
        width: 33.33%;
        margin-bottom: 22px
    }

    .col-special-big {
        width: 66.66%;
        margin-bottom: 22px
    }
}

@media (min-width: 1024px) {
    .columns {
        margin-left: -15px;
        margin-right: -15px
    }

    .column {
        padding: 0 15px
    }

    .col-special-product-list,
    .col-special-cause-list {
        width: 22%;
        display: block
    }

    .col-special-single-product,
    .col-special-single-cause {
        width: 78%
    }

    .col-special-small,
    .col-special-big {
        margin-bottom: 30px
    }
}

#featured-categories {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -20px;
    margin-bottom: 44px;
    *zoom: 1;
}
@media (min-width: 410px) {
    #featured-categories {
        margin-top: 0
    }
}
#featured-categories:before,
#featured-categories:after {
    display: table;
    line-height: 0;
    content: ""
}
#featured-categories:after {
    clear: both
}

#gta-wrapper {
    border: 2px solid #ccc;
    margin-bottom: 50px;
    margin-left: 50px;
    margin-right: 54px;
    overflow: hidden;
    padding-bottom: 10px
}

#gta-wrapper div {
    padding-left: 40px;
    padding-top: 10px
}

#gta-no,
#outside-gta-no {
    text-align: center;
    width: 40%
}

#gta-no {
    border-right: 2px solid #ccc;
    float: left;
    margin-right: 20px;
    margin-top: 5px
}

#outside-gta-no {
    overflow: hidden
}

#gta-no > h2,
#outside-gta-no > h2 {
    color: #000;
    text-align: center
}

@media screen and (max-width: 400px) {
    #gta-wrapper {
        margin-left: 5px;
        margin-right: 5px;
        padding-bottom: 10px
    }

    #gta-wrapper div {
        padding: 0
    }
}

@media screen and (max-width: 768px) {
    #gta-no {
        border-right: none
    }

    #gta-wrapper #gta-no {
        margin-bottom: 18px
    }

    #gta-wrapper #gta-no,
    #gta-wrapper #outside-gta-no {
        width: 100%;
        padding: 0;
        margin-left: 0;
        margin-right: 0
    }

    #gta-wrapper #gta-no h2,
    #gta-wrapper #outside-gta-no h2 {
        margin-bottom: 6px;
        font-size: 24px;
        line-height: 30px
    }
}

div.home {
    background: #000000
}

form {
    opacity: 1;
    transition: opacity 0.5s ease
}

form.disabled,
form.loading {
    opacity: 0.3
}

label {
    display: block
}

input[type="text"],
input[type="number"],
input[type="password"],
input[type="url"],
input[type="email"],
textarea,
select {
    background: #ffffff;
    border: 2px solid #5e9732;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 26px;
    height: 30px;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    vertical-align: middle;
    opacity: 1;
    outline: none !important;
    border-radius: 0;
    -webkit-appearance: none;
    transition: opacity 0.5s;
    box-shadow: none;
    outline: none
}

input[type="text"].error,
input[type="number"].error,
input[type="password"].error,
input[type="url"].error,
input[type="email"].error,
textarea.error,
select.error {
    border-color: #ef4f55
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    padding-right: 16px;
    padding-left: 20px
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}

select:-moz-focusring option {
    color: #000000;
    text-shadow: none
}

select:-moz-focusring option:disabled {
    color: #8a8a8a
}

.select-parent {
    position: relative
}

.select-parent:after {
 top: 50%;
    right: 8px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #5e9732;
    border-width: 4px;
    margin-left: -4px;
    margin-top: -1px
}

.select-parent1::after{
	 top: 50%;
    right: 8px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-width: 4px;
    margin-left: -4px;
    margin-top: -1px
}

select::-ms-expand {
    display: none
}

input[type="checkbox"],
input[type="radio"] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50%;
    margin-top: -7px
}

input.wellDone {
	/* outline: 2px solid #5e9732; */
    opacity: 1;
    visibility: visible;
    height: 30px;
    width: 30px;
    position: relative;
    border-color: #5e9732;
}


input[type="checkbox"] + label,
input[type="radio"] + label {
    display: inline-block;
    line-height: 20px;
    position: relative;
    padding-left: 30px;
    vertical-align: middle;
    transition: opacity 0.5s ease
}

input[type="checkbox"]:disabled + label,
input[type="radio"]:disabled + label {
    opacity: 0.4;
    cursor: default !important
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border: 2px solid #5e9732;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
    z-index: 1;
    box-sizing: border-box
}

input[type="radio"] + label:before {
    border-radius: 20px
}

input[type="checkbox"] + label:active:before,
input[type="radio"] + label:active:before {
    background: #eaeaea
}

input[type="radio"]:checked + label:before {
    background: #5e9732
}

input[type="radio"]:checked + label:after,
input[type="radio"] + label:active:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #ffffff;
    position: absolute;
    left: 6px;
    top: 50%;
    margin-top: -3px;
    z-index: 2;
    border-radius: 20px;
    box-sizing: border-box
}

input[type="checkbox"]:checked + label:after {
    content: "\2713";
    color: #5e9732;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 18px;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    left: 2px;
    top: 50%;
    margin-top: -9px;
    z-index: 2
}

input[type="submit"],
a.button {
    background: #000000;
    border-width: 0;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    text-decoration: none;
    opacity: 1;
    outline: none !important;
    border-radius: 0;
    -webkit-appearance: none;
    transition: opacity 0.5s
}

input[type="submit"],
a.button2 {
    background: #000000;
    border-width: 0;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    padding: 0 20px;
    margin-bottom: 10px;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    text-decoration: none;
    opacity: 1;
    outline: none !important;
    border-radius: 0;
    -webkit-appearance: none;
    transition: opacity 0.5s
    
}


select:disabled,
input:disabled,
textarea:disabled,
select.disabled,
input.disabled,
textarea.disabled {
    cursor: default !important;
    opacity: 0.4
}

input.uppercase,
textarea.uppercase,
input.ui-combobox-input {
    text-transform: uppercase
}

input.uppercase::-webkit-input-placeholder,
textarea.uppercase::-webkit-input-placeholder,
input.ui-combobox-input::-webkit-input-placeholder {
    text-transform: none
}

input.uppercase::-moz-placeholder,
textarea.uppercase::-moz-placeholder,
input.ui-combobox-input::-moz-placeholder {
    text-transform: none
}

input.uppercase:-ms-input-placeholder,
textarea.uppercase:-ms-input-placeholder,
input.ui-combobox-input:-ms-input-placeholder {
    text-transform: none
}

input.uppercase:-moz-placeholder,
textarea.uppercase:-moz-placeholder,
input.ui-combobox-input:-moz-placeholder {
    text-transform: none
}

.field-description {
    margin-top: 8px;
    font-size: 12px;
    line-height: 18px
}

#featured {
    margin-top: -44px;
    margin-bottom: 44px
}

#hero {
    width: 100%;
    background-position: center center;
    background-size: cover;
    padding: 60px 0;
    color: #ffffff;
    text-align: center;
    overflow: hidden;
    margin-top: -44px;
    margin-bottom: 44px
}

#hero.anchor-center {
    background-position: center center
}

#hero.anchor-top {
    background-position: center top
}

#hero.anchor-bottom {
    background-position: center bottom
}

#hero h1,
#hero h2,
#hero h3,
#hero h4,
#hero h5,
#hero h6 {
    color: #ffffff
}

#hero .container {
    height: 100%
}

#hero .hero-message-outer {
    display: table;
    height: 100%
}

#hero .hero-message {
    display: table-cell;
    vertical-align: middle;
    text-shadow: 0px 0px 18px #000
}

.hero-title {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 8px;
    font-weight: 300;
    position: relative;
    text-align: center
}

.hero-text-wrapper {
    position: relative
}

.hero-title:before,
.hero-text-wrapper:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 297px;
    background-size: contain;
    background-repeat: no-repeat
}

.hero-title:before {
    background-image: url("../../images/swirl-top.png");
    background-position: center bottom;
    bottom: 100%
}

.hero-text-wrapper:after {
    background-image: url("../../images/swirl-bottom.png");
    background-position: center top;
    top: 110%
}

.style-fancy .hero-title:before,
.style-fancy .hero-text-wrapper:after {
    display: none
}

#hero .hero-button {
    display: inline-block;
    width: auto
}

@media (max-width: 768px) {
    #hero {
        position: relative;
        overflow: hidden
    }

    #hero:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: #000000;
        opacity: 0.3
    }
}

#content,
.container {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 44px
}

.tabs-header {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    border-bottom: 3px solid #ededed
}

.tabs-header,
.tabs-nav-mobile {
    margin-bottom: 44px
}

.tab-title {
    display: block;
    float: left;
    font-size: 26px
}

.tabs-1 .tab-title {
    width: 100%
}

.tabs-2 .tab-title {
    width: 50%
}

.tabs-3 .tab-title {
    width: 33.3333%
}

.tabs-4 .tab-title {
    width: 25%;
    font-size: 24px
}

.tabs-5 .tab-title {
    width: 20%;
    font-size: 20px
}

.tabs-6 .tab-title {
    width: 16.6666%;
    font-size: 20px
}

.tabs-7 .tab-title {
    width: 14.285%;
    font-size: 18px
}

.tabs-8 .tab-title {
    width: 12.5%;
    font-size: 18px
}

.tab-trigger {
    color: #5e9732;
    display: block;
    line-height: 34px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    padding: 5px 10px;
    text-decoration: none
}

.tab-trigger:hover {
    background: #fafafa
}

.tab-trigger.active {
    background: #ededed;
    font-weight: 400
}

.tab-trigger span span {
    display: inline-block;
    padding: 0 18px;
    position: relative
}

.tab-trigger span span:after {
    right: 0;
    top: 50%;
    border: solid transparent;
    content: " ";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #5e9732;
    border-width: 6px;
    margin-top: -6px;
    margin-right: -6px
}

.tab-trigger.active span span:after {
    border-left-color: transparent;
    border-top-color: #5e9732;
    margin-top: -3px
}

.tabs-content {
    position: relative;
    transition: height 0.8s ease
}

.tab.active {
    opacity: 1;
    display: block;
    z-index: 2
}

.tab {
    width: 100%;
    opacity: 0;
    display: none;
    z-index: 1;
    transition: opacity 0.8s ease
}

.tab-nav {
    position: relative;
    max-width: 45%;
    display: inline-block
}

.tab-nav.tab-prev {
    float: left;
    padding-left: 12px
}

.tab-nav.tab-prev:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(94, 151, 50, 0);
    border-right-color: #5e9732;
    border-width: 6px;
    margin-top: -6px
}

.tab-nav.tab-next {
    float: right;
    padding-right: 12px;
    text-align: right
}

.tab-nav.tab-next:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(94, 151, 50, 0);
    border-left-color: #5e9732;
    border-width: 6px;
    margin-top: -6px
}

.nutrition-guide {
    text-align: center;
    min-width: 650px
}

.nutrition-guide .nutrition-guide-title {
    text-align: center;
    margin-bottom: 22px;
    color: #5e9732
}

.nutrition-guide .nutrition-guide-text {
    font-size: 17px
}

.nutrition-guide .nutrition-guide-info {
    font-size: 13px;
    font-style: italic
}

.nutrition-guide .table-description {
    display: block;
    text-align: left;
    margin-top: 12px;
    font-size: 12px
}

.nutrition-table {
    width: 100%
}

.nutrition-table th .unit {
    text-transform: none
}

.nutrition-table .nutrition-size {
    font-family: 'Oswald', sans-serif;
    color: #5e9732;
    background: #ededed
}

table,
td,
th {
    border-collapse: collapse;
    border: 2px solid #d6d7d9;
    vertical-align: middle;
    padding: 3px 6px
}

thead {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    text-align: center
}

thead th {
    background: #5e9732;
    color: #ffffff;
    padding: 3px 6px
}

.icon {
    background-position: center center;
    background-size: contain
}

.icon-checkmark {
    background-image: url("../../images/checkmark.svg")
}

@media (max-width:440px) {
    .VM_Media_Adj_Position {
        font-size:2.3vw !important;
        line-height:2.4vw !important;
        height:35px !important;
        position:absolute !important;
        top:0px !important;
        left:0px !important;
    }
    
    .VM_Media_Adj_Margin {
        margin-bottom:15px !important;
    }
}
@media (min-width: 441px) and (max-width: 768px) {
    .VM_Media_Adj_Position {
        font-size:1.8vw !important;
        line-height:2.0vw !important;
        height:35px !important;
        position:absolute !important;
        top:0px !important;
        left:0px !important;
    }
    
    .VM_Media_Adj_Margin {
        margin-bottom:15px !important;
    }
}

@media (min-width: 768px) {
    .VM_logo_screensize_margin {
        margin-top:-10px !important;
    }
    
    #content,
    .container {
        padding-left: 0;
        padding-right: 0;
        width: 724px;
        margin-left: auto;
        margin-right: auto
    }

    #hero {
        height: 300px;
        padding: 0
    }

    .hero-message-outer {
        width: 45%;
        max-width: 45%
    }

    .style-fancy .hero-message-outer {
        max-width: none;
        width: 100%
    }

    .tabs-header {
        display: block
    }

    .tabs-header .tab-trigger {
        display: table
    }

    .tabs-header .tab-trigger span {
        display: table-cell;
        vertical-align: middle
    }

    .tabs-header .tab-trigger span span {
        display: inline-block
    }

    .flexbox .tabs-header {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex
    }

    .flexbox .tabs-header .tab-title {
        float: none;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex
    }

    .flexbox .tabs-header .tab-title .tab-trigger {
        width: 100%;
        height: 100%
    }

    .tabs-nav-mobile {
        display: none
    }
}

@media (min-width: 1024px) {
    #content,
    .container {
        width: 980px
    }

    #hero {
        height: 340px
    }

    .nutrition-guide {
        min-width: 800px
    }
}

@media (min-width: 1280px) {
    .mobile-only {
        display: none !important
    }

    #content,
    .container {
        width: 1194px
    }

    #hero {
        height: 400px
    }
}

#site-header {
    background: #56732e;
    padding: 22px 0 0;
    margin-bottom: 44px;
    position: relative;
    z-index: 10
}

#site-header .form-location label,
#site-header .form-location .cities,
#site-header .form-location .location-skip {
    display: none
}

#site-header .form-location input.ui-autocomplete-input[type="text"] {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 14px
}

#site-header .form-location input.location-submit[type="submit"] {
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    width: 100%
}

#site-header .form-location .ui-autocomplete {
    padding-top: 40px
}

#secondary-nav-bar,
#primary-nav-container,
#phone-container,
#functional-nav > li > a {
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    text-align: left;
    text-decoration: none
}

#secondary-nav-bar a,
#primary-nav-container a,
#phone-container a,
#functional-nav > li > a a {
    color: #ffffff;
    text-decoration: none
}

#secondary-nav-bar {
    display: none
}

#logo {
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 195px;
    margin-bottom: 22px
}

#logo img {
    display: block;
    line-height: 0;
    margin: 0 auto
}

#functional-nav-container {
    width: 100%;
    background: #5e9732;
    height: 65px;
    text-align: center
}

#functional-nav {
    padding-top: 17px;
    width: 272px;
    margin: 0 auto;
    text-align: center
}

.flexbox #functional-nav {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px
}

#functional-nav > li {
    display: block;
    float: left;
    margin: 0 15px 0;
    position: relative
}

#functional-nav > li:first-child {
    margin-left: 0
}

#functional-nav > li:last-child {
    margin-right: 0
}

#functional-nav > li .sub-menu {
    display: none
}

#functional-nav > li.opened .sub-menu {
    display: block
}

#functional-nav > li.pusher {
    width: 30px;
    height: 30px
}

#functional-nav > li.pusher a:before {
    display: none !important
}

#functional-nav > li > a {
    position: relative;
    display: block;
    text-indent: -9999px;
    width: 30px;
    height: 30px
}

#functional-nav > li > a.cart-trigger span,
#functional-nav > li > a:before {
    content: "";
    display: block;
    background-image: url("../../images/icons.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    left: 0;
    top: 0;
    position: absolute;
    width: 30px;
    height: 30px;
    background-size: 30px auto
}

#functional-nav > li > a.account-trigger:before {
    background-position: 0 0
}

#functional-nav > li > a.account-trigger.opened:before {
    background-position: 0 -30px
}

#functional-nav > li > a.location-trigger:before {
    background-position: 0 -60px
}

#functional-nav > li > a.location-trigger.opened:before {
    background-position: 0 -90px
}

#functional-nav > li > a.cart-trigger:before {
    display: none
}

#functional-nav > li > a.phone-trigger {
    border: 3px solid #ffffff;
    border-radius: 30px
}

#functional-nav > li > a.phone-trigger:before {
    background-size: 15px auto;
    background-position: 0 -60px;
    width: 15px;
    height: 15px;
    overflow: hidden;
    top: 50%;
    left: 50%;
    margin-left: -7.5px;
    margin-top: -7.5px
}

#functional-nav > li > a.cart-trigger span {
    background-image: none;
    border-radius: 20px;
    border: 3px solid #ffffff;
    text-align: center;
    line-height: 24px;
    font-weight: 700;
    overflow: visible;
    text-indent: 0
}

#functional-nav > li > a.cart-trigger.opened span {
    background: #ffffff;
    color: #ef4f55
}

#functional-nav > li > a.opened:after {
    bottom: -18px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 8px;
    margin-left: -8px
}

#functional-nav .sub-menu,
#primary-nav > li > .sub-menu {
    background: #ffffff;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 100%;
    right: 0;
    padding: 20px;
    min-width: 300px;
    min-height: 80px;
    z-index: 2
}

#functional-nav .account-trigger + .sub-menu {
    min-width: 206px
}

#functional-nav .account-trigger + .sub-menu.not-logged-in {
    min-width: 360px;
    font-size: 12px;
    line-height: 17px
}

#functional-nav .account-trigger + .sub-menu.not-logged-in .nav-login-links .button {
    display: inline-block;
    font-size: 12px;
    margin: 0 10px;
    padding: 0 5px;
    width: 130px
}

#functional-nav ul.sub-menu {
    text-align: left;
    padding: 10px 0
}

#functional-nav ul.sub-menu li.divider {
    height: 1px;
    background: #efefef;
    margin-top: 4px;
    margin-bottom: 4px
}

#functional-nav ul.sub-menu li.logout a {
    color: #606060
}

#functional-nav ul.sub-menu a {
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    padding: 3px 20px
}

#functional-nav ul.sub-menu a:hover {
    background: #f3f3f3
}

#functional-nav ul.sub-menu .no-orders-message {
    display: block;
    font-size: 10px;
    line-height: 13px;
    color: #8a8a8a;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif
}

#hamburger {
    position: absolute;
    left: 0;
    top: auto;
    display: none
}

#hamburger.positioned {
    display: block
}

.pusher #hamburger {
    top: 6px;
    left: 3px
}

#phone-container {
    display: none
}

#primary-nav-container {
    display: none
}

#primary-nav {
    font-size: 14px;
    text-transform: uppercase
}

#flyout-menu {
    background: #ffffff;
    background: rgba(255, 255, 255, 0.9);
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 15px;
    display: none;
    position: absolute;
    left: 0%;
    top: 100%;
    padding: 25px;
    width: 100%;
    overflow: visible;
    transition: left 0.4s ease
}

#flyout-menu.opened {
    display: block
}

#flyout-menu a {
    color: #000000;
    text-decoration: none;
    line-height: 30px
}

#flyout-menu #primary-nav > li > a {
    color: #5e9732;
    font-size: 17px;
    font-weight: 400
}

#flyout-menu #primary-nav > li.current-menu-item > a,
#flyout-menu #primary-nav > li.current-menu-parent > a {
    text-decoration: underline
}

#flyout-menu #primary-nav > li > .sub-menu {
    display: none;
    right: 0;
    left: 100%;
    top: 0;
    padding: 25px 65px;
    position: absolute
}

#flyout-menu #primary-nav > li > .sub-menu .close-link {
    display: block;
    margin-left: -40px;
    font-size: 18px;
    color: #5e9732;
    font-weight: 400
}

#flyout-menu #primary-nav > li > .sub-menu.opened {
    display: block
}

#flyout-menu #primary-nav > li > .sub-menu > li {
    display: block
}

#flyout-menu #primary-nav > li > .sub-menu > li > a {
    color: #5e9732;
    font-size: 17px;
    font-weight: 400
}

#flyout-menu #primary-nav > li > .sub-menu > li > a img {
    display: none;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    margin-right: 0;
    padding-right: 0
}

#flyout-menu #primary-nav > li > .sub-menu > li.current-menu-item > a,
#flyout-menu #primary-nav > li > .sub-menu > li.current-menu-parent > a {
    text-decoration: underline
}

#flyout-menu #primary-nav > li > .sub-menu > li ul li {
    padding-top: 3px;
    padding-bottom: 3px
}

#flyout-menu #primary-nav > li > .sub-menu > li ul li a {
    line-height: 16px
}

#flyout-menu #secondary-nav {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #767676
}

#flyout-menu #secondary-nav .current-menu-item a,
#flyout-menu #secondary-nav .current-menu-parent a {
    text-decoration: underline
}

@media (min-width: 768px) {
    #site-header {
        height: 76px;
        padding-left: 80px;
        padding-top: 0
    }

    #logo {
        float: left;
        margin-top: 13px;
        margin-bottom: 0
    }

    #logo img {
        height: 50px
    }

    #hamburger {
        left: 30px;
        top: 50%;
        margin-top: -8px;
        margin-bottom: 0;
        display: block
    }

    #functional-nav-container {
        position: absolute;
        width: auto;
        height: auto;
        background: transparent;
        right: 30px;
        bottom: auto;
        top: 0
    }

    #functional-nav-container #functional-nav {
        padding-top: 0;
        width: auto;
        display: block
    }

    #functional-nav-container #functional-nav > li {
        display: inline-block;
        margin: 0 0 0 50px
    }

    #functional-nav-container #functional-nav > li > a {
        padding-top: 23px;
        padding-bottom: 23px;
        height: 76px
    }

    #functional-nav-container #functional-nav > li > a:before,
    #functional-nav-container #functional-nav > li > a span {
        top: 23px
    }

    #functional-nav-container #functional-nav > li > a.opened:after {
        bottom: 0
    }

    #functional-nav-container #functional-nav > li > a.phone-trigger {
        width: auto;
        text-indent: 0;
        line-height: 30px;
        font-size: 18px;
        border-radius: 0;
        border-width: 0
    }

    #functional-nav-container #functional-nav > li > a.phone-trigger:before {
        display: none
    }

    #flyout-menu {
        padding: 20px 30px;
        width: auto
    }

    #flyout-menu #primary-nav > li > .sub-menu {
        padding: 20px 30px 0
    }

    #flyout-menu #primary-nav > li > .sub-menu.opened {
        display: block
    }

    #flyout-menu #primary-nav > li > .sub-menu > li {
        display: block;
        margin-bottom: 20px
    }

    #flyout-menu #primary-nav > li > .sub-menu > li.menu-item-has-children {
        width: 33.3333%;
        float: left
    }

    #flyout-menu #primary-nav > li > .sub-menu > li.menu-item-has-children:nth-child(3n+1) {
        clear: both
    }

    #flyout-menu #primary-nav > li > .sub-menu > li > a img {
        display: block;
        margin: 10px 0;
        padding: 0
    }

    #functional-nav .cart-trigger + .sub-menu {
        min-width: 460px
    }
}

@media (min-width: 1280px) {
    #site-header {
        padding-top: 0;
        padding-bottom: 15px;
        padding-left: 0;
        height: auto
    }

    #secondary-nav-bar {
        display: block;
        background: #000000;
        height: 40px;
        line-height: 40px;
        font-size: 10px
    }

    #secondary-nav {
        float: right;
        margin-right: 22px
    }

    #secondary-nav > li {
        float: left;
        line-height: 40px
    }

    #secondary-nav > li.current-menu-item a,
    #secondary-nav > li.current-menu-parent a {
        text-decoration: underline
    }

    #secondary-nav > li > a {
        padding: 0 15px
    }

    #secondary-nav > li > a:hover {
        text-decoration: underline
    }

    #secondary-nav > li:last-child > a {
        padding-right: 0
    }

    #secondary-nav > li:first-child > a {
        padding-left: 0
    }

    #logo {
        max-width: 400px;
        margin-top: 22px;
        margin-bottom: 22px;
        float: none
    }

    #logo img {
        height: auto
    }

    #primary-nav-container {
        display: block;
        width: 100%;
        text-align: center
    }

    #primary-nav > li {
        position: relative;
        line-height: 36px;
        display: inline-block
    }

    #primary-nav > li > a {
        display: inline-block;
        padding: 0 15px
    }

    #primary-nav > li:hover > a {
        color: #5e9732;
        background: #ffffff;
        background: rgba(255, 255, 255, 0.9)
    }

    #primary-nav > li.current-menu-item > a,
    #primary-nav > li.current-menu-parent > a {
        text-decoration: underline
    }

    #primary-nav > li > .sub-menu {
        display: none;
        text-align: center;
        line-height: 22px;
        position: absolute;
        top: 100%;
        left: 0
    }

    #primary-nav > li > .sub-menu > li {
        display: inline-block;
        text-align: left;
        vertical-align: top;
        margin: 0 15px
    }

    #primary-nav > li > .sub-menu > li.menu-item-has-children > a.menu-image-not-hovered {
        padding-left: 140px
    }

    #primary-nav > li > .sub-menu > li.menu-item-has-children > a img {
        position: absolute;
        left: 0;
        top: 0
    }

    #primary-nav > li > .sub-menu > li.current-menu-item > a,
    #primary-nav > li > .sub-menu > li.current-menu-parent > a {
        text-decoration: underline
    }

    #primary-nav > li > .sub-menu > li > a {
        color: #5e9732;
        font-size: 16px;
        margin-bottom: 10px;
        display: block;
        position: relative
    }

    #primary-nav > li > .sub-menu > li > a:hover {
        text-decoration: underline
    }

    #primary-nav > li > .sub-menu > li ul {
        display: block;
        width: 120px
    }

    #primary-nav > li > .sub-menu > li ul li {
        display: block;
        float: none;
        width: 120px;
        line-height: 16px;
        margin-bottom: 8px
    }

    #primary-nav > li > .sub-menu > li ul li.current-menu-item > a,
    #primary-nav > li > .sub-menu > li ul li.current-menu-parent > a {
        text-decoration: underline
    }

    #primary-nav > li > .sub-menu > li ul a {
        font-size: 12px
    }

    #primary-nav > li > .sub-menu > li ul a:hover {
        text-decoration: underline
    }

    #primary-nav > li > .sub-menu > li a.menu-image-not-hovered + ul {
        padding-left: 140px;
        width: 260px
    }

    #primary-nav > li > .sub-menu > li.mid ul {
        width: 240px
    }

    #primary-nav > li > .sub-menu > li.mid ul li {
        float: left
    }

    #primary-nav > li > .sub-menu > li.mid a.menu-image-not-hovered + ul {
        width: 380px
    }

    #primary-nav > li > .sub-menu > li.large ul {
        width: 360px
    }

    #primary-nav > li > .sub-menu > li.large ul li {
        float: left
    }

    #primary-nav > li > .sub-menu > li.large a.menu-image-not-hovered + ul {
        width: 500px
    }

    #primary-nav > li > .sub-menu a {
        color: #000000
    }

    #primary-nav > li:hover > .sub-menu {
        display: block
    }

    #hamburger {
        display: none
    }

    #functional-nav-container {
        position: absolute;
        right: 22px;
        bottom: 15px;
        top: auto;
        margin-top: 0
    }

    #functional-nav-container #functional-nav {
        padding-right: 0;
        padding-left: 0
    }

    #functional-nav-container #functional-nav > li {
        height: 36px;
        margin-left: 6px
    }

    #functional-nav-container #functional-nav > li > a {
        font-size: 10.5px;
        line-height: 36px;
        background: #5e9732;
        display: block;
        padding: 0 10px 0 35px;
        text-indent: 0;
        text-transform: uppercase;
        width: auto;
        height: auto
    }

    #functional-nav-container #functional-nav > li > a:hover,
    #functional-nav-container #functional-nav > li > a.opened {
        background: #ffffff;
        background: rgba(255, 255, 255, 0.9);
        color: #5e9732
    }

    #functional-nav-container #functional-nav > li > a.opened:after {
        display: none
    }

    #functional-nav-container #functional-nav > li > a.cart-trigger span,
    #functional-nav-container #functional-nav > li > a:before {
        width: 20px;
        height: 20px;
        left: 10px;
        top: 50%;
        margin-top: -10px;
        background-size: 20px auto
    }

    #functional-nav-container #functional-nav > li > a.account-trigger:before {
        background-position: 0 0
    }

    #functional-nav-container #functional-nav > li > a.account-trigger:hover:before,
    #functional-nav-container #functional-nav > li > a.account-trigger.opened:before {
        background-position: 0 -20px
    }

    #functional-nav-container #functional-nav > li > a.location-trigger:before {
        background-position: 0 -40px
    }

    #functional-nav-container #functional-nav > li > a.location-trigger:hover:before,
    #functional-nav-container #functional-nav > li > a.location-trigger.opened:before {
        background-position: 0 -60px
    }

    #functional-nav-container #functional-nav > li > a.cart-trigger span {
        border-width: 2px;
        line-height: 16px
    }

    #functional-nav-container #functional-nav > li > a.cart-trigger:hover span,
    #functional-nav-container #functional-nav > li > a.cart-trigger.opened span {
        border-color: #ef4f55
    }

    #phone-container {
        display: block;
        position: absolute;
        right: 22px;
        bottom: 70px;
        text-align: right;
        font-size: 21px;
        line-height: 34px
    }

    #phone-container .phone-description {
        font-size: 11px;
        line-height: 18px;
        display: block
    }
}

body.home #content {
    color: #ffffff
}

div.home #content {
    color: #ffffff
}

.home h1, .home h2, .home h3, .home h4, .home h5, .home h6, .home h1 a, .home h2 a, .home h3 a, .home h4 a, .home h5 a, .home h6 a {
    color: #ffffff
}

.home .product .button-to-cart {
    background: #5e9732
}

.fancy-title {
    text-align: center;
    position: relative
}

.fancy-title:before {
    background: #ffffff;
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1.5px;
    z-index: -1
}

.fancy-title span {
    display: inline-block;
    background: #000000;
    z-index: 1;
    padding: 0 20px
}

.featured-category {
    position: relative
}

.featured-category .featured-category-image {
    opacity: 1;
    transition: opacity 0.6s ease
}

.featured-category:hover .featured-category-image {
    opacity: 0.7
}

.featured-category .featured-category-text {
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    text-align: center
}

.featured-category .featured-category-button {
    display: inline-block;
    font-size: 17px;
    line-height: 40px;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    transition: background-color 0.6s ease
}

.featured-category:hover .featured-category-button {
    background-color: transparent
}

.gift-card-banner {
    border: 3px solid #ffffff;
    padding: 25px;
    text-align: center;
    position: relative
}

.gift-card-banner .gift-card-title {
    font-size: 24px;
    text-transform: uppercase;
    left: 25px;
    text-align: center;
    margin-bottom: 11px
}

.gift-card-banner .gift-card-text {
    margin-bottom: 11px
}

.gift-card-banner .gift-card-cta {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    right: 25px
}

@media (max-width: 400px) {
    .featured-category .featured-category-text {
        margin-top: -14px
    }

    .featured-category .featured-category-button {
        font-size: 12px;
        line-height: 28px;
        height: 28px
    }
}

@media (min-width: 400px) and (max-width: 500px) {
    .featured-category .featured-category-text {
        margin-top: -17px
    }

    .featured-category .featured-category-button {
        font-size: 14px;
        line-height: 34px;
        height: 34px
    }
}

@media (min-width: 600px) {
    .gift-card-banner .gift-card-text {
        padding-left: 120px;
        padding-right: 120px
    }

    .gift-card-banner .gift-card-title,
    .gift-card-banner .gift-card-cta {
        line-height: 30px;
        position: absolute;
        top: 50%;
        margin-top: -15px
    }

    .gift-card-banner .gift-card-text {
        margin-bottom: 0
    }
}

@media (min-width: 768px) {
    .home .product:hover {
        box-shadow: 0 0 0 1px #252525 inset
    }
}

.product {
    text-align: center;
    overflow: hidden
}

.product .product-title {
    text-align: center;
    font-size: 22px;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 22px;
    font-weight: 400
}

.product .product-title a:hover {
    text-decoration: underline
}

.product .product-image {
    margin-bottom: 22px;
    width: 100%
}

.product .content-switch {
    overflow: visible
}

.product .button-to-cart {
    padding-left: 30px;
    padding-right: 30px;
    display: inline-block;
    width: auto;
    font-size: 16px
}

.product .price-display-container,
.calories-display-container {
    margin-top: -10px
}

.product > a:hover + .product-title a {
    text-decoration: underline
}

.content-switch-tab.product-info.hidden {
    left: -110%
}

.content-switch-tab.to-cart.hidden {
    left: 110%
}

@media (min-width: 768px) {
    .product {
        padding-top: 11px;
        padding-bottom: 11px;
        overflow: hidden
    }

    .product:hover {
        box-shadow: 0 0 0 1px #e1e1e1 inset
    }

    .product .product-image {
        width: 165px;
        height: 127px
    }

    .product .product-title {
        font-size: 18px;
        margin-bottom: 14px;
        height: 56px
    }

    .product .product-description {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 18px;
        height: 54px;
        overflow: hidden;
        position: relative
    }
}

@media (min-width: 1024px) {
    .product {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .product .product-image {
        width: 223px;
        height: 172px
    }

    .product .product-title {
        font-size: 22px;
        margin-bottom: 22px
    }

    .product .product-description {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 22px;
        height: 66px
    }
}

@media (min-width: 1280px) {
    .product .product-image {
        width: 276px;
        height: 213px
    }
}

.nutrition-guide-link {
    padding-left: 20px;
    position: relative
}

.nutrition-guide-link .spinner.small {
    left: 0;
    margin-left: -1px
}

.nutrition-guide-link:before {
    content: "";
    display: block;
    background-image: url("../../images/icon-info.svg");
    background-position: center center;
    background-size: contain;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px
}

.nutrition-guide-link.loading:before {
    display: none
}

.form-to-cart {
    text-align: left;
    margin: 0 20px
}

.form-to-cart .nutrition-guide-link {
    font-size: 12px;
    line-height: 30px;
    text-decoration: none;
    position: absolute;
    right: 0;
    top: 0
}

.form-to-cart .form-actions {
    text-align: center
}

.form-to-cart .form-actions .to-cart-add {
    background: #5e9732;
    width: 100%
}

.form-to-cart .form-actions .to-cart-cancel {
    line-height: 30px;
    display: block
}

.form-to-cart .to-cart-modify {
    line-height: 30px
}

.form-to-cart .addon-fields {
    display: none
}

.form-to-cart .to-cart-add-addons {
    position: relative;
    line-height: 34px;
    display: inline-block
}

.form-to-cart .to-cart-add-addons:after {
    content: ' +'
}

.form-to-cart .to-cart-add-addons.addons-selected {
    padding-right: 20px
}

.form-to-cart .to-cart-add-addons.addons-selected:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
    width: 14px;
    height: 14px;
    background: transparent url("../../images/checkmark.svg") center center no-repeat;
    background-size: 100% 100%
}

.form-to-cart label {
    display: none
}

.to-cart-fields {
    margin-bottom: 6px;
    position: relative
}

.to-cart-fields .field-container {
    margin-bottom: 5px
}

.has-nutrition .to-cart-fields .field-container {
    width: 65%
}

.single-product .form-to-cart.not-is-pizza:not(.has-checkboxes) .to-cart-add {
    margin-bottom: 0
}

.price-display-container {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    text-align: center;
    /* text-transform: uppercase; */
    margin-bottom: 10px
}

.content-switch-tab.to-cart-form.hidden {
    left: -110%
}

.content-switch-tab.to-cart-success.hidden {
    left: 110%
}

.to-cart-success .button {
    background-color: #5e9732;
    float: left;
    width: 48%;
    padding-left: 8px;
    padding-right: 8px
}

.to-cart-success .button:last-child {
    margin-left: 4%
}

.to-cart-success .message {
    text-align: center;
    margin-bottom: 22px
}

.to-cart-success .message .icon {
    display: block;
    width: 33px;
    height: 33px;
    margin: 11px auto
}

#featured-products .to-cart-modify,
.product-tabs .to-cart-modify,
.archive .to-cart-modify {
    display: none
}

.addon-fields .to-cart-addons-title {
    text-align: center;
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 30px
}

.addon-fields .to-cart-addons-title small {
    display: block;
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
    line-height: 36px;
    margin-top: 0;
    color: #000000
}

.addon-fields .addons-description {
    color: #626262;
    margin-top: -20px;
    font-size: 12px;
    text-align: center
}

.addon-fields .to-cart-addon-set-title {
    text-transform: uppercase;
    margin-bottom: 14px;
    font-size: 20px
}

.addon-fields .to-cart-addon-set {
    margin-bottom: 44px
}

.addon-fields .to-cart-addon-set:last-child {
    margin-bottom: 0
}

.addon-fields .to-cart-addon-set .checkbox-parent {
    margin-bottom: 8px
}

@media (min-width: 768px) {
    .form-to-cart {
        margin-left: 0;
        margin-right: 0
    }

    .form-to-cart .nutrition-guide-link {
        position: relative
    }

    .form-to-cart.is-pizza .nutrition-guide-link,
    .form-to-cart.has-checkboxes .nutrition-guide-link {
        float: none;
        position: absolute;
        top: auto;
        bottom: 0
    }

    .form-to-cart.has-nutrition.not-has-checkboxes .to-cart-fields {
        /*padding-bottom:34px*/
    }

    .to-cart-fields .field-container,
    .has-nutrition .to-cart-fields .field-container {
        width: 100%
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .to-cart-success .button {
        font-size: 10px
    }
}

@media (min-width: 1024px) {
    .form-to-cart {
        margin-left: 20px;
        margin-right: 20px
    }
}

@media (min-width: 1280px) {
    .form-to-cart .nutrition-guide-link,
    .form-to-cart.is-pizza .nutrition-guide-link,
    .form-to-cart.has-checkboxes .nutrition-guide-link {
        float: none;
        position: absolute;
        bottom: auto;
        top: 0
    }

    .form-to-cart.has-nutrition.not-has-checkboxes.has-modifiers .to-cart-fields {
        padding-bottom: 0
    }

    .has-nutrition .to-cart-fields .field-container {
        width: 65%
    }
}

.entry-header .pdf-download {
    width: auto;
    display: inline-block;
    margin-bottom: 44px
}

@media (min-width: 768px) {
    .entry-header {
        position: relative
    }

    .entry-header .entry-title {
        padding-right: 136px
    }

    .entry-header .pdf-download {
        position: absolute;
        right: 0;
        bottom: 11px;
        margin-bottom: 0
    }
}

.single-product {
    border-bottom: 3px solid #e1e1e1;
    margin-bottom: 44px
}

.single-product-wrapper:last-child .single-product {
    border-bottom-width: 0;
    margin-bottom: 0
}

.single-product-container {
    position: relative
}

.single-product-container > .spinner {
    bottom: 0;
    top: auto;
    margin-top: 0;
    left: 50%
}

.single-product-container:last-child {
    margin-bottom: 0
}

.single-product-image {
    margin-bottom: 22px
}

.single-product-title {
    font-size: 50px;
    line-height: 66px;
    margin-bottom: 11px
}

.single-product-rating {
    margin-bottom: 22px
}

.single-product .form-to-cart {
    margin-lefT: 0;
    margin-right: 0
}

.single-product .form-to-cart .form-actions .to-cart-add {
    background: #000000;
    margin-left: 0
}

.single-product .form-actions .to-cart-cancel {
    display: none
}

.single-product-order-inner {
    padding: 22px;
    border: 3px solid #e1e1e1;
    overflow: hidden;
}

.single-product .to-cart-content-switch {
    overflow: visible
}

.puro-promise {
    min-height: 66px;
    padding: 22px 0 22px 80px;
    margin-bottom: 22px;
    background-image: url("../../images/puro-promise.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 66px auto;
    clear: both
}

.is-pizza .puro-promise {
    position: relative;
    top: -36px;
    margin-bottom: -16px
}

.puro-promise p:last-child {
    margin-bottom: 0
}

.ingredient-inner {
    border: 3px solid #e1e1e1
}

.ingredient-horiz .ingredient-inner {
    border-width: 0
}

.ingredient-image {
    width: 100%
}

.ingredient-text {
    padding: 20px;
    font-size: 12px;
    line-height: 18px
}

.ingredient-text .ingredient-title {
    color: #000000;
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 8px;
    text-transform: uppercase
}

.list-container-outer.is_stuck {
    position: fixed !important;
    bottom: auto !important;
    top: 0 !important
}

.list-container-outer .list-container {
    overflow: hidden;
    position: relative
}

.list-container-outer .list-container:hover {
    overflow-y: scroll
}

.sidebar-product-list,
.sidebar-cause-list {
    border-right: 3px solid #e1e1e1;
    position: absolute;
    box-sizing: content-box
}

.sidebar-product-list .product-list-product,
.sidebar-product-list .product-list-category,
.sidebar-product-list .cause-list-cause,
.sidebar-cause-list .product-list-product,
.sidebar-cause-list .product-list-category,
.sidebar-cause-list .cause-list-cause {
    margin-bottom: 11px
}

.sidebar-product-list .product-list-product:last-child,
.sidebar-product-list .product-list-category:last-child,
.sidebar-product-list .cause-list-cause:last-child,
.sidebar-cause-list .product-list-product:last-child,
.sidebar-cause-list .product-list-category:last-child,
.sidebar-cause-list .cause-list-cause:last-child {
    margin-bottom: 0
}

.sidebar-product-list .product-container,
.sidebar-product-list .product-upsell-container,
.sidebar-product-list .cause-container,
.sidebar-cause-list .product-container,
.sidebar-cause-list .product-upsell-container,
.sidebar-cause-list .cause-container {
    color: #000000;
    display: block;
    text-decoration: none;
    position: relative
}

.sidebar-product-list .cause-container,
.sidebar-cause-list .cause-container {
    padding: 5px 0
}

.sidebar-product-list .product-container:hover,
.sidebar-product-list .cause-container:hover,
.sidebar-cause-list .product-container:hover,
.sidebar-cause-list .cause-container:hover {
    background: #f6f6f6
}

.sidebar-product-list .current .product-container,
.sidebar-product-list .current .cause-container,
.sidebar-product-list .product-list-category,
.sidebar-cause-list .current .product-container,
.sidebar-cause-list .current .cause-container,
.sidebar-cause-list .product-list-category {
    background: #e1e1e1
}

.sidebar-product-list .product-list-group,
.sidebar-cause-list .product-list-group {
    position: relative
}

.sidebar-product-list .product-list-category,
.sidebar-cause-list .product-list-category {
    padding: 6px 10px;
    position: relative
}

.sidebar-product-list .product-list-category.is_stuck,
.sidebar-cause-list .product-list-category.is_stuck {
    z-index: 10
}

.sidebar-product-list .product-image,
.sidebar-product-list .cause-image,
.sidebar-cause-list .product-image,
.sidebar-cause-list .cause-image {
    width: 35%;
    float: left
}

.sidebar-product-list .product-title,
.sidebar-product-list .cause-title,
.sidebar-cause-list .product-title,
.sidebar-cause-list .cause-title {
    color: #000000;
    padding-left: 40%;
    font-size: 13px;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -11px
}

.sidebar-product-list .cause-title,
.sidebar-cause-list .cause-title {
    padding-right: 8px;
    margin: 0;
    position: static;
    width: auto
}

.sidebar-product-list .category-title,
.sidebar-cause-list .category-title {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 0
}

.sidebar-product-list .product-list-upsell,
.sidebar-cause-list .product-list-upsell {
    margin-bottom: 11px;
    font-size: 12px;
    line-height: 18px
}

.sidebar-product-list .product-list-upsell .product-upsell-container,
.sidebar-cause-list .product-list-upsell .product-upsell-container {
    padding: 6px 15px 6px 0
}

.sidebar-product-list .product-list-upsell .upsell-title,
.sidebar-cause-list .product-list-upsell .upsell-title {
    color: #000000;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 6px
}

.single-product-wrapper .single-product {
    position: relative;
    z-index: 2
}

.single-product-wrapper .single-product .product-content-container {
    position: relative;
    z-index: 2;
    background: #ffffff
}

.single-product-wrapper .single-product.is-pizza .product-content-container .column {
    margin-bottom: 0
}

.single-product-wrapper .single-product.is-pizza .product-content-container .column.single-product-info {
    margin-bottom: 44px
}

.single-product-wrapper .single-product-title-bar {
    background: #5e9732;
    padding: 0 20px;
    height: 80px;
    z-index: 3;
    clear: both
}

.single-product-wrapper .title-bar-title,
.single-product-wrapper .title-bar-price {
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 38px;
    text-transform: uppercase;
    float: left;
    line-height: 80px;
    margin-bottom: 0
}

.single-product-wrapper .title-bar-price {
    float: right;
    font-size: 30px
}

.single-product-wrapper .title-bar-button {
    float: right;
    display: inline-block;
    position: relative;
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 15px
}

.single-product-wrapper .single-product-title-bar {
    background: transparent;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s;
    position: relative;
    top: -44px
}

.single-product-wrapper .single-product-title-bar.is_stuck {
    background: #5e9732;
    z-index: 3;
    visibility: visible;
    opacity: 1
}

@media (max-width: 600px) {
    .single-product-wrapper .single-product-title-bar {
        height: 60px
    }

    .single-product-wrapper .title-bar-title {
        font-size: 20px;
        line-height: 60px
    }

    .single-product-wrapper .title-bar-price {
        font-size: 16px;
        line-height: 60px
    }

    .single-product-wrapper a.title-bar-button {
        font-size: 12px;
        top: 10px
    }
}

@media (max-width: 481px) {
    .single-product-wrapper .title-bar-title {
        font-size: 18px;
        letter-spacing: -0.2px
    }

    .single-product-wrapper .title-bar-price {
        font-size: 14px;
        letter-spacing: -0.2px
    }

    .single-product-wrapper a.title-bar-button {
        font-size: 11px;
        letter-spacing: -0.2px
    }
}

@media (max-width: 1279px) {
    .single-product .form-actions .to-cart-modify,
    .single-product .form-actions .to-cart-add-addons {
        line-height: inherit
    }

    .single-product-order .form-actions {
        text-align: center
    }
}

@media (min-width: 1024px) {
    .ingredient-text {
        padding: 10px
    }

    .ingredient-image {
        width: 48%;
        float: left
    }

    .ingredient-text {
        width: 52%;
        float: left
    }

    .ingredient-horiz .ingredient-text {
        float: none;
        width: auto
    }

    .single-product-title-bar {
        margin-left: -30px !important;
        margin-right: 0 !important
    }

    .sidebar-product-list,
    .sidebar-cause-list {
        width: 189px
    }

    .single-product-wrapper .single-product.is-pizza .product-content-container .column {
        margin-bottom: 0
    }

    .single-product-wrapper .single-product.is-pizza .product-content-container .column.single-product-info {
        margin-bottom: 0
    }
}

@media (min-width: 1280px) {
    .ingredient-text {
        padding: 20px
    }

    .sidebar-product-list,
    .sidebar-cause-list {
        width: 236px
    }
}

#pizza-builder-selector {
    max-width: 640px;
    margin-top: 44px
}

#pizza-builder-selector .load-builder-link {
    text-align: center;
    cursor: pointer;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto
}

#pizza-builder-selector .load-builder-link .builder-link-title {
    text-align: center;
    font-size: 20px;
    margin-top: 14px;
    text-transform: uppercase
}

.pizza-builder-container {
    position: relative;
    overflow: hidden;
    min-height: 200px;
    margin-top: -44px
}

.pizza-builder-container .pizza-builder {
    display: block;
    opacity: 1;
    transition: opacity 1s ease-in
}

.pizza-builder-container.loading .pizza-builder {
    opacity: 0
}

.in-special .builder-top-bar {
    display: none
}

.builder-top-bar {
    background: #5e9732;
    border-top: 1px solid #ffffff;
    position: relative;
    z-index: 5;
    height: 96px;
    overflow: hidden
}

.builder-top-bar .builder-title-mobile {
    color: #ffffff;
    font-size: 15px;
    line-height: 96px;
    text-transform: uppercase;
    letter-spacing: -0.2px
}

.builder-top-bar .builder-title-desktop {
    display: none
}

.builder-top-bar .builder-to-cart {
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -15px;
    padding: 0 10px
}

.builder-top-bar .builder-to-cart.loading {
    color: #404040
}

.builder-top-bar .price-display,
.calories-display {
    color: #ffffff;
    font-size: 16px;
    line-height: 48px;
    font-family: 'Oswald', sans-serif;
    height: 48px;
    position: absolute;
    top: 0;
    right: 120px
}

.builder-top-bar .price-display.loading {
    color: #d8d8d8 !important
}

.builder-top-bar .builder-qty {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 74px;
    width: 34px
}

.builder-top-bar .builder-qty select {
    border-color: #ffffff;
    height: 30px;
    line-height: 30px;
    padding-left: 0px;
    padding-right: 4px
}

.builder-top-bar .builder-top-bar-inner.loading {
    opacity: 0.6
}

.pizza-builder {
    width: 100%;
    position: relative;
    overflow: hidden
}

.pizza-builder .cart-confirmation {
    display: none
}

.pizza-builder .container {
    margin-bottom: 0;
    max-width: 840px
}

.pizza-builder .section-size .container {
    max-width: none;
    margin-left: -25px;
    margin-right: -25px
}

.pizza-builder fieldset.container.has-description .builder-section-inner {
    padding-bottom: 100px
}

.pizza-builder fieldset.container .builder-section-inner {
    padding-top: 128px;
    padding-bottom: 80px
}

.pizza-builder fieldset.container.overview-section {
    padding-top: 44px;
    padding-bottom: 30px
}

.pizza-builder .section-description p {
    text-align: center;
    font-size: 12px;
    margin-bottom: 0
}

.pizza-builder .builder-form-actions {
    background: #ffffff;
    padding: 0 25px;
    margin-bottom: 0;
    margin-top: 30px;
    text-align: center;
    position: relative;
    z-index: 5
}

.pizza-builder .builder-form-actions .button {
    display: inline-block
}

.pizza-builder .section-navigation {
    position: absolute;
    bottom: 25px;
    left: 25px;
    right: 25px
}

.pizza-builder .section-navigation .builder-button {
    float: left;
    width: 49%;
    margin-left: 2%
}

.pizza-builder .section-navigation .builder-button.builder-prev {
    margin-left: 0
}

.pizza-builder .builder-section-title-mobile {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    position: absolute;
    top: 94px;
    left: 0;
    right: 0
}

.pizza-builder .builder-field-container {
    margin-bottom: 18px
}

.hiddenComponent{
	margin-bottom: 0px !important;
}

.pizza-builder .section-extras label {
    display: block;
    margin-bottom: 4px
}

.pizza-builder .builder-filters-container {
    margin-bottom: 26px;
    text-align: center
}

.pizza-builder .builder-filters-container .builder-section-filter {
    cursor: pointer;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
    color: #5e9732;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 13px;
    opacity: 0.6;
    transition: opacity 0.3s ease
}

.pizza-builder .builder-filters-container .builder-section-filter.current {
    border-bottom: 1px solid #5e9732;
    opacity: 1
}

.pizza-builder .checkbox-parent {
    position: relative
}

.pizza-builder .checkbox-parent > label {
    margin-bottom: 6px
}

.pizza-builder .checkbox-parent .section-extras {
    display: none
}

.pizza-builder .checkbox-parent input:checked + label + .section-extras {
    display: block
}

.pizza-builder .checkbox-parent .section-extras {
    position: absolute;
    top: 0;
    right: 8px;
    width: 128px;
    height: 100%
}

.pizza-builder .checkbox-parent .section-extras label {
    cursor: pointer;
    display: block;
    background: #e1e1e1;
    text-indent: -9999em;
    width: 34px;
    height: 34px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    border-radius: 36px;
    transition: background-color 0.3s ease, color 0.3s ease, opacity 0.5s ease
}

.pizza-builder .checkbox-parent .section-extras label.builder-extra-left-side {
    left: 0;
    width: 17px;
    border-radius: 36px 0 0 36px
}

.pizza-builder .checkbox-parent .section-extras label.builder-extra-regular {
    left: 26px
}

.pizza-builder .checkbox-parent .section-extras label.builder-extra-double {
    left: 94px;
    color: #484848;
    text-indent: 0;
    line-height: 34px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle
}

.pizza-builder .checkbox-parent .section-extras label.builder-extra-right-side {
    left: 68px;
    width: 17px;
    border-radius: 0 36px 36px 0
}

.pizza-builder .checkbox-parent .section-extras label:before {
    display: none
}

.pizza-builder .checkbox-parent .section-extras label:after {
    display: none
}

.pizza-builder .checkbox-parent .section-extras input:checked + label {
    background: #5e9732;
    color: #ffffff
}

.pizza-builder .builder-selector {
    display: none
}

.pizza-builder .builder-selector.builder-field-container {
    display: block
}

.pizza-builder .builder-selector-item.hidden-ingredient {
    display: none !important
}

.pizza-builder .cart-confirmation {
    display: none
}

.modal .cart-confirmation {
    display: block;
    text-align: center
}

.modal .cart-confirmation .cart-confirmation-title {
    font-size: 20px;
    margin-bottom: 33px;
    text-align: center;
    text-transform: uppercase
}

.modal .cart-confirmation .green-button {
    display: block !important
}

.modal .cart-confirmation .green-button.confirmation-checkout-link {
    margin-top: 10px
}

.modal .cart-confirmation .confirmation-new-link {
    margin-top: 10px
}

.builder-section-heading {
    background: #ededed;
    cursor: pointer;
    width: 100%;
    height: 36px;
    margin-bottom: 4px;
    position: relative
}

.builder-section-heading:after {
    right: 2px;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-left-color: #5e9732;
    border-width: 5px;
    margin-top: -5px
}

.builder-section-heading .container {
    padding-left: 12px;
    padding-right: 12px
}

.builder-section-heading .builder-section-title {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 36px;
    float: left;
    width: 40%;
    margin-bottom: 0
}

.builder-section-heading .builder-selected-list {
    float: left;
    width: 60%;
    height: 36px;
    overflow: hidden;
    color: #5e9732;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    font-style: italic;
    line-height: 36px;
    text-transform: uppercase
}

.panz-description {
    margin-bottom: 22px;
    text-align: center;
    margin-top: -24px;
    font-size: 12px
}

.js-ready .pizza-builder {
    height: 100%
}

.js-ready .pizza-builder fieldset.container {
    display: none
}

.js-ready .pizza-builder.slider fieldset.container {
    position: relative;
    background: #ffffff;
    display: block;
    overflow: hidden;
    position: absolute;
    left: 110%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.3);
    transition: left 0.5s ease
}

.js-ready .pizza-builder.slider fieldset.container.no-transition {
    transition: none
}

.js-ready .pizza-builder.slider fieldset.container .builder-section-inner {
    height: 100%
}

.js-ready .pizza-builder.slider fieldset.container .scroller {
    height: 100%;
    overflow: scroll;
    position: relative
}

.js-ready .pizza-builder.slider fieldset.container.overview-section {
    left: 0;
    position: relative;
    height: auto
}

.js-ready .pizza-builder.slider fieldset.container.overview-section.summary {
    left: 110%;
    z-index: 4
}

.js-ready .pizza-builder.slider fieldset.container.overview-section.summary.in-view {
    left: 0
}

.js-ready .pizza-builder.slider fieldset.container.in-view {
    left: 0
}

.js-ready .pizza-builder .info-toggle {
    background-image: url("../../images/icon-info.svg");
    background-position: center center;
    background-size: contain;
    display: block;
    width: 18px;
    height: 18px
}

.js-ready .pizza-builder .info-toggle.info-opened {
    background-image: none;
    border: 2px solid #ef4f55;
    text-align: center;
    position: relative;
    vertical-align: middle;
    border-radius: 18px
}

.js-ready .pizza-builder .info-toggle.info-opened:before {
    content: "X";
    display: block;
    color: #ef4f55;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 14px;
    position: absolute;
    left: 0.5px;
    top: 0;
    width: 14px;
    height: 14px;
    vertical-align: middle
}

.js-ready .pizza-builder .mobile-info-toggle {
    position: absolute;
    left: auto !important;
    right: 0 !important
}

.js-ready .pizza-builder .mobile-info-toggle.info-opened {
    position: absolute
}

.js-ready .pizza-builder .mobile-info-toggle + .builder-field-container {
    margin-right: 34px
}

.js-ready .pizza-builder .builder-selector-item.filter-inactive {
    display: none !important
}

.js-ready .section-size {
    width: 100%;
    position: relative
}

.js-ready .section-size .container {
    max-width: 100vw;
    position: relative;
    overflow: scroll
}

.js-ready .section-size .size-container {
    display: none
}

.js-ready .builder-size-selector {
    margin: 0 0 60px;
    min-width: 581px
}

.js-ready .builder-size-selector .selector-option {
    background-color: #ffffff;
    border: 3px solid #e1e1e1;
    border-radius: 90px;
    cursor: pointer;
    width: 75px;
    height: 75px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    margin: 0 17px;
    float: left;
    transition: background-color 0.3s ease, border-color 0.3s ease, opacity 0.5s ease
}

.js-ready .builder-size-selector .selector-option.disabled {
    opacity: 0.4;
    cursor: default
}

.js-ready .builder-size-selector .selector-option:first-child {
    margin-left: 0
}

.js-ready .builder-size-selector .selector-option:last-child {
    margin-right: 25px
}

.js-ready .builder-size-selector .selector-option.size-21 {
    width: 120px;
    border-radius: 18px
}

.js-ready .builder-size-selector .selector-option.selected {
    background: #5e9732;
    border-color: #5e9732
}

.js-ready .builder-size-selector .selector-option.selected .size-option-title {
    color: #ffffff
}

.js-ready .builder-size-selector .selector-option .size-option-title {
    display: block;
    position: absolute;
    width: 100%;
    height: 22px;
    left: 0;
    top: 50%;
    margin-top: -11px;
    transition: color 0.3s ease
}

.js-ready .builder-size-selector .selector-option .size-option-description {
    display: block;
    position: absolute;
    width: 100%;
    height: 22px;
    bottom: -32px;
    left: 0;
    font-size: 11px
}

.js-ready .pizza-builder[data-builder-type="panzerotti"] .builder-size-selector {
    width: 69px;
    margin-right: auto;
    margin-left: auto;
    min-width: auto
}

@media (max-width: 767px) {
    .pizza-builder select {
        height: 36px;
        line-height: 36px
    }

    .pizza-builder input[type="checkbox"] + label,
    .pizza-builder input[type="radio"] + label {
        line-height: 26px
    }

    .pizza-builder input[type="checkbox"] + label:before,
    .pizza-builder input[type="radio"] + label:before {
        width: 22px;
        height: 22px;
        margin-top: -11px
    }

    .pizza-builder input[type="radio"]:checked + label:after,
    .pizza-builder input[type="radio"] + label:active:after {
        width: 8px;
        height: 8px;
        left: 7px;
        margin-top: -4px
    }

    .pizza-builder input[type="checkbox"]:checked + label:after {
        width: 22px;
        height: 22px;
        font-size: 18px;
        left: 3px
    }

    .pizza-builder .checkbox-parent .info-toggle,
    .pizza-builder .checkbox-parent .builder-selector-info-text {
        display: none
    }

    .pizza-builder .is-open .builder-selector-info-text {
        display: none
    }

    .pizza-builder .builder-selector .builder-selector-inner {
        background-image: none !important
    }

    .pizza-builder .builder-selector-title {
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        color: #000000;
        font-size: inherit
    }

    .pizza-builder .checkbox-set-container .builder-selector-inner {
        border: 3px solid #e1e1e1;
        display: block;
        padding: 10px;
        transform: border-color 0.3s ease
    }

    .pizza-builder .checkbox-set-container .builder-selector-inner:before,
    .pizza-builder .checkbox-set-container .builder-selector-inner:after {
        display: none
    }

    .pizza-builder .checkbox-set-container input[type="checkbox"] + label {
        line-height: 22px;
        padding: 12px 8px 12px 8px
    }

    .pizza-builder .checkbox-set-container input[type="checkbox"] + label.builder-extra-double {
        line-height: 10px !important
    }

    .pizza-builder .checkbox-set-container input[type="checkbox"]:checked + .builder-selector-inner {
        border-color: #5e9732;
        padding-right: 124px
    }
}

@media (min-width: 768px) {
    #pizza-builder-selector {
        margin-top: 0
    }

    #pizza-builder-selector .load-builder-link {
        max-width: none
    }

    .pizza-builder-container {
        height: auto
    }

    .builder-top-bar .builder-title-mobile {
        font-size: 20px;
        letter-spacing: 0
    }

    .builder-top-bar .price-display {
        right: 220px;
    }

    .builder-top-bar .builder-qty {
        width: 60px;
        right: 135px
    }

    .builder-top-bar .builder-qty select {
        padding-left: 10px;
        padding-right: 16px
    }

    .pizza-builder[data-builder-type="panzerotti"] .builder-size-selector {
        float: left;
        width: 120px !important;
        min-width: auto
    }

    .pizza-builder[data-builder-type="panzerotti"] .panz-description {
        margin-top: 0;
        float: left;
        max-width: 580px;
        padding-top: 22px;
        margin-bottom: 0;
        text-align: left;
        font-size: 14px
    }

    .pizza-builder {
        height: auto;
        position: inherit;
        transition: none;
        margin-bottom: 44px
    }

    .pizza-builder fieldset.container {
        overflow: hidden;
        height: auto
    }

    .pizza-builder fieldset.container.has-description .builder-section-inner {
        padding-bottom: 34px
    }

    .pizza-builder fieldset.container .builder-section-inner {
        padding-bottom: 34px;
        padding-top: 34px
    }

    .pizza-builder .section-description {
        margin-top: 22px
    }

    .pizza-builder .section-description p {
        text-align: left
    }

    .pizza-builder .section-size .container {
        margin-left: auto;
        margin-right: auto
    }

    .pizza-builder .builder-form-actions {
        display: none
    }

    .pizza-builder .section-navigation {
        display: none;
        height: 0;
        margin-bottom: 0
    }

    .pizza-builder .builder-section-title-mobile {
        display: none
    }

    .pizza-builder .scroller {
        overflow: hidden
    }

    .pizza-builder .checkbox-parent .section-extras {
        right: 15px
    }

    .pizza-builder .checkbox-parent .section-extras .builder-extra {
        top: 50%;
        margin-top: -16px
    }

    .pizza-builder .checkbox-parent input:checked + label.info-opened + .section-extras {
        display: none
    }

    .pizza-builder .builder-filters-container {
        margin-bottom: 44px
    }

    .pizza-builder .builder-filters-container .builder-section-filter {
        font-size: 24px;
        line-height: 30px;
        margin: 0 25px
    }

    .modal .cart-confirmation .green-button {
        display: inline-block !important;
        width: 47%
    }

    .modal .cart-confirmation .green-button.confirmation-checkout-link {
        margin-left: 6%;
        margin-top: 0
    }

    .builder-section-heading {
        height: 55px;
        margin-bottom: 8px
    }

    .builder-section-heading:after {
        display: none
    }

    .builder-section-heading .container {
        padding-left: 0;
        padding-right: 0
    }

    .builder-section-heading .builder-section-title {
        font-size: 30px;
        line-height: 55px;
        width: 55%
    }

    .builder-section-heading .builder-section-title span {
        position: relative;
        padding-right: 30px
    }

    .builder-section-heading .builder-section-title span:after {
        right: 0;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: transparent;
        border-left-color: #5e9732;
        border-width: 7px;
        margin-top: -7px
    }

    .builder-section-heading.opened {
        cursor: default
    }

    .builder-section-heading.opened .builder-section-title span:after {
        right: 3px;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: transparent;
        border-left-color: transparent;
        border-top-color: #5e9732;
        border-width: 7px;
        margin-top: -3px
    }

    .builder-section-heading .builder-selected-list {
        width: 45%;
        float: right;
        line-height: 55px;
        height: 55px;
        font-size: 16px;
        text-align: right;
        overflow: visible
    }

    .js-ready .pizza-builder {
        height: auto
    }

    .js-ready .pizza-builder fieldset.container {
        display: none;
        height: 0;
        opacity: 0;
        transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out
    }

    .js-ready .pizza-builder fieldset.container.measure {
        height: auto;
        position: absolute;
        display: block
    }

    .js-ready .pizza-builder fieldset.container.transition {
        display: block
    }

    .js-ready .pizza-builder fieldset.container.no-transition {
        transition: none !important;
        height: auto
    }

    .js-ready .pizza-builder fieldset.container.opening {
        opacity: 1
    }

    .js-ready .pizza-builder fieldset.container.closing {
        opacity: 0
    }

    .js-ready .pizza-builder fieldset.container.opened {
        display: block;
        height: auto;
        opacity: 1
    }

    .js-ready .pizza-builder .builder-field-container.select-container {
        display: none
    }

    .js-ready .pizza-builder .mobile-info-toggle {
        display: none
    }

    .js-ready .pizza-builder .builder-selector,
    .js-ready .pizza-builder .checkbox-set-container {
        display: block
    }

    .js-ready .pizza-builder .builder-selector .builder-selector-item,
    .js-ready .pizza-builder .checkbox-set-container .builder-selector-item {
        cursor: pointer;
        margin-bottom: 20px
    }

    .js-ready .pizza-builder .builder-selector .builder-selector-item.disabled,
    .js-ready .pizza-builder .checkbox-set-container .builder-selector-item.disabled {
        opacity: 0.4;
        cursor: default
    }

    .js-ready .pizza-builder .builder-selector .builder-selector-item:last-child,
    .js-ready .pizza-builder .checkbox-set-container .builder-selector-item:last-child {
        margin-bottom: 0
    }

    .js-ready .pizza-builder .builder-selector .builder-selector-item input.builder-field:checked + label,
    .js-ready .pizza-builder .checkbox-set-container .builder-selector-item input.builder-field:checked + label {
        border-color: #5e9732
    }

    .js-ready .pizza-builder .builder-selector .builder-selector-item.selected .builder-selector-inner,
    .js-ready .pizza-builder .checkbox-set-container .builder-selector-item.selected .builder-selector-inner {
        border-color: #5e9732
    }

    .js-ready .pizza-builder .builder-selector .builder-selector-item.selected.builder-selector-sauce-item .builder-selector-title,
    .js-ready .pizza-builder .checkbox-set-container .builder-selector-item.selected.builder-selector-sauce-item .builder-selector-title {
        position: relative;
        top: -15px
    }

    .js-ready .pizza-builder .builder-selector .builder-selector-title,
    .js-ready .pizza-builder .checkbox-set-container .builder-selector-title {
        color: #000000;
        text-transform: uppercase;
        font-size: 19px;
        line-height: 22px;
        float: left
    }

    .js-ready .pizza-builder .builder-selector .builder-selector-inner,
    .js-ready .pizza-builder .checkbox-set-container .builder-selector-inner {
        display: block;
        cursor: pointer;
        background-size: 110px auto;
        background-position: left center;
        background-repeat: no-repeat;
        border: 3px solid #e1e1e1;
        position: relative;
        padding: 26px 24px 26px 24px;
        transition: border-color 0.3s ease, opacity 0.5s ease
    }

    .js-ready .pizza-builder .builder-selector .builder-selector-inner.has-image,
    .js-ready .pizza-builder .checkbox-set-container .builder-selector-inner.has-image {
        padding-left: 135px
    }

    .js-ready .pizza-builder .builder-selector .builder-selector-inner:before,
    .js-ready .pizza-builder .builder-selector .builder-selector-inner:after,
    .js-ready .pizza-builder .checkbox-set-container .builder-selector-inner:before,
    .js-ready .pizza-builder .checkbox-set-container .builder-selector-inner:after {
        display: table;
        line-height: 0;
        content: "";
        background: transparent;
        border-width: 0;
        position: static;
        height: 0;
        width: 0;
        margin: 0
    }

    .js-ready .pizza-builder .builder-selector .builder-selector-inner .section-extras,
    .js-ready .pizza-builder .checkbox-set-container .builder-selector-inner .section-extras {
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -10px
    }

    .js-ready .pizza-builder .builder-selector .builder-selector-inner .info-toggle,
    .js-ready .pizza-builder .checkbox-set-container .builder-selector-inner .info-toggle {
        float: left;
        margin-top: 2px;
        margin-left: 10px
    }

    .js-ready .pizza-builder .builder-selector .builder-selector-inner .builder-selector-info-text,
    .js-ready .pizza-builder .checkbox-set-container .builder-selector-inner .builder-selector-info-text {
        display: none;
        position: absolute;
        right: 0;
        font-size: 12px;
        line-height: 16px;
        top: 50%;
        margin-top: -16px;
        margin-bottom: 0;
        padding-right: 20px
    }

    .js-ready .pizza-builder .builder-selector .builder-selector-inner.info-opened .section-extras,
    .js-ready .pizza-builder .checkbox-set-container .builder-selector-inner.info-opened .section-extras {
        display: none
    }

    .js-ready .pizza-builder .builder-selector .builder-selector-inner.info-opened .builder-selector-info-text,
    .js-ready .pizza-builder .checkbox-set-container .builder-selector-inner.info-opened .builder-selector-info-text {
        display: block
    }

    .js-ready .pizza-builder .builder-selector .disabled .builder-selector-inner,
    .js-ready .pizza-builder .checkbox-set-container .disabled .builder-selector-inner {
        cursor: default
    }

    .js-ready .pizza-builder .section-size .container {
        overflow: auto
    }

    .js-ready .pizza-builder .builder-selector-dough {
        margin-left: -10px;
        margin-right: -10px
    }

    .js-ready .pizza-builder .builder-selector-dough .builder-selector-item {
        float: left;
        padding: 0 10px 55px;
        margin-bottom: 0;
        text-align: center
    }

    .js-ready .pizza-builder .builder-selector-dough .builder-selector-item .builder-selector-title {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -46px;
        text-align: center
    }

    .js-ready .pizza-builder .builder-selector-dough .builder-selector-item .builder-selector-title small {
        display: block;
        line-height: 18px;
        text-transform: none;
        margin-top: 0
    }

    .js-ready .pizza-builder .builder-selector-dough .builder-selector-item .builder-selector-title.has-extra-info {
        bottom: -55px
    }

    .js-ready .pizza-builder .builder-selector-dough.options-5 .builder-selector-item {
        width: 20%
    }

    .js-ready .pizza-builder .builder-selector-dough.options-4 .builder-selector-item {
        width: 25%
    }

    .js-ready .pizza-builder .builder-selector-dough.options-3 .builder-selector-item {
        width: 33.3333%
    }

    .js-ready .pizza-builder .builder-selector-dough.options-2 .builder-selector-item {
        width: 50%
    }

    .js-ready .pizza-builder .builder-selector-dough.options-1 .builder-selector-item {
        width: 100%
    }

    .js-ready .pizza-builder .builder-selector-dough .builder-selector-inner {
        padding: 0;
        border-color: #e1e1e1;
        height: 190px;
        background-size: cover;
        background-position: center center
    }

    .js-ready .pizza-builder .builder-selector-dough .builder-selector-inner.has-image {
        padding-left: 0
    }

    .js-ready .pizza-builder .builder-selector-dough .builder-selector-inner.info-opened {
        background-image: none !important
    }

    .js-ready .pizza-builder .builder-selector-dough .builder-selector-inner .info-toggle {
        float: none;
        position: absolute;
        margin: 0;
        right: 7px;
        top: 7px
    }

    .js-ready .pizza-builder .builder-selector-dough .builder-selector-inner .builder-selector-info-text {
        width: auto !important;
        left: 0;
        right: 0;
        padding: 0 20px
    }

    .js-ready .pizza-builder .builder-selector-crust {
        margin-left: -5px;
        margin-right: -5px
    }

    .js-ready .pizza-builder .builder-selector-crust .builder-selector-item {
        float: left;
        padding: 0 5px;
        margin-bottom: 0
    }

    .js-ready .pizza-builder .builder-selector-crust.options-5 .builder-selector-item {
        width: 20%
    }

    .js-ready .pizza-builder .builder-selector-crust.options-4 .builder-selector-item {
        width: 25%
    }

    .js-ready .pizza-builder .builder-selector-crust.options-3 .builder-selector-item {
        width: 33.3333%
    }

    .js-ready .pizza-builder .builder-selector-crust.options-2 .builder-selector-item {
        width: 50%
    }

    .js-ready .pizza-builder .builder-selector-crust.options-1 .builder-selector-item {
        width: 100%
    }

    .js-ready .pizza-builder .builder-selector-crust .builder-selector-inner {
        padding: 20px 14px
    }

    .js-ready .pizza-builder .builder-selector-crust .builder-selector-inner.has-image {
        padding-left: 24px
    }

    .js-ready .pizza-builder .builder-selector-crust .builder-selector-inner .builder-selector-info-text {
        font-size: 10px;
        line-height: 14px;
        margin-top: -14px
    }

    .js-ready .pizza-builder .builder-selector-crust input[type="checkbox"] + label {
        padding-left: 26px
    }

    .js-ready .pizza-builder .section-cheese .builder-selector-item:last-child .section-extras,
    .js-ready .pizza-builder .section-sauce .builder-selector-item:last-child .section-extras {
        display: none
    }

    .js-ready .pizza-builder .section-sauce .builder-selector-item:last-child.selected .builder-selector-title {
        top: 0
    }

    .js-ready .pizza-builder .section-sauce .builder-selector-item .builder-selector-inner .section-extras {
        right: auto;
        top: auto;
        margin-top: 0;
        bottom: 8px;
        left: 120px
    }

    .js-ready .pizza-builder .section-sauce .builder-selector-item.selected .builder-selector-inner .info-toggle {
        margin-top: -12px
    }

    .js-ready .pizza-builder .cheese-extras label,
    .js-ready .pizza-builder .sauce-extras label {
        display: inline-block;
        padding-left: 25px;
        margin-left: 15px
    }

    .js-ready .builder-size-selector {
        margin-top: 30px;
        width: 581px;
        margin-left: auto;
        margin-right: auto
    }

    .js-ready .builder-size-selector .selector-option:last-child {
        margin-right: 0
    }
}

@media (max-width: 1023px) {
    .builder-top-bar .price-display {
        top: 24px;
    }

    .calories-display {
        color: #FFFFFF;
        top: 54px;
        right: 54px;
    }
}

@media (min-width: 1024px) {
    .pizza-builder-container {
        margin-top: 0
    }

    .builder-top-bar {
        background: transparent;
        height: auto;
        line-height: 22px;
        height: 0;
        overflow: visible
    }

    .builder-top-bar .container {
        max-width: none;
        position: relative
    }

    .builder-top-bar .builder-top-bar-inner {
        width: 265px;
        padding: 15px;
        border: 3px solid #e1e1e1;
        text-align: center;
        position: absolute;
        right: 0;
        top: 0
    }

    .builder-top-bar .builder-top-bar-inner .builder-title-mobile {
        display: none
    }

    .builder-top-bar .builder-top-bar-inner .builder-title-desktop {
        display: block;
        text-align: center;
        font-size: 22px;
        text-transform: uppercase
    }

    .builder-top-bar .builder-top-bar-inner .price-display {
        color: #000000;
        position: relative;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        display: block;
        text-align: center;
        font-size: 18px;
        line-height: 34px;
        height: auto;
        margin-bottom: 16px
    }

    .builder-top-bar .builder-top-bar-inner .builder-qty {
        position: relative;
        margin-top: 0;
        float: left;
        width: 35%;
        margin-right: 5%;
        top: 0;
        right: 0
    }

    .builder-top-bar .builder-top-bar-inner .builder-qty select {
        border-color: #5e9732;
        height: 36px;
        line-height: 36px;
        padding-left: 10px;
        padding-right: 16px
    }

    .builder-top-bar .builder-top-bar-inner .builder-to-cart {
        position: relative;
        display: block;
        margin-top: 0;
        height: 36px;
        line-height: 36px;
        font-size: 16px;
        padding: 0;
        right: 0;
        top: 0;
        width: 60%;
        float: right;
        text-align: center
    }

    .js-ready .builder-size-selector {
        width: auto;
        margin-left: 0
    }

    .js-ready .in-special .builder-size-selector {
        width: 581px;
        margin-left: auto
    }

    .js-ready .pizza-builder .builder-selector-crust {
        margin-left: -10px;
        margin-right: -10px
    }

    .js-ready .pizza-builder .builder-selector-crust .builder-selector-item {
        padding-left: 10px;
        padding-right: 10px
    }

    .js-ready .pizza-builder .builder-selector-crust .builder-selector-inner {
        padding-left: 24px;
        padding-right: 24px
    }
}

@media (min-width: 1280px) {
    .js-ready .builder-size-selector .selector-option {
        width: 90px;
        height: 90px;
        font-size: 16px;
        margin: 0 25px
    }

    .js-ready .builder-size-selector .selector-option.size-21 {
        width: 135px
    }

    .js-ready .builder-size-selector .selector-option .size-option-description {
        font-size: 12px
    }

    .js-ready .in-special .builder-size-selector {
        width: 695px
    }

    .pizza-builder[data-builder-type="panzerotti"] .panz-description {
        padding-top: 28px
    }
}

.product .special-link {
    display: inline-block;
    width: auto
}

.special-product.column {
    width: 100%
}

.special-product .product-inner {
    padding: 0 20px;
    background-size: 0 auto;
    border: 3px solid #e1e1e1;
    height: 80px;
    overflow: hidden;
    position: relative;
    transition: border-color 0.3s ease
}

.special-product.is-trio .product-inner {
    height: auto;
    padding-right: 40px
}

.special-product.is-trio .product-inner .TRWINGSAUCE-container {
    margin-bottom: 4px
}

.special-product.selected .product-inner {
    border-color: #5e9732
}

.special-product .product-title {
    color: #000000;
    font-size: 19px;
    line-height: 74px;
    text-transform: uppercase
}

.special-product .quantity-parent {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -15px
}

.special-product.has-modifiers .product-title {
    line-height: 41px
}

.special-product .form-to-cart {
    margin: 0
}

.special-product .form-to-cart .field-container {
    margin-bottom: 0;
    float: left;
    margin-right: 10px;
    max-width: 140px;
    width: auto
}

.special-product .form-to-cart select {
    height: 26px;
    line-height: 22px
}

.special-product .form-to-cart select.trio-modifier {
    font-size: 12px;
    letter-spacing: -0.03px;
    max-width: 100px;
    padding-left: 4px
}

.special-product .form-to-cart .to-cart-add-addons {
    float: left;
    line-height: 22px
}

.special-product .form-to-cart .to-cart-modify {
    display: none
}

.special-product .form-to-cart .form-actions {
    display: none
}

.special-slot-title .tab-trigger {
    position: relative
}

.special-slot-title .tab-trigger.active:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(225, 225, 225, 0);
    border-top-color: #ededed;
    border-width: 10px;
    margin-left: -10px
}

.special-slot-title .tab-trigger span span {
    padding: 0 26px
}

.special-slot-title .tab-trigger span span:after {
    background-image: url("../../images/plus-green.svg");
    background-size: 20px 20px;
    background-position: center center;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-right: 0;
    border-width: 0;
    border-color: transparent;
    background-color: transparent
}

.special-slot-title .tab-trigger.selected span span:after {
    background-image: url("../../images/checkmark-alt-green.svg")
}

.additional-charges-info {
    color: #808080;
    text-align: center;
    font-size: 11px
}

.modal .additional-charges-info {
    margin-top: -30px;
    margin-bottom: 26px
}

.special-to-cart-widget {
    text-align: center
}

.special-to-cart-widget .special-to-cart {
    border: 3px solid #e1e1e1;
    padding: 15px
}

.special-to-cart-widget .price-title {
    color: #5e9732;
    font-size: 22px;
    text-transform: uppercase;
    text-align: center
}

.special-to-cart-widget .price-title.secondary {
    font-size: 14px;
    line-height: 18px;
    display: inline-block
}

.special-to-cart-widget .price-display-container,
.calories-display-container {
    font-family: Oswald;
    font-size: 16px !important;
    color: #000000;
    display: block;
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 10px;
    text-align: center;
    /* FIX: iOS thinks calories are phone numbers */
    text-decoration: none !important;
    color: #000000;
    pointer-events: none !important;
}

@media (max-width: 1023px) {
    .special-to-cart-widget .price-display-container,
    .calories-display-container {
        font-size: 12px !important;
    }
}

.calories-display-container > a {
    /* FIX: iOS thinks calories are phone numbers */
    text-decoration: none !important;
    color: #000000;
    pointer-events: none !important;
}

.special-to-cart-widget .price-display-container.secondary {
    font-size: 14px;
    line-height: 22px;
    display: inline-block
}
@media (max-width: 1023px) {
    .special-to-cart-widget .price-display-container.secondary {
        font-size: 12px;
    }
}

.special-to-cart-widget .special-cart-button {
    display: inline-block;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    margin-top: 0;
    padding: 0 25px;
    position: relative;
    transition: opacity 0.3s ease
}
@media (max-width: 1023px) {
    .special-to-cart-widget .special-cart-button {
        font-size: 12px;
    }
}

.special-to-cart-widget .special-cart-button.disabled {
    opacity: 0.4;
    cursor: default
}

.special-to-cart-widget .special-cart-button.loading {
    color: #404040
}

@media (min-width: 768px) {
    .special-product .product-inner {
        background-size: 115px auto;
        background-position: left center;
        background-repeat: no-repeat;
        padding: 0 20px 0 135px
    }

    .special-product .form-to-cart select {
        width:  120px;
    }

    .special-product .form-to-cart .field-container {
        max-width: 180px
    }
}

@media (min-width: 1024px) {
    .special-product.column {
        width: 50%
    }
}

.account-group-form {
    position: relative
}

.account-group-form.container {
    max-width: 840px;
    padding-left: 0;
    padding-right: 0
}

.account-group-form .pizzanova-login-field-container {
    margin-bottom: 26px
}

.account-group-form input[type="text"],
.account-group-form input[type="email"],
.account-group-form input[type="password"],
.account-group-form input[type="number"] {
    height: 40px;
    line-height: 36px
}

.account-group-form .register-label,
.account-group-form .login-label,
.account-group-form .lost-password-label {
    font-family: 'Oswald', sans-serif;
    font-size: 19px;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 0
}

.account-group-form .field-parent {
    position: relative
}

.account-group-form .field-parent label {
    line-height: 22px
}

.account-group-form .field-parent .spinner {
    left: auto;
    right: 15px;
    margin-left: 0;
    margin-right: 0
}

.account-group-form .form-actions {
    text-align: left;
    margin-left: 34%
}

.account-group-form .form-actions .submit-button {
    display: inline-block;
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    padding-left: 50px;
    padding-right: 50px;
    position: relative
}

.account-group-form .form-actions .submit-button.loading {
    color: #c1c1c1;
    cursor: default
}

.account-group-form .form-actions .submit-button .spinner {
    left: 27px
}

.account-group-form.lost-password-form .form-actions {
    margin-left: 26%
}

.account-group-form .form-switch-inner {
    border: 2px solid #e1e1e1;
    padding: 24px;
    text-align: center
}

.account-group-form .form-switch-inner .form-switch-title {
    font-size: 19px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 22px;
    text-align: center
}

.account-group-form .form-switch-inner .form-switch-button {
    background: #5e9732;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    font-size: 18px
}

.account-group-form .form-nav {
    margin-top: 20px;
    text-align: center
}

.account-group-form .okay-icon,
.account-group-form .error-icon,
.address-form .okay-icon,
.address-form .error-icon{
    background: transparent url("../../images/checkmark.svg") center center no-repeat;
    background-size: 100% 100%;
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 50%;
    margin-top: -9px;
    right: 16px;
    cursor: default
}

.account-group-form .okay-icon.is-hidden,
.account-group-form .error-icon.is-hidden,
.address-form .okay-icon.is-hidden,
.address-form .error-icon.is-hidden {
    display: none;
    visibility: hidden
}

.account-group-form .error-icon,
.address-form .error-icon {
    background-color: #ef4f55;
    background-image: none;
    border-radius: 18px;
    text-align: center
}

.account-group-form .error-icon:before,
.address-form .error-icon:before {
    display: inline-block;
    color: #ffffff;
    content: "!";
    font-family: Georgia, serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    text-align: center;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 1px;
    top: 0
}

.account-group-form.login-form .okay-icon,
.address-form.login-form .okay-icon {
    display: none
}

.notice {
    background: #ef4f55;
    color: #ffffff;
    font-weight: bold;
    padding: 15px;
    margin-bottom: 40px;
    text-align: center
}

.notice.success {
    background: #5e9732
}

.notice.error {
    background: #ef4f55
}

.notice p {
    margin-bottom: 10px
}

.notice p:last-child {
    margin-bottom: 0
}

.lost-password-link {
    float: right;
    line-height: 22px;
    display: inline
}

.form-actions + .notice {
    margin-top: 20px;
    margin-bottom: 0
}

.pizzanova-login-rememberme-container p {
    display: none
}

.pizzanova-login-no-show {
    display: none !important;
    visibility: hidden !important
}

.terms-and-conditions .tc-title {
    font-size: 22px;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 22px;
    text-align: center
}

@media (min-width: 768px) {
    .register-label,
    .login-label,
    .lost-password-label {
        float: left;
        width: 28%;
        margin-right: 6%;
        margin-bottom: 0
    }

    .lost-password-label {
        width: 20%
    }

    .field-parent {
        float: right;
        width: 66%
    }

    .lost-password-label + .field-parent {
        width: 74%
    }

    .pizzanova-login-rememberme-container p {
        display: block
    }

    .account-group-form .pizzanova-login-field-container {
        margin-bottom: 40px
    }

    .account-group-form .form-actions .submit-button {
        font-size: 24px;
        height: 50px;
        line-height: 50px
    }

    .account-group-form .field-parent label {
        line-height: 40px
    }

    .lost-password-link {
        line-height: 40px
    }
}

#footer {
    background: #56732e;
    padding: 25px;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-bottom: -100px;
}

#footer,
#footer a,
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
    color: #ffffff
}

.footer-logo {
    display: block;
    max-width: 110px;
    margin: 0 auto 22px
}

.footer-copy {
    font-size: 12px
}

.footer-social-links li {
    display: inline;
    padding: 0 10px
}

.footer-social-links .facebook-icon,
.footer-social-links .twitter-icon,
.footer-social-links .youtube-icon,
.footer-social-links .instagram-icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    text-indent: -9999px;
    background: transparent url("../../images/social-icons.svg") left center no-repeat;
    background-size: 22px auto
}

.footer-social-links .twitter-icon {
    background-position: 0 0
}

.footer-social-links .facebook-icon {
    background-position: 0 -22px
}

.footer-social-links .instagram-icon {
    background-position: 0 -44px
}

.footer-social-links .youtube-icon {
    background-position: 0 -66px
}

@media (min-width: 768px) {
    #footer {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%
    }
}

@media (min-width: 1024px) {
    .footer-logo {
        float: left;
        margin-bottom: 0;
        margin-right: 22px
    }

    .footer-copy {
        float: left;
        margin-bottom: 0
    }

    .footer-social-links {
        float: right
    }
}

body.modal-opened {
    overflow: hidden
}

.page-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    display: block;
    position: fixed;
    overflow: scroll;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 1000;
    padding: 0;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: opacity 0.7s;
    -moz-transition: opacity 0.7s;
    -ms-transition: opacity 0.7s;
    -o-transition: opacity 0.7s;
    transition: opacity 0.7s
}

.page-overlay.overlay-hidden,
.page-overlay.overlay-hide {
    opacity: 0
}

.modal {
    background: #ffffff;
    border-color: #252525;
    width: 90%;
    margin: 5%;
    padding: 19px;
    max-height: none;
    height: auto;
    overflow: auto;
    z-index: 901;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.modal .modal-inner {
    text-align: left
}

.modal.has-button .modal-inner {
    margin-bottom: 20px
}

.modal .modal-button {
    display: inline-block
}

.modal .modal-inner {
    max-height: 500px \9;
    overflow: scroll \9
}

.page-overlay .modal.ready {
    -webkit-transition: -webkit-transform 0.7s;
    -moz-transition: -moz-transform 0.7s;
    -ms-transition: -ms-transform 0.7s;
    -o-transition: -o-transform 0.7s;
    transition: transform 0.7s
}

.page-overlay.overlay-hidden .modal.positioned,
.page-overlay.overlay-hide .modal.positioned {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px)
}

.overlay-close {
    width: 30px;
    height: 30px;
    border-radius: 30px;
	border: 2px solid #5e9732;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    z-index: 902;
    background: transparent;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.overlay-close::before, .overlay-close::after {
    content: "";
    background: #5e9732;
    width: 18px;
    height: 3px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -1.5px;
    margin-left: -9px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.overlay-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.altoverlay-close {
    background: transparent;
    border: 2px solid #5e9732;
    border-radius: 30px;
    cursor: pointer;
    display: block;
    z-index: 902;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.altoverlay-close:before,
.altoverlay-close:after {
    content: "";
    background: #5e9732;
    display: block;
    position: absolute;
    margin-top: -1.5px;
    margin-left: -9px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.altoverlay-close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media (min-width: 768px) {
    body.modal-opened {
        overflow: auto
    }

    .page-overlay {
        overflow: auto;
        padding: 20px
    }

    .modal {
        max-height: 100%;
        margin: 0;
        padding: 30px
    }
}

.content-switch {
    width: 100%;
    position: relative;
    overflow: hidden
}

.js-ready .content-switch-tab {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    width: 100%;
    transition: opacity 0.3s ease-in-out, left 0.3s ease-in-out
}

.content-switch-tab.hidden {
    opacity: 0;
    display: none
}

.js-ready .content-switch-tab.hidden {
    display: block
}

.spinner {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%
}

.spinner.small {
    background: url("../../images/spinner-small.png") 0 0 no-repeat;
    margin: -8px 0 0 -8px;
    width: 16px;
    height: 16px
}

.home #content .spinner.small,
.button .spinner.small,
.delivery-selector .spinner.small,
.button .spinner.small {
    background-image: url("../../images/spinner-small-white.png")
}

.spinner.big {
    background: url("../../images/spinner-big.png") 0 0 no-repeat;
    margin: -10px 0 0 -10px;
    width: 20px;
    height: 20px
}

.home #content .spinner.big,
.button .spinner.big,
.delivery-selector .spinner.big,
.button .spinner.big {
    background-image: url("../../images/spinner-big-white.png")
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(-moz-min-device-pixel-ratio: 1.5),
(min--moz-device-pixel-ratio: 1.5),
(-o-min-device-pixel-ratio: 3/2),
(min-device-pixel-ratio: 1.5) {
    .spinner.small {
        background-image: url("../../images/spinner-small_2x.png");
        background-size: 16px 320px
    }

    .home #content .spinner.small {
        background-image: url("../../images/spinner-small-white_2x.png")
    }

    .spinner.big {
        background-image: url("../../images/spinner-big_2x.png");
        background-size: 20px 400px
    }

    .home #content .spinner.big {
        background-image: url("../../images/spinner-big-white_2x.png")
    }
}

.box {
    border: 2px solid #e1e1e1;
    padding: 18px;
    text-align: center
}

.box .box-title {
    color: #000000;
    font-size: 19px;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center
}

.box p {
    font-size: 12px;
    line-height: 18px
}

.box .button {
    display: inline-block;
    font-size: 18px;
    line-height: 36px;
    height: 36px
}

.star {
    display: block;
    float: left;
    width: 24px;
    width: 2.4rem;
    height: 20px;
    height: 2rem;
    background-position: 2px center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../../images/star-empty.svg")
}

.star:first-child {
    padding-left: 0
}

.star:last-child {
    padding-right: 0
}

.user-can-rate .star {
    cursor: pointer
}

.rating-10 .star-1,
.rating-15 .star-1,
.rating-20 .star-1,
.rating-20 .star-2,
.rating-25 .star-1,
.rating-25 .star-2,
.rating-30 .star-1,
.rating-30 .star-2,
.rating-30 .star-3,
.rating-35 .star-1,
.rating-35 .star-2,
.rating-35 .star-3,
.rating-40 .star-1,
.rating-40 .star-2,
.rating-40 .star-3,
.rating-40 .star-4,
.rating-45 .star-1,
.rating-45 .star-2,
.rating-45 .star-3,
.rating-45 .star-4,
.rating-50 .star-1,
.rating-50 .star-2,
.rating-50 .star-3,
.rating-50 .star-4,
.rating-50 .star-5 {
    background-image: url("../../images/star-full.svg")
}

.rating-05 .star-1,
.rating-15 .star-2,
.rating-25 .star-3,
.rating-35 .star-4,
.rating-45 .star-5 {
    background-image: url("../../images/star-half.svg")
}

.star.highlighted {
    background-image: url("../../images/star-full.svg") !important
}

.star.not-highlighted {
    background-image: url("../../images/star-empty.svg") !important
}

.star-rating-text {
    color: #fedf00;
    display: block;
    float: left;
    margin-left: 12px;
    font-size: 11px;
    line-height: 20px;
    line-height: 2rem;
    text-transform: uppercase;
    font-weight: bold
}

.star-rating-text.success {
    color: #5e9732
}

.tipsy {
    font-size: 10px;
    position: absolute;
    padding: 5px;
    z-index: 100000
}

.tipsy-inner {
    background-color: #000;
    color: #FFF;
    max-width: 200px;
    padding: 5px 8px 4px 8px;
    text-align: center;
    line-height: 16px
}

.tipsy-inner {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.tipsy-arrow {
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    border: 5px dashed #000
}

.tipsy-arrow-n {
    border-bottom-color: #000
}

.tipsy-arrow-s {
    border-top-color: #000
}

.tipsy-arrow-e {
    border-left-color: #000
}

.tipsy-arrow-w {
    border-right-color: #000
}

.tipsy-n .tipsy-arrow {
    top: 0px;
    left: 50%;
    margin-left: -5px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent
}

.tipsy-nw .tipsy-arrow {
    top: 0;
    left: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent
}

.tipsy-ne .tipsy-arrow {
    top: 0;
    right: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent
}

.tipsy-s .tipsy-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent
}

.tipsy-sw .tipsy-arrow {
    bottom: 0;
    left: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent
}

.tipsy-se .tipsy-arrow {
    bottom: 0;
    right: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent
}

.tipsy-e .tipsy-arrow {
    right: 0;
    top: 50%;
    margin-top: -5px;
    border-left-style: solid;
    border-right: none;
    border-top-color: transparent;
    border-bottom-color: transparent
}

.tipsy-w .tipsy-arrow {
    left: 0;
    top: 50%;
    margin-top: -5px;
    border-right-style: solid;
    border-left: none;
    border-top-color: transparent;
    border-bottom-color: transparent
}

.temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important;
    height: auto
}

@media (max-width: 768px) {
    .mobile-hide {
        display: none
    }
}

@media (max-width: 1279px) {
    .tablet-hide {
        display: none
    }
}

.select-location-content {
    display: none;
    margin: 0 auto;
    text-align: center
}

.modal .select-location-content {
    display: block
}

.logo-extended {
    margin-bottom: 22px;
    width: 100%;
    max-width: 220px
}

.logo-extended,
.select-location-forms {
    margin-left: auto;
    margin-right: auto
}

.select-location-forms {
    max-width: 460px
}

.select-location-title,
.home .select-location-title {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
    text-align: center;
    color: #5e9732
}

.select-location-text {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 16px
}

.form-delivery label,
.form-location label {
    font-size: 14px;
    line-height: 36px;
    text-align: left
}

.js-ready .delivery-select {
    display: none
}

.delivery-selector {
    border: 3px solid #5e9732
}

.select-location-content .delivery-selector {
    margin-bottom: 18px
}

.delivery-option {
    color: #5e9732;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    line-height: 34px;
    font-weight: 300;
    text-transform: uppercase;
    display: inline-block;
    width: 50%;
    cursor: pointer;
    text-align: center
}

.delivery-option:hover {
    background-color: #fafafa
}

.delivery-option.loading,
.delivery-option.selected,
.delivery-option.loading:hover,
.delivery-option.selected:hover {
    background-color: #5e9732;
    color: #ffffff
}

.delivery-option.loading,
.delivery-option.selected {
    font-weight: 400
}

.delivery-option-text {
    display: inline-block;
    padding: 0 28px;
    position: relative
}

.delivery-option-text .spinner {
    left: auto;
    right: 0
}

.delivery-option.selected .delivery-option-text:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    background: transparent url("../../images/checkmark-alt.svg") center center no-repeat;
    background-size: 100% 100%
}

@media (max-width: 768px) {
    .logo-extended {
        max-width: 130px
    }

    .delivery-option-text {
        padding: 0 21px
    }

    .delivery-option.selected .delivery-option-text:after {
        width: 14px;
        height: 14px;
        margin-top: -7px
    }

    .delivery-option-text .spinner {
        transform: scale(0.8);
        transform-origin: center center
    }
}

.form-location fieldset {
    margin-bottom: 8px
}

.cities-expand {
    font-size: 12px;
    color: #000000;
    text-align: left;
    text-decoration: underline
}

.cities-expand:before {
    content: "+ ";
    display: inline
}

.cities-expand.opened:before {
    content: "- "
}

.cities {
    text-align: left
}

.cities-list {
    font-size: 17px;
    line-height: 22px;
    overflow: hidden;
    display: none
}

.cities-list.animation-ready {
    height: 0;
    opacity: 0;
    display: block;
    transition: opacity 0.8s ease, height 0.8s ease
}

.cities-list.opened {
    opacity: 1
}

.cities-list.closed {
    opacity: 0;
    height: 0
}

.cities-list .city {
    padding: 0;
    margin: 0
}

.cities-list .city-link {
    text-decoration: none;
    color: #000000;
    display: block;
    padding: 4px 12px
}

.cities-list .city-link:hover {
    background: #f1f1f1;
    font-weight: bold;
    border-radius: 3px
}

input[type="submit"].location-submit {
    font-size: 20px;
    line-height: 40px;
    height: 40px;
    display: inline-block;
    padding: 0 26px
}

.location-skip {
    display: block;
    font-size: 16px;
    line-height: 40px;
    color: #5e9732;
    text-decoration: underline
}

.city-select-notice {
    margin-bottom: 10px
}

.city-select-notice .city-select-error {
    font-size: 12px;
    color: #ef4f55;
    text-align: left;
    line-height: 18px
}

.autocomplete-wrapper,
.place-search-wrapper {
    position: relative
}

.autocomplete-wrapper .spinner,
.place-search-wrapper .spinner {
    left: auto;
    right: 15px;
    z-index: 10
}

.autocomplete-wrapper .geolocation-icon,
.place-search-wrapper .geolocation-icon {
    background-image: url("../../images/geolocation-icon.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 20px auto;
    cursor: pointer;
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 13px;
    top: 50%;
    margin-top: -10px;
    z-index: 10
}

.autocomplete-wrapper .geolocation-icon.enabled,
.place-search-wrapper .geolocation-icon.enabled {
    background-position: 0 -20px
}

.autocomplete-wrapper.geolocation-enabled .geolocation-icon,
.place-search-wrapper.geolocation-enabled .geolocation-icon {
    background-position: 0 -20px;
    cursor: pointer
}

.autocomplete-wrapper.loading .geolocation-icon,
.place-search-wrapper.loading .geolocation-icon {
    display: none
}

input[type="text"].ui-autocomplete-input {
    font-size: 14px;
    line-height: 36px;
    height: 40px;
    padding: 0 20px;
    position: relative;
    overflow: visible;
    z-index: 2
}

input[type="text"].ui-autocomplete-input.autocomplete-opened {
    border-bottom-color: transparent;
    background-clip: padding-box
}

.ui-autocomplete {
    position: absolute;
    background: #ffffff;
    border: 2px solid #5e9732;
    border-top-width: 0;
    margin: 0;
    padding: 15px 0;
    text-align: left;
    max-height: 9em;
    overflow: auto;
    top: 0 !important;
    padding-top: 56px;
    z-index: 1 !important
}

.ui-autocomplete .ui-menu-item {
    list-style-type: none;
    cursor: pointer;
    line-height: 2em;
    padding: 0 20px
}

.ui-autocomplete .ui-menu-item.ui-state-focus {
    background: #f1f1f1
}

.ui-autocomplete .ui-menu-item a {
    text-decoration: none;
    color: #000000
}

.ui-helper-hidden-accessible {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important
}

.store-selector {
    position: relative
}

.store-selector.loading .stores-list {
    opacity: 0.5
}

.store-selector.loading .error {
    opacity: 0.5
}

.store-selector .store-selector-select,
.store-selector .store-select-parent {
    display: none
}

.store-selector .stores-more-container {
    text-align: center
}

.store-selector .store {
    display: none;
    margin-bottom: 22px;
    position: relative;
    border: 2px solid transparent
}

.store-selector .store.visible {
    display: block
}

.store-selector .store.closed {
    opacity: 0.5
}

.store-selector .store.selected {
    border-color: #e1e1e1
}

.store-selector .store .store-inner {
    padding: 20px;
    position: relative
}

.store-selector .store .store-address {
    font-size: 20px;
    color: #000000;
    text-transform: uppercase;
    line-height: 22px
}

.store-selector .store .store-hours-title {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 8px
}

.store-selector .store .store-hours {
    border-width: 0;
    font-size: 13px
}

.store-selector .store .store-hours td {
    border-width: 0;
    padding: 3px 30px 3px 0
}

.store-selector .store .store-hours td:last-child {
    padding-right: 0
}

.store-selector .store .store-map {
    width: 100%;
    height: 220px;
    border: 2px solid #e1e1e1;
    margin-bottom: 22px
}

.store-selector .store .select-store-button.selected {
    background: #5e9732;
    display: none
}

.store-selector .store .select-store-button.closed {
    cursor: default;
    background: #555555
}

.store-selector .store.selected .select-store-button.selected {
    display: block
}

.store-selector .store.selected .select-store-button.not-selected {
    display: none
}

@media (min-width: 768px) {
    .select-location-content {
        display: none;
        margin: 0 auto;
        text-align: center;
        font-size: 16px;
        line-height: 24px
    }

    .select-location-title,
    .home .select-location-title {
        font-size: 40px;
        line-height: 60px
    }

    .select-location-text {
        margin-bottom: 24px;
        font-size: inherit;
        line-height: inherit
    }

    .select-location-content .delivery-selector {
        margin-bottom: 30px
    }

    .cities-list {
        margin-left: -12px;
        margin-right: -12px;
        padding: 10px 0
    }

    .cities-column {
        float: left;
        width: 33%
    }

    input[type="submit"].location-submit {
        margin-right: 12px
    }

    .location-skip {
        display: inline-block
    }

    .store-selector .store .store-map {
        width: 300px;
        float: left;
        margin-bottom: 0
    }

    .store-selector .store .store-info {
        padding-left: 320px
    }

    .store-selector .store .select-store-button {
        position: absolute;
        right: 20px;
        bottom: 20px
    }

    input[type="text"].ui-autocomplete-input {
        line-height: 44px;
        height: 48px
    }

    .ui-autocomplete {
        padding-top: 64px
    }

    .ui-autocomplete .ui-menu-item {
        line-height: 1.5em
    }
}

#mini-cart {
    width: 100%
}

#mini-cart .form-delivery {
    margin-bottom: 14px
}

#mini-cart .delivery-title {
    display: none
}

#mini-cart .delivery-option {
    font-size: 20px;
    line-height: 32px
}

#mini-cart .delivery-option.selected .delivery-option-text:after {
    width: 16px;
    height: 16px;
    margin-top: -8px
}

#mini-cart .mini-cart {
    background: transparent;
    border-color: transparent;
    border-width: 0;
    border-bottom: 1px solid #000000;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    line-height: 28px;
    position: relative;
    text-transform: uppercase;
    width: 100%
}

#mini-cart .mini-cart td,
#mini-cart .mini-cart th {
    background: transparent;
    border-color: transparent;
    border-width: 0;
    text-align: center
}

#mini-cart .mini-cart th {
    font-weight: normal;
    color: #5e9732
}

#mini-cart .mini-cart td {
    font-weight: 300
}

#mini-cart .mini-cart tr:last-child td {
    padding-bottom: 30px
}

#mini-cart .mini-cart .cart-name {
    text-align: left
}

#mini-cart .mini-cart .cart-name .cart-name-link {
    color: #000000;
    text-decoration: none
}

#mini-cart .mini-cart .cart-name .cart-name-link:hover {
    text-decoration: underline
}

#mini-cart .mini-cart .cart-name .cart-name-mods {
    display: block;
    color: #5e9732;
    line-height: 16px
}

#mini-cart .mini-cart .cart-price {
    text-align: right
}

#mini-cart .mini-cart .cart-product.loading {
    opacity: 0.6
}

#mini-cart .mini-cart .cart-remove-product.loading,
#mini-cart .mini-cart .cart-remove-product.removed {
    text-indent: -9999px
}

#mini-cart .mini-cart .cart-no-items {
    font-weight: bold
}

.cart-remove-product {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    display: block;
    padding: 0 8px;
    position: relative;
    width: 20px;
    text-transform: uppercase
}

.cart-totals-outer {
    position: relative;
    margin-top: 30px
}

.cart-totals-outer .button {
	background: #5e9732;
	color: #FFFFFF;
	font-family: Oswald, sans-serif;
	font-size: 22px;
	text-transform: uppercase; 
	height: 38px;
	line-height: 0px;
	width: 100%;
	margin-top: 20px;
}

.cart-totals-container {
    position: relative;
    font-family: 'Oswald', sans-serif
}

.cart-totals-container .cart-totals-row.hidden {
    display: none
}

.cart-totals-container .cart-totals-row:last-of-type .cart-totals {
    color: #5e9732
}

.cart-totals-container .cart-totals {
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase
}

.cart-totals-container .cart-totals-label,
.cart-totals-container .cart-totals-price {
    display: inline-block;
    width: 50%
}

.cart-totals-container .cart-totals-label {
    text-align: left
}

.cart-totals-container .cart-totals-price {
    text-align: right
}

.cart-top {
    border: 1px solid #e1e1e1;
    padding: 20px
}

.cart-top .delivery-title {
    display: none
}

.cart-top .cart-title {
    margin-bottom: 22px
}

.cart-top .column:last-child {
    margin-bottom: 0
}

.cart-to-favourites {
    border: 1px solid #e1e1e1;
    padding: 20px;
    text-align: center
}

.cart-to-favourites .to-favourites-title {
    color: #000000;
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase
}

.cart-to-favourites .to-favourites-description {
    font-size: 11px;
    line-height: 17px
}

.cart-to-favourites .add-to-favourites {
    background: #5e9732;
    font-size: 18px;
    line-height: 36px;
    height: 36px
}

#cart .cart-product {
    border: 1px solid #e1e1e1;
    padding: 20px;
    position: relative;
    margin-bottom: 20px;
    text-align: center
}

#cart .cart-product.loading img,
#cart .cart-product.loading .cart-product-info {
    opacity: 0.6
}

#cart .cart-name {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 22px;
    text-align: center
}

#cart .cart-name .cart-name-mods {
    display: block;
    margin-top: 6px;
    color: #000000
}

#cart .cart-image {
    width: 100%;
    height: auto;
    margin-bottom: 22px
}

#cart .select-parent label {
    display: none
}

#cart .cart-remove-product {
    position: absolute;
    top: 4px;
    right: 8px;
    padding: 0;
    width: 10px
}

#cart .cart-product-addons {
    display: none
}

#cart .cart-product-main-fields {
    margin-bottom: 0
}

#cart .cart-product-main-fields .field-container {
    display: inline-block;
    /* max-width: 150px;*/
    margin-right: 5px;
    margin-top: 5px
}

#cart .cart-product-main-fields .field-container:last-child {
    margin-right: 0
}

#cart .cart-product-main-fields .field-container.quantity-container {
    max-width: 60px
}

#cart .cart-product-modify-addons,
#cart .cart-product-modify-pizza {
    display: block;
    text-align: center;
    margin-top: 10px
}

#cart .cart-price-display {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    margin-bottom: 18px
}

.crosssell-products .crossell-title {
    color: #000000;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 22px
}

.crosssell-products .product {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

.crosssell-products .product .product-title,
.crosssell-products .product .product-description {
    height: auto
}

.crosssell-products .product:hover {
    box-shadow: none
}

@media (min-width: 768px) {
    .cart-top .column {
        margin-bottom: 0
    }

    .cart-top .delivery-option {
        font-size: 18px
    }

    .cart-top .delivery-option .delivery-option-text {
        padding: 0 18px
    }

    .cart-top .delivery-option .delivery-option-text:after {
        transform: scale(0.8)
    }

    #cart .cart-product {
        text-align: left
    }

    #cart .cart-image {
        width: 30%;
        float: left;
        margin-bottom: 0
    }

    #cart .cart-product-info {
        padding-left: 33%;
        padding-right: 90px
    }

    #cart .cart-name {
        text-align: left
    }

    #cart .cart-price-display {
        position: absolute;
        bottom: auto;
        top: 20px;
        right: 30px;
        margin-bottom: 0
    }

    #cart .cart-product-main-fields {
        margin-bottom: 0
    }

    #cart .cart-product-modify-addons,
    #cart .cart-product-modify-pizza {
        position: absolute;
        right: 40px;
        bottom: 24px;
        margin-top: 0;
        text-align: right
    }

    .crosssell-products {
        padding-left: 16px;
        border-left: 1px solid #e1e1e1
    }
}

@media (min-width: 1024px) {
    .cart-top .delivery-option {
        font-size: 22px
    }

    .cart-top .delivery-option .delivery-option-text {
        padding: 0 25px
    }

    .cart-top .delivery-option .delivery-option-text:after {
        transform: none
    }

    .cart-totals-outer {
        padding-right: 50%
    }

    .cart-totals-outer .button {
        position: absolute;
        bottom: 0px;
        right: 0px;
        width: 40%;
        margin-top: 0px;
    }
}

.dashboard-top {
    margin-bottom: 66px
}

.dashboard-top .col-4 {
    text-align: center
}

.dashboard-top .dashboard-logout-button {
    display: inline-block;
    width: auto;
    background: #5e9732;
    font-size: 22px;
    line-height: 44px;
    height: 44px;
    padding-left: 40px;
    padding-right: 40px
}

.tab.user-favourites,
.tab.order-history {
    min-height: 400px
}

#dashboard .tabs-header {
    margin-bottom: 0
}

#dashboard .tabs-content {
    background: #fafafa
}

#dashboard .account-section-heading {
    width: 100%;
    position: relative;
    height: 50px;
    background: #ededed;
    cursor: pointer;
    padding: 0 20px;
    margin-bottom: 6px
}

#dashboard .account-section-heading.section-settings-heading {
    margin-bottom: 0
}

#dashboard .account-section-heading.section-settings-heading.active {
    margin-bottom: 6px
}

#dashboard .account-section-heading .account-section-title {
    line-height: 50px;
    text-transform: uppercase;
    font-size: 22px
}

#dashboard .account-section-heading .account-section-title span {
    position: relative;
    padding-right: 30px
}

#dashboard .account-section-heading .account-section-title span:after {
    right: 0;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-left-color: #5e9732;
    border-width: 7px;
    margin-top: -7px
}

#dashboard .account-section-heading.active {
    cursor: default
}

#dashboard .account-section-heading.active .account-section-title span:after {
    right: 3px;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-left-color: transparent;
    border-top-color: #5e9732;
    border-width: 7px;
    margin-top: -3px
}

#dashboard .account-section {
    display: none;
    padding: 18px 14px 24px
}

#dashboard .account-section.active {
    display: block
}

.user-store-container,
.edit-profile-form {
    max-width: 740px;
    margin: 0 auto
}

.user-store-container .user-select-store-title,
.user-store-container .form-title,
.edit-profile-form .user-select-store-title,
.edit-profile-form .form-title {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 22px
}

.user-store-container .autocomplete-parent,
.edit-profile-form .autocomplete-parent {
    max-width: 500px;
    margin: 0 auto 36px
}

.user-store-container input.ui-autocomplete-input[type="text"],
.edit-profile-form input.ui-autocomplete-input[type="text"] {
    font-size: 14px;
    line-height: 32px;
    height: 36px
}

.user-address-container {
    max-width: 600px;
    margin: 0 auto
}

.user-address-container .user-address-header {
    margin-bottom: 33px
}

.user-address-container .user-address-trigger {
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
    padding-left: 6px;
    padding-right: 6px;
    position: relative
}

.user-address-container .user-address-trigger.add-new {
    background: #5e9732
}

.user-address-container .user-address-trigger.add-new.active:after {
    border-top-color: #5e9732
}

.user-address-container .user-address-trigger.active:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #000000;
    border-width: 10px;
    margin-left: -10px
}

.user-address-container .address-form {
    display: none
}

.user-address-container .address-form.active {
    display: block
}

.address-form .address-form-row,
.address-form .checkout-form-row,
.address-form .edit-profile-row,
.checkout-form .address-form-row,
.checkout-form .checkout-form-row,
.checkout-form .edit-profile-row,
.edit-profile-form .address-form-row,
.edit-profile-form .checkout-form-row,
.edit-profile-form .edit-profile-row {
    position: relative;
    margin-bottom: 22px
}

.address-form .address-form-row .spinner,
.address-form .checkout-form-row .spinner,
.address-form .edit-profile-row .spinner,
.checkout-form .address-form-row .spinner,
.checkout-form .checkout-form-row .spinner,
.checkout-form .edit-profile-row .spinner,
.edit-profile-form .address-form-row .spinner,
.edit-profile-form .checkout-form-row .spinner,
.edit-profile-form .edit-profile-row .spinner {
    left: auto;
    margin-left: 0;
    right: 10px
}

.address-form .address-form-row .clearer,
.address-form .checkout-form-row .clearer,
.address-form .edit-profile-row .clearer,
.checkout-form .address-form-row .clearer,
.checkout-form .checkout-form-row .clearer,
.checkout-form .edit-profile-row .clearer,
.edit-profile-form .address-form-row .clearer,
.edit-profile-form .checkout-form-row .clearer,
.edit-profile-form .edit-profile-row .clearer {
    height: 1px;
    clear: both
}

.address-form .address-form-row .notice,
.address-form .checkout-form-row .notice,
.address-form .edit-profile-row .notice,
.checkout-form .address-form-row .notice,
.checkout-form .checkout-form-row .notice,
.checkout-form .edit-profile-row .notice,
.edit-profile-form .address-form-row .notice,
.edit-profile-form .checkout-form-row .notice,
.edit-profile-form .edit-profile-row .notice {
    margin: 16px 0 0
}

.address-form .address-form-row .address-label,
.address-form .address-form-row .checkout-label,
.address-form .address-form-row .edit-profile-label,
.address-form .checkout-form-row .address-label,
.address-form .checkout-form-row .checkout-label,
.address-form .checkout-form-row .edit-profile-label,
.address-form .edit-profile-row .address-label,
.address-form .edit-profile-row .checkout-label,
.address-form .edit-profile-row .edit-profile-label,
.checkout-form .address-form-row .address-label,
.checkout-form .address-form-row .checkout-label,
.checkout-form .address-form-row .edit-profile-label,
.checkout-form .checkout-form-row .address-label,
.checkout-form .checkout-form-row .checkout-label,
.checkout-form .checkout-form-row .edit-profile-label,
.checkout-form .edit-profile-row .address-label,
.checkout-form .edit-profile-row .checkout-label,
.checkout-form .edit-profile-row .edit-profile-label,
.edit-profile-form .address-form-row .address-label,
.edit-profile-form .address-form-row .checkout-label,
.edit-profile-form .address-form-row .edit-profile-label,
.edit-profile-form .checkout-form-row .address-label,
.edit-profile-form .checkout-form-row .checkout-label,
.edit-profile-form .checkout-form-row .edit-profile-label,
.edit-profile-form .edit-profile-row .address-label,
.edit-profile-form .edit-profile-row .checkout-label,
.edit-profile-form .edit-profile-row .edit-profile-label {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    color: #000000;
    text-transform: uppercase;
    line-height: 36px;
    display: block
}

.address-form .address-form-row .address-field-container,
.address-form .address-form-row .checkout-field-container,
.address-form .address-form-row .edit-profile-field-container,
.address-form .checkout-form-row .address-field-container,
.address-form .checkout-form-row .checkout-field-container,
.address-form .checkout-form-row .edit-profile-field-container,
.address-form .edit-profile-row .address-field-container,
.address-form .edit-profile-row .checkout-field-container,
.address-form .edit-profile-row .edit-profile-field-container,
.checkout-form .address-form-row .address-field-container,
.checkout-form .address-form-row .checkout-field-container,
.checkout-form .address-form-row .edit-profile-field-container,
.checkout-form .checkout-form-row .address-field-container,
.checkout-form .checkout-form-row .checkout-field-container,
.checkout-form .checkout-form-row .edit-profile-field-container,
.checkout-form .edit-profile-row .address-field-container,
.checkout-form .edit-profile-row .checkout-field-container,
.checkout-form .edit-profile-row .edit-profile-field-container,
.edit-profile-form .address-form-row .address-field-container,
.edit-profile-form .address-form-row .checkout-field-container,
.edit-profile-form .address-form-row .edit-profile-field-container,
.edit-profile-form .checkout-form-row .address-field-container,
.edit-profile-form .checkout-form-row .checkout-field-container,
.edit-profile-form .checkout-form-row .edit-profile-field-container,
.edit-profile-form .edit-profile-row .address-field-container,
.edit-profile-form .edit-profile-row .checkout-field-container,
.edit-profile-form .edit-profile-row .edit-profile-field-container {
    position: relative
}

.address-form .address-form-row .address-field-container .address-field-text,
.address-form .address-form-row .address-field-container .address-field-select,
.address-form .address-form-row .address-field-container .checkout-field-text,
.address-form .address-form-row .address-field-container .checkout-field-select,
.address-form .address-form-row .address-field-container .edit-profile-field-text,
.address-form .address-form-row .address-field-container .edit-profile-field-select,
.address-form .address-form-row .checkout-field-container .address-field-text,
.address-form .address-form-row .checkout-field-container .address-field-select,
.address-form .address-form-row .checkout-field-container .checkout-field-text,
.address-form .address-form-row .checkout-field-container .checkout-field-select,
.address-form .address-form-row .checkout-field-container .edit-profile-field-text,
.address-form .address-form-row .checkout-field-container .edit-profile-field-select,
.address-form .address-form-row .edit-profile-field-container .address-field-text,
.address-form .address-form-row .edit-profile-field-container .address-field-select,
.address-form .address-form-row .edit-profile-field-container .checkout-field-text,
.address-form .address-form-row .edit-profile-field-container .checkout-field-select,
.address-form .address-form-row .edit-profile-field-container .edit-profile-field-text,
.address-form .address-form-row .edit-profile-field-container .edit-profile-field-select,
.address-form .checkout-form-row .address-field-container .address-field-text,
.address-form .checkout-form-row .address-field-container .address-field-select,
.address-form .checkout-form-row .address-field-container .checkout-field-text,
.address-form .checkout-form-row .address-field-container .checkout-field-select,
.address-form .checkout-form-row .address-field-container .edit-profile-field-text,
.address-form .checkout-form-row .address-field-container .edit-profile-field-select,
.address-form .checkout-form-row .checkout-field-container .address-field-text,
.address-form .checkout-form-row .checkout-field-container .address-field-select,
.address-form .checkout-form-row .checkout-field-container .checkout-field-text,
.address-form .checkout-form-row .checkout-field-container .checkout-field-select,
.address-form .checkout-form-row .checkout-field-container .edit-profile-field-text,
.address-form .checkout-form-row .checkout-field-container .edit-profile-field-select,
.address-form .checkout-form-row .edit-profile-field-container .address-field-text,
.address-form .checkout-form-row .edit-profile-field-container .address-field-select,
.address-form .checkout-form-row .edit-profile-field-container .checkout-field-text,
.address-form .checkout-form-row .edit-profile-field-container .checkout-field-select,
.address-form .checkout-form-row .edit-profile-field-container .edit-profile-field-text,
.address-form .checkout-form-row .edit-profile-field-container .edit-profile-field-select,
.address-form .edit-profile-row .address-field-container .address-field-text,
.address-form .edit-profile-row .address-field-container .address-field-select,
.address-form .edit-profile-row .address-field-container .checkout-field-text,
.address-form .edit-profile-row .address-field-container .checkout-field-select,
.address-form .edit-profile-row .address-field-container .edit-profile-field-text,
.address-form .edit-profile-row .address-field-container .edit-profile-field-select,
.address-form .edit-profile-row .checkout-field-container .address-field-text,
.address-form .edit-profile-row .checkout-field-container .address-field-select,
.address-form .edit-profile-row .checkout-field-container .checkout-field-text,
.address-form .edit-profile-row .checkout-field-container .checkout-field-select,
.address-form .edit-profile-row .checkout-field-container .edit-profile-field-text,
.address-form .edit-profile-row .checkout-field-container .edit-profile-field-select,
.address-form .edit-profile-row .edit-profile-field-container .address-field-text,
.address-form .edit-profile-row .edit-profile-field-container .address-field-select,
.address-form .edit-profile-row .edit-profile-field-container .checkout-field-text,
.address-form .edit-profile-row .edit-profile-field-container .checkout-field-select,
.address-form .edit-profile-row .edit-profile-field-container .edit-profile-field-text,
.address-form .edit-profile-row .edit-profile-field-container .edit-profile-field-select,
.checkout-form .address-form-row .address-field-container .address-field-text,
.checkout-form .address-form-row .address-field-container .address-field-select,
.checkout-form .address-form-row .address-field-container .checkout-field-text,
.checkout-form .address-form-row .address-field-container .checkout-field-select,
.checkout-form .address-form-row .address-field-container .edit-profile-field-text,
.checkout-form .address-form-row .address-field-container .edit-profile-field-select,
.checkout-form .address-form-row .checkout-field-container .address-field-text,
.checkout-form .address-form-row .checkout-field-container .address-field-select,
.checkout-form .address-form-row .checkout-field-container .checkout-field-text,
.checkout-form .address-form-row .checkout-field-container .checkout-field-select,
.checkout-form .address-form-row .checkout-field-container .edit-profile-field-text,
.checkout-form .address-form-row .checkout-field-container .edit-profile-field-select,
.checkout-form .address-form-row .edit-profile-field-container .address-field-text,
.checkout-form .address-form-row .edit-profile-field-container .address-field-select,
.checkout-form .address-form-row .edit-profile-field-container .checkout-field-text,
.checkout-form .address-form-row .edit-profile-field-container .checkout-field-select,
.checkout-form .address-form-row .edit-profile-field-container .edit-profile-field-text,
.checkout-form .address-form-row .edit-profile-field-container .edit-profile-field-select,
.checkout-form .checkout-form-row .address-field-container .address-field-text,
.checkout-form .checkout-form-row .address-field-container .address-field-select,
.checkout-form .checkout-form-row .address-field-container .checkout-field-text,
.checkout-form .checkout-form-row .address-field-container .checkout-field-select,
.checkout-form .checkout-form-row .address-field-container .edit-profile-field-text,
.checkout-form .checkout-form-row .address-field-container .edit-profile-field-select,
.checkout-form .checkout-form-row .checkout-field-container .address-field-text,
.checkout-form .checkout-form-row .checkout-field-container .address-field-select,
.checkout-form .checkout-form-row .checkout-field-container .checkout-field-text,
.checkout-form .checkout-form-row .checkout-field-container .checkout-field-select,
.checkout-form .checkout-form-row .checkout-field-container .edit-profile-field-text,
.checkout-form .checkout-form-row .checkout-field-container .edit-profile-field-select,
.checkout-form .checkout-form-row .edit-profile-field-container .address-field-text,
.checkout-form .checkout-form-row .edit-profile-field-container .address-field-select,
.checkout-form .checkout-form-row .edit-profile-field-container .checkout-field-text,
.checkout-form .checkout-form-row .edit-profile-field-container .checkout-field-select,
.checkout-form .checkout-form-row .edit-profile-field-container .edit-profile-field-text,
.checkout-form .checkout-form-row .edit-profile-field-container .edit-profile-field-select,
.checkout-form .edit-profile-row .address-field-container .address-field-text,
.checkout-form .edit-profile-row .address-field-container .address-field-select,
.checkout-form .edit-profile-row .address-field-container .checkout-field-text,
.checkout-form .edit-profile-row .address-field-container .checkout-field-select,
.checkout-form .edit-profile-row .address-field-container .edit-profile-field-text,
.checkout-form .edit-profile-row .address-field-container .edit-profile-field-select,
.checkout-form .edit-profile-row .checkout-field-container .address-field-text,
.checkout-form .edit-profile-row .checkout-field-container .address-field-select,
.checkout-form .edit-profile-row .checkout-field-container .checkout-field-text,
.checkout-form .edit-profile-row .checkout-field-container .checkout-field-select,
.checkout-form .edit-profile-row .checkout-field-container .edit-profile-field-text,
.checkout-form .edit-profile-row .checkout-field-container .edit-profile-field-select,
.checkout-form .edit-profile-row .edit-profile-field-container .address-field-text,
.checkout-form .edit-profile-row .edit-profile-field-container .address-field-select,
.checkout-form .edit-profile-row .edit-profile-field-container .checkout-field-text,
.checkout-form .edit-profile-row .edit-profile-field-container .checkout-field-select,
.checkout-form .edit-profile-row .edit-profile-field-container .edit-profile-field-text,
.checkout-form .edit-profile-row .edit-profile-field-container .edit-profile-field-select,
.edit-profile-form .address-form-row .address-field-container .address-field-text,
.edit-profile-form .address-form-row .address-field-container .address-field-select,
.edit-profile-form .address-form-row .address-field-container .checkout-field-text,
.edit-profile-form .address-form-row .address-field-container .checkout-field-select,
.edit-profile-form .address-form-row .address-field-container .edit-profile-field-text,
.edit-profile-form .address-form-row .address-field-container .edit-profile-field-select,
.edit-profile-form .address-form-row .checkout-field-container .address-field-text,
.edit-profile-form .address-form-row .checkout-field-container .address-field-select,
.edit-profile-form .address-form-row .checkout-field-container .checkout-field-text,
.edit-profile-form .address-form-row .checkout-field-container .checkout-field-select,
.edit-profile-form .address-form-row .checkout-field-container .edit-profile-field-text,
.edit-profile-form .address-form-row .checkout-field-container .edit-profile-field-select,
.edit-profile-form .address-form-row .edit-profile-field-container .address-field-text,
.edit-profile-form .address-form-row .edit-profile-field-container .address-field-select,
.edit-profile-form .address-form-row .edit-profile-field-container .checkout-field-text,
.edit-profile-form .address-form-row .edit-profile-field-container .checkout-field-select,
.edit-profile-form .address-form-row .edit-profile-field-container .edit-profile-field-text,
.edit-profile-form .address-form-row .edit-profile-field-container .edit-profile-field-select,
.edit-profile-form .checkout-form-row .address-field-container .address-field-text,
.edit-profile-form .checkout-form-row .address-field-container .address-field-select,
.edit-profile-form .checkout-form-row .address-field-container .checkout-field-text,
.edit-profile-form .checkout-form-row .address-field-container .checkout-field-select,
.edit-profile-form .checkout-form-row .address-field-container .edit-profile-field-text,
.edit-profile-form .checkout-form-row .address-field-container .edit-profile-field-select,
.edit-profile-form .checkout-form-row .checkout-field-container .address-field-text,
.edit-profile-form .checkout-form-row .checkout-field-container .address-field-select,
.edit-profile-form .checkout-form-row .checkout-field-container .checkout-field-text,
.edit-profile-form .checkout-form-row .checkout-field-container .checkout-field-select,
.edit-profile-form .checkout-form-row .checkout-field-container .edit-profile-field-text,
.edit-profile-form .checkout-form-row .checkout-field-container .edit-profile-field-select,
.edit-profile-form .checkout-form-row .edit-profile-field-container .address-field-text,
.edit-profile-form .checkout-form-row .edit-profile-field-container .address-field-select,
.edit-profile-form .checkout-form-row .edit-profile-field-container .checkout-field-text,
.edit-profile-form .checkout-form-row .edit-profile-field-container .checkout-field-select,
.edit-profile-form .checkout-form-row .edit-profile-field-container .edit-profile-field-text,
.edit-profile-form .checkout-form-row .edit-profile-field-container .edit-profile-field-select,
.edit-profile-form .edit-profile-row .address-field-container .address-field-text,
.edit-profile-form .edit-profile-row .address-field-container .address-field-select,
.edit-profile-form .edit-profile-row .address-field-container .checkout-field-text,
.edit-profile-form .edit-profile-row .address-field-container .checkout-field-select,
.edit-profile-form .edit-profile-row .address-field-container .edit-profile-field-text,
.edit-profile-form .edit-profile-row .address-field-container .edit-profile-field-select,
.edit-profile-form .edit-profile-row .checkout-field-container .address-field-text,
.edit-profile-form .edit-profile-row .checkout-field-container .address-field-select,
.edit-profile-form .edit-profile-row .checkout-field-container .checkout-field-text,
.edit-profile-form .edit-profile-row .checkout-field-container .checkout-field-select,
.edit-profile-form .edit-profile-row .checkout-field-container .edit-profile-field-text,
.edit-profile-form .edit-profile-row .checkout-field-container .edit-profile-field-select,
.edit-profile-form .edit-profile-row .edit-profile-field-container .address-field-text,
.edit-profile-form .edit-profile-row .edit-profile-field-container .address-field-select,
.edit-profile-form .edit-profile-row .edit-profile-field-container .checkout-field-text,
.edit-profile-form .edit-profile-row .edit-profile-field-container .checkout-field-select,
.edit-profile-form .edit-profile-row .edit-profile-field-container .edit-profile-field-text,
.edit-profile-form .edit-profile-row .edit-profile-field-container .edit-profile-field-select {
    height: 36px;
    line-height: 32px
}

.address-form .address-form-row .address-field-container .address-field-textarea,
.address-form .address-form-row .address-field-container .checkout-field-textarea,
.address-form .address-form-row .address-field-container .edit-profile-field-textarea,
.address-form .address-form-row .checkout-field-container .address-field-textarea,
.address-form .address-form-row .checkout-field-container .checkout-field-textarea,
.address-form .address-form-row .checkout-field-container .edit-profile-field-textarea,
.address-form .address-form-row .edit-profile-field-container .address-field-textarea,
.address-form .address-form-row .edit-profile-field-container .checkout-field-textarea,
.address-form .address-form-row .edit-profile-field-container .edit-profile-field-textarea,
.address-form .checkout-form-row .address-field-container .address-field-textarea,
.address-form .checkout-form-row .address-field-container .checkout-field-textarea,
.address-form .checkout-form-row .address-field-container .edit-profile-field-textarea,
.address-form .checkout-form-row .checkout-field-container .address-field-textarea,
.address-form .checkout-form-row .checkout-field-container .checkout-field-textarea,
.address-form .checkout-form-row .checkout-field-container .edit-profile-field-textarea,
.address-form .checkout-form-row .edit-profile-field-container .address-field-textarea,
.address-form .checkout-form-row .edit-profile-field-container .checkout-field-textarea,
.address-form .checkout-form-row .edit-profile-field-container .edit-profile-field-textarea,
.address-form .edit-profile-row .address-field-container .address-field-textarea,
.address-form .edit-profile-row .address-field-container .checkout-field-textarea,
.address-form .edit-profile-row .address-field-container .edit-profile-field-textarea,
.address-form .edit-profile-row .checkout-field-container .address-field-textarea,
.address-form .edit-profile-row .checkout-field-container .checkout-field-textarea,
.address-form .edit-profile-row .checkout-field-container .edit-profile-field-textarea,
.address-form .edit-profile-row .edit-profile-field-container .address-field-textarea,
.address-form .edit-profile-row .edit-profile-field-container .checkout-field-textarea,
.address-form .edit-profile-row .edit-profile-field-container .edit-profile-field-textarea,
.checkout-form .address-form-row .address-field-container .address-field-textarea,
.checkout-form .address-form-row .address-field-container .checkout-field-textarea,
.checkout-form .address-form-row .address-field-container .edit-profile-field-textarea,
.checkout-form .address-form-row .checkout-field-container .address-field-textarea,
.checkout-form .address-form-row .checkout-field-container .checkout-field-textarea,
.checkout-form .address-form-row .checkout-field-container .edit-profile-field-textarea,
.checkout-form .address-form-row .edit-profile-field-container .address-field-textarea,
.checkout-form .address-form-row .edit-profile-field-container .checkout-field-textarea,
.checkout-form .address-form-row .edit-profile-field-container .edit-profile-field-textarea,
.checkout-form .checkout-form-row .address-field-container .address-field-textarea,
.checkout-form .checkout-form-row .address-field-container .checkout-field-textarea,
.checkout-form .checkout-form-row .address-field-container .edit-profile-field-textarea,
.checkout-form .checkout-form-row .checkout-field-container .address-field-textarea,
.checkout-form .checkout-form-row .checkout-field-container .checkout-field-textarea,
.checkout-form .checkout-form-row .checkout-field-container .edit-profile-field-textarea,
.checkout-form .checkout-form-row .edit-profile-field-container .address-field-textarea,
.checkout-form .checkout-form-row .edit-profile-field-container .checkout-field-textarea,
.checkout-form .checkout-form-row .edit-profile-field-container .edit-profile-field-textarea,
.checkout-form .edit-profile-row .address-field-container .address-field-textarea,
.checkout-form .edit-profile-row .address-field-container .checkout-field-textarea,
.checkout-form .edit-profile-row .address-field-container .edit-profile-field-textarea,
.checkout-form .edit-profile-row .checkout-field-container .address-field-textarea,
.checkout-form .edit-profile-row .checkout-field-container .checkout-field-textarea,
.checkout-form .edit-profile-row .checkout-field-container .edit-profile-field-textarea,
.checkout-form .edit-profile-row .edit-profile-field-container .address-field-textarea,
.checkout-form .edit-profile-row .edit-profile-field-container .checkout-field-textarea,
.checkout-form .edit-profile-row .edit-profile-field-container .edit-profile-field-textarea,
.edit-profile-form .address-form-row .address-field-container .address-field-textarea,
.edit-profile-form .address-form-row .address-field-container .checkout-field-textarea,
.edit-profile-form .address-form-row .address-field-container .edit-profile-field-textarea,
.edit-profile-form .address-form-row .checkout-field-container .address-field-textarea,
.edit-profile-form .address-form-row .checkout-field-container .checkout-field-textarea,
.edit-profile-form .address-form-row .checkout-field-container .edit-profile-field-textarea,
.edit-profile-form .address-form-row .edit-profile-field-container .address-field-textarea,
.edit-profile-form .address-form-row .edit-profile-field-container .checkout-field-textarea,
.edit-profile-form .address-form-row .edit-profile-field-container .edit-profile-field-textarea,
.edit-profile-form .checkout-form-row .address-field-container .address-field-textarea,
.edit-profile-form .checkout-form-row .address-field-container .checkout-field-textarea,
.edit-profile-form .checkout-form-row .address-field-container .edit-profile-field-textarea,
.edit-profile-form .checkout-form-row .checkout-field-container .address-field-textarea,
.edit-profile-form .checkout-form-row .checkout-field-container .checkout-field-textarea,
.edit-profile-form .checkout-form-row .checkout-field-container .edit-profile-field-textarea,
.edit-profile-form .checkout-form-row .edit-profile-field-container .address-field-textarea,
.edit-profile-form .checkout-form-row .edit-profile-field-container .checkout-field-textarea,
.edit-profile-form .checkout-form-row .edit-profile-field-container .edit-profile-field-textarea,
.edit-profile-form .edit-profile-row .address-field-container .address-field-textarea,
.edit-profile-form .edit-profile-row .address-field-container .checkout-field-textarea,
.edit-profile-form .edit-profile-row .address-field-container .edit-profile-field-textarea,
.edit-profile-form .edit-profile-row .checkout-field-container .address-field-textarea,
.edit-profile-form .edit-profile-row .checkout-field-container .checkout-field-textarea,
.edit-profile-form .edit-profile-row .checkout-field-container .edit-profile-field-textarea,
.edit-profile-form .edit-profile-row .edit-profile-field-container .address-field-textarea,
.edit-profile-form .edit-profile-row .edit-profile-field-container .checkout-field-textarea,
.edit-profile-form .edit-profile-row .edit-profile-field-container .edit-profile-field-textarea {
    height: 86px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px
}

.address-form .address-form-row .address-field-container label,
.address-form .address-form-row .checkout-field-container label,
.address-form .address-form-row .edit-profile-field-container label,
.address-form .checkout-form-row .address-field-container label,
.address-form .checkout-form-row .checkout-field-container label,
.address-form .checkout-form-row .edit-profile-field-container label,
.address-form .edit-profile-row .address-field-container label,
.address-form .edit-profile-row .checkout-field-container label,
.address-form .edit-profile-row .edit-profile-field-container label,
.checkout-form .address-form-row .address-field-container label,
.checkout-form .address-form-row .checkout-field-container label,
.checkout-form .address-form-row .edit-profile-field-container label,
.checkout-form .checkout-form-row .address-field-container label,
.checkout-form .checkout-form-row .checkout-field-container label,
.checkout-form .checkout-form-row .edit-profile-field-container label,
.checkout-form .edit-profile-row .address-field-container label,
.checkout-form .edit-profile-row .checkout-field-container label,
.checkout-form .edit-profile-row .edit-profile-field-container label,
.edit-profile-form .address-form-row .address-field-container label,
.edit-profile-form .address-form-row .checkout-field-container label,
.edit-profile-form .address-form-row .edit-profile-field-container label,
.edit-profile-form .checkout-form-row .address-field-container label,
.edit-profile-form .checkout-form-row .checkout-field-container label,
.edit-profile-form .checkout-form-row .edit-profile-field-container label,
.edit-profile-form .edit-profile-row .address-field-container label,
.edit-profile-form .edit-profile-row .checkout-field-container label,
.edit-profile-form .edit-profile-row .edit-profile-field-container label {
    height: 36px;
    line-height: 36px
}

.address-form .address-form-row[data-for-type],
.address-form .checkout-form-row[data-for-type],
.address-form .edit-profile-row[data-for-type],
.checkout-form .address-form-row[data-for-type],
.checkout-form .checkout-form-row[data-for-type],
.checkout-form .edit-profile-row[data-for-type],
.edit-profile-form .address-form-row[data-for-type],
.edit-profile-form .checkout-form-row[data-for-type],
.edit-profile-form .edit-profile-row[data-for-type] {
    display: none
}

.address-form .address-form-row[data-for-type].active,
.address-form .checkout-form-row[data-for-type].active,
.address-form .edit-profile-row[data-for-type].active,
.checkout-form .address-form-row[data-for-type].active,
.checkout-form .checkout-form-row[data-for-type].active,
.checkout-form .edit-profile-row[data-for-type].active,
.edit-profile-form .address-form-row[data-for-type].active,
.edit-profile-form .checkout-form-row[data-for-type].active,
.edit-profile-form .edit-profile-row[data-for-type].active {
    display: block
}

.address-form .address-submit,
.address-form .profile-submit,
.checkout-form .address-submit,
.checkout-form .profile-submit,
.edit-profile-form .address-submit,
.edit-profile-form .profile-submit {
    display: block;
    width: auto;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    padding: 0 50px;
    position: relative
}

.address-form .address-submit .spinner,
.address-form .profile-submit .spinner,
.checkout-form .address-submit .spinner,
.checkout-form .profile-submit .spinner,
.edit-profile-form .address-submit .spinner,
.edit-profile-form .profile-submit .spinner {
    left: 18px;
    margin-left: 0
}

.address-form .address-delete-container,
.checkout-form .address-delete-container,
.edit-profile-form .address-delete-container {
    margin-top: 20px;
    text-align: center
}

.address-form .address-delete,
.checkout-form .address-delete,
.edit-profile-form .address-delete {
    color: #ef4f55
}

.address-form .address-delete:hover,
.checkout-form .address-delete:hover,
.edit-profile-form .address-delete:hover {
    text-decoration: none
}

.order-list {
    margin: 0;
    padding: 0;
    list-style-type: 0
}

.order-list li {
    padding: 25px 15px;
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px
}

.order-list li .column {
    margin-bottom: 10px
}

.order-list li.order-list-head {
    color: #8a8a8a
}

.order-list li.order {
    background: #ededed
}

.order-list li .button {
    height: 40px;
    line-height: 40px;
    font-weight: 400
}

.order-list li .order-remove {
    display: block;
    text-align: center
}

.order-list li .favourite-remove {
    font-size: 12px;
    font-weight: bold;
    color: #ef4f55;
    text-decoration: none
}

.order-list li .order-details-reveal {
    text-decoration: none
}

.order-list li .order-details-reveal:hover {
    text-decoration: underline
}

.order-list li .order-details-reveal:after {
    content: ' +'
}

.order-list li.opened .order-details-reveal:after {
    content: ' -'
}

.order-list .order-list-products {
    width: 100%;
    margin-top: 20px;
    display: none
}

.order-list .opened .order-list-products {
    display: table
}

.order-list .order-list-product {
    display: table-row
}

.order-list .order-list-product .order-list-product-column {
    display: table-cell;
    padding: 14px 8px;
    border-top: 1px solid #d2d2d2;
    text-transform: uppercase
}

.order-list .order-list-product .order-list-product-column.column-name {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 14px
}

.order-list .order-list-product .order-list-product-column.column-name a {
    text-decoration: none
}

.order-list .order-list-product .order-list-product-column.column-name a:hover {
    text-decoration: underline
}

.order-list .order-list-product .order-list-product-column.column-name small {
    font-size: 10px;
    line-height: 14px;
    display: block;
    font-weight: 400
}

.order-list .order-list-product .order-list-product-column.column-size {
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    font-weight: normal
}

.order-list .order-list-product .order-list-product-column.column-qty {
    font-size: 14px
}

.order-list .order-list-product .order-list-product-column.column-price {
    text-align: center;
    font-size: 14px
}

.reorder-confirmation {
    position: relative;
    text-align: center
}

.reorder-confirmation .confirmation-message,
.reorder-confirmation .confirmation-buttons {
    opacity: 1;
    transition: opacity 0.4s ease
}

.reorder-confirmation.loading .confirmation-message,
.reorder-confirmation.loading .confirmation-buttons {
    opacity: 0.3
}

.reorder-confirmation .button {
    float: left;
    width: 47%
}

.reorder-confirmation .button.button-confirm {
    margin-right: 6%
}

.reorder-confirmation .confirmation-message {
    margin-bottom: 44px
}

@media (min-width: 768px) {
    #dashboard .account-section {
        padding: 38px 34px 44px
    }

    .user-address-container .user-address-trigger {
        font-size: 16px;
        line-height: 36px;
        height: 36px;
        padding-left: 12px;
        padding-right: 12px
    }

    .address-form .address-form-row,
    .address-form .edit-profile-row,
    .edit-profile-form .address-form-row,
    .edit-profile-form .edit-profile-row {
        margin-bottom: 30px
    }

    .address-form .address-form-row .address-label,
    .address-form .address-form-row .edit-profile-label,
    .address-form .edit-profile-row .address-label,
    .address-form .edit-profile-row .edit-profile-label,
    .edit-profile-form .address-form-row .address-label,
    .edit-profile-form .address-form-row .edit-profile-label,
    .edit-profile-form .edit-profile-row .address-label,
    .edit-profile-form .edit-profile-row .edit-profile-label {
        float: left;
        width: 40%
    }

    .address-form .address-form-row .address-field-container,
    .address-form .address-form-row .edit-profile-field-container,
    .address-form .edit-profile-row .address-field-container,
    .address-form .edit-profile-row .edit-profile-field-container,
    .edit-profile-form .address-form-row .address-field-container,
    .edit-profile-form .address-form-row .edit-profile-field-container,
    .edit-profile-form .edit-profile-row .address-field-container,
    .edit-profile-form .edit-profile-row .edit-profile-field-container {
        float: right;
        width: 60%
    }

    .address-form .form-actions,
    .edit-profile-form .form-actions {
        padding-left: 40%
    }

    .address-form .address-submit,
    .address-form .profile-submit,
    .edit-profile-form .address-submit,
    .edit-profile-form .profile-submit {
        display: inline-block
    }

    .address-form .address-delete-container,
    .edit-profile-form .address-delete-container {
        text-align: left
    }

    .checkout-form .address-form-row,
    .checkout-form .checkout-form-row {
        margin-bottom: 30px
    }

    .checkout-form .address-form-row .address-label,
    .checkout-form .address-form-row .checkout-label,
    .checkout-form .checkout-form-row .address-label,
    .checkout-form .checkout-form-row .checkout-label {
        width: 30%;
        float: left
    }

    .checkout-form .address-form-row .address-field-container,
    .checkout-form .address-form-row .checkout-field-container,
    .checkout-form .checkout-form-row .address-field-container,
    .checkout-form .checkout-form-row .checkout-field-container {
        width: 70%;
        float: right
    }

    .order-list li {
        padding: 25px 30px
    }

    .order-list li .column {
        margin-bottom: 0
    }

    .order-list li .button {
        margin-top: -10px;
        margin-bottom: -10px
    }
}

@media (min-width: 1024px) {
    .order-list .opened .order-list-products {
        display: block
    }

    .order-list .order-list-product {
        display: block
    }

    .order-list .order-list-product .order-list-product-column {
        display: block;
        padding: 14px 0;
        float: left
    }

    .order-list .order-list-product .order-list-product-column.column-name {
        width: 175px;
        font-size: 16px
    }

    .order-list .order-list-product .order-list-product-column.column-name small {
        font-size: 12px
    }

    .order-list .order-list-product .order-list-product-column.column-size {
        width: 85px;
        font-size: 14px
    }

    .order-list .order-list-product .order-list-product-column.column-qty {
        width: 31px
    }

    .order-list .order-list-product .order-list-product-column.column-price {
        text-align: left;
        width: 100px
    }
}

.specials-popup {
    display: none
}

.specials-popup .title {
    font-size: 22px;
    margin-bottom: 44px;
    text-transform: uppercase;
    text-align: center
}

.specials-popup .specials-buttons .button {
    margin-bottom: 8px;
    width: 100%;
    display: block
}

@media (min-width: 768px) {
    .specials-popup .specials-buttons {
        text-align: center
    }

    .specials-popup .specials-buttons .button {
        margin-bottom: 0;
        width: auto;
        display: inline-block;
        margin: 0 5px
    }

    .specials-popup .specials-buttons .button:first-child {
        margin-left: 0
    }

    .specials-popup .specials-buttons .button:last-child {
        margin-right: 0
    }
}

.modal .specials-popup {
    display: block
}

.specials-container {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
}



.carbone-popup {
    display: none
}

.carbone-popup .title {
    font-size: 22px;
    margin-bottom: 44px;
    text-transform: uppercase;
    text-align: center
}

.carbone-popup .carbone-buttons .button {
    margin-bottom: 8px;
    width: 100%;
    display: block
}

@media (min-width: 768px) {
    .carbone-popup .carbone-buttons {
        text-align: center
    }

    .carbone-popup .carbone-buttons .button {
        margin-bottom: 0;
        width: auto;
        display: inline-block;
        margin: 0 5px
    }

    .carbone-popup .carbone-buttons .button:first-child {
        margin-left: 0
    }

    .carbone-popup .carbone-buttons .button:last-child {
        margin-right: 0
    }
}

.modal .carbone-popup {
    display: block
}

.carbone-container {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
}


.baked-fried-popup {
    display: none
}

.baked-fried-popup .title {
    font-size: 22px;
    margin-bottom: 44px;
    text-transform: uppercase;
    text-align: center
}

.baked-fried-popup .baked-fried-buttons .button {
    margin-bottom: 8px;
    width: 100%;
    display: block
}

@media (min-width: 768px) {
    .baked-fried-popup .baked-fried-buttons {
        text-align: center
    }

    .baked-fried-popup .baked-fried-buttons .button {
        margin-bottom: 0;
        width: auto;
        display: inline-block;
        margin: 0 5px
    }

    .baked-fried-popup .baked-fried-buttons .button:first-child {
        margin-left: 0
    }

    .baked-fried-popup .baked-fried-buttons .button:last-child {
        margin-right: 0
    }
}

.modal .baked-fried-popup {
    display: block
}

.baked-fried-container {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
}

.checkout-popup {
    display: none
}

.checkout-popup .title {
    font-size: 22px;
    margin-bottom: 44px;
    text-transform: uppercase;
    text-align: center
}

.checkout-popup .checkout-buttons .button {
    margin-bottom: 8px;
    width: 100%;
    display: block
}

@media (min-width: 768px) {
    .checkout-popup .checkout-buttons {
        text-align: center
    }

    .checkout-popup .checkout-buttons .button {
        margin-bottom: 0;
        width: auto;
        display: inline-block;
        margin: 0 5px
    }

    .checkout-popup .checkout-buttons .button:first-child {
        margin-left: 0
    }

    .checkout-popup .checkout-buttons .button:last-child {
        margin-right: 0
    }
}

.modal .checkout-popup {
    display: block
}

.checkout-container {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
}

.checkout-top {
    border: 1px solid #e1e1e1;
    padding: 20px;
    margin-bottom: 44px
}

.checkout-top .column {
    margin-bottom: 0
}

.checkout-top .cart-totals-outer {
    margin-top: 0;
    padding-right: 0
}

.checkout-top .checkout-title {
    font-size: 40px;
    margin-bottom: 16px
}

.checkout-top .checkout-title small {
    display: block;
    font-size: 18px;
    color: #000000;
    line-height: 36px
}

.checkout-tabs .tabs-header {
    position: relative;
    margin-bottom: 160px;
    border-bottom-width: 0;
    margin-left: 80px;
    margin-right: 80px
}

.checkout-tabs .tabs-header:before {
    content: "";
    background: #e1e1e1;
    display: block;
    position: absolute;
    width: 100%;
    height: 5px;
    top: 28px;
    left: 0
}

.checkout-tabs .tabs-header li.filler {
    content: "";
    background: #5e9732;
    display: block;
    clear: none;
    position: absolute;
    width: 0;
    height: 5px;
    top: 28px;
    left: 0;
    z-index: 1
}

.checkout-tabs .checkout-description-2 {
    text-align: center;
    margin-bottom: 40px
}

.checkout-tab-title {
    width: 0;
    overflow: visible;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 2
}

.checkout-tab-title.title-2 {
    left: 33.3333%
}

.checkout-tab-title.title-3 {
    left: 66.6666%
}

.checkout-tab-title.title-4 {
    left: 100%
}

.checkout-tab-title .tab-trigger {
    background: transparent;
    color: #000000;
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 76px;
    margin-left: -50px;
    width: 100px;
    cursor: default
}

.checkout-tab-title .step-number {
    background: #e1e1e1;
    background-size: 26px 26px;
    color: #ffffff;
    position: absolute;
    display: block;
    line-height: 60px;
    width: 60px;
    height: 60px;
    font-size: 26px;
    left: 50%;
    margin-left: -30px;
    top: 0;
    border-radius: 60px
}

.checkout-tab-title .step-number:after {
    display: none
}

.checkout-tabs[data-current-step="1"] .checkout-tab-title.title-1 .step-number {
    background-color: #5e9732
}

.checkout-tabs[data-current-step="2"] .tabs-header li.filler {
    width: 33.3333%
}

.checkout-tabs[data-current-step="2"] .checkout-tab-title.title-1 .step-number,
.checkout-tabs[data-current-step="2"] .checkout-tab-title.title-2 .step-number {
    background-color: #5e9732
}

.checkout-tabs[data-current-step="2"] .checkout-tab-title.title-1 .step-number {
    text-indent: -9999em;
    background-image: url("../../images/checkmark-alt.svg");
    background-position: center center;
    background-repeat: no-repeat
}

.checkout-tabs[data-current-step="3"] .tabs-header li.filler {
    width: 66.6666%
}

.checkout-tabs[data-current-step="3"] .checkout-tab-title.title-1 .step-number,
.checkout-tabs[data-current-step="3"] .checkout-tab-title.title-2 .step-number,
.checkout-tabs[data-current-step="3"] .checkout-tab-title.title-3 .step-number {
    background-color: #5e9732
}

.checkout-tabs[data-current-step="3"] .checkout-tab-title.title-1 .step-number,
.checkout-tabs[data-current-step="3"] .checkout-tab-title.title-2 .step-number {
    text-indent: -9999em;
    background-image: url("../../images/checkmark-alt.svg");
    background-position: center center;
    background-repeat: no-repeat
}

.checkout-tabs[data-current-step="4"] .tabs-header li.filler {
    width: 100%
}

.checkout-tabs[data-current-step="4"] .checkout-tab-title.title-1 .step-number,
.checkout-tabs[data-current-step="4"] .checkout-tab-title.title-2 .step-number,
.checkout-tabs[data-current-step="4"] .checkout-tab-title.title-3 .step-number,
.checkout-tabs[data-current-step="4"] .checkout-tab-title.title-4 .step-number {
    background-color: #5e9732
}

.checkout-tabs[data-current-step="4"] .checkout-tab-title.title-1 .step-number,
.checkout-tabs[data-current-step="4"] .checkout-tab-title.title-2 .step-number,
.checkout-tabs[data-current-step="4"] .checkout-tab-title.title-3 .step-number {
    text-indent: -9999em;
    background-image: url("../../images/checkmark-alt.svg");
    background-position: center center;
    background-repeat: no-repeat
}

.checkout-addresses-container {
    clear: both
}

.address-selector-container {
    width: auto !important;
    margin-left: 30%;
    float: left !important
}

.address-selector-container .spinner {
    right: -25px !important;
    left: auto !important;
    margin-left: 0 !important
}

.step-nav {
    margin-top: 44px
}

.step-nav a {
    display: inline-block;
    line-height: 36px
}

.step-nav .step-prev {
    float: left;
    margin-right: 22px
}

.step-nav .cancel-order {
    float: left
}

.step-nav .step-next {
    display: inline-block;
    width: auto;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    float: right;
    position: relative
}

.step-nav .step-next.loading {
    padding-left: 40px
}

.step-nav .step-next.loading .spinner {
    margin-left: 0;
    left: 15px
}

.checkout-form .radio-set-parent label {
    display: block
}

.checkout-form .checkout-field-description {
    margin-top: 24px
}

.checkout-form .payment-method-vma-extras {
    display: none
}

.checkout-form .payment-method-vma-extras.active,
.checkout-form .payment-method-pay-online.active {
    display: block
}

.checkout-form input.ui-autocomplete-input[type="text"] {
    height: 36px;
    line-height: 32px;
    font-size: 14px;
    padding: 0 20px
}

.checkout-form .future-time-selectors {
    display: inline-block
}

.checkout-form .future-time-selectors.hidden {
    display: none
}

.checkout-form .future-time-selectors .select-parent {
    display: inline-block;
    margin-right: 10px
}

.checkout-form .future-time-selectors .hour-selector[disabled] {
    display: none
}

.checkout-summary {
    width: 100%
}

.checkout-summary .summary-divider {
    margin: 0 0 20px;
    width: 100%;
    height: 1px;
    background: #e1e1e1
}

.checkout-summary .summary-products {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    text-transform: uppercase
}

.checkout-summary .summary-products a {
    text-decoration: none
}

.checkout-summary .summary-row {
    margin-bottom: 20px
}

.checkout-summary .summary-column {
    float: left;
    width: 50%
}

.checkout-summary .summary-column.column-size {
    width: 90px
}

.checkout-summary .summary-column.column-qty {
    width: 40px
}

.checkout-summary .summary-column.column-price {
    width: 80px
}

.checkout-summary .summary-column.column-1 {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    width: 50%
}

.checkout-summary .summary-column.column-1.column-name {
    width: 100%;
    margin-bottom: 8px
}

.checkout-summary .summary-column.column-1 small {
    display: block
}

.checkout-summary .checkout-disclaimers-title {
    text-transform: uppercase;
    color: black;
    font-size: 13px;
    margin-bottom: 10px
}

.checkout-summary .checkout-disclaimers {
    font-size: 12px;
    line-height: 18px
}

.checkout-summary .checkout-disclaimers li {
    margin-bottom: 6px
}

.order-confirmation-container {
    text-align: center;
    padding: 40px;
    margin-bottom: 44px
}

.order-confirmation-container .order-confirmation-title {
    color: #5e9732;
    font-size: 40px;
    line-height: 44px;
    text-transform: uppercase;
    margin-bottom: 44px;
    text-align: center
}

.order-confirmation-container h6 {
    color: #000000;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center
}

.order-confirmation-container .order-confirmation-time {
    font-size: 18px
}

@media (max-width: 768px) {
    .checkout-top .checkout-description {
        margin-bottom: 20px
    }

    .checkout-tabs .tabs-header {
        display: block;
        margin-bottom: 130px;
        margin-left: 20px;
        margin-right: 20px
    }

    .checkout-tabs .tabs-header:before,
    .checkout-tabs .tabs-header li.filler {
        top: 21px
    }

    .checkout-tabs .checkout-tab-title .tab-trigger {
        width: 80px;
        margin-left: -40px;
        padding-top: 60px;
        font-size: 11px;
        padding-left: 0;
        padding-right: 0
    }

    .checkout-tabs .checkout-tab-title .step-number {
        font-size: 20px;
        width: 46px;
        height: 46px;
        margin-left: -23px;
        line-height: 46px;
        background-size: 20px 20px
    }
}

@media (min-width: 768px) {
    .checkout-form .radio-set-parent label {
        display: inline-block;
        margin-right: 14px;
        padding-left: 24px
    }

    .checkout-form .checkout-field-description {
        margin-top: 36px
    }

    .checkout-summary .summary-column {
        width: auto
    }

    .checkout-summary .summary-column.column-1 {
        width: 30%
    }

    .checkout-summary .summary-column.column-1.column-name {
        width: 30%;
        margin-bottom: 0
    }

    .checkout-description-2 {
        padding: 0 60px
    }

    .tabs-header .checkout-tab-title .desktop-title {
        display: block
    }

    .tabs-header .checkout-tab-title .mobile-title {
        display: none
    }
}

.form-to-favourites-container {
    display: none;
    position: relative
}

.form-to-favourites-container .form-to-favourites {
    opacity: 1;
    transition: opacity 0.4s ease
}

.form-to-favourites-container .form-to-favourites .title {
    font-size: 22px;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase
}

.form-to-favourites-container .form-to-favourites .message {
    text-align: center;
    margin-bottom: 22px
}

.form-to-favourites-container .form-to-favourites .buttons {
    text-align: center
}

.form-to-favourites-container .form-to-favourites .buttons .button {
    display: inline-block
}

.form-to-favourites-container .form-to-favourites .button {
    width: auto;
    opacity: 1;
    transition: opacity 0.4s ease
}

.form-to-favourites-container .form-to-favourites .button.disabled {
    cursor: default;
    opacity: 0.3
}

.form-to-favourites-container .form-to-favourites .favourites-name {
    margin-bottom: 22px
}

.form-to-favourites-container.loading .form-to-favourites {
    opacity: 0.4
}

.form-to-favourites-container.loading .form-to-favourites .button {
    cursor: default
}

.modal .form-to-favourites-container {
    display: block
}

.favourites-notice {
    text-align: center
}

.favourites-notice .icon {
    display: block;
    height: 33px;
    margin: 11px auto;
    width: 33px
}

#hamburger {
    width: 24px;
    height: 17px;
    cursor: pointer
}

#hamburger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #ffffff;
    border-radius: 3px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

#hamburger span:nth-child(1) {
    top: 0px
}

#hamburger span:nth-child(2) {
    top: 7px
}

#hamburger span:nth-child(3) {
    top: 14px
}

#hamburger.open span:nth-child(1) {
    top: 7px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

#hamburger.open span:nth-child(2) {
    opacity: 0;
    left: -60px
}

#hamburger.open span:nth-child(3) {
    top: 7px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.clearfix {
    *zoom: 1
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: ""
}

.clearfix:after {
    clear: both
}

.form-field-type-of-donation li {
    display: inline-block
}

.gform_body input[type="checkbox"] + label::before,
.gform_body input[type="radio"] + label::before {
    left: -20px
}

.gform_body input[type="checkbox"]:checked + label::after {
    left: -17px
}

.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
    margin: 0 10px 0 24px !important
}

.form-field-date-of-event select {
    min-width: 151px
}

.gform_wrapper .gsection {
    border-bottom: none !important
}

.gform_wrapper .left_label input.medium,
.gform_wrapper .left_label select.medium,
.gform_wrapper .right_label input.medium,
.gform_wrapper .right_label select.medium {
    width: 40% !important
}

.green-button {
    background: #5e9732 !important;
    display: inline-block !important;
    width: auto
}

.page-image {
    margin-bottom: 15px
}

.faqs {
    margin-top: 44px;
    margin-bottom: 44px
}

.faqs .faq {
    margin-bottom: 22px
}

.faqs .faq-title {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 14px;
    cursor: pointer;
    padding-left: 22px;
    position: relative
}

.faqs .faq-title:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '+';
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    line-height: 22px;
    height: 22px;
    top: 0;
    margin-top: -3px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif
}

.faqs .faq-content {
    display: none;
    padding-left: 22px;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 20px
}

.faqs .opened .faq-title:before {
    content: '-'
}

.faqs .opened .faq-content {
    display: block
}

body.corporate-page #content {
    color: #ffffff
}

body.corporate-page {
    background: #000 none repeat scroll 0 0
}

.corporate-page h2,
.corporate-page h3,
.corporate-page h2 a,
.corporate-page h3 a {
    color: #ffffff
}

.corporate-page .blog-post-title {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 18px;
    margin-bottom: 10px
}

.corporate-page .blog-post-meta {
    color: #c2c2c2;
    display: block;
    text-align: center;
    font-family: 'Oswald', 'Helvetica Neue', Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 10px
}

.hidethese {
    display: none
}

.showthese {
    display: inline
}

#showmore-button {
    border-top: 1px solid #bbbbbb;
    text-align: center
}

.showmore-button {
    cursor: pointer
}

#showmore-button .showmore-button > img {
    display: inline-block;
    margin: -20px -50px 40px 15px
}

body.community-page #content {
    color: #ffffff
}

body.community-page {
    background: #000 none repeat scroll 0 0
}

.community-page h2,
.community-page h6,
.community-page h2 a,
.community-page h6 a {
    color: #ffffff
}

.causes-list .cause-title {
    color: #ffffff;
    cursor: pointer;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    margin: 22px 0 10px
}

.causes-list .cause-title a {
    color: #ffffff
}

.pizza-donation-banner {
    border: 3px solid #ffffff;
    padding: 25px;
    text-align: center;
    position: relative
}

.pizza-donation-banner .pizza-donation-title {
    font-size: 24px;
    text-transform: uppercase;
    left: 25px;
    text-align: center;
    margin-bottom: 11px
}

.pizza-donation-banner .pizza-donation-text {
    margin-bottom: 11px
}

.pizza-donation-banner .pizza-donation-cta {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    right: 25px
}

@media (min-width: 1100px) {
    .pizza-donation-banner .pizza-donation-text {
        padding-left: 160px;
        padding-right: 120px
    }

    .pizza-donation-banner .pizza-donation-title,
    .pizza-donation-banner .pizza-donation-cta {
        line-height: 30px;
        position: absolute;
        top: 50%;
        margin-top: -15px
    }

    .pizza-donation-banner .pizza-donation-text {
        margin-bottom: 0
    }
}

body.puro-promise-page #content {
    color: #ffffff
}

body.puro-promise-page {
    background: #000 none repeat scroll 0 0
}

.puro-promise-page h3 {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .puro-promise-page .featured-category-image {
        min-height: 265px
    }
}

.widget {
    margin: 0 0 4em;
    font-size: 16px;
    font-size: 1.6rem
}

.widget-title {
    margin-bottom: 1em;
    font-size: 24px;
    font-size: 2.4rem
}

#footer {
    clear: both;
    width: 100%
}

.sidebar .widget {
    border: 2px solid #ccc;
    padding: 12px;
    text-align: center
}

.sidebar .widget .widget-title {
    text-align: center;
    line-height: 36px
}

.tabbed-pages-page .tab-trigger {
    font-size: 1.9rem
}

table#nutrition {
    margin: 0 auto;
    width: 100%;
    border-collapse: collapse;
    background: #333;
    color: #fff;
    text-rendering: optimizeLegibility;
    border-radius: 5px
}

table#nutrition thead th {
    font-weight: 600
}

table#nutrition thead th,
table#nutrition tbody td {
    padding: .8rem
}

table#nutrition tbody td {
    padding: .8rem;
    color: #444;
    background: #fff
}

table#nutrition tbody tr:not(:last-child) {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

@media screen and (max-width: 600px) {
    table#nutrition thead {
        display: none
    }

    table#nutrition tbody td {
        display: block;
        padding: .6rem
    }

    table#nutrition tbody tr td:first-child {
        background: #666;
        color: #fff
    }

    table#nutrition tbody td:before {
        content: attr(data-th);
        font-weight: bold;
        display: inline-block;
        width: 9rem
    }
}

.calories-display-span {
    width: 200px;
    color: #000000;
    top: 48px;
    right: 26px;
}

@media screen and (max-width: 1023px) {
    .price-display-container {
        font-size: 12px !important;
    }

    .calories-display-span {
        color: #FFFFFF;
        margin-top: 6px;
    }
}

.to-cart-content-switch {
    height: 156px;
}

.special-price-container {
    padding-bottom: 10px;
}

#\31 -section-dough > div > div.scroller > div.builder-selector.builder-selector-select.builder-selector-dough.clearfix.options-4 > div:nth-child(3) > div > h5 > small,
#\31 -section-dough > div > div.scroller > div.builder-selector.builder-selector-select.builder-selector-dough.clearfix.options-4 > div:nth-child(4) > div > h5 > small {
    font-size: 12px;
}

.builder-to-cart.disabled {
    opacity: 0.4;
    cursor: default
}

/*
.js-ready .builder-size-selector .selector-option.disabled {
    opacity: 0.4;
    cursor: default
}
*/

.pricing-popup .title {
    font-size: 22px;
    margin-bottom: 44px;
    text-transform: uppercase;
    text-align: center
}

.pricing-popup .pricing-buttons .button {
    margin-bottom: 8px;
    width: 100%;
    display: block
}

@media (min-width: 768px) {
    .pricing-popup .pricing-buttons {
        text-align: center
    }

    .pricing-popup .pricing-buttons .button {
        margin-bottom: 0;
        width: auto;
        display: inline-block;
        margin: 0 5px
    }

    .pricing-popup .pricing-buttons .button:first-child {
        margin-left: 0
    }

    .pricing-popup .pricing-buttons .button:last-child {
        margin-right: 0
    }
}

.modal .pricing-popup {
    display: block
}

.pricing-popup {
    display: none;
}



.baseButton {
	font-family: Oswald, sans-serif;
	text-align: center;
	white-space: normal;
	vertical-align: middle;
	border: 1px solid transparent;
	cursor: pointer;
}

.popup {
	background-color: #FFFFFF;
	position: fixed;
	top: 8%;
	left: 8%;
	min-width: 300px;
	width: 90%;
	max-width: 500px;
	min-height: 150px;
	padding: 20px;
}
@media (min-width: 768px) {
	.popup {
		padding: 30px;
	}
}
.popupHeader {
	width: 100%;
	height: 40px;
}
.popupTitle {
	font-family: Oswald, sans-serif;
	font-size: 22px;
	line-height: 36px;
	color: #5E9732;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-transform: uppercase;
}
.popupFooterBtnContainer {
	padding-top: 30px;
}
.popupMessage {
	width: 100%;
	text-align: center;
	word-wrap: break-word;
	overflow-y: auto;
	color: red;
	font-weight: bold;
}
.popupMask {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
}

.xIcon {
	width: 30px;
	height: 30px;
	border: 2px solid #5E9732;
	border-radius: 15px;
}
.xIcon::before, .xIcon::after {
	content: "";
	background: #5E9732;
	width: 18px;
	height: 2px;
	position: absolute;
	left: 4px;
	top: 12px;
}
.xIcon::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.xIcon::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/*
Extends baseButton
*/
.popupButton {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 14px;
	text-transform: uppercase;
	min-width: 70px;
	width: 100%;
	height: 30px;
	padding: 0px 20px;
	margin-bottom: 8px;
}
@media (min-width: 768px) {
	.popupButton {
		width: auto;
		margin: 0px 5px;
	}
}

/* Hide scrollbar for Firefox, IE */
.hideScrollbarKeepFunctionality {
	scrollbar-width: none;		/* Firefox */
	-ms-overflow-style: none;	/* IE */
}
/* Hide scrollbar for Chrome, Edge, Safari and Opera */
.hideScrollbarKeepFunctionality::-webkit-scrollbar {
	display: none;
}



/* Custom CSS */

.extra-popup {
    display: none
}

.extra-popup .title {
    font-size: 22px;
    margin-bottom: 44px;
    text-transform: uppercase;
    text-align: center
}

.extra-popup .extra-buttons .button {
    margin-bottom: 8px;
    width: 100%;
    display: block
}

@media (min-width: 768px) {
    .extra-popup .extra-buttons {
        text-align: center
    }

    .extra-popup .extra-buttons .button {
        margin-bottom: 0;
        width: auto;
        display: inline-block;
        margin: 0 5px
    }

    .extra-popup .extra-buttons .button:first-child {
        margin-left: 0
    }

    .extra-popup .extra-buttons .button:last-child {
        margin-right: 0
    }
}

.modal .extra-popup {
    display: block
}

.extra-container {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
}




.pricing-locaton-popup {
    display: none;
    z-index: 100;
}

.pricing-locaton-popup .title {
    font-size: 22px;
    margin-bottom: 44px;
    text-transform: uppercase;
    text-align: center
}

.pricing-locaton-popup .extra-buttons .button {
    margin-bottom: 8px;
    width: 100%;
    display: block
}

@media (min-width: 768px) {
    .pricing-locaton-popup .extra-buttons {
        text-align: center
    }

    .pricing-locaton-popup .extra-buttons .button {
        margin-bottom: 0;
        width: auto;
        display: inline-block;
        margin: 0 5px
    }

    .pricing-locaton-popup .extra-buttons .button:first-child {
        margin-left: 0
    }

    .pricing-locaton-popup .extra-buttons .button:last-child {
        margin-right: 0
    }
}

.modal .pricing-locaton-popup {
    display: block
}

.pricing-locaton-popup-container {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
}

body.home {
    background: #000000
}

.inactive-view {
    visibility: hidden;
}

.active-view {

}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}





.autocomplete-new {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}

.autocomplete-items-new {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items-new div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items-new div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}

.autocomplete-items-new .autocomplete-focus {
  background-color: #e9e9e9;
}

.autocomplete-active-new {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}
/********new added by DIT**********/
body #main p {
	line-height: 1.3em !important;
}
@media (min-width: 1280px) {
	.col-special-single-cause {
		min-height: 1400px;
	}
	.column.col-special-cause-list ul.sidebar-cause-list {
		width: 266px;
	}
}
/**sidebar overflow needed**/
.column.col-special-cause-list ul.sidebar-cause-list{
    max-height: 1400px;
    overflow-y: scroll;
}
.owl-item .button.slider-button {
	display:none !important;
}
div .owl-dots {margin-top:-2px !important;opacity:0.8; }	
@media (max-width: 500px){
	div .owl-dots {margin-top:-2px !important;opacity:0.8; }	
}

@media screen and (max-width: 768px){
	#primary #main h1,#primary #main h2,#primary #main h3,#primary #main h4,#primary #main h5,#primary #main h5,#primary #main h6,#primary #main p {
		line-height: 1.2em !important;
	}
}
@media (max-width: 500px) {
	.centered-on-mobile {
		display: block;
		float:none !important;
		margin: 5px auto !important;
	}
	article.hentry  {
		padding-left:15px;
		padding-right:15px;
	}
}

@media (min-width: 768px) {
	.hero-message-outer.nutrition-message {
        width: 50%;
        max-width: 50%;
    }
}
.hero-message-outer.nutrition-message .hero-title {
	margin-bottom: 20px;
} 

@media (min-width: 1024px) {

.columns  {
	padding-left: 15px;
	padding-right:15px;	
}
}
