/* CDN
PROD 
https://dibh4pmtbctcd.cloudfront.net/peczuh-CMN/site/css/getskincss.css

Dev Live
https://dibh4pmtbctcd.cloudfront.net/peczuh-CMN/dev/site/css/getskincss.css
*/

/* CDN
PROD 
https://dibh4pmtbctcd.cloudfront.net/peczuh-CMN/site/css/getskincss.css

Dev Live
https://dibh4pmtbctcd.cloudfront.net/peczuh-CMN/dev/site/css/getskincss.css
*/

:root {
    --primary: #c73147;
    --primaryhover: #9f2739;
    --secondary:#fad00f;
    --secondaryhover:#b19103;
    --dark: #545454;
    --dark2: #221f20;
    --dark3:#131011;
    --light: #f4f1ef;
}




/*Centered Navbar*****************************************/

/*general navbar*/
nav#main-nav {
    display: flex;
    flex-direction: column;
    height: 7rem;
}
.navbar-item a {
    color: var(--dark);
    font-size: 1rem;
    font-weight: 900;
    font-family: "proxima-nova", sans-serif;
    text-transform: uppercase;
}
.navbar-item a:hover {
    opacity: 0.7;
}
#logorow .navbar {
    background: transparent;
}
#logorow .navbar .navbar-item.has-dropdown:hover .navbar-link {
    background: transparent;
}
a.navbar-link {
    color: var(--dark)!important;
}

/*TOPBAR*************************************************/

.topbar {
    background: var(--primary);
}
.container.topbarcontainer {
    display: flex;
    justify-content: space-between;
}
.leftoptions {
    display: flex;
}
.container.topbarcontainer .navbar-item a {
    color: white!important;
}
/*search*/
a.navbar-search-toggle {
    display: flex;
    align-items: center;
    gap: 5px;
}
i.fal.fa-search {
    font-weight: 600;
}
/*login logout buttons*/
a.navbar-item.logbutton {
    display: flex;
    align-items: center;
    gap: 5px;
}
i.fal.fa-sign-out.fa-lg {
    font-weight: 600;
    font-size: 1rem;
}
/*admin button*/
a.adminbutton {
    display: flex;
    align-items: center;
    gap: 5px;
}
/*text on topbar buttons*/
.topbar span {
    text-transform: uppercase;
    font-weight: 900;
    font-family: "proxima-nova", sans-serif;
}
/*search box top nav*/
.search-box {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 260px;
    height: 28px;
}
.searchbox_wrapper,
.search-box form {
    height: inherit;
}
.search-box .searchbox {
    padding-top: 1px;
    padding-bottom: 1px;
}
.search-box input {
    height: inherit;
}
.search-box .searchbutton {
    width: 50px;
    background: var(--primarydark);
    padding-top: 1px;
    padding-bottom: 1px;
}
.leftoptions .navbar-item {
    padding-top: 5px;
    padding-bottom: 5px;
}

/*BOTTOM NAV********************************/

.bottomnavbuttons {
    gap: 10px;
    display: flex;
}
.bottomnav {
    display: flex;
    justify-content: space-between;
}
a.navbar-item.cart {
    margin-right: 1.75rem;
}
/*carats*/
.content-field-navbar .navbar-link:not(.is-arrowless)::after {
    border-color: var(--dark);
}
/*store logo*/

.navbar .container.bottomnav {
    height: 8rem;
}
/*dropdowns*/
.navbar-link:hover {
    color: var(--dark2)!important;
}
.navbar-dropdown {
    background: white;
    padding-top: 0px;
    padding-bottom: 0px;
    border: 0px;
}
.navbar-dropdown a.navbar-item:target, .navbar-dropdown a.navbar-item:hover {
    background-color: white;
    color: var(--dark);
}
/*mobile navbar**********************************************/
.mobileshow {
    background: white;
}
.mobileshow .container {
    display: flex;
    justify-content: space-between;
}
/*logo*/
.mobileshow .storelogo {
    width: 7rem;
}
.mobileshow .is-header-logo {
    height: auto;
}
/*cart*/
#cartform > div.grid_12.checkoutAttributesWrapper.clearfix > div > div > div > div.options-list > div {
    display: none;
}
.rightMobileBar {
    display: flex;
    align-items: center;
}
i.fal.fa-shopping-cart.fa-lg {
    color: var(--dark);
    font-weight: 500;
}
.badge {
    top: 1rem;
}
/*burger*/
.navbar-burger span {
    background-color: var(--primary);
}
/*burger menu*/
.mobileshow .navbar-menu {
    background: var(--white);
    transform: translate(0px, 4.5rem);
    -webkit-transform: translate(0px, 4.5rem);
    -moz-transform: translate(0px, 4.5rem);
    -ms-transform: translate(0px, 4.5rem);
    -o-transform: translate(0px, 4.5rem);
}
.mobileshow .navbar-menu .navbar-item {
    padding-top: 0px;
    padding-bottom: 0px;
}
.mobileshow .navbar-start {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
/*burger menu dropdowns*/
.mobileshow .navbar-dropdown {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}
@media screen and (max-width:767px) {
    .mobileshow .navbar-menu.logo-left.is-active {
        padding-left: 1rem;
        padding-right: 2rem;
    } 

}

/*media queries hide show desktop mobile*/
@media screen and (max-width:1087px) {
    .mobileshow {
        display: block!important;
    }
    .mobilehide {
        display: none!important;
    }
}
@media screen and (min-width:1088px) {
    .mobileshow {
        display: none!important;
    }
}
@media screen and (max-width:1087px) {
    nav#main-nav {
        background: transparent;
    }
}
/*mobile navbar styling*/
@media screen and (max-width:1087px) {
    .navbar-menu {
        box-shadow: none;
    }
    .badge {
        top: 0.25rem;
    }
    .mobileshow .storelogo {
        width: 7rem;
        display: flex;
        align-items: center;
        margin-left: 10px;
    }
    #toprow .navbar {
        background-color: transparent;
    }
    .mobileshow .navbar-menu.logo-left.is-active {
        background:white;
        padding-left: 1rem;
        padding-right: 2rem;
    } 
    }
    

/*homepage banner***************************/

.homepageBanner {
    background:
    url('https://dibh4pmtbctcd.cloudfront.net/peczuh-CMN/site/images/banners_backgrounds/homebanner.jpg');
    background-position-x: right;
    background-position-y: center;
    padding-top: 16rem;
    padding-bottom: 16rem;
    background-size: cover;
}
.homepageBanner .container.content.is-flex {
    flex-direction: column;
}
p.bannerTitle {
    color: var(--primary);
    font-weight: 800;
    font-size: 3rem;
    margin-bottom: 0px!important;
    font-family: "proxima-nova", sans-serif;
}

p.bannerSubtitle {
    text-transform: uppercase;
    font-weight: 700;
    margin-left: 10px;
    font-size: 1.2rem;
    font-family: "proxima-nova", sans-serif;
}
/*featured categories*/
.homeFeaturedCategoriesWrapper {
    background: var(--light);
}
h3.title.is-spaced.has-text-centered {
    text-align: left!important;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--primary);
    font-family: "proxima-nova", sans-serif;
}
.category-page-productingrid .allProductsCategoriesWrapper .product-grid .listWrapper .listItem .item-box .catfish-default-product-box .product-item--image .picture img {
    object-fit: contain!important;
    padding: 1rem;
}

/*featured category cards*/
.homeFeaturedCategoriesWrapper .small-product-item {
    border: 0px!important;
    overflow: visible;
}
.homeFeaturedCategoriesWrapper .category-item .picture {
    background: var(--light);
}
.homeFeaturedCategoriesWrapper .small-product-item .category-item .picture .image {
    height: 100%;
    width: 100%;
}
.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item .picture img {
    object-fit: contain!important;
    height: unset!important;
    padding: 2rem;
}
.homeFeaturedCategoriesWrapper .small-product-item .category-item .product-title {
    background: white!important;
    transform: none!important;
    -webkit-transform: none!important;
    -moz-transform: none!important;
    -ms-transform: none!important;
    -o-transform: none!important;
}
.homeFeaturedCategoriesWrapper .small-product-item .category-item .product-title a {
    color: var(--dark)!important;
    font-weight: 700;
    font-family: "proxima-nova", sans-serif;
    font-size: 1.2rem;
}
.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item:hover .product-title {
    background: white;
}
.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item .product-title {
    padding: 1rem;
}
.small-product-item {
    filter: drop-shadow(2px 4px 6px rgb(0,0,0,0.2));
    -webkit-filter: drop-shadow(2px 4px 6px rgb(0,0,0,0.2));
}
/*featured category hover effects*/
.small-product-item:hover {
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}
/*featured products*/
.small-product-item.small-product-item-homepage.large-product-item-homepage {
    background: white!important;
}
.product-item--info {
    padding: 1rem;
}
/*footer*/
.footer-column-content {
    display: flex;
    flex-direction: column;
}
h2.footertitle {
    text-transform: uppercase;
    font-weight: 700!important;
    color: var(--light);
    font-family: "proxima-nova", sans-serif;
}
h2.footertitle, .footer-column-content a {
    margin-bottom: 10px;
} 
.copyrightandlogo {
    background: var(--dark3);
}
.bordercopyright {
    padding-top: 2rem;
    border-top: 1px solid var(--dark2);
}
.arone-footer {
    padding-bottom: 4rem;
    padding-top: 4rem;
    background: var(--dark2)!important;
}
.arone-footer a {
    font-weight: 600!important;
    color: white;
    font-family: "proxima-nova", sans-serif;
}
p.copyrighttext {
    color: var(--light);
    font-weight: 600;
    font-size: 0.8rem;
    padding-bottom: 20px;
    padding-top: 20px;
    font-family: "proxima-nova", sans-serif;
}
/*category page*/
.category-page-productingrid .allProductsCategoriesWrapper .product-grid .listWrapper .listItem .item-box .catfish-default-product-box {
    background-color: white;
    filter: drop-shadow(2px 4px 6px rgb(0,0,0,0.2));
    -webkit-filter: drop-shadow(2px 4px 6px rgb(0,0,0,0.2));
}
input.productlistproductdetailbutton.showproductlandingpage.catfish-button.multi-selector-switch, input.productlistaddtocartbutton.catfish-button {
    font-weight: 700;
    text-transform: uppercase;
    font-family: "proxima-nova", sans-serif;
}
input.productlistproductdetailbutton.showproductlandingpage.catfish-button.multi-selector-switch:hover, input.productlistaddtocartbutton.catfish-button:hover {
    background-color: var(--primaryhover);
}
/*account*/
#Custom1 {
    display: block;
}
/*login
.login__wrapper > .catfish-container {
    float: left;

    width: 575px!important;
}
.login__wrapper {
    background-size: contain;
    background-position: top right;
    background-repeat: repeat;
}
*/

/*Optional Logo product Button*/
.optsponsorlogoproduct div.pane.ui-layout-east.freeTargetContainer.ui-layout-pane.ui-layout-pane-east.is-open.is-opened .catfish-button, .button  {
    background-color:#c73147!important;
    color: white !important;
}
#Custom1 {
    display: none;
}

.item-name {
    display: none;
}

/*Breadcrumb padding*/
section.section.breadcrumb-section.is-small .breadcrumb {
    padding-top: 2rem;
}
/*new slider banner*/
.infigo-slider  .section.is-large {
    padding-top: 15rem;
    padding-bottom: 15rem;
    background-size: cover !important;
    background-position: right;
}
.flexslider.infigo-slider .flex-direction-nav a:before {
    color: var(--dark);
    text-shadow: none!important;
}


/*category dropdown in top nav*/

/*hide all category's products initially*/
.category-balloon, .category-pointofsale, .category-local, .category-extralife, .category-remax, .category-marketlogo {
    display: none; /* Hide by default */
}

/* Show the category's products when active class is added */
.category-balloon.active, .category-pointofsale.active, .category-local.active, .category-extralife.active, .category-remax.active, .category-marketlogo.active {
    display: block; 
}
.sidemenu.active {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: absolute;
    background: white;
    transform: translate(250px, -36px);
    width: 500px;
    box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
    -webkit-transform: translate(250px, -36px);
    -moz-transform: translate(250px, -36px);
    -ms-transform: translate(250px, -36px);
    -o-transform: translate(250px, -36px);
}
.sidemenu.active a.navbar-item {
    font-weight: 500;
    text-transform: capitalize!important;
    font-size: 14px;
    background: white;
    display: flex;
    align-items: flex-start;
}
.show-balloon, .show-pointofsale, .show-local, .show-extra, .show-remax, .show-marketlogo {
    width: 250px;
    font-weight: 600;
    text-transform: capitalize!important;
}
.show-balloon:target, .show-pointofsale:target, .show-local:target, .show-extra:target, .show-remax:target, .show-marketlogo:target {
    background: var(--light);
}
.navbar-dropdown.first-column {
    max-width: none!important;
}
.navbar-dropdown.first-column a.navbar-item:hover {
    background: var(--light);
}
.leftside {
    display: flex;
}