﻿body {
    font-family: "Raleway", sans-serif;
    font-size: 16.5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    color: #666
}
a {
    color: #52423b;
    text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
    color: #333
}

.normalHeader {
    font-family: "DM Serif Text", serif;
    font-weight: 400;
    font-style: normal;
}

.curlyHeader {
    font-family: "Sacramento", cursive;
    font-weight: 400;
    font-style: normal;
}

.popup-overlay {
    display: none;
    position: fixed;
    /* top: 0; */
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    text-align: center;
    align-items: center;
    justify-content: center;
    z-index: 10000000;
}

.popup {
    display: inline-block;
    width: 100%;
    min-height: 52px;
    background-color: white;
    border-radius: 1px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    bottom: 0;
    -webkit-box-shadow: inset 0px 10px 10px -6px rgb(117 117 117);
    -moz-box-shadow: inset 0px 10px 10px -6px rgba(117,117,117,1);
    box-shadow: inset 0px 10px 10px -6px rgb(117 117 117);
    position: absolute;
    font-size: 12px;
}

a.accept, a.submit {
    margin-top: 0;
    margin-left: 20px;
    display: inline-block;
    color: white;
    background-color: #e4661a;
    border-radius: 5px;
    padding: 1px 14px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: sans-serif;
}

.HomeLogo img {
    width: 100%
}
.ContentLogo {
    max-width: 150px;
}
.homeheader {
    padding-top: 70px;
    padding-bottom: 70px;
}

.HomeLogo {
    max-width: 200px;
    display: table;
    margin: 0 auto;
}

.HomeSubHeader {
    font-family: 'Sacramento', cursive;
    font-size: 4rem !important;
    text-align: center;
    margin-top: 40px;
}

.HomeSubHeader2 {
    font-family: 'DM Serif Text', serif !important;
    letter-spacing: 4px;
    font-size: 2rem;
    text-align: center;
    margin-top: 40px;
    margin-bottom:30px;
}

.nav-link {
    font-size: 20px;
    text-transform: uppercase;
    color:#333
}
.nav-item a {
    font-weight: 500;
}

.background-muted {
    background-color: #f2f0e9;
}

canvas, img, svg, video {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}

.flex-middle {
    align-items: center;
}

.flex-center {
    justify-content: center;
}

.flex {
    display: flex;
}

.child-width-1-2\@m > * {
    width: 50%;
}

.rattan {
    background-image: url(/images/rattan_pattern_a.svg);
}

.background-primary {
    background-color: #52423bff;
}

.text-lead {
    font-size: 18px;
}

.text-center {
    text-align: center !important;
}

.p-40 {
    padding: 40px;
}

.lightTxt {
    color: rgba(255,255,255,0.8)
}

h2 {
    font-family: 'DM Serif Text', serif;
    letter-spacing: 4px;
}

.BlockContent {
    padding: 0 40px;
}

.pt-40 {
    padding-top: 40px;
}

.pb-40 {
    padding-bottom: 40px;
}

.footer {
    color: #fff;
    text-align: center;
}

    .footer .text-lead {
        font-size: 22px;
        font-family: 'DM Serif Text', serif !important;
        letter-spacing: 4px;
    }

.socialIcons a {
    color: #fff;
    text-decoration: none;
    margin: 4px;
    font-size: 20px;
}

.socialIcons {
    margin-bottom: 20px;
}

.text-small {
    font-size: .875rem;
    line-height: 1.5;
}

    .text-small a {
        text-decoration: none;
        color: #fff;
    }
.ProductName {
    text-align: center;
    margin: 10px;
    text-transform: uppercase;
    font-weight:500;
}
.chevron {
    width: 15px;
}
ul.ProductSideNav a {
    display: flex;
}
.inlineNav {
    width: 100%;
}
ul.ProductSideNav li {
    border-bottom: 1px solid #e5e5e5;
    padding: 5px 0px;
    list-style: none;
    text-transform: uppercase;
    font-weight: 500;
}
ul.ProductSideNav .Active {
    font-weight: bold;
}
h1 {
    font-family: 'Sacramento', cursive !important;
    font-size: 4.2rem !important;
}
.contentHeader {
    padding: 30px 0;
}
.CarouselThumbs {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 20px;
    flex-wrap: wrap;
}

    .CarouselThumbs button {
        border: none;
        background: none;
        padding: 0;
        opacity: 0.6;
        transition: 0.3s;
    }

        .CarouselThumbs button.active {
            opacity: 1;
        }

.ThumbImage {
    width: 80px;
    height: 80px;
    object-fit: cover;
    cursor: pointer;
}

.MainCarouselImage {
    width: 100%;
  /*  height: 500px;*/
    object-fit: cover;
}
h1.ProductInfoHeader {
    margin-bottom: 30px;
}
.UnitSelector {
    width: 100%;
    padding: 7px;
    margin-bottom: 10px;
    background: #fff;
    color: #666;
    border: 1px solid #e5e5e5;
    transition: .2s ease-in-out;
    transition-property: color, background-color, border;
}

    .UnitSelector:focus {
        outline: 0;
        background-color: #fff;
        color: #666;
        border-color: #52423bff;
    }
.quoteButton {
    background-color: #342a26;
    color: #fff;
    border: 0;
    padding: 9px 20px;
    text-transform: uppercase;
    width: 100%;
    max-width: 230px;
    display: table;
    text-align: center;
}
.ProductDesc {
    font-weight: 500;
}
.ProductMeasurement {
    font-weight: 500;
}
.Content {
    margin: 20px 0;
}
.cart-btn {
    position: relative;
    display: inline-block;
}

.badge-circle {
    position: absolute;
    top: -8px;
    right: -10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
    background: #52423b;
    color: #fff;
    line-height: 1;
}


.cart-widget {
    display: flex;
    align-items: center;
    justify-content: center;
}
.shop-sidebar-cart {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 190px);
}
.sidebar-cart-list li {
    padding: 20px 0;
    border-bottom: 1px solid #efefef;
    list-style: none;
    padding-left: 15px;
}
.dz-media img, .dz-post-media img {
    max-width: 100%;
    height: auto;
    width: 100%;
}
.cart-widget .dz-media {
    width: 80px;
    min-width: 80px;
    height: 80px;
}
.cart-widget .cart-content {
    margin-right: 20px;
    flex: 1;
}
.cart-widget .dz-close {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.counterHolder li {
    list-style: none;
}
.CartFields {
    display: flex;
}
#CartQuantity {
    margin-left: 5px;
   /* max-width: 60px;*/
    text-align: center;
}
.CartFields select {
    width:100%
}
.sidebar-cart-list li:nth-child(odd) {
    background: #f2f0e9;
}

.sidebar-cart-list li:nth-child(even) {
    background: #ffffff;
}
ul.sidebar-cart-list {
    margin-left: 0;
    padding-left: 0;
}



.quote-item-row:nth-child(odd) {
    background: #f2f0e9;
}

.quote-item-row:nth-child(even) {
    background: #ffffff;
}
.quote-item-row {
    padding: 10px 15px;
    border-bottom: 1px solid #efefef;
}

#ContinueShopping .modal-dialog {
    max-width: 400px;
    text-align: center;
    border-radius: 0;
}
#ContinueShopping .model-content {
  
    border-radius: 0;
}
.navbar-expand-lg .navbar-nav {
    gap: 18px;
}

h3#exampleModalLongTitle {
    text-align: center;
    display: table;
    margin: 0 auto;
}
.modal-content {
    border-radius: 0;
    padding: 10px;
}
.modal-header {
    padding: 0;
    border-bottom: 0;
    margin-bottom: 15px;
}
.modal-content a {
    font-size: 14px;
}
span.badge.badge-light {
    background: #342a26;
    padding: 7px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    padding-top: 11px;
    margin-top: -8px;
}
button#shopping-cart {
    padding-top: 11px;
    border: 0;
}
ul#myTab {
    border: 0;
}
a.CustomButtonGrey {
    display: inline-table;
    background: #8b8b8b;
    color: #fff;
    padding: 10px 13px;
    cursor: pointer;
}
a.CustomButtonBrown {
    display: inline-table;
    background: #52423b;
    color: #fff;
    padding: 10px 13px;
    cursor:pointer;
}
.form-control, .form-check-input {
    outline: none !important;
    box-shadow: none !important;
    border-color: #efefef !important;
}

.mb-15 {
    margin-bottom:15px;
}
.product-group-card {
    text-decoration: none;
    display: block;
}

.HomeProductGroup {
    position: relative;
    height: 180px;
    overflow: hidden;
}

    /* background image layer */
    .HomeProductGroup::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: inherit;
        background-size: cover;
        background-position: center;
        transform: scale(1);
        transition: transform 0.5s ease;
        z-index: 0;
    }

/* zoom ONLY background */
.product-group-card:hover .HomeProductGroup::before {
    transform: scale(1.15);
}

/* overlay */
.HomeProductGroup .overlay {
    position: absolute;
    inset: 0;
    background: rgba(82, 66, 59, 0.4);
    z-index: 1;
}

/* centered text */
.HomeProductName {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    z-index: 2;
    padding: 10px;
}

.mt-30 {
    margin-top: 30px;
}
.mb-30 {
    margin-bottom: 30px;
}
.Content h1 {
    margin-bottom: 25px;
}
.custom-form-control {
    border: 0;
    border-bottom: 1px solid #342a26;
    width: 100%;
    padding: 10px 0;
}
.ProductItem {
    margin-bottom: 30px;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.ProductImage {
    text-align: center;
}


.mobile-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
}

    .mobile-nav .ContentLogo {
        margin-bottom: 15px;
    }

.mobile-nav-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.mobile-nav .navbar-toggler {
    border: 0;
    box-shadow: none !important;
    padding: 0;
}

    .mobile-nav .navbar-toggler:focus {
        box-shadow: none !important;
    }

.mobile-cart-icon {
    display: flex;
    align-items: center;
}

.offcanvas .navbar-nav {
    width: 100%;
}

    .offcanvas .navbar-nav .nav-item {
        width: 100%;
    }

    .offcanvas .navbar-nav .nav-link {
        display: block;
        width: 100%;
        padding: 12px 0;
    }

@media (max-width: 991px) {

    .contentHeader .row {
        justify-content: center;
    }

    .homeheader .navbar,
    .contentHeader .navbar {
        justify-content: center;
    }
}
li.nav-item.cart-link {
    list-style: none;
}
.ProductMobileNav {
    margin-bottom: 20px;
}

    .ProductMobileNav .form-select {
        border-radius: 0;
        min-height: 50px;
        font-size: 16px;
    }
.ProductImage img {
    width: 100%;
}
button.navbar-toggler {
    margin-top: -8px;
    background: #52423b;
    border: 0;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

    button.navbar-toggler:focus {
        box-shadow: none;
    }

    button.navbar-toggler i {
        color: #fff;
        font-size: 16px;
        line-height: 1;
    }

.custom-form-control:hover, .custom-form-control:focus, .custom-form-control:focus-visible {
    outline: none;
    
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #52423b
}
