.navbar .navbar-brand {
    font-family: "Apple Chancery", "Simonetta", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    transition: .3s all;
}
.flex-row {
    display: flex;
}

.home-gallery > div {
    padding: 5px;
}
@media(min-width: 600px) {
    .home-page #start #body-wrapper > .container:nth-child(1) {
        display: flex;
        height: 80vh;
    }
}
@media(max-width: 599px) {
    .home-gallery {
        display: block;
    }
}

.logo {
    font-family: "Apple Chancery", "Simonetta", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    transition: .3s all;
}
.logoCircle {
    display: flex;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    border: 2px solid #454d5d;
    font-family: "Apple Chancery", "Simonetta", serif;
    font-weight: 400;
    font-size: 1.5rem;
    transition: .3s all;
    justify-content: center;
    align-items: center;
    letter-spacing: -.2rem;
    margin: 10px auto -30px;
    position: relative;
    z-index: 2;
    opacity: .8;
}
.logoCircle span:first-of-type {
    display: inline-block;
    margin-left: -10px;
    margin-bottom: 6px;
}
.logoCircle span:last-of-type {
    display: inline-block;
    margin-top: 10px;
}
.overlay {
    background: #ececec;
}
.overlay.open {
    opacity: .98;
}
.mobile-logo {
    padding: 1rem 1rem 0.5rem;
    font-size: 2em;
    color: #08086f;
    font-family: "Apple Chancery", "Simonetta", serif;
}
.mobile-logo a, .tree a {
    color: #454d5d;
}
.mobile-menu .button_container.active .top, .mobile-menu .button_container.active .bottom {
    background: #454d5d;
}
.treemenu .toggler {
    padding-left: .75em;
    margin-top: .5em;
}
.treemenu ul {
    margin: 0 1.75em;
}
.treemenu li a {
    padding: 0.5em 0 0.5em 0.75em;
}
.treemenu li a.active, .treemenu li a:focus, .treemenu li a:hover {
    color: #0958bb !important;
}
body.header-fixed.header-animated #header.scrolled .navbar-brand {
    font-size: 1.5rem;
}

h1 {
    font-size: 2.5rem;
    margin-top: 1rem;
    font-family: "Apple Chancery", "Simonetta", serif;
    font-weight: 400;
    word-spacing: .75rem;
}
h2 {
    font-family: "Apple Chancery", "Simonetta", serif;
    font-weight: 400;
}
.displayFont {
    font-family: "Apple Chancery", "Simonetta", serif;
}
#header .container {
    padding: 0;
}

.mobile-menu .button_container span {
    height: 2px;
}

#body-wrapper > .container:nth-child(1) {
    padding-top: 0;
}

#body-wrapper .container {
    display: table;
    clear: both !important;
}
.stay-left {
    max-width: 30%;
    float: left;
    margin: 2em 2em 2em 0;
}
@media (min-width: 767px) {
    .elem-left {
        max-width: 30%;
        float: left; 
        margin-right: 2em;
        margin-bottom: 1em;
        margin-top: 2em;
    }
    .elem-right {
        max-width: 30%;
        float: right; 
        margin-left: 2em;
        margin-bottom: 1em;
        margin-top: 2em;
    }
}
@media (max-width: 767px) {
    .elem-left {
        margin: 1em auto;
        display: table;
    }
    .elem-right {
        margin: 1em auto;
        display: table;
    }
    .stay-left {
        max-width: 40%;
        float: left;
        margin: 2em 1em 1em 0;
    }
}
#glass-gallery {
    margin: auto;
}

#glass-gallery .ug-strip-panel {
    background-color: #efefef !important;
}

.ug-slider-wrapper .ug-item-wrapper {
    background-color: #efefef !important;
}

.ug-thumb-wrapper {
    cursor: pointer !important;
}
.ug-thumb-wrapper[data-sold="yes"]:after {
    content: 'SOLD';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    font-size: 12px;
    color: #000;
    background-color: rgba(255, 255, 255, .7);
    padding: 16px 30px 6px;
    transform: rotate(-45deg);
    left: -32px;
    top: -5px;
    font-weight: 700;
    color: #f20367;
}
.ug-theme-default .ug-default-button-play {
    display: none !important;
}
.ug-gallery-wrapper .ug-textpanel-bg, .ug-default-button-hidepanel .ug-default-button-hidepanel-bg {
    opacity: .1 !important;
}

.tile-gallery {
    border: 2px solid red;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
}
.tile-gallery > div {
    flex: 0 1 23%;
    border: 1px solid blue;
}

.gallery-grid-item {
    border: 2px solid red;
    min-width: 200px;
    min-height: 200px;
}

.title-flex-prices {
    display: flex;
    justify-content: space-between;
}
.product_info  {
    margin-top: 1.5rem;
}
.product_info > div {
    display: flex;
    font-size: 1rem;
    align-items: center;
}

.product_info > div:nth-of-type(2) {
    border: none;
}
.product_info .title {
    text-transform: uppercase;
    font-size: .875rem;
    flex: 0 1 100px;
}
.ug-thumb-wrapper.ug-tile .ug-tile-icon.ug-icon-link {
    background-image: none !important;
}

#footer p {
    margin: 0;
}
#footer {
    padding-bottom: .5rem;
}
#footer .p1 {font-size: 1.125rem;}
#footer .p2 {font-size: .75rem;}

.error-img {
    max-width: 200px;
    margin: auto;
}
.error-img img {max-width: 100%;}

.pr-code {
    position: absolute;
    right: 20px;
    bottom: 10px;
    font-size: .75rem;
}

#body-wrapper > .container {
    position: relative;
}

.sold #body-wrapper > .container:after {
    content: 'SOLD';
    position: absolute;
    z-index: 2;
    font-size: 12px;
    color: #000;
    transform: rotate(45deg);
    top: 14px;
    font-weight: 700;
    color: #f20367;
    font-size: 18px;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    background-color: #efefef;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    min-width: 100px;
}

/* .sold #body-wrapper > .container:after {
    content: 'SOLD';
    position: absolute;
    z-index: 2;
    font-size: 12px;
    color: #000;
    transform: rotate(45deg);
    top: 14px;
    font-weight: 700;
    color: #f20367;
    right: 3px;
    font-size: 18px;
    z-index: 1;
} */

/* .sold #body-wrapper > .container:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 80px 80px 0;
    border-color: transparent #acb3c291 transparent transparent;
    opacity: .7;
} */
@media(max-width: 767px) {
    h1 {font-size: 2rem;}
}

@media(max-width: 600px) {
    .sold #body-wrapper > .container:after {
        font-size: 14px;
        left: auto;
        right: 0;
        transform: none;
        padding: 6px;
        min-width: 80px;
    }
    .sold #body-wrapper > .container:before {
        border-width: 0 60px 60px 0;
    }
}