html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: "Brevitas Icons";
    src: url("https://img.brevitas.com/pcms/ab/c8/600c281f4d369a8d591d48d1ef83/brevitas-icons.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icons-"],
[class*=" icons-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'Brevitas Icons' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icons-x:before {
    content: "\e910";
}

.icons-copy:before {
    content: "\e90e";
}

.icons-facebook-square:before {
    content: "\e90f";
}

.icons-heart-filled:before {
    content: "\e90d";
}

.icons-heart:before {
    content: "\e907";
}

.icons-sharing:before {
    content: "\e908";
}

.icons-streetview:before {
    content: "\e909";
}

.icons-location:before {
    content: "\e90a";
}

.icons-gallery:before {
    content: "\e90b";
}

.icons-printer:before {
    content: "\e90c";
}

.icons-metrics:before {
    content: "\e904";
}

.icons-languages:before {
    content: "\e905";
}

.icons-currency:before {
    content: "\e906";
}

.icons-user-target:before {
    content: "\e903";
}

.icons-facebook:before {
    content: "\e900";
}

.icons-instagram:before {
    content: "\e901";
}

.icons-linkedin:before {
    content: "\e902";
}

.social-share-wrap .twitter-share-button {
    background-color: #000;
}

.social-share-wrap .linkedin-share-button {
    background-color: #2165BF;
}

.social-share-wrap .facebook-share-button {
    background-color: #2D77ED;
}

.social-share-wrap .copy-share-button {
    background-color: #55acee;
}

.social-share-wrap .icons-copy {
    font-size: 21px;
    position: relative;
    top: 3px;
}

.social-share-wrap .email-share-button {
    background-color: #639C6C;
}


.social-share-wrap .btn {
    min-width: 130px;
}



.product-cta-seller .group.name-and-title {
    /* height: 64px; */
    height: auto !important;

}


.product-cta-seller .broker-content {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}

.product-cta-seller .broker {
    padding-top: 15px;
    padding-bottom: 0;
}

.product-cta-seller .group {
    border-bottom: 1px solid rgba(255, 255, 255, 0.23);
    clear: both;
    overflow: hidden;
    padding: 6px;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.product-cta-seller .group:last-child {
    border-bottom: none;
}

.product-cta-seller .profile-photo-wrap {
    position: relative;
}

.product-cta-seller .profile-photo-wrap .online-badge {
    border-width: 2px;
    height: 18px;
    left: -4px;
    position: absolute;
    top: 36px;
    width: 18px;
}

.product-cta-seller .profile-photo-wrap .offline-badge {
    display: none;
}

.product-cta-seller .profile-photo-wrap .tooltip-inner {
    margin-left: 18px;
}

.product-cta-seller .profile-photo {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    background-size: cover;
    border: 2px solid #fff;
    box-shadow: 0 0 8px #b1b1b1;
}

.product-cta-seller .glyphicon {
    margin-right: 10px;
    opacity: 0.5;
    display: inline;
    color: #000000;
}

.product-cta-seller .field-value {
    display: inline;
    font-weight: normal;
}

.product-cta-seller .field-value.user-name {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.1;
    padding-top: 2px;
    display: block;
    color: #333333;

}


.product-cta-seller .field-value.user-name span {
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.13); */
    width: 78%;
    display: inline-block;
    /* margin-bottom: 7px; */
    white-space: nowrap;
    /* overflow: hidden; */
    text-overflow: ellipsis;
}

.text-overflow {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form-group label {
    color: #333333;
    padding-bottom: 15px;
}

.form-request-info textarea,
.form-request-info_signup textarea {
    resize: vertical;
    max-height: 300px;
    min-height: 34px;
}

/*! lightslider - v1.1.6 - 2016-10-25
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2016 Sachin N; Licensed MIT */
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.lightSlider:before,
.lightSlider:after {
    content: " ";
    display: table;
}

.lightSlider {
    overflow: hidden;
    margin: 0;
}

.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.lSSlideWrapper>.lightSlider:after {
    clear: both;
}

.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform, height;
    transition-property: transform, height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade {
    position: relative;
}

.lSSlideWrapper .lSFade>* {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}

.lSSlideWrapper.usingCss .lSFade>* {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade>*.active {
    z-index: 10;
}

.lSSlideWrapper.usingCss .lSFade>*.active {
    opacity: 1
}

.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}

.lSSlideOuter .lSPager.lSpg>li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}

.lSSlideOuter .lSPager.lSpg>li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0s;
    transition: all 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0s;
}

.lSSlideOuter .lSPager.lSpg>li:hover a,
.lSSlideOuter .lSPager.lSpg>li.active a {
    background-color: #428bca;
}

.lSSlideOuter .media {
    opacity: 0.8;
}

.lSSlideOuter .media.active {
    opacity: 1;
}

.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    opacity: 0.6;
    -webkit-transition: opacity 0.35s cubic-bezier(0.62, 0.28, 0.23, 0.99);
    transition: opacity 0.35s cubic-bezier(0.62, 0.28, 0.23, 0.99);
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li.active:hover {
    border-bottom: 4px solid #354986;
    opacity: 1;
    border-radius: 0 !important;

}

.lSSlideOuter .lSPager.lSGallery li:hover {
    border-bottom: 4px solid #8597cf;
    opacity: 0.95;
    border-radius: 0 !important;
}

.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}

.lSSlideOuter .lSPager.lSGallery:before,
.lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}

.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}

.lSAction>a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.75;
    -webkit-transition: opacity 0.35s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0s;
    transition: opacity 0.35s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0s;
    background-image: unset;
    background-image: none !important;
}

.lSAction>a:hover {
    opacity: 1;
}

.lSAction>.lSPrev {
    background-position: 0 0;
    left: 10px;
}

.lSAction>.lSNext {
    background-position: -32px 0;
    right: 10px;
}

.lSAction>a.disabled {
    pointer-events: none;
}

.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}

.lSSlideOuter.vertical {
    position: relative;
}

.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}

.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}

.lSSlideOuter.vertical .lightSlider>* {
    width: 100% !important;
    max-width: none !important;
}

.lSSlideOuter.vertical .lSAction>a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}

.lSSlideOuter.vertical .lSAction>.lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}

.lSSlideOuter.vertical .lSAction>.lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}

.lSSlideOuter.lSrtl {
    direction: rtl;
}

.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}

.lSSlideOuter.lSrtl .lightSlider,
.lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}

.lSSlideOuter .lightSlider>*,
.lSSlideOuter .lSGallery li {
    float: left;
}

.lSSlideOuter.lSrtl .lightSlider>*,
.lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}

@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}

@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}

@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}

@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}

@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}

.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}

.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}

.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}

.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}

.lightSlider.lsGrab>* {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.lightSlider.lsGrabbing>* {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

/*! lightgallery - v1.6.4 - 2017-10-29
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2017 Sachin N; Licensed GPLv3 */
@font-face {
    font-family: 'lg';
    src: url("https://img.brevitas.com/pcms/82/1b/7b5a087c4c36813c4947e7ff499b/lg.eot");
    src: url("https://img.brevitas.com/pcms/82/1b/7b5a087c4c36813c4947e7ff499b/lg.eot") format("embedded-opentype"), url("https://img.brevitas.com/pcms/f5/25/4dbab42046a58adcdca6c9e062f4/lg.woff") format("woff"), url("https://bimg2.b-cdn.net/scms/2f/ed/e33a9bc140139242434911c3877b/lg.ttf") format("truetype"), url("https://bimg2.b-cdn.net/scms/dc/1a/437092564b1389a62b857be279eb/lg.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

.lg-icon {
    font-family: 'lg';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    border: none;
    outline: none;
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
    color: #FFF;
}

.lg-actions .lg-next {
    right: 20px;
}

.lg-actions .lg-next:before {
    content: "\e095";
}

.lg-actions .lg-prev {
    left: 20px;
}

.lg-actions .lg-prev:after {
    content: "\e094";
}

@-webkit-keyframes lg-right-end {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@-moz-keyframes lg-right-end {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@-ms-keyframes lg-right-end {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@keyframes lg-right-end {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes lg-left-end {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}

@-moz-keyframes lg-left-end {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}

@-ms-keyframes lg-left-end {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}

@keyframes lg-left-end {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end 0.3s;
    -o-animation: lg-right-end 0.3s;
    animation: lg-right-end 0.3s;
    position: relative;
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end 0.3s;
    -o-animation: lg-left-end 0.3s;
    animation: lg-left-end 0.3s;
    position: relative;
}

.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.45)
}

.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
    color: #FFF;
}

.lg-toolbar .lg-close:after {
    content: "\e070";
}

.lg-toolbar .lg-download:after {
    content: "\e0f2";
}

.lg-sub-html {
    background-color: rgba(0, 0, 0, 0.45);
    bottom: 0;
    color: #EEE;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080;
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: bold;
}

.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0;
}

#lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle;
}

.lg-toolbar,
.lg-prev,
.lg-next {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear
}

.lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

body.product_show {
    overflow-x: hidden;
    background-color: #f3f3f3;

}


body.product_show #page-content {
    overflow-x: hidden;
}


.lg-outer .lg-thumb-outer {
    background-color: #0D0A0A;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
    border-radius: 5px;
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #FFF;
    border-radius: 4px;
    margin-bottom: 5px;
}

@media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
        -webkit-transition: border-color 0.25s ease;
        -o-transition: border-color 0.25s ease;
        transition: border-color 0.25s ease;
    }
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    -webkit-transition: bottom 0.25s ease;
    -o-transition: bottom 0.25s ease;
    transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
    background-color: #0D0A0A;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px;
}

.lg-outer .lg-toogle-thumb:after {
    content: "\e1ff";
}

.lg-outer .lg-toogle-thumb:hover {
    color: #FFF;
}

.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px;
}

.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}

.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer;
}

.lg-outer .lg-has-iframe .lg-video {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
}

.lg-outer .lg-has-vimeo .lg-video-play {
    background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
    background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible;
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    -webkit-transition: opacity 0.08s ease 0s;
    -moz-transition: opacity 0.08s ease 0s;
    -o-transition: opacity 0.08s ease 0s;
    transition: opacity 0.08s ease 0s
}

.lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
    width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
    opacity: 1;
}

.lg-autoplay-button:after {
    content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

#lg-zoom-in:after {
    content: "\e311";
}

#lg-actual-size {
    font-size: 20px;
}

#lg-actual-size:after {
    content: "\e033";
}

#lg-zoom-out {
    opacity: 0.5;
    pointer-events: none;
}

#lg-zoom-out:after {
    content: "\e312";
}

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto;
}

.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible;
}

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #FFF;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%;
}

.lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
    display: block;
    height: 12px;
    -webkit-transition: box-shadow 0.3s ease 0s;
    -o-transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s;
    width: 12px;
}

.lg-outer .lg-pager:hover,
.lg-outer .lg-pager:focus {
    box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0;
}

.lg-fullscreen:after {
    content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, 0.25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
    -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
    transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active #lg-dropdown-overlay {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transform: translate3d(0, 0px, 0);
    -o-transform: translate3d(0, 0px, 0);
    -ms-transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    opacity: 1;
    visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
    color: #FFF;
}

.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -moz-transform: translate3d(0, 5px, 0);
    -o-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #FFF;
    right: 16px;
    top: -16px;
}

.lg-outer .lg-dropdown>li:last-child {
    margin-bottom: 0px;
}

.lg-outer .lg-dropdown>li:hover a,
.lg-outer .lg-dropdown>li:hover .lg-icon {
    color: #333;
}

.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, 0.07)
}

.lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto;
}

.lg-outer #lg-share {
    position: relative;
}

.lg-outer #lg-share:after {
    content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\e903";
}

.lg-group:after {
    content: "";
    display: table;
    clear: both
}

.lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    text-align: left;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}

.lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lg-outer.lg-visible {
    opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-current {
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

.lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
}

.lg-outer .lg-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
}

.lg-outer .lg-item {
    display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
    display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
    display: inline-block !important;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}

.lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.lg-outer .lg-item.lg-complete {
    background-image: none;
}

.lg-outer .lg-item.lg-current {
    z-index: 1060;
}

.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1;
}

.lg-outer .lg-empty-html {
    display: none;
}

.lg-outer.lg-hide-download #lg-download {
    display: none;
}

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
    opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
    -webkit-transition: none 0s ease 0s !important;
    -moz-transition: none 0s ease 0s !important;
    -o-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important
}

.lg-css3.lg-use-css3 .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
    opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
    -webkit-transition: opacity 0.1s ease 0s;
    -moz-transition: opacity 0.1s ease 0s;
    -o-transition: opacity 0.1s ease 0s;
    transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s
}

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/* @font-face {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 300;
    font-display: auto;
    src: local("Merriweather Light"), local("Merriweather-Light"), url(https://img.brevitas.com/fonts/Merriweather/300.woff2) format("woff2"), url(http://img.brevitas.com/fonts/Merriweather/300.woff) format("woff");
} */

#product-show-hero-section {
    background-color: transparent;
    margin: 0 -15px;
    border-bottom: 3px solid #d9d9d9;
}

#product-show-hero-section h1,
#product-show-hero-section h2,
#product-show-hero-section h3 {
    margin-bottom: 2px;
}

#product-show-hero-section .show__price,
.show__price {
    font-size: 24px;
    text-align: right;
    font-weight: bold;
    letter-spacing: -1px;
    margin-bottom: 0;
    color: #111B3A;
    opacity: 0.95;
}

.show__title {
    font-size: 26px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: -1.2px;
    color: #000;

}

#product-show-hero-section .show__title {
    font-size: 30px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: -1.2px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;

}

#product-show-hero-section .show__detail {
    font-size: 20px;
    margin-bottom: 10px;
    color: #8D8D8D;
    font-weight: 400;

}

#product-show-hero-section .show__address,
.show__address {
    font-size: 18px;
    line-height: 1.2;
    color: #7F7F7F;
    font-weight: 400;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    letter-spacing: initial;
    border-top: 2px solid #F5F5F5;
    padding-top: 10px;
}

#product-show-hero-section .show__value {
    font-size: 20px;
    margin-bottom: 10px;
    color: #4E4E4E;
    font-weight: bold;
}

#product-show-hero-section .show__divider {
    margin-right: 0px !important;
    border-right: 1px solid #939393 !important;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pr-12 {
    padding-right: 12px !important;
}

.listings .sc8 {
    margin-bottom: 15px !important;
}

#product-show-hero-section .px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#product-show-hero-section h2 {
    font-size: 16px;
    font-weight: bold;
}

#product-show-hero-section h3 {
    font-size: 12px;
    color: #8c8c8c;
}

#product-show-hero-section span.product-detail-unit {
    font-size: 10px;
    text-transform: uppercase;
}

#product-show-hero-section .in-contract-icon {
    top: 20px;
    left: 220px;
}

#product-show-hero-section .dropdown-menu {
    min-width: auto;
}

h5 {
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.nav-tabs {
    border-top: 1px solid #ddd;
    border-bottom: 0px;
}

.show__nav {
    border-top: unset !important;

}

.show__nav::before {
    /* content: '';
    height: 1px;
    width: 600%;
    position: absolute;
    background-color: #EEE;
    top: 0;
    left: 50%;
    transform: translateX(-50%); */
}

.show__nav::after {
    /* content: '';
    height: 3px;
    width: 600%;
    position: absolute;
    background-color: #d9d9d9;
    bottom: -58px;
    left: 50%;
    transform: translateX(-50%); */
}

.show__nav li a {
    padding: 19px 16px 15px;
    border-left: 1px solid #EEE;
    font-size: 16px;
}

.show__nav li.active a,
.show__nav li.active a:hover {
    box-shadow: 0px -5px 0px #111B3A inset;
    -moz-box-shadow: 0px -5px 0px #111B3A inset;
    -webkit-box-shadow: 0px -5px 0px #111B3A inset;
    border-left: 1px solid #EEE;
    color: #333333;
}


.show__nav li a:hover {
    box-shadow: 0px -5px 0px #111B3A inset;
    -moz-box-shadow: 0px -5px 0px #111B3A inset;
    -webkit-box-shadow: 0px -5px 0px #111B3A inset;
}

.show__actions {
    display: flex;
    justify-content: center;
}

.show__actions .dropdown-menu {
    left: unset;
    right: 0;
}





.show__action.toggle {
    -webkit-border-top-left-radius: 5px !important;
    -webkit-border-bottom-left-radius: 5px !important;
    -moz-border-radius-topleft: 5px !important;
    -moz-border-radius-bottomleft: 5px !important;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

.show__action {
    border-radius: 5px;
    border: 1px #828282 solid;
    padding: 5px 14px;
    font-size: 12px;
    color: #828282;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.show__action:nth-child(1),
.show__action:nth-child(2) {
    min-width: 82px;
}

.show__map {
    height: 425px;
    width: 100%;
}

.show__action icon::before {
    color: #000000;
}

.product-cta-wrap.show__broker-info {
    box-shadow: unset;
    border-radius: 10px;
    border: 5px solid #DFDFDF !important;

}

.show__action.btn-danger-outline {
    color: #c00;
    border: 1px solid #c00;
}

.show__action.btn-success-outline {
    color: #419641;
    border: 1px solid #419641;
}

.btn-danger-outline.show__action icon::before {
    color: #c00;
}

.btn-success-outline.show__action icon::before {
    color: #419641;
}

.show__card {
    background: white;
    padding: 20px 20px;
    border-radius: 10px;
    border: 5px solid #E3E3E3;
    margin-bottom: 20px;
}

.show__card.widget .card {
    box-shadow: unset;
}

.show__card.map {
    padding: 0;
}

.show__card.map .show__headline {
    padding: 10px 20px !important;
    margin: 0 !important;
    border-bottom: 3px solid #E3E3E3;
}


.product-show-content-section {
    background-color: #fff;
    margin: -15px;
}

.show__badges {
    margin-top: 16px;
    margin-bottom: 12px;
    border-bottom: 2px solid #F5F5F5;
    padding-bottom: 14px
}

.show__content .show__headline {
    font-size: 20px;
    color: #7F7F7F;
    line-height: 1.1;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    text-transform: initial;
    color: #AAA;
    letter-spacing: 1px;
    font-weight: 400;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}



.product__detail {
    /* font-size: 18px; */
    font-size: 16px;
    line-height: 1.1;
    color: #4E4E4E;
    letter-spacing: -0.72px;
    font-weight: 400;
}

.product__value {
    font-size: 18px;
    line-height: 1.1;
    color: #4E4E4E;
    letter-spacing: -0.72px;
    font-weight: 700;
    text-align: left;
}

.show__content .dotted-gradient {
    background: unset;
    border-bottom: 2px dotted #CFCFCF;
}

.show__content .dotted-gradient .scpacer:nth-child(1) {
    /* background: unset; */
    /* border-bottom: 2px dotted #CFCFCF; */
}


.show__info {
    display: flex;
    gap: 0;
    /* justify-content: flex-end;
    align-items: center; */
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.show__status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 8px 0;
    width: auto;
    gap: 10px;
    height: 28px;
}


.show__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #CC0000;
    border: 1px solid #CC0000;
}

.show__dot.online {
    background-color: #218944;
    border: 1px solid #218944;
}

.show__current {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    font-family: "Lora", serif;
}

.show__docs {
    border-radius: 5px;
    border: 5px #E3E3E3 solid;
    display: block;
    padding: 20px;
}

.show__copy {
    color: #4E4E4E;
    font-display: 'Roboto', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

.show__date {
    text-transform: uppercase;
    font-style: italic;
    color: #939393;
    font-size: 11px;
}

.btn-success,
.btn-success:hover,
.btn-success:focus {
    background-color: #639C6C;
}

body.product_show .show__badges .label {
    font-size: 16px !important;
}

#product-show-media {
    position: relative;
}


#product-show-media .product-show-media-icons {
    position: absolute;
    left: -9px;
    right: 10px !important;
    z-index: 10;
    bottom: 65px;
    width: 100%;
}

@media only screen and (max-width: 768px) {


    #product-show-media {
        margin-bottom: 60px;
    }

    #product-show-media .product-show-media-icons {
        bottom: -11px !important;
        left: initial !important;

    }

    #show-gallery-btn.mr-0 {
        margin-right: 0 !important;
        right: 25px !important;
    }

    #show-gallery-btn,
    #show-street-view-btn,
    #show-map-btn {
        max-width: unset !important;
        min-width: unset !important;
    }

    #show-gallery-btn {
        margin-right: 0;
        right: 24px;
    }

    #show-map-btn {
        margin-left: 0;
    }

    #show-street-view-btn {
        right: 120px !important;
    }

    .show__info {
        margin-top: 0;
    }

    #product-show-hero-section .show__price,
    .show__price {
        text-align: center;
        margin-bottom: 20px;
    }

    body.product_show .show__content {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .lSSlideWrapper {
        transform: scale(1.1);
    }

    .show__info {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .show__status {
        padding-bottom: 0;
    }


    #product-show-streetview,
    #product-show-map {
        height: 322px !important;
    }


}

@media only screen and (max-width: 390px) {
    #product-show-media .product-show-media-icons {
        right: -5px !important;
    }
}


@media only screen and (max-width: 375px) {
    #product-show-media .product-show-media-icons {
        right: -16px !important;
    }
}


#product-show-gallery {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.lslide {
    margin-right: 0 !important;
}

#product-show-hero-img {
    background-position: 50% 50%;
    background-size: cover;
    height: 522px;
    margin: 0;
    padding: 0;
    width: 100%;
}

#product-show-hero-img.missing-message {
    background-image: url(https://brevitas.s3.amazonaws.com/assets/backgrounds/brevitas-login-01.jpg);
    background-position: 50% 50%;
    background-size: cover;
    border: 1px solid #E2E2E2;
    color: #333;
}

#product-show-streetview,
#product-show-map {
    height: 522px;
    width: 100%;
    position: relative;
    z-index: 5;
}

#show-gallery-btn,
#show-street-view-btn,
#show-map-btn {
    background-color: rgba(255, 255, 255, 0.8) !important;
    border: 2px solid #828282 !important;
    box-shadow: unset !important;
    background-image: unset !important;
    border-radius: 5px;
    cursor: pointer;
    margin: 10px;
    padding: 6px 10px;
    position: absolute !important;
    right: 74px;
    text-align: center;
    display: flex;
    width: auto !important;
    max-width: 150px;
    min-width: 120px;
    gap: 10px;
    height: auto !important;
    align-items: center;
    transition: .2s background ease-in-out;
    justify-content: center;
}

#show-gallery-btn:hover,
#show-street-view-btn:hover,
#show-map-btn:hover {
    background-color: rgba(255, 255, 255, 1) !important;
}

.product-show-media-icons i {
    font-size: 20px;
}

#show-gallery-btn div,
#show-street-view-btn div,
#show-map-btn div {
    background-color: transparent !important;
    bottom: 0px;
    padding: 1px;
    position: initial !important;
    width: auto !important;
}

#show-street-view-btn {
    right: 130px !important;
}

#show-map-btn {
    right: 260px !important;
}



/* #show-gallery-btn {
    right: 148px;
} */

#show-gallery-btn {
    right: 0px !important;
}

#product-show-gallery .light-slider-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 520px;
    min-width: 850px;
}

@media only screen and (max-width: 440px) {
    #product-show-gallery .light-slider-image {
        height: 384px;
        min-width: 384px;
    }
}

@media only screen and (max-width: 330px) {
    #product-show-gallery .light-slider-image {
        height: 290px;
        min-width: 290px;
    }
}

.space-gallery .light-slider-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100px;
}

.product-cta-wrap .form-control {
    border: 3px solid #DFDFDF;
    border-radius: 5px;
}

.product-cta-wrap {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background-color: #fff;
    border-top: 6px solid #536498;
    /* color: #000; */
    color: #6f6f6f !important;
    padding: 16px;
    -moz-transition: top 0.35s cubic-bezier(0.62, 0.28, 0.23, 0.99);
    -webkit-transition: top 0.35s cubic-bezier(0.62, 0.28, 0.23, 0.99);
    -o-transition: top 0.35s cubic-bezier(0.62, 0.28, 0.23, 0.99);
    transition: top 0.35s cubic-bezier(0.62, 0.28, 0.23, 0.99);
}



.product-cta-wrap.product-open {
    border-top: 6px solid #5da55d;
}

.product-cta-wrap.floating {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    z-index: 10;
}

.product-cta-wrap hr {
    margin: 0px;
}

.product-cta-wrap .btn-success-dark,
.product-cta-wrap .btn-success,
.product-cta-wrap .btn-primary {
    color: #fff !important;
}

.product-cta-wrap .product-seller-role {
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
    color: #333;
    font-size: 1.2em;
    padding-bottom: 10px;
    text-align: center;
    width: 100%;
}

.product-cta-wrap .product-seller-role small {
    color: rgba(0, 0, 0, 0.5);
    display: block;
    font-size: 10px;
}

.product-cta-wrap .product-seller-role .product-seller-logo {
    max-height: 50px;
    max-width: 220px;
}

.product-cta-wrap .product-show-logo-wrap {
    background: #fff;
    margin-bottom: -16px;
    margin-left: -16px;
    margin-top: 10px;
    padding: 6px;
    text-align: center;
    width: 300px;
}

.product-cta-wrap .product-show-logo-wrap .product-show-logo {
    max-width: 200px;
    max-height: 50px
}

.product-cta-wrap .carousel-inner,
.product-cta-wrap .carousel-inner .item {
    min-height: 190px;
    height: 190px;
}

.product-cta-wrap .carousel-control.left,
.product-cta-wrap .carousel-control.right {
    background-image: none;
}

.product-cta-wrap .carousel-indicators .active {
    background-color: #C5C5C5;
}

.product-cta-wrap .carousel-indicators {
    bottom: -10px;
}

.product-cta-wrap .carousel-indicators li {
    border: 1px solid #C5C5C5;
}

.product-card {
    margin: 10px 10px 0 0;
}

.lg-outer .lg-thumb-item {
    border-radius: 0px;
    border: 0px;
    opacity: 0.6;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border: 2px solid #fff;
    opacity: 1;
}

.lg-actions .lg-next:before,
.lg-actions .lg-prev:after {
    content: '';
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
    top: 42%;
}

.lg-progress-bar .lg-progress {
    background-color: #354986;
}

li.col-md-6 {
    padding-right: 30px;
    padding-left: 0px;
}

#product-show-gallery .lSGallery {
    display: none !important;
}

#share-product-email-btn {
    background-color: #689C6F;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-color: #689C6F;
}

#share-product-email-field {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top: 3px solid #DFDFDF;
    border-left: 3px solid #DFDFDF;
    border-bottom: 3px solid #DFDFDF;
    border-right: unset;
    padding: 8px 16px;
    min-height: 47px;
}

#share-product-message {
    border-radius: 5px;
    border: 3px solid #DFDFDF;
}

@media print {
    .text-center-print {
        text-align: center !important;
        margin-bottom: 20px;
    }

    .show__card {
        border: unset !important;
    }
}