:root {
    --dark-blue: #1D3151;
    --text-blue: #70809D;
    --light-blue: #a4aec5;
    --cyan: #009FE3;
    --red: #E94B52;
}


/* Header spacer reset */
@media screen and (min-width: 768px) {
    .header-spacer {
        height: 5.33333em;
    }
}

/* Global */
h1,
h2,
h3,
h4,
h5 {
    color: #1D3151;
    /*Overwriting the title text colour to match brand guidelines`*/
}

.title {
    font-weight: 800;
}

html:not(.page-dynamicproduct-editor) input,
html:not(.page-dynamicproduct-editor) .button,
html:not(.page-dynamicproduct-editor) .catfish-button,
html:not(.page-dynamicproduct-editor) a {
    transition: 0.3s;
}

.ict-title,
.ict-page-title,
.ict-sub-title.has-text-primary {
    font-weight: 800 !important;
}

/* html:not(.page-dynamicproduct-editor) .catfish-button:not(:is(.is-primary,.is-secondary,.is-danger)),
html:not(.page-dynamicproduct-editor) .button:not(:is(.is-primary,.is-secondary,.is-danger)) {
    border: solid 2px var(--dark-blue)
}`

html:not(.page-dynamicproduct-editor) .catfish-button:not(:is(.is-primary,.is-secondary,.is-danger)):hover,
html:not(.page-dynamicproduct-editor) .button:not(:is(.is-primary,.is-secondary,.is-danger)):hover {
    background: transparent;
    color: var(--dark-blue);
    border-color: var(--dark-blue);
}

html:not(.page-dynamicproduct-editor) .catfish-button.is-secondary:hover,
html:not(.page-dynamicproduct-editor) .button.is-secondary:hover {
    color: var(--red);
    background: transparent;
    border-color: var(--red)
}

html:not(.page-dynamicproduct-editor) .catfish-button.is-danger:hover,
html:not(.page-dynamicproduct-editor) .button.is-danger:hover {
    background: transparent;
    color: #CF4646;
    border: solid 2px #CF4646;
    font-weight: 800;
}

html:not(.page-dynamicproduct-editor) .catfish-button.is-danger,
html:not(.page-dynamicproduct-editor) .button.is-danger {
    border: solid 2px #CF4646;
    font-weight: 800;
} */


.catfish-button.is-primary,
.button.is-primary {
    border: solid 2px var(--red);
    color: white;
    background-color: var(--red);
}

.catfish-button.is-primary:hover,
.catfish-button.is-primary.is-hovered,
.button.is-primary:hover,
.button.is-primary.is-hovered {
    background-color: white;
    border-color: var(--red);
    color: var(--red);
}

.catfish-button.is-secondary,
.button.is-secondary {
    border: solid 2px var(--red);
}

.catfish-button.is-secondary:hover,
.catfish-button.is-secondary.is-hovered,
.button.is-secondary:hover,
.button.is-secondary.is-hovered {
    background-color: white;
    border-color: var(--red);
    color: var(--red);
}

.catfish-button.has-style-custom-1,
.button.has-style-custom-1 {
    border: solid 2px var(--red);
    background-color: white;
    color: var(--red);
}

.catfish-button.has-style-custom-1:hover,
.catfish-button.has-style-custom-1.is-hovered,
.button.has-style-custom-1:hover,
.button.has-style-custom-1.is-hovered {
    background-color: var(--red);
    border-color: var(--red);
    color: white;
}

input#btn-small-search {
    border: solid 2px var(--red);
    background: var(--red);
    color: white;
}

input#btn-small-search:hover {
    border: solid 2px var(--red);
    background: white;
    color: var(--red);
}

.picture-wrapper img {
    border-radius: 6px;
}

/* Header */
@media screen and (max-width:1087px) {
    .navbar-dropdown .navbar-item {
        padding-left: 2.5rem;
    }
}

.content-field-navbar .navbar-link:not(.is-arrowless)::after {
    border-color: var(--red);
}

a.navbar-item,
.navbar-link {
    color: var(--dark-blue);
    font-weight: 600;
}

@media screen and (min-width:1088px) {
    .ict-navbar .navbar-end>.navbar-item.has-dropdown>.navbar-link:before {
        content: "\f007";
        font-family: "Font Awesome 5 Pro";
        font-size: 1rem;
        position: absolute;
        left: 0.25rem;
    }

    .ict-navbar .navbar-end .buttons .button {
        background: transparent;
        border: solid 2px var(--red);
        border-radius: 30%;
        width: 2rem;
        height: 2rem;
        padding: 1.1rem;
        color: var(--red);
        font-size: 1.25rem;
        -webkit-border-radius: 30%;
        -moz-border-radius: 30%;
        -ms-border-radius: 30%;
        -o-border-radius: 30%;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
    }

    a.button.is-small.is-primary:hover {
        color: white;
        background: var(--red);
    }

    .ict-navbar .navbar-end .buttons .button:first-of-type:before {
        content: "\f07a";
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        font-size: 1.25rem;
        margin-left: -2px;
    }

    .ict-navbar .navbar-end .buttons .button:first-of-type {
        font-size: 0;
    }


}

@media screen and (max-width:1087px) {

    a.navbar-item .icon i.fal:before,
    .ict-navbar .navbar-search-toggle .fa-search:before {
        font-weight: 600;
    }

    .navbar-right-mobile a.navbar-item,
    .navbar-right-mobile .navbar-link {
        color: var(--red);
    }

    .navbar-item .badge {
        top: 0.4rem;
        right: 0;
    }

    .navbar-right-mobile a.navbar-item:is( :focus, :focus-within, :hover, .is-active),
    .navbar-right-mobile .navbar-link:is( :focus, :focus-within, :hover, .is-active) {
        color: var(--red);
    }

}

@media screen and (max-width:499px) {
    .navbar-brand .navbar-item {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .category-extra-info .column:nth-child(2) .columns  {
        display: flex !important;
    }

    .category-extra-info .ict-image-column{
        order: 2;
    }

    .category-extra-info .ict-image-column .image{
        height: 50%;
    }

    .category-extra-info .ict-content-column{
        order: 1;
    }

    .footer-socials-section{
        margin-top: 25rem;
    }
}

/* Category page */
.arone-category-page .category-intro-wrapper .title {
    text-align: center;
    font-weight: 800;
}

html.page-catalog-product {
    scroll-behavior: smooth;
}

/* Homepage grid */

.homeFeaturedCategoriesWrapper {
    padding-bottom: 0;
}

.bestsellers.catfish-container {
    padding-top: 3rem;
}

.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item {
    border: solid 1px #e2e6f0;
}

.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item .picture .image img {
    object-fit: contain;
    position: relative;
    transform: scale(1);
    transition: 0.3s;
}

.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item .product-title {
    transform: none;
    position: relative;
    padding: 1rem 2rem;
    background: transparent;
    display: inline-block;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}

.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item:hover .product-title {
    background: none;
    position: relative;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}

.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
}

.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item .picture {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 2rem;
}

.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item .picture .image {
    padding: 0;
}

.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item .product-title a {
    font-size: 1.5rem;
    font-weight: 600;
}

.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item .picture .image img:hover {
    transform: scale(1.1);
}

.homeFeaturedCategoriesWrapper .listWrapper {
    justify-content: center;
}

@media screen and (max-width:768px) {
    .category-extra-info .column:nth-child(2) .columns .column{
        width: 100%;
    }

    .category-extra-info .column:nth-child(2) .columns .ict-content-column{
        padding-bottom: 3rem;
    }

    .category-extra-info .column:nth-child(2) .columns .ict-image-column image{
        height: 50%;
    }

    .footer-socials-section{
        margin-top: 40rem;
    }
}

@media screen and (min-width:768px) {
    .homePageCategories .listWrapper .listItem {
        width: 33.33%;
    }

}

@media screen and (min-width:1000px) {
    .homePageCategories .listWrapper .listItem {
        width: 20%;
    }
}

.homeFeaturedProductsWrapper .listWrapper .listItem .item-box .catfish-default-product-box .product-item--image img,
.product-grid .listWrapper .listItem .item-box .catfish-default-product-box .product-item--image img {
    border-radius: 6px;
}

.homeFeaturedProductsWrapper .listWrapper .listItem .item-box .catfish-default-product-box .alternate--prices,
.product-grid .listWrapper .listItem .item-box .catfish-default-product-box .alternate--prices {
    color: var(--red);
    font-weight: 600;
    font-size: 1rem;
}

.homeFeaturedProductsWrapper .listWrapper .listItem .item-box .catfish-default-product-box .product-title,
.product-grid .listWrapper .listItem .item-box .catfish-default-product-box .product-title {
    font-size: 1.5rem;
    margin-bottom: 0;
}

.homeFeaturedProductsWrapper .listWrapper .listItem .item-box .catfish-default-product-box .description,
.product-grid .listWrapper .listItem .item-box .catfish-default-product-box .description {
    font-size: 0.9rem;
    font-weight: 600;
}

.homeFeaturedProductsWrapper .listWrapper .listItem .item-box .catfish-default-product-box .add-info .catfish-button,
.product-grid .listWrapper .listItem .item-box .catfish-default-product-box .add-info .catfish-button,
.arone-product-landing-page .action-button-wrapper .catfish-button,
input#checkout,
#checkoutSteps .buttons>.catfish-button {
    color: white;
    background: var(--red);
    border: solid 2px var(--red);
    font-weight: 700;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.homeFeaturedProductsWrapper .listWrapper .listItem .item-box .catfish-default-product-box .add-info .catfish-button:hover,
.product-grid .listWrapper .listItem .item-box .catfish-default-product-box .add-info .catfish-button:hover,
.arone-product-landing-page .action-button-wrapper .catfish-button:hover,
input#checkout:hover,
#checkoutSteps .buttons>.catfish-button:hover {
    background: white;
    color: var(--red);
}

.homeFeaturedProductsWrapper .listWrapper .listItem .item-box .catfish-default-product-box .add-info .buttons:before,
.product-grid .listWrapper .listItem .item-box .catfish-default-product-box .add-info .buttons:before {
    content: "\f07a";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 1.25rem;
    position: absolute;
    color: var(--red);
    z-index: 1;
    left: 50%;
    margin-left: -4rem;
    top: 0.5rem;
    transition: 0.3s;
    pointer-events: none;
}

.homeFeaturedProductsWrapper .listWrapper .listItem .item-box .catfish-default-product-box .add-info .buttons,
.product-grid .listWrapper .listItem .item-box .catfish-default-product-box .add-info .buttons {
    position: relative;
}

.homeFeaturedProductsWrapper .listWrapper .listItem .item-box .catfish-default-product-box .add-info .buttons:hover:before,
.product-grid .listWrapper .listItem .item-box .catfish-default-product-box .add-info .buttons:hover:before {
    color: white;
}

.homeFeaturedProducts .homepage-large-products .listWrapper,
.product-grid .listWrapper {
    justify-content: center;
}

@media screen and (max-width:349px) {
    .homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item .product-title a {
        font-size: 1.25rem;
    }
}

.breadcrumb li+li::before {
    color: var(--red);
}

.homePageCategories .category-item .product-title a,
.breadcrumb .breadcrumb-item,
.breadcrumb a {
    position: relative;
}

.homePageCategories .category-item .product-title a:after,
.breadcrumb .breadcrumb-item,
.breadcrumb a:after {
    content: "";
    background: var(--dark-blue);
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -0.1rem;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    font-size: 1rem;
}

.homePageCategories .category-item .product-title a:hover:after,
.breadcrumb .breadcrumb-item,
.breadcrumb a:hover:after {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
}

@media screen and (min-width:1472px) {
    .homePageCategories .catfish-container {
        max-width: 1650px;
    }
}

.product-item--image a.image:after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: solid 3px transparent;
    border-radius: 6px;
    pointer-events: none;
    transition: 0.3s;
}

.product-item--image:hover a.image:after {
    border-color: var(--red);
}


/* Homepage titles */
.homeFeaturedProductsWrapper #homeFeaturedProductsTitleRow .bestsellers h3,
.homeFeaturedCategoriesWrapper .bestsellers h3 {
    font-weight: 800;
    position: relative;
}

.homeFeaturedProductsWrapper .bestsellers h3:before,
.homeFeaturedCategoriesWrapper .bestsellers h3:before,
.arone-category-page .category-intro-wrapper .title:before {
    content: "";
    background-image: url("/0/Handler/CSSOverride/GetImage/1/hine-wave.svg");
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 10rem;
    left: calc(50% - 5rem);
    top: -3rem;
}

/* Slider */
.flexslider .flex-direction-nav a:before {
    color: var(--red);
    text-shadow: none;
}

@media screen and (min-width: 1472px) {
    .flexslider:hover .flex-direction-nav .flex-prev {
        left: calc((100vw - 1440px) / 2);
    }

    .flexslider:hover .flex-direction-nav .flex-next {
        right: calc((100vw - 1440px) / 2);
    }
}

/* Breadcrumbs */
/* section.section.breadcrumb-section.is-small {
    background: #1b3252;
}

section.section.breadcrumb-section.is-small .breadcrumb ul li a {
    color: white;
} */

/* Downloadable Template attribute */
.attribute.name_Downloadable_Template .attributeHeader {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.attribute.name_Downloadable_Template .attribute-item {
    display: none;
}

.attribute.name_Downloadable_Template .attributeHeader .attributeDescription {
    margin-top: 0.5rem;
}

.attribute.name_Downloadable_Template {
    border-bottom: solid 1px #70809d5e;
}

/* Landing page */
.arone-product-landing-page .product-variant-list.block.is-medium {
    margin-top: 1.5rem;
}

.attribute.name_Downloadable_Template .attributeDescription .attribute-template .button {
    width: 100%;
}

.attribute.name_Downloadable_Template .attributeHeader {
    text-align: center;
}

.arone-product-landing-page .related-products-section .title {
    text-align: center;
    font-size: 2.074em;
}

.arone-product-landing-page .related-products-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.FAQs h1.title:after,
h2.orders_v2_title.title:after {
    content: "";
    background-image: url("/0/Handler/CSSOverride/GetImage/1/hine-wave.svg");
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 10rem;
    left: calc(50% - 5rem);
    bottom: -3rem;
}

.arone-product-landing-page .product-info-section .details-wrapper h1.title,
.page-title h1,
.FAQs h1.title,
h2.orders_v2_title.title {
    position: relative;
}

.arone-product-landing-page .product-info-section .details-wrapper h1.title {
    margin-bottom: 3rem;
}

.hero.is-primary .title {
    color: var(--red);
}

.hero.is-small .hero-body,
.hero.is-primary .subtitle,
.hero.is-primary .title .hrs,
.hero.is-primary .title .mnt,
.hero.is-primary .title .scs,
.hero.is-primary .title .subtitle,
.hero.is-primary .title .day_name,
.hero.is-primary .title .day_nr,
.hero.is-primary .title .month {
    color: var(--dark-blue);
    font-weight: 800;
}

.hero.is-primary {
    background: none;
}

@media screen and (max-width:767px) {
    .product-details-info .thumbs.column .thumb.column.product-picture {
        max-width: 25%;
    }
}


.thumb.column.product-picture {
    max-width: 9rem;
}

.thumbs .columns.is-variable.is-1.is-mobile {
    justify-content: center;
}

.hero.is-primary{
    background: none;
    border-top: solid 1px #eee;
}


/*Orientation attribute*/

.attribute.name_Orientation .arone-product-landing-page .attributeHeader {
    max-width: 100%;
}

.attribute.name_Orientation .arone-product-landing-page .attribute-item {
    width: auto;
}

.attribute.name_Orientation .attributeHeader {
    max-width: 100%;
}

.attribute.name_Orientation .attribute-item {
    width: auto;
}

.arone-product-landing-page .attributes .attribute.name_Orientation {
    flex-direction: column !important;
    flex-wrap: wrap;
    justify-content: flex-start !important;
}

.attribute.name_Orientation .attribute-value-item.column {
    max-height: 100%;
    height: auto;
}

.attribute.name_Orientation .attribute-item label .text {
    display: none;
}

.attribute.name_Orientation .attribute-item label .attributeValueInfo {
    height: auto;
    margin: 0px;
    display: flex;
}

.attribute.name_Orientation .attribute-value-item input {
    height: auto;
}

.attribute.name_Orientation .attribute-value-item label {
    border: solid 2px #1D3151;
    height: auto;
    max-height: 100%;
    padding: 0px !important;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.attribute.name_Orientation .attribute-value-item input:checked+label.button {
    height: auto !important;
    max-height: 100% !important;
    background-color: transparent;
    padding: 0px;
    border: solid 2px #009FE3 !important;
}

.arone-product-landing-page .attribute.name_Orientation label.button:hover {
    background-color: transparent;
    border-color: #009FE3;
}

.attribute.name_Orientation .attribute-value-item.column {
    width: 25% !important;
}

@media screen and (max-width:767px) {
    .attribute.name_Orientation .attribute-item.columns {
        display: flex;
    }

    .attribute.name_Orientation .attribute-value-item.column {
        width: 50% !important;
        flex: none;
    }
}

@media only screen and (min-width: 1088px) {

    .attribute.name_Orientation .arone-product-landing-page .attributeHeader {
        max-width: 100%;
    }

    .attribute.name_Orientation .arone-product-landing-page .attribute-item {
        width: auto;
    }

}

.attribute.name_Orientation .attribute-item.columns .attribute-value-item.column {
    width: 25%;
    min-width: 25%;
    max-width: 25%;
}

.attribute.name_Orientation .attribute-item.columns {
    flex-wrap: wrap;
    justify-content: center;
}

/* Footer */
@media screen and (max-width:767px) {
    .ict-dedicated-footer .columns {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin-right: 0 !important;
    }

    .ict-dedicated-footer .columns .column {
        width: 50%;
    }
}

.ict-dedicated-footer h3 {
    color: white;
}

ul.has-list-style-none,
ol.has-list-style-none {
    list-style: none !important;
}

.hide-social-text li a span:last-child {
    display: none;
}

.footer-socials-section li a {
    color: var(--light-blue);
    transition: 0.3s;
}

.footer-socials-section li a:hover {
    color: white;
}

.footer-socials-section ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.footer-navigation-section .main-links a {
    color: white;
    transition: 0.3s;
    font-size: 1.3rem;
}

.footer-navigation-section .sub-links a {
    color: var(--light-blue);
    transition: 0.3s;
    font-size: 1.15rem;
}

.footer-navigation-section .main-links,
.footer-navigation-section .sub-links {
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: 0;
    flex-wrap: wrap;
}

.footer-navigation-section .main-links li:not(:last-child),
.footer-navigation-section .sub-links li:not(:last-child) {
    padding-right: 1rem;
}

.footer-navigation-section .main-links li,
.footer-navigation-section .sub-links li,
.footer-socials-section ul li,
.footer-logo-section .columns .column .ict-sub-title {
    margin: 0;
}

.footer-navigation-section .main-links li a,
.footer-navigation-section .sub-links li a {
    position: relative;
}

.footer-navigation-section .main-links li a:after {
    background: white;
}

.footer-navigation-section .sub-links li a:after {
    background: var(--light-blue);
}

.footer-navigation-section .main-links li a:after,
.footer-navigation-section .sub-links li a:after {
    content: "";
    height: 0.1em;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -0.1rem;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}

.footer-navigation-section .main-links li a:hover:after,
.footer-navigation-section .sub-links li a:hover:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.footer-socials-section .icon i {
    font-size: 2rem;
}

.footer-socials-section .icon {
    height: auto;
    width: auto;
}

.footer-socials-section ul li:not(:last-child) {
    padding-right: 1.75rem;
}

.footer-logo-section .columns .column .block {
    margin-bottom: 0.5rem;
    display: inline-block;
}

.section.footer-socials-section {
    padding-bottom: 3rem;
}

/* Basket / Cart */
.shoppingcart__wrapper .cartform .cartTableWrapper .cart-label-header,
#cartTotals .cart-total .cart_total_left strong {
    color: var(--dark-blue);
    font-weight: 800;
}

#cartsliderrow .page-title h1,
.shoppingcart__wrapper .page-title h1 {
    font-weight: 800;
}

.rawAttributeInfo__item .title,
.shoppingcart__wrapper .cartform .cartTableWrapper .cart tr.cart-item-row td.cart--productinfo .product__title {
    font-weight: 700;
}

#cartsliderrow .page-title h1,
.shoppingcart__wrapper .page-title h1 {
    position: relative;
    margin-bottom: 6rem;
    text-align: center;
}

#cartsliderrow .page-title h1,
.shoppingcart__wrapper .page-title h1:after {
    content: "";
    background-image: url("/0/Handler/CSSOverride/GetImage/1/hine-wave.svg");
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 10rem;
    left: calc(50% - 5rem);
    bottom: -3rem;
}

#cartsliderrow,
.shoppingcart__wrapper {
    padding-top: 3rem;
}

/* FAQ Page */
.FAQs h1.title {
    color: var(--dark-blue);
    font-weight: 800;
    margin-bottom: 3.5rem;
}

.card-header-title.subtitle {
    color: var(--dark-blue);
    font-weight: 800;
    cursor: pointer;
}

/* My Account page */
.account-page h1 {
    text-align: center;
    font-weight: 800 !important;
}

.account-page--customerinfo .section-title {
    color: var(--dark-blue);
    font-weight: 700;
}


.block-account-navigation ul a.active,
.block-account-navigation ul a.is-active {
    background-color: var(--red);
}

.block-account-navigation .title {
    color: var(--dark-blue);
    font-weight: 700;
}

.block-account-navigation ul a:not(.is-active, .active):hover {
    background-color: #E94B5211;
}

.account-page.account-page--addresses .page-title {
    display: flex;
    flex-direction: column;
}

.account-page.account-page--addresses .page-title .addAddressButtonWrapper {
    order: 1;
    justify-self: flex-end;
    align-self: flex-end;
    margin-bottom: 1rem;
}

h2.orders_v2_title.title {
    text-align: center;
    margin-bottom: 3.5rem;
}

/* Login page */
.login__wrapper .page-title h1 {
    text-align: center;
    font-weight: 800;
    margin-bottom: 3.5rem;
}

@media screen and (max-width:399px) {
    .login__wrapper .page-title h1:after {
        bottom: -4.5rem;
    }
}

/* Search Results */
.search-panel .page-title h1 {
    font-weight: 800;
    text-align: center;
}

/* Password Recovery */
.password-recovery-container .page-title h1 {
    margin-bottom: 3.5rem;
    text-align: center;
}

/* Checkout Complete */
.checkout__complete .page-title h1 {
    font-weight: 800;
    text-align: center;
    margin-bottom: 3.5rem;
}

@media screen and (min-width:768px) and (max-width:796px) {
    .checkout__complete .page-title h1:after {
        bottom: -4.5rem;
    }
}

@media screen and (max-width:669px) {

    .checkout__complete .page-title h1:after {
        bottom: -4.5rem;
    }
}

@media screen and (max-width:369px) {
    .checkout__complete .page-title h1 {
        margin-bottom: 4rem;
    }

    .checkout__complete .page-title h1:after {
        bottom: -6.5rem;
    }
}

/* Hide default price and add From: to old price to handle pricing script default value*/
span.oldproductPrice:before {
    content: "From ";
}

.listWrapper .listItem span.productPrice {
    display: none;
}