﻿@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}
html{
    background-image:url("/images/blurback.jpg");
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}
.whitey{
    background-color: white;
}
.bigcheck{
    height:30px;
    width:30px;
    cursor: pointer;
}
.pointy{
    cursor: pointer;
}
.checkgreen{
    color: darkgreen
}
.xred{
    color: darkred;
}
.custBg {
    background-color: #bb3a5e;
}
.font-larger{
    font-size:1.7em;
}
.bigger{
    font-size:1.2em;
}
.bolds{
    font-weight:600;
}
.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    .row > [class^='cols-'] {
        display: flex;
        flex-direction: column;
    }

.picbumpNL {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 140px;
}
.picbump, .picbumpRP {
    
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    cursor:pointer;

}
.picbump {
    min-height: 280px;
}
.picbumpRP {
    min-height: 200px;
    border: 1px solid #ddd;
}
    .picbump:hover, .picbump2:hover, .picbumpRP:hover {
        border: 1px solid #AB3555;
    }

.picbump2 {
    min-height: 180px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
    border: solid 1px #ddd;
}
.picbump2b {
    min-height: 180px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    cursor: pointer;
    border: solid 1px #ddd;
    background-color: transparent;
}
.picbump3 {
    min-height: 160px;
    min-width:200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
    border: 1px solid #aaa;
}
.picbump4 {
    height: 80px;
    width: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
    border: 1px solid #aaa;
}
.picbump5 {
    min-height: 200px;
    max-width: 260px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border: 1px solid #333;
  
}
.pricey{
    color: darkred;
    line-height:1.5;

}
.headcount{
    color: white;
    text-shadow:0 0 1px #000;
    letter-spacing:2px;
}
.pulsate{
    -webkit-animation: pulsate 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0.5;
}
@-webkit-keyframes pulsate{
    0%{
        opacity: 0.5;
    }
    50%{
        opacity: 1.0;
    }
    100%{
        opacity: 0.5;
    }
}
.smaller {
    font-size: 0.8em;
}
.fuzz {
    text-shadow: 0 0 6px #fff;
}
.booter{
    border:2px solid #888;
    border-radius:10px;
    background-color:#ffffffcc;
    padding:10px;
}
.subname{
    position:relative;
    top:-25px;
    font-weight:600;
    font-size:1.6em;
    color:#000;
}
.product-short-desc{
    margin-top:15px;
}

.redirect {
    position: absolute;
    margin-top: -195px;
}
.stockCss {
    font-size: 1.2em;
    margin-left: 10px;
    font-weight: 600;
}

.orderOnly {
    color: blue;
}

.onArrival {
    color: goldenrod;
}

.inStock {
    color: green;
}
.btn-product{
    cursor: pointer;
}
.pointer{
    cursor: pointer;
}
.siteColor {
    color:#AB3555; 
}
.signerbox{
    padding:0 2em;
    margin:4px;
}
.failed{
    color: darkred;
    text-align: center;
    font-size:0.8em;
    margin-block:0.5em;
    padding: 2px 6px;
    background-color: darkred;
    color:#fff;
}
.tinyDesc{
    font-size:0.7em;
    display: block;
}
.pName{
    font-size:1.2em;
    font-weight:600;
}
@media screen and (max-width: 992px) {
    .lilmenu {
        display: block;
    }
    .bigmenu{
        display:none;
    }
}
@media screen and (min-width: 992px) {
    .lilmenu {
        display: none;
    }
    .bigmenu{
        display:block;
    }
}
.desco{
    margin:7px 0;
    background-color:#fff;
    color: #333;
    padding:0px 10px;
    font-weight:600;
    letter-spacing:2px;

}
.heartbox {
    font-size: 2.1em;
    font-weight: 700;
    margin-right: 8px;
    position: absolute;
    right: 10px;
    top: 5px;
}

.maxwModal{
    max-width:900px;
}
.maxerwModal {
    max-width: 1300px;
}

.addressbox{
    margin: 10px 0;
    padding: 6px 9px;
    border:1px solid #ddd;
    border-radius:5px;
}
.theAddress{
    font-size:1.3em;
    font-weight:600;
    margin-top:14px;
}
.contacts{
    margin:5px 8px;
}
.defaultAddress{
    float:right;
    color:blue;
    font-size:0.8em;
}
.editLink{
    margin-top: 10px;

}
.shiphead{
    text-align:left;
    font-size:1.2em;
    letter-spacing:1px;
    color:darkblue;
}
.dimmer{
    opacity: 0.6;
}
.message-success {
    background-color: green;
    color: #fff;
    padding: 10px 20px;
}

.lilx {
    position: relative;
    top: 10px;
    left: 170px;
    background-color: red;
    color: white;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 700;
}

.wuc {
    padding: 3px 9px;
    font-weight: 500;
    color: black;
    margin: 0 20px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #000;
    background-color:#fb1d1d;
    color: white;
    font-size:1.1em;
}
.clickable-row{
    cursor: pointer;
}
.unicode{
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.menuhead {
    margin: 0.35rem 1rem 0.35rem 2.5rem;
    padding: 0 0.75rem;
    font-size: 14px;
    font-weight:500;
    cursor: default;
}