:root{
    --primary-blue-color: #003097; 
    --primary-green-color: #74af0d;

    --secondary-green-color: #0c662f;
    --secondary-lightblue-color: #0071c0;

    --tertiary-lightgreen-color: #f3ffde;
    --tertiary-green-color: #B9D685;

    --white-color: #ffffff;
    --black-color: #11262d;
    --text-color: #3b3b3b;
    --navy-l-color: #E5F0F8;
    --navy-d-color: #BFDBEF;

    /* Font */
    --ff-extra-bold: 800;
}

/* ---------------------- */
/* ----General - Start--- */
/* ---------------------- */
/* General */
.catfish-button,
.button,
a{
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.catfish-button, 
.button{
    text-transform: uppercase;
    font-weight: 600;
}

h1,
h2.is-1{
    font-size: 3em;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: var(--ff-extra-bold);
    color: var(--primary-blue-color);
}

h2.is-1{
    font-size: 3em !important;
}

h2.is-2,
h3.title,
.content h1, 
.content h2, 
.content h3, 
.content h4, 
.content h5, 
.content h6,
.title, 
.attributeTitle,
label{
    font-weight: 700;
    color: var(--primary-blue-color);
}

.arone-category-page  section.category-subcategory-section .category-title,
.catfish-button,
a.button, 
.custom-product-form .button,
.navbar-end .navbar-item .button i:hover{
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
}

.content-field-navbar .navbar-link:not(.is-arrowless):hover::after,
.navbar-end .navbar-item .button i:hover,
.navbar-end .navbar-item a:hover,
.navbar-link:hover,
.button.is-primary:hover,
a.navbar-item:hover{
    color: var(--secondary-lightblue-color);
}

.catfish-select,
.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;
}

.catfish-select,
.catfish-input{
    border: 1px solid var(--primary-blue-color);
    color: var(--secondary-lightblue-color);
}

@media screen and (min-width: 1088px) {
    .navbar-dropdown a.navbar-item:hover{
        color: var(--secondary-lightblue-color);
    }
}
/* General - End */

/* ---------------------- */
/* Utility Classes -Start */
/* ---------------------- */

/* Utility Classes -End*/

/* ---------------------- */
/* Custom Styling - Start */
/* ---------------------- */
.has-background-custom-1{
    background-color: var(--navy-d-color);
}

.has-background-custom-2{
    background-color: var(--navy-l-color);
}

.has-background-custom1{
    background: var(--secondary-lightblue-color);
}

h2.has-text-custom-1{
    color: var(--secondary-green-color);
}

@media screen and (max-width: 480px) {
    .has-full-height-mobile{
        height: 100vh;
    }
}

.section.has-columns-start .container .columns{
    justify-content: start !important;
}

.section.has-columns-end .container .columns{
    justify-content: end !important;
}

.section.has-flex-grow .block:nth-child(2){
    position: relative;
}
.section.has-flex-grow .block .ict-buttons.buttons{
    display: flex !important;
}
.section.has-flex-grow .block .ict-buttons.buttons .button{
    width: 100%;
    font-size: 1rem;
}

.section.has-flex-grow .block .ict-buttons.buttons .button:not(:last-child){
    margin-right: 0 !important;
}

.has-text-left .ict-paragraph{
    text-align: left !important;
}

@media screen and (max-width: 480px) {
    .section.has-order-content-reverse .columns .ict-left-column.column{
        order: 1 !important;        
    }
}
/* Custom Featured Products */
.homeFeaturedProductsWrapper.homepage-product-custom .homeFeaturedProducts .homepage-large-products .item-box .product-item .picture {
    background-color: #f3ffde;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.homeFeaturedProductsWrapper.homepage-product-custom .homeFeaturedProducts .homepage-large-products .item-box:hover .product-item .picture{
    background-color: var(--primary-green-color);
}

.homeFeaturedProductsWrapper.homepage-product-custom .homeFeaturedProducts .homepage-large-products .item-box .product-item .product-title{
    margin-bottom: 3.5rem !important;
    font-size: unset !important;
}

.homeFeaturedProductsWrapper.homepage-product-custom .homeFeaturedProducts .homepage-large-products .item-box .product-item .product-title a{
    color: var(--secondary-green-color);
}


.homeFeaturedProductsWrapper.homepage-product-custom .homeFeaturedProducts .homepage-large-products .item-box .product-item .product-item--info .description{
    display: block !important;
    position: absolute;
    bottom: 3rem;
    width: 100%;
    color: var(--secondary-green-color);
}

.homeFeaturedProductsWrapper.homepage-product-custom .homeFeaturedProducts .homepage-large-products .item-box .product-item .product-item--info{
    position: relative;
    padding-top: 1rem;
}

.block .ict-list.is-linked-title li a{
    font-size: 1.44em;
    color: var(--primary-color);
}

.block .ict-list.is-linked-title {
    margin-left: 0;
    margin-top: 0;
}

.has-flex-grow .column{
    position: relative;
}
.has-flex-grow .column .block:first-child{
    margin-bottom: 3rem !important;
}
.has-flex-grow .column .block:nth-child(2){
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 65%;
}
.has-flex-grow .column .block:nth-child(2) .ict-list a{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: end;
}

/* Style to make links visually indicate that they are disabled */
.disabled-link {
pointer-events: none;
color: gray; /* You can change the color to indicate disabled state */
text-decoration: none; /* Remove underline */
cursor: not-allowed; /* Show not-allowed cursor */
}
/* Custom Styling - End */

/* ---------------------- */
/* ----Module - Start ----*/
/* ---------------------- */
/* Nav - Start */
.navbar{
    box-shadow: 0 2px 2px 1px #e2e2e2;
}

.is-header-logo {
    height: 2.5rem;
}
a.navbar-item,
.navbar-item a.navbar-link{
    font-weight: 600;
    color: var(--primary-blue-color);
}

.navbar-item .navbar-dropdown a{
    font-weight: 500;
}

.content-field-navbar .navbar-link:not(.is-arrowless)::after{
    border-color: var(--primary-blue-color);
}

.nav-search-container {
    border-top: 2px solid var(--primary-green-color);
}

.navbar-end .navbar-item .button{
    background: transparent;
}

.navbar-end .navbar-item .button i{
    color: var(--primary-blue-color);
    font-size: 1rem;
    font-weight: 500;
}

.navbar-end .navbar-item .button i:hover{
    font-weight: 700;
}

.button.is-small.is-primary:nth-child(1) {
    padding-left: 0;
}

.button.is-small.is-primary .fa-shopping-basket {
    margin-right: 5px;
}

@media screen and (min-width: 1088px) {
    .navbar-dropdown{
        border-top: 2px solid var(--secondary-lightblue-color);
    }

    .navbar-item .basket-link .badge {
        right: -0rem;
    }
}

@media screen and (max-width: 480px){
    .navbar-item a img{
        max-height: 1.8em;
    }
}
/* Nav - End */
/* Footer */
.ict-dedicated-footer .image img{
    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;
}

.ict-dedicated-footer .image img{
    object-fit: contain;
}

.column.ict-dedicated-footer-column-1{
    width: 50%;
}

.ict-dedicated-footer .column h3,
.container.footer-copyright h4{
    font-weight: 700;
}

@media screen and (max-width: 1087px) {
    .column.ict-dedicated-footer-column-1{
        width: 100%;
    }

    .container.footer-copyright{
        margin-top: 1.5rem;
    }
}
/* Footer -end */
/* Slider */
.hero.is-halfheight {
    min-height: 65vh !important;
}

.flexslider.infigo-slider .flex-direction-nav a::before{
    color: var(--white-color);
}

.flex-control-nav.flex-control-paging li .flex-active{
    background-color: var(--navy-l-color) !important;
}

.flex-control-nav.flex-control-paging li a{
    background-color: var(--white-color) !important;
}

.flexslider.infigo-slider .flex-control-paging li:hover a{
    background-color: var(--navy-h-color) !important;
}

@media screen and (max-width: 767px) {
    .slides .section.hero.hero.is-halfheight{
        background-position: left;
        text-align: center;
    }

    .slides .section.hero.hero.is-halfheight .columns{
        display: flex;
    }
}
/* Featured Categories */
.homeFeaturedCategoriesWrapper .listWrapper.columns{
    justify-content: center !important;
}

.arone-category-page  section.category-subcategory-section .item-box,
.listWrapper .listItem .small-product-item{
    border-top: unset !important;
    cursor: pointer;
}

.arone-category-page  section.category-subcategory-section .sub-category-item,
.listWrapper .listItem .small-product-item .category-item{
    display: flex;
    flex-direction: column-reverse;
}

.sub-category-grid .listWrapper .item-box .sub-category-item .category-title,
.listWrapper .listItem .small-product-item .category-item .product-title{
    position: unset !important;
    transition: unset !important;
    background: transparent !important;
    padding: 2rem 0 !important;
}

.sub-category-grid .listWrapper .item-box .sub-category-item .category-title{
    transform: unset !important;
    -webkit-transform: unset !important;
    -moz-transform: unset !important;
    -ms-transform: unset !important;
    -o-transform: unset !important;
}

.arone-category-page  section.category-subcategory-section .category-title a,
.listWrapper .listItem .small-product-item .category-item .product-title a{
    font-size: 1rem;
    font-weight: 600;
    background: transparent;
    color: var(--secondary-lightblue-color) !important;
}

.arone-category-page  section.category-subcategory-section .picture,
.listWrapper .listItem .small-product-item .category-item .picture{
    background: var(--navy-l-color);
    transition: .2s;
}

.arone-category-page  section.category-subcategory-section .sub-category-item:hover .picture,
.listWrapper .listItem .small-product-item:hover .category-item .picture{
    background: var(--secondary-lightblue-color);
}

.arone-category-page  section.category-subcategory-section .picture img,
.listWrapper .listItem .small-product-item .category-item .picture img{
    object-fit: contain !important;
}

.listWrapper .listItem .small-product-item .category-item .category-short-description{
    display: none;
}

.arone-category-page  section.category-subcategory-section .category-title a,
.listWrapper .listItem .small-product-item .category-item .product-title a{
    font-size: 1.6rem;
}

@media screen and (max-width: 1279px) {
    .sub-category-grid .listWrapper .item-box .sub-category-item .category-title a{
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 1089px) {
    .listWrapper .listItem .small-product-item .category-item{
        align-items: center;
    }

    .sub-category-grid .listWrapper .item-box .sub-category-item .category-title,
    .listWrapper .listItem .small-product-item .category-item .product-title{
        padding-top: 1rem !important;
        padding-bottom: 0 !important;
    }

    .sub-category-grid .listWrapper .item-box .sub-category-item .category-title a,
    .listWrapper .listItem .small-product-item .category-item .product-title a{
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 871px) {
    .sub-category-grid .listWrapper .item-box .sub-category-item .category-title,
    .listWrapper .listItem .small-product-item .category-item .product-title{
        padding-top: 1rem;
    }

    .sub-category-grid .listWrapper .item-box .sub-category-item .category-title a,
    .listWrapper .listItem .small-product-item .category-item .product-title a{
        font-size: 1rem;
    }
}

@media screen and (min-width: 768px) {
    .sub-category-grid.sub-category-wrapper .listWrapper .listItem,
    .homeFeaturedCategoriesWrapper .listWrapper .listItem{
        width: 33.333%;
    }

    .sub-category-grid .listWrapper .item-box .sub-category-item .category-title,
    .listWrapper .listItem .small-product-item .category-item .product-title{
        transform: unset !important;
    }

    .sub-category-grid.sub-category-wrapper .listWrapper.columns{
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    .listWrapper .listItem{
        width: 50%;
    }

    .arone-category-page  section.category-subcategory-section .category-title a,
    .listWrapper .listItem .small-product-item .category-item .product-title a{
        font-size: 1.6rem;
    }

}

@media screen and (max-width: 600px) {
    .arone-category-page  section.category-subcategory-section .category-title a,
    .listWrapper .listItem .small-product-item .category-item .product-title a{
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 475px) {
    .arone-category-page  section.category-subcategory-section .category-title a,
    .listWrapper .listItem .small-product-item .category-item .product-title a{
        font-size: 1rem;
    }
}

@media screen and (max-width: 425px) {
    .listWrapper .listItem{
        width: 100%;
    }

    .arone-category-page  section.category-subcategory-section .category-title,
    .listWrapper .listItem .small-product-item .category-item .product-title{
        padding-bottom: 1rem !important;
    }

    .arone-category-page  section.category-subcategory-section .category-title a,
    .listWrapper .listItem .small-product-item .category-item .product-title a{
        font-size: 1.6rem !important;
    }
}
/* Featured Category - end */
/* Modules - End */

/* ---------------------- */
/* -----Pages - Start-----*/
/* ---------------------- */
/* Product and Category page */
/* Breadcrumb  */
.breadcrumb-section {
    background-color: var(--navy-l-color);
}

.breadcrumb li:not(:last-child) a{
    font-weight: 700;
    color: var(--primary-blue-color);
}

.breadcrumb li:last-child a{
    font-weight: 500;
}

/* Product Landing Page */
/* Picture Column */
.column.picture-wrapper .bigpicture{
    background-color: var(--navy-l-color);
}

/* Details Column */
.column.details-wrapper .title{
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: none;
}

.column.details-wrapper .subtitle{
    color: var(--text-color);
}

.product-wrapper.arone-product-landing-page .details-wrapper .product-variant-list .custom-product-form{
    display: flex;
    justify-content: space-between;
}

.product-wrapper.arone-product-landing-page .hero{
    background-color: var(--tertiary-green-color);
    color: var(--secondary-green-color);
}

.product-wrapper.arone-product-landing-page .hero.is-primary .level-item .title span{
    font-weight: 700;
    font-size: 1.8rem;
}

.product-wrapper.arone-product-landing-page .hero.is-primary .subtitle,
.product-wrapper.arone-product-landing-page .hero .level .is-fullwidth p{
    color: var(--secondary-color);
}

.product-wrapper.arone-product-landing-page .section.related-products-section{
    background-color: var(--tertiary-lightgreen-color) !important;
}

.product-wrapper.arone-product-landing-page .section.related-products-section .product-item .product-item--content .product-title a{
    color: var(--secondary-green-color);
}

.product-wrapper.arone-product-landing-page .section.related-products-section .product-item .product-item--content h2.product-title a{
    font-size: 1.44rem;
}

.product-wrapper.arone-product-landing-page .section.related-products-section .title{
    color: var(--secondary-green-color) !important;
}

.product-wrapper.arone-product-landing-page .section.related-products-section .title,
.product-wrapper.arone-product-landing-page .section.related-products-section .product-item .product-item--content{
    text-align: center;
}

.product-wrapper.arone-product-landing-page .section.related-products-section .product-item .product-item--content .product-item-teaser-details{
    display: none !important;
}

.section.related-products-section .listWrapper .listItem .product-item .product-item--info .product-item--content{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section.related-products-section .listWrapper .listItem .product-item .product-item--info .product-item--content .product-title{
    max-width: 15rem;
}

.section.related-products-section .listWrapper .listItem .product-item--image .picture{
    background-color: var(--white-color);
}

/* Product Attribute */
.product-wrapper.arone-product-landing-page .details-wrapper .product-variant-line{
    display: flex;
    flex-direction: column;
}

.product-wrapper.arone-product-landing-page .details-wrapper .product-variant-line .block{
    margin-bottom: 1.5rem;
    position: relative;
}

.product-wrapper.arone-product-landing-page .details-wrapper .product-variant-line .price-quantity-start-wrapper{
    order: 2;
    margin-bottom: 1.5rem;
}

.product-wrapper.arone-product-landing-page .details-wrapper .product-variant-line .custom-product-form{
    order: 4;
}

.details-wrapper .product-variant-line .custom-product-form .field.is-grouped{
    width: 40%;
}

.details-wrapper .product-variant-line .custom-product-form .field.is-grouped .control:nth-child(2){
    width: 100%;
}

.product-wrapper.arone-product-landing-page .details-wrapper .product-variant-line .custom-product-form .level label{
    font-size: 1.2rem;
    font-weight: 700;
}

.quantity-wrapper label.enterQuantityBoxLabel{
    font-size: 1.2rem !important;
}

.type_DropdownList .attribute-item .Select{
    font-size: 1.1em;
    font-weight: 500;
    color: var(--secondary-lightblue-color);
    box-shadow: none;
    border-color: var(--primary-blue-color);
}

.catfish-select:focus, .catfish-select.is-focused, .catfish-select:active, .catfish-select.is-active{
    box-shadow: 0 0 0 .125em rgba(31, 64, 87, .25);
}

section.help-me .column{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: -2rem;
}

section.help-me .column .ict-sub-title{
    display: flex;
    align-items: center;
    margin-bottom: 0 !important;
    font-weight: 500;
}

section.help-me .column .ict-buttons .button{
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    background-color: var(--navy-l-color) !important;
    color: var(--primary-blue-color);
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

section.help-me .column .ict-buttons .button:hover{
    background-color: var(--secondary-lightblue-color) !important;
    color: var(--white-color);
}

@media screen and (max-width: 1332px){
    section.help-me .column{
        flex-direction: column;
    }

    section.help-me .column .ict-sub-title{
        margin-bottom: 1.5rem !important;
    }

    section.help-me .column .ict-buttons .button{
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
}

@media screen and (max-width: 1264px){
    section.help-me .column .ict-buttons{
        display: flex !important;
    }

    section.help-me .column .ict-buttons .button{
        flex-grow: 1;
    }
}

@media screen and (max-width: 1264px) and (min-width: 1089px){
    section.help-me .column .ict-buttons .button:not(:last-child){
        margin-right: 0 !important;
    }
}

@media screen and (max-width: 1149px) {
    .product-variant-line .custom-product-form{
        flex-direction: column;
    }


    .product-variant-line .custom-product-form .field .control:nth-child(2){
        width: 92%;
    }

    .product-variant-line .custom-product-form .buttons li{
        width: 50%;
    }

    .product-variant-line .custom-product-form .buttons li .button{
        width: 100%;
    }
}

@media screen and (max-width: 480px){
    .product-variant-line .custom-product-form{
        flex-direction: column;
    }

    .product-variant-line .custom-product-form .field .control:nth-child(2){
        width: 92%;
    }

    .product-variant-line .custom-product-form .buttons li{
        width: 50%;
    }

    .product-variant-line .custom-product-form .buttons li .button{
        width: 100%;
    }

    section.help-me .column .ict-buttons .button:not(:last-child){
        margin-right: 0 !important;
    }
}

/* Product Card */
.listItem .product-title{
    font-size: 1.6rem;
    font-weight: 700;
}

.listItem .product-item--info .description{
    font-size: .875rem;
    color: var(--text-color);
}

.product-item--content .product-title{
    margin-top: 1rem;
}

.product-item .productlistproductdetailbutton{
    background: transparent;
    border: 2px solid var(--primary-green-color);
    color: var(--primary-green-color);
    font-weight: 600;
}

.product-item .productlistproductdetailbutton:hover{
    background: var(--primary-green-color);
    border: 2px solid var(--primary-green-color);
    color: var(--white-color);
}

.page-catalog-category .category-product-section .listItem .product-item-teaser-details,
.homepage-large-products .listItem .product-item-teaser-details{
    margin-bottom: 1rem;
}

.homepage-large-products .listItem .product-item .product-item--content{
    display: flex;
    flex-direction: column;
}

.homepage-large-products .listItem .product-item .product-item--content .product-title{
    font-size: 2em !important;
}

.homepage-large-products .listItem .product-item .product-item--content .description{
    font-size: 1em !important;
}

.homepage-large-products .listItem .product-item .product-item--content .product-item-teaser-details{
    order: 2;
}

.page-catalog-category .category-product-section .listItem .product-title a,
.homepage-large-products .listItem .product-title a{
    color: var(--primary-blue-color);
}

.page-catalog-category .category-product-section .listWrapper .listItem .item-box .catfish-default-product-box .cart-item__price, 
.homeFeaturedProductsWrapper .listWrapper .listItem .item-box .catfish-default-product-box .alternate--prices,
.homeFeaturedProductsWrapper .listWrapper .listItem .item-box .catfish-default-product-box .cart-item__price, 
.homeFeaturedProductsWrapper .listWrapper .listItem .item-box .catfish-default-product-box .alternate--prices,
.catfish-default-product-box .alternate--prices,
.homeFeaturedProductsWrapper .listWrapper .listItem .item-box .catfish-default-product-box .cart-item__summaryShortDescription{
  display: none !important;
}

.page-catalog-category .category-product-section .listItem .item-box .product-item--info,
.homepage-large-products .listItem .item-box .product-item--info{
    text-align: center;
}

.page-catalog-category .category-product-section .listItem .product-item--info .product-item-teaser-details{
    display: none !important;
}

.page-catalog-category .listWrapper .listItem .product-item .product-item--info .product-item--content{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-catalog-category .listWrapper .listItem .product-item .product-item--info .product-item--content .product-title{
    max-width: 15rem;
}

.page-catalog-category .category-product-section .product-grid .listWrapper{
    justify-content: center;
}

.item-box .product-item--image .picture{
    background-color: var(--navy-l-color);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.item-box:hover .product-item--image .picture{
    background-color: var(--primary-blue-color);
}

@media screen and (max-width: 900px){
    section.is-tablet-column .columns .column{
        width: 100% !important;
    }
}

@media screen and (max-width: 767px){
   section.has-extralarge-padding{
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
        background-position: right;
        text-align: center;
   }

   section.is-fullwidth-tablet .columns .column{
        width: 100% !important;
   }
}

/*Category Page*/
.arone-category-page.sub-category-pages .hero,
.page-catalog-category .arone-category-page.subcategory-main-page .hero{
    height: 40vh;
    justify-content: center;
}

.page-catalog-category .arone-category-page.subcategory-main-page .hero.category-hero-section .hero-body,
.arone-category-page.sub-category-pages .hero .hero-body{
    float: right;
    width: 50%;
}

.page-catalog-category .arone-category-page.subcategory-main-page .hero .hero-body h1.title{
    font-size: 3rem;
    font-weight: var(--ff-extra-bold);
    color: var(--primary-green-color) !important;
    order: unset !important;
}

.page-catalog-category .arone-category-page.subcategory-main-page .hero .hero-body .subtitle{
    font-size: 1em !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    text-transform: none !important;
    font-weight: 400;
    color: var(--white-color) !important;
}

.page-catalog-category .arone-category-page.sub-category-pages .hero.category-hero-section .hero-body h1{
    font-size: 3rem !important;
    text-transform: uppercase;
    font-weight: var(--ff-extra-bold);
    line-height: 1;
}

.page-catalog-category .arone-category-page.sub-category-pages .hero .hero-body .subtitle{
    font-size: 3rem;
    font-weight: var(--ff-extra-bold);
    color: var(--primary-green-color);
    text-transform: uppercase;
    line-height: 1;
}

.page-catalog-category .arone-category-page,
.page-catalog-category .arone-category-page.sub-category-pages .hero .hero-body {
    display: flex;
    flex-direction: column;
}

.page-catalog-category .arone-category-page .breadcrumb-section,
.page-catalog-category .arone-category-page.sub-category-pages .hero .hero-body .title {
    order: 2;
}
.page-catalog-category .arone-category-page .category-description-wrapper {
    order: 3;
}
.page-catalog-category .arone-category-page .category-subcategory-section,
.page-catalog-category .arone-category-page .category-product-section {
    order: 4;
}
.page-catalog-category .arone-category-page .category-bottomdescription-wrapper {
    order: 5;
}

@media screen and (max-width: 1088px){
    .arone-category-page.main-category-page  .category-description-wrapper section .column{
        width: 50% !important;
    }

    .section.has-flex-grow .block .ict-buttons.buttons{
        flex-direction: column;
    }
    .section.has-flex-grow .block .ict-buttons.buttons .button{
        width: 100%;
        font-size: 1rem;
    }

    .page-catalog-category .arone-category-page.main-category-page .hero .hero-body .title{
        text-align: center;
    }
    .page-catalog-category .arone-category-page.subcategory-main-page .hero .hero-body{
        padding: 6rem 0 !important;
    }
}

@media screen and (max-width: 767px){
    .page-catalog-category .arone-category-page.subcategory-main-page .hero.category-hero-section .hero-body,
    .page-catalog-category .arone-category-page.sub-category-pages .hero .hero-body {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 480px){
    .category-description-wrapper section .column{
        width: 100%;
    }
}

/* Category Background */
.page-catalog-category .arone-category-page.main-category-page .hero{
    background-image: url('/00000000-0000-0000-0000-000000000000/Handler/CSSOverride/GetImage/1/markets_banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    
}

.page-catalog-category .arone-category-page.sub-category-pages .hero{
    background-image: url('/00000000-0000-0000-0000-000000000000/Handler/CSSOverride/GetImage/1/category_banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

@media screen and (max-width: 767px) {
    .page-catalog-category .arone-category-page.sub-category-pages .hero,
    .page-catalog-category .arone-category-page.main-category-page .hero{
        background-position: right;
    }
}

/* Topic Page */

/* About Us */
@media screen and (max-width: 768px){
    section.is-fullwidth-tablet .title{
        text-align: center !important;
    }
}

/* Contact Us Page */
.form-section .columns .column:first-child{
    margin-right: 8rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.location-section .column .ict-paragraph p{
    margin-bottom: 0 !important;
}

@media screen and (max-width: 1087px) {
    .form-section .columns{
        display: flex;
    }

    .form-section .columns .column:first-child{
        order: 2;
    }

    .form-section .columns .column:first-child{
        margin-right: 0rem;
        gap: 0rem;
    }
}

/* Resource Page */
.resource-section .column .link{
    font-size: 1.44rem;
}

.resource-section .column .link .icon{
    margin-left: -2rem;
}

.resource-section .column .link span i{
    display: none;
}

.artwork-section .column .block:first-child{
    margin-bottom: 0 !important;
}

/* Basket */
/* Cart form */

.shoppingcart__wrapper .cartform .cartTableWrapper .cart tr.cart-item-row{
    background-color: var(--navy-l-color);
}

.rawAttributeInfo__item .title {
  font-size: .875rem;
  font-weight: 500;
    margin-bottom: 0;
    color: var(--primary-blue-color);
}

.rawAttributeInfo__item .value{
  font-size: .875rem
}

.shoppingcart__wrapper .cartform .cartTableWrapper .cart tr.cart-item-row td.cart--productinfo .summaryShortDescription{
  -webkit-line-clamp: 3;
}

.shoppingcart__wrapper .cartform .cartTableWrapper .cart tr.cart-item-row td.cart--actions .cart--edititem .basketEditButton.design{
    background: transparent;
    border: 2px solid var(--primary-green-color);
    color: var(--primary-green-color)
} 

.shoppingcart__wrapper .cartform .cartTableWrapper .cart tr.cart-item-row td.cart--actions .cart--edititem .basketEditButton.design:hover{
    background: var(--primary-green-color);
    border: 2px solid var(--primary-green-color);
    color: var(--white-color)
}  

.cart-footer__container #continueshoppingDummy{
    border: 2px solid var(--primary-green-color);
    color: var(--primary-green-color);
}

.cart tr.cart-item-row td.cart--quantity .quantityChanger{
    box-shadow: none;
    border: 1px solid var(--primary-blue-color);
    color: var(--secondary-lightblue-color);
}

.rawAttributeInfo{
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}

/* Cart Footer */
.cart-footer__container #continueshoppingDummy:hover{
    border: 2px solid var(--primary-green-color);
    color: var(--white-color);
    background-color: var(--primary-green-color);
}

.shoppingcart__wrapper .cart-footer .cart-footer__container{
    border-color: var(--primary-blue-color);
}

.cart-total .cart_total_left{
    color: var(--primary-blue-color);
}

@media screen and (min-width: 1472px) {
    .shoppingcart__wrapper .cartform .cartTableWrapper .cart tr.cart-item-row td.cart--productinfo{
        flex-grow: 1;
    }

    .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: .3;
    }

    .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: 24.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-right: 1rem;
    }

    .shoppingcart__wrapper .cartform .cartTableWrapper .cart-item-row .cart--actions__buttons .cart--deleteitem{
        width: 30%;
    }

    .cart--actions__buttons.buttons .basketEditButton,
    .cart--actions__buttons.buttons #deleteCartItem{
        font-size: .825rem;
        padding-left: .75rem;
        padding-right: .75rem;
    }

    .rawAttributeInfo .rawAttributeInfo__item{
        width: 50%;
    }
}

@media screen and (max-width: 1471px){
    .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;
    }

    .rawAttributeInfo .rawAttributeInfo__item {
        flex-grow: 1;
    }
}

.page-checkout-onepagecheckout #cartTotals{
    border: 1px solid var(--primary-blue-color);
    margin-left: .75rem;
}
/* Pages - End */

/* -----------------------*/
/* -----Dynamic Script----*/
/* -----------------------*/

/* Scripts */
.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;
}
