.toast {
    position: fixed;
    bottom: -200px;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    padding: 20px;
    background: #78f192;
    border-radius: 0px;
    z-index: 1000;
    text-align: center;
    transition: all .4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-delay: .2s;
    pointer-events: none;
    color: #2a2a2a;
    box-sizing: border-box;
}

.toast.show {
    bottom: 10px;
}

.toast.toastCart {
    padding: 50px 20px;
    background: linear-gradient(0deg, #00000082, transparent);
}

.toast .flex {
    display: flex;
    align-items: center;
    background: white;
    left: 20px;
    right: 20px;
    box-shadow: 0px 11px 15px -5px #00000061;
    width: calc(100% - 40px);
    border-radius: 20px;
    padding: 20px;
    max-width: 300px;
}

.toast.toastCart img {
    height: 70px;
    width: 70px;
    object-fit: contain;
}

.toast.toastCart h3 {
    width: 200px;
    text-align: left;
    margin-left: 30px;
}

.toast.toastCart.show {
    bottom: -30px;
}
.banner {
    width: 100%;
    height: 400px;
    position: relative;
}

.banner img {width: 100%;height: 100%;object-fit: cover;}
.carousel {

}

.carousel .carouselList {
    overflow: auto;
    display: flex;
    flex-wrap: nowrap;
}



@media only screen and (max-width: 600px) {

}
.baseItem img {
    height: 150px;
    width: 150px;
    object-fit: cover;
    margin-bottom: 5px;
}

.baseItem {
    width: 150px;
    font-size: 14px;
    margin-right: 25px;
    margin-bottom: 10px;
    background: white;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px -8px #28425c7d;
}

.baseItem .price {
    font-size: 12px;
    font-weight: bold;
}

.baseItem>div:not(.price) {
    height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 90%;
}
.btn {
    background: green;
    padding: 17px 0px;
    background: rgb(42 42 42);
    /* background: linear-gradient(90deg, rgba(128,221,66,1) 0%, rgba(22,200,60,1) 100%); */
    color: white;
    box-shadow: 0px 3px 7px -5px #555;
    margin: 15px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 150px;
    box-sizing: border-box;
    font-weight: bold;
}

.btn.full{
    width: 100%;
}

.btn.secondary{
    background: none;
    border: 2px solid rgb(40 66 92);
    color: rgb(40 66 92);
}

.btn.addBtn {
    width: 45px;
    height: 45px;
}

.btn i {
    margin-right: 10px;
    font-size: 20px;
}
.cartItem {
    display: flex;
    font-size: 11px;
    background: white;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 15px;
    position: relative;
}

.cartItem img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 20px;
    cursor: pointer;
}

.cartItem h4 {
    margin: 0px;
    cursor: pointer;
}

.cartItem .price {
    font-size: 13px;
    margin-bottom: 7px;
}

.cartItem .qtyInput {
    display: flex;
    font-size: 16px;
    align-items: center;
    margin-top: 10px;
}

.cartItem .qtyInput .qtyChangeBtn {
    font-size: 23px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f1f3f6;
    border-radius: 50px;
    cursor: pointer;
}

.cartItem .qtyInput>div {
    margin-right: 10px;
}

.removeItemBtn {
    position: absolute;
    font-size: 20px;
    right: 10px;
    bottom: 10px;
}
.cartTotals {
    padding: 20px;
    align-items: center;
    display: flex;
    flex-direction: column;
    background: #28425c21;
}

.cartTotals>div>div:nth-of-type(2) {
    width: 130px;
    text-align: right;
}

.cartTotals .cartDiscounts {
    margin: 10px 0px;
}

.cartTotals .cartTotal {
    border-top: 1px solid #28425c57;
    padding: 10px 0px;
}

.cartTotals>div {
    width: 250px;
    justify-content: space-between;
}
.checkbox {
    display: flex;
    align-items: center;
    margin: 10px 0px;
}

.checkbox input {
    margin-right: 5px;
}
.container.fixedBottom {
    position: fixed;
    bottom: 0px;
    background: #f1f3f6;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    padding: 20px;
}
.datePicker {position: relative;font-size: 14px;margin: 15px 0px;box-sizing: border-box;}

.datePicker .inputPlaceholder {
    position: absolute;
    top: 0;
    left: 8px;
    height: 100%;
    align-items: center;
    pointer-events: none;
    display: flex;
    z-index: 1;
    transition: all .3s;
    color: #999;
}

.datePicker input {
    width: 100%;
    height: 100%;
    padding: 9px;
    outline: none;
    border: 1px solid #a9a9a9;
    border-radius: 4px;
    font-family: 'Nunito', sans-serif;
    box-sizing: border-box;
    -webkit-appearance: none;
}

.datePicker .inputPlaceholder:before {content: '';width: 100%;position: absolute;left: 0;height: 18px;top: 0;bottom: 0;margin: auto;/* background: white; */z-index: 0;}

.datePicker .inputPlaceholder {
    top: -6px;
    font-size: 10px;
    height: 14px;
    background: white;
    padding: 0px 2px;
    background: linear-gradient(180deg, rgba(255,255,255,0) 41%, rgba(255,255,255,1) 43%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 57%, rgba(255,255,255,0) 57%);
}

.datePicker input:focus {
    box-shadow: 0px 1px 7px -4px #6f6f6f;
    border: 1px solid #52c2ff;
}
.imgEl img {
    height: 100%;
}
.linkContainer {
    text-decoration: none;
    color: #28425c;
}

.linkContainer:visited {
    color: #28425c;
}
.radio {
    display: flex;
    align-items: center;
    margin: 10px 0px;
}

.radio input {
    margin-right: 5px;
}
.searchbox {position: relative;font-size: 14px;margin: 15px 0px;box-sizing: border-box;background: white;border: 1px solid #a9a9a9;display: flex;align-items: center;border-radius: 50px;width: 220px;}

.searchbox .inputPlaceholder {
    position: absolute;
    top: 0;
    left: 15px;
    height: 100%;
    align-items: center;
    pointer-events: none;
    display: flex;
    z-index: 1;
    transition: all .3s;
    color: #999;
}

.searchbox input {
    width: 100%;
    height: 100%;
    padding: 9px;
    outline: none;
    border-radius: 4px;
    font-family: 'Nunito', sans-serif;
    box-sizing: border-box;
    border: none;
    background: none;
    margin-left: 5px;
}

.searchbox .inputPlaceholder:before {content: '';width: 100%;position: absolute;left: 0;height: 18px;top: 0;bottom: 0;margin: auto;/* background: white; */z-index: 0;}

.searchbox input:focus+.inputPlaceholder, .searchbox input.hasText+.inputPlaceholder {
    top: -7px;
    left: 20px;
    font-size: 10px;
    height: 14px;
    background: white;
    padding: 0px 2px;
    background: linear-gradient(180deg, rgba(255,255,255,0) 41%, rgba(255,255,255,1) 43%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 57%, rgba(255,255,255,0) 57%);
}

.searchbox i {
    margin-right: 10px;
    color: #abacaf;
}

.searchbox.full {
    width: 100%;
}
.select select {
    width: 100%;
    height: 100%;
    padding: 9px;
    outline: none;
    border: 1px solid #a9a9a9;
    border-radius: 4px;
    font-family: 'Nunito', sans-serif;
    box-sizing: border-box;
    -webkit-appearance: none;
}

.select>div {
    top: -6px;
    font-size: 10px;
    padding: 0px 2px;
    background: linear-gradient(180deg, rgba(255,255,255,0) 41%, rgba(255,255,255,1) 43%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 57%, rgba(255,255,255,0) 57%);
    position: absolute;
    left: 8px;
    height: 14px;
    align-items: center;
    pointer-events: none;
    display: flex;
    z-index: 1;
    transition: all .3s;
    color: #999;
}

.select {
    position: relative;
    margin: 15px 0px;
}

.select:after {
    content: '\0025BC';
    font: normal normal normal 12px/1 FontAwesome;
    color: #cacaca;
    right: 10px;
    top: 0px;
    height: 13px;
    padding: 15px 0px 0px 8px;
    position: absolute;
    pointer-events: none;
}
.listHeader>div {
    /* width: 30%; */
}

.listRow,.listHeader {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    padding: 8px 6px;
}

.listGrid {
    /* width: 600px; */
    padding: 10px;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 0px 0px 17px -12px #646669;
    background: white;
    font-size: 14px;
}

.listHeader {
    font-weight: bold;
    border-bottom: 1px solid #dedede;
    padding-top: 8px;
    padding-bottom: 12px;
}

.listRow {
    cursor: pointer;
}

.listRow:hover {
    background: #e4e7eb52;
    border-radius: 6px;
}

.listGrid.oneCol .listRow,.listGrid.oneCol .listHeader {
    grid-template-columns: 1fr;
}

.listGrid.twoCol .listRow,.listGrid.twoCol .listHeader {
    grid-template-columns: 1fr 1fr;
}

.listGrid.threeCol .listRow,.listGrid.threeCol .listHeader {
    grid-template-columns: 1fr 1fr 1fr;
}

.listGrid.fourCol .listRow,.listGrid.fourCol .listHeader {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.listGrid.fiveCol .listRow,.listGrid.fiveCol .listHeader {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.listGrid.sixCol .listRow,.listGrid.sixCol .listHeader {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.listGrid.sevenCol .listRow,.listGrid.sevenCol .listHeader {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.listGrid.eightCol .listRow,.listGrid.eightCol .listHeader {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.listGrid.nineCol .listRow,.listGrid.nineCol .listHeader {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.listGrid.tenCol .listRow,.listGrid.tenCol .listHeader {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}


.textEl.h1, h1 {
    font-size: 40px;
    font-weight: bold;
}

.textEl.h2, h2 {
    font-size: 30px;
    font-weight: bold;
}

.textEl.h3, h3 {
    font-size: 22px;
    font-weight: bold;
}

.textEl.h4, h4 {
    font-size: 18px;
    font-weight: bold;
}

.textEl.h5, h5 {
    font-size: 15px;
    font-weight: bold;
}

.textEl.h6, h6 {
    font-size: 12px;
    font-weight: bold;
}



.textarea {position: relative;font-size: 14px;margin: 15px 0px;box-sizing: border-box;}

.textarea .inputPlaceholder {
    position: absolute;
    top: 0;
    left: 8px;
    height: 36px;
    align-items: center;
    pointer-events: none;
    display: flex;
    z-index: 1;
    transition: all .3s;
    color: #999;
}

.textarea textarea {
    width: 100%;
    height: 100%;
    padding: 9px;
    outline: none;
    border: 1px solid #a9a9a9;
    border-radius: 4px;
    font-family: 'Nunito', sans-serif;
    box-sizing: border-box;
    -webkit-appearance: none;
}

.textarea .inputPlaceholder:before {content: '';width: 100%;position: absolute;left: 0;height: 18px;top: 0;bottom: 0;margin: auto;/* background: white; */z-index: 0;}

.textarea textarea:focus+.inputPlaceholder, .textarea textarea.hasText+.inputPlaceholder {
    top: -6px;
    font-size: 10px;
    height: 14px;
    background: white;
    padding: 0px 2px;
    background: linear-gradient(180deg, rgba(255,255,255,0) 41%, rgba(255,255,255,1) 43%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 57%, rgba(255,255,255,0) 57%);
}

.textarea textarea:focus {
    box-shadow: 0px 1px 7px -4px #6f6f6f;
    border: 1px solid #52c2ff;
}
.input {position: relative;font-size: 14px;margin: 15px 0px;box-sizing: border-box;}

.input .inputPlaceholder {
    position: absolute;
    top: 0;
    left: 8px;
    height: 100%;
    align-items: center;
    pointer-events: none;
    display: flex;
    z-index: 1;
    transition: all .3s;
    color: #999;
}

.input input {
    width: 100%;
    height: 100%;
    padding: 9px;
    outline: none;
    border: 1px solid #a9a9a9;
    border-radius: 4px;
    font-family: 'Nunito', sans-serif;
    box-sizing: border-box;
    -webkit-appearance: none;
}

.input .inputPlaceholder:before {content: '';width: 100%;position: absolute;left: 0;height: 18px;top: 0;bottom: 0;margin: auto;/* background: white; */z-index: 0;}

input:focus+.inputPlaceholder, .input input.hasText+.inputPlaceholder {
    top: -6px;
    font-size: 10px;
    height: 14px;
    background: white;
    padding: 0px 2px;
    background: linear-gradient(180deg, rgba(255,255,255,0) 41%, rgba(255,255,255,1) 43%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 57%, rgba(255,255,255,0) 57%);
}

.input input:focus {
    box-shadow: 0px 1px 7px -4px #6f6f6f;
    border: 1px solid #52c2ff;
}

input.error {
    box-shadow: 0px 0px 0px 1px red;
}
.itemList .itemListItem img {
    height: 150px;
    width: 150px;
    object-fit: contain;
}

.itemList .itemListItem {
    width: 150px;
    font-size: 14px;
    margin-right: 25px;
}

.itemList .itemListItem .price {
    font-size: 12px;
}

.itemList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.itemList .baseItem {
    /* width: 50%; */
    /* margin: 0px; */
    /* display: flex; */
    /* flex-direction: column; */
    /* align-items: center; */
    margin: 0px;
    margin-bottom: 20px;
}



@media only screen and (max-width: 600px) {

}
.productImages .imgThmb img {
    height: 80px;
    width: 80px;
    object-fit: cover;
    cursor: pointer;
}

.productImages .primaryImage img {
    width: 90%;
    height: 90%;
}

.productImages .imgThmb.selected {
    box-shadow: 0px 0px 0px 2px #0000002b;
}

.productImages {
    display: flex;
    overflow: hidden;
    margin: 0px;
}

.productImages .imgThmbList {
    margin-right: 10px;
    padding: 5px;
}

.productImages .primaryImage {
    width: calc(100% - 90px);
    background: white;
}

.productImages .primaryImage img {
    width: 100%;
    object-fit: contain;
}

.productImages .imgThmb {
    margin-bottom: 6px;
}



@media only screen and (max-width: 600px) {
    .productImages {
        flex-direction: column-reverse;
        margin: -20px;
        margin-bottom: 5px;
    }

    .productImages .imgThmbList {
        display: flex;
        overflow: auto;
        flex-wrap: nowrap;
    }

    .productImages .primaryImage {
        width: 100%;
        text-align: center;
    }

    .productImages .imgThmbList .imgThmb {
        margin-right: 5px;
    }
}
.productSlider {
    text-align: center;
    overflow: hidden;
}

.slides {
    display: flex;

    overflow-x: auto;
    scroll-snap-type: x mandatory;



    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;

    /*
    scroll-snap-points-x: repeat(300px);
    scroll-snap-type: mandatory;
    */
}
.slides::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
.slides::-webkit-scrollbar-thumb {
    background: black;
    border-radius: 10px;
}
.slides::-webkit-scrollbar-track {
    background: transparent;
}
.slides > div {
    scroll-snap-align: start;
    flex-shrink: 0;
    width: 100%;
    height: 500px;
    margin-right: 50px;
    border-radius: 10px;
    background: white;
    transform-origin: center center;
    transform: scale(1);
    transition: transform 0.5s;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 100px;
}
.slides > div:target {
    /*   transform: scale(0.8); */
}
.productSlider img {
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.productSlider > a {
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background: black;
}
.productSlider > a:active {
    background: blue;
}
.productSlider > a:focus {
    background: #000;
}

/* Don't need button navigation */
@supports (scroll-snap-type) {
    .productSlider > a {
        display: none;
    }
}
.varImg {
    height: 60px;
    width: 60px;
    opacity: .5;
    margin-right: 20px;
    cursor: pointer;
}

.varImg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.varImgLst {
    display: flex;
    /* justify-content: space-between; */
}

.varImgLst .varImg {
}

.variants {
    margin: 0px;
    margin-bottom: 35px;
    display: flex;
    flex-direction: column-reverse;
}

.variants h4, .variants h5 {
    margin-bottom: 5px;
}

.varImg.selected {
    opacity: 1;
}

.optionBtnList {
    display: flex;
    flex-wrap: nowrap;
}

.optionBtnList .optionBtn {
    padding: 6px;
    margin-right: 10px;
    border: 1px solid #c4c6d0;
    min-width: 20px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
}

.optionBtnList .optionBtn.selected {
    background: #2a435d;
    color: white;
    border: 1px solid #2a435d;
}


.optionBtnList .optionBtn.optionColor.selected {
    background: #2a435d;
    color: white;
    box-shadow: 0px 0px 0px 3px white,0px 0px 0px 5px #2a435d;
}

.optionBtnList .optionBtn.optionColor {
    border: 3px solid transparent;
}