/*----------------- */
/*------Global----- */
/*----------------- */

section.is-very-large {
    padding-top: 9rem;
    padding-bottom: 9rem;
}

section.is-homepage-banner {
    padding-top: 12rem;
    padding-bottom: 12rem;
}

.has-background-faded-blue {
    background-color: #0096d6d1;
}

.has-background-faded-blue h2,
.has-background-faded-blue h3,
.has-background-faded-blue h4,
.has-background-faded-blue h5,
.has-background-faded-blue p,
.has-background-faded-blue a {
    text-shadow: #34697b 1px 1px 4px;
}

.catfish-button,
.button {
    transition: 0.3s all cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transition: 0.3s all cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition: 0.3s all cubic-bezier(0.25, 0.1, 0.25, 1);
    -ms-transition: 0.3s all cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: 0.3s all cubic-bezier(0.25, 0.1, 0.25, 1);
}

.catfish-button:hover,
.catfish-button.is-hovered,
.button:hover,
.button.is-hovered {
    background: #191250;
    color: #fff;
}

.product-title a {
    color: #0e0e0e;
}

/*----------------- */
/*----Header/Nav--- */
/*----------------- */


.navbar-brand .navbar-item .header-logo-text {
    color: #0E0E0E;
}

.navbar-brand .navbar-item .header-logo-text:hover {
    color: #39AB5F;
}

.navbar-brand .navbar-item a {
    display: flex;
    align-items: center;
}

.navbar-brand .navbar-item .header-logo-text {
    padding-left: 0.5rem;
}

@media screen and (max-width:450px) {
    .navbar-brand a.navbar-item {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}

@media screen and (min-width:1088px) and (max-width:1279px) {

    a.navbar-item,
    a.navbar-link {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}

/* Header Ribbon */

.header-ribbon.container {
    display: none;
}

.ribbon-search-button,
.ribbon-cart-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ribbon-cart-button {
    margin-left: 1rem;
}

.ribbon-cart-button p,
.ribbon-search-button p {
    padding-left: 1rem;
}

.header-ribbon i.fas {
    color: #39AB5F;
}

.ribbon-search-button .fa-search {
    font-size: 1.2rem;
}

@media screen and (min-width: 1088px) {
    nav#main-nav {
        height: 8.5rem;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        display: flex;
        flex-wrap: wrap;
    }

    .header-ribbon.container {
        height: 3.5rem;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .header-spacer.two-tier-spacer {
        height: 8.5rem;
    }
}


input#btn-small-search {
    color: transparent !important;
    border: solid 2px #dbdbdb;
    border-left: transparent;
    background-color: transparent !important;
    background: url(/0/Handler/CSSOverride/GetImage/7/search-solid.svg);
    background-position: center;
    background-size: 1.5rem;
    background-repeat: no-repeat;
    width: 3rem;
}

input#small-searchterms {
    border: solid 2px #dbdbdb;
    border-right: none;
    box-shadow: none;
}

input#small-searchterms:hover {
    border: solid 2px #dbdbdb;
    border-right: 0;
}

@media screen and (max-width:1087px) {
    .search-box {
        max-width: 100%;
    }
}

.ribbon-search-box {
    transform: scaleX(0);
    max-width: 0px;
    transition: all 0.2s;
    transform-origin: right;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
}

.ribbon-search-button.is-active .ribbon-search-box {
    transform: scaleX(1);
    max-width: 100000px;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
}

.ribbon-search-button.is-active .fa-search,
.ribbon-search-button.is-active p {
    display: none;
}

.ribbon-search-trigger {
    display: flex;
}

.ribbon-search-button .ribbon-search-trigger {
    cursor: pointer;
}

@media screen and (min-width: 1088px) {

    .navbar-dropdown a.navbar-item:focus,
    .navbar-dropdown a.navbar-item:hover {
        background-color: transparent;
        color: #39AB5F;
    }
}

@media screen and (min-width: 1088px) {
    .navbar-dropdown {
        border-top: 0px solid #CADFEB;
        margin-top: -1rem;
    }

    a.navbar-item:hover,
    .navbar-link:hover {
        color: #39AB5F;
    }
}

/*----------------- */
/*-----Homepage---- */
/*----------------- */

/* Homepage section titles */
.customed-color-background {
    background-color: #191250;
}

/* Homepage Banner  */

.homebanners .banner .is-fullwidth .catfish-container .columns .has-background-success-dark{
    background-color: #39AB5F;
    padding: 2rem;
    max-width: calc(100% - 2rem);
}

.homebanners .banner .is-fullwidth.is-paddingless{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.homebanners .banner .is-fullwidth.is-paddingless .catfish-container .columns .column .title{
    max-width: 85%;
    font-size: 3rem;
}

.homebanners .banner .is-fullwidth.is-paddingless .catfish-container .columns .column .block p{
    max-width: 90%;
}

/* Homepage Banner - Column image */

.homebanners .banner .is-fullwidth .catfish-container .columns .column img {
    max-width: 250%;
    margin-left: -12rem !important;
}
@media screen and (max-width: 1471px) {
    .homebanners .banner .is-fullwidth.is-paddingless .catfish-container .columns .column .title {
        font-size: calc(100vw / 33);
    }
}

/* Mobile homepage banner  */


@media screen and (max-width: 1087px) {
    .homebanners .banner .is-fullwidth.is-paddingless{
        padding-top: 5rem !important;
        padding-bottom: 0rem !important;
    }

    .homebanners .banner .is-fullwidth.is-paddingless .catfish-container .columns .column .title{
        max-width: 100%;
        font-size: 2rem;
    }
    
    .homebanners .banner .is-fullwidth .catfish-container .columns .column img{
        margin-left: 1rem !important;
        max-width: 100%;
        padding-top: 0;
    }

    .homebanners .banner .is-fullwidth.is-paddingless .catfish-container .columns .has-background-success-dark{
        margin: auto 2rem;
    }

}


@media screen and (max-width: 480px) {
    .homebanners .banner .is-fullwidth.is-paddingless{
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .homebanners .banner .is-fullwidth.is-paddingless .catfish-container .columns .column h2{
        animation: bounce-in 1.5s ease;
        -webkit-animation: bounce-in 1.5s ease;
    }

    .homebanners .banner .is-fullwidth.is-paddingless .catfish-container .columns .column:nth-child(1) .block:nth-child(2) p{
        animation: 2s anim-lineUp ease-out;
        -webkit-animation: 2s anim-lineUp ease-out;
}

    .homebanners .banner .is-fullwidth.is-paddingless .catfish-container .columns .column:nth-child(1) .block p:nth-child(1){
        animation: 4s anim-lineUp ease-out;
        -webkit-animation: 4s anim-lineUp ease-out;
}

    .homebanners .banner .is-fullwidth.is-paddingless .catfish-container .columns .column  img{
        animation: fadeInUp 3s;
        -webkit-animation: fadeInUp 3s;
}

    .homebanners .banner .is-fullwidth.is-paddingless .catfish-container .columns .column .title{
        max-width: 100%;
        font-size: 2rem;
    }
    
    .homebanners .banner .is-fullwidth .catfish-container .columns .column img{
        margin-left: -10%!important;
        max-width: 120%;
        padding-top: 0;
            margin-top: -57vw;
    }
    .homebanners .banner .is-fullwidth.is-paddingless .catfish-container .columns .has-background-success-dark {
    margin: auto 2rem;
    padding-bottom: 52vw;
    margin-top: 2rem;
}

}

/* Define the animation */
@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}
  
  @keyframes bounce-in {
    0% {
      opacity: 0;
      transform: scale(.3);
    }
    70% {
      opacity: 1;
      transform: scale(1.05);
    }
    90% { transform: scale(.9); }
    100% { transform: scale(1); }
  }

  @keyframes anim-lineUp {
    0% {
      opacity: 0;
      transform: translateY(80%);
    }
    20% {
      opacity: 0;
    }
    50% {
      opacity: 1;
      transform: translateY(0%);
    }
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  
/* Homepage Gradient */

section.has-gradient-background-right:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffffa6;
    bottom: 0;
    right: 0;
    z-index: 0;
}

section.has-gradient-background-right {
    position: relative;
}

section.has-gradient-background-right>.container {
    z-index: 1;
}

section.has-gradient-background-left:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffffa6;
    bottom: 0;
    left: 0;
    z-index: 0;
}

section.has-gradient-background-left {
    position: relative;
}

section.has-gradient-background-left>.container {
    z-index: 1;
}

@media screen and (min-width: 768px) {

    section.has-gradient-background-right:after {
        width: 50vw;
    }

    section.has-gradient-background-left:after {
        width: 50vw;
    }

}

/* Home featured categories */
@media screen and (max-width:767px) {
    .homeFeaturedCategoriesWrapper .listWrapper .listItem {
        width: 100%;
    }

    .arone-category-page .sub-category-grid .listWrapper .listItem {
        width: 100%;
    }

    .product-grid .listWrapper .listItem {
        width: 100%;
    }

}

@media screen and (min-width:768px){
    .homeFeaturedCategoriesWrapper .homePageCategories .listWrapper .listItem {
        width: 50%;
    }
}

@media screen and (min-width:1088px){
    .homeFeaturedCategoriesWrapper .homePageCategories .listWrapper .listItem {
        width: 25%;
    }
}

.homeFeaturedCategoriesWrapper .catfish-container .bestsellers h3 {
    display: none;
    margin: 0;
}

.homeFeaturedCategoriesWrapper .category-item .image img,
.sub-category-grid .listWrapper .item-box .sub-category-item .picture img {
    object-fit: contain;
}

.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item,
.category-subcategory-section .listWrapper .listItem .item-box {
    border: none;
}

.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item .product-title,
.category-subcategory-section .listWrapper .listItem .item-box .sub-category-item .category-title {
    display: inline-flex;
    transform: translatey(0);
}

.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item .product-title,
.category-subcategory-section .listWrapper .listItem .item-box .sub-category-item .category-title {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item .product-title,
.category-subcategory-section .listWrapper .listItem .item-box .sub-category-item .category-title {
    -moz-appearance: none;
    -webkit-appearance: none;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: none;
    display: inline-flex;
    font-size: 1rem;
    height: 2.75em;
    justify-content: flex-start;
    line-height: 1.5;
    padding-bottom: calc(0.375em - 1px);
    padding-left: calc(0.625em - 1px);
    padding-right: calc(0.625em - 1px);
    padding-top: calc(0.375em - 1px);
}

.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item .product-title,
.category-subcategory-section .listWrapper .listItem .item-box .sub-category-item .category-title {
    border-radius: 0;
    background-color: #0E0E0E;
    border-color: transparent;
    border-width: 1px;
    cursor: pointer;
    justify-content: center;
    padding-top: calc(0.375em - 1px);
    padding-bottom: calc(0.375em - 1px);
    white-space: nowrap;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    text-align: center;
}

.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item:hover .product-title,
.category-subcategory-section .listWrapper .listItem .item-box .sub-category-item:hover .category-title {
    background-color: #2c2c2c;
}

.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item .product-title,
.category-subcategory-section .listWrapper .listItem .item-box .sub-category-item .category-title {
    background-color: #191250;
}

.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item .product-title a,
.category-subcategory-section .listWrapper .listItem .item-box .sub-category-item .category-title a {
    color: #fff;
}

.homeFeaturedCategoriesWrapper .category-item .image,
.category-subcategory-section .sub-category-item .image {
    max-height: calc(100% - 2.75em);
}

@media screen and (min-width: 768px) {

    .homePageCategories .listWrapper {
        justify-content: center;
    }

    .homePageCategories .listItem {
        width: 33.33%;
    }

}


/* Home Feature products */

.homeFeaturedProducts .homepage-large-products .item-box .small-product-item .product-item .product-item--info .product-item-teaser-details{
    margin-bottom: 0.5rem;
}

@media screen and (max-width: 480px) and (min-width: 320px) {
    
    .homeFeaturedProducts .homepage-large-products .item-box .small-product-item .product-item .product-item--info .product-item-teaser-details {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: .5rem;
    }

}

@media screen and (max-width: 580px) {
    .homeFeaturedProductsWrapper .homeFeaturedProducts .catfish-container .homepage-large-products .listWrapper .listItem {
    width: 50%;
}
.homeFeaturedProducts .homepage-large-products .item-box .small-product-item .product-item .product-item--info .product-item-teaser-details {
    font-size: 0.8rem;
}
}


/*----------------- */
/*-----Category---- */
/*----------------- */


 /* Category Banner */
 .arone-category-page.hp-custom-style .category-description-wrapper .catfish-container .columns .has-background-orange-dark{
    background-color: #FFA470;
    padding: 4rem 2rem;
}

.arone-category-page.hp-custom-style .category-description-wrapper .catfish-container .columns .has-background-orange-dark > h2{
    font-size: 3rem;
}

.hp-custom-style .category-intro-wrapper .category-description-wrapper .is-fullwidth .catfish-container .columns .column img{
    position: relative;
}

@media screen and (min-width: 1408px) {
    .hp-custom-style .category-intro-wrapper .category-description-wrapper .is-fullwidth .catfish-container .columns .column img{
        max-width: 200%;
        margin-left: -12rem;
        padding-top: 4rem;
    }
}

@media screen and (max-width: 1408px) and (min-width: 1217px) {
    .hp-custom-style .category-intro-wrapper .category-description-wrapper .is-fullwidth .catfish-container .columns .column img{
        max-width: 200%;
        padding-top: 3rem;
        margin-left: -12rem;
    }
}

@media screen and (max-width: 1216px) and (min-width: 1089px) {
    .hp-custom-style .category-intro-wrapper .category-description-wrapper .is-fullwidth .catfish-container .columns .column img{
        max-width: 200%;
        padding-top: 4rem;
        margin-left: -9rem;
    }
}

@media screen and (max-width: 1089px) {
   
    .hp-custom-style .category-intro-wrapper .category-description-wrapper .is-fullwidth .catfish-container .columns .column img{
        max-width: 215%;
        margin-left: -10rem !important;
        padding-top: 4rem;
    }
}


@media screen and (max-width: 1087px) and (min-width: 768px)  {
    .hp-custom-style .category-intro-wrapper .category-description-wrapper .is-fullwidth .catfish-container .columns{
        display: flex;
        flex-direction: column;
    }

    .hp-custom-style .category-intro-wrapper .category-description-wrapper .is-fullwidth .catfish-container .columns .column:nth-child(1){
        order: 1;
    }

    .hp-custom-style .category-intro-wrapper .category-description-wrapper .is-fullwidth .catfish-container .columns .column img{
        max-width: 100%;
        margin: auto 1rem 0 1rem !important;
        padding-top: 0rem;
    }
}

/* Mobile Category banner  */


@media screen and (max-width: 767px) and (min-width: 480px){
    .arone-category-page.hp-custom-style .category-intro-wrapper{
        padding-top: 5rem !important;
        padding-bottom: 0rem !important;
    }

    .hp-custom-style .category-intro-wrapper .category-description-wrapper .is-fullwidth .catfish-container .columns{
        display: flex;
        flex-direction: column;
    }

    .hp-custom-style .category-intro-wrapper .category-description-wrapper .is-fullwidth .catfish-container .columns .column:nth-child(1){
        order: 1;
    }

    .hp-custom-style .category-intro-wrapper .category-description-wrapper  .is-fullwidth .catfish-container .columns .has-background-orange-dark{
        margin: auto 2rem;
    }

    .hp-custom-style .category-intro-wrapper .category-description-wrapper .is-fullwidth.is-paddingless .catfish-container .columns .column .title{
        max-width: 100%;
        font-size: 2rem;
    }
    
    .hp-custom-style .category-intro-wrapper .category-description-wrapper .is-fullwidth .catfish-container .columns .column img{
        margin-left: -1rem !important;
        max-width: 100%;
    }

    .item-box .product-item .product-item--info .product-item--content{
        text-align: center;
    }
}


@media screen and (max-width: 480px) and (min-width: 320px) {
    .hp-custom-style .category-intro-wrapper .category-description-wrapper .is-fullwidth .catfish-container .columns{
        display: flex;
        flex-direction: column;
    }

    .hp-custom-style .category-intro-wrapper .category-description-wrapper .is-fullwidth .catfish-container .columns .column:nth-child(1){
        order: 1;
    }

    .arone-category-page.hp-custom-style .category-intro-wrapper{
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .hp-custom-style .category-intro-wrapper .category-description-wrapper  .is-fullwidth .catfish-container .columns .column .title{
        max-width: 100%;
        font-size: 2rem;
    }
    
    .hp-custom-style .category-intro-wrapper .category-description-wrapper  .is-fullwidth .catfish-container .columns .column img{
        margin-left: -1rem !important;
        max-width: 100%;
        padding-top: 0;
    }

    .arone-category-page.hp-custom-style .category-description-wrapper .catfish-container .columns .has-background-orange-dark{
        background-color: #FFA470;
        padding: 2rem 2rem;
    }

    .item-box .product-item .product-item--info .product-item--content{
        text-align: center;
    }
}

/* Category Page */
.arone-category-page.hp-custom-style .category-intro-wrapper{
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #FBE0C2;
}

.arone-category-page.hp-custom-style .product-grid .listWrapper .listItem {
    width: 100%;
}

.arone-category-page.hp-custom-style .product-grid .listWrapper .listItem .item-box .product-item .product-item--image .image img {
    object-fit: contain;
}

.arone-category-page .category-product-section .listWrapper .product-item--info .product-item--content .description {
    font-size: 1.25rem;
}



@media screen and (min-width:768px) {
    .arone-category-page.hp-custom-style .product-grid .listWrapper .listItem .item-box .product-item {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
    }

    .arone-category-page.hp-custom-style .product-grid .listWrapper .listItem .item-box .product-item .product-item--image {
        width: 40%;
        max-width: 40%;
        height: auto;
        padding: 0;
    }

    .arone-category-page.hp-custom-style .product-grid .listWrapper .listItem .item-box .product-item .product-item--info {
        width: 45%;
        max-width: 45%;
        justify-content: space-between;
        padding: 0;
        height: 100%;
    }

    .arone-category-page.hp-custom-style .listWrapper .item-box {
        height: auto;
    }

    .arone-category-page.hp-custom-style .listWrapper .product-item--info .alternate--prices {
        display: none !important;
    }

    .arone-category-page.hp-custom-style .product-item--content .product-title a {
        font-size: 2rem;
        font-weight: normal;
    }

    .arone-category-page.hp-custom-style .product-grid .listWrapper .listItem .item-box .product-item .product-item--info .product-item--content {
        padding-bottom: 5%;
    }

    .arone-category-page.hp-custom-style .listWrapper .listItem:nth-child(2n) .item-box .product-item--image {
        order: 1;
    }

    .arone-category-page.hp-custom-style .product-grid .listWrapper .listItem .item-box {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .arone-category-page.hp-custom-style .listWrapper .listItem:not(:last-child) .item-box {
        border-bottom: solid 1px #191250;
    }

    .arone-category-page.hp-custom-style .listWrapper .listItem .item-box .product-item .product-item--info .add-info .addtocart {
        display: none 
    }

    .arone-category-page.hp-custom-style .listWrapper .listItem .item-box .product-item .product-item--info .add-info .pricerow .buttons .productlistproductdetailbutton{
        width: 60%;
        background-color: #191250;
    }

    .arone-category-page.hp-custom-style .listWrapper .listItem .item-box .product-item .product-item--info .add-info .pricerow .buttons .productlistproductdetailbutton:hover{
        background-color: #191250;
    }

}

/* Category Product-item */
.arone-category-page .category-product-section .listWrapper .product-item--info .product-item--content .description {
    overflow: visible;
    -webkit-line-clamp: unset;
    height: 100%;
    max-height: 100%;
}


.arone-category-page .category-product-section .listWrapper .product-item--info .product-item--content{
    display: flex;
    flex-direction: column;
}

.arone-category-page .category-product-section .listWrapper .product-item--info .product-item--content .product-title {
    order: 1;
}

.arone-category-page .category-product-section .listWrapper .product-item--info .product-item--content .description {
    order: 2;
}

.arone-category-page .category-product-section .listWrapper .product-item--info .product-item--content .product-item-teaser-details{
    order: 3;
    max-width: 85%;
    margin-bottom: 0.5rem;
}

@media screen and (max-width: 768px) and (min-width: 320px) {

    .arone-category-page .category-product-section .listWrapper .product-item--info .product-item--content .product-item-teaser-details{
    max-width: 100%;
}
}

.arone-category-page .category-product-section .listWrapper .product-item--info .product-item--content .alternate--prices{
    order: 4;
}



/*----------------- */
/*-----Product----- */
/*----------------- */

/* Product Landing page */
.product-wrapper .product-main-wrapper .product-info-section .is-tablet .details-wrapper .product-variant-list .product-variant-line .columns .price{
    border-right: 1px solid #D3D3D3;
}

.product-wrapper .product-main-wrapper .product-info-section .is-tablet .details-wrapper .product-variant-list .product-variant-line .columns .quantity-wrapper{
    margin-left: 2rem;
}

.product-wrapper .product-main-wrapper .product-info-section .is-tablet.columns{
    border-top: 1px solid #2c2c2c;
}

.attributes.columns .type_DropdownList{
    padding-top: 10%;
    padding-bottom: 30%;
}

.upload-new .attributes.columns .type_DropdownList {
	padding-bottom: 10%;
}

@media screen and (min-width:1088px) {
    .arone-product-landing-page .product-main-wrapper .product-info-section .column.details-wrapper {
        padding-left: 5rem;
        padding-right: 5rem;
    }
}


@media screen and (max-width: 768px) {
    .product-wrapper .product-main-wrapper .product-info-section .is-tablet .details-wrapper .product-variant-list .product-variant-line .columns .quantity-wrapper{
        margin-left: 0;
    }

    .product-wrapper .product-main-wrapper .product-info-section .is-tablet.columns{
        border-top: none;
    }

    .product-wrapper .product-main-wrapper .product-info-section .is-tablet .details-wrapper .product-variant-list .product-variant-line .columns .price{
        border-right:  none;
    }

    .product-main-wrapper .block .picture .bigpicture .is-fullwidth {
        max-width: 80%!important;
    }
}






/*----------------- */
/*-----Footer------ */
/*----------------- */

/* Footer */
.catfish-footer {
    background: #000;
    color: white;
}

.catfish-footer ul li a {
    color: white;
}

.catfish-footer ul li a:hover {
    color: white;
    text-decoration: underline;
}

.catfish-footer #footerrow .row__container .columns {
    border-bottom: solid 1px white;
    padding-bottom: 1rem;
}

@media screen and (min-width:1472px) {
    .catfish-footer #footerrow .row__container .columns .column {
        width: 15%;
    }
}

/* Footer copyright links */
.footer-bottom-links .footer-link {
    color: white;
    font-size: 16px;
    margin-bottom: 0.5rem;
}

.footer-bottom-links .footer-link:hover {
    text-decoration: underline;
}

.footer-bottom-links .footer-link:nth-child(n+2) {
    border-left: solid 1px;
}

.footer-bottom-links .footer-link:not(:last-child) {
    padding-right: 0.75rem;
}

.footer-bottom-links .footer-link:not(:first-child) {
    padding-left: 0.75rem;
}

/* Footer social media links */
.social-media-links a:hover {
    text-decoration: none !important;
}

.social-media-links a .icon {
    transform: scale(1);
    transition: 0.2s;
}

.social-media-links a:hover .icon {
    transform: scale(1.3);
}

ul.social-media-links {
    display: flex;
}

/*----------------- */
/*----Topic Page--- */
/*----------------- */


/* Contact us page */

.topicpage-body .is-fullwidth.contact-us .catfish-container .columns .has-background-success-dark{
    background-color: #39AB5F;
    padding: 4rem 2rem;
}

.topicpage-body  .is-fullwidth.contact-us .catfish-container .columns .column img{
    position: relative;
}

.topicpage-body .is-fullwidth.is-paddingless.contact-us{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
    margin-top: 2rem;
}



@media screen and (min-width: 1408px) {
    .topicpage-body .is-fullwidth.is-paddingless.contact-us .catfish-container .columns .column img{
        max-width: 200%;
        margin-left: -12rem;
        padding-top: 4rem;
    }
}

@media screen and (max-width: 1408px) and (min-width: 1217px) {
    .topicpage-body .is-fullwidth.is-paddingless.contact-us .catfish-container .columns .column img{
        max-width: 200%;
        padding-top: 5rem;
        margin-left: -8rem;
    }
}

@media screen and (max-width: 1216px) and (min-width: 1089px) {
    .topicpage-body .is-fullwidth.is-paddingless.contact-us .catfish-container .columns .column img{
        max-width: 200%;
        padding-top: 7rem;
        margin-left: -7rem !important;
    }
}


@media screen and (max-width: 1089px) and (min-width: 768px)  {
    .topicpage-body .is-fullwidth.is-paddingless.contact-us .catfish-container .columns{
        display: flex;
        flex-direction: column;
    }

    .topicpage-body .is-fullwidth.is-paddingless.contact-us .catfish-container .columns .column:nth-child(1){
        order: 1;
    }

    .topicpage-body .is-fullwidth.is-paddingless.contact-us .catfish-container .columns .column img{
        max-width: 100%;
        margin: auto 1rem 0 1rem !important;
        padding-top: 0rem;
    }
}

/* Mobile Contact banner */

@media screen and (max-width: 767px) and (min-width: 481px){
    .topicpage-body .is-fullwidth.is-paddingless.contact-us{
        padding-top: 5rem !important;
        padding-bottom: 0rem !important;
    }

    .topicpage-body .is-fullwidth.is-paddingless.contact-us .catfish-container .columns .has-background-success-dark{
        margin: auto 2rem;
    }

    .topicpage-body .is-fullwidth.is-paddingless.contact-us .catfish-container .columns .column .title{
        max-width: 100%;
        font-size: 2rem;
    }
    
    .topicpage-body .is-fullwidth.is-paddingless.contact-us .catfish-container .columns .column img{
        margin-left: 1rem !important;
        max-width: 100%;
        padding-top: 0;
    }

    .topicpage-body .is-fullwidth.is-paddingless.contact-us  .catfish-container .columns{
        display: flex;
        flex-direction: column;
    }

    .topicpage-body .is-fullwidth.is-paddingless.contact-us .catfish-container .columns .column:nth-child(1){
        order: 1;
    }

}

@media screen and (max-width: 480px) and (min-width: 320px) {
    .topicpage-body .is-fullwidth.is-paddingless.contact-us .catfish-container .columns{
        display: flex;
        flex-direction: column;
    }

    .topicpage-body .is-fullwidth.is-paddingless.contact-us .catfish-container .columns .column:nth-child(1){
        order: 1;
    }

    .topicpage-body .is-fullwidth.is-paddingless.contact-us{
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .topicpage-body .is-fullwidth.is-paddingless.contact-us .catfish-container .catfish-container .columns .column .title{
        max-width: 100%;
        font-size: 2rem;
    }
    
    .topicpage-body .is-fullwidth.is-paddingless.contact-us .catfish-container .catfish-container .columns .column img{
        margin-left: -1rem !important;
        max-width: 100%;
        padding-top: 0;
    }

}


/* About us page */
.topicpage-body .is-fullwidth.about-us{
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
    margin-top: 2rem;
}

.topicpage-body .is-fullwidth .catfish-container .columns .has-background-blue-dark{
    background-color: #4C67B1;
    padding: 2rem;
}

.topicpage-body .is-fullwidth.about-us .catfish-container .columns .column .title{
    max-width: 85%;
    font-size: 3rem;
}

.topicpage-body .is-fullwidth.about-us .catfish-container .columns .column .block p{
    max-width: 90%;
}


/* About us- Column image */
.topicpage-body .is-fullwidth.about-us .catfish-container .columns .column img{
    max-width: 190%;
    margin-left: -12rem !important;
    padding-top: 8rem;
}

@media screen and (min-width: 1408px) {
    .topicpage-body .is-fullwidth.about-us .catfish-container .columns .column img{
        max-width: 250%;
        margin-left: -12rem !important;
        padding-top: 5rem;
    }
}

@media screen and (max-width: 1408px) and (min-width: 1216px) {
    .topicpage-body .is-fullwidth.about-us .catfish-container .columns .column img{
        max-width: 190%;
        margin-left: -9rem !important;
        padding-top: 14rem;
    }
}

@media screen and (max-width: 1216px) and (min-width: 1088px) {
    .topicpage-body .is-fullwidth.about-us .catfish-container .columns .column .title{
        max-width: 100%;
        font-size: 3rem;
    }

    .topicpage-body .is-fullwidth.about-us .catfish-container .columns .column img{
        max-width: 200%;
        margin-left: -8rem !important;
        padding-top: 20rem;
    }
}

@media screen and (max-width: 1087px) and (min-width: 768px)  {

    .topicpage-body .is-fullwidth.about-us .catfish-container .columns .column img{
        max-width: 100%;
        margin: auto 1rem 0 1rem !important;
        padding-top: 0rem;
    }
}

/* About us - Mobile banner  */


@media screen and (max-width: 767px) and (min-width: 481px){
    .topicpage-body .is-fullwidth.about-us{
        padding-top: 5rem !important;
        padding-bottom: 0rem !important;
    }

    .topicpage-body .is-fullwidth.about-us .catfish-container .columns .has-background-blue-dark{
        margin: auto 2rem;
    }

    .topicpage-body .is-fullwidth.about-us .catfish-container .columns .column .title{
        max-width: 100%;
        font-size: 2rem;
    }
    
    .topicpage-body .is-fullwidth.about-us .catfish-container .columns .column img{
        margin-left: 1rem !important;
        max-width: 100%;
        padding-top: 0;
    }

}

@media screen and (max-width: 480px) and (min-width: 320px) {
     .topicpage-body .is-fullwidth.about-us{
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

     .topicpage-body .is-fullwidth.about-us .catfish-container .columns .column .title{
        max-width: 100%;
        font-size: 2rem;
    }
    
     .topicpage-body .is-fullwidth.about-us .catfish-container .columns .column img{
        margin-left: -3rem !important;
        max-width: 120%;
        padding-top: 0;
    }
}

/* About us - Image right */
@media screen and (max-width: 1087px) {
    .image-overlap-top .catfish-container .columns .image-right {
        display: flex;
        justify-content: center;
    }

    .image-overlap-top .catfish-container .columns .image-right > img{
        max-width: 60%;
        margin-top: 2rem;
    }
}

@media screen and (max-width: 480px) and (min-width: 320px) {
    .image-overlap-top .catfish-container .columns .image-right {
        display: flex;
        justify-content: center;
        margin-top: 2rem;
    }

    .image-overlap-top .catfish-container .columns .image-right > img{
        max-width: 100%;
        
    }
}


/* About Us image overlap */

@media screen and (max-width:767px) {

    .column.image-right img,
    .column.image-left img {
        max-width: calc(100% + 2rem + 40px);
        width: calc(100% + 2rem + 40px);
        margin-left: calc(-2rem - 20px);
        margin-top: -3rem;
    }

}

@media screen and (min-width:768px) and (max-width:1087px) {

    .column.image-right img,
    .column.image-left img {
        max-width: calc(100% + 2rem + 128px);
        width: calc(100% + 2rem + 128px);
        margin-left: calc(-2rem - 64px);
        margin-top: -3rem;
    }

}

@media screen and (max-width:1087px) {
    .image-overlap-top>.container>.columns {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .image-overlap-top>.container>.columns .column {
        width: 100%;
        max-width: 100%;
        order: 2;
    }

    .image-overlap-top>.container>.columns .column.image-right,
    .image-overlap-top>.container>.columns .column.image-left {
        order: 1;
    }
}

@media screen and (min-width:1280px) {
    .image-overlap-top .image-right img {
        position: absolute;
        right: 0;
        bottom: 2.5rem;
        max-width: 50%;
        max-height: 50vw;
    }

    .image-overlap-top .image-left img {
        position: absolute;
        left: 0;
        bottom: 2.5rem;
        max-width: 50%;
        max-height: 50vw;
    }

    section.image-overlap-top {
        margin-top: 14.5vw;
    }
}

@media screen and (min-width:1472px) {
    section.image-overlap-top {
        margin-top: 19vw;
    }
}

/* FAQ page  */

.topicpage-body .is-fullwidth.faq .catfish-container .columns .has-background-success-dark{
    background-color: #39AB5F;
    padding: 4rem 2rem;
}


@media screen and (min-width: 1408px) {
    .topicpage-body .is-fullwidth.faq .catfish-container .columns .column img{
        max-width: 250%;
        margin-left: -12rem !important;
        padding-top: 3rem;
       
    }
}

@media screen and (max-width: 1408px) and (min-width: 1216px) {
    .topicpage-body .is-fullwidth.faq .catfish-container .columns .column img{
        max-width: 190%;
        margin-left: -9rem !important;
        padding-top: 9rem;
    }
}

@media screen and (max-width: 1216px) and (min-width: 1088px) {
    .topicpage-body .is-fullwidth.faq .catfish-container .columns .column .title{
        max-width: 100%;
        font-size: 3rem;
    }

    .topicpage-body .is-fullwidth.faq .catfish-container .columns .column img{
        max-width: 200%;
        margin-left: -8rem !important;
        padding-top: 10rem;
    }
}

@media screen and (max-width: 1087px) and (min-width: 768px)  {
    .topicpage-body .is-fullwidth.faq .catfish-container .columns{
        display: flex;
        flex-direction: column;
    }

    .topicpage-body .is-fullwidth.faq .catfish-container .columns .column:nth-child(2){
        order: 2;
    }

    .topicpage-body .is-fullwidth.faq .catfish-container .columns .column img{
        max-width: 100%;
        margin: auto 1rem 0 1rem !important;
        padding-top: 0rem;
    }
}

/* Faq - Mobile banner  */


@media screen and (max-width: 767px) and (min-width: 481px){
    .topicpage-body .is-fullwidth.faq{
        padding-top: 5rem !important;
        padding-bottom: 0rem !important;
    }

    .topicpage-body .is-fullwidth.faq .catfish-container .columns .has-background-blue-dark{
        margin: auto 2rem;
    }

    .topicpage-body .is-fullwidth.faq .catfish-container .columns .column .title{
        max-width: 100%;
        font-size: 2rem;
    }
    
    .topicpage-body .is-fullwidth.faq .catfish-container .columns .column img{
        margin-left: 1rem !important;
        max-width: 100%;
    }

}

@media screen and (max-width: 480px) and (min-width: 320px) {
     .topicpage-body .is-fullwidth.faq{
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

     .topicpage-body .is-fullwidth.faq .catfish-container .columns .column .title{
        max-width: 100%;
        font-size: 2rem;
    }
    
    .topicpage-body .is-fullwidth.faq .catfish-container .columns .column img{
        margin-left: -3rem !important;
        max-width: 120%;
        padding-top: 0;
    }

   
}


/*----------------- */
/*---Other Pages--- */
/*----------------- */

/* Cart / Checkout */

@media screen and (min-width:1088px) {
    .summaryShortDescription:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: linear-gradient(transparent 130px, #f5f9fb);
        pointer-events: none;
    }
}

/* Login page */
.login__wrapper {
    text-align: center;
}

.login__wrapper .catfish-container>.columns {
    justify-content: center;
}

.login__wrapper .returning-wrapper {
    width: 66.66%;
}

.login__wrapper .login-title {
    padding-top: 7rem;
    position: relative;
}

.login__wrapper .login-title:before {
    content: "";
    background: url("/0/Handler/CSSOverride/GetImage/7/hp-logo.png");
    width: 7rem;
    height: 100%;
    position: absolute;
    top: -2rem;
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: calc(50% - 3.5rem);
}


/* Search results */
.search-panel {
    padding: 0;
}

.search-header {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: top;
    background: url("/0/Handler/CSSOverride/GetImage/7/coloured-tiles.png");
}

.search-panel .search-results .product-grid .listWrapper .listItem {
    width: 100%;
}

.search-panel .search-results .product-grid .listWrapper .listItem .item-box .product-item .product-item--image .image img {
    object-fit: contain;
}

@media screen and (min-width:768px) {
    .search-panel .search-results .product-grid .listWrapper .listItem .item-box .product-item {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
    }

    .search-panel .search-results .product-grid .listWrapper .listItem .item-box .product-item .product-item--image {
        width: 40%;
        max-width: 40%;
        height: auto;
        padding: 0;
    }

    .search-panel .search-results .product-grid .listWrapper .listItem .item-box .product-item .product-item--info {
        width: 45%;
        max-width: 45%;
        justify-content: space-between;
        padding: 0;
        height: 100%;
    }

    .search-panel .search-results .listWrapper .item-box {
        height: auto;
    }

    .search-panel .search-results .listWrapper .product-item--info .alternate--prices {
        display: none !important;
    }

    .search-panel .search-results .product-item--content .product-title a {
        font-size: 2rem;
        font-weight: normal;
    }

    .search-panel .search-results .product-grid .listWrapper .listItem .item-box .product-item .product-item--info .product-item--content {
        padding-bottom: 20%;
    }

    .search-panel .search-results .listWrapper .listItem:nth-child(2n) .item-box .product-item--image {
        order: 1;
    }

    .search-panel .search-results .product-grid .listWrapper .listItem .item-box {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .search-panel .search-results .listWrapper .listItem:not(:last-child) .item-box {
        border-bottom: solid 1px #0096D6;
    }
}

.search-panel .page-title h1 {
    margin-top: 3rem;
}

.page-dynamicproduct-editor .catfish-button.is-small, .page-dynamicproduct-editor .button.is-small {
    padding: 0.5rem;
}
section.section.product-info-section > .container > .columns {
    align-items: center;
}
.picture-wrapper .bigpicture img.is-fullwidth {
    width: auto!important;
}
.picture-wrapper .bigpicture {
    text-align: center;
}

.banner {
    display: block;
    width: 100%;
    float: none;
}
.listWrapper .listItem .item-box .catfish-default-product-box .product-item--info .add-info {
    display: none!important;
}
.listItem .item-box {
    border: solid 1px #eee;
}
.listItem .item-box:hover {
    border-color: #ccc;
    box-shadow: rgb(0 0 0 / 20%) 1px 1px 10px;
}
.listWrapper .listItem .item-box .catfish-default-product-box:hover .picture {
    opacity: .9!important;
}
.is-header-logo {
    height: 5rem;
    margin-top: -0.5rem;
}

.new-wrapper.grid_6.column.is-6, .returning-wrapper.grid_6.column.is-6 {
    width: 100%;
    text-align: center;
}

.returning-wrapper.grid_6.column.is-6 {}

.login__wrapper .columns.is-multiline {
    flex-wrap: wrap;
}

.login__wrapper .catfish-container {
    max-width: 700px;
}

.checkout-as-guest-or-register-block {
    text-align: center;
}

.checkout-as-guest-or-register-block table {
    width: 100%;
}

.checkout-as-guest-or-register-block table * {
    text-align: center;
}

.checkout-as-guest-or-register-block table td.buttons {
    justify-content: center;
    padding-top: 2rem;
}
.new-wrapper__inner {
    padding: 2rem;
    background: #f5f9fb;
}
@media screen and (max-width: 1279px) {
    .login__wrapper .columns {
        flex-direction: column;
        display: flex;
    }
}
.shoppingcart__wrapper .cart-footer .checkout-buttons .checkout-buttons__wrapper .catfish-button.checkoutbutton  {
    background: green!important;
}

.product-wrapper .product-main-wrapper .product-info-section .is-tablet .details-wrapper .product-variant-list .product-variant-line .columns .quantity-wrapper {    
    display: none;
}