/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */


#header .top-menu .logo {
    max-height: 100px;
    margin: 0 25px;
    flex-shrink: 0;
}

div#_desktop_top_menu {
    width: 100%;
    padding-right: 50px;
}

button.search-widget-toggle {
    display: none;
}

@media (min-width: 768px) {
    ul#top-menu {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #header .header-nav {
        border-bottom: 0;
        background: #B08D58;
        color: #fff;
    }

    #header .header-nav .cart-preview .shopping-cart {
        color: #fff;
    }

    #header .header-nav a {
        color: #fff;
    }

    #header div#search_widget {
        position: absolute;
        right: 0;
        top: 50%;
        min-width: auto;
        transform: translateY(-75%);
    }

    #header #search_widget form {
        display: none;
    }



    #header button.search-widget-toggle {
        float: right;
        border: 0;
        background: transparent;
        color: #b08d58;
        margin-top: -10px;
        cursor: pointer;
        display: block;
    }

    button.search-widget-toggle i {
        font-size: 26px;
    }

    #wrapper {
        padding-top: 0;
    }
}

.header-top-after path {
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

@media (max-width: 767px) {
    .header-top-after {
        display: none;
    }
}

.header-top-after {
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    z-index: 11;
    height: 40px;
}

.header-top-after svg {
    height: 100%;
    width: 100%;
}

#header .header-top {
    position: relative;
}

body {overflow-x: hidden;}

.carousel .carousel-item figure {
    width: 100%;
}

#header .header-top a[data-depth="0"] {
    color: #414040;
    border-top: 2px solid #0000;
    padding: 13px 20px;
    font-size: 14px;
}

#header .top-menu a[data-depth="0"]:hover, #header .top-menu .current a[data-depth="0"] {
    color: #A18657;
    border-top-color: #A18657;
}

ul#top-menu h1 {
    margin: 0;
}

.search-widget form button[type=submit] {
    color: #A18657;
}

#header .header-nav .blockcart {
    background: none;
}

.carousel .carousel-inner {
    height: auto;
}

.col-md-5.col-xs-12.text-uppercase {
    padding-top: .9375rem;
}



.search-widget form input[type=text]:focus {
    outline: 1px solid #b08d58;
}

.search-widget form input[type=text]:focus+button .search {
    color: #b08d58;
}

#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container {
    box-shadow: none;
    height: auto;
}


#products .thumbnail-container .product-thumbnail img, .featured-products .thumbnail-container .product-thumbnail img, .product-accessories .thumbnail-container .product-thumbnail img, .product-miniature .thumbnail-container .product-thumbnail img {
    position: relative;
}

#products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-miniature .product-description {
    position: relative;
    height: auto;
    width: auto;
}

form.add-to-cart-form {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.btn-primary {
    color: #b08d58;
    background: #F8F0E4;
    border: 1px solid #b08d58;
    box-shadow: none;
}

.btn-primary:hover, .btn-primary:active {
    background: #b08d58;
    color: #fff;
}

#products .product-price-and-shipping, .featured-products .product-price-and-shipping, .product-accessories .product-price-and-shipping, .product-miniature .product-price-and-shipping {
    color: #b08d58;
}

#products .product-title a, .featured-products .product-title a, .product-accessories .product-title a, .product-miniature .product-title a {
    color: #333;
    font-weight: bold;
}

#products .products-section-title, .featured-products .products-section-title, .product-accessories .products-section-title, .product-miniature .products-section-title, .custom-title {
    text-align: left;
    color: #b08d58;
    font-family: Papyrus, sans-serif;
    padding-bottom: 10px;
    border-bottom: 1px solid #b08d58;
}

#custom-text h2 {
    font-size: 1.25rem;
    color: #b08d58;
}

div#custom-text {
    padding: 0;
    margin-top: 5rem;
    text-align: left;
}

footer#footer {}

section#wrapper {
    background: #fff;
    box-shadow: none;
}

.footer-before {
    padding: 2rem 0;
    background: #AC7524;
}

.block_newsletter {
    background: transparent;
    color: #fff;
    text-align: center;
}

.block_newsletter form {
    max-width: 600px;
    margin: 0 auto;
}

.block_newsletter p {
    color: #fff;
}

.footer-container {
    box-shadow: none;
    padding-top: 0;
}

#footer .h3, #footer .h4, #footer .h3 a {
    color: #B39160;
}



.block_newsletter .custom-checkbox {
    margin-top: 10px;
    display: block;
    padding-left: 40px;
    font-size: 12px;
}

.block_newsletter .custom-checkbox input[type=checkbox] + span {
    background: #fff !important;
    width: 28px !important;
    height: 28px !important;
    border: 0;
    position: absolute;
    left: 0;
}

.block_newsletter .custom-checkbox input[type=checkbox] + span .checkbox-checked {
    margin: 0.45rem 0.3325rem;
}

@media (min-width: 768px) {
    .block-contact {
        border-left: 1px solid #AC7524;
    }

    .footer-container .container > .row {
        align-items: stretch;
        display: flex;
        flex-wrap: wrap;
    }
}

.block_newsletter .custom-checkbox label {
    font-size: 0.7rem;
    line-height: 1.2;
    color: #fff;
    font-weight: 300;
}

p#block-newsletter-label {
    font-size: 20px;
}

.block_newsletter h2.text-uppercase {
    font-size: 2rem;
}

@media (min-width: 768px) {
    .top-menu[data-depth="1"] {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .top-menu .sub-menu ul[data-depth="1"]>li {
        position: relative;
    }
    .top-menu a[data-depth="1"] + .collapse {
        display: none;
        position: absolute;
        background: #fff;
        padding: 15px;
        top: 25px;
        left: -15px;
        border: 1px solid rgba(0,0,0,.05);
        box-shadow: 0 5px 15px rgba(0,0,0,.1);
        z-index: 5;
    }

    .top-menu .sub-menu ul[data-depth="1"]>li:hover  .collapse {
        display: block;
    }
}

body:not(#index) #products .thumbnail-container, body:not(#index) .featured-products .thumbnail-container, body:not(#index) .product-accessories .thumbnail-container, body:not(#index) .product-miniature .thumbnail-container {
    width: 180px;
}

body:not(#index) .header-top-after {
    display: none;
}


#wrapper .breadcrumb {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    text-transform: uppercase;
    font-size: .8rem;
    color: #b08d58;
    border-bottom: 1px solid #b08d58;
}

#wrapper .breadcrumb li a {
    color: #b08d58;
}

#wrapper .breadcrumb li:last-child {
    color: #b08d58;
}

.breadcrumb .material-icons {
    font-size: 16px;
    margin-top: -2px;
    margin-right: 5px;
}

.product-price, .has-discount .page-content.page-cms ul, .has-discount.product-price, .has-discount p, .page-content.page-cms .has-discount ul {
    color: #b08d58;
}

.has-discount .discount {
    background: #b08d58;
}

.product-prices div {
    font-size: 1.3rem;
}

.product-prices .tax-shipping-delivery-label {
    font-size: 1.3rem;
    color: inherit;
    margin: 0 5px 0 15px;
}

.current-price {
    display: flex;
    align-items: center;
}

.product-quantity #quantity_wanted {
    border: 1px solid #b08d58;
    background: #f8f0e4;
}

.product-quantity .input-group-btn-vertical .btn {
    border: 1px solid #b08d58;
    background: #f8f0e4;
}

.product-container h1 {
    text-transform: none;
    color: #707070;
}

.product-container span.radio-label {
    box-shadow: none;
    border: 1px solid #b08d58;
    background: #f8f0e4;
    font-size: 0.9rem;
    height: auto;
    width: auto;
    min-width: 150px;
    text-align: left;
    padding: 5px 10px;
}

.input-color:checked+span, .input-color:hover+span, .input-radio:checked+span, .input-radio:hover+span {
    background: #b08d58;
    color: #fff;
}

p.product-minimal-quantity {
    margin: 0;
}

.product-variants>.product-variants-item {
    margin: 0;
}

.block-category.card.card-block {
    background: url('../img/cat-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}