﻿body {
    border-top: 3px solid #3E7129;
    font-size: 14px !important;
    color: #6e6e6e;
    font-family: Roboto, system-ui, -apple-system, "Segoe UI", "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    /*min-width: 550px;*/
    background-color: white!important;
}
/*
    
*/

h1 {
    color: #3E7129;
}

#divProductsMenu .list-group {
    margin-top: 6px;
    margin-bottom: 0px;
    /*box-shadow: 1px 1px 4px grey;*/
}

.subCatItem {
    /*    margin-left: 3px;
    border-left: 2px solid #68bd457c;*/
}

#divSideColumn .list-group > a:first-child,
#divProductsMenu .list-group > a:first-child,
#divSideMenuSmall .list-group > a:first-child {
    /*background-color: transparent !important;*/
    border: none !important;
    /*color: inherit !important;*/
    text-decoration: none !important;
    box-shadow: none !important;
    cursor: pointer !important;
}

    #divSideColumn .list-group > a:first-child:hover,
    #divProductsMenu .list-group > a:first-child:hover,
    #divSideMenuSmall .list-group > a:first-child:hover {
        /*color: #6ABD46 !important;*/ 
        text-decoration: underline;
    }

.category-title {
    font-size: 16px !important;
    /*padding-left: 0px !important;*/
    color: white !important;
    background-color: #555 !important;
}

.noleftborder {
    border-left: none !important;
}

#divWholeSale {
    /*width: 100%;
    height: 20px;*/
    /*background-image:url('../images/QuoteMenu/Acrylic.jpg');
    background-repeat:no-repeat;
    background-position:top left;*/
}

/*we dont need left menu on this page*/
#divSmallDeviceControlPanel{
    display:none;
     
}

@media (min-width: 992px) {
    /*    #divProductsMenu, #divRetail {
        padding: 20px 0px 10px 20px;
    }*/
}
.bottomLinkImages{
    padding:10px 0 10px 20px;
}
.bottomLinkImages img{
    width:100%;
    max-width: 200px;
    outline:none;
}
/*#divWelcomeHeading, #divInfoLinks {
    width: 50%;
    float: left;
    padding-left: 8px;
}*/

.divOnlineQuote a, .divLittleAboutUs a {
    background: url(../images/QuoteMenu/OnlineQuoteNormal.png) no-repeat center;
    width: 190px;
    height: 75px;
    float: left;
    margin-right: 10px;
    cursor: pointer;
}

    .divOnlineQuote a:hover {
        background: url(../images/QuoteMenu/OnlineQuoteHover.png) no-repeat center;
    }

.divLittleAboutUs a {
    background: url(../images/QuoteMenu/LittleMoreAboutNormal.png) no-repeat center;
    /*width: 190px;
    height: 100px;
    float: left;*/    
    /*cursor: pointer;*/
}

    .divLittleAboutUs a:hover {
        background: url(../images/QuoteMenu/LittleMoreAboutHover.png) no-repeat center;
    }

.divPrintedThings {
    background: url(../images/QuoteMenu/PrintedThingsbtn.png) no-repeat center;
    padding: 30px 15px 0px 90px;
    width: 110px;
    height: 40px;
}

.divOnlineQuote a {
    color: White;
    font-weight: bold;
}

.divPrintedThings a {
    color: White;
    font-weight: bold;
}

.divOnlineQuote a:hover {
    color: White;
    text-decoration: underline;
}

.divPrintedThings a:hover {
    color: White;
    text-decoration: underline;
}

div.featuredProduct {
    /*background-image:url(../images/homeFeatured/Featured.png);
    background-repeat:no-repeat;
    background-position:left;*/
    width: 786px;
    height: 150px;
}

    div.featuredProduct .conve {
        width: 301px;
        position: relative;
        float: left;
        clear: right;
    }

        div.featuredProduct .conve h4 {
            margin: 0px;
            padding: 0px;
        }

        div.featuredProduct .conve p {
            font-size: 13px;
            font-weight: lighter;
        }

.divIntroVideo {
    width: 80%;
    height: 100%;
    margin: 0px auto 20px auto;
    border: 2px solid GrayText;
}

    .divIntroVideo h4 {
        text-align: center;
    }

/*for  category cards strat -------------------------------------------------*/
.product-card {
    transition: all 0.3s ease;
    overflow: hidden;
    cursor: pointer;
}

    .product-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    }

.product-image {
    transition: all 0.5s ease;
    max-height: 200px;
    object-fit: cover;
}

.product-card:hover .product-image {
    transform: scale(1.05);
}

.badge-custom {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
}

.card-body {
    border-top: 5px solid #488430;
}

.btn-custom {
    background: linear-gradient(45deg, #3E7129, #65b741);
    border: none;
    transition: all 0.3s ease;
}

    .btn-custom:hover {
        transform: translateX(5px);
        box-shadow: -5px 5px 15px rgba(101, 183, 65, 0.3);
    }

.card-title {
    color: #488430;
}
/*for  category cards End -------------------------------------------------*/
/*.hero-image-wrapper {
    position: relative;
}

.hero-overlay-inner {
    position: absolute;
    bottom: 20%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.hero-overlay-text {
    width: 100%;
    max-width: 1440px;
    margin: 0;
    padding: 0 10px;

    text-align: left;
}

    .hero-overlay-text a {
        color: white;
        text-decoration: underline;
        font-size: 30px;
        font-weight: 600;
    }
*/


/* for Banner images --------------------------------------------------------------------*/

.hero-image-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.banner-wrapper {
    position: relative;
    width: 100%;
}

.banner-image {
    width: 100%;
    height: clamp(220px, 32vw, 420px);
    min-height: 220px;
    object-fit: cover;
    object-position: center;
    display: block;
}

.banner-overlay-container {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    z-index: 10;
    pointer-events: none;
}

/* same width menuBodyContainer */
.banner-overlay-inner {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.banner-overlay-item {
    position: absolute;
    z-index: 20;
    pointer-events: auto;
}

.banner-title {
    font-weight: 700;
    line-height: 1.2;
}

.banner-text {
    line-height: 1.4;
}

.banner-button {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
}

.banner-text a {
    color: inherit;
    text-decoration: underline;
}

    .banner-text a:hover {
        color: inherit;
    }

.banner-overlay-container .garamond {
    font-family: Garamond, serif;
}
/* for Banner images END--------------------------------------------------------------------*/