
.jump-to-checkout  {
    position: absolute; 
    z-index: 1000;
    min-width: 350px; 
    max-width: 400px;
    border: 1px solid #abffab; 
    border-radius: 4px; 
    background-color: #abffab; 
    top: -70px; 
    padding: 15px; 
}

.close-jump-checkout  {
    display: block; 
    position: absolute; 
    width: 32px; 
    height: 32px; 
    right: -4px; 
    top: -4px; 
    background-image: url(/assets/css/images/close-white.svg); 
    background-repeat: no-repeat; 
    background-size: 70%; 
    background-position: center; 
}
/*
.mess-div {
    display: none;
    text-align: center;
    font-weight: bold;
    font-size: 1.1em;
    padding: 4px 0;
}

#messages, #cw-message {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 20px 0;
    text-align: center;    
    font-weight: bold;
    z-index: 9999;
}


.mess-good { background-color: #009809; color: #fff; }
.mess-bad { background-color: #C3000B; color: #fff; }
.mess-blah { background-color: rgb(238, 150, 36); color: #fff; }

.error-state {
    box-shadow: 2px 2px 5px 5px rgba(255, 0, 55, 0.295);
}

#waiting-outer {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;    
    z-index: 9999;
}

.mod-back {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%206.3499999%206.3500002%22%20version%3D%221.1%22%20id%3D%22svg8%22%3E%3Cg%20transform%3D%22translate(0%2C-290.64998)%22%3E%3Crect%20style%3D%22opacity%3A1%3Bfill%3A%23000000%3Bfill-opacity%3A0.3137255%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A0%22%20width%3D%226.3563175%22%20height%3D%226.3938923%22%20x%3D%220%22%20y%3D%22290.64368%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
*/

.minh-50{ min-height: 50px; }
.minh-60{ min-height: 60px; }
.minh-70{ min-height: 70px; }
.minh-80{ min-height: 80px; }
.minh-90{ min-height: 90px; }
.minh-100{ min-height: 100px; }
.minh-110{ min-height: 110px; }
.minh-120{ min-height: 120px; }
.minh-130{ min-height: 130px; }
.minh-140{ min-height: 140px; }
.minh-150{ min-height: 150px; }
.minh-160{ min-height: 160px; }
.minh-170{ min-height: 170px; }
.minh-180{ min-height: 180px; }
.minh-190{ min-height: 190px; }
.minh-200{ min-height: 200px; }
.minh-250{ min-height: 250px; }
.minh-260{ min-height: 260px; }
.minh-270{ min-height: 270px; }
.minh-280{ min-height: 280px; }
.minh-290{ min-height: 290px; }
.minh-300{ min-height: 300px; }
.minh-310{ min-height: 310px; }
.minh-320{ min-height: 320px; }
.minh-330{ min-height: 330px; }
.minh-340{ min-height: 340px; }
.minh-350{ min-height: 350px; }
.minh-360{ min-height: 360px; }
.minh-370{ min-height: 370px; }
.minh-380{ min-height: 380px; }
.minh-390{ min-height: 390px; }
.minh-400{ min-height: 400px; }
.minh-410{ min-height: 410px; }
.minh-420{ min-height: 420px; }
.minh-430{ min-height: 430px; }
.minh-440{ min-height: 440px; }
.minh-450{ min-height: 450px; }
.minh-460{ min-height: 460px; }
.minh-470{ min-height: 470px; }
.minh-480{ min-height: 480px; }
.minh-490{ min-height: 490px; }
.minh-500{ min-height: 500px; }



.bg-nr-center-contain {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.bg-nr-center-cover {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-nr-center-auto {
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}

div[class*=".bg-nr-center-s-"]{
    background-position: center;
    background-repeat: no-repeat;
}

.bg-nr-center-s-10{ background-size: 10%; }
.bg-nr-center-s-20{ background-size: 20%; }
.bg-nr-center-s-30{ background-size: 30%; }
.bg-nr-center-s-40{ background-size: 40%; }
.bg-nr-center-s-50{ background-size: 50%; }
.bg-nr-center-s-60{ background-size: 60%; }
.bg-nr-center-s-70{ background-size: 70%; }
.bg-nr-center-s-80{ background-size: 80%; }
.bg-nr-center-s-90 { background-size: 90%; }

#success-added-canvas {
    height: 180px !important;
}

@media (max-width: 768px){
    #success-added-canvas {
        height: 320px !important;
    }    
}

.cw-checkout-wrap{
    border-top: 1px solid rgb(190, 190, 190);
    border-bottom: 1px solid rgb(190, 190, 190);
}

.cw-checkout-h1 {
    text-align: center;
}

.aster-req {
    background-image: url(/assets/css/images/red-aster.svg);
    background-position: right center;
    background-size: 10px;
    background-repeat: no-repeat;
    padding-right: 14px;
}

@media (max-width: 500px){
    .aster-req {
        background-position: left center;
        padding-left: 14px;
    }
}

.cw-min-r-menu {
    min-width: 450px; 
}



.cw-product-heading  {
    font-family: 'Peignot Regular'; 
}

.dollar-sign::before  {
    content: '$'; 
}

#cw-store-item-price  {
    color: #125a0b; 
}

.cw-item-list-price  {
    color: #125a0b; 
    font-size: 1.35em; 
    background-color: #fff;
}

.cw-store-qty-wrap  {
    position: relative; 
}

.cw-add-qty, .cw-rem-qty  {
    display: inline-block; 
    width: 38px; 
    height: 38px; 
    background-repeat: no-repeat; 
    background-size: 60%; 
    background-position: center; 
}

.cw-add-qty  {
        background-image: url(/assets/css/images/cart-add-but.svg); 
}

.cw-rem-qty  {
    background-image: url(/assets/css/images/cart-rem-but.svg); 
}


.pre-dollar::before  {
    content: '$'; 
}

.cw-special-price .cw-item-list-price {
    color: red;
    font-weight: bold;
}

.cw-item-form{
    position: relative;
    padding: 10px;
}


.cw-on-sale {
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    background-image: url(/assets/images/cw-on-sale.svg);
    background-repeat: no-repeat;
    background-size: contain;

}

.cw-special-price .cw-on-sale {
    display: block !important;
}

.cw-img-wrap {
    height: 270px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.5s;
}

.cw-item-list-heading {
    font-size: 1.1em;
    height: 55px;
}

.cw-item-list-details {
    font-family: 'Source Sans Pro Light Italics';
    height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-style: italic;
    margin-bottom: 20px;
}

.cw-icon-image, .cw-icon-page-image {
    padding: 7px 7px 7px 45px !important;
    background-position: left 3px center;
    background-repeat: no-repeat;
    background-size: 30px;
}


.cc-cards {
    margin-top: 2px;
    width: 64px;
    height: 32px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.cc-visa { background-image: url(/assets/css/images/visa.svg); }
.cc-mast { background-image: url(/assets/css/images/mastercard.svg); }
.cc-amex { background-image: url(/assets/css/images/amex.svg); }


.cw-copyright, .cw-copyright:active, .cw-copyright:visited {
    text-decoration: none;
    color: rgb(146, 146, 146);
}
.cw-copyright:hover {
    color: rgb(71, 74, 102);
}

.main-copyright {
    font-size: 0.8em;
}


.on-special-price {
    color: red;
    font-weight: bold;
    font-size: 1.1em;
}

.cw-img-thumb-link {
    display: block;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    border: 1px solid #eee;
}

.cw-img-thumb-link-selected {
    border-color: #C3000B;
}

.cw-image-holder {
    position: relative;
    height: 300px;
}

.cw-tnb-icon {
    display: block;
    width: 32px;
    height: 32px;
}
.cw-tnb-search {
    background-image: url(/assets/css/images/cw-tnb-search.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.nav-main-dark {
    background-color: rgba(247, 167, 167, 0.8) !important;
    padding: 5px 0 !important;
    transition: all 0.7s;
}

.cw-tbn-cart {
    margin-top: 2px;
    display: block;
    width: 60px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 15px;
    background-image: url(/assets/css/images/cw-tbn-cart.svg);
}

#cat-num-items, .cat-num-items {
    position: absolute;
    display: block;
    color: black;
}

#cw-tab-wrap .tab-pane {
    height: 200px;
    overflow-y: auto;
}

.vh-10 { height: 10vh !important; }
.vh-20 { height: 20vh !important; }
.vh-30 { height: 30vh !important; }
.vh-40 { height: 40vh !important; }
.vh-50 { height: 50vh !important; }
.vh-60 { height: 60vh !important; }
.vh-70 { height: 70vh !important; }
.vh-80 { height: 80vh !important; }
.vh-90 { height: 90vh !important; }

.bg-no-repeat {
    background-repeat: no-repeat;
}

.bg-cover {
    background-size: cover;
}

.bg-contain {
    background-size: contain;
}

.bg-center {
    background-position: center center;
}

.cw-referer {
    color: #fefff2;
    text-decoration: none;
}


.cwclr-silver { color: #C0C0C0; }
.cwclr-gray { color: #808080; }
.cwclr-black { color: #000000; }
.cwclr-red { color: #FF0000; }
.cwclr-maroon { color: #800000; }
.cwclr-yellow { color: #FFFF00; }
.cwclr-olive { color: #808000; }
.cwclr-lime { color: #00FF00; }
.cwclr-green { color: #008000; }
.cwclr-aqua { color: #00FFFF; }
.cwclr-teal { color: #008080; }
.cwclr-blue { color: #0000FF; }
.cwclr-navy { color: #000080; }
.cwclr-fuchsia { color: #FF00FF; }
.cwclr-purple { color: #800080; }

.cw-v-m-a-cards {
    background-image: url(/assets/css/images/v-m-a-cards.png);
    background-size: 38%;
    background-repeat: no-repeat;
    background-position: right 5px center;
}

.cw-req-aster {
    color: red;
}
.cw-req-aster::before {
    content: '*';
}

.is-invalid {
    animation: shake 0.5s;
    border: 2px solid red;
    box-shadow: 0 0 10px red;
}
@keyframes shake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    50% { transform: translateX(5px); }
    75% { transform: translateX(-5px); }
    100% { transform: translateX(0); }
}

.cw-eye-box {
    width: 40px;
    height: 35px;
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
} 
.cw-eye-open {
    background-image: url('/assets/css/images/eye.svg');
}
.cw-eye-closed {
    background-image: url('/assets/css/images/eye-closed.svg');
}

.cw-search-icon {
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
}

.cw-search-light {
    background-image: url(/assets/css/images/cw-search-light.svg);
}
.cw-search-dark {
    background-image: url(/assets/css/images/cw-search-dark.svg);
}

.cw-cart-icon {
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
}

.cw-cart-light {
    background-image: url(/assets/css/images/cw-cart-light.svg);
}
.cw-cart-dark {
    background-image: url(/assets/css/images/cw-cart-dark.svg);
}

@font-face {
    font-family: 'vani';
    src: url(/assets/templates/fonts/vani/vani.ttf);
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'Corbel regular';
    src: url(/assets/templates/fonts/Corbelregular/Corbelregular.ttf);
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

body{
        font-family: 'Corbel regular';
}

h1{
    font-family: 'vani';

}

.sticky-nav {
    transition: all 0.5s ease;
    background-color: #fff !important; 
    font-family: 'vani';
}

.sticky-nav.scrolled {
    background-color: #282627 !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.178);
}

.sticky-nav .nav-link {
    font-size: 1.1em;
}


#nav-logo {
    background-image: url(/assets/images/Logo.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all linear 0.3s;
}

.menu-box-size {
    width: 300px;
    height: 66px;
}

.scrolled .menu-box-size {
    height: 50px;
}

.btn-contact {
    padding: 12px 30px 5px 30px;
    border-radius: 20px;
    background-color: #282627;
    color: #fff;
    white-space: nowrap;
    transition: all linear 0.6s;
}

.btn-contact:hover {
    color: #949494;
}

.scrolled .btn-contact {
    background-color: #fff;
    color: #282627;
}

.scrolled .btn-contact:hover {
    color: #616161;
}


.btn-emerg {
    padding: 12px 30px 5px 30px;
    border-radius: 20px;
    background-color: #56bc4f;
    color: #fff;
    white-space: nowrap;
    transition: all linear 0.6s;
}

.btn-emerg:hover {
    color: #949494;
}

.scrolled .btn-emerg {
    background-color: #fff;
    color: #282627;
}

.scrolled .btn-emerg:hover {
    color: #616161;
}

.btn-bigger {
    padding: 10px 30px;
    border-radius: 20px;
    background-color: #282627;
    color: #fff;
    white-space: nowrap;
}

.btn-bigger:hover {
    color: #949494;
    border-color: #949494 !important;
}

#footer-master {
    background-color: #282627;
    font-family: 'vani';
}
#footer-master p {
    color: #fefff2;
    font-size: 0.9em;
}
#footer-master .list-unstyled{
    font-size: 0.9em;
}
#footer-master h4 {
    color: #fefff2;
    font-size: 1.15em;
    margin-bottom: 20px;
}

.footer-line {
    border-top: 1px solid #fefff2;
    margin-bottom: 15px;
}

/* Additional CSS */
