/*
 * Custom style goes here.
 * A template should always ship with an empty custom.css
 */
/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap'); */
.alert-info {
    background-color: #b61572;
    border-color: #b61572;
    color: #fff;
}
.alert-warning {
    background-color: #ef883e;
    border-color: #ffecb5;
    color: #000;
}
.btn-info {
    background-color: #375ba4;
    border-color: #375ba4;
    color: #fff;
}
.btn-check:focus+.btn-info, .btn-info:focus, .btn-info:hover {
    background-color: #38548d;
    border-color: #375ba4;
    color: #fff;
}

.header-event-banner {
    background-color: #90bf3a !important;
    color: #000;
    /* font-weight: 700 !important; */
}
#header .header-logo .logo {
    max-width: 150px;
}

#header .desktop-header-version .header-nav .container { position: relative; }
#header .desktop-header-version .header-nav .header-nav-wrapper {
    position: absolute;
    right: 0;
    z-index: 1;
}

#header .mobile-header-version .mobile-menu-icon {
    color: #000;
    font-size: 24px;
    height: 43px;
    width: 43px;
}
#header .mobile-header-version .mobile-menu-icon i {
    font-size: 2.2rem;
}
#header .header-phone .material-icons {
    font-size: 1.2rem;
}
.mobile-header-version .cart-preview .cart-header .cart-link {
    font-size: 1.5rem;
    height: 43px;
    width: 43px;
}


.btn-primary:hover, .btn-primary:focus, .btn.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .btn.btn-primary:not(:disabled):not(.disabled):active, .btn.btn-primary:not(:disabled):not(.disabled).active, .add-to-cart:hover, .add-to-cart:not(:disabled):not(.disabled):active, .add-to-cart:not(:disabled):not(.disabled).active {
    background-color: #689f0f !important;
}
.add-to-cart, .add-to-cart.disabled, .add-to-cart:disabled {
    background-color: #90bf3a !important;
}
/* a , b , h1 , h2 , h3 , h4 , h5 , h6 , p , a , div {
    font-family: "Inter", sans-serif !important;
} */
#amegamenu .anav-top {
  margin: 0!important;
}
#amegamenu .anav-top .adropdown {
  overflow-y: auto;
  overflow-x: hidden;
}

#amegamenu .anav-top .adropdown::-webkit-scrollbar {
    width: 16px;
    height: 16px;
}

#amegamenu .anav-top .adropdown::-webkit-scrollbar-thumb {
    background: #b61572;
    border-radius: 6px;
    box-shadow: inset 2px 2px 2px hsla(0, 0%, 100%, .25), inset -2px -2px 2px rgba(0, 0, 0, .25);
}

#amegamenu .anav-top .adropdown::-webkit-scrollbar-track {
    background: linear-gradient(90deg, #90bf3a, #90bf3a 3px, #111 0, #111);
}

#amegamenu .anav-top .adropdown .dropdown-wrapper {
    border-bottom: 3px solid #90bf3a;
}
.anav-top .amenu-link {
    font-family: Roboto Condensed, sans-serif!important;
    color: #000;
    padding: 15px 4px;
}
.anav-top .adropdown .dropdown-wrapper {
    padding: 1rem;
}
.anav-top .acategory-content .category-title+.category-subs {
    color: #3d3d3d;
}
.anav-top .acategory-content .aitem {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#mobile-amegamenu {
    background: #fff!important;
    border-bottom: 2px solid #90bf3a;
}
.st-menu .st-menu-title {
    background-color: #90bf3a;
}

a.mega-menu-link {
    border-bottom: 1px solid #d2d2d2;
    display: block;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 2px 0px;
}
span.mega-menu-title {
    line-height: 1.5;
    display: block;
    font-family: Inter;
}
span.mega-menu-description {
    margin: 5px 0;
    font-style: italic;
    font-size: 0.8em;
}

/*
.anav-top .amenu-link {
    padding:5px;
}
#amegamenu .anav-top {
    margin: 0 9px !important;
    flex-wrap: wrap !important;
    justify-content: space-evenly;
}
#amegamenu {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
#amegamenu .anav-top .amenu-item.hover, #amegamenu .anav-top .amenu-item:hover {
    background: unset !important;
    color: #90bf3a !important;
}
*/
 .customer-signin-module {
    margin-right: 2%;
}
#header .display-top> div {
    margin-left: unset ;
}
.blog_view_all_button a {
    background-color: #90bf3a !important;
}
.blog-paggination .links>b {
    background: #90bf3a none repeat scroll 0 0;
    border: 1px solid #90bf3a;
}
/*
.block-newsletter {
    background: white;
}
.block-newsletter button {
    margin-top: 10px;
}
@media screen and (min-width: 767px){
    .block-newsletter {
        padding: 50px;
    }

}
@media screen and (max-width: 766px){
    .block-newsletter {
        padding: 10px;
    }

} */
.category-tree {
    padding: 25px;
    background: white;
    margin-bottom: 20px;
}
/*
#header .sticky-icon-cart  {
    right: -38px !important;

} */
.product-swatches .swatches-list>li>span.color {
    border-radius: 50px;
}


/* W4U */ 
header > div:not(.mobile-header-version) .user-info .account-link,
.cart-preview .cart-header .cart-link {
    height: 43px;
    display: flex;
    align-items: center;
}

#header .sticky-icon-cart .cart-link,
.cart-preview .cart-header .cart-link>span {
    color: #000;
}

/*
#header .is-sticky .sticky-icon-cart {
    padding: 5px;
} */

#amegamenu .anav-top .amenu-item {
    margin: 0 3px;
}

#amegamenu .anav-top .amenu-item.hover, #amegamenu .anav-top .amenu-item:hover {
    background: #3d3d3d;
}

#amegamenu .anav-top .amenu-item.hover > .amenu-link, #amegamenu .anav-top .amenu-item:hover > .amenu-link {
    color: #fff;
}
.sidebar-header-phone ul {
    justify-content: left;
}

.search-widget form [type=submit] {
    color: #000;
}

.aone-slideshow .nivo-caption .caption-content h2 {
    letter-spacing: .01em;
}

.aone-slideshow .nivo-caption .caption-content .text {
    padding: 1rem;
    line-height: 1.5em;
    background: rgba(0, 0, 0, .6);
}

.aone-slideshow .nivo-caption .caption-content .btn .caret-right {
    margin-left: 0.5rem;
}

#custom-text {
    background-color: #ffffff;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 20px 0;
    color: #333333;
}

#custom-text > h2 {
    background: #90bf3a;
    padding: 1rem;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    text-align: center;
}

#custom-text p {
    font-size: 16px; 
    line-height: 1.5; 
    margin-bottom: 10px;
}

.aone-featuredcategories .category-block .category-name {
    background: #90bf3a;
    color: #000;
}

@media (max-width: 768px) {
    .feature, .feature2 {
        min-height: 192px;
    }
}

.feature, .feature2 {
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
}

.banner4 .content {
    padding: 1rem;
    line-height: 1.5em;
    background: rgba(0, 0, 0, .6);
    color: #fff;
}

#PM_ASBlockOutput_2 .card-header:first-child {
    background-color: #90bf3a;
}

.cart-preview .cart-title {
    background-color: #90bf3a;
    color: #000;
}

.st-menu-close i {
    color: #000;
}

#PM_ASBlockOutput_2 .PM_ASearchTitle {
    color: #000;
}

.dp_steps .btn,
.dp_steps .btn-primary.disabled, 
.dp_steps .btn-primary:disabled  {
    border-width: 1px;
    border-color: #fff;
    padding: 1rem;
}
/*
body {
  counter-reset: button;
}
.dp_steps button::before {
    counter-increment: button;
    content: counter(button);
    background: #b61572;
    border-radius: 50rem;
    padding: .3rem .6rem;
    margin-right: 1rem;
}*/
.category-cover {
    position: relative;
}
/* .category-cover .page-heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    z-index: 2;
    border-radius: 16px;
    padding: 1rem;
    line-height: 1.5em;
    background: rgba(0, 0, 0, .6);
} */

.sticky-fixed {
    position: fixed;
    top: 70px;
    width: 25%;
    max-width: 350px;
    z-index: 0;
}

#footer {
    z-index: 1;
    position: relative;
}

.margin-fixed {
    margin-left: 25%;
}

.PM_ASBlockOutput .card-header {
    background-color: #90bf3a;
    color: #fff;
}
.PM_ASBlockOutputVertical .PM_ASCriterionsGroupTitle {
    padding-top: 0;
}
.PM_ASResetSearch { display: none!important; }

.PM_ASCriterionLevelSelected a { color: #b61572; }

.category-tree,
.ets-blog-list .post-wrapper {
    background-color: #fff;
    box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, .1);
    padding: 15px 25px 30px;
}

#cart .payplugOneyCta_button.-disabled {
    display: none;
}
.cart-summary {
    overflow: unset;
}
.product-list .product-miniature .product-container {
    z-index: 1;
}