:root{
    --bar-green-color: #3B666C;
    --bar-green-h-color: #99a09e;
    --bar-purple-color: #553151;
    --white-color: #fff;
    --black-color: #000;
    --gold-color: #b98f00;
    --bar-gold-f-color: #d5c592;
    --bar-orange-color: #cf561f;

    --primary-color: var(--bar-green-color);
    --secondary-color: var(--gold-color);

    --neutral-white-color: var(--white-color);
    --neutral-black-color: var(--black-color);
    --neutral-gold-color: var(--gold-color);

    /* Functions */
    --transition-3s: .3s;
    --transition-2s: .2s;
    --transition-1s: .1s;

}

/* ---------------------- */
/* ----General - Start--- */
/* ---------------------- */
/* General */
.catfish-button,
.button,
a{
    transition: var(--transition-3s);
    -webkit-transition: var(--transition-3s);
    -moz-transition: var(--transition-3s);
    -ms-transition: var(--transition-3s);
    -o-transition: var(--transition-3s);
}

.catfish-button:hover,
.button:hover,
a:hover{
    color: var(--neutral-gold-color);
}

.catfish-button.is-primary:focus:not(:active), 
.catfish-button.is-primary.is-focused:not(:active), 
.button.is-primary:focus:not(:active), 
.button.is-primary.is-focused:not(:active){
    box-shadow: none;
}

h1.title,
h2,
h3.title,
label,
.cart_total_left{
    color: var(--primary-color);
}
/* General - End */

/* ---------------------- */
/* Utility Classes -Start */
/* ---------------------- */

/* Utility Classes -End*/

/* ---------------------- */
/* Custom Styling - Start */
/* ---------------------- */

/* Custom Styling - End */

/* ---------------------- */
/* ----Module - Start ----*/
/* ---------------------- */
/* Header */
a.navbar-item,
a.navbar-link{
    color: var(--primary-color);
}

a.navbar-item:hover,
a.navbar-link:hover{
    color: var(--neutral-gold-color);
}

.navbar-dropdown{
    background-color: var(--primary-color);
}

.navbar-dropdown a.navbar-item{
    color: var(--neutral-white-color);
    background-color: transparent;
    transition: var(--transition-2s);
    -webkit-transition: var(--transition-2s);
    -moz-transition: var(--transition-2s);
    -ms-transition: var(--transition-2s);
    -o-transition: var(--transition-2s);
}

.nav-search-container{
    background-color: rgba(255,255,255,.6);
    color: var(--neutral-white-color);
}

.password-reset-link {
    display: none;
}

.awesomplete.control.is-medium{
    width: 100%;
}

.awesomplete-popup mark{
    background: var(--neutral-gold-color) !important;
    color: var(--neutral-white-color);
}

.page-home-index .nav-search-container.is-active,
.page-catalog-category .nav-search-container.is-active {
    transform: unset !important;
    -webkit-transform: unset !important;
    -moz-transform: unset !important;
    -ms-transform: unset !important;
    -o-transform: unset !important;
}

.page-home-index .container.search-box-container{
    margin-top: 3rem;
    justify-content: center;
}

.container.search-box-container{
    margin-top: 1rem;
    justify-content: center;
}

.container.search-box-container .search-box{
    max-width: 800px;
}

@media screen and (min-width: 768px) {
    .page-home-index  .nav-search-container.is-active,
    .page-catalog-category .nav-search-container.is-active {
      transform: unset !important;
      -webkit-transform: unset !important;
      -moz-transform: unset !important;
      -ms-transform: unset !important;
      -o-transform: unset !important;
    }
}
/* Footer */
.ict-dedicated-footer .image img{
    height: 10rem;
    object-fit: contain;
}

.footer-column-content a, 
.ict-dedicated-footer .columns .column .ict-list li a{
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: .3s;
    text-underline-offset: 0.25rem;
}

.footer-column-content a:hover,
.ict-dedicated-footer .columns .column .ict-list li a:hover{
    color: inherit;
    text-decoration: underline !important;
}

@media screen and (max-width: 1087px) {
    .ict-dedicated-footer-column-2,
    .ict-dedicated-footer-column-3{
        display: none;
    }

    .ict-dedicated-footer-column-1,
    .ict-dedicated-footer-column-4{
        width: 100% !important;
    }

    .ict-dedicated-footer-column-1{
        padding-bottom: 0 !important;
    }
    .ict-dedicated-footer-column-4{
        padding-top: 0 !important;
    }

    .container.footer-copyright,
    .ict-dedicated-footer-column-4,
    .ict-dedicated-footer-column-4 ul.ict-list{
        text-align: center !important;
    }

    .container.footer-copyright{
        margin-top: 2rem;
    }
}
/* Modules - End */
/* Banner Slider */
.welcome-banner h2,
.welcome-banner a{
    font-size: 1.8rem;
    color: var(--neutral-white-color);
    font-weight: 700;
}

.welcome-banner-2 a.button{
    font-size: 1.8rem;
    font-weight: 500;
    padding: 0 2rem;
    background: var(--bar-orange-color);
}



.slides li.welcome-banner-2 .block:nth-child(2) .image{
    display: flex;
    justify-content: center;
}

.slides li.welcome-banner-2 .block:nth-child(2) img{
    width: 70%;
}

.welcome-banner-3 a.button{
    display: block;
    font-size: 3rem;
    font-weight: 500;
    padding: 2rem;
    background: var(--bar-friendsAndFamily);
    height: 5.75em;
}

.welcome-banner-3 a.button span{
    font-weight: 700;
}

.welcome-banner-2 a.button:hover{
    background: var(--bar-gold-f-color);
}

.welcome-banner-3 a.button:hover{
    background: #DD9533;
}

h2.ict-title.has-style-custom-1,
h3.ict-sub-title.has-style-custom-1{
    color: #1A2D40 !important;
}

h2.ict-title.has-style-custom-1{
    font-family: serif !important;
    font-weight: 900 !important;
    margin-bottom: 0;
}

h3.ict-sub-title.has-style-custom-1{
    font-size: 2.5rem;
}

h2.ict-title.has-text-custom-2{
    font-size: 9.5rem !important;
}

@media screen and (min-width: 1281px) {

    .section.welcome-banner{
        padding-top: 1.5rem;
        padding-bottom: 4.5rem;
    }

    .welcome-banner .container{
      max-width: 100%;
      height: unset !important;
      padding-left: initial;
      padding-right: initial;
    }

    h2.ict-title.has-style-custom-1{
        font-size: 7.5rem;
    }

    .section.welcome-banner-2{
        background-size: 100%;
    }
}

@media screen and (min-width: 1260px) and (min-width: 1280px) {

    .section.welcome-banner{
        padding-top: 1.5rem;
        padding-bottom: 4.5rem;
    }

    .welcome-banner .container{
      max-width: 100%;
      height: unset !important;
      padding-left: initial;
      padding-right: initial;
    }

    h2.ict-title.has-style-custom-1{
        font-size: 7.5rem;
    }
}

@media screen and (max-width: 1280px) and (min-width: 1088px) {
    .welcome-banner-2.section{
        background-size: contain !important;
    }

    .welcome-banner-2 a.button{
        font-size: 1.2rem;
    }
}

@media screen and (min-width: 1430px) {
    .welcome-banner-3 .column:nth-child(1){
        margin-right: 12.5rem;
    }

}

@media screen and (max-width: 1429px) and (min-width: 1216px) {
    .welcome-banner-3 .column:nth-child(1){
        margin-right: 7.5rem;
    }
}

@media screen and (max-width: 1215px) and (min-width: 1088px) {
    .welcome-banner-3 .column:nth-child(1){
        margin-right: 12.5rem;
        width: 50%;
    }
}

@media screen and (max-width: 1279px){
    .welcome-banner-2,
    .welcome-banner-3{
        background-size: cover;
    }
}

@media screen and (min-width: 1088px) {
    h2.ict-title.has-style-custom-1{
        font-size: 7.5rem;
    }

    h3.ict-sub-title.has-style-custom-1{
        font-size: 2.5rem;
    }
    
    .slides li:nth-child(6) .block:nth-child(1){
        display: none;
    }
}

@media screen and (max-width: 1087px){
    .welcome-banner-3 a.button{
        font-size: 1.8rem;
        padding: 1rem;
        padding-top: .7rem;
    }

    .welcome-banner-2 a.button{
        font-size: 1.2rem;
        padding: 0 1rem;
    }

    h2.ict-title.has-style-custom-1{
        font-size: 3.5rem;
    }

    h3.ict-sub-title.has-style-custom-1{
        font-size: 1.5rem;
    }

    .is-hidden-tablet-size{
        display: none;
    }

    .welcome-banner-3 .column .block{
        display: flex;
        justify-content: center;
    }

    .welcome-banner-2.section.banner-mobile .column .block:first-child .is-inline-block{
        display: flex !important;
        justify-content: center;
        width: 100%;
    }

    .welcome-banner-2.section.banner-mobile .column .block:first-child .is-inline-block .ict-image{
        height: 250px;
        width: 250px;
    }

    .welcome-banner-2.section.banner-mobile .column .block:first-child .is-inline-block .ict-image.is-text-image{
        height: unset;
        width: unset;
    }

    .welcome-banner-2.section.banner-mobile .column .block:nth-child(2) .is-inline-block{
        display: flex !important;
        justify-content: center;
    }

    .welcome-banner-2.section.banner-mobile .column .block:nth-child(2) .is-inline-block .ict-image{
        width: 70%;
    }

    .section.banner-mobile{
        background-position: 90%!important;
        background-size: cover !important;
    }

}

@media screen and (max-width: 767px) {
    .slides li:nth-child(3) .columns{
        display: flex;
    }

    .welcome-banner-3 .column:nth-child(1){
        margin-bottom: 1.5rem;
    }

    .welcome-banner-3 .container{
        display: flex;
        justify-content: center;
        align-items: center;
        height: unset !important;
    }
}

@media screen and (max-width: 1087px) and (min-width: 476px){
    .main-welcome-banner .block{
        display: none;
    }
}

@media screen and (max-width: 475px) {
    .welcome-banner-2 .column .block .is-inline-block ,
    .welcome-banner-3 .column .block .is-inline-block {
        width: 100%;
    }

    .welcome-banner .column:nth-child(1)  .block:nth-child(1){
        display: none;
    }

    .welcome-banner .column .block:nth-child(2),
    .welcome-banner .column  .block:nth-child(2) .is-inline-block,
    .welcome-banner .column .block:nth-child(2) .is-inline-block .ict-image,
    .welcome-banner .column .block:nth-child(2) .is-inline-block .ict-image img{
        height: 100%;
    }

    .welcome-banner .columns,
    .welcome-banner-3 .columns{
        display: flex;
    }

    .welcome-banner h2,
    .welcome-banner a{
        font-size: 1.4rem;
    }

    .main-welcome-banner{
        background-image: none !important;
    }

    .main-welcome-banner .columns{
        display: flex;
    }

    .main-welcome-banner .column{
        align-content: center;
    }

    .main-welcome-banner .column .block{
        display: flex;
        justify-content: center;
    }
}

.flexslider.infigo-slider .flex-direction-nav a::before{
    color: var(--secondary-color);
}

@media screen and (min-width:1900px) {
    .flexslider.infigo-slider .flex-control-nav{
        bottom: 1rem;
    }
}
/* Featured Category */
.homeFeaturedCategoriesTitleRow__title{
    display: none;
}

.homeFeaturedCategoriesWrapper{
    padding-top: 3rem;
}

.sub-category-grid .listWrapper .item-box,
.homePageCategories .listWrapper .listItem .small-product-item{
    border-top: none !important;
}

.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item::after {
    padding-bottom: 100%;
}

.sub-category-grid .listItem.column .sub-category-item,
.homePageCategories .listItem.column .category-item {
    display: flex;
    flex-direction: column-reverse;
}

.homePageCategories .listItem.column .product-title {
    display: none;
    order: 4;
    background-color: transparent !important;
    position: unset !important;
    padding: 1rem !important;
}

.sub-category-grid .listItem.column .sub-category-item .category-title{
    order: 4;
    background-color: transparent !important;
    position: unset !important;
    padding: 1rem !important;
    display: none;
}

.sub-category-grid .listItem.column .sub-category-item .picture,
.homePageCategories .listItem.column .picture {
    order: 5;
}

.sub-category-grid .listItem.column .sub-category-item .picture img,
.homePageCategories .listItem.column .picture img{
    object-fit: contain !important;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    padding: .5rem;
}

.sub-category-grid .listItem.column .sub-category-item .picture img:hover,
.homePageCategories .listItem.column .picture img:hover{
    padding: 1rem;
}

.sub-category-grid .listItem.column .sub-category-item .short-description,
.homePageCategories .listItem.column .category-short-description {
    order: 3;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; 
    padding: 1rem;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 500;
}

.sub-category-grid .listItem.column .sub-category-item .category-title a,
.listItem.column .product-title a {
    font-size: 1.5rem;
    font-weight: 600;
}

.sub-category-grid .listItem.column .sub-category-item .category-title{
    transform: unset;
      -webkit-transform: unset;
      -moz-transform: unset;
      -ms-transform: unset;
      -o-transform: unset;
}

.sub-category-grid .listItem.column .sub-category-item:hover .category-title{
    transform: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
}

@media screen and (min-width: 768px), print {
    .homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item .product-title {
      transform: unset;
      -webkit-transform: unset;
      -moz-transform: unset;
      -ms-transform: unset;
      -o-transform: unset;
    }

    .sub-category-grid .listItem.column .sub-category-item:hover .category-title,
    .homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item:hover .product-title{
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
    }

    .homePageCategories .listItem.column {
        width: 33.33333%
    }
}

@media screen and (max-width: 1087px) {
    .homePageCategories .listItem.column .product-title a {
        font-size: 1.2em;
    }
}

@media screen and (max-width: 960px) and (min-width: 800px) {
    .homePageCategories .listItem.column .product-title a {
        font-size: 1em;
    }

    .homePageCategories .listItem.column .category-short-description{
        font-size: .875rem;
    }
    
}

@media screen and (max-width: 800px) and (min-width: 768px) {
    .homePageCategories .listItem.column .category-short-description{
        font-size: .825rem;
    }

    .homePageCategories .listItem.column {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .homePageCategories .listItem.column .picture img{
        object-fit: initial !important;
    }

    .category-product-section .listItem.column{
        width: 100%;
    }
}

@media screen and (max-width: 475px) {
    .homePageCategories .listItem.column {
        width: 100%;
    }
}
/* ---------------------- */
/* -----Pages - Start-----*/
/* ---------------------- */
/* Category pages */
/* Page Layout */
:root{
    /* Custom Category Color */
    --bar-enrichment: #EB7864;
    --bar-friendsAndFamily: #F7A73B;
    --bar-experience: #6FA36F;
    --bar-improvement: #563052;
    --bar-service: #376569;
    --bar-dementia: #5ba8b1;
    --bar-ratings: #2C6C79;
    --bar-environments: #7E75B6;
    --bar-recruitment: #044f36;
    --bar-celebrating: #5d5986;
}

.arone-category-page{
    display: flex;
    flex-direction: column;
}

.category-description-wrapper{
    order: 1;
}

.section.breadcrumb-section{
    order: 2;
}

.arone-category-page .container.search-box-container{
    order: 3;
}

.category-subcategory-section.section{
    order: 4;
}

.arone-category-page section.section:nth-child(4),
.category-product-section.section{
    order: 5;
}
.arone-category-page section.section:nth-child(5){
    order: 6;
}

.category-outro-wrapper.section{
    order: 7;
}

.section.category-banner.hero{
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.section.category-banner.hero .columns .column .columns{
    width: 100%;
}

.category-intro-wrapper.section{
    display: none;
}

/* Category Banner */
.has-background-custom-1.background-color-tier-1,
.category-description-wrapper .has-background-custom-1.background-color-tier-1{
    background-color: var(--bar-enrichment);
}

.category-description-wrapper .has-background-custom-2.background-color-tier-1{
    background-color: var(--bar-friendsAndFamily);
}

.category-description-wrapper .has-background-custom-3.background-color-tier-1{
    background-color: var(--bar-experience);
}

.category-description-wrapper .has-background-custom-4.background-color-tier-1{
    background-color: var(--bar-improvement);
}

.category-description-wrapper .has-background-custom-1.background-color-tier-2{
    background-color: var(--bar-service);
}

.category-description-wrapper .has-background-custom-2.background-color-tier-2{
    background-color: var(--bar-ratings);
}

.category-description-wrapper .has-background-custom-3.background-color-tier-2{
    background-color: var(--bar-environments);
}

.has-background-custom4.background-color-tier-2,
.category-description-wrapper .has-background-custom-4.background-color-tier-2{
    background-color: var(--bar-recruitment);
}

.category-description-wrapper .has-background-custom-1.background-color-tier-3{
    background-color: var(--bar-celebrating);
}

.category-description-wrapper .has-background-custom-2.background-color-tier-3{
    background-color: var(--bar-dementia);
}
.ict-content-column .ict-paragraph p{
    font-size: 1.4rem;
    line-height: 1.3;
}

@media screen and (min-width: 1088px) {
    .section.category-banner.hero .columns .column .columns .column{
      width: 45%;
    }

    .section.category-banner.hero .columns .column .columns .column:nth-child(2){
        margin-left: 5rem;
    }
}

@media screen and (min-width: 768px), print {
    .section.category-banner.hero .columns .column .columns:not(.is-desktop):not(.is-widescreen) {
      justify-content: flex-start;
    }
}

@media screen and (max-width: 1087px) {
    .section.category-banner.hero{
      min-height: unset;
    }

}

@media screen and (max-width: 767px) {
    .section.category-banner.hero{
      text-align: center;
    }
}

/* Content Pages */
/* General */
.topicpage-body h1.ict-page-title{
    border-bottom: 2px solid var(--bar-gold-f-color);
    padding-bottom: 3rem;
}

/* Faq */
.ict-accordion .button.is-rounded.accordion-title{
    background-color: var(--primary-color);
    color: var(--neutral-white-color);
    margin-bottom: 0.5rem !important;
    padding: .5rem !important;
    border-radius: 0;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
}

.ict-accordion .button.is-rounded.accordion-title i.has-text-dark{
    color: var(--neutral-white-color-color) !important;
}

.ict-accordion .accordion-item.is-active .accordion-content{
    padding: 1rem;
    color: var(--primary-color);
    background-color: transparent;
    color: var(--primary-color);
}

.ict-accordion .button.is-rounded.accordion-title:hover,
.ict-accordion .button.is-rounded.accordion-title:hover i.has-text-dark,
.accordion-item.is-active .button.is-rounded.accordion-title,
.accordion-item.is-active .button.is-rounded.accordion-title i.has-text-dark{
    color: #d5c592 !important;
}

.accordion-item.is-active .button.is-rounded.accordion-title{
    background: var(--primary-color);
    border-radius: 0;
    color: var(--neutral-white-color) !important;
}

.accordion-item.is-active .button.is-rounded.accordion-title{
    margin-bottom: 0 !important;
}

.ict-accordion .accordion-item.is-active .accordion-content a{
    text-decoration: underline;
}

.ict-accordion .accordion-item.is-active .accordion-content a:hover{
    color: var(--gold-color);
}

.accordion-item.is-active .button.is-rounded.accordion-title i.has-text-dark{
    color: var(--neutral-white-color) !important;
}

/* Account Page */
.cf_accountlinks_CustomerChangePassword{
    display: none;
}

.page-customer-info  .account-page.account-page--customerinfo .section-body form{
    pointer-events: none;
}

.account-page.account-page--customerinfo h1.title,
.account-page.account-page--customerinfo h2.section-title,
.account-page.account-page--customerinfo .table-container .item-name {
    color: var(--primary-color);
}

#Custom1,#Custom2,#Custom3{
    width: 100%;
}

/* Login page */
.forgot-password{
    display: none !important;
}

.login__wrapper{
    background-color: var(--neutral-white-color);
    background-size: 50%;
    background-position: 20% center;
}

.page-customer-login  .ict-dedicated-footer.arone-footer{
    clear: both;
}

@media screen and (min-width: 1088px) {
    .login__wrapper > .catfish-container {
        padding-top: 0rem;
    }
}

@media screen and (max-width: 1441px) and (min-width: 1088px) {
    .login__wrapper {
        background-size: 40%;
        background-position: 9% center;
    }
}

@media screen and (max-width: 1087px) {
    .login__wrapper > .catfish-container {
        width: 1087px !important;
    }
}
/* Search page */
.page-catalog-search  .nav-search-container.is-active {
    transform: translatey(0em);
}

.one-page-checkout .cartTableWrapper .cart tr.cart-item-row,
.shoppingcart__wrapper .cartform .cartTableWrapper .cart tr.cart-item-row{
    background-color: #fefefe;
    border: 2px solid var(--bar-gold-f-color);
}

/* Basket Page */
/* Cart Footer */
.cart-footer__container #continueshoppingDummy{
    border-color:var(--primary-color);
    color: var(--primary-color);
}

.cart-footer__container #continueshoppingDummy:hover{
    border: 1px solid var(--primary-color);
    color: var(--neutral-white-color);
    background-color: var(--primary-color);
}

.page-checkout-onepagecheckout #cartTotals,
.shoppingcart__wrapper .cart-footer .cart-footer__container{
    border: 2px solid var(--bar-gold-f-color);
}


/* Basket - Summary Block Layout */
@media screen and (min-width: 1472px) {
    .shoppingcart__wrapper .cartform .cartTableWrapper .cart tr.cart-item-row td.cart--productinfo{
        flex-grow: .5;
    }

    .shoppingcart__wrapper .cartform .cartTableWrapper .cart tr.cart-item-row td.cart--itemtotal,
    .shoppingcart__wrapper .cartform .cartTableWrapper .cart tr.cart-item-row td.cart--quantity,
    .shoppingcart__wrapper .cartform .cartTableWrapper .cart tr.cart-item-row td.cart--unitprice{
        flex-grow: 1;
    }

    .shoppingcart__wrapper .cartform .cartTableWrapper .cart tr.cart-item-row td.productpicture{
        flex-grow: 0;
    }

    .cartform  .cart-item-row{
        position: relative;
    }

    .cartform .cart--actions{
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .shoppingcart__wrapper .cartform .cartTableWrapper .cart tr.cart-item-row td.cart--actions{
        width: 30.5rem;
    }

    .shoppingcart__wrapper .cartform .cartTableWrapper .cart tr.cart-item-row td.cart--actions .cart--actions__buttons{
        flex-direction: row;
    }

    .shoppingcart__wrapper .cartform .cartTableWrapper .cart tr.cart-item-row td.cart--actions .cart--edititem{
        flex-direction: row;
        gap: .5rem;
        width: 60%;
        margin-left: .5rem;
        margin-right: .5rem;
    }

    .shoppingcart__wrapper .cartform .cartTableWrapper .cart-item-row .cart--actions__buttons{
        flex-wrap: nowrap;
    }

    .shoppingcart__wrapper .cartform .cartTableWrapper .cart-item-row .cart--actions__buttons .cart--deleteitem{
        width: 30%;
    }

    .shoppingcart__wrapper .cartform .cartTableWrapper .cart-item-row .cart--actions__buttons .cart--saveitem{
        margin-right: .5rem;
    }

    .cart--actions__buttons.buttons .basketEditButton,
    .cart--actions__buttons.buttons .basketSaveForLaterButton,
    .cart--actions__buttons.buttons #deleteCartItem{
        font-size: .825rem;
        padding-left: .75rem;
        padding-right: .75rem;
    }

    .rawAttributeInfo .rawAttributeInfo__item{
        width: 100%;
    }
}

@media screen and (max-width: 1471px){
    .page-checkout-onepagecheckout #cartTotals{
        padding: 1.5rem;
    }
    .shoppingcart__wrapper .cartform .cartTableWrapper .cart tr.cart-item-row{
        display: inline-block;
    }

    .shoppingcart__wrapper .cartform .cartTableWrapper .cart tr.cart-item-row td.productpicture{
        align-items: center;
    }

    .shoppingcart__wrapper .cartform .cartTableWrapper .cart tr.cart-item-row td.cart--quantity,
    .shoppingcart__wrapper .cartform .cartTableWrapper .cart tr.cart-item-row td.cart--unitprice{
        width: 50%;
        float: left;
    }
}

/* Checkout Page */
@media screen and (min-width: 768px){
    .page-checkout-onepagecheckout #cartTotals{
        margin-left: .75rem;
    }
}

@media screen and (max-width: 767px){
    .one-page-checkout .buttons {
        margin-top: 2.5rem !important;
    }
}

/* Editor */

.infigo-editor.section{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

#tabs-editor > div:nth-child(2) > div:nth-child(1),
.WorkingFolderInfo {
    display: none;
}

.infigo-editor .editor_row_top {
    background: transparent;
    border: 2px solid var(--primary-color);
    color: var(--secondary-color);
}

.infigo-editor .pagetools {
    background: #f1f1f1;
    border-left: 2px solid var(--primary-color);
    border-right: 2px solid var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
    color: var(--secondary-color);
}

.infigo-editor .editor_row_top .pagination-link.is-current{
    background: transparent;
    border: 2px solid var(--primary-color);
}

.editor_row.image-gallery-hidden{
    background-color: var(--secondary-color) !important;
}

.showEditableFields > label:nth-child(2) {
    color: var(--neutral-white-color);
}

.fieldrow.fieldtitle.label,
.fieldrow.localname.label{
    color: var(--primary-color);
}

.pageListItemTitle {
    font-weight: 600;
}

.ui-datepicker .ui-datepicker-header .ui-icon{
    text-indent: unset;
    font-size: .825rem;
}

.ui-datepicker .ui-datepicker-next{
    margin-right: .7rem;
}
@media screen and (min-width: 768px), print {
    .infigo-editor #form_panel {
      border-left: 2px solid var(--primary-color);
      border-right: 2px solid var(--primary-color);
      border-bottom: 2px solid var(--primary-color);
    }
}

@media only screen and (max-width: 767px) {
    .bottomTools__buttons.level .level-right{
        margin-bottom: 1rem;
    }

    .infigo-editor .bottomTools__buttons{
        display: flex;
        align-items: end;
        flex-direction: column;
    }

    .infigo-editor .bottomTools__buttons .buttons{
        display: flex;
        gap: 1rem;
    }

    .editor_bg.editor_preview_row_2.column{
        border: 2px solid var(--primary-color);
    }

    #form_panel{
        border-left: 2px solid var(--primary-color);
        border-right: 2px solid var(--primary-color);
    }

    #viewport1{
        width: 347px;
    }
    
}

/* Product Landing */
.price-quantity-start-wrapper .columns{
    flex-wrap: wrap;
}

.arone-product-landing-page .column.quantity-wrapper{
    min-width: unset !important;
}

.price-quantity-start-wrapper .columns .quantity-wrapper .field{
    flex-wrap: wrap;
}

.price-quantity-start-wrapper .columns .quantity-wrapper .field-label{
    margin-bottom: .5rem;
    margin-right: 0;
}

.price-quantity-start-wrapper .columns .quantity-wrapper .field-body{
    flex-grow: 0;
}
/* Pages - End */
/* ---------------------- */
/* -----Responsiveness----*/
/* ---------------------- */

@media only screen and (max-width: 1600px) {
    
}

@media only screen and (max-width: 1280px) {
    
}

@media only screen and (max-width: 1024px) {
    
}

@media only screen and (max-width: 767px) {

}

@media only screen and (max-width: 320px) {
    
}
/* Responsiveness - End */
