﻿footer {
    background-color: grey;
}

.module.widget-handle {
    border-left: 1px solid #ccc !important;
}

.mw-100px {
    max-width: 100px;
}

section {
    background-color: white;
}

.highlight {
    background-color: yellow !important;
}

.image-bg {
    padding: 70px;
}

.bg-post-home {
    background: #eee !important;
    background-color: #eee !important;
    padding-bottom: 40px;
}

.m0 {
    margin: 0 !important;
}

.container {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.fs20 {
    font-size: 20px !important;
}

.w-50 {
    width: 50px !important;
}

.w-100 {
    width: 100% !important;
}


.fs18 {
    font-size: 18px !important;
}

.italic {
    font-style: italic;
}

.pl0 {
    padding-left: 0 !important;
}

.pr0 {
    padding-right: 0 !important;
}

nav {
    border-top: 1px solid #ccc !important;
}

/*.module.widget-handle:hover .function {
    width: 400px !important;
}*/

.button-like {
    height: 50px !important;
    line-height: 48px;
    border: 2px solid #b59554;
    background: #b59554;
    color: #fff;
    width: 100%;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 0 !important;
    display: block;
    margin: 10px;
    cursor: pointer;
}

    .button-like:hover {
        color: #fff !important;
    }

.add-to-cart-item {
    cursor: pointer;
}

    .add-to-cart-item.item-added {
        background-color: #50070e !important;
        border: #50070e !important;
    }

.pt38 {
    padding-top: 38px !important;
}

.bg-gold {
    background-color: #b59554;
}

.mr15 {
    margin-right: 15px !important;
}

.btn {
    color: #50070e;
    border-color: white;
}

    .btn:hover {
        background: white;
    }

/*.image-square {
    height: 30vw;
}*/

.pg-index {
    /*padding: 70px;*/
    padding: 70px 0px !important;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.row-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

p.lead {
    line-height: 23px;
}

.fontBlack {
    color: black;
}

.product-name,
.category-name {
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #000;
    margin-top: 10px;
    font-size: 10px;
    font-weight: 600;
}

.product-name {
    letter-spacing: 1px !important;
    line-height: 10px !important;
}

.image-square > .content {
    padding: 0 4%;
}

.image-square p {
    text-align: justify;
}

.image-caption .caption {
    width: 20% !important;
}

    /*@media (max-width: 950px).col-sm-4 {
    width: 33.333333%;
}

@media (max-width: 450px) .col-sm-4 {
    width: 100%;
}*/

    /*.image-caption.hover-caption .caption {
    background: #b59554 !important;
}*/

    /*.image-caption.hover-caption .caption {
    background: #b59554 !important;
}*/

    .image-caption .caption:before {
        content: none !important;
    }

a:hover {
    color: #b59554;
    text-decoration: none;
}

a {
    color: #50070E;
    text-decoration: none;
}

.title-mobile {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color: #292929;
    opacity: 1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    max-width: 100%;
    white-space: normal;
    margin-right: 10px;
}

.menu li a {
    font-size: 10px !important;
}

.menu > li {
    margin-right: 16px !important;
}

.module {
    padding: 0 !important;
}

    .module.widget-handle {
        padding: 0 3px !important;
    }

        .module.widget-handle i {
            font-size: 14px !important;
        }

nav.nav-centered .module.widget-handle {
    border-left: none !important;
}


.dropzone .dz-preview .dz-image {
    width: 114px !important;
}


.search-menu .function.opened,
.cart-widget-handle .function.opened {
    opacity: 1;
    transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    visibility: visible;
}

.button-like:hover {
    color: white !important;
}

.miniature {
    width: 100% !important;
    height: auto;
    max-width: 100% !important;
}

@media (min-width: 991px) {
    .search-menu .function.opened,
    .cart-widget-handle.function.opened {
        width: 400px !important;
    }
}

@media (max-width: 990px) {
    .image-square > .content {
        top: 0 !important;
        transform: none !important;
        -webkit-transform: none !important;
        padding: 20px 20% !important;
    }

    .image-square .image, .image-square > .content {
        position: relative !important;
    }

    .has-dropdown:after {
        right: 50px !important;
    }
}

#ScrollToTop {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    outline: none; /* Remove outline */
    cursor: pointer; /* Add a mouse pointer on hover */
    width: 50px !important;
    padding-left: 10px;
    padding-right: 8px;
    min-width: 0;
    border: 2px solid #b59554 !important;
    color: #b59554 !important;
}

    #ScrollToTop:hover {
        background: #b59554;
        border: 2px solid #FFF !important;
        color: #FFF !important;
    }

.widget .cart-overview .description {
    width: 70% !important;
    float: left !important;
    position: relative;
    top: 12px;
}

.w-70 {
    width: 70% !important;
}

.cart td, .cart span, .cart th {
    vertical-align: top !important;
}

.v-align-top {
    vertical-align: top !important;
}


.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

    .inputfile + label {
        color: white;
        background-color: #b59554;
        padding: 10px 20px;
        display: inline-block;
        margin-bottom: 20px;
        font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 11px;
        text-transform: uppercase;
    }

        .inputfile:focus + label,
        .inputfile + label:hover {
            color: black;
        }

    .inputfile + label {
        cursor: pointer; /* "hand" cursor */
    }

    .inputfile:focus + label {
        outline: 1px dotted #b59554;
        outline: -webkit-focus-ring-color auto 5px;
    }

.display-block {
    display: block;
}

.result-message {
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
}

.form-error, .form-success {
    width: 100% !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.display-flex {
    display: flex !important;
}

.after-add-item {
    width: 46%;
}

.font-italic {
    font-style: italic;
}

.no-ws {
    white-space: nowrap;
}

.clear {
    clear: both !important;
}

.fl-left {
    float: left;
    /*width: 50%;*/
}

.disabled {
    opacity: 0.5;
}

.page-title i {
    display: block !important;
}

.flex-evenly-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}

.link-back {
    color: #b59554 !important;
    text-decoration: underline;
    font-size: 18px;
}

.pos-rel {
    position: relative !important;
}

.widget-handle .cart .label {
    top: -10px !important;
}


@media (max-width: 990px) {
    .widget-handle .cart .label {
        width: 20px !important;
        height: 20px !important;
        top: -3px !important;
        right: 25px !important;
    }
}

#Orders .accordion-1 li {
    margin-bottom: 0 !important;
}

.visibility-hidden {
    visibility: hidden !important;
}

.title small {
    font-size: 13px;
    display: block;
    font-style: italic;
    line-height: 6px;
}

@media (max-width: 767px) {
    section {
        padding: 40px 0 !important;
    }

    h1, h1.large, .h1 {
        line-height: 19px !important;
        letter-spacing: 3px !important;
    }

    .pg-index {
        padding: 20px 0px !important;
    }

    tr.item-detail {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: stretch;
    }

    .table.cart thead {
        display: none;
    }

    .table.cart img.product-thumb {
        width: 50%;
        max-height: none !important;
    }
}

h1, h1.large, .h1 {
    width: 100% !important;
}

.bg-post-home p, .bg-post-home span {
    font-weight: inherit;
}

.bg-post-home ul {
    list-style: disc;
}

.bg-post-home li {
    margin-left: 40px;
}

.bg-post-home h1, .bg-post-home h2, .bg-post-home h3, .bg-post-home h4, .bg-post-home h5, .bg-post-home h6, .bg-post-home p, .bg-post-home ul, .bg-post-home ol, .bg-post-home pre, .bg-post-home table, .bg-post-home blockquote, .bg-post-home input, .bg-post-home button, .bg-post-home select, .bg-post-home textarea {
    margin-bottom: 10px;
}

#eye,
#eyeConfirm {
    position: relative;
    cursor: pointer;
    display: inherit;
    float: right;
    right: 10px;
    top: -30px;
    color: #441116;
}

.table-reponsive {
    width: 100% !important;
    overflow: auto !important;
}

@media (max-width: 767px) {
    br {
        display: block !important;
    }
}
