:root {
    --primary-green: #007934;
    --primary-orange: #c7893e;
    --primary-brown: #815622;
    --primary-beige: #C6BDAF;
    --neutral-white: #fff;
}

/* Global */
a,
.button,
.catfish-button,
input,
select {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

/* Custom title */
.title.has-style-custom-1 {
    font-family: "Sequoia";
    font-size: 4rem;
    text-shadow: 2px 12px 30px #000000, 2px 12px 30px #000000, 2px 12px 30px #000000, 2px 12px 30px #000000;
}

/* Navbar */
.is-header-logo {
    height: 2.5rem;
}

.content-field-navbar .navbar-link:not(.is-arrowless)::after {
    border-color: var(--primary-brown);
}

a.navbar-item,
a.navbar-link {
    color: var(--primary-brown);
}

a.navbar-item:hover,
a.navbar-link:hover {
    color: var(--primary-orange);
}

@media screen and (max-width: 450px) {
    .is-header-logo {
        height: 1.5rem;
    }
}

/* Footer */

.ict-dedicated-footer .footer-copyright,
.ict-dedicated-footer .column {
    color: var(--primary-brown);
}

/* Slider */
.section.circle-background {
    position: relative;
}

.section.circle-background .container {
    overflow: visible;
}

.section.circle-background .container .columns::before {
    content: '';
    background-image: url('/00000000-0000-0000-0000-000000000000/Handler/CSSOverride/GetImage/1/Circle 1.png');
    background-repeat: no-repeat;
    position: absolute;
    width: 50%;
    height: 200%;
    background-size: 100%;
    top: 0;
    right: calc(100% - 115%);
    transform: translateY(-25%);
}

.section.circle-background .container .column {
    position: relative;
}

.section.circle-background h2 {
    font-family: 'Roboto', san-serif;
    font-weight: 300;
    font-size: 2.833rem;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1.2;
}

.section.circle-background .button {
    background: transparent;
    font-size: 2.5rem;
    padding-left: 0;
    position: relative;
    font-weight: 500;
    color: var(--primary-green);
}

.section.circle-background .button:hover {
    color: #003d1a;
}

.section.circle-background .button:focus:not(:active) {
    box-shadow: none;
}

.section.circle-background .button:before {
    content: '';
    background: url('/00000000-0000-0000-0000-000000000000/Handler/CSSOverride/GetImage/1/chevron-right-solid.svg');
    background-repeat: no-repeat;
    background-size: 25%;
    background-position: 1rem .7rem;
    width: 20px;
    height: 20px;
    right: -2.5rem;
    top: 1.8rem;
    border: 2px solid var(--primary-green);
    padding: 1.3rem;
    position: absolute;
    white-space: nowrap;
    border-radius: 50%;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
}

.section.circle-background .button:hover::before {
    content: '';
    background: url('/00000000-0000-0000-0000-000000000000/Handler/CSSOverride/GetImage/1/chevron-right-solid-hover.svg');
    background-repeat: no-repeat;
    background-size: 25%;
    background-position: 1rem .7rem;
    width: 20px;
    height: 20px;
    right: -2.5rem;
    top: 1.8rem;
    padding: 1.3rem;
    position: absolute;
    white-space: nowrap;
    border-radius: 50%;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    border: 2px solid #003d1a;
    background-color: #003d1a;
}

/* Slider Arrows */

/* Slider Arrows */
.flexslider.infigo-slider .flex-direction-nav a {
    height: 2.5rem !important;
}

.flexslider.infigo-slider .flex-direction-nav a::before {
    font-size: 2rem;
}

.flex-prev,
.flex-next {
    background-color: var(--primary-orange);
    color: var(--neutral-white-color);
    border-radius: 30px;
    transition: .1s;
    -webkit-transition: .1s;
    -moz-transition: .1s;
    -ms-transition: .1s;
    -o-transition: .1s;
}

.flex-prev:hover,
.flex-next:hover {
    background-color: #3c2913;
}

.flex-prev::before {
    position: relative;
    left: .7rem;
    top: -0.2rem;
}

.flex-next::before {
    position: relative;
    left: -.7rem;
    top: -0.2rem;
}

@media screen and (max-width: 1440px) {
    .section.circle-background .container .columns::before {
        background-size: cover;
    }
}

@media screen and (max-width: 1365px) {
    .section.circle-background .container .columns::before {
        width: 60%;
        height: 250%;
        transform: translateY(-30%);
        -webkit-transform: translateY(-30%);
        -moz-transform: translateY(-30%);
        -ms-transform: translateY(-30%);
        -o-transform: translateY(-30%);
    }

    .section.circle-background .column {
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
}

@media screen and (max-width: 1280px) {
    .section.circle-background h2 {
        font-size: 2.333rem;
    }
}

@media screen and (max-width: 1087px) {
    .section.circle-background .container .columns::before {
        width: 75%;
        height: 300%;
        right: calc(100% - 115%);
        transform: translateY(-35%);
    }

    .section.circle-background .column {
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
    }
}

@media screen and (max-width: 767px) {
    .section.circle-background .column {
        transform: translateX(100%);
    }

    .section.circle-background h2 {
        font-size: 2rem;
    }

    .section.circle-background .button {
        font-size: 1.25rem;
    }

    .section.circle-background .button:hover::before,
    .section.circle-background .button:before {
        padding: .8rem;
        top: .5rem;
        right: -1.2rem;
        width: 16px;
        height: 16px;
        background-position: .6rem .45rem;
    }

    .flex-direction-nav {
        top: -1.5rem;
        position: relative;
    }
}

@media screen and (max-width: 527px) {
    .section.circle-background h2 {
        font-size: 1.7rem;
    }
}


@media screen and (max-width: 375px) {
    .section.circle-background .column {
        transform: translateX(80%);
    }

    .section.circle-background .container .columns::before {
        width: 90%;
    }
}

/* Featured Products */
.homeFeaturedProductsWrapper {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.product-item--content {
    display: flex;
    flex-direction: column;
}

.product-item--content .product-title {
    order: 1;
}

.product-item--content .product--sku {
    order: 3;
}

.product-item--content .description {
    order: 4;
}

/* Two column Cta */
.section.two-column-cta .column {
    border: 3px solid var(--primary-orange);
    border-radius: 20px;
    padding: 3rem 2rem !important;

}

.section.two-column-cta .column .title {
    margin-bottom: 0.5rem;
}

.section.two-column-cta .column .subtitle {
    margin-top: 0;
}

.section.two-column-cta .column .button {
    padding-left: 3.111rem;
    padding-right: 3.111rem;
}

@media screen and (min-width: 900px) {
    .two-column-cta .column {
        width: 45% !important;
    }

    .section.two-column-cta .column:nth-child(2) {
        margin-left: 5%;
    }
}

@media screen and (max-width: 899px) {
    .two-column-cta .column {
        width: 100% !important;
    }

    .two-column-cta .column:nth-child(1) {
        margin-bottom: 1.5rem;
    }
}

/* Blog posts */
.blogposts-list {
    display: flex;
    flex-wrap: wrap;
}

.blogpost .blogpost__featureimage img {
    object-fit: contain;
}

@media screen and (min-width:768px) {
    .blogpost .blogpost__featureimage {
        padding-top: 25%;
    }
}

@media screen and (max-width:1087px) {
    .blogpost {
        padding-top: 3rem;
    }
}

/* Writer Section */

.section.writer-section.has-background-custom-1 {
    background-color: var(--primary-beige);
}

.section.writer-section.has-background-custom-1 .columns {
    padding: 2rem;
}

/* Featured blogs wrapper */
.featuredBlog__wrapper {
    background: var(--primary-beige);
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
    float: none;
}

.featuredBlog__wrapper .title {
    color: white;
    text-align: start !important;
}

.featuredBlog__wrapper .post .post-content .blogimage img {
    object-fit: contain;
    object-position: center;
    padding: 1rem;
}

.featuredBlog__wrapper .post .post-content {
    padding: 1rem;
    background: #ece1d0;
    outline: solid 3px transparent;
    transform: scale(1);
    transition: 0.3s;
}

.featuredBlog__wrapper .post .post-content .post-info {
    background: white;
    color: var(--primary-brown);
    margin: -1rem;
    width: calc(100% + 2rem);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.featuredBlog__wrapper .post .post-content .post-info .blogtitle {
    color: var(--primary-brown);
    font-size: 1.2rem;
    margin-bottom: .5rem;
}

.featuredBlog__wrapper .post .post-content .post-info .blogtitle:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.featuredBlog__wrapper .post .post-content .post-info span.blogdate,
.featuredBlog__wrapper .post .post-content .post-info div.blogdetails {
    color: #333 !important;
}

@media screen and (min-width:1088px) {
    .featuredBlog__wrapper .post .post-content:hover {
        transform: scale(1.05);
    }
}

.featuredBlog__wrapper .catfish-container .columns {
    display: flex;
    flex-wrap: wrap;
}

/* Checkout */
.one-page-checkout #opc-shipping_method .shipping-options .shipping-option-item label {
    border-radius: 24px;
    background: #ece1d0;
}

.one-page-checkout #opc-shipping_method .shipping-options .shipping-option-item .option-name:hover input+label:before {
    font-weight: 400;
}

/* Delivery Countdown styling */
.hero.delivery-countdown-banner {
    background: transparent;
}

.hero.delivery-countdown-banner .heading,
.hero.delivery-countdown-banner .title,
.hero.delivery-countdown-banner .subtitle {
    color: var(--primary-green);
}

.hero.delivery-countdown-banner .countdown_timer {
    font-size: 1.15rem;
}

.hero.delivery-countdown-banner .heading {
    font-size: .8875em;
}

.hero.delivery-countdown-banner .title span {
    font-size: 1.44em;
}

.hero.delivery-countdown-banner .subtitle {
    font-size: 1em;
}

/* Related Products */
.section.related-products-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.homeFeaturedProductsWrapper .listWrapper .listItem .item-box .catfish-default-product-box .product-item--image .picture img,
.catfish-default-product-box .product-item--image .picture img {
    object-fit: contain;
}

/* Category styling */
.arone-category-page .breadcrumb-section+.category-intro-wrapper {
    padding-top: 0;
}

.arone-product-landing-page .additional-description-section,
.arone-category-page .category-subcategory-section {
    background: var(--primary-beige);
}



/* After main container inline fix */
.layout--columnsOneA div#AfterMainContainer {
    display: inline-block;
    width: 100%;
}

/*FormbuilderCSS*/
.page-dynamicproduct-editor .catfish-button.is-small,
.page-dynamicproduct-editor .button.is-small {
    padding: 0.5rem;
}

.page-dynamicproduct-editor .MEUIFormField .control .meuiNonLayout,
.page-dynamicproduct-editor .MEUIFormField .control .zoom-button {
    height: 100%;
}

.page-dynamicproduct-editor .AddImageToField span.no-image-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
}


.Script_DynamicUiGeneration_New .fb-background-color-select .colorSelector {
    min-width: 100%;
}

/* --- CSS Mobile UX ---*/
.Script_DynamicUiGeneration_New .ItemsListBody .itemDetails {
    padding-left: 1rem;
    padding-right: 1rem;
}

.Script_DynamicUiGeneration_New_MobileUX .DynamicUiGeneration-mobile-ui-global {
    position: fixed;
    bottom: 4.5rem;
    z-index: 5;
    max-height: 0px;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0px;
    -webkit-transition: max-height 0.15s linear;
    -moz-transition: max-height 0.15s linear;
    -o-transition: max-height 0.15s linear;
    transition: max-height 0.15s linear;
    box-shadow: inset 0px -7px 19px -10px rgba(0, 0, 0, .2);
}

.Script_DynamicUiGeneration_New_MobileUX .DynamicUiGeneration-mobile-ui-global>.columns {
    padding: 1rem;
    padding-bottom: 2rem;
    margin: 0 !important;
}

.Script_DynamicUiGeneration_New_MobileUX .DynamicUiGeneration-mobile-ui-global.is-active {
    max-height: 70vh;
}

.Script_DynamicUiGeneration_New_MobileUX .eds-mobile-ux {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 5;
    background: #fff;
    text-align: center;
    padding: 0rem;
    box-shadow: rgba(0, 0, 0, .3) 0px 0px 10px;
}

.Script_DynamicUiGeneration_New_MobileUX .eds-mobile-ux>.columns {
    padding: 0px;
    margin: 0px;
}

.Script_DynamicUiGeneration_New_MobileUX .eds-mobile-ux>.columns>.column {
    padding: 1rem;
    margin: 0px;
    border-bottom: solid 1px #eee;
}

.Script_DynamicUiGeneration_New_MobileUX .eds-mobile-ux-footer .toggle-fieldlist-button {
    border: none;
    background: transparent !important;
}

.Script_DynamicUiGeneration_New_MobileUX .eds-mobile-ux-footer .progress-bar-container {
    display: block;
}

.Script_DynamicUiGeneration_New_MobileUX .eds-mobile-ux-footer .progress-bar {
    position: relative;
    width: 100%;
    height: 1.5rem;
    border-radius: 0.75rem;
}

.Script_DynamicUiGeneration_New_MobileUX .eds-mobile-ux-footer .progress-bar .progress {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    display: block;
    height: 1.5rem;
}

.Script_DynamicUiGeneration_New_MobileUX .select-step-button .field-name {
    max-width: calc(100vw - 10rem) !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.Script_DynamicUiGeneration_New_MobileUX .select-step-button {
    padding: 1rem;
    margin-bottom: -0.5rem;
}

.Script_DynamicUiGeneration_New_MobileUX .column.actions-list {
    overflow: hidden;
    overflow-x: auto;
    border-right: solid 1px #eee;
    box-shadow: inset -7px 0px 26px -13px rgba(0, 0, 0, .2);
    min-height: 100%;
}

.Script_DynamicUiGeneration_New_MobileUX .column.actions-list.Variable-Input-Container {
    overflow: visible;
    overflow-x: visible;
    text-align: left;
}

.Script_DynamicUiGeneration_New .large-icon-vertical-button {
    padding: 0.5rem;
    height: 4rem;
    width: 4rem !important;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}

.Script_DynamicUiGeneration_New .large-icon-vertical-button span.fill_button {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.Script_DynamicUiGeneration_New .large-icon-vertical-button span.fill_button .check {}

.Script_DynamicUiGeneration_New .large-icon-vertical-button span.icon {
    display: block;
    margin: 0px !important;
    height: 1.8rem;
    line-height: 2rem;
    width: 100%;
}

.Script_DynamicUiGeneration_New .large-icon-vertical-button span.icon+.text {
    font-size: 0.75em;
    font-weight: bold;
    padding-top: 0.3rem;
}

.Script_DynamicUiGeneration_New .large-icon-vertical-button span.icon .fa-edit {
    margin-left: 0.2em;
}

.Script_DynamicUiGeneration_New .edit-mode-done-button {
    position: fixed;
    top: calc(50vh - 4rem);
    right: 1rem;
}

.Script_DynamicUiGeneration_New_MobileUX .column.eds-mobile-ux-header {
    position: fixed;
    top: 4rem;
    left: 0px;
    width: 100%;
    z-index: 9;
    padding: 0.5rem;
}

.Script_DynamicUiGeneration_New_MobileUX.EditingMode .column.eds-mobile-ux-header {
    top: 0px;
}

.Script_DynamicUiGeneration_New_MobileUX .column.eds-mobile-ux-header span {
    padding: 0rem 1rem;
    display: inline-block;
}

.Script_DynamicUiGeneration_New_MobileUX .column.eds-mobile-ux-header span.orderNR {
    border-right: solid 1px #fff;
}

.Script_DynamicUiGeneration_New_MobileUX .additionalTargetContainer {
    display: none !important;
}

@media screen and (max-width: 600px) {

    .Script_DynamicUiGeneration_New_MobileUX .meuiDateTimePicker+.dropdown-menu button,
    .Script_DynamicUiGeneration_New_MobileUX .meuiDateTimePicker+[uib-datepicker-popup-wrap] .uib-datepicker-popup.dropdown-menu button,
    .Script_DynamicUiGeneration_New_MobileUX [uib-datepicker-popup-wrap] .uib-datepicker-popup.dropdown-menu button {
        border: solid 1px #fff;
        padding: 0.7rem;
        font-size: 1rem;
        min-width: 100%;
        height: 3rem;
        border-radius: 5px;
    }
}

.Script_DynamicUiGeneration_New_MobileUX .input.is-danger,
.Script_DynamicUiGeneration_New_MobileUX .catfish-input.is-danger,
.Script_DynamicUiGeneration_New_MobileUX .catfish-select.is-danger,
.Script_DynamicUiGeneration_New_MobileUX .textarea.is-danger,
.catfish-textarea.is-danger {
    border-color: #CF4646 !important;
    background: #f9dcdc !important;
}

.megaedit-preview #addToBasketButton {
    top: 1rem;
    right: 5rem;
}

/* Remove to activate Print Kitchen Logo */
.name_Branded_Logo_Discount {
    display: none;
}

/* Product Attribute */


.attribute-item .attribute-value-item.column {
    width: 20%;
    display: flex;
}

.attribute-item .attribute-value-item label.button {
    border: 2px solid rgba(119, 79, 31, .1);
}

.arone-product-landing-page .attribute input:checked+label.button,
.attribute-item .attribute-value-item label.button {
    display: flex;
    flex-direction: column-reverse;
    height: auto;
    text-wrap: wrap;
    font-size: .875rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
    justify-content: space-between;
}

.arone-product-landing-page .attribute input:checked+label.button {
    border: 2px solid rgba(119, 79, 31, .6);
}

.attribute-item .attribute-value-item label.button:hover {
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    background-color: rgba(119, 79, 31, .1);
}

.arone-product-landing-page .attribute input:checked+label.button {
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.attributes .attribute .attributeValueInfo {
    margin: 0;
}

.color-swatch-circle {
    margin: .25rem;
    height: auto;
    height: 44px;
    width: 44px;
    border-radius: 100%;
    border: 1px solid rgba(28, 25, 23, .5);
}

.product-variant-line .block.is-medium {
    margin-top: 1.5rem;
}

@media screen and (max-width: 767px) {
    .attribute-item.columns {
        display: flex;
    }
}

@media screen and (max-width: 475px) {
    .attribute-item .attribute-value-item.column {
        width: 50%;
    }
}

/* Rename stripe to credit card */
.one-page-checkout #opc-payment_method .payment-methods .payment-method__list .payment-method-item input[value="Payments.Stripe"]+label:after {
    content: "Credit Card";
    font-size: 1rem;
}

.one-page-checkout #opc-payment_method .payment-methods .payment-method__list .payment-method-item input[value="Payments.Stripe"]+label {
    font-size: 0;
}