:root {
    --pigsy-pink: #E5007E;
    --pigsy-blue: #019cfb;
    --hover-scale: 1.05;
}


/*Fonts*/
@font-face {
    font-family: 'Atma';
    src: url('/0/Handler/CSSOverride/GetImage/5/Atma-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Atma';
    src: url('/0/Handler/CSSOverride/GetImage/5/Atma-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Atma';
    src: url('/0/Handler/CSSOverride/GetImage/5/Atma-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Atma';
    src: url('/0/Handler/CSSOverride/GetImage/5/Atma-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Atma';
    src: url('/0/Handler/CSSOverride/GetImage/5/Atma-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

/*Global*/

h1, h2 {
    color: var(--pigsy-pink);
}

h1,h2,h3,h4,h5,h6{
    font-family: "Atma";
}

section.has-background-light {
    background: #f8f8f8!important;
}

.hero .hero-body{
    padding: 1rem 0rem;
}

/*Video Embed*/

.image.has-ratio {
    padding-bottom: 55%;
}

.image.has-ratio iframe {
    margin: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/*Map embed*/
.image.has-ratio iframe, .embed-map.is-fullwidth {
    max-height: 30rem;
}


/*Top Menu*/
.navbar{
    height: 5em;
}

.navbar-item img {
    max-height: 2em;
}

#main-navbar .navbar-item,
.navbar-link {
    padding: 0.5rem 0.9rem;
}

.navbar-link:not(.is-arrowless) {
    padding-right: 0.9rem;
}

.content-field-navbar .select:not(.is-multiple):not(.is-loading)::after,
.content-field-navbar .navbar-link:not(.is-arrowless)::after {
    display: none;
}



h3.navbar-item.navbar-title {
    font-size: 1.1rem;
    font-weight: 600;
}

.navbar-item,
.navbar-link {
    font-weight: bold;
}

a.navbar-item, a.navbar-link, div.navbar-link {
    color: var(--pigsy-pink);
}

.navbar-item:hover,
.navbar-link:hover {
    color: var(--pigsy-blue) !important;
}

.navbar-item:hover .navbar-title {
    color: var(--pigsy-pink) !important;
}

/*Footer*/

.catfish-footer {
    background: #232323;
}

.catfish-footer a,
.catfish-footer h3,
.catfish-footer li a,
.catfish-footer div.footercopyright,
.catfish-footer p {
    color: #fffef8;
}

.catfish-footer a:hover,
.catfish-footer li a:hover {
    color: var(--pigsy-blue);
}

.catfish-footer .grid_3>h3 {
    display: none;
}

.footer-section-container .footer-image img {
    max-width: 25rem;
}



/*Homepage*/


/*Homepage - Categories*/
.homeFeaturedCategoriesWrapper .small-product-item .category-item:hover .picture:after {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.homeFeaturedProductsWrapper #homeFeaturedProductsTitleRow .bestsellers h3{
    padding-top: 3rem;
}

/*Homepage - Products*/

.homeFeaturedProductsWrapper .listWrapper .listItem .item-box .catfish-default-product-box .product-item--image {
    order: 10;
}

.homeFeaturedProductsWrapper .listWrapper .listItem .item-box .catfish-default-product-box .alternate--prices,
.homeFeaturedProductsWrapper .listWrapper .listItem .item-box .catfish-default-product-box .description,
.homeFeaturedProductsWrapper .listWrapper .listItem .item-box .add-info {
    display: none !important;
}

.homeFeaturedProductsWrapper .listWrapper .listItem .item-box .catfish-default-product-box .product-title {
    text-align: center;
}

.homeFeaturedProductsWrapper .listWrapper .listItem .item-box .catfish-default-product-box .product-title a {
    color: var(--pigsy-blue, #019cfb);
}

.homeFeaturedProducts .product-item--image:hover {
    transform: scale(var(--hover-scale));
    -webkit-transform: scale(var(--hover-scale));
    -moz-transform: scale(var(--hover-scale));
    -ms-transform: scale(var(--hover-scale));
    -o-transform: scale(var(--hover-scale));
}

.homeFeaturedProducts .product-item.catfish-default-product-box:hover {
    overflow: visible!important;
}

/*Categories*/

section.category-product-section .product-item--image:hover {
    transform: scale(var(--hover-scale));
    -webkit-transform: scale(var(--hover-scale));
    -moz-transform: scale(var(--hover-scale));
    -ms-transform: scale(var(--hover-scale));
    -o-transform: scale(var(--hover-scale));
}

section.category-product-section .product-item.catfish-default-product-box:hover {
    overflow: visible!important;
}

.arone-category-page .hero.category-hero-section.is-primary {
    background-color: transparent;
}

.arone-category-page .category-hero-section .hero-body .title {
    color: var(--pigsy-pink)!important;
}

.arone-category-page .product-item--info .add-info {
    display: none;
}

/*Product landing page*/
.fulldescriptionTitle {
    display: none;
}

.product-info-section h1.title {
    font-weight: bold;
    font-size: 3em;
}

.product-main-wrapper .full-description-wrapper a {
    color: var(--pigsy-blue);
}

.related-products .add-info {
    display: none;
}

.review-wrapper.box.block {
    padding: 0;
    font-family: 'Atma';
    font-size: 2rem;
}

.related-products .product-item--image:hover {
    transform: scale(var(--hover-scale));
    -webkit-transform: scale(var(--hover-scale));
    -moz-transform: scale(var(--hover-scale));
    -ms-transform: scale(var(--hover-scale));
    -o-transform: scale(var(--hover-scale));
}

/*Topic pages*/
div.topicpage{
    padding-top: 3rem;
}

h1.title.content-page-title{
    font-size: 4rem;
}

/*Information Page*/

.information-section .information-inner:not(last-child) {
    margin-bottom: 1.5rem;
}

.information-section .title {
    font-size: 3rem;
}

.information-section .title:not(last-child) {
    margin-bottom: 3rem;
}

/*Basket*/
.cart-form__wrapper .cartform .cart .cart-item-row {
    background-color: #f1f1f1!important;
}

#cartsliderrow, .shoppingcart__wrapper{
    padding-top: 3rem;
}

/*MegaEdit*/
.dialogGeneralConfirm .ngConfirmDialog h2 {
    font-size: 2rem;
}

.dont-show-again span.ng-scope {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

/*Mobile navbar*/
.navbar-burger.burger span {
    background-color: var(--pigsy-pink);
}

/*Reviews page*/
.product-reviews-page h1 {
    font-size: 2.5rem;
}

.product-reviews-page h1 a:hover {
    color: var(--pigsy-blue);
}

.product-review-list .label h2.label {
    font-size: 1.5rem;
}

/*LOGIN CLOSING COVER*/
/* img.login-fullpage-cover {
    position: absolute;
    top: 0;
    left: 0;
} */


/*Min width queries*/

@media only screen and (min-width: 1280px) {
    /*Desktop query*/

    /*Footer col width*/
    .catfish-footer .catfish-container>.columns .grid_3 {
        width: 20%;
    }

    .catfish-footer .catfish-container>.columns .grid_3:nth-child(3) {
        width: 25%;
    }

    .catfish-footer .catfish-container>.columns .grid_3:nth-child(2) {
        width: 35%;
    }

}

@media only screen and (min-width: 1088px) {
    .navbar-dropdown.dropdown-second-column {
        position: absolute;
        left: calc(100% + 1em);
    }
    
    .navbar-dropdown.dropdown-second-column {
        box-shadow: 4px 8px 8px rgb(10 10 10 / 10%);
    }
}



/*Max width queries*/

@media only screen and (max-width: 1600px) {}

@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 768px) {
    #mainslider .slides li .columns > .column.is-12-mobile {
        text-align: center;
    }
}

@media only screen and (max-width: 400px) {
    .navbar-right-mobile .navbar-item {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media only screen and (max-width: 320px) {}

@media only screen and (max-width: 300px) {
    .navbar-right-mobile .navbar-item {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}