
/* Important! This file is to only be edited through WebDAV or through the control panel by the client, not theme partners/designers. */
@font-face {
    font-family: 'filmotype-Jessy';
    src: url('//cdn11.bigcommerce.com/s-9x46yrfk/templates/__custom/fonts/filmotype-jessy.otf?t=1637335888');
}
#SearchForm {
    padding-left: 20px;
}

#SearchForm input.Textbox {
    height: 30px;
    box-sizing: border-box;
}
#SearchForm .Button {
    width: 30px;
    height: 30px;
}
.page.generic .Content {
    height: auto!important;
}
.product-title {
    font-family: 'filmotype-Jessy';
    color: #a78562;
    line-height: 1.6;
    text-transform: lowercase;
    font-size: 72px;
}
.CartLink {
    float: right;
    background: #A78562;
    padding: 6px 12px;
    margin-left: 15px;
    box-sizing: border-box;
}
.CartLink a {
    color: #fff;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
}
.CartLink .icon {
    background: url('//cdn11.bigcommerce.com/s-9x46yrfk/templates/__custom/custom_images/bag-icon.png?t=1637335888') no-repeat 0 0;
    height: 18px;
    width: 12px;
    margin-right: 6px;
}
#SearchForm {
    padding: 0;
    float: left;
}
#items-count {
    background-image: none!important;
}
.TopMenu li:last-child {
    border-right: none;
}
/* Shipping Banner */
.PageMenu {
    margin-bottom: 0;
}
.shippingBanner {
    width: 100%;
    background: #a78562;
    font-family: Tahoma, Geneva, sans-serif;
    text-align: center;
}
.shippingBanner p, .shippingBanner a, .shippingBanner a:hover {
    color: #fff;
    text-transform: uppercase;
    padding: 8px;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    background: none;
}
.shippingBanner img {
    display: inline-block;
}
@media screen and (max-width: 600px) {
    .CartLink {
    max-width: 170px;
    text-align: center;
    float: none;
    margin: 0 auto;
    margin-bottom: 20px;
    }
#Logo {
    text-align: center;
    width: 100%;
    overflow: auto;
}
}