body {
    font-size: 18px;
    line-height: 1.42857;
    font-family: 'Dancing Script', cursive;
    font-family: 'Jost', sans-serif;
    font-weight: 400;
}

.top-header {
    color: #fff;
    background-color: #ffe8c8;
    border-color: black;
}

.2
gallery {

    width: 200PX;
    height: 200PX;
    BACKGROUND: GHOSTWHITE;
    MARGIN-LEFT: 20PX;
    PADDING: 20PX;
    TEXT-ALIGN: CENTER;

}




/* external css: flickity.css */

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: sans-serif;
}

.gallery {
    background: #EEE;
}

.gallery-cell {
    width: 28%;
    height: 200px;
    margin-right: 10px;
    background: #8C8;
    counter-increment: gallery-cell;
}

.gallery-cell.is-selected {
    background: #ED2;
}

/* cell number */
.gallery-cell:before {
    display: block;
    text-align: center;
    content: counter(gallery-cell);
    line-height: 200px;
    font-size: 80px;
    color: white;
}


button {
    color: currentcolor;
    font-weight: 900;
    padding: var(--size-bezel) calc(var(--size-bezel) * 2);
    background: var(--color-accent);
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    border-radius: var(--size-radius);
}


:root {
    --color-light: white;
    --color-dark: #212121;
    --color-signal: #fab700;

    --color-background: var(--color-light);
    --color-text: var(--color-dark);
    --color-accent: var(--color-signal);


    --size-radius: 4px;

    line-height: 1.4;

    font-family: 'Inter', sans-serif;
    font-size: calc(.6rem + .4vw);
    color: var(--color-text);
    background: var(--color-background);
    font-weight: 300;

}

h1, h2, h3 {
    font-weight: 900;
}


.flex11 {
    padding: 6px;
    font-size: 25px;
    width: 100%;
    background: var yellow;
    border-radius: 5px;
    color: black;
}


.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: -20px;
    margin-bottom: 10px;
}

.featured-products .btn {
    border: 2px solid #fff;
    color: white;
    font-size: 14px;
    border-radius: 5px;
    font-weight: 700;
    left: 51%;
    margin-left: -64px;
    margin-bottom: 10px;
    opacity: 1;
    padding: 4px 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 50%;
    transition: all .2s ease-out;
    width: 130px;
}

.blue .main-header .btn-search {
    background-color: TEAL;
    border-color: transparent;
    color: #fff;
}

.blue .btn-theme {
    color: #fff;
    background-color: TEAL;
    border-color: black;
}

.main-header {

}


.square {
    position: relative;
    width: 50%;
}

.square:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.content2 {
    position: absolute;
    width: 100%;
    height: 100%;
}


.navbar23 {
    overflow: hidden;

}

.navbar23 a {
    float: left;
    font-size: 16px;
    color: black;
    text-align: center;
    padding: 0px 6px;
    text-decoration: none;
}


.REC3 {
    background: black;
    FLOAT: LEFT;
    WIDTH: 386PX;
    TEXT-ALIGN: CENTER;
    POSITION: RELATIVE;
}

@media only screen and (max-device-width: 480px) {

    .featured-products .stats-container {
        bottom: -30PX;
        background: none;
        /* padding: 10px; */
        /* width: 57%; */
        margin-top: -12px;
        margin-left: -3px;
        text-align: center;
        transition: all .2s ease-out;
    }


        #lightbox .modal-dialog {
            margin-top: -381px;
        }

        .flex2 {
            margin-bottom: 0px;
        }

        .photo-slider {
            margin-bottom: 1px;
            margin-top: -4px;
        }

        .cart-contents {
            margin-top: -4px;
        }

        .78 uu {


        MARGIN-TOP: 55PX;
        TEXT-ALIGN: CENTER;
        FONT-SIZE: 22PX;

    }

    .featured-products .product img {
        margin: 0 auto;
        max-height: 250px;
        width: 100%;
    }

}

.navbar {
    background-color: HOTPINK;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    min-height: inherit;
}


@media (min-width: 1025px) and (max-width: 1280px) {

    .col-sm-8 .col-md-6 .col-md-offset-3 .search-box {
        DISPLAY: none;
    }

}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {

    .col-sm-8 .col-md-6 .col-md-offset-3 .search-box {
        DISPLAY: none;
    }

}


.navbar .btn-cart-xs {
    color: black;
    font-size: 16px;
    margin-right: 4px;
    margin-top: -94px;
    border-radius: 0px;
}


.fol {
    border-radius: 7px;
}

.mCart {
    border-radius: 5px;
    font-size: 1.7em;
    margin-left: 43px;
}


@media screen and (max-width: 600px) {
    .REC3 {
        background: black;
        FLOAT: LEFT;
        WIDTH: 150PX;
        TEXT-ALIGN: CENTER;
        POSITION: RELATIVE;
    }
}

@media (min-width: 200px) and (max-width: 260px) {
    .REC3 {
        background: black;
        FLOAT: LEFT;
        WIDTH: 140px;
        TEXT-ALIGN: CENTER;
        POSITION: RELATIVE;
    }

    .main-header {
        z-index: 30;
        position: fixed;
    }

    .flex2 {
        margin-bottom: 148px;
    }


}

@media (min-width: 200px) and (max-width: 260px) {
    .featured-products .product img {

        margin: 0 auto;
        max-height: 177px;

    }

    .34 TT {

    z-index: 30;
    position: fixed;
}

}


@media (min-width: 200px) and (max-width: 260px) {

    .featured-products .btn {
        border: 2px solid REBECCAPURPLE;
        color: GREEN;
        font-size: 8px;
        border-radius: 5px;
        font-weight: 700;
        left: 70%;
        opacity: 1;
        padding: 4px 0;
        position: absolute;
        text-align: center;
        text-transform: uppercase;
        top: 71%;
        transition: all .2s ease-out;
        width: 69px;

    }

}


@media (min-width: 270px) and (max-width: 450px) {

    .featured-products .btn {
        border: 2px solid GAINSBORO;
        color: WHITESMOKE;
        font-size: 9px;
        border-radius: 5px;
        font-weight: 700;
        left: 19%;
        opacity: 0.5;
        padding: 4px 0;
        /* FLOAT: LEFT; */
        BACKGROUND: darkgreen;
        position: RELATIVE;
        text-align: center;
        text-transform: uppercase;
        top: 105%;
        transition: all .2s ease-out;
        width: 90px;

    }

    .TT22 {
        z-index: 30;
        position: fixed;
        font-size: 32px;
        font-family: system-ui;


    }


    .78 uu {


    MARGIN-TOP: 155PX;
    TEXT-ALIGN: CENTER;
    FONT-SIZE: 22PX;

}

    .TT33 {
        z-index: 30;
        position: fixed;
        font-size: 32px;
        font-family: system-ui;
        width: 100%;

    }

    .main-header {

        BACKGROUND: rgba(136, 133, 129, 0.58);
        BACKDROP-FILTER: blur(14px);
        WIDTH: 100%;
    }

    .navbar .btn-cart-xs {
        color: REBECCAPURPLE;
        font-size: 16px;
        margin-left: 1px;
        margin-top: -148px;
       
        position: fixed;
        z-index: 1;
        FLOAT: RIGHT;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        margin-right: 15px;
        padding: 3px 10px;
        margin-top: -2PX;
        margin-bottom: 0;
        background-color: transparent;
        border-radius: 0;
    }

}


.cart-item-image img {
    max-height: 126px;
    padding: 27px;
    margin-top: -27px;
}

.cart-item-image {
    height: 75px;
    display: inline-block;
}

.text-right {

    font-size: 1em;
}

.ct2 {
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: yellowgreen;
    font-size: 25px;
    border: none;
    COLOR: SNOW;
    border-radius: 0px;
    height: 49px;
}

.ct2:hover {
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #e91e63;
    font-size: 25px;
    border: none;
    COLOR: SNOW;
    border-radius: 0px;
    height: 49px;
}

}

.cbox {
    border-radius: 5px;
}

.cartB {

    width: auto;
    text-align: center;
    text-transform: uppercase;
    min-height: 47px;
    background-color: #333;
    color: #fff;
    FONT-SIZE: 20px;
    margin-left: 7px;
    letter-spacing: 2px;
    border: none;
}


.page-contents {
    padding: 1px 0;
    background-color: white;
}

.product {
    background-color: #fff;
    border: 1px solid white;
    margin-bottom: 42px;
    padding: 10px;
    position: relative;
    min-height: 135px;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 0px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-default {
    border-color: white;
}

.product.alt .product-desc .product-name {
    margin-top: 0px;
    text-align: left;
    font-size: 1px;
    margin-left: 46px;
    font-weight: normal;
}


.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 4px;
    line-height: 1.2;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.badge {
    top: 15px !important;
    background-color: #f40505 !important;
    border-radius: 0 !important;
    right: 11px !important;
    z-index: 9999;
}

@media only screen and (min-width: 482px) {
    .recommendation .featured-products .product {
        position: relative;
        transition: width .5s ease-in-out;
        text-align: center;
        min-height: 140px;
        width: 135px;
    }
    .recommendation .featured-products .product span{
        font-size: 14px;
    }
}

div#cart-links {
    margin-top: 25px;
    margin-bottom: 20px;
}