﻿:root {
    --color-1: #d1d1d1; /* Header */
    --color-2: #8c8c8c; /* Text 1 */
    --color-3: #333333; /* Text 2 */
    --color-4: #e8e8e8; /* Accent/misc. */
    --color-5: #cccccc; /* Footer */
    --error-color: #ff0000;
}



h1, h2, h3, h4, h5, strong {
    color: var(--color-2);
}
p, li, span {
    color: var(--color-3);
}
body {
    margin: 0px;
    padding: 0px;
    padding-top: 100px;
}
img {
    display: block;
    max-width: 100%;
}
.status, .error {
    color: var(--error-color);
    font-size: 13px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}
.fixedheader {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: var(--color-1);
    color: #ffffff;
    z-index: 10000;
    display: grid;
    min-height: 100px;
    grid-auto-flow: row;
    grid-template-rows: 1fr minmax(5px, 70px);
    padding-bottom: 10px;
}
.header.wrapper
{
    padding-top: 10px;
    grid-template-columns: 2fr 2fr 2fr;
}
.header-lefts .navigation {
    display: flex;
    justify-content: center;
}
.header-lefts .navigation li {
    padding: 0px 15px;
}
.header-middle {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 14px;
}
.header-right .search input
{
    border: none;
}
.header .logo img
{
    float: right;
}
.header-middle p
{
    margin: auto 0px;
}
.foot-top {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    padding: 0px 50px;
}
.foot-top .left-grid {
    grid-column: 2/5;
}
.footer-top .center {
    grid-column: span 4;
}
.foot-top .right-grid {
    grid-column: 10/12;
}
.foot-top .navigation li a:hover {
    text-decoration: none;
}
.foot-top .right-grid .menuicons .navigation {
    display: flex;
}
.foot-top .right-grid .menuicons .navigation li {
    padding: 0px 7px;
}
.footer .bottom-content {
    background-color: var(--color-1);
    display: grid;
    padding: 10px 50px;
    grid-template-columns: repeat(12, 1fr);
}
.footer .bottom-content .navigation {
    grid-column: span 6;
    display: flex;
    margin: 0 auto;
    margin-top: 25px;
}
.footer .bottom-content .navigation li {
    display: inline;
    padding: 0 10px;
    border-left: 1px solid white;
}
.footer .bottom-content .navigation li:first-child {
    border-left: none;
}
.foot-bottom ul li:nth-child(n+2):before
{
    content: "|";
    position: relative;
    left: -10px;
    color: var(--color-1);
}
.foot-top ul.navigation li {
    height: auto;
    margin-bottom: 10px;
}
.footer .madewithlove {
    background-color: var(--color-1);
    text-align: center;
    margin-top: 0px;
    margin-right: 50px;
    grid-column-start: end;
}
.footer .madewithlove img
{
    height: auto;
}
div.budget {
    display: none;
}
.mainmenu {
    display: none;
    background-color: var(--color-4);
    clear: both;
    padding-bottom: 2px;
    padding-top: 2px;
    text-align: center;
}
.mainmenu ul.navigation {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: grid;
    height: 30px;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
}
ul.navigation > li {
    height: 23px;
}
.mainmenu li {
    display: inline-block;
    position: relative;
}
.mainmenu li a {
    display: block;
    line-height: 30px;
}
.mainmenu li ul.subnav {
    display: none;
    position: absolute;
    width: 100%;
    background-color: var(--color-5);
    border: 2px solid var(--color-4);
    border-top: 0px;
    z-index: 500;
    top: calc(100%);
}
.mainmenu li:hover ul.subnav {
    display: block;
}
.mainmenu ul.subnav li {
    display: block;
}
.mainmenu ul.subnav li a {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
}
.header-right .menu {
    text-align: center;
}
.icon-modal {
    display: none;
}
.header-right .cart, .header-right .login {
    display: inline-block;
}
.header-right .menu .icon {
    margin-right: 8px;
}

.header-right .menu .icon,
.header-right .cart a,
.header-lefts li a {
    color: var(--color-3);
}
.header-right .menu .icon:hover,
.header-right .cart a:hover,
.header-lefts li a:hover {
    color: var(--color-4);
}
.header-lefts a {
    font-size: 35px;
}
.header-right .menu a {
    font-size: 30px;
}
div.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
    background-color: var(--color-4);
    opacity: 0.6;
}
div.overlay.show {
    display: block;
}
div.overlay.show {
    display: block;
}
.content-page {
    padding-top: 20px;
    padding-bottom: 20px;
}
div.cartoverlay {
    left: 50%;
    position: fixed;
    top: 50%;
    background-color: #ffffff;
    border: 3px solid var(--color-1);
    z-index: 1200;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 40px;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
}
div.cartoverlay img {
    margin-left: auto;
    margin-right: auto;
}
.cartoverlay-content {
    padding-left: 15px;
    padding-right: 10px;
}
div.cartoverlay .image {
    text-align: left;
    padding-top: 0px;
}
div.cartoverlay .copy {
    text-align: left;
    padding-top: 40px;
}
div.cartoverlay p {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 20px;
    margin-right: 25px;
}
div.cartoverlay a.close.top {
    font-size: 30px;
    text-decoration: none;
    margin-bottom: 25px;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 15px;
    color: var(--color-2);
}
div.cartoverlay a.button {
    max-width: 225px;
    display: block;
}

/* Login Page */
div.login {
    text-align: center;
}
table.login {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 35px;
    width: 50%;
}
.login-header {
    font-size: 30px;
    margin-right: 25px;
    margin-left: 25px;
    margin-bottom: 20px;
}
table.login .bottom a {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

/* Category Page */
.category {
    padding: 0px 50px;
}
.catheader {
    padding-top: 20px;
}
.catheader.on-image {
    padding-top: 0px;
    position: relative;
}
.catheader.on-image .container {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    text-align: left;
    z-index: 250;
}
.catheader h1 {
    font-size: 38px;
    line-height: 44px;
    margin-bottom: 20px;
}
.sortby {
    float: right;
}
.sortby label {
    display: inline-block;
    margin-right: 5px;
}
div.category.catpage {
    padding-top: 15px;
    clear: both;
}
div.category div.product {
    margin-bottom: 15px;
}
div.category div.product .image img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
div.category .product .details {
    text-align: center;
}
div.category .product .details a {
    text-decoration: none;
}
div.category .product .details a:hover {
    text-decoration: underline;
}
div.category .product .price {
    font-weight: bold;
}
div.category .product .price.original {
    text-decoration: line-through;
}
div.category .subcategory {
    clear: left;
    margin-bottom: 25px;
}
div.category:after {
    content: "";
    clear: both;
    display: block;
}

/* Home Page */
div.rotator {
    position: relative;
    z-index: 100;
}
div.rotator .home-banner.visible {
    display: block;
}
div.rotator div.dots {
    display: none;
    position: absolute;
    top: 45%;
    z-index: 100;
    right: 2%;
}
a.dot-click {
    display: block;
}
a.dot-click:hover {
    cursor: pointer;
}
div.rotator a.left,
div.rotator a.right {
    font-size: 40px;
    display: none;
    position: absolute;
    z-index: 300;
    top: 50%;
    transform: translate(0,-50%);
    cursor: pointer;
}
div.rotator a.left {
    left: 2%;
}
div.rotator a.right {
    right: 2%;
}
div.rotator .home-banner {
    position: relative;
    top: 0px;
    z-index: 100;
    display: none;
}
div.rotator .home-banner.hiding {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 30;
}
div.rotator .home-banner img {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}
.featured {
    padding-top: 75px;
    padding-bottom: 10px;
}
.featured h3 {
    text-align: center;
    display: none;
}
.home-featured .arrow {
    display: none;
}
.featured img.image {
    transition: transform .2s;
}
.featured img.image:hover {
    transform: scale(1.15);
}
.featured img.default,
.featured div.image:hover img.hover
{
    display: block;
}
.featured div.image:hover img.default,
.featured img.hover
{
    display: none;
}
.home-featured .category .product div.image {
    background-image: url(/images/Oval.svg);
    display: block;
    max-width: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.featured .details {
    margin-top: 18px;
}
.featured .details p.sku {
    display: none;
}
.product .featProdBtn {
    display: none;
}
div.featured-grid div.category {
    overflow: hidden;
    white-space: nowrap;
    font-size: 0;
}
div.featured-grid div.product:first-child {
    margin-left: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
div.featured-grid div.product:last-child {
    margin-right: 0px;
}
div.featured-grid div.product {
    display: inline-block;
    float: none;
    margin-left: 10px;
    margin-right: 10px;
}
div.featured-grid p.name {
    white-space: initial;
}
div.featured-grid a.arrow {
    font-size: 40px;
    position: relative;
    z-index: 100;
    top: 50%;
    transform: translate(0,-50%);
    cursor: pointer;
}
#clock {
    display: none;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    z-index: 500;
    right: 10%;
    transform: translate(0,-50%);
    padding: 20px;
    background-color: rgba(0,0,0, 0.45);
}
.days-div,
.hours-div,
.mins-div {
    text-align: center;
    width: 80px;
}
.counter-days,
.counter-hours,
.counter-mins {
    background: white;
    color: #071d49;
    padding: 8px;
    font-size: 30px;
    display: inline-block;
}
.days-text,
.hours-text,
.mins-text {
    color: white;
    font-size: 20px;
    margin-top: 10px;
    display: block;
}
.content-page {
    padding: 20px 50px;
}
.content-page ul {
    list-style: disc;
    padding-left: 15px;
}

/* Cart Page */
.carttable {
    margin-left: 10%;
    margin-right: 10%;
}
.carttable input[type="text"] {
    width: 50px;
    text-align: center;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100% !important;
}
.cartbuttons a {
    float: right;
    clear: right;
    min-width: 170px;
}
.cartbuttons .gifts {
    text-align: left;
    float: left;
}
.cartbuttons .gifts a {
    float: none;
}
.carttable div.gifts input {
    width: 275px;
}
.carthead {
    text-align: center;
    margin-top: 20px;
}
div.cartfooter.row {
    margin-bottom: 20px;
}
div.carttable .row div:last-child {
    text-align: left;
}
div.carttable div.carthead {
    text-align: left;
}
div.carttable .remove {
    float: right;
}
div.carttable .carthead,
div.carttable .item.row {
    border-bottom: 2px solid var(--color-4);
    margin-bottom: 8px;
    padding-bottom: 8px;
}
div.carttable .item.row a {
    text-decoration: none;
}
div.carttable .item.row a:hover {
    text-decoration: underline;
}
div.cartfooter .labels {
    text-align: right;
}
div.empty p {
    text-align: center;
    margin-bottom: 25px;
}
div.carttable .cartbuttons {
    clear: both;
}

/* Product Page */
.prod-page {
    padding-top: 15px;
}
div.productImage a img {
    margin: 0 auto;
}
.prod-page .breadcrumb {
    text-align: left;
}
.prod-page .breadcrumb a {
    text-decoration: none;
}
.prod-page .breadcrumb a:hover {
    text-decoration: underline;
}
.prod-page .product {
    padding-top: 50px;
}
.imagewrapper {
    text-align: center;
}
.imagewrapper p {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 13px;
}
.gallery {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}
.gallery > div {
    margin-right: 5px;
}
.gallery img {
    cursor: pointer;
}
div.productquantity {
    display: flex;
    align-items: center;
}
div.productquantity input {
    width: 45px;
    border: 1px solid var(--color-4);
    margin: 0px 10px;
}
div.prodopt div.radio {
    display: flex;
    justify-content: space-between;
    width: 50%;
}
div.prodopt div.radio input {
    display: none;
}
div.prodopt div.radio label {
    display: inline-block;
    padding: 10px;
    border: 1px solid #00aeef;
    border-radius: 100%;
    color: var(--color-4);
    font-size: 14px;
    line-height: 17px;
}
div.prodopt div.radio label:hover {
    border: 3px solid #00aeef;
    cursor: pointer;
}
div.prodopt div.radio input[type="radio"]:checked + label {
    border: 3px solid #00aeef;
}
.productcontent h1 {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 20px;
}
.productcontent .sku {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px;
    color: var(--color-2);
}
.productcontent .price {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
}
div.product div.description {
    line-height: 16px;
}
div.product div.description ul {
    list-style: disc;
    padding-left: 15px;
}
div.product div.description ul li {
    padding: 5px 0px;
}
.details {
    padding-bottom: 20px;
}
.prodopt {
    margin-bottom: 15px;
}
.prodopt span {
    margin-right: 10px;
    display: block;
}
.quantities {
    display: table;
    border-spacing: 0px 10px;
}
.quantities .qtyopt {
    display: inline-grid;
    padding: 10px 10px;
}
.quantities span.option {
    display: table-cell;
    padding-right: 10px;
}
.quantities input {
    width: 65px;
    display: table-cell;
}
.productorder {
    margin-top: 25px;
}
.related h3 {
    font-size: 26px;
    line-height: 30px;
}
.product .gift .heading {
    display: grid;
    grid-auto-flow: column;
    margin-bottom: 20px;
    grid-gap: 15px;
}
.product .gift .heading a {
    text-decoration: none;
    padding-bottom: 6px;
    color: var(--color-2);
    border-bottom: 2px solid var(--color-2);
}
.product .gift .heading a.active {
    font-weight: bold;
    color: var(--color-1);
    border-bottom: 2px solid var(--color-1);
}


/* Checkout */
div.checkout {
    padding: 0px 50px;
}
div.continue {
    padding-top: 20px;
}
div.address.ReadOnly label {
    margin-left: 0px;
    margin-bottom: 0px;
}
div.address.ReadOnly span {
    display: block;
}
div.address.ReadOnly .row {
    padding-bottom: 15px;
}
.checkout h2 {
    text-align: center;
    font-size: 2.5rem;
}
.checkout div.addr,
.checkout div.date {
    text-align: center;
    padding-bottom: 15px;
}
div.checkout table.shopts {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}
div.checkout input[type="checkbox"],
div.checkout input[type="radio"],
div.checkout label {
    display: inline-block;
}
.checkout .paymentbox {
    text-align: center;
}
.checkout .payment.row {
    margin-bottom: 25px;
    max-width: 960px;
    width: 80%;
    margin: 0 auto;
}
.checkout table.cartTable {
    width: 100%;
    margin-bottom: 25px;
}
.checkout table.cartTable .cartItem td,
.checkout table.cartTable .cartHeader th {
    border-bottom: 2px solid var(--color-4);
    padding-top: 8px;
    padding-bottom: 8px;
}
.express-addr {
    padding-top: 20px;
}
.express-addr h5 {
    font-weight: bold;
}
.checkout table.cartTable .cartItem td:nth-child(n+2) {
    text-align: center;
}
.confirm {
    text-align: center;
    padding-bottom: 30px;
}
.confirm table {
    margin-left: auto;
    margin-right: auto;
}
/* Contact/Custom forms */
.contact-form .modal-form {
    display: flex;
    flex-direction: column;
}
.modal-window .contact-form,
.modal-window .custom-form {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1100;
    width: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--color-4);
}
.modal-window .padder {
    padding: 10px;
}
.modal-window a.close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 24px;
}
div.modal-form {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 50% 50%;
    grid-gap: 10px;
    margin-bottom: 10px;
}
div.modal-form input {
    display: block;
    margin-bottom: 10px;
}
div.modal-form textarea {
    max-width: 100%;
    height: 100%;
    width: calc(100% - 20px);
}
div.modal-submit {
    text-align: center;
    margin-bottom: 15px;
}

/* Order Approval */
a.more:hover {
    cursor: pointer;
}
div.lightbox {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    z-index: 3000;
    padding: 30px;
}
div.lightbox.show {
    display: block;
}
div.lightbox a.close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #d7d7d7;
    margin-left: 5px;
    margin-top: 0px;
    line-height: 24px;
    font-size: 24px;
    cursor: pointer;
    text-decoration: none;
}
.lightbox.approval {
    padding-top: 40px;
}
.lightbox.approval textarea {
    width: 100%;
    margin-top: 15px;
}
.lightbox.approval .bool {
    display: none;
}
.lightbox.container h4 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0px;
    font-weight: bold;
}
div.form div.selection {
    padding: 10px 0px;
}
div.form div.selection div.radio {
    display: flex;
}
div.history {
    margin-top: 50px;
}
table.overview div.group {
    margin-top: 20px;
}
div.orderview {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    z-index: 3000;
    padding: 30px;
}
div.orderview1 {
    margin-top: 10px;
}
a.showhide:hover,
a.close:hover {
    cursor: pointer;
}
div.overview p {
    margin-bottom: 5px;
}
div.overview a {
    cursor: pointer;
}
.lightbox table.overview {
    width: 100%;
}
.lightbox table.overview div.info {
    float: left;
    width: 30%;
    margin-right: 5%;
    margin-top: 10px;
}
.lightbox table.overview div.info:last-child {
    margin-right: 0px;
}
.radio label {
    margin: 0px;
}
.statusModal,
.contact-footer {
    display: none;
}

/*Hidden on Desktop*/
.burgermenu,
.mobile-menu {
    display: none;
}

@media only screen and (max-width: 550px) {
    .burgermenu {
        display: block;
        text-align: center;
    }
    .burgermenu i {
        font-size: 45px;
    }
    .closemenu {
        display: none;
    }
    .header-lefts .navigation {
        display: none;
        justify-content: center;
        position: absolute;
        width: 100%;
        background: var(--color-1);
        top: 108px;
        height: 54%;
        padding-top: 10%;
        padding-bottom: 4%;
    }
    .header-lefts .navigation.open {
        display: flex;
    }
    .header-lefts .navigation.closemenu {
        display: none;
    }
    .header-lefts a {
        font-size: 22px;
    }
    .header-lefts .navigation:before {
        content: "";
        position: absolute;
        bottom: 0;
        height: 8px;
        top: 0;
        width: 85%;
        border-bottom: 2px solid var(--color-3);
    }
    .header-lefts .navigation:after {
        content: "";
        position: absolute;
        bottom: 0;
        height: 8px;
        top: 85%;
        width: 85%;
        border-bottom: 2px solid var(--color-3);
    }
    .mobile-menu {
        position: absolute;
        background: var(--color-1);
        height: auto;
        top: 195%;
        width: 100%;
    }
    .mobile-menu ul.navigation {
        display: block;
        height: auto;
        position: relative;
        padding-top: 0;
        top: 18px;
        border-bottom: none;
    }
    .mobile-menu .navigation:before {
        border-bottom: none;
        position: absolute;
        bottom: 0;
        height: 8px;
        left: 8%;
        top: 0%;
        width: 85%;
        border-top: 2px solid var(--color-3);
    }
    .mobile-menu .navigation:after {
        border-bottom: none;
    }
    .mobile-menu .navigation.open {
        display: block;
    }
    .mobile-menu .navigation li {
        height: auto;
        margin-bottom: 10px;
    }
    .mobile-menu .navigation li:first-child {
        padding-top: 10px;
    }
    .mobile-menu .navigation li a {
        color: var(--color-2);
        display: flex;
        align-items: center;
        font-size: 18px;
        text-decoration: none;
    }
    .mobile-menu .navigation li a img {
        float: left;
        margin-right: 5px;
    }
    .mobile-menu .login {
        margin-top: 15px;
    }
    .mobile-menu .login .icon {
        margin-right: 8px;
        display: flex;
        text-decoration: none;
        margin-left: 5%;
        color: var(--color-3);
    }
    .mobile-menu .login p {
        margin-left: 10px;
    }
    .mobile-menu.login a {
        font-size: 22px;
    }
    .header-right ul:before {
        content: '\f0c9';
        font-family: "Font Awesome 5 Pro";
        text-align: center;
        line-height: 40px;
        height: 40px;
        width: 40px;
        font-size: 28px;
        cursor: pointer;
        position: absolute;
        top: -50px;
        left: 10px;
        display: block;
    }
    .header-right ul.open:before {
        content: '\f00d';
    }
    div.header-right ul.navigation {
        position: absolute;
        width: 100%;
        top: 70px;
        left: 0px;
        margin: 0px;
        padding: 0px;
        height: 0px;
        display: block;
    }
    .header-right ul li {
        display: none;
    }
    .header-right ul.open li {
        display: block;
    }
    .header-right ul.navigation li {
        background-color: var(--color-5);
        width: 100%;
    }
    .header-right ul.navigation > li {
        height: 50px;
        line-height: 50px;
    }
    .foot-top .left-grid {
        grid-column: span 12;
    }
    .foot-top .center {
        grid-column: span 12;
    }
    .foot-top .right-grid {
        grid-column: span 12;
    }
    .footer .bottom-content {
        padding: 0px;
    }
    .footer .bottom-content .navigation {
        grid-column: span 12;
    }
    .footer .madewithlove {
        grid-column-start: span 12;
    }
    .scrollArrow img {
        width: 72px;
    }
    div.gifts div:first-child {
        position: relative;
    }
    div.content .breadcrumb li,
    div.breadcrumb ol li {
        width: 55px;
        margin-left: 0;
        margin-right: 0;
    }
    div.breadcrumb ol li:nth-child(n+2)::before {
        width: 22px;
        height: 1px;
        left: 19px;
    }
    div.breadcrumb ol li.active, div.breadcrumb ol li.check,
    div.breadcrumb ol li.active a, div.breadcrumb ol li.check a {
        font-size: 11px;
    }
}
