
/*--------------------------------------------------------------
# Products
--------------------------------------------------------------*/
.products {
    /*  
         background: linear-gradient(rgb(255 216 0), rgba(5, 74, 133, 0.5)), url("/sites/golfequipment/files/boxes/1300x500-almenaragolfclub2-696x268.jpgx") fixed center center;
        background: linear-gradient(rgb(255 216 0), rgba(5, 74, 133, 0.5)), url("/sites/golfequipment/files/boxes/1300x500-almenaragolfclub2-696x268.jpg") fixed center center;
    background: linear-gradient(rgb(5, 74, 133, 0.3), rgba(5, 74, 133, 0.9)), url("/sites/golfequipment/files/pics/golfshop001.jpg") fixed center center;
 
    background: url("/sites/golfequipment/files/store/Jan.png");
    background: linear-gradient(rgb(5, 74, 133, 0.5), rgba(5, 74, 133, 0.9)), url("/sites/golfequipment/files/pics/golfshop001.jpg") fixed center center;
 */ margin-top: 80px;
    padding: 0px 0;
}

    .products h3 {
        color: #fff;
        font-size: 28px;
        font-weight: 700;
    }

    .products p {
        color: #fff;
    }

    .products .cta-btn {
        font-family: "Raleway", sans-serif;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 15px;
        letter-spacing: 0.5px;
        display: inline-block;
        padding: 8px 26px;
        border-radius: 2px;
        transition: 0.5s;
        margin: 10px;
        border-radius: 50px;
        /*       border: 2px solid #f6b024;*/
        background: #fff101;
        color: #000;
    }

        .products .cta-btn:hover {
            background: #ffd800;
            color: #000;
        }

/* ==================================================================================== */

/* Typography imported from Google Fonts */
@import url('https://fonts.googleapis.com/css?family=Playfair+Display|Source+Sans+Pro:200,400');


h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
}

p, a {
    font-family: 'Source Sans Pro', sans-serif;
}

/* Generic styles */
html {
    scroll-behavior: smooth;
}



/* Styles for the hero image */
.hero {
    /* Photo by mnm.all on Unsplash */
    background: url('https://images.unsplash.com/photo-1518176258769-f227c798150e') center;
    background: url('/sites/golfequipment/files/pics/sliderbg001.jpg') center;
    background: url('/sites/golfequipment/files/store/window6.png') center;
    background: url('/sites/golfequipment/files/pics/Golf_BG_Large004.jpg') center;
    /* grid styles */
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    align-items: center;
}

    .hero > * {
        color: white;
    }

    .hero > h1 {
        font-size: 4rem;
        padding-bottom: 1rem;
    }

    .hero > article > p {
        font-size: 1.5rem;
        font-weight: 200;
    }

    .hero > article > a {
        padding: 1rem;
        margin-top: .75rem;
    }



/* products styles */
.products {
    border: 0px solid red;
    padding: 1rem;
    text-align: center;
    margin-right: 0px;
    margin-left: -50px;
}

    .products > ul {
        border: 0px solid pink;
        display: grid;            
        grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
        grid-gap: 1rem;
        list-style: none;
        text-align: center;
    }

        .products > ul > li {
            border: 0px solid green;
            border-radius: .5rem;
            background-color: #ffffff;
          
        }

            .products > ul > li > figure {
                border: 0px solid blue;
                max-height: 220px;
                overflow: hidden;
                border-top-left-radius: .5rem;
                border-top-right-radius: .5rem;
                position: relative;
           
            }

                .products > ul > li > figure > img {
                    width: 100%;
                }

                .products > ul > li > figure > figcaption1 {
                    position: absolute;
                    bottom: 0;
                    background-color: rgba(0,0,0,.7);
                    width: 100%;
                }

                .products > ul > li > figure > figcaption {
                    position: absolute;
                    top: 0;
                    background-color: rgba(255, 250, 20,0.7);
                    width: 100%;
                    border-bottom: 1px solid #cccccc;
                }

                    .products > ul > li > figure > figcaption > h3 {
                        color: #000000;
                        padding: .25rem;
                        font-size: 1.25rem;
                    }



            .products > ul > li > p {
                font-size: 1rem;
                line-height: 1.5;
                padding: 1rem .75rem;
                color: #666666;
            }

            .products > ul > li > a {
                padding: .5rem 1rem;
                margin: .5rem;
            }

            .products > ul > li > a {
                background-color: black;
                text-decoration: none;
                color: white;
                border-radius: .25rem;
                text-align: center;
                display: inline-block;
                transition: all .3s;
            }

                .products > ul > li > a:hover {
                    opacity: .6;
                    color: white;
                }

.productsdropdown {
    height: 25px;
    font-size: 9pt;
    background-color: #41034a;
    background-color: #DDDDDD;
}
    .productsdropdown > option {
        background-color: #DDDDDD;
    }
        .productsdropdown > option:hover {
            background-color: #cccccc;
            color: #1B517E;
            cursor: pointer;
        }




/* footer */
footer {
    background-color: #333;
    padding: .75rem;
    color: white;
    text-align: center;
    font-size: .75rem;
}

/* price */
.status {
    font-size: 2em;
    width: 100%;
    background-color: red;
}

.status-sold {
    background-color: #f8a905;
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #DDDDDD;
}

.status-special {
    background-color: #1593c4;
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #DDDDDD;
}

.status-outofstock {
    background-color: #f29709;
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #DDDDDD;
}



/* breadcrumbs */
/* https://css-tricks.com/triangle-breadcrumbs/ */
/* https://lendmeyourear.net/breadcrumb-navigation-with-css-arrows.html */

/* https://codepen.io/bdauton/pen/pyaWEy */



.switch-menu {
    display: none;
    list-style: none;
    position: absolute;
    left: 0;
    top: 35px;
    min-width: 100%;
    max-width: 150%;
    background: #ffffff;
    border: 1px solid #e3e5ed;
    border-top: none;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
    border-radius: 0 0 3px 3px;
}

    .switch-menu > li > a {
        display: block;
        padding: 0 15px;
        color: #838487;
        font-size: 12px;
        line-height: 30px;
        text-decoration: none;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .switch-menu > li:hover > a {
        background: rgba(227, 229, 237, 0.5);
        color: #1593c4;
    }

        .switch-menu > li:hover > a:active {
            background: #1593c4;
            color: #ffffff;
        }

    .switch-menu > li:last-child > a {
        border-radius: 0 0 3px 3px;
    }

@keyframes menuIn {
    from {
        opacity: 0;
        z-index: -1;
        transform: translate3d(0, -10%, 0);
    }

    to {
        opacity: 1;
        z-index: 0;
        transform: none;
    }
}




.filterbox {
    padding: 10px;
    background-color: #ffffff;
}

.brandbox {
    border: 0px solid red;
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    height: 200px;
    background-color: #ffffff;
    vertical-align:middle;
}

/* img-fluid. This applies max-width: 100%; and height: auto; to the image so that it scales with the parent element. */
.brandimage {
    border: 0px solid green;
    /*            height: auto;
            width: 100%;*/
    max-height: 190px;
}

.categorybox {
    margin: 20px 0px 0px 0px;
    padding: 50px 10px 10px 10px;
    height: 200px;
    height: 200px;
    vertical-align: middle;
}

    .categorybox > span {
        font-style: italic;
        font-size: 3rem;
        color: #ffffff;
    }

.boxGradient1 {
    background-image: linear-gradient(to right, #440b03, #2b0202);
}

.boxGradient2 {
    background-color: red; /* For browsers that do not support gradients */
    background-image: linear-gradient(45deg,red 5%,yellow 60%,green);
}

.boxGradient {
    background-color: #4a0404; /* For browsers that do not support gradients */
    background-image: linear-gradient(45deg,#4a0404 5%,black 60%,#4a0404);
}

.searchlabels{
    font-size: 20pt;
}
.productsdropdown {
    font-size: 14pt;
}

#LoadRecordsButton {
    font-size: 20pt;
}
