﻿@import url('https://fonts.googleapis.com/css2?family=Boogaloo&family=Dancing+Script:wght@700&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap');

html, body, h1, h2, h3, h4, h5, h6, a, p {
    /*font-family: "Optima nova LT",sans-serif;*/
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

@media only screen and (max-width: 600px) {
    .ProductPrice {
        font-size: 18px;
    }

    .ProductPriceOnSale {
        font-size: 18px;
    }

    .ShoppingListProductPrice {
        font-size: 14px;
    }

    .StoryImage {
        width: 400px;
    }

    .navButton {
        font-size: 10px;
        width: 120px;
    }

    .footerIcon {
        font-size: 14px;
    }

    .ImageFrame {
        width:100%;
    }
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
    .w3-content {
        max-width: 100%;
    }

    .galleryTitles {
        font-size: .8rem;
    }

    .footerIcon {
        font-size: 22px;
    }

    .galleryTitlebg {
        height: 60px;
    }

    .StoryImage {
        width: 1000px;
    }

    .ProductPrice {
        font-size: 20px;
    }

    .ProductPriceOnSale {
        font-size: 20px;
    }

    .ShoppingListProductPrice {
        font-size: 16px;
    }

    .navButton {
        font-size: 15px;
        width: 160px;
    }
    
    .ImageFrame {
        width: 400px;
    }
}

@media only screen and (min-width: 993px) {
    .w3-content {
        max-width: 80%;
    }

    .galleryTitles {
        font-size: 2rem;
    }

    .footerIcon {
        font-size: 1rem;
    }

    .StoryText {
        font-size: 20px;
    }

    .StoryImage {
        width: 500px;
    }

    .ProductPrice {
        font-size: 20px;
    }

    .ProductPriceOnSale {
        font-size: 20px;
    }
    .ShoppingListProductPrice {
        font-size: 16px;
    }

    .navButton {
        font-size: 15px;
        width: 160px;
    }
    
    .ImageFrame {
        width: 600px;
    }
}


.menubar {
    /*font-family: "Optima nova LT",sans-serif;*/
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

@media only screen and (min-width:769px) {
    .CategoryTitle {
        font-size: 3vmin; /*24px;*/
    }
}

@media only screen and (max-width:768px) {
    .CategoryTitle {
        font-size: 5vmin;
    }
}


.CategoryTitle {
    /*font-family: "Optima nova LT",sans-serif;*/
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: White;
    padding: 8px 8px;
    position: absolute;
    /*Bottom: 20px;*/
    /*background: rgba(108, 147, 162, 0.50);*/
    opacity: 1;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}

.gallerySlogan {
    /*font-family: "Optima nova LT",sans-serif;*/
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: White;
    font-size: 3vw;
    /*text-shadow: 1px 1px 0 #000;*/
    width: 100%;
    text-align: center;
    vertical-align: middle;
}
/*.CategoryTitle {
  font-family: "Optima nova LT",sans-serif;
  color: White;
  font-size: 24px;
  padding: 8px 8px;
  position: absolute; 
  Bottom: 20px;
  background: rgba(108, 147, 162, 0.50);
  opacity: 1;
  width: 100%;
  text-align:center;
  vertical-align: middle;
}*/
.w3-bsrBlue {
    color: #fff !important;
    background-color: #bfbdbe !important;
}
/* original BSR Blue was #6c93a2 */

.w3-Text-bsrBlue {
    color: #bfbdbe !important;
}
/*.w3-blue-grey, .w3-hover-blue-grey:hover, .w3-blue-gray, .w3-hover-blue-gray:hover {*/
.w3-bst-grey, .w3-hover-bst-grey:hover, .w3-bst-gray, .w3-hover-bst-gray:hover {
    color: #fff !important;
    background-color: #bfbdbe !important
}
/*.text-block {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: black;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
}*/

/*Slideshow paste from https://www.w3schools.com/howto/howto_js_slideshow.asp*/

* {
    box-sizing: border-box;
}

/* Slideshow container */
.slideshow-container {
    /*max-width: 1000px;*/
    max-width: 100%;
    position: relative;
    margin: auto;
}

.gallery-container {
    /*max-width: 1000px;*/
    max-width: 1400px;
    position: relative;
    margin: auto;
}

.gallerylist-container {
    position: relative;
    margin: auto;
}

/* Hide the images by default */
.myGallery {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.8);
    }

/* Caption text */
.text {
    /*font-family: "Optima nova LT",sans-serif;*/
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

    .active, .dot:hover {
        background-color: #717171;
    }

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4;
    }

    to {
        opacity: 1;
    }
}

@keyframes fade {
    from {
        opacity: .4;
    }

    to {
        opacity: 1;
    }
}

/*End of Slideshow paste*/

.centerImage {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.FieldLabel {
    color: #6c93a2;
    /*color: #fff !important;
    background-color: #6c93a2 !important;*/
    font-weight: bold;
}

.FormViewButton {
    /*width: 40vw;*/
    width: 100%;
    max-width: 250px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 5px;
}

a.noUnderline:link, a.noUnderline:visited {
    text-decoration: none;
    color: black;
    font-weight: bold;
}

.ShoppingListProductTitle {
    text-decoration: none;
    font-weight: normal;
    font-size: calc(14px + 0.5vw);
}

.ShoppingListProductPrice {
    font-family: "Caslon Old Face",serif;
    font-style: italic;
    font-weight: 400;
    text-decoration: none;
    font-weight: normal;
    /*font-size: calc(10px + 0.75vw);*/
}

.ProductPrice {
    font-family: "Caslon Old Face",serif;
    font-style: italic;
    font-weight: 400;
    font-weight: normal;
    /*font-size: calc(14px + 0.5vw);*/
}

.ProductPriceOnSale {
    font-family: "Caslon Old Face",serif;
    font-style: italic;
    font-weight: 400;
    text-decoration: line-through;
    font-weight: normal;
    /*font-size: calc(14px + 0.5vw);*/
}

.ShoppingCartHeight {
    height: 150px;
}


@media screen and (max-width: 993px) {
    .ShoppingCartHeight {
        height: 50px;
    }
}

.bsrCheckout {
    display: flex;
    flex-flow: column-reverse;
    /*    margin-bottom: 1em;
    margin-top: 1em;
*/ margin-bottom: 3px;
    margin-top: 3px;
    border: 1px solid #ccc;
    padding: 5px;
}

.bsrCheckoutLabel {
    transition: all 0.2s;
    touch-action: manipulation;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    vertical-align: middle;
}

.bsrCheckoutTextbox {
    transition: all 0.2s;
    touch-action: manipulation;
    font-size: 1.5em;
    border: 0;
    /*border: 1px solid #ccc;*/
    font-family: inherit;
    -webkit-appearance: none;
    border-radius: 0;
    padding: 0;
    cursor: text;
}

    .bsrCheckoutTextbox:focus {
        /*outline: 0;*/
        /*border: 1px solid #666;*/
    }

    .bsrCheckoutTextbox:placeholder-shown + .bsrCheckoutLabel {
        cursor: text;
        max-width: 66.66%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        transform-origin: left bottom;
        transform: translate(0, 2.125rem) scale(1.5);
    }

::-webkit-input-placeholder {
    opacity: 0;
    transition: inherit;
}

input:focus::-webkit-input-placeholder {
    opacity: 1;
}

.bsrCheckoutTextbox:not(:placeholder-shown) + .bsrCheckoutLabel,
.bsrCheckoutTextbox:focus + .bsrCheckoutLabel {
    transform: translate(0, 0) scale(1);
    cursor: pointer;
}

.bsrDixieBelleButton {
    background-color: transparent;
    color: white;
    outline:solid;
    outline-color:white ;
    font-weight: 800;
}

.bsrContact {
    display: flex;
    flex-flow: column-reverse;
    /*    margin-bottom: 1em;
    margin-top: 1em;
*/ margin-bottom: 3px;
    margin-top: 3px;
    border: 1px solid #ccc;
    padding: 5px;
}

.bsrContactLabel {
    transition: all 0.2s;
    touch-action: manipulation;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    vertical-align: middle;
}

.bsrContactTextbox {
    transition: all 0.2s;
    touch-action: manipulation;
    font-size: 1.5em;
    border: 0;
    /*border: 1px solid #ccc;*/
    font-family: inherit;
    -webkit-appearance: none;
    border-radius: 0;
    padding: 0;
    cursor: text;
}

    .bsrContactTextbox:focus {
        /*outline: 0;*/
        /*border: 1px solid #666;*/
    }

    .bsrContactTextbox:placeholder-shown + .bsrContactLabel {
        cursor: text;
        max-width: 66.66%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        transform-origin: left bottom;
        transform: translate(0, 1.25rem) scale(1);
    }

    .bsrContactTextbox:not(:placeholder-shown) + .bsrContactLabel,
    .bsrContactTextbox:focus + .bsrContactLabel {
        transform: translate(0, 0) scale(1);
        cursor: pointer;
    }


.bsrPrice {
    font-family: "Caslon Old Face",serif;
    font-style: normal;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 35px;
    font-size: 18px;
}

.bsrProduct {
    display: flex;
    flex-flow: column-reverse;
    margin-bottom: 3px;
    margin-top: 3px;
    border: 1px solid #ccc;
    padding: 5px;
    vertical-align: middle;
    margin-bottom: 10px;
    line-height: 1.25;
}

.bsrProductLabel {
    transition: all 0.2s;
    touch-action: manipulation;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 0.75em;
    /*margin-bottom:10px;*/
}
/*.bsrProductLabel::before, bsrProductLabel::after {
        position: absolute;
        width: 7px;
        height: 7px;
        top: calc(50% - 7px);
        right: 18px;
        display: block;
        border-left: 1px solid #666666;
        border-bottom: 1px solid #666666;
        background: none;
        content: "";
        transform: rotate(315deg);

    }*/
.bsrProductTextbox {
    transition: all 0.2s;
    touch-action: manipulation;
    font-size: 1em;
    border: 0;
    /*border: 1px solid #ccc;*/
    font-family: inherit;
    -webkit-appearance: none;
    border-radius: 0;
    padding: 0;
    cursor: text;
}

.bsrProductDDL {
    transition: all 0.2s;
    touch-action: manipulation;
    font-size: 1.5em;
    border: 0;
    /*border: 1px solid #ccc;*/
    font-family: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    padding: 0;
    cursor: text;
}


.bsrProductTextbox:focus {
    /*outline: 0;*/
    /*border: 1px solid #666;*/
}

.bsrProductTextbox:placeholder-shown + .bsrProductLabel {
    cursor: text;
    max-width: 66.66%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transform-origin: left bottom;
    transform: translate(0, 2.125rem) scale(1.5);
    margin-bottom: 10px;
}

::-webkit-input-placeholder {
    opacity: 0;
    transition: inherit;
}

input:focus::-webkit-input-placeholder {
    opacity: 1;
}

.bsrProductDDL:not(:placeholder-shown) + .bsrProductLabel,
.bsrProductDDL:focus + .bsrProductLabel {
    transform: translate(0, 0) scale(1);
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.bsrProductTextbox:not(:placeholder-shown) + .bsrProductLabel,
.bsrProductTextbox:focus + .bsrProductLabel {
    transform: translate(0, 0) scale(1);
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.flex-container {
    display: flex;
}

.fill-width {
    flex: 1;
}

.bsrProductSizeChoice {
    /*    position: relative;
    display: inline-block;
    padding: 14px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    color: #666666;
    opacity: 0;
    transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1) border;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
    font-size: 100%;
    vertical-align: baseline;
    box-sizing: border-box;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    text-align: start;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
    cursor: default;
    margin: 0em;
    font: 400 13.3333px Arial;
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;*/
}

.bsrProductSize {
    /*    font-family: "Caslon Old Face",serif;
    font-style: normal;
    font-weight: 400;
    position: relative;
    display: inline-block;
    padding: 14px;
    font-size: 14px;
    line-height: 1.5;
    color: #666666;
    text-align: left;
    cursor: pointer;
    border: 1px solid #afadad;
    border-radius: 0;
    outline: 0;
    transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1) border;
    width: 100%;*/
}

/*https://moderncss.dev/custom-select-styles-with-pure-css/*/

/*:root {
    --select-border: #777;
    --select-focus: blue;
    --select-arrow: var(--select-border);
}
*, *::before, *::after {
    box-sizing: border-box;
}

select {
    appearance: none;
    background-color: transparent;
    border: none;
    padding: 0 1em 0 0;
    margin: 0;
    width: 100%;
    font-family: inherit;
    font-size: inherit;
    cursor: inherit;
    line-height: inherit;
    outline: none;
}

select::-ms-expand {
    display: none;
}

.bsrProductSize {
    width: 100%;
    min-width: 15ch;
    max-width: 30ch;
    border: 1px solid var(--select-border);
    border-radius: 0.25em;
    padding: 0.25em 0.5em;
    font-size: 1.25rem;
    cursor: pointer;
    line-height: 1.1;
    background-color: #fff;
    background-image: linear-gradient(to top, #f9f9f9, #fff 33%);
    display: grid;
    grid-template-areas: "select";
    align-items: center;
}

    .bsrProductSize::after {
        content: "";
        width: 0.8em;
        height: 0.5em;
        background-color: var(--select-arrow);
        clip-path: polygon(100% 0%, 0 0%, 50% 100%);
    }

    select,
    .bsrProductSize:after {
        grid-area: select;
        justify-self: end;
    }*/


.VerticalButtonLeft {
    vertical-align: top;
    margin-top: 10px;
    width: 120px;
    height: auto;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg); /* IE 9 */
    -moz-transform: rotate(-90deg); /* Firefox */
    -webkit-transform: rotate(-90deg); /* Safari and Chrome */
    -o-transform: rotate(-90deg); /* Opera */
}

.VerticalButtonRight {
    vertical-align: top;
    margin-top: 10px;
    width: 120px;
    height: auto;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg); /* IE 9 */
    -moz-transform: rotate(90deg); /* Firefox */
    -webkit-transform: rotate(90deg); /* Safari and Chrome */
    -o-transform: rotate(90deg); /* Opera */
}
/*for Flickity: https://flickity.metafizzy.co/*/
.carousel {
    background: #EEE;
    margin-bottom: 20px;
}

    .carousel img {
        display: block;
        height: 250px;
        min-width: 150px;
        max-width: 100%;
        margin-right: 10px;
        /*vertically center */
        top: 50%;
        transform: translateY(-50%)
    }

.slideshow {
    background: #EEE;
    margin-bottom: 30px;
    position: relative;
}

    .slideshow img {
        display: block;
        height: 250px;
        min-width: 150px;
        max-width: 100%;
        margin-right: 5px;
        /* vertically center */
        top: 50%;
        transform: translateY(-50%)
    }

.SlideshowImageText {
    color: black;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fotorama__wrap {
    margin: 0 auto;
}
/*.caption {
    background: #FAFAFA;
    margin: 0;
    padding: 10px;
    text-align: center;
    transform:translateY(-50);

}*/

@media screen and ( min-width: 768px ) {
    .carousel img {
        height: 600px;
    }

    .slideshow img {
        height: 600px;
    }
}


.dollars:before {
    content: '$';
}
