/** Shopify CDN: Minification failed

Line 17055:2 "transtion" is not a known CSS property
Line 20288:0 Unexpected "}"

**/
/*!
 * OverlayScrollbars
 * https://github.com/KingSora/OverlayScrollbars
 *
 * Version: 1.13.0
 *
 * Copyright KingSora | Rene Haas.
 * https://github.com/KingSora
 *
 * Released under the MIT license.
 * Date: 02.08.2020
 */

/*
OVERLAY SCROLLBARS CORE:
*/

html.os-html,
html.os-html>.os-host {
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    height: 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    margin: 0 !important;
    position: absolute !important;
    /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
}

html.os-html>.os-host>.os-padding {
    position: absolute;
    /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
}

body.os-dragging,
body.os-dragging * {
    cursor: default;
}

.os-host,
.os-host-textarea {
    position: relative;
    overflow: visible !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
}

.os-host-flexbox {
    overflow: hidden !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.os-host-flexbox>.os-size-auto-observer {
    height: inherit !important;
}

.os-host-flexbox>.os-content-glue {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.os-host-flexbox>.os-size-auto-observer,
.os-host-flexbox>.os-content-glue {
    min-height: 0;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

#os-dummy-scrollbar-size {
    position: fixed;
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    visibility: hidden;
    overflow: scroll;
    height: 500px;
    width: 500px;
}

#os-dummy-scrollbar-size>div {
    width: 200%;
    height: 200%;
    margin: 10px 0;
}

/* fix restricted measuring */
#os-dummy-scrollbar-size:before,
#os-dummy-scrollbar-size:after,
.os-content:before,
.os-content:after {
    content: '';
    display: table;
    width: 0.01px;
    height: 0.01px;
    line-height: 0;
    font-size: 0;
    flex-grow: 0;
    flex-shrink: 0;
    visibility: hidden;
}

#os-dummy-scrollbar-size,
.os-viewport {
    -ms-overflow-style: scrollbar !important;
}

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size,
.os-viewport-native-scrollbars-invisible.os-viewport {
    scrollbar-width: none !important;
}

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar-corner,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar-corner {
    display: none !important;
    width: 0px !important;
    height: 0px !important;
    visibility: hidden !important;
    background: transparent !important;
}

.os-content-glue {
    box-sizing: inherit;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}

.os-padding {
    box-sizing: inherit;
    direction: inherit;
    position: absolute;
    overflow: visible;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
}

.os-host-overflow>.os-padding {
    overflow: hidden;
}

.os-viewport {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    outline: none !important;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

.os-content-arrange {
    position: absolute;
    z-index: -1;
    min-height: 1px;
    min-width: 1px;
    pointer-events: none;
}

.os-content {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    height: 100%;
    width: 100%;
    visibility: visible;
}

.os-content>.os-textarea {
    box-sizing: border-box !important;
    direction: inherit !important;
    background: transparent !important;
    outline: 0px none transparent !important;
    overflow: hidden !important;
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    border-radius: 0px !important;
    float: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    border: none !important;
    resize: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    max-width: none !important;
    max-height: none !important;
    box-shadow: none !important;
    -webkit-perspective: none !important;
    perspective: none !important;
    opacity: 1 !important;
    z-index: 1 !important;
    clip: auto !important;
    vertical-align: baseline !important;
    padding: 0px;
}

.os-host-rtl>.os-padding>.os-viewport>.os-content>.os-textarea {
    right: 0 !important;
}

.os-content>.os-textarea-cover {
    z-index: -1;
    pointer-events: none;
}

.os-content>.os-textarea[wrap='off'] {
    white-space: pre !important;
    margin: 0px !important;
}

.os-text-inherit {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-variant: inherit;
    text-transform: inherit;
    text-decoration: inherit;
    text-indent: inherit;
    text-align: inherit;
    text-shadow: inherit;
    text-overflow: inherit;
    letter-spacing: inherit;
    word-spacing: inherit;
    line-height: inherit;
    unicode-bidi: inherit;
    direction: inherit;
    color: inherit;
    cursor: text;
}

.os-resize-observer,
.os-resize-observer-host {
    box-sizing: inherit;
    display: block;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

.os-resize-observer-host {
    padding: inherit;
    border: inherit;
    border-color: transparent;
    border-style: solid;
    box-sizing: border-box;
}

.os-resize-observer-host.observed {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.os-resize-observer-host>.os-resize-observer,
.os-resize-observer-host.observed>.os-resize-observer {
    height: 200%;
    width: 200%;
    padding: inherit;
    border: inherit;
    margin: 0;
    display: block;
    box-sizing: content-box;
}

.os-resize-observer-host.observed>.os-resize-observer,
.os-resize-observer-host.observed>.os-resize-observer:before {
    display: flex;
    position: relative;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    box-sizing: border-box;
}

.os-resize-observer-host.observed>.os-resize-observer:before {
    content: '';
    box-sizing: content-box;
    padding: inherit;
    border: inherit;
    margin: 0;
}

.os-size-auto-observer {
    box-sizing: inherit !important;
    height: 100%;
    width: inherit;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
}

.os-size-auto-observer>.os-resize-observer {
    width: 1000%;
    height: 1000%;
    min-height: 1px;
    min-width: 1px;
}

.os-resize-observer-item {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
    opacity: 0;
    direction: ltr !important;
    -webkit-box-flex: 0 !important;
    -ms-flex: none !important;
    flex: none !important;
}

.os-resize-observer-item-final {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-box-flex: 0 !important;
    -ms-flex: none !important;
    flex: none !important;
}

.os-resize-observer {
    -webkit-animation-duration: 0.001s;
    animation-duration: 0.001s;
    -webkit-animation-name: os-resize-observer-dummy-animation;
    animation-name: os-resize-observer-dummy-animation;
}

object.os-resize-observer {
    box-sizing: border-box !important;
}

@-webkit-keyframes os-resize-observer-dummy-animation {
    from {
        z-index: 0;
    }

    to {
        z-index: -1;
    }
}

@keyframes os-resize-observer-dummy-animation {
    from {
        z-index: 0;
    }

    to {
        z-index: -1;
    }
}

/*
CUSTOM SCROLLBARS AND CORNER CORE:
*/

.os-host-transition>.os-scrollbar,
.os-host-transition>.os-scrollbar-corner {
    -webkit-transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
    transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}

html.os-html>.os-host>.os-scrollbar {
    position: absolute;
    /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
    z-index: 999999;
    /* highest z-index of the page */
}

.os-scrollbar,
.os-scrollbar-corner {
    position: absolute;
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    z-index: 1;
}

.os-scrollbar-corner {
    bottom: 0;
    right: 0;
}

.os-scrollbar {
    pointer-events: none;
}

.os-scrollbar-track {
    pointer-events: auto;
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0 !important;
    border: none !important;
}

.os-scrollbar-handle {
    pointer-events: auto;
    position: absolute;
    width: 50%;
    height: 100%;
    right: -1px;
}

.os-scrollbar-handle-off,
.os-scrollbar-track-off {
    pointer-events: none;
}

.os-scrollbar.os-scrollbar-unusable,
.os-scrollbar.os-scrollbar-unusable * {
    pointer-events: none !important;
}

.os-scrollbar.os-scrollbar-unusable .os-scrollbar-handle {
    opacity: 0 !important;
}

.os-scrollbar-horizontal {
    bottom: 0;
    left: 0;
}

.os-scrollbar-vertical {
    top: 0;
    right: 0;
}

.os-host-rtl>.os-scrollbar-horizontal {
    right: 0;
}

.os-host-rtl>.os-scrollbar-vertical {
    right: auto;
    left: 0;
}

.os-host-rtl>.os-scrollbar-corner {
    right: auto;
    left: 0;
}

.os-scrollbar-auto-hidden,
.os-padding+.os-scrollbar-corner,
.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden>.os-scrollbar-corner,
.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal,
.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-corner,
.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden+.os-scrollbar-vertical+.os-scrollbar-corner,
.os-scrollbar-horizontal+.os-scrollbar-vertical.os-scrollbar-auto-hidden+.os-scrollbar-corner,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden+.os-scrollbar-vertical.os-scrollbar-auto-hidden+.os-scrollbar-corner {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.os-scrollbar-corner-resize-both {
    cursor: nwse-resize;
}

.os-host-rtl>.os-scrollbar-corner-resize-both {
    cursor: nesw-resize;
}

.os-scrollbar-corner-resize-horizontal {
    cursor: ew-resize;
}

.os-scrollbar-corner-resize-vertical {
    cursor: ns-resize;
}

.os-dragging .os-scrollbar-corner.os-scrollbar-corner-resize {
    cursor: default;
}

.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden>.os-scrollbar-vertical {
    top: 0;
    bottom: 0;
}

.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal,
.os-host-rtl.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal {
    right: 0;
    left: 0;
}

.os-scrollbar:hover,
.os-scrollbar-corner.os-scrollbar-corner-resize {
    opacity: 1 !important;
    visibility: visible !important;
}

.os-scrollbar-corner.os-scrollbar-corner-resize {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB3aWR0aD0iMTAiICAgaGVpZ2h0PSIxMCIgICB2ZXJzaW9uPSIxLjEiPiAgPGcgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTEwNDIuMzYyMikiICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojMDAwMDAwO2ZpbGwtb3BhY2l0eTowLjQ5NDExNzY1O2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDcuNDI0MjE4NywxMDQyLjM2MjIgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjYgLTEuMzEwMTU2MiwxLjMxMDIgMCwwLjI5OSAwLjEwNDM0MTksMC41NzEgMC4yNzI5NDkyLDAuNzkxNSAwLjIwOTEwMjQsMC4xNDEzIDAuNDY1NjIwNiwwLjIxODQgMC43MzY5NjI5LDAuMjE4NCAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NiAxLjMxMDE1NjMsLTEuMzEwMiAwLC0wLjI3MTMgLTAuMDc3MDkzLC0wLjUyNzggLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0MSwtMC4xNjg2IC0wLjQ5MjU0NDMsLTAuMjcyOSAtMC43OTE1NTI4LC0wLjI3MjkgeiBtIDAsMy4wODQzIGMgLTAuNzIzNTc5MiwwIC0xLjMxMDE1NjIsMC41ODY2IC0xLjMxMDE1NjIsMS4zMTAyIDAsMC4yOTkgMC4xMDQzNDE5LDAuNTcxIDAuMjcyOTQ5MiwwLjc5MTUgMC4yMDkxMDI0LDAuMTQxMyAwLjQ2NTYyMDYsMC4yMTg0IDAuNzM2OTYyOSwwLjIxODQgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjYgMS4zMTAxNTYzLC0xLjMxMDIgMCwtMC4yNzEzIC0wLjA3NzA5MywtMC41Mjc4IC0wLjIxODM1OTQsLTAuNzM2OSAtMC4yMjA0OTQxLC0wLjE2ODYgLTAuNDkyNTQ0MywtMC4yNzMgLTAuNzkxNTUyOCwtMC4yNzMgeiBtIC0zLjA4NDMyNjEsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NiAtMS4zMTAxNTYzLDEuMzEwMiAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MSAwLjI3Mjk0OTIsMC43OTE1IDAuMjA5MTAyNCwwLjE0MTMgMC40NjU2MjA3LDAuMjE4NCAwLjczNjk2MjksMC4yMTg0IDAuNzIzNTc5MywwIDEuMzEwMTU2MywtMC41ODY2IDEuMzEwMTU2MywtMS4zMTAyIDAsLTAuMjcxMyAtMC4wNzcwOTMsLTAuNTI3OCAtMC4yMTgzNTk0LC0wLjczNjkgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzMgLTAuNzkxNTUyNywtMC4yNzMgeiBtIC0zLjAyOTczNjQsMy4wMjk4IEMgMC41ODY1NzY5MywxMDQ4LjQ3NjMgMCwxMDQ5LjA2MjggMCwxMDQ5Ljc4NjQgYyAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyMiwwLjc5MTYgMC4yMDkxMDIyOSwwLjE0MTIgMC40NjU2MjA2NSwwLjIxODMgMC43MzY5NjI4OCwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHogbSAzLjAyOTczNjQsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NSAtMS4zMTAxNTYzLDEuMzEwMSAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyLDAuNzkxNiAwLjIwOTEwMjQsMC4xNDEyIDAuNDY1NjIwNywwLjIxODMgMC43MzY5NjI5LDAuMjE4MyAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NSAxLjMxMDE1NjMsLTEuMzEwMSAwLC0wLjI3MTQgLTAuMDc3MDkzLC0wLjUyNzkgLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzI5IC0wLjc5MTU1MjcsLTAuMjcyOSB6IG0gMy4wODQzMjYxLDAgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjUgLTEuMzEwMTU2MiwxLjMxMDEgMCwwLjI5OSAwLjEwNDM0MTksMC41NzExIDAuMjcyOTQ5MiwwLjc5MTYgMC4yMDkxMDI0LDAuMTQxMiAwLjQ2NTYyMDYsMC4yMTgzIDAuNzM2OTYyOSwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHoiLz4gIDwvZz4gIDxnICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDguMjE1NzcxNSwwLjI3Mjk0OTIyIGMgMC4xNDEyNjY3LDAuMjA5MTAyMjkgMC4yMTgzNTk0LDAuNDY1NjIwNjUgMC4yMTgzNTk0LDAuNzM2OTYyODggMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDc2IC0wLjIwNTUxNzYsLTAuNzk3Nzk2NTkgLTAuNTE4NjAzNSwtMS4wMzcyMDY5OCB6IG0gMCwzLjA4NDMyNjE4IGMgMC4xNDEyNjY3LDAuMjA5MTAyMyAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MiAtMS4zMTAxNTYzLDEuMzEwMTU2MiAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTkzIDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAtMy4wODQzMjYyLDAgYyAwLjE0MTI2NjcsMC4yMDkxMDIzIDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYyIC0xLjMxMDE1NjMsMS4zMTAxNTYyIC0wLjI3MTM0MjIsMCAtMC41Mjc4NjA1LC0wLjA3NzA5MyAtMC43MzY5NjI5LC0wLjIxODM1OTMgMC4yMzk0MTA0LDAuMzEzMDg1OSAwLjYxMjYzNjMsMC41MTg2MDM1IDEuMDM3MjA3MSwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYyLC0wLjU4NjU3NyAxLjMxMDE1NjIsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NSwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogTSAyLjEwMTcwOSw2LjM4NzAxMTcgYyAwLjE0MTI2NjcsMC4yMDkxMDI0IDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYzIC0xLjMxMDE1NjMsMS4zMTAxNTYzIC0wLjI3MTM0MjIzLDAgLTAuNTI3ODYwNTksLTAuMDc3MDkzIC0wLjczNjk2Mjg4LC0wLjIxODM1OTQgMC4yMzk0MTAzOSwwLjMxMzA4NTkgMC42MTI2MzYyMiwwLjUxODYwMzUgMS4wMzcyMDY5OCwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAzLjAyOTczNjMsMCBjIDAuMTQxMjY2NywwLjIwOTEwMjQgMC4yMTgzNTk0LDAuNDY1NjIwNiAwLjIxODM1OTQsMC43MzY5NjI5IDAsMC43MjM1NzkzIC0wLjU4NjU3NywxLjMxMDE1NjMgLTEuMzEwMTU2MywxLjMxMDE1NjMgLTAuMjcxMzQyMiwwIC0wLjUyNzg2MDUsLTAuMDc3MDkzIC0wLjczNjk2MjksLTAuMjE4MzU5NCAwLjIzOTQxMDQsMC4zMTMwODU5IDAuNjEyNjM2MywwLjUxODYwMzUgMS4wMzcyMDcxLDAuNTE4NjAzNSAwLjcyMzU3OTMsMCAxLjMxMDE1NjIsLTAuNTg2NTc3IDEuMzEwMTU2MiwtMS4zMTAxNTYzIDAsLTAuNDI0NTcwOCAtMC4yMDU1MTc1LC0wLjc5Nzc5NjYgLTAuNTE4NjAzNSwtMS4wMzcyMDcgeiBtIDMuMDg0MzI2MiwwIGMgMC4xNDEyNjY3LDAuMjA5MTAyNCAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHoiIC8+ICA8L2c+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    pointer-events: auto !important;
}

.os-host-rtl>.os-scrollbar-corner.os-scrollbar-corner-resize {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.os-host-overflow {
    overflow: hidden !important;
}

.os-host-overflow-x {}

.os-host-overflow-y {}

/*
THEMES:
*/

/* NONE THEME: */
.os-theme-none>.os-scrollbar-horizontal,
.os-theme-none>.os-scrollbar-vertical,
.os-theme-none>.os-scrollbar-corner {
    display: none !important;
}

.os-theme-none>.os-scrollbar-corner-resize {
    display: block !important;
    min-width: 10px;
    min-height: 10px;
}

/* DARK & LIGHT THEME: */
.os-theme-dark>.os-scrollbar-horizontal,
.os-theme-light>.os-scrollbar-horizontal {
    right: 10px;
    height: 10px;
}

.os-theme-dark>.os-scrollbar-vertical,
.os-theme-light>.os-scrollbar-vertical {
    bottom: 10px;
    width: 10px;
}

.os-theme-dark.os-host-rtl>.os-scrollbar-horizontal,
.os-theme-light.os-host-rtl>.os-scrollbar-horizontal {
    left: 10px;
    right: 0;
}

.os-theme-dark>.os-scrollbar-corner,
.os-theme-light>.os-scrollbar-corner {
    height: 10px;
    width: 10px;
}

.os-theme-dark>.os-scrollbar-corner,
.os-theme-light>.os-scrollbar-corner {
    background-color: transparent;
}

.os-theme-dark>.os-scrollbar,
.os-theme-light>.os-scrollbar {
    padding: 2px;
    box-sizing: border-box;
    background: transparent;
}

.os-theme-dark>.os-scrollbar.os-scrollbar-unusable,
.os-theme-light>.os-scrollbar.os-scrollbar-unusable {
    background: transparent;
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track,
.os-theme-light>.os-scrollbar>.os-scrollbar-track {
    background: transparent;
}

.os-theme-dark>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-light>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle {
    min-width: 30px;
}

.os-theme-dark>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-light>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle {
    min-height: 30px;
}

.os-theme-dark.os-host-transition>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-light.os-host-transition>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-dark>.os-scrollbar>.os-scrollbar-track,
.os-theme-light>.os-scrollbar>.os-scrollbar-track {
    border-radius: 10px;
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
    background: rgba(0, 0, 0, 0.4);
}

.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
    background: rgba(255, 255, 255, 0.4);
}

.os-theme-dark>.os-scrollbar:hover>.os-scrollbar-track>.os-scrollbar-handle {
    background: rgba(0, 0, 0, .55);
}

.os-theme-light>.os-scrollbar:hover>.os-scrollbar-track>.os-scrollbar-handle {
    background: rgba(255, 255, 255, .55);
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle.active {
    background: rgba(0, 0, 0, .7);
}

.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle.active {
    background: rgba(255, 255, 255, .7);
}

.os-theme-dark>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light>.os-scrollbar-vertical .os-scrollbar-handle:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
}

.os-theme-dark.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical .os-scrollbar-handle:before {
    display: none;
}

.os-theme-dark>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light>.os-scrollbar-horizontal .os-scrollbar-handle:before {
    top: -6px;
    bottom: -2px;
}

.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light>.os-scrollbar-vertical .os-scrollbar-handle:before {
    left: -6px;
    right: -2px;
}

.os-host-rtl.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before,
.os-host-rtl.os-theme-light>.os-scrollbar-vertical .os-scrollbar-handle:before {
    right: -6px;
    left: -2px;
}




/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

div,
button {
    outline: none;
}

.contact_pref_message .image_radio_label {
    top: 0;
    position: relative;
}

.form-group {
    margin-bottom: 10px;
    position: relative;
}

.form-group label {
    position: absolute;
    top: 18px;
    font-family: Gilroy;
    color: #646464;
    transition: .5s;
    left: 12px;
    font-weight: 400;
    font-size: 15px;
}

.form-group input:focus,
.form-group input:valid {
    padding-top: 15px !important;
    padding-bottom: 0px !important;
    padding-left: 15px !important;
}

.image_radio {
    display: none;
}

body {
    margin: 0;
    padding-right: 0px !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

mark {
    color: #000;
    background: #ff0
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td,
th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " ("attr(href) ")"
    }

    abbr[title]:after {
        content: " ("attr(title) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important
    }
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
    /* width: 100vw !important; */
    /* overflow-x: hidden; */
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #91c367;
    text-decoration: none
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}

.h1,
h1 {
    font-size: 36px
}

.h2,
h2 {
    font-size: 30px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
    font-size: 14px
}

.h6,
h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }

}

.small,
small {
    font-size: 85%
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #91c367
}

a.text-primary:focus,
a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:focus,
a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus,
a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8ac353
}

a.text-warning:focus,
a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus,
a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #91c367
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd,
dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: ''
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 6px;
    line-height: 1.42857143;
    vertical-align: top;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #dcdcdc;
    font-family: 'Gilroymedium';
    font-weight: normal !important;
    font-size: 19px;
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 2px solid #dcdcdc;
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive>.table {
        margin-bottom: 0
    }

    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

    input[type=date].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control,
    input[type=time].form-control {
        line-height: 34px
    }

    .input-group-sm input[type=date],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    .input-group-sm input[type=time],
    input[type=date].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm,
    input[type=time].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type=date],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    .input-group-lg input[type=time],
    input[type=date].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg,
    input[type=time].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
    cursor: not-allowed
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
    cursor: not-allowed
}

.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm,
textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg,
textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8ac353
}

.has-warning .form-control {
    border-color: #8ac353;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8ac353;
    background-color: #fcf8e3;
    border-color: #8ac353
}

.has-warning .form-control-feedback {
    color: #8ac353
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group>.form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #ffffff;
    text-decoration: none
}

.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.focus,
.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #91c367;
    border-color: #91c367
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #91c367 border-color: #91c367
}

.btn-primary:hover {
    color: #fff;
    background-color: #91c367;
    border-color: #91c367
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #91c367 border-color: #91c367
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #91c367;
    border-color: #91c367;
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #91c367;
    border-color: #91c367
}

.btn-primary .badge {
    color: #91c367;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    font-weight: 400;
    color: #91c367;
    border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    padding: 13px 0;
    white-space: nowrap
}

.dropdown-menu>li:focus,
.dropdown-menu>li:hover {
    color: #000;
    text-decoration: none;
    background-color: #f5f5f5;
    margin-left: 0;
    padding-left: 10px;
    border-top: 1px solid #dcdcdc;
    margin-top: -1px;
    text-decoration: none !important;
    text-transform: none !important
}

.dropdown-menu>li:focus a,
.dropdown-menu>li:hover a {
    text-decoration: none !important;
    text-transform: none !important
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #91c367;
    outline: 0
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #777
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    display: none;
    /* position: fixed; */
    /* top: 0; */
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    float: left
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px
}

select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn,
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn {
    height: auto
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px
}

select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn,
textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {
    height: auto
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
    z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #eee;
    border-color: #91c367
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #91c367
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width: 480px) and (orientation:landscape) {

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {

    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width: 768px) {

    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media (min-width: 768px) {

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1)
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto
    }

    .navbar-form .input-group>.form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0
    }

    .navbar-form .checkbox input[type=checkbox],
    .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #e7e7e7
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #333
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #080808
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"
}

.breadcrumb>.active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #91c367;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}
/* Riaz SHOP-5406---- */
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #000000;
    border: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
/* Riaz SHOP-5406---- */

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:focus,
.pager li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #91c367
}

.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs>.btn .badge,
.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #91c367;
    background-color: #fff
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron .h1,
.jumbotron h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container .jumbotron,
.container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }

    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.thumbnail a>img,
.thumbnail>img {
    margin-right: auto;
    margin-left: auto
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #91c367
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    color: #8ac353;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #91c367;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped,
.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress-bar.active,
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,
.media>.pull-right {
    padding-left: 10px
}

.media-left,
.media>.pull-left {
    padding-right: 10px
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item,
button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #777
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #91c367;
    border-color: #91c367
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #c7ddef
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8ac353;
    background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8ac353
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8ac353;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8ac353;
    border-color: #8ac353
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel>.panel-collapse>.table caption,
.panel>.table caption,
.panel>.table-responsive>.table caption {
    padding-right: 15px;
    padding-left: 15px
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #91c367
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #91c367;
    border-color: #91c367
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #91c367
}

.panel-primary>.panel-heading .badge {
    color: #91c367;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #91c367
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8ac353;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8ac353
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}


@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    opacity: 0;
    line-break: auto
}

.tooltip.in {
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    line-break: auto
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    content: "";
    border-width: 10px
}

.mobile_mode .fr_popover.popover.top>.arrow {
    bottom: -13px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0;
    transform: scale(2) rotate(27deg);
    margin-left: -40px !important;
}

.fr_popover.popover.top>.arrow {
    bottom: -13px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0;
    transform: scale(2) rotate(27deg);
}

.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0
}

.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    opacity: .5
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width: 768px) {

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none !important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md,
    th.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print,
    th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

/*! CSS Used from: https://cdnjs.cloudflare.com/ajax/libs/simplePagination.js/1.4/simplePagination.min.css */
.light-theme {
    display: block;
    overflow: hidden;
    padding: 0 5px 5px 0
}

.light-theme a:hover {
    text-decoration: none;
    background: #fcfcfc
}

.light-theme .current {
     background: #ffffff;
    color: #000;
    border: none;
    cursor: default;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0;
    box-shadow: none;
    text-decoration: underline;
    text-underline-offset: 4px;

}

/*! CSS Used from: https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css */
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

:root .fa-rotate-90 {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-search:before {
    content: "\f002"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-female:before {
    content: "\f182"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

/*! CSS Used from: https://cdn.shopify.com/s/files/1/2977/3794/t/36/assets/selfie-bundle-05132019-min.css?v=10891784475550632576 ; media=all */

body {
    margin: 0
}

header,
main,
nav,
section {
    display: block
}

canvas {
    display: inline-block;
    vertical-align: baseline
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

strong {
    font-weight: 700
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

img {
    border: 0
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

pre {
    overflow: auto
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button] {
    -webkit-appearance: button;
    cursor: pointer
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto
}

@media print {

    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " ("attr(href) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .label {
        border: 1px solid #000
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #91c367;
    text-decoration: none
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

img {
    vertical-align: middle
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

[role=button] {
    cursor: pointer
}

h1,
h2,
h3,
h4 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 18px
}

p {
    margin: 0 0 10px
}

.text-center {
    text-align: center
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul {
    margin-bottom: 0
}

pre {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-lg-12,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-md-12,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-7,
.col-md-8,
.col-sm-12,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-xs-12,
.col-xs-5,
.col-xs-7 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-12,
.col-xs-5,
.col-xs-7 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-5 {
    width: 41.66666667%
}

@media (min-width: 768px) {

    .col-sm-12,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }
}

@media (min-width: 992px) {

    .col-md-12,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-7,
    .col-md-8 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }
}

@media (min-width: 1200px) {

    .col-lg-12,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-family: Gilroymedium;
    font-weight: 400
}

.guest_user_popup_login .dont_have_txt input[type=checkbox] {
    display: inline-table
}

input[type=checkbox],
input[type=radio] {
    margin: 0 0 0
}

input[type=checkbox]:focus,
input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dcdcdc;
    border-radius: 0
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-group {
    margin-bottom: 15px
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
}

.btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group .dropdown-toggle:active {
    outline: 0
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

@media (min-width: 768px) {
    .navbar-right {
        float: right !important;
        margin-right: -15px
    }
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #91c367;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li:first-child>a {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.label:empty {
    display: none
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.modal-open {
    overflow: hidden
}

.mobile_mode .modal {
    top: 90px;
    overflow-y: auto;
}
.mobile_mode #terms_condition_modal {
    top: 0 !important;
    padding-left: 0 !important;
}

.mobile_mode #terms_condition_modal .modal-dialog.modal-lg {
    padding-left: 0;
}

.mobile_mode #terms_condition_modal .modal-body {
    padding-left: 5px !important;
  padding-bottom: 200px;
}

.mobile_mode #su_privacy_policy_modal {
    top: 0 !important;
    padding-left: 0 !important;
}

.mobile_mode #su_privacy_policy_modal .modal-dialog.modal-lg {
    padding-left: 0;
}

.mobile_mode #su_privacy_policy_modal .modal-body {
    padding-left: 5px !important;
  padding-bottom: 200px;
}


.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}



.modal-dialog {
    position: absolute;
    width: auto;
    margin: 0;
    right: 23px;
    max-width: 521px;
    top: 59px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding-bottom: 50px;
}

.modal-backdrop {
    position: fixed;
    top: 60px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #fff
}

.modal-backdrop.in {
    opacity: .85
}

.modal-header {
    padding: 0;
    border-bottom: 1px solid #e5e5e5;
    margin-left: 15px !important;
}

.modal-header .close {
    /* margin-top: -2px; */
    /* padding: 0 0!important; */
    /* font-size: 20px; */
    border-radius: 50px;
    opacity: 1;
    margin-right: 0;
    background: #fff;
    /* height: 21px; */
    /* width: 21px; */
    text-align: center;
    /* margin-top: 0!important; */
    position: absolute;
    right: 12px;
    color: #dcdcdc;
    top: 8px;
    font-family: gilroy !important;
}

.modal-title {
    margin: 0;
}

.modal-body {
    position: relative;
    /* height: auto; */
    /* padding-bottom: 100px; */
    /* overflow-y: auto; */
    /* overflow-x: hidden; */
    /* padding: 0; */
    /* min-height: 450px; */
    width: 100%
}

.modal-footer {
    padding: 0;
    /* text-align: right; */
    /* border-top: 1px solid #e5e5e5; */
    /* position: absolute; */
    /* bottom: 0; */
    /* left: 0; */
    /* width: 100%; */
    /* background: #fff; */
    /* z-index: 200; */
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px
    }

    #demo_model_select_modal .modal-dialog {
        width: 100%
    }
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    line-break: auto
}

.popover.right {
    margin-left: 10px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px;
}

.popover>.arrow:after {
    content: "";
    border-width: 10px
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0
}

.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.clearfix:after,
.container-fluid:after,
.container:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.row:after {
    clear: both
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.hidden {
    display: none !important
}

@media (min-width: 768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.favorite_look .btn-fav,
.favorite_look .btn-fav[data-fav=add] {
    display: block;
    background-image: url('fav-icon-empty.svg');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 22px;
    width: 22px;
    height: 23px;
    text-indent: 50px;
    overflow: hidden;
    /* Shop-5361 Danish Start */
}

.favorite_look span {
    font-size: 12px;
    font-family: Gilroymedium;
    letter-spacing: 0;
    color: #000;
/* Shop-5361 Danish Start */
    width: 15px;
    position: absolute;
    right: -20px;
    height: 15px;
    top: 2px;
}

.ajax-error-modal {
    bottom: auto;
    left: 0;
    overflow: hidden;
    padding: 10px 20px;
    position: fixed;
    right: auto;
    top: 50%;
    width: 100%;
    text-align: center
}

.ajax-error-modal .modal-inner {
    color: #fff;
    background: #e95144;
    display: inline-block;
    padding: 10px 20px
}
/* Riaz SHOP-5406---
.actions button {
    background-color: #000 !important;
    color: #fff !important
}

.actions button:hover {
    background-color: #fff !important
} Riaz SHOP-5406--- */

#edit_look_error_popup {
    color: #000;
    font-size: .9em;
    background: #f2f2f2;
    border: 1px solid #979797;
    padding: 5px;
    position: absolute;
    top: 218px;
    z-index: 7000;
    left: -70px
}

.ajax-error-modal .modal-inner {
    color: #333 !important;
    background: #f2f2f2 !important;
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #8f8f8f
}

#dropdown-cart .summary .label,
#dropdown-cart .text-cart a,
.btn,
.btn-secondary,
.nav-tabs,
.page-header h2,
.text-continue a {
    font-family: GilroyMedium !important
}

body {
    font-family: Gilroy !important
}

ol {
    padding-left: 0
}

.no-items p {
    font-size: 14px;
    font-family: Gilroy;
    letter-spacing: 0;
    text-transform: none;
    padding: 10px;
    margin-top: 50px
}



.product-photo-container #product-featured-image {
    width: 100% !important
}

@media (max-width: 800px) {
    .fr_search_box {
        width: 307px !important
    }

    .fr_search_box form {
        width: auto !important
    }
}

@media (max-width: 735px) {
    .fr_search_box {
        width: auto !important;
        margin-left: 40px
    }
}

@media (max-width: 690px) {
    .fr_search_box {
        width: auto !important;
        margin-left: 20px
    }
}

@media (max-width: 650px) {
    .fr_search_box {
        width: auto !important;
        margin-left: 10px
    }
}

@media (max-width: 640px) {
    .fr_search_box {
        width: auto !important;
        margin-left: 0
    }
}

@media (max-width: 615px) {
    .fr_search_box {
        width: 40% !important
    }
}

@media (max-width: 355px) {
    .nav-tabs>li>a {
        font-size: 11px !important
    }
}

#cartCount,
#fr_count,
#filter_count {
    display: block;
    position: absolute;
    top: -5px;
    right: -8px;
    background-color: #8ac353;
    color: #fff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 17px;
    font-weight: 800;
    font-size: 9px;
    z-index: 100;
}
#filter_count {
    top: -3px;
    right: 6px;
    margin: auto;
}
.brands-list-title {
    padding-top: 30px
}

.template-collection .page-header h2 {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 24px;
    margin-top: 24px;
    font-family: Gilroy
}

.nav-tabs {
    border-bottom: 1px solid #000
}

.nav-tabs>li {
    background-color: unset;
    margin-right: 20px
}

.nav-tabs>li>a {
    border: 0;
    font-family: GilroyMedium;
    font-size: 12px;
    letter-spacing: 0
}

.nav-tabs>li.active,
.nav-tabs>li:hover {
    border-bottom: 5px solid #000;
    border-top: 0
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.nav-tabs>li:hover>a,
.nav-tabs>li:hover>a:hover,
.nav-tabs>li>a:hover {
    border: 0;
    font-family: GilroyMedium
}

.product-img-box .product-photo-container {
    border: 1px solid #dcdcdc
}

.hanger.activeproduct {
    background-color: #000
}

.look_list {
    padding: 12px 8px;
    border-bottom: 1px solid #ccc;
    display: block;
    float: left;
    width: 100%
}

.product_img img {
    width: 64px
}

.look_list .size {
    background-image: url('down_select_arrow.png');
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 95%;
    border: 1px solid #8f8f8f;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px
}

.look_list select {
    border: 0 solid #8f8f8f;
    color: #333;
    font-size: 13px;
    font-family: GilroyMedium;
    font-weight: 800;
    padding: 12px;
    height: auto;
    width: 100%;
    background: 0 0
}

.favorite_look .btn-fav {
    margin: 0;
    padding: 0;
    color: #000;
    background-color: inherit;
    font-size: 12px;
    font-family: GilroyMedium;
    letter-spacing: 0;
    font-weight: 500;
    /* float: left; */
    display: block !important;
}

.errorcls {
    background: red;
    padding: 5px;
    font-size: .85em;
    color: #fff;
    font-weight: 700
}

@media (max-width: 798px) {
    body {
        height: 100%
    }
}

.fav-icon-st {
    position: absolute;
    top: 9px;
    z-index: 10;
    width: auto;
    left: 10px
}

.fav-icon-st a {
    display: block;
    background-image: url('fav-icon-empty.svg');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 23px;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 2px;
    margin-right: -17px
}

.btn-fav.btn-fav-remove {
    background-image: url('fav-icon-filled.svg') !important;
}

.brands-list .row div {
    border: none;
    font-family: Gilroy;
    font-size: 14px;
    line-height: 24px;
    color: #646464
}

.brands-list-title h1 {
    color: #000;
    font-family: GilroyMedium;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    margin-top: 30px
}

.pagination-custom hr {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    margin-bottom: 10px
}

.pagination {
    margin: 0
}

.pagination>li>a {
    border: none;
    color: #646464;
    font-family: Gilroy;
    line-height: 17px;
    font-size: 14px;
    padding: 6px 11px
}

.pagination>li>a:focus,
.pagination>li>a:hover {
    color: #8ac353;
    background-color: #fff;
    border-color: #fff;
    font-family: Gilroy
}

@media (max-width: 991px) {
    .nav-tabs>li {
        height: 43px;
        border-bottom: 1px solid #000;
        background-color: none !important;
        width: auto !important;
        margin-right: 0 !important
    }

    .nav-tabs>li.active>a,
    .nav-tabs>li.active>a:focus,
    .nav-tabs>li.active>a:hover,
    .nav-tabs>li:hover>a,
    .nav-tabs>li:hover>a:hover,
    .nav-tabs>li>a:hover {
        color: #000 !important;
        background: 0 0 !important
    }

    .nav-tabs {
        border-bottom: none
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

.brands_list_wrapper {
    margin-top: 40px
}

.prev {
    color: #999;
    font-size: 1.5em
}

.next {
    color: #999;
    font-size: 1.5em
}

h1,
h2,
h3 {
    font-family: Gilroy
}

.fit_feedback_modal .modal-dialog {
    width: 1040px
}

.fit_feedback_modal .modal-content {
    border-radius: unset
}

.fit_feedback_modal .modal-header {
    background-color: #fff;
    padding: 5px 5px;
    border: none;
    min-height: 40px
}

.fit_feedback_modal .modal-header button {
    opacity: 1;
    margin-top: 10px;
    margin-right: 10px
}

.fit_feedback_modal .modal-header button span {
    background: url('cross_icon_modal.png') no-repeat;
    background-position: 0 0;
    background-size: contain;
    width: 32px;
    height: 32px;
    display: block
}

.fit_feedback_modal .modal-body {
    padding: 0 40px 40px 40px
}

.fit_feedback_modal .modal-title {
    color: #000;
    font-family: GilroyMedium;
    font-size: 24px;
    font-weight: 800;
    line-height: 24px;
    padding: 5px 0 18px 0;
    border-bottom: 2px solid #c9c9c9
}

.clearfix {
    clear: both
}

.success_banner_status_mini {
    min-height: 40px;
    border-radius: 0;
    border-top: 0 solid #50b83c;
    padding-left: 60px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: url('Success_2x.png') no-repeat rgba(80, 184, 60, .1);
    background-position-x: 0;
    background-position-y: 0;
    background-size: auto auto;
    background-position: 16px 4px;
    background-size: 30px 30px
}

.myaccount_icon_wrapper {
    margin-left: 20px
}

.myaccount_wrapper_icon {
    width: 25px;
    height: 25px;
    float: right;
    margin-top: -1px;
    border-radius: 50%;
    backface-visibility: hidden;
}

.myaccount_icon_wrapper {
    margin-left: 0;
    margin-top: -13px
}

.myaccount_icon_wrapper .dropdown a {
    padding: 0 0 0 17px;
    color: #000;
    font-family: Gilroy;
    font-size: 16px;
    line-height: 32px;
    font-weight: 600;
    text-transform: inherit;
    height: 40px;
    z-index: 1001
}

.myaccount_wrapper {
    background-color: #fff
}

.logout {
    border-bottom: none !important
}

.list_myaccount li,
.tec_menu_box li {
    text-align: justify;
    font-size: 16px;
    text-align: left;
    border-bottom: 1px solid #dcdcdc;
    line-height: 1;
    margin-left: 10px
}

.list_myaccount li a,
.tech_menu_box li a {
    padding: 13px 0
}

.myaccount_wrapper,
.tec_dd_header {
    background-color: #fff;
    border-bottom: 1px #e6e6e6 solid;
    margin-bottom: 0;
    padding: 0 !important;
    margin-left: 0 !important;
    padding-top: 7px !important
}

.heading_myaccount h2,
.tec_dd_header h2 {
    font-size: 19px !important;
    font-family: Gilroymedium;
    margin: 0;
    padding: 5px 0;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 5px !important;
    margin-left: 0 !important;
    padding-left: 10px !important
}

.heading_myaccount h2 strong {
    font-family: GilroyMedium
}

.thumb_listing {
    max-height: 415px;
    min-height: 90px;
    width: 100%;
    height: 288px
}

.heading_cart {
    padding-left: 10px
}

.heading_cart h2 {
    font-size: 20px;
    font-family: Gilroy;
    margin: 0;
    text-transform: uppercase;
    border-bottom: 1px solid #dcdcdc;
    padding-top: 10px;
    padding-bottom: 3px;
}

.heading_cart h2 strong {
    font-family: GilroyMedium
}

.list_group {
    border-bottom: 1px #d8d8d8 solid;
    color: #000;
    font-family: GilroyMedium;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    padding: 9px 10px 9px 18px !important;
    width: 96%
}

.notification_wrapper_spacing {
    margin-bottom: 0
}

.triangle_arrow {
    width: 32px;
    height: 18px;
    border-bottom: solid 16px #ccc;
    border-left: solid 20px transparent;
    border-right: solid 20px transparent;
    position: absolute;
    right: 7px;
    top: -15px;
    z-index: -1
}

.notifi_sm_cross_icon {
    position: absolute;
    display: block;
    top: 23px;
    right: 13px;
    color: #dcdcdc;
    padding: 2px;
    border-radius: 50px;
    height: 25px;
    width: 25px;
    text-align: center;
}

.list_scroll {
    min-width: 310px;
    height: auto;
    overflow-y: auto;
    max-height: 322px !important;
    min-height: 70px
}

.notification_wrapper {
    padding-left: 16px !important;
    border-bottom: 1px solid #dcdcdc
}

.heading_notification h2 {
    font-size: 20px;
    font-family: GilroyMedium;
    margin: 0;
    text-transform: uppercase
}

.list-notification {
    top: 34px;
    left: -350px;
    box-shadow: inherit;
    min-width: 400px;
    background: #fff;
    padding: 0;
    min-height: 70px;
    height: auto;
    max-height: 390px
}

.list-notification li {
    text-align: justify;
    padding: 5px 10px 5px 24px;
    font-size: 12px
}

.list-notification li.no_notification {
    padding: 5px 10px 5px 16px
}

.pop1_wrap h2 {
    font-size: 25px;
    margin-bottom: 9px
}

.pop1 #message_popup2 {
    width: 700px;
    padding-left: 57px;
    padding-right: 43px;
    height: 260px
}

.pop1 .popup_side_border {
    height: 291px !important;
    background-size: 346px
}

.pop1_wrap .btn_perfect {
    clear: both;
    display: block;
    float: right;
    width: 285px;
    font-size: 17px;
    line-height: 30px
}

.form-group label {
    position: absolute;
    top: 18px;
    font-family: Gilroy;
    color: #646464;
    transition: .5s;
    left: 12px;
    font-weight: 400;
    font-size: 15px
}

.form-group textarea:focus,
.form-group textarea:valid {
    padding-top: 24px !important;
    padding-bottom: 12px !important;
    padding-left: 12px !important
}

.form_wrapper {
    margin-top: 22px;
    float: left;
    display: block;
    width: 100%
}

.error {
    font-size: 13px
}

#share_look .modal-footer {
    position: absolute;
    right: 0;
    bottom: 26px;
    width: 75px;
    background: none;
    left: unset;
    border-top: none;
}

.social_media_share_buttons {
    display: block;
    margin-bottom: 5px;
    height: 54px;
    width: 49px;
}

.social_media_share_buttons a {
    color: #fff;
    display: block;
    font-family: GilroyMedium;
}

.social_media_share_buttons a:hover {
    text-decoration: none
}

.popup_overlay {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .45);
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    z-index: 1060;
    transition: .3s all
}

.popup_side_border {
    background-image: url('pattern-bottom-left-3.png');
    background-size: 316px;
    background-repeat: no-repeat;
    height: 240px !important;
    top: 139px;
    left: 503px;
    width: 500px;
    display: none
}

.pop1 {
    margin-right: 0;
    margin-left: -15px !important
}

.btn_perfect {
    min-width: 169px;
    background-color: #8ac353;
    padding: 12px;
    color: #fff;
    float: right;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    font-family: Gilroymedium;
    font-size: .75em;
    margin-top: 10px
}

.selfie_ready_modal #message_popup2 {
    width: 600px
}

#message_popup2 {
    font-family: Gilroybold;
    z-index: 100;
    text-align: left;
    display: block;
    background: #fff;
    padding: 60px 38px 38px 38px;
    top: -24px;
    position: absolute;
    left: 21px;
    height: 240px;
    width: 656px;
    font-size: 1.3em
}

.cross {
    cursor: pointer;
    color: #fff;
    font-size: 27px;
    line-height: 3px;
    display: block;
    font-weight: 800;
    text-align: center;
    position: absolute;
    right: -9px;
    top: -10px
}

.btn_perfect {
    min-width: 169px;
    background-color: #8ac353;
    padding: 12px;
    color: #fff;
    float: right;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    font-family: Gilroymedium;
    font-size: .75em;
    margin-top: 10px
}

.pop1_wrap {
    position: fixed;
    top: 40%;
    width: 656px;
    display: none;
    z-index: 5001;
    left: -30px;
    right: 0;
    bottom: 0;
    margin: 0 auto
}

input {
    display: block
}

.nopadding_left_right {
    padding-left: 0;
    padding-right: 0
}

@media (max-width: 900px) {
    .pop1_wrap {
        position: fixed;
        top: 20%;
        width: 100%;
        left: inherit;
        right: inherit;
        margin: auto
    }

    .pop1 .popup_side_border {
        height: 291px !important;
        background-size: 346px;
        width: 100%;
        display: none !important;
        left: inherit;
        top: inherit
    }

    .fit_feedback_modal .modal-dialog {
        width: auto
    }

    .pop1 #message_popup2 {
        width: 700px;
        padding-left: 57px;
        padding-right: 43px;
        height: 260px;
        margin-left: auto;
        margin-right: auto;
        left: inherit;
        position: relative
    }
}

@media (max-width: 768px) {
    .fitting_room_cl_image_box {
        display: block !important;
        width: auto !important;
        margin-bottom: 15px
    }

    .fitting_room_cl_price_box {
        width: auto !important;
        display: block !important
    }

    .tec_account_h1 {
        font-size: 20px
    }

}

@media (max-width: 736px) {
    .pop1 #message_popup2 {
        width: 600px
    }
}

@media (max-width: 680px) {
    .pop1 #message_popup2 {
        width: 90%;
        height: 300px
    }

    .pop1 #message_popup2 {
        height: 280px
    }

    .selfie_ready_modal #message_popup2 {
        width: 93%;
        left: 3% !important;
        margin-right: 5% !important;
        right: 0 !important;
        padding-left: 15px !important;
        padding-right: 15px !important
    }
}

@media (max-width: 622px) {
    .pop1_wrap {
        top: 20% !important;
        width: 100% !important;
        left: inherit !important;
        right: inherit !important
    }
}

@media (max-width: 600px) {
    .share_look_modal .modal-dialog {
        width: 100% !important
    }
}

@media (max-width: 580px) {
    .pop1_wrap {
        top: 20% !important;
        width: 100% !important;
        left: inherit !important;
        right: inherit !important
    }
}

@media (max-width: 512px) {
    .social_media_share_buttons {
        float: none;
        text-align: left;
        margin-bottom: 3px
    }

    .social_media_share_buttons a {
        font-size: 18px;
        margin-right: 0
    }

    .copylink_buttons {
        float: none;
        text-align: left;
        margin-top: 15px
    }

    .copylink_buttons a {
        font-size: 17px
    }

    .share_look_modal .col-xs-5 {
        width: 100%
    }

    .share_look_modal .col-xs-7 {
        width: 100%;
        padding: 0;
        margin-top: 10px
    }

    #share_look_model_image {
        background-size: cover
    }

    .share_look_modal .thumb_listing {
        height: 100%;
        max-height: 100%
    }
}

@media (max-width: 420px) {
    .pop1 #message_popup2 {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (max-width: 380px) {
    .pop1 #message_popup2 {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width: 365px) {
    .pop1 #message_popup2 {
        height: 300px
    }
}

@media (max-width: 352px) {
    .pop1 #message_popup2 {
        height: 330px
    }
}

@media (max-width: 350px) {
    .pop1_wrap .btn_perfect {
        float: none;
        width: 100%
    }
}




/*! CSS Used from: https://cdn.shopify.com/s/files/1/2977/3794/t/36/assets/eve-styles.css?v=2534029890551055172 ; media=all */
@media all {

    a,
    button,
    div {
        outline: 0
    }

    input.yotpo-default-button.primary-color-btn.yotpo-submit {
        background: #000 !important;
        color: #fff
    }

    .yotpo a.social-link:hover {
        color: #8ac353 !important;
        text-decoration: none !important
    }

    .yotpo .yotpo-default-button.yotpo-submit:hover,
    .yotpo input[type=button].yotpo-default-button.yotpo-submit:hover {
        background: #333 !important
    }

    span.yotpo-icon-profile.yotpo-header-element.pull-left {
        display: none !important
    }

    .yotpo .yotpo-review .yotpo-footer .yotpo-action:hover {
        color: #8ac353 !important;
        cursor: pointer
    }

    .yotpo .yotpo-review .yotpo-footer .yotpo-action:hover .y-label {
        cursor: pointer;
        color: #8ac353 !important
    }

    .yotpo .yotpo-review .yotpo-header .yotpo-header-element .y-label.yotpo-user-name {
        color: #000 !important
    }

    .fitting_room_product_box button.hanger {
        border: none !important;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 12px
    }

    #fr_main_product_grid .fitting_room_cl_prod_link:hover {
        color: #fff !important
    }

    #fr_main_product_grid .fitting_room_cl_prod_link {
        color: #fff
    }

    section.video_hero_container {
        background: #fff
    }

    .fr_tutorial_modal .video_hero_overlay_heading {
        font-size: 50px;
        font-family: gilroybold;
        text-transform: uppercase;
        background: #8ac353;
        margin-top: 0;
        padding: 15px;
        text-shadow: none !important;
        color: #fff;
        padding-top: 5px
    }

    .fr_gender_select_container {
        color: #333;
        margin: 0 auto;
        text-align: center
    }

    .fr_demo_disclaimer {
        color: #fff;
        margin-top: -32px
    }

    .fr_demo_select_box {
        width: 32%;
        display: inline-block;
        cursor: pointer;
        margin-top: -65px;
        position: relative
    }

    .fr_demo_select_box img {
        transform: scale3d(1.2, 1.2, 1.2);
        backface-visibility: visible
    }

    .fr_demo_select_box:hover img {
        transform: scale3d(1.4, 1.4, 1.4);
        backface-visibility: visible
    }

    .fr_demo_select_container {
        height: auto;
        padding-bottom: 100px;
        padding-top: 100px;
        overflow: hidden
    }

    .fr_demo_label {
        background: rgba(0, 0, 0, .75);
        position: absolute;
        width: 200px;
        left: 50%;
        margin-left: -100px;
        padding: 5px;
        font-size: 21px;
        font-family: gilroybold;
        bottom: 41%;
        color: #fff
    }

    .fr_demo_select_box:hover .fr_demo_label {
        background: rgba(160, 144, 113, .75);
        transition: .3s background
    }

    .fr_tutorial_initiate_box button {
        margin-right: 15px
    }

    .fr_tutorial_modal .close {
        display: none
    }

    .btn_primary.fr_demo_select_more_btn {
        z-index: 1050;
        font-size: 14px;
        background: #333;
        font-family: gilroy;
        padding: 8px;
        margin-bottom: 4px;
        transition: .3s background;
        position: absolute;
        bottom: 41%;
        margin-bottom: -29px;
        opacity: .9;
        left: 50%;
        width: 150px;
        margin-left: -75px
    }

    .fr_demo_select_more_btn:hover {
        background: #8ac353;
        transition: .3s background
    }

    .fr_demo_select_container {
        height: auto;
        padding-bottom: 100px;
        padding-top: 100px;
        overflow: hidden;
        position: relative;
        min-height: 550px
    }

    #fr_demo_select_box_one {
        left: 0
    }

    .fr_demo_select_boxes {
        position: absolute;
        width: 100%;
        left: 102%;
        top: 100px
    }

    .fr_demo_hit_box {
        width: 100%;
        height: 100%;
        min-height: 600px;
        position: absolute;
        top: -100px;
        left: 0;
        z-index: 5
    }

    .fr_demo_select_box_two .fr_demo_select_box {
        width: 24%;
        margin-top: 0
    }

    .fr_demo_select_box_two img {
        transform: scale(1.8);
        backface-visibility: visible;
        z-index: 0
    }

    .fr_demo_select_box_two .fr_demo_select_box:hover img {
        transform: scale3d(1.9, 1.9, 1.9);
        backface-visibility: visible
    }

    .btn_primary.fr_demo_select_back_btn {
        padding: 6px 20px;
        z-index: 1053;
        position: absolute;
        left: 4px;
        top: 78px
    }

    .fr_search_input {
        width: 100%;
        height: 50px !important;
        min-width: 280px
    }

    #fr_search_results_main {
        width: calc(100% + 50px);
        background: #fff;
        height: auto;
        overflow: hidden;
        left: 0;
        margin-left: 0;
        border: 1px solid #dcdcdc;
        z-index: 1001 !important; 
    }

    .fr_search_box #fr_search_results_main {
        margin-left: -31vw
    }

    .fr_qs_input_btn {
        position: absolute;
        border: none;
        top: 0;
        right: 2px;
        height: 50px;
        width: 50px;
        padding: 5px;
        background: #f3f3f3;
        color: #fff;
        font-size: 24px
    }



    #search_modal .modal-dialog {
        width: 100%;
        margin: 0 auto
    }

    #fitting_canv {
        margin-top: -10.9375%;
        width: 100%
    }

    .fa-stack-2x {
        font-size: 2em;
        color: #ffc857 !important
    }

    .swell_point_box {
        float: right;
        line-height: 1;
        border-left: 1px solid #afafaf;
        padding-left: 10px;
        background: #000;
        margin-top: -10px;
        margin-right: 0;
        padding-bottom: 5px;
        border-radius: 0 0 7px 0;
        color: #fff;
        padding-top: 5px;
        padding-right: 8px
    }


    .mini-products-list {
        display: block;
        clear: both;
        margin-bottom: 0;
        padding: 0;
        max-height: 387px;
        overflow-y: auto
    }

    #dropdown-cart .summary {
        display: block;
        clear: both;
        padding-top: 16px;
        padding-bottom: 18px;
        overflow: hidden;
        text-transform: uppercase
    }

    #dropdown-cart .summary .label {
        /* display: block; */
        /* float: left; */
        font-size: 19px;
        font-weight: 700;
        color: #797979;
        margin-right: 10px;
        padding: 0;
        display: inline-block;
        margin-top: 3px;
    }

    #dropdown-cart .summary .price {
        display: block;
        float: right;
        font-size: 16px;
        font-weight: 700;
        color: #000
    }

    #dropdown-cart .actions .btn {
        width: 100%;
        height: 46px;
        background: #000;
        color: #fff;
        border-color: #000
    }

    #dropdown-cart .text-cart {
        text-align: center
    }

    #dropdown-cart .text-cart a:hover {
        border-bottom: 0;
        text-decoration: none
    }

    .zoomContainer {
        z-index: 98 !important
    }

    .zoomWindowContainer .zoomWindow {
        border: 5px solid #fff !important
    }

    .zoomContainer {
        z-index: 99;
    }

    .product-img-box {
        position: relative
    }

    .product-img-box .product-photo-container {
        position: relative;
        overflow: hidden;
        text-align: center
    }


    .more-view-wrapper ul {
        padding: 0;
        list-style: none
    }

    #more-view-carousel {
        padding: 0;
        margin: 0;
        padding-right: 5px;
    }

    .pm_surefit_results_box {
        display: none
    }

    .pm_surefit_img {
        margin-left: 0 !important
    }

    .nav>li>a:focus,
    .nav>li>a:hover {
        text-decoration: none;
        background-color: transparent
    }

    a {
        color: #000;
        text-decoration: none;
        cursor: pointer
    }

    h1,
    h2,
    h3 {
        font-family: gilroybold
    }

    #fr_qs_search_box_main {
        position: relative
    }

    img {
        max-width: 100%;
        height: auto;
        border: 0;
        -ms-interpolation-mode: bicubic;
        -webkit-transition: all 250ms ease-in-out 0s;
        -moz-transition: all 250ms ease-in-out 0s;
        -ms-transition: all 250ms ease-in-out 0s;
        -o-transition: all 250ms ease-in-out 0s;
        transition: all 250ms ease-in-out 0s;
        backface-visibility: hidden;
    }

    .triangle_arrow {
        width: 20px;
        height: 29px;
        border-bottom: solid 10px #dcdcdc;
        border-left: solid 10px transparent;
        border-right: solid 10px transparent;
        position: absolute;
        right: 234px;
        top: -30px
    }

    .list-notification {
        top: 55px;
        box-shadow: inherit;
        min-width: 400px;
        background: #fff;
        padding: 0;
        min-height: 70px;
        height: auto;
        max-height: 390px
    }

    .dropdown-menu {
        position: absolute;
        top: 49px;
        left: 0;
        z-index: 1000;
        display: none;
        width: 300px;
        font-size: 16px;
        text-align: left;
        list-style: none;
        background-color: #fff;
        border-radius: 2px;
        box-shadow: none !important;
        border: 1px solid #dcdcdc
    }

    .list-notification li {
        text-align: justify;
        padding: 5px 10px 5px 24px;
        font-size: 12px
    }

    #cartToggle {
        height: 35px;
        width: 100%;
        display: block;
        position: relative
    }

    #contact_p_success {
        width: 100%;
        margin: 0;
        max-width: unset;
        background-color: white;
        margin-top: 9px;
    }

    #contact_p_success p {
        font-size: 15px;
        font-family: 'Gilroymedium';
        margin-top: -2px;
        margin-left: -8px;
        color: #92c368;
    }

    #current_look_modal .modal-header {
        margin-bottom: 20px
    }

    #demo_model_select_modal .modal-dialog {
        max-width: 900px; 
    }

    #demo_model_select_modal .modal-footer {
        border-top: none;
        /* clear: both; */
        float: left;
        width: 100%;
        padding: 15px;
    }

    #dm_selection_main_cta .su_upload_selfie_heading {
        margin-top: -1px
    }

    #dm_selection_main_container {
        width: 100%;
        display: block;
        float: left;
        margin-bottom: 20px;
    }

    #dropdown-cart {
        width: 500px;
        border: 1px solid #dcdcdc;
        position: absolute;
        top: 44px;
        right: -188px;
        background: #fff;
        z-index: 1111;
        text-align: left;
        padding: 0;
    }

    /* Riaz SHOP-5406 #dropdown-cart .actions {
        width: 50%
    } */

    /* Riaz SHOP-5406---#dropdown-cart .actions .btn {
        width: 100%;
        height: 35px;
        background: #000;
        color: #fff;
        border-color: #000;
        width: 100%;
        float: right;
        background-color: grey !important;
        border: 1px solid #dcdcdc;
        border-radius: 0;
        text-align: left;
        padding-left: 5px;
        font-family: gilroy !important;
        text-transform: uppercase
    } */

    #dropdown-cart .summary {
        clear: unset;
        padding-top: unset;
        padding-bottom: unset;
        overflow: hidden;
        text-transform: uppercase;
        background: #fff;
        width: 100%;
        padding: 10px
    }

    #dropdown-cart .text-cart {
        text-align: center
    }

    #dropdown-cart .text-cart a {
        height: 35px;
        width: 100%;
        border: 1px solid #dcdcdc !important;
        letter-spacing: unset !important;
        font-size: 14px;
        background: #fff !important;
        background-color: grey !important;
        color: #fff;
        display: block;
        padding-top: 6px;
        text-align: left;
        padding-left: 5px;
        text-transform: uppercase;
        font-family: gilroy !important
    }

    #edit_look_container {
        list-style-type: none;
        padding-left: 0 !important;
        margin-bottom: 0
    }

    #favCount {
        display: block;
        position: absolute;
        top: -5px;
        background-color: #92c368;
        color: #fff;
        border-radius: 50%;
        width: 16px;
        height: 16px;
        text-align: center;
        line-height: 16px;
        font-weight: 800;
        font-size: 9px;
        right: -10px
    }

    #filter_modal .modal-body {
        max-height: calc(100vh - 65px);
        overflow-y: auto;
        padding-top: 65px
    }

    #fitting_canv_hldr:hover .fitting_room_next_btn {
        display: block !important
    }

    #fitting_room_rewards_btn {
        padding-right: 0
    }

    #fitting_room_side_scroll_box {
        z-index: 1032 !important
    }

    #fitting_room_look_btn {
        height: 50px;
        width: 24%;
        text-align: center;
        padding: 11px 0;
        border-radius: 0;
        z-index: 20;
        position: relative;
        line-height: 1.2;
        background: 0 0;
        color: inherit;
        box-shadow: none;
        font-weight: 400
    }

    #fitting_room_right_sidebar_box {
        width: 36vw;
        position: absolute;
        overflow-x: hidden;
        overflow-y: auto;
        height: calc(100vh - 60px);
        left: 63%;
    }

    #fitting_room_outfit_click_box,
    #fitting_room_selfie_click_box {
        z-index: 1029 !important;
        height: auto;
        clear: both;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        width: 25%;
        left: 49%;
        margin-left: -12.5%
    }

    #fitting_room_side_scroll_box {
        width: 66.666667%;
        height: auto;
        margin-top: -10px;
        float: left
    }

    #garment_carousel.garment_carousel {
        overflow: unset !important
    }

    #message_popup2 p:nth-child(3) {
        font-family: gilroybold;
        padding-bottom: 15px
    }

    #message_popup2 p {
        font-family: gilroy
    }

    #message_popup2 {
        max-width: 550px;
        height: auto !important;
        text-align: center
    }

    #message_popup2 .btn_perfect {
        margin: 0 auto;
        margin-bottom: 24px;
        float: unset !important
    }

    .btn_perfect {
        background-color: #8ac353 !important
    }

    #share_dialog_view1 .nopadding_left_right {
        text-align: center
    }

    #share_look_link {
        background: 0 0;
        width: 22px;
        height: 22px;
        color: #fff;
        box-shadow: none;
        margin-top:6px; /*------SHOP-5538-----*/
    }

    #shopify-section-header {
        position: fixed;
        z-index: 999;
        width: 100%
    }

    .add_to_cart_icon {
        width: 23px;
        position: absolute;
        right: 8px;
    }

    .btn_black.btn_primary {
        background: #000000;
      border-radius:5px;
    }

    .btn_primary {
        background: #92c368;
        border: none;
        border-radius: 0;
        color: #fff;
        font-weight: 700;
        padding: 7px;
        -webkit-appearance: none;
        opacity: 1;
        text-shadow: none !important;
    }

    @media (hover: hover) {
        /* SHOP-5323 enclose in media query */
    .btn_primary:hover {
        color: #fff !important;
        background: #91c366
        }
    }

    .btn_tutorial {
        margin-right: 10px
    }

    .discover_modal_header {
        border-bottom: none
    }

    .discover_modal_header button {
        margin-top: 0 !important
    }

    .discover_modal_tabs {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 25%
    }

    .favorite_look {
        display: block;
    }

    .fa-stack-2x {
        font-size: 2em;
        color: #ffc857 !important
    }

    .fav-icon-st {
        position: absolute;
        top: 5px;
        z-index: 10;
        width: auto;
        left: 5px;
        right: unset;
    }

    #fc_pagination_box {
        clear: both;
        min-height: 150px;
        display: block
    }

    #fc_pagination_box li {
        list-style: none
    }

    #fc_pagination_box a,
    div#fc_pagination_box span {
        height: 35px;
        width: auto;
        padding-top: 5px;
        min-width: 35px
    }

    .btn_primary.cm_btn:hover {
        background: #8ac353
    }

    .fc_filter_btn.btn_primary {
        margin-right: 4px;
        width: 155px
    }

    .fc_filter_color {
        width: 30px;
        height: 30px;
        content: '';
        display: inline-block;
        border-radius: 50px;
        margin-bottom: -10px;
        margin-right: 6px;
        backface-visibility: visible
    }

    .fc_filter_link {
        font-size: 16px;
        font-family: Gilroymedium
    }

    .fc_filter_num {
        font-family: Gilroy;
        margin-left: 3px;
        display: inline-block;
        font-size: 14px;
        color: grey
    }

    .fc_filter_color {
        position: relative
    }

    .fc_box {
        z-index: 1;
        transform: scaleY(0);
        position: absolute
    }

    .fc_box li {
        display: inline-block;
        text-align: left;
        margin-left: 0;
        width: 100%
    }

    .fc_box ul {
        padding-left: 0;
        max-height: 250px;

        overflow-y: auto;
        min-height: 150px;
        padding-top: 0;
        padding-bottom: 7px;
        padding-left: 10px;
        border-bottom: 1px solid #dcdcdc;
        margin-bottom: 0
    }

    .fc_sort_box {
        float: left;
        height: 44px !important;
        margin-left: 0;
        margin-top: 0
    }

    .fitt_room_loader {
      /* Shop-5361 Danish Start */
        /* right: 52px !important */
    }
/* ------------------Riaz SHOP-5581------------ */
    .fitting_room_add_to_cart_btn {
        text-align: center;
        background-color: #fff;
        border: 2px solid #dcdcdc;
        position: relative;
        color: #000;
        border-radius: 5px;
        font-size: 14px;
        text-decoration: none;
        text-transform: uppercase;
        font-family: 'Gilroymedium';
    }
/* ------------------Riaz SHOP-5581------------ */

    .fitting_canv_hldr {
        width: 100%;
        height: calc(100vh - 60px) !important
    }

    .fitting_room_canvas {
        background-position: bottom;
        background-repeat: no-repeat;
        height: calc(100vh - 62px)
    }

    .fitting_room_carousel_box {
        position: absolute;
        top: 0;
        width: 100%
    }

    .fitting_room_product_title_box .fitting_room_cl_prod_link {
        margin-top: -3px;
        width: auto;
        display: block;
    }

    .fitting_room_cl_box {
        padding: 0;
        border: 1px solid #dcdcdc;
        position: relative;
        transition: .3s all;
        background: #fff;
        margin-left: 0;
        width: 100%;
        margin-bottom: 15px
    }

    /*Riaz SHOP-5581---- .fitting_room_cl_trash:hover {
        background: #000;
        color: #fff;
        transition: .3s all
    }Riaz SHOP-5581---- */

    .fitting_room_cl_title {
        margin-top: -5px;
        font-size: 16px;
        margin-bottom: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-family: 'Gilroymedium';
    }

    .fitting_room_cl_brand {
        font-size: 24px;
        color: #2c2c2c;
        padding-right: 20px;
        font-family: gilroybold;
        margin-bottom: 0;
        margin-top: -10px;
    }

    .fitting_room_cl_color_select_box {
        max-width: 300px
    }

    .fitting_room_cl_image_box {
        width: 35%;
        text-align: center;
        float: left;
        margin-bottom: 0 !important
    }

    .fitting_room_cl_price {
        max-width: 100px;
        font-size: 20px;
        font-family: 'Gilroymedium';
        font-weight: bold;
    }

    .fitting_room_cl_price_box {
        width: 65%;
        padding-bottom: 10px;
        float: left;
        padding: 10px
    }

    .size {
        padding-right: 10px
    }

    .fitting_room_cl_add_cart_box {
        float: left;
        width: 100%;
        padding-right: 6px
    }

    .size select {
        height: 35px;
        padding-right: 0 !important
    }

    .look_list select {
        height: 35px;
        padding-right: 0 !important
    }
/* ---------------------- Riaz SHOP-5581----------- */
    .fitting_room_cl_add_cart_box .fitting_room_add_to_cart_btn {
        width: 100%;
        margin-left: 0;
        bottom: 0;
        max-width: unset !important;
        left: 0;
        /* SHOP-5406 height: 50px;
        border-radius: 0 !important; SHOP-5406*/
        box-shadow: unset;
    }
    /* ---------------------- Riaz SHOP-5581----------- */

    .fitting_room_cl_color_select_box {
        max-width: 100%
    }

    .cl_size_box {
        width: 100%;
        margin-top: 6px;
        margin-bottom: 2px;
        margin-left: -1px;
        display: none
    }

    .fitting_room_cl_image_box.product_img {
        text-align: left;
        position: relative
    }

    .fitting_room_cl_prod_link {
        font-family: 'Gilroymedium';
        font-size: 20px;
        display: block;
        /* Riaz SHOP-5581  */
        /* margin-top: 20px;   /Riaz SHOP-5581*/
    }

    .fitting_room_cl_prod_link i {
        margin-left: 3px
    }

    .fitting_room_cl_prod_link:hover {
        color: #8ac353 !important
    }
    /*----------------Riaz Ticket no : SHOP-4773, SHOP-5581----*/
    .fitting_room_cl_trash {
        background: none;
        position: absolute;
        font-weight: 700;
        border:none;
        /* border: 1px solid #000000; */
        position: absolute;
        /* height: 25px !important;
        width: 25px !important; */
        /* border-radius: 64px; */
        font-size: 18px;
        /* padding-top: 0; */
        /* background: 0 0; */
        text-align: center;
        /* padding: 2px; */
        color: #000000;
      /* padding-top: 0; */
    }
    /*----------------Riaz Ticket no : SHOP-4773, SHOP-5581*/
    .fitting_room_current_look {
        font-family: Gilroymedium;
        font-size: 21px;
        margin-bottom: 17px;
        max-width: 100%;
        color: #000;
        padding: 10px;
        margin-top: 11px;
        border-bottom: 1px solid #dcdcdc;
        position: relative;
        padding-left: 0;
        text-transform: uppercase;
        padding-bottom: 2px;
        margin-right: 25px
    }

    .fitting_room_icon_box {
        position: relative;
        /* bottom: 0; */
        /* right: 20px; */
        /* z-index: 100; */
    }

    .fitting_room_next_btn,
    .fitting_room_prev_btn {
        font-size: 16px;
        padding: 15px 10px;
        border-radius: 6px 0 0 6px;
        background: #ffffff80;
        border: none;
        font-family: gilroymedium
    }

    .fitting_room_next_btn:hover,
    .fitting_room_prev_btn:hover {
        background: #ffffffbf
    }

    .fitting_room_next_btn img {
        max-width: 12px
    }

    .fitting_room_next_btn_box {
        position: absolute;
        top: 40%;
        left: 0;
        z-index: 1030 !important;
        display: none
    }

    /* SHOP-5205 */

    .fitting_room_prev_btn {
        border-radius: 0 6px 6px 0
    }

    .fitting_room_pd_brand,
    .fitting_room_pd_price {
        font-size: 20px;
        font-family: Gilroymedium
    }

    /* SHOP-5205 */

    .fitting_room_pd_title {
        font-size: 16px;
        margin-top: -14px
    }

    .fitting_room_pd_modal_header {
        max-width: 1300px;
        margin: 0 auto;

        z-index: 500;
        position: relative;
          
    }

    .modal-header h2 {
        font-family: gilroymedium;
        font-size: 20px;
        margin-bottom: 3px;
        margin-top: 14px;
        font-weight: bold;
    }



    /* SHOP-5205 */
    .fitting_room_pd_brand {
        font-family: Gilroymedium;
        margin-bottom: -6px;
        font-weight: 700;
        margin-top: 2px;
    }

    .fitting_room_pd_price {
        font-family: Gilroybold;
        font-weight: 700;
        font-size: 25px;
    }

    #pd_brand_price_box {
        display: block;
        position: relative;
        width: 100%;
        margin-top: -17px;
    }
    /*----------Riaz start-SHOP-5405-----------*/
    .pm_prod_details_box {
        font-size: 14px;
    }
    /*----------Riaz End -SHOP-5405-----------*/


    .fitting_room_prev_btn_box {
        top: 40%;
        position: absolute;
        right: 6px;
        z-index: 1030 !important;
        display: none
    }

    .fitting_room_product_box {
        display: inline-block;
        padding: 0;
        position: relative;
        transition: .3s all;
        display: inline-table
    }

    .fitting_room_product_box img {
        width: 100%
    }

    .fitting_room_product_price_box {
        bottom: 63px;
        position: absolute;
        max-width: 200px;
        background: rgba(189, 189, 189, .73);
        margin-bottom: 5px;
        padding: 10px;
        font-size: 23px
    }

    .fitting_room_product_title_box {
        background: 0 0;
        line-height: 1.1;
        height: 68px;
        position: relative;
        padding: 3px;
        font-family: gilroymedium;
        font-size: 12px;
        position: absolute;
        bottom: 0;
        color: #fff;
        background: rgba(0, 0, 0, .43);
        font-size: 18px;
        text-shadow: 2px 2px 23px #000, 1px 1px 32px #000, 1px 1px 18px #000 !important;
        font-family: gilroybold;
        width: 72%
    }

    .fr_active_filter_text {
        float: left;
        padding: 2px 10px;
        font-size: 16px;
        font-family: Gilroybold;
        margin-right: 10px
    }

    .fr_active_filter_container {
        margin-top: 6px
    }

    .fr_product_title_text {
        font-family: gilroy;
        font-size: 13px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .fitting_room_sidebar_top {
        padding-top: 11px
    }

    .fitting_room_right_sidebar {
        width: 100%;
        height: calc(100vh - 200px);
        overflow-y: auto;
    }

    .fitting_room_side_scroll {
        width: 101%;
        float: left;
        margin-top: -10px;
        height: calc(100vh - 174px);
        margin-left: 21px
    }

    .form-group {
        margin-bottom: 10px;
        position: relative
    }

    .form-group>input {
        height: 56px;
        border-radius: 2px;
        background-color: #fff;
        color: #646464;
        font-family: Gilroy;
        font-size: 16px;
        letter-spacing: -.32px;
        line-height: 21px;
        border: 1px solid #dcdcdc;
        box-shadow: none
    }

    .form-group label {
        position: absolute;
        top: 18px;
        font-family: Gilroy;
        color: #646464;
        transition: .5s;
        left: 12px;
        font-weight: 400;
        font-size: 15px
    }

    .form-group input:focus,
    .form-group input:valid {
        padding-top: 15px !important;
        padding-bottom: 0 !important;
        padding-left: 15px !important
    }

    .form-group input:focus+label,
    .form-group input:valid+label {
        top: 5px;
        text-transform: uppercase;
        margin-top: 4px !important;
        font-size: 10px;
        opacity: 1;
        transition: all .25s ease !important;
        font-weight: 700 !important
    }

    .fp_google_store_icon {
        width: 316px
    }

    .fp_apple_store_icon {
        width: 252px
    }

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

    .mobile_mode .fr_add_to_cart_box {
      /* Shop-5361 Danish */
        /* position: absolute;
        bottom: 139px;
        right: 33px; */
        z-index: 1031;
    }

    .fr_add_to_cart_box {
        display: none;
    }
    /* Shop-5361 Danish */
    body:not(.mobile_mode) .fr_add_to_cart_box {
        display: none !important;
    }

    .btn_primary.fr_add_to_cart_btn {
      /* Shop-5361 Danish */
        padding: 0;
        background: none;
      width: 100%;
        /* box-shadow: 1px 2px black; */
        /* color: black; */
    }

    .btn_primary.fr_add_to_cart_btn .add_to_cart_icon{
      position: static;
    }
    /* Start SHOP-5279 Danish */
    #fr_price_slider {
        max-width: 253px;
        margin: 15px auto 20px;
    }
    /* Start SHOP-5307 Danish */
    .fr_range_lbl{
      display: flex;
      display: -webkit-flex;
      justify-content: center;
      -webkit-justify-content: center;
      margin: 0 -15px;
    }
    .fr_range_lbl p{
      margin-bottom: 0;
      padding-right: 3%;
    }
    /* Start SHOP-5314 Danish */
    .fr_range_lbl p span{
      display: block;
      text-align: center;
    }
    /* End SHOP-5314 Danish */
    .fr_range_lbl p:last-child{
      padding: 0 0 0 3%;
    }
    /* End SHOP-5307 Danish */
    .fr_range_lbl input{
      width: 55px;
      display: inline-block;
      border: 1px solid #ccc;
      text-align: center;
      padding: 0;
    }

    #filter_Price {
        padding: 20px 15px;
        display: none
    }
    .noUi-value-horizontal{
      -webkit-transform: translate(-50%, 70%) !important;
      transform: translate(-50%, 70%) !important;
    }
    /* End SHOP-5279 Danish */

    #fc_active_filter_box {
        float: left;
        width: 100%;
        max-width: 500px;
        height: 31px;
        overflow: auto
    }

    #fr_main_filter_box {
        margin: 0 auto;
        margin-top: 15px;
        width: auto;
        float: left
    }



    .fitting_room_cl_trash {
        top: 5px;
        right: 5px;
        transition: .3s all
    }

    .fitting_room_product_title_box {
        color: #fff !important;
        cursor: default !important;
        cursor: unset !important;
        z-index: 1000
    }

    .fitting_room_product_title_box a {
        color: #fff !important
    }

    .fr_price_box_center {
        width: auto;
        position: relative;
        text-align: center;
        margin-left: -2px
    }

    .fr_product_text_area {
        position: relative;
        padding: 5px;
        padding-right: 30px
    }

    .fitting_room_cl_prod_link {
        transition: .3s all
    }

    .fitting_room_cl_prod_link:hover {
        text-decoration: none !important;
        transition: .3s all
    }

    .fr_product_title_text {
        max-width: 76%;
        margin-top: 0
    }

    .fr_brand_title_text {
        max-width: 75%;
        margin-bottom: 0;
        text-shadow: none !important;
        font-size: 16px
    }

    .fitting_room_cl_prod_link:hover i {
        margin-left: 5px;
        transition: .3s all
    }

    .fitting_room_product_title_box {
        text-shadow: unset !important
    }

    .fr_small_dollar {
        font-family: Gilroy;
        font-size: 13px;
        position: absolute;
        left: 5px;
        top: 6px
    }

    .fr_item_price_val {
        text-align: left;
        padding-left: 13px
    }

    .fitting_room_product_price_box {
        top: -11px;
        left: -3px;
        position: absolute;
        max-width: 100px;
        background: 0 0;
        padding: 10px;
        font-size: 23px;
        border-radius: 50px;
        width: 65px;
        height: 65px;
        padding-top: 16px;
        font-family: Gilroybold
    }

    .fr_bracket_left {
        left: 13px
    }

    .fr_product_bracket {
        position: absolute;
        top: 40px;
        max-width: 5%;
        max-height: 66%
    }

    .fr_bracket_right {
        right: 13px
    }

    .fitting_room_product_title_box {
        width: 100%
    }

    #demo_model_select_modal .fr_collection_dropdown_container {
        position: absolute;
        text-transform: capitalize;
        text-align: left;
        width: 200px;
        left: 273px
    }

    .fr_collection_dropdown_btn i {
        position: absolute;
        right: 5px;
        top: 7px
    }

    .fr_collection_dropdown_btn {
        cursor: pointer;
        font-size: 16px;
        font-family: Gilroy;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-right: 20px;
        border: none;
        border-radius: 2px;
        color: #fff;
        font-weight: 700;
        padding: 5px 15px 5px 10px;
        background: #333
    }

    .fr_collection_dropdown_box {
        text-align: left;
        top: 32px;
        left: 0;
        position: absolute;
        background: #fff;
        width: auto;
        cursor: pointer;
        width: 100%;
        z-index: 6
    }

    .fr_collection_dropdown {
        list-style-type: none;
        padding: 0;
        margin-bottom: 0
    }

    .fr_collection_choice {
        padding: 5px 10px;
        font-size: 16px;
        border-bottom: 1px solid #eaeaea;
        height: 30px;
        font-family: gilroybold
    }

    .fr_full_width_filters {
        max-width: 770px;
        margin: 0 auto
    }

    .fr_price_submit_btn_box {
        /* Start SHOP-5285 Danish */
        padding-top: 20px;
        /* End SHOP-5285 Danish */
        text-align: center;
        position: relative;
        z-index: 1
    }
	/* START: SHOP-4825, Riaz: SHOP-5581 */
    /* .fitting_room_cl_add_cart_box .fitting_room_add_to_cart_btn {
        height: 38px!important
    } */
	/* the following code is specifically for S20 */
	@media (max-width: 360px) and (max-height: 800px) {
		#edit_look_main_container .fitting_room_cl_prod_link {
			line-height: 1px;
		}
	}
	/* END: SHOP-4825 */

    /* Start SHOP-5279 Danish */
    /* Start SHOP-5262 Raghib */
    .fr_price_submit_btn,
    .clear_filter_link {
        margin: 0 auto;
        position: relative;
        z-index: 500;
        margin-right: 10px;
        background: #333;
    }
    .fr_price_submit_btn {
      margin-right: 10px;
    }
    /* Start SHOP-5308 Danish */
    .clear_filter_link.disabled,
    .fr_price_submit_btn.disabled {
      background: #ccc !important;
    }
    @media (hover: hover) {
        /* SHOP-5323 enclose the class in media query */
    .clear_filter_link:hover,
    .fr_price_submit_btn:hover {
      background: #92c368;
      color: #fff;
        }
    }
    /* End SHOP-5308 Danish */
    /* End SHOP-5262 Raghib */
    /* Start SHOP-5279 Danish */

    .fr_mat_checkbox {
        z-index: 0;
        position: relative;
        display: inline-block;
        color: #333;
        font-family: gilroymedium;
        font-size: 14px;
        line-height: 1.5
    }

    .fr_mat_checkbox>input {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        z-index: -1;
        position: absolute;
        left: -10px;
        top: -8px;
        display: block;
        margin: 0;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        background-color: #fff;
        box-shadow: none;
        outline: 0;
        opacity: 0;
        transform: scale(1);
        pointer-events: none;
        transition: opacity .3s, transform .2s
    }

    .fr_mat_checkbox>span {
        display: inline-block;
        width: 100%;
        cursor: pointer;
        text-transform: capitalize;
    }

    .fr_mat_checkbox>span::before {
        content: "";
        display: inline-block;
        box-sizing: border-box;
        margin: 1px 6px 0 1px;
        border: solid 2px;
        border-color: #d4d4d4;
        border-radius: 2px;
        width: 18px;
        height: 18px;
        vertical-align: top;
        transition: border-color .2s, background-color .2s
    }

    .fr_mat_checkbox>span::after {
        content: "";
        display: block;
        position: absolute;
        top: 2px;
        left: 2px;
        width: 10px;
        height: 5px;
        border: solid 2px transparent;
        border-right: none;
        border-top: none;
        transform: translate(3px, 4px) rotate(-45deg)
    }

    .fr_mat_checkbox>input:checked {
        background-color: #93c469
    }

    .fr_mat_checkbox>input:checked+span::before {
        border-color: #8ac353;
        background-color: #8ac353
    }

    .fr_mat_checkbox>input:checked+span::after {
        border-color: #fff
    }

    .fr_mat_checkbox:hover>input {
        opacity: .04
    }

    .fr_mat_checkbox>input:focus {
        opacity: .12
    }

    .fr_mat_checkbox:hover>input:focus {
        opacity: .16
    }

    .fr_mat_checkbox>input:active {
        opacity: 1;
        transform: scale(0);
        transition: transform 0s, opacity 0s
    }

    .fr_mat_checkbox>input:active+span::before {
        border-color: #8ac353
    }

    .fr_mat_checkbox>input:checked:active+span::before {
        border-color: transparent;
        background-color: #8ac353
    }

    .fr_mat_checkbox>input:disabled {
        opacity: 0
    }

    .fr_mat_checkbox>input:disabled+span {
        color: #8ac353;
        cursor: initial
    }

    .fr_mat_checkbox>input:disabled+span::before {
        border-color: currentColor
    }

    .fr_mat_checkbox>input:checked:disabled+span::before {
        border-color: transparent;
        background-color: currentColor
    }

    .fr_collection_title {
        font-family: Gilroymedium;
        font-size: 21px;
        margin-bottom: 24px;
        color: #000;
        padding: 10px;
        padding-left: 0;
        border-bottom: 1px solid #dcdcdc;
        margin-top: 20px;
        width: 100%;
        text-transform: uppercase;
        padding-bottom: 2px;
        margin-left: 25px
    }

    .fr_download_app_popup.modal .modal-header {
        padding: 20px 13px 0
    }

    .fr_cl_error_message {
        position: absolute;
        top: -50px;
        left: 1px;
        width: 197px
    }

    .fr_cl_error_message:after,
    .fr_cl_error_message:before {
        top: 43px;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none
    }

    .fr_cl_error_message:after {
        border-color: transparent;
        border-top-color: #323232;
        border-width: 7px;
        margin-left: -15px
    }

    .fr_cl_error_message:before {
        border-color: transparent;
        border-top-color: #323232;
        border-width: 13px;
        margin-left: -16px
    }

    .fr_cl_thumb {
        background: #8ac353;
        border: none;
        font-size: 26px;
        color: #fff;
        width: 40px;
        height: 40px;
        padding: 0
    }

    .fr_cl_thumb.fr_cl_thumb_up {
        transform: rotateY(180deg)
    }

    .fr_cl_thumbs_box {
        margin-top: -10px;
        margin-right: -10px;
        background: #333;
        color: #fff;
        text-align: center;
        display: none;
    }


    #edit_look_main_container .fr_dropdown.fr_dropdown_color {
        /* --------------------SHOP-5581 */
        /* max-width: 150px;
        min-width: 150px !important;
        margin-right: 0 !important;
        margin-left: 0;
        margin-top: 20px; */
    }


    .fr_dropdown_li_heading {
        font-family: gilroybold;
    }

    .fr_dropdown_li_heading:hover {
        background: 0 0 !important;
        cursor: default
    }

    .fr_dropdown_close_btn,
    .fr_size_close_btn {
        display: none
    }

    .fr_dropdown_label,
    .fr_msf_cta_text,
    .fr_color_text {
        cursor: pointer;
        font-size: 16px;
        font-family: gilroybold;
        white-space: nowrap;
        overflow: hidden;
        padding-right: 20px;
    }
    .fr_dropdown_label {
        display: flex;
        width: 100%;
        padding-left: 5px;
    }
    .fr_color_text{
        display: inline-block;
        width: 100%;
        padding: 0;
        text-overflow: ellipsis;
    }
    [id*=size_span_]{
        display: flex;
        width: 100%;
    }

    .fr_dropdown_li {
        font-family: gilroymedium
    }

    .msf_selected,
    .know_it_fits {
        display: inline-block;
        max-height: 20px;
        max-width: 110px;
    }
    li .msf_selected,
    li .msf_disabled,
    li .know_it_fits {
        width: 100px;
    }
    .know_it_fits {
        max-height: none;
    }
/* ------------------Riaz SHOP-5018------------ */
    .fr_dropdown_label .fa {
        position: absolute;
        right: 0;
        top: 0px;
        font-size: 20px;
        line-height: 30px;
    }

    @media (max-width:480px){
        .fr_msf_cta_popover.fr_msf_cta_popover_back.popover{
            left: 92px;
        }
    }
/* ------------------Riaz SHOP-5018------------ */
/* ------------------Riaz SHOP-5034------------ */
.fr_su_disc_text {
    text-align: center;
    font-size: 10px;
    margin-top: 24px !important;
    margin-bottom: 5px !important;
}
/* ------------------Riaz SHOP-5034------------ */

    .fr_dropdown ul {
        list-style-type: none;
        padding: 0;
        margin-bottom: 0;

        border-bottom: 2px solid;
    }

    .fr_size_dropdown_scrollbox,
    .fr_color_dropdown_box,
    .fr_size_dropdown_scrollbox_cl {
        text-align: left;
        top: -1px;
        right: 1px;
        position: absolute;
        background: #fff;
        border-radius: 2px;
        width: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        cursor: pointer;
        padding: 0;
        /*------------Riaz SHOP-5018---------*/
        z-index: 50; 
        /*------------Riaz SHOP-5018---------*/
        border: 1px solid #dcdcdc
    }

    .fr_dropdown_li,
    .fr_dropdown_li_heading {
        padding: 5px;
        font-size: 14px; /*  Riaz SHOP-5581---*/
    }

    .fr_dropdown_li:hover {
        color: #fff;
    }
    .fr_dropdown_li.fr_surefit_size_option:hover {
        background: #f7f7f7
    }
    .fr_dropdown_li:not(.disabled):hover {
        background: #6bb141
    }

    .fr_error_msg_text {
        font-size: 16px
    }

    .fr_error_msg_title {
        font-family: Gilroymedium;
        font-size: 22px;
        padding-top: 10px;
        padding-bottom: 4px;
    }

    .fr_filter_sort_box {
        width: 100%;
        height: 65px;
        margin-bottom: -15px;
        z-index: 40;
        position: absolute;
        top: 0;
        display: none
    }

    .fr_full_width_filters {
        max-width: 1120px;
        margin: 0 auto
    }

    .fr_grid_carousel_box {
        width: 60%;
        position: fixed;
        top: 78px;
        overflow-x: hidden;
        overflow-y: hidden;
        height: calc(100vh - 62px)
    }

    .fr_logo_box {
        float: left
    }

    .fr_menu_box {
        float: left;
        padding-left: 10px;
        padding-right: 15px
    }

    .fr_header_box_left {
        width: 67%;
        float: left
    }

    .fr_menu_logo_box {
        width: 50%;
        padding-top: 7px;
        float: left
    }

    .fr_mobile_menu_btn {
        height: 50px;
        float: left;
        border: none;
        width: 16.666666666666666666666666666667%;
        text-align: center;
        background: 0 0;
        line-height: 1.2;
          position: relative;
    }

    .fa.fa-female.fr_mobile_menu_icon {
        margin-top: -5px;
        margin-bottom: 3px;
        color: #8ac353;
        font-size: 20px
    }

    .dropdown-menu.open {
        display: block;
        right: 0px;
        left: unset
    }

    .fr_menu_support_btn {
        background: 0 0;
        border: none !important;
        font-size: 18px;
        margin: 0 auto;
        width: 100%;
        display: block;
        font-family: gilroybold;
        background: #8ac353;
        color: #fff;
        padding-bottom: 6px;
        border-radius: 2px
    }

    .fr_menu_support_btn .fa {
        color: #fff;
        font-size: 40px
    }

    .fr_mobile_menu_box {
        position: absolute;
        top: 45px;
        left: 0;
        width: 100%;
        height: 44px;
        z-index: 971;
    }

    .fr_mobile_menu_icon {
        color: #000000;
        font-size: 22px;
        margin-top: -7px;
    }

    .fr_next_page_btn {
        background: #8ac353;
        color: #fff;
        border: none;
        height: 87.9px;
        margin-right: -3px;
        width: 118px;
        border-radius: 2px;
        border-radius: 0 6px 6px 0;
        margin-right: 3px
    }

    .fr_next_page_btn img {
        transform: rotate(180deg);
        max-width: 12px
    }

    .fr_cl_member .fr_dropdown {
        min-width: unset !important;
        margin-left: 0;
        min-height: 32px;
    }

    .fr_msf_cta_popover_back {
        margin-top: 4px
    }

    .fr_msf_cta_modal .modal-body {
        text-align: center;
        padding-top: 0
    }

    .fr_msf_cta_modal.modal {
        z-index: 1060
    }

    .fr_msf_cta_modal_btn.btn_primary {
        background: 0 0;
        color: #000;
        border: none;
        box-shadow: none
    }

    button.fr_msf_cta_modal_btn.btn_primary:hover {
        background: 0 0;
        color: #000 !important;
        border: none;
        box-shadow: none;
        text-decoration: underline
    }

    .fr_msf_cta_modal .modal-dialog {
        /* max-width: 400px!important; */

    }

    .fr_msf_cta_back_link:focus,
    .fr_msf_cta_back_link:hover {
        text-decoration: none;
        color: unset
    }

    .fr_msf_cta_back_link:focus,
    .fr_msf_cta_back_link:hover {
        text-decoration: none;
        color: unset
    }

    .fr_msf_cta_back_img {
        width: 70px;
        margin-top: -1px
    }

    .fr_msf_cta_p:hover {
        text-decoration: none !important
    }

    .fr_msf_cta_link:hover {
        text-decoration: none;
        color: unset
    }

    .fr_msf_cta_img {
        width: 173px;
        margin-top: -3px;
    }

    .fr_msf_cta_modal .modal-dialog {
        /* max-width: 537px; */
        right: 39px;
    }

    .close:focus,
    .close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: 1
    }

    .fr_msf_cta_modal button.close.modal_close_btn {
        background: #fff;
        color: #000;
        top: 5px;
        right: 5px;
        opacity: .5;
    }

    .fr_msf_cta_modal button.close.modal_close_btn:hover {
        opacity: 1
    }

    .fr_msf_cta_modal .modal-title {
        font-family: gilroymedium;
        text-align: center;
        font-size: 20px;
        line-height: normal
    }

    .fr_msf_cta_modal .modal-header {
        height: 1px;
        min-height: 50px;
        padding-top: 8px;
        background: #fff;
        color: #fff;
        border-bottom: none;
        padding: 12px;
    }

    .fr_msf_cta_modal_p {
        font-size: 21px;
        text-align: center;
        margin-bottom: 20px;
        padding: 24px;
    }

    .fr_msf_cta_modal_cancel_btn.btn_primary {
        background: #8ac353;
        width: 280px;
    }

    .fr_msf_cta_modal_btn.btn_primary:hover {
        background: #333
    }

    .fr_msf_cta_p {
        margin-bottom: -3px;
        margin-top: -1px;
        color: #8ac353
    }

    .fr_msf_cat_subtext {
        font-size: 13px;
        font-family: gilroy
    }

    /* SHOP-5581 #edit_look_container .fr_dropdown.fr_cl_member {
        display: none
    } /SHOP-5581*/

    .fr_msf_cta_popover .popover-content-msf {
        font-family: gilroybold !important;
        padding: 9px 2px;
        padding-top: 0
    }

    .fr_msf_cta_popover.popover:hover {
        border-left: 5px solid #000;
        transition: .3s all
    }
/* Riaz SHOP-5018 */
    .fr_cl_member .fr_msf_cta_box {
        margin-top: 15px;
    }
/* Riaz SHOP-5018 */
    .fr_msf_cta_box {
        margin-bottom: -9px;
        margin-top: 12px;
        position: relative
    }

    .fr_msf_cta_img.fr_surefit_logo {
        width: 115px;
    }

    .fr_oos_headline {
        font-size: 3em;
        font-family: gilroybold;
        color: #8ac353
    }

    .fr_oos_modal .modal-dialog {
        max-width: 400px !important
    }

    .fr_oos_modal .modal-body {
        text-align: center;
        padding-top: 0
    }

    .fr_oos_modal button.close.modal_close_btn {
        background: #000;
        color: #fff;
        top: -10px;
        right: -10px;
        opacity: .5
    }

    .fr_oos_modal button.close.modal_close_btn:hover {
        opacity: 1
    }

    .fr_oos_modal .modal-header {
        height: 1px;
        min-height: unset;
        padding-top: 8px;
        background: #fff;
        color: #fff;
        border-bottom: none;
        padding: 12px
    }

    .fr_oos_coupon_code {
        font-size: 30px;
        font-family: gilroybold;
        background: #d8d8d8;
        max-width: 165px;
        margin: 0 auto;
        margin-bottom: 25px;
        color: #8ac353
    }

    .fr_product_container {
        width: 32%;
        margin: .5%;
        display: inline-block;
        border: 1px solid #dcdcdc;
        transition: .3s all;
        position: relative
    }

    .fr_review_box {
        position: absolute;
        bottom: -10px;
        left: 0
    }

    .fr_share_icon {
        width: 24px;
        margin-left: 0px;
        margin-top: 2px;
    }

    .write-review-btn-hidden {
        display: none !important
    }

    .write-review.yotpo-regular-box .y-input {
        padding: 2px !important;
        padding-left: 5px !important
    }

    .fr_right_menu_box {
        width: 25%;
        float: right
    }

    .fitting_room_pd_price_box {
        margin-bottom: 0
    }

    .fr_search_box {
        width: 50%;
        float: left
    }

    .fr_search_box form {
        width: 280px;
        margin: 0 auto;
        position: relative;
        margin-top: 6px
    }

    .fr_secondary_menu_box {
        width: 320px;
        height: 60px;
        padding-top: 19px;
        float: right
    }

    .fr_secondary_menu_icon_box {
        float: left;
        width: 50px;
        text-align: center;
        position: relative
    }

    .fr_secondary_menu_notification {
        list-style: none;
        padding-left: 0
    }

    .fr_secondary_menu_notification li {
        width: 100%
    }

    .fr_secondary_menu_notification .list_group {
        height: 38px;
        width: 96%
    }

    .fr_secondary_menu_notify_toggle {
        height: 100%;
        display: block;
        width: auto
    }

    .fr_secondary_menu_notify_toggle span {
        display: block;
        position: absolute;
        top: -5px;
        right: -7px;
        background-color: #8ac353;
        color: #fff;
        border-radius: 50%;
        width: 16px;
        height: 16px;
        text-align: center;
        line-height: 17px;
        font-weight: 800;
        font-size: 9px;
        /* Riaz Start SHOP-5220 */
        /* display: block !important; */
        /* Riaz End SHOP-5220 */
    }

    .fr_share_fav_box {
        position: absolute;
        z-index: 1030 !important;
        bottom: 180px;
        right: 42px;
    }

    .fr_tutorial_initiate_box {
        height: 92px;
        padding-top: 20px;
        text-align: right;
        border-top: 1px solid #969696;
        margin-top: 40px;
        width: 100%
    }

    .fr_tutorial_modal .modal-dialog {
        width: unset;
        max-width: 1000px
    }

    .fr_tutorial_modal .modal-header {
        padding: 0;
        height: auto;
        border-bottom: none
    }

    .fr_tutorial_modal .video_hero_container {
        width: 100% !important;
        max-width: 100%;
        overflow: hidden
    }

    .fr_tutorial_modal .video_hero_container {
        position: relative;
        height: auto;
        overflow: hidden
    }

    .fr_tutorial_modal .video_hero_overlay_heading {
        font-size: 50px;
        font-family: gilroybold
    }

    .fr_tutorial_modal .close.modal_close_btn {
        background: #000;
        color: #fff;
        top: -6px;
        right: -6px
    }

    #textform .col-md-3.col-sm-5.col-xs-7 .image_radio_label_new {
        display: none
    }

    .fr_worn_msg {
        display: none
    }

    .gc_slide.theta-carousel-element {
        transition: .4s opacity
    }

    .gc_slide.theta-carousel-element.theta-current-item {
        opacity: 0 !important;
        transition: 0s opacity;
        z-index: 0 !important
    }

    .gc_slide.currently_worn>img {
        opacity: .4 !important
    }

    .gc_slide.currently_worn>.fr_worn_msg {
        display: block;
        position: absolute;
        top: 40%;
        left: 50%;
        z-index: 4;
        background: rgba(0, 0, 0, .41);
        padding: 5px;
        font-size: 17px;
        color: #fff;
        margin-left: -80px;
        width: 160px
    }

    img.gc_garment_img {
        width: 740px
    }

    .grid-item {
        width: 100%;
        border: 1px solid #dcdcdc;
        margin-bottom: 2px;
    }

    .hanger {
        z-index: 43;
        text-align: center;
        border: none
    }

    .hanger.activeproduct {
        max-width: 100%;
        color: #fff !important
    }

    .image_radio_label_new {
        position: relative;
        padding-left: 20px;
        color: #646464;
        cursor: pointer;
        /* Shop-5263 Danish */
        font-size: 13px;
        line-height: 20px;
        font-family: Gilroy;
        font-weight: 400;
        float: left;
        margin: 6px 0 16px
    }

    .image_radio_checkmark_new {
        position: absolute;
        background: #fff;
        height: 16px;
        width: 16px;
        top: 3px;
        border: 1px solid #202020;
        /* Shop-4937 Danish */
        border-radius: 50px;
        left: 0;
        cursor: pointer
    }

    label.image_radio_label_new>[type=radio] {
        visibility: hidden;
        position: absolute
    }

    .image_radio {
        display: none
    }

    .image_radio_label_new input:checked~.image_radio_checkmark_new>.image_radio_checked {
        height: 8px;
        width: 8px;
        background-color: #202020;
        /* Shop-4937 Danish */
        position: absolute;
        border-radius: 50%;
        top: 3px;
        left: 3px;
        transition: .3s background-color
    }

    .list-notification {
        background: #fff;
        padding: 0;
        height: auto;
        top: 37px;
        border-radius: 0;
        width: 500px;
        background: #fff;
        padding: 0;
        right: 4px !important;
        left: -245px;
        box-shadow: unset
    }

    .mobile_mode .list_myaccount {
        top: 31px;
        width: 100vw;
        /*-----Riaz SHOP-5355----*/
        right: -54px;
        /*-----/Riaz SHOP-5355----*/
        left: unset;
        float: unset;
        z-index: 1040;
    }

    .list_myaccount {
        top: 38px;
        border-radius: 0;
        width: 400px;
        background: #fff;
        padding: 0;
        box-shadow: unset;
        right: -55px;
        left: unset
    }

    .loading_icon {
        width: 80px;
        position: fixed;
        top: 36%;
        left: 50%;
        margin-left: -40px
    }

    .look_list select {
        color: #333;
        font-size: 13px;
        font-family: GilroyMedium;
        font-weight: 800;
        padding: 8px;
        height: 43px;
        width: 100%;
        background: 0 0;
        border: 1px solid #c7c7c7;
        border-radius: 2px
    }

    .look_list .size {
        background-image: none !important;
        max-width: 300px;
        border: none !important
    }

    .menu_dropdown_label {
        font-size: 10px;
        font-weight: 700;
        margin-top: -8px
    }

    .menu_dropdown_link {
        color: #000;
        font-size: 16px;
        font-family: gilroybold;
        display: block;
        margin-bottom: 8px
    }

    .fr_mobile_menu_box .swell_point_box {
        background: 0 0;
        color: #8ac353;
        border-left: none;
        height: 44px !important;
        float: left;
        width: 19%;
        margin-top: 0;
        border-radius: 0;
        padding-bottom: 0 !important;
        text-align: center;
        padding-top: 4px;
        line-height: 1.2
    }

    .fr_mobile_menu_box .swell_point_label {
        font-size: 12px
    }

    .mini-products-list.list-scroll {
        padding: 0 0 0 10px
    }

    .fr_grid_btn .fa.fa-angle-down {
        color: #000;
        transform: scaleX(1.7);
        position: absolute;
        bottom: -2px;
        left: 50%;
        margin-left: -8px;
        z-index: 1030;
        transform: scale(2.7);
        position: absolute;
        left: 50%;
        margin-left: -8px;
        z-index: 1030
    }

    #fr_grid_shrink_btn:after,
    #fr_grid_shrink_btn:before {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -15px;
        border: 15px solid transparent;
        border-top-color: transparent;
        transform: scaleX(1.5);
        margin-top: -8px
    }

    #fr_grid_shrink_btn:after {
        left: 50%;
        border: 15px solid transparent;
        border-top-color: transparent;
        margin-left: -15px;
        transform: scaleX(1.5);
        margin-top: -8px
    }

    .fr_grid_btn .fa.fa-angle-up {
        transform: scale(2.7);
        position: absolute;
        top: -16px;
        left: 50%;
        margin-left: -8px;
        z-index: 1030;
        color: #000
    }

    #fr_grid_expand_btn:after,
    #fr_grid_expand_btn:before {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -15px;
        border: 15px solid transparent;
        border-bottom-color: transparent;
        transform: scaleX(1.5);
        margin-bottom: -3px
    }

    #fr_grid_expand_btn:after {
        left: 50%;
        border: 15px solid transparent;
        border-bottom-color: transparent;
        margin-left: -15px;
        transform: scaleX(1.5)
    }

    .fr_collection_btn_box {
        display: none
    }

    .fr_grid_btn {
        border: none;
        background: #000;
        font-size: 25px;
        color: #fff;
        height: 5px;
        width: 35px;
        padding: 2px;
        width: 100%;
        z-index: 1034
    }

    #fitting_canv_hldr #fitting_room_outfit_click_box {
        display: none;
    }

    .fr_mobile_menu_box .swell_balance {
        font-size: 20px;
        margin-top: 1px;
        margin-bottom: 5px
    }

    .fr_mobile_menu_box .swell_point_label {
        font-size: 10px !important;
        padding: 0 !important
    }

    .fr_mobile_menu_box .swell_balance_label {
        margin-left: 1px;
        margin-top: -4px;
        line-height: .7;
        color: #333;
        text-transform: capitalize
    }

    .fr_mobile_menu_box .swell_point_box {
        padding: 0
    }

    .modal-content {
        height: 100%;
        border-radius: 0 !important
    }

    .navbar-nav>li {
        padding-left: 15px;
        padding-right: 15px
    }

    .navbar-nav>li>a {
        color: #000;
        font-family: GilroyMedium;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 15px;
        padding-left: 0;
        padding-right: 0;
        font-weight: 700
    }

    .nopad_right {
        padding-right: 0 !important
    }

    .nopad_left {
        padding-left: 0 !important
    }

    .icon-bar {
        background-color: #000;
        width: 20px;
        transition: transform .2s cubic-bezier(.55, .09, .68, .53), opacity .1s cubic-bezier(.55, .09, .68, .53);
        height: 2px;
        display: block;
        border-radius: 2px;
        margin-top: 5px
    }

    .main-example {
        margin: 0 auto;
        max-width: 355px
    }

    .main-example .countdown-container {
        height: 130px
    }

    .menu_dropdown {
        width: 300px;
        padding: 10px
    }

    .menu_dropdown_btn {
        width: 21px;
        height: 30px;
        background: 0 0;
        border: none;
        margin-top: 5px;
        padding: 0;
    }

    .navbar_logo {
        width: 175px;
        margin-top: 5px
    }

    .notifi_sm_cross_icon {
        top: 3px !important
    }

    .p16 {
        font-size: 16px !important
    }



    .pm_main_img_box {
        display: inline-block;
        margin-left: 0;
        width: 79%;
        position: relative;
        /* SHOP-5205 */
    }

    .pm_prod_details_h3 {
        border-bottom: 1px solid #dcdcdc;
        margin-top: 0;
        padding-top: 5px;
        padding-bottom: 5px;
        font-family: Gilroymedium;
        font-weight: 700;
        font-size: 21px;
        margin-bottom: 4px
    }

    .pm_prod_details_box p {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .pm_prod_details_box .cc {
        font-family: gilroybold;
        margin-bottom: -2px;
    }

    .pm_prod_details_box ul {
        font-size: 16px
    }

    .pm_reviews_box {
        float: left;
        width: 100%
    }

    .pm_surefit_box {
        margin-top: 15px;
        display: inline-block;
        width: 100%
    }

    .pm_surefit_img {
        float: left;
        margin-top: 6px;
        margin-left: 15px;
        width: 100px
    }

    .pm_surefit_name {
        font-size: 19px;
        float: left;
        margin-top: 8px;
        margin-bottom: 7px
    }

    .product_modal .pm_surefit_name {
        font-size: 19px;
        float: left;
        margin-top: 10px;
        margin-bottom: -3px
    }

    .pm_thumbnails {
        list-style-type: none;
        width: 21%;
        overflow-x: hidden;
        /* SHOP-5205 */
        max-height: 355px;
    }

    .pop1_wrap {
        top: 18%
    }

    .prev_arrow_img {
        transform: rotate(180deg);
        max-width: 12px
    }

    .product_img img {
        width: 100%
    }

    .fr_try_on_pd_btn_box {
        width: 19%;
        position: absolute;
        bottom: 26px;
        left: 3%;
        text-align: center;
        margin: 0 auto;
        border: 1px solid #bfbfbf;
        padding-top: 10px;
        cursor: pointer
    }

    .fr_try_on_pd_btn_box img {
        width: 50px;
        margin-bottom: 4px
    }

    .fr_try_on_pd_text {
        font-family: Gilroybold;
        font-size: 16px
    }

    .product_img_more_text {
        position: absolute;
        top: 321px;
        text-align: center;
        font-size: 15px;
        width: 115px;
        font-family: gilroybold;
        z-index: 100;
        width: 0;
        height: 0;
        border-left: 58px solid transparent;
        border-right: 58px solid transparent;
        border-top: 33px solid #bababa
    }
 .msf_green_text {
    color: #8ac353;
}
    .product_img_more_text_2 {
        position: absolute;
        top: 322px;
        text-align: center;
        font-size: 15px;
        width: 115px;
        font-family: gilroybold;
        z-index: 100;
        width: 0;
        height: 0;
        border-left: 58px solid transparent;
        border-right: 58px solid transparent;
        border-top: 32px solid #fff;
        transform: scale(.96);
        margin-top: -1px;
        margin-left: 0
    }

    .share_look_link {
        display: block;
    }

    .shopping_cart_icon {
        width: 22px
    }

    .size select {
        color: #333;
        font-size: 13px;
        font-family: GilroyMedium;
        font-weight: 800;
        padding: 8px;
        height: 43px;
        width: 100%;
        background: 0 0;
        border: 1px solid #c7c7c7;
        border-radius: 2px;
        max-width: 300px
    }

    .su_activation_popup_btn {
        position: fixed;
        bottom: 35px;
        left: 50%;
        width: 150px;
        margin-left: -226px;
        background: #8ac353;
        color: #fff;
        border: none;
        margin-top: 10px;
        padding: 15px;
        border-radius: 2px;
        font-weight: 700;
        font-size: 18px;
        z-index: 2000
    }

    .su_error_msg {
        background: pink;
        margin-top: 10px;
        width: 300px;
        padding: 10px
    }

    .su_text_me_btn_box>.btn_primary {
        padding-left: 30px;
        padding-right: 30px;
        font-family: gilroy !important;
        font-size: 16px;
        border: none; 
      height: 56px;
    }
.su_text_me_box {
    margin-top: 30px;
}
    .su_text_me_btn_box {
        float: left;
        text-align: left
    }

    .su_text_me_input_box {
        width: 67%;
        float: left;
        margin-right: 20px
    }

    .su_text_me_desc {
        font-size: 24px;
        line-height: normal
    }

    .su_get_started_text {
        font-size: 28px;
        font-family: gilroybold
    }

    .su_text_me_text_large {
        font-size: 24px;
        margin-bottom: 26px;
        color: #646464
    }
.su_confirm_box_li {
    list-style-type: none;
    text-align: left;
    font-size: 22px; 
    font-family: gilroybold; 
}
.mobile_mode .su_confirm_box_text {
    font-size: 16px;
    font-family: Gilroymedium;
    padding: 0;
}
.mobile_mode .su_confirm_box_ul {
    padding-left: 0;
    margin: 0 auto;
    width: 300px;
    padding-left: 25px;
    margin-bottom: -6px;
}
.su_confirm_box_ul {
    padding-left: 0;
    margin: 0 auto;
    width: 300px;
    padding-left: 37px;
    margin-bottom: -6px;
    }

#msf_check_mark {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 25px;
    margin-bottom: -3px;
}

#msf_check_mark::before {
    position: absolute;
    left: 0;
    top: 50%;
    height: 50%;
    width: 3px;
    background-color: #92c368;
    content: "";
    transform: translateX(10px) rotate(-45deg);
    transform-origin: left bottom;
}

#msf_check_mark::after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background-color: #92c368;
    content: "";
    transform: translateX(10px) rotate(-45deg);
    transform-origin: left bottom;
}
    h2.su_upload_selfie_heading {
        margin-top: -19px
    }
p.su_confirm_box_text {
    font-size: 18px;
    font-family: 'Gilroymedium';
    padding: 0;
}

p.su_confirm_box_plus_text {
    margin-top: -25px;
    padding: 0;
    font-size: 64px;
    color: #92c368;
    margin-bottom: -14px;
}
  .su_confirm_box_text_large {
    font-size: 24px;
    font-family: 'Gilroybold';
}
    .success_banner_status_mini {
        display: none;
        transition: .3s all
    }

    .swell_balance {
        font-size: 23px;
        font-family: gilroybold
    }

    .swell_balance_label {
        margin-top: -10px;
        margin-bottom: 0
    }

    .swell_point_label {
        font-size: 11px;
        text-transform: capitalize
    }

    iframe#swell-popup {
        border: none !important
    }

    .rewards_btn {
        top: 0 !important;
        right: 250px !important;
        border-radius: 0 0 5px 5px !important;
        padding-top: 10px !important;
        font-family: gilroy !important;
        background-color: #333 !important;
        font-weight: 700 !important;
        z-index: 1039 !important;
        height: 40px;
        width: 130px;
        text-align: center;
        cursor: pointer;
        color: #fff;
        font-size: 14px;
        position: absolute;
        border: none;
        padding-bottom: 10px
    }

    .swell-point-balance {
        font-family: gilroybold;
        font-size: 23px
    }

    .swell-tab {
        top: 0 !important;
        right: 343px !important;
        border-radius: 0 5px 5px !important;
        padding-top: 13px !important;
        font-family: gilroy !important;
        background-color: #8ac353 !important;
        font-weight: 700 !important;
        z-index: 1039 !important;
        height: 48px !important;
        width: 200px !important;
        display: none;
        left: unset !important
    }

    .swell_point_box {
        float: right;
        line-height: 1;
        padding-left: 10px;
        background: #000;
        margin-top: -13px;
        margin-right: 0;
        padding-bottom: 5px;
        border-radius: 0 0 4px 0;
        color: #fff;
        padding-top: 5px;
        padding-right: 8px
    }

    .top-cart {
        margin-bottom: 0
    }

    .yotpo .yotpo-regular-box {
        padding: 25px 0 22px;
        margin: 0 10px;
        border-top: none
    }

    .yotpo-label.yotpo-small-box {
        display: none
    }

    .square {
        position: absolute;
        height: 32px;
        width: 32px;
        background: #000;
        opacity: .2
    }

    .square-a {
        -webkit-animation: fadeIn 1s infinite;
        -moz-animation: fadeIn 1s infinite;
        animation: fadeIn 1s infinite
    }

    .state1a {
        top: 0;
        left: 0
    }

    .state2a {
        top: 0;
        left: 40px;
        -webkit-animation-delay: .2s;
        -moz-animation-delay: .2s;
        animation-delay: .2s
    }

    .state3a {
        top: 40px;
        left: 40px;
        -webkit-animation-delay: .4s;
        -moz-animation-delay: .4s;
        animation-delay: .4s
    }

    .state4a {
        top: 40px;
        left: 0;
        -webkit-animation-delay: .6s;
        -moz-animation-delay: .6s;
        animation-delay: .6s
    }

    .su_text_me_text_large {
        line-height: 1.1
    }

    .text-m {
        display: none
    }

    .yotpo.yotpo-main-widget.yotpo-medium .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-1 .yotpo-default-button .yotpo-icon-button-text {
        display: block !important
    }

    .yotpo .form-group .form-element .y-label {
        display: block;
        white-space: nowrap;
        padding: 0;
        position: relative;
        left: 0;
        padding-bottom: 5px !important
    }

    .zoomContainer {
        z-index: 1055 !important
    }

    .btn_primary.cm_btn {
        height: 44px;
        padding: 10px;
        width: 150px;
        background: #000;
        margin-left: -6px;
        margin-top: 15px;
        padding-left: 0;
        padding-right: 0
    }

    #fr_select_sort:focus {
        outline: 0 !important;
    }
}

#fr_qs_search_box_main {
    position: relative
}

.gst_right_header_text a {
    color: #a5cd82;
    font-size: 16px;
    font-family: Gilroybold
}

.gst_right_header_login_box {
    float: right;
    margin-left: 35px
}

.gst_fr_cart_dropdown_box {
    float: left;
}

.gst_fr_cart_dropdown_box #dropdown-cart .triangle_arrow {
    right: 213px
}

.gst_fr_cart_dropdown_box #dropdown-cart {
    right: -263px;
    /* top: 40px; */
}

#fr_qs_search_box_main {
    position: relative
}

.gst_right_header_text a {
    color: #a5cd82;
    font-size: 16px;
    font-family: Gilroybold;
    /* margin-right: 5px; */
    /* margin-left: 5px; */
    /*---5218---*/
    margin-right: 3px;
    margin-left: 3px;
    /*---5218---*/
}

.gst_right_header_login_box {
    float: right;
    margin-left: 25px
}

.gst_fr_cart_dropdown_box {
    float: left;
    margin-right: 25px;
}

.gst_fr_cart_dropdown_box #dropdown-cart .triangle_arrow {
    right: 285px;
}

form#customer_login_form {
    /* padding: 20px; Riaz SHOP-5406 */
    padding:20px 15px;
    margin-top: 40px
}

.email_option {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 24px;
    font-family: Gilroymedium
}

.form-group {
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 10px
}

.forgot_txt {
    position: absolute;
    right: 8px;
    top: 17px
}

.guest_user_popup_login .dont_have_txt {
    color: #646464;
    font-family: Gilroy;
    font-size: 14px;
    text-align: center
}

/* -------Riaz SHOP-5406 
#customer_login {
    background: #91c367;
    color: #fff;
    border-radius: 0;
    width: 100%;
    max-width: 350px;
    margin-top: 15px
}------------Riaz SHOP-5406 */

#forgot_password_link {
    color: #a5cd82
}

.su_modal_main_h1 {
    font-size: 20px;
    padding-bottom: 0px;
    margin-bottom: 0;
    margin-top: 13px;
}

.su_modal_main_h1 img {
    width: 117px;
    margin-top: -3px
}


.su_image_box {
    display: none
}

.req_field_left::before {
    content: "*";
    display: inline-block;
    margin-right: 3px;
    color: #8ac25b
}

.req_field_right::after {
    content: "*";
    display: inline-block;
    margin-left: 2px;
    color: #8ac25b
}

#signupForm {
    text-align: center
}

/* #sign_up_modal .btn_primary#register_button { Riaz SHOP-5406
    margin-top: 10px;
    width: 100%;
    padding-top: 8px;
    max-width: 350px;
    margin: 0 auto !important;
    text-align: center
} Riaz SHOP-5406 */

.den_required.req_field_left {
    margin-bottom: 0;
    text-align: left;
    max-width: 350px;
    margin: 0 auto
}

.fr_dropdown.fr_dropdown_color.fr_dropdown_nodrop .fa-caret-down {
    color: #dcdcdc
}

.fr_dropdown.fr_dropdown_color.fr_dropdown_nodrop div {
    cursor: not-allowed
}

.btn_primary.fr_qs_btn {
    position: absolute;
    top: -2px;
    right: 4px;
    background: 0 0;
    color: #92c368;
}

.btn_primary.fr_qs_btn:hover {
    color: #92c368 !important
}

.tec_product_box.withoutModel.tt-suggestion.tt-selectable {
    width: 32%;
    border: 1px solid #dcdcdc;
    margin-left: .5%;
}

.tec_side_search_box input:focus-visible {
    border: none !important;
    outline: 0
}

.fr_dropdown_close_btn.open:hover,
.fr_size_close_btn.open:hover {
    color: #000
}


/*-----------Riaz: SHOP-4773, SHOP-4863 , SHOP-5018, SHOP-5533--------------*/
.fr_dropdown_close_btn.open,
.fr_size_close_btn.open {
    display:block;
    position: absolute;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0, 0, 0);
    z-index:20000;
    right: 2px;
    top: 2px;
    border: none;
    height: 22px !important;
    width: 22px !important;
    color: #000000;
    background: #fff;
    font-family: Gilroymedium;
    font-size: 13px;
    cursor: pointer;
    padding: 0;
}
.fitting_room_pd_price_box .fr_dropdown_close_btn_color.open{
    right:0px !important;
}
.fitting_room_pd_price_box .fr_size_close_btn {
    right: -2px !important;
}

/*-----------Riaz: SHOP-4773, SHOP-4863 SHOP-5018--------------*/

.fr_dropdown_close_btn.open {
    z-index: 980
}

.fr_cl_error_message .close {
    right: -16px;
    top: -11px;
    border-radius: 50px;
    border: none;
    padding: 10px;
    height: 30px;
    width: 31px;
    color: #fff;
    background: #323232;
    font-family: gilroy !important;
    padding-top: 0;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    position: absolute;
    opacity: 1 !important;
    float: unset;
    font-weight: unset !important;
    text-shadow: unset;
    line-height: unset
}

.product_item_thumb_cart_drop_down {
    float: left;
    border: 1px solid #dcdcdc
}

.product-details .btn-remove {
    width: 18px !important;
    position: absolute;
    top: 14px;
    right: 6px;
}

.mini-products-list .item:last-child {
    border-bottom: none
}

.mini-products-list.list-scroll {
    padding: 0 10px 0 10px
}

.mini-products-list .product-image {
    float: left;
    margin-right: 15px;
    display: block
}

.mini-products-list {
    display: block;
    clear: both;
    margin-bottom: 0;
    padding: 0;
    max-height: 387px;
    overflow-y: auto;
    margin-top: 10px;
}

.mini-products-list .item {
    display: block;
    clear: both;
    position: relative;
    padding-right: 15px;
    display: block;
    padding-bottom: 25px;
    margin: 0;
    /* overflow: hidden; */
    padding-top: 8px;
    margin-bottom: 10px;
}

.mini-products-list .item:last-child {
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 47px;
}

.mini-products-list .product-details {
    overflow: hidden
}

#dropdown-cart .product-name {
    margin-bottom: 5px;
    height: auto;
    display: block;
    min-height: 19px;
}

#dropdown-cart .summary {
    display: block;
    clear: both;
    padding-top: 0px;
    padding-bottom: 0px;
    overflow: hidden;
    text-transform: uppercase;
}

#dropdown-cart .summary .price {
    /* display: block; */
    /* float: right; */
    font-size: 19px;
    font-weight: 700;
    color: #000;
    float: inline-block;
}

#dropdown-cart .actions {
    max-width:50%;
  	margin-left:auto;
    padding: 0 14px;
}

#dropdown-cart .text-cart {
    text-align: center;
    width: 50%;
    float: left;
    margin-bottom: 0 !important;
    display: none;
}

#dropdown-cart .text-cart a:hover {
    border-bottom: 0;
    text-decoration: none;
    background: #8ac353 !important
}

#dropdown-cart .cart-collateral {
    color: #727272;
    height: auto;
    line-height: 1
}

#dropdown-cart .cart-collateral .price {
    font-weight: 700;
    color: #000;
    font-size: 16px;
    font-family: 'Gilroymedium';
}

#dropdown-cart .product-name a {
    color: #191919;
    width: 100% !important
}

/* shop-5525 */
.mini-products-list a.product-image {
    width: 25%;
    margin: 0;
}

#secondary_menu {
    width: 400px;
    background: #fff;
    padding: 0;
  z-index: 1062;
}

.dropdown-menu>li>a {
    line-height: 1;
    font-weight: unset !important;
    color: #000;
    font-family: gilroy !important;
    margin-bottom: 0;
    font-size: 16px !important
}

.tec_dd_li:hover {
    background: #f5f5f5;
    margin-left: 0 !important;
    padding-left: 10px !important;
    cursor: pointer
}

.tec_sort_label {
    display: inline-block;
    color: grey;
    font-size: 16px
}

#fr_select_sort {
    border: 1px solid #dcdcdc;
    padding: 8px 25px 8px 3px;
    color: grey
}

.collection_fitting-room #tec_product_grid_box,
.collection_favorites #tec_product_grid_box {
    height: calc(100vh - 206px);
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding-right: 5px;
}

.mobile_mode.collection_favorites #tec_product_grid_box,
.mobile_mode.collection_fitting-room #tec_product_grid_box {
    height: calc(100vh - 268px);

}

#tec_product_grid_box {
    margin-right: -10px
}

.tec_account_h1 {
    /* text-transform: uppercase; */
    /* color: #8ac353; */
    font-family: 'Gilroy';
    font-weight: bold;
    background: white;
    width: auto;
    display: inline-block;
    margin-bottom: -6px;
    padding-right: 3px;
}

.tec_account_small_span {
    text-transform: lowercase;
}

.tec_account_black_span {
    color: black;
    font-size: 19px;
}

.tec_account_sum_header {
    background-image: repeating-linear-gradient(to right, #dcdcdc 0%, #dcdcdc 50%, transparent 50%, transparent 75%);
    background-position: bottom;
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 10px 2px, 11px 3px, 3px 9px, 3px 10px;
}

.tec_account_sum_container {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    margin-top: 62px; /*-------------Riaz SHOP-5508------*/
    border: 1px solid #dcdcdc;
    padding: 20px;
    position: relative;
}

.tec_account_sum_box {
    border: 2px solid #dcdcdc;
    margin-top: 15px;
    padding: 15px;
    position: relative;
}

.tec_account_h2 {
    margin: 0;
    margin-left: -15px;
    margin-right: -15px;
    background: #f1f1f1;
    margin-top: -15px;
    padding: 9px;
    padding-left: 25px;
    font-size: 19px;
    font-family: 'Gilroymedium';
    border-bottom: 2px solid #dcdcdc;
}

.dm_selection_box {
    /* SHOP-5611 change width: 31%; */
    width: 23%;
    border: 1px solid #dcdcdc;
    position: relative;
    height: auto;
    float: left;
    margin: 1%;
    cursor: pointer;
}
dm_selection_box img{
    margin-top:5px;
}
.dm_selection_label {
    position: absolute;
    top: -1px;
    text-align: center;
    width: 100%;
    padding:4px 6px;
    background: black;
    color: white;
    /* SHOP-5611 reduce size font-size: 16px; */
    font-size: 14px;
}

.btn_primary.dm_cta_btn {
    position: absolute;
    top: 41%;
    width: 150px;
    left: 50%;
    margin-left: -75px;
}

.dm_selection_box.dm_cta_box .dm_selection_label {
    background: #92c368;
}

.dm_default_clothes_img.dm_selection_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

div#demo_model_select_modal .modal-dialog {
    margin: 0 auto;
    position: relative;
    height: auto;
    padding-bottom: 100px;
}

#demo_model_select_modal .modal-header {
    border-bottom: none !important;
    /* margin-bottom: 48px; comment it SHOP-5615 #2 */
}

.msf_modal_icon {
    display: inline-block;
    width: 69px;
    margin-right: 20px;
}

#demo_model_select_modal .tec_account_black_span {
    /* position: absolute; */
    top: 48px;
    background: white;
    /* padding: 10px; */
    left: 93px;
}

/* SHOP-5406 #edit_look_main_container .fitting_room_add_to_cart_btn {
    border-left: 0;
    background: grey;
    transition: .3s background;
}

#edit_look_main_container .fitting_room_add_to_cart_btn:hover {
    background: #8ac353;
    transition: .3s background;
}  SHOP-5406  */

.fr_msf_cta_modal_cancel_btn.btn_primary {
    width: 300px;
    display: block;
    margin: 0 auto;
}

#favorites_link {
    width: 22px;
}

.notification_wrapper_icon {
    width: 22px;
}

.sl_social_btn {
    width: 100%;
    /* max-width: 50px; */
}

.social_media_share_button {
    width: 50px;
    margin-bottom: 7px;
}

/* SHOP-4956 */
#share_look .modal-body {
    height: calc(100vh - 150px);
    overflow: hidden;
    text-align: center;
}

#share_look .modal-header {
    height: 40px;
}

#share_look button.close {
    top: 7px;
}

#share_look .modal-title {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Gilroymedium';
    font-weight: bold;
    padding-top: 11px;
}

/* SHOP-4956 */
#share_look_model_image {
    height: 100%;
    margin: auto;
    margin-top: -30px;
}
#share_look .modal-dialog {
    margin: 0 !important;
}

.tec_header {
    background: white;
}

.tec_header.js-is-sticky.js-is-sticky--change {
    background: white;
    width: 100%;
    margin: 0;
    padding: 0 25px;
}

.tec_header.js-is-stuck {
    top: 0;
    background: white;
    width: 100%;
    margin: 0;
    padding: 0 25px;
}

.tec_account_sum_item {
    font-size: 18px;
    font-weight: bold;
    padding-left: 11px;
    padding-top: 15px;
    margin-bottom: 0;
    min-height: 40px;
}

.tec_account_sum_edit {
    position: absolute;
    right: 0;
    top: 57px;
    right: 15px;
    font-family: 'Gilroymedium';
}

.tec_order_table_box thead {
    background: #f1f1f1;
    font-size: 16px;
    /* border: 1px solid #dcdcdc; */
}

.tec_order_table_box table {
    margin-top: 45px;
    border-spacing: 0 7px;
    border-collapse: separate;
}

tr.tec_order_tr {
    border: 2px solid #dcdcdc;
}

.tec_order_table_box thead tr {
    border: 4px solid #000000;
}

.tec_order_header_left {
    border-left: 2px solid #dcdcdc;
    border-bottom: 2px solid #dcdcdc;
    border-top: 2px solid #dcdcdc;
    padding-left: 25px !important;
}

.tec_order_header_right {
    border-right: 2px solid #dcdcdc;
    font-family: 'Gilroymedium';
}

.tec_order_td {
    border-top: 2px solid #dcdcdc;
    border-bottom: 2px solid #dcdcdc;
    padding-top: 10px !important;
    padding-bottom: 15px !important;
    font-size: 16px;
}

.tec_order_td.tec_order_header_right a {
    font-size: 14px;
}

#su_modal_heading {
    padding-bottom: 7px;
    padding-left: 0 !important;
    margin-left: -15px;
    margin-top: -18px;
}

#error_phone_number {
    text-align: left;
}

.tec_fr_rem_btn {
    position: absolute;
    top: -7px;
    left: -4px;
    right: unset;
    padding: 10px;
    color: grey;
    font-size: 16px;
}

.tec_fr_rem_btn {
    position: absolute;
    top: -7px;
    left: -4px;
    right: unset;
    padding: 10px;
    color: grey;
    font-size: 16px;
}

#edit_look_container .fr_dropdown {
    /* Riaz SHOP-5581*/
    position: relative;
    padding: 5px 5px 8px 0;
    border-bottom: 1px solid #000;
    width: 100%;
}

#edit_look_main_container .fitting_room_cl_prod_link .fa {
    display: none;
}
/* Riaz SHOP-5581 */
#edit_look_main_container .fitting_room_cl_prod_link {
    font-size: 16px;
    display: inline-block;
    margin: 4px auto;
}
/* /Riaz SHOP-5581 */



.tec_price_text {
    position: absolute;
    top: 20px;
    /* SHOP-5282 change it from 3px */
    left: 5px;
    color: black;
    z-index: 202; /* shop-5527 */
}

.activeproduct .tec_price_text {
    color: #92d050;
}

.tec_cart_title {
    margin-top: -3px !important;
    font-size: 16px;
    margin-bottom: 4px;
}

.product-details .option {
    margin-top: 13px;
}

.loading_icon_box.activated {
    background: white;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: .6;
    display: block !important;
}

.active_menu_item {
    color: #000;
    text-decoration: none;
    background-color: #f5f5f5;
    margin-left: 0;
    padding-left: 10px;
    border-top: 1px solid #dcdcdc;
    margin-top: -1px;
    text-decoration: none !important;
    text-transform: none !important;
    border-left: 3px solid #8ac353;
    margin-left: 0 !important;
}

.tec_back_box {
    position: absolute;
    top: -25px;
    font-size: 16px;
    font-family: 'Gilroymedium';
    left: 0;
}

.order_from_txt {
    margin-top: 15px;
}

.tec_order_details_box #order_details_table {
    margin-top: 0;
}

.order_from_txt span {
    font-family: 'Gilroybold';
}

.order_details_ship_info_header {
    font-size: 20px;
    font-family: 'Gilroymedium';
    font-weight: bold;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 0px;
    text-transform: uppercase;
    margin-bottom: 17px;
}

.row.order_details_ship_detail {
    margin-top: 15px;
    margin-bottom: 15px;
}

.order_details_ship_sub_header {
    font-family: 'Gilroymedium';
    font-size: 16px;
}

.row.order_details_bill_detail {
    margin-top: 15px;
}
.page-link.fr_paginate_item.prev,
a.page-link.fr_paginate_item.next {
    transform: scaleY(1.5);
}

span.ellipse {
    transform: translateY(-4px);
    }
.disabled span.current.next {
    text-decoration: none;
      transform: scaleY(1.5);
}
.mobile_mode .fr_product_grid_container #tec_product_pagination_box {
    width: 160px;
    margin-left: -84px;
    left: 50%;
    position: absolute;
    padding: 0;
}
#tec_product_pagination_box li {
    list-style: none;
    height: 30px;
    /* Start SHOP-5241 Danish */
    width: 25px;
    /* End SHOP-5241 Danish */
    display: inline-block;
    background: white;
    border: none;
    font-family: 'Gilroymedium';
}

.disabled .current.prev {
background: #fff;
    color: #a9a9a9;
    text-decoration: none;
    transform: scaleY(1.5);

}

.light-theme a,
.light-theme span {
  box-shadow: none;
    border: none;
    color: #666666;
    background: white;
    text-align: center;
    margin: 0;
    font-weight: 400;
    float: unset;
    padding: 2px 0 0;
    border-radius: 0;
    display: block;
}

#tec_product_pagination_box li.active {
    border: none;
}

#tec_product_pagination_box ul {
    padding-left: 0;
    margin-top: 5px;
    min-width: 122px;
}

.fr_product_grid_container .tec_product_pagination_box ul {
    padding-left: 0 !important;
}

.shared_looks_selfie_box {
    width: 30%;
    margin-top: 25px;
    display: inline-block;
    margin-right: 3%;
    max-height: 250px;
    overflow: hidden;
    border: 1px solid #dcdcdc;
    position: relative;
}

#get_share_look img.img-responsive {
    width: 263px;
    margin-top: -30px;
    height: 607px;
    transform: scale(.5);
    margin-top: -185px;
}

.sl_like_summary_box {
    position: absolute;
    bottom: 11px;
    right: -7px;
    width: 88px;
}

.caption.shared_looks_selfie_feedback {
    position: absolute;
    top: 1px;
    font-size: 12px;
    left: 3px;
}

.caption.shared_looks_selfie_feedback h1 {
    font-size: 12px;
}
/* ---Start Riaz SHOP-5406---- */
.sl_dislike_icon {
    background: url('leave_it_icon_active.png') no-repeat;
    background-position: 1px center;
    background-size:18px;
    width: 28px;
    height: 28px;
    color: #000;
    font-family: Gilroymedium;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    padding-left: 19px;
    margin-right: 1px;
}

.sl_like_icon {
    background: url('love_it_active.png') no-repeat;
    background-position: 1px center;
    background-size:18px;
    width: 28px;
    height: 28px;
    color: #000;
    font-family: Gilroymedium;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    padding-left: 19px;
    margin-right: 1px;
}
/* ---End Riaz SHOP-5406---- */
.tec_feedback_text {
    position: absolute;
    bottom: 0;
    left: 4px;
    font-size: 12px;
}

.tec_feedback_sl {
    font-size: 9px;
    color: grey;
}

.sl_like_box {
    width: 50%;
    display: inline-block;
}

.sl_dislike_box {
    width: 50%;
    display: inline-block;
}

.sl_dislike_count,
.sl_like_count {
    font-family: 'Gilroybold';
}

.tec_clear_filter_link {
    float: right;
    font-size: 14px;
    font-family: 'Gilroymedium';
    /* background: black; */
    /* color: white; */
    color: #b9b9b9;
    /* padding: 4px; */
}

.tec_clear_filter_link:hover {
    color: #92c368;
    text-decoration: none;
}

.tec_clear_filter_link {
    float: right;
    font-size: 14px;
    font-family: 'Gilroymedium';
    /* background: black; */
    /* color: white; */
    color: #b9b9b9;
    /* padding: 4px; */
}

.tec_clear_filter_link:hover {
    color: #92c368;
    text-decoration: none;
}

.total {
    text-align: right;
}

.mobile_mode span.hidden-xs {
    display: none;
}

.mobile_mode .tec_header {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 10px;
    height: 90px;
    display: block;
}

.tec_header {
    height: 60px;
    border-bottom: 1px solid #dcdcdc;
    margin-left: 25px;
    margin-right: 23px;
    font-family: Gilroy;
    z-index: 1200;
    background: white;
    position: relative;
    /* SHOP-5618 */
    display: flex;
    justify-content: space-between;
}

.tec_logo_box {
    float: left;
    width: auto;
    /* ----SHOP-5519----- */
    display: flex;
    /* ----SHOP-5519----- */
    /*---SHOP-5218---*/
    position: relative;
    /*---SHOP-5218---*/
    /* SHOP-5618 */
    align-items: center;
}

.tec_right_icon_box {
    height: 60px;
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: end;
}

/* SHOP-5618 */
.reg_box{
    margin-left: auto;
    margin-right: 10px;
}

.tec_msf_logo {
    width: 22px
}

.tec_enter_fr_box {
    font-family: Gilroymedium;
    width: auto;
}

.gst_fr_right_menu_box{
    width: auto;
    float: left;
    margin-right: 25px;
    margin-top: 19px;
    position: relative;
}

/* SHOP-5618 */
.tec_logo_img {
    max-width: 160px;
    margin-top: 4px
}

.tec_rewards_value {
    margin-bottom: -6px
}

.tec_rewards_box {
    float: left;
}

.gst_fr_right_menu_box .tec_rewards_box {
    float: left;
    margin-top: -9px !important;
    margin-right: 0;
}

.tec_rewards_desc {
    margin-bottom: 0;
    font-size: 10px;
    font-family: Gilroymedium;
    text-align: center
}

.tec_rewards_value {
    font-family: Gilroybold;
    font-size: 19px;
    color: #92c368
}

.tec_rewards_link {
    text-align: center
}

.tec_menu_box {
 
    margin-right: 0px !important
}
/* ---------------Riaz SHOP-5456--------- */
.tec_search_filter_box {
    width: 20%;
    float: left;
    padding: 15px;
    padding-top: 56px;
    padding-left: 0;
    position:sticky; 
    top:0;
}
/* ---------------Riaz SHOP-5456--------- */

.tec_product_grid_container {
    float: left;
    width: 80%;
    /* margin-top: 15px;  Fix SHOP-5508 */
}

#tec_collection_header_title {
      font-family: Gilroybold;
    margin-bottom: 0;
    padding-left: 4px;
    text-transform: capitalize;
    margin-bottom: 4px;
    padding-top: 5px;
    font-size: 26px;
  display:inline-block;
}
/* Riaz SHOP-5583 */
#tec_collection_header_title a.active:hover{
    color: #000000 !important;
   
}
#tec_collection_header_title a.active{
    cursor:default !important;
    pointer-events: none;
}
/* Riaz SHOP-5583 */

.tec_sort_box {
    position: absolute;
    right: 0;
    top: 11px;
}

.tec_product_box .fitting_room_cl_prod_link {
    margin-top: 0;
}

.tec_product_box {
    border: 2px solid #dcdcdc;
    width: 24.5%;
    display: inline-block;
    margin: .5%;
    position: relative;
    transition: .5s all;
    margin-left: 0;
    margin-bottom: 0;
}

/* SHOP-5400 danish */
/* .tec_product_box:not(.withModel) {
    min-height: 21vh;
}
@media all and (max-width: 768px) {
  .mobile_mode .tec_product_box:not(.withModel) {
      min-height: 32vh;
  }
}
@media all and (max-width: 540px) {
  .mobile_mode .tec_product_box:not(.withModel) {
      min-height: 57vw;
  }
} */
/* START: SHOP-4771 danish */
.fitting_room_cl_prod_link {
  position: relative;
}
.tec_product_box.withModel .hanger.show_loader:before,
.fitting_room_cl_prod_link.show_loader:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    background-image: url(loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    opacity: .7;
}
.tec_product_box.withModel .hanger.show_loader {
    z-index: 10;
}
/* END: SHOP-4771 danish */
.tec_product_box.withoutModel.activeproduct {
    border: 2px solid #8ac353;
}

.tec_product_box.withoutModel.activeproduct a {
    color: #8ac353;
}

.tec_product_box:hover {
    border: 2px solid black;
    transition: 1s all;
}

.tec_product_box:hover a {
    color: unset;
}

.fitting_room_main_container {
    height: 100%;
    width: calc(100% - 50px);
    margin-left: 25px;
    margin-right: 25px
}

.tec_product_box_msf.tec_add_msf {
    width: auto;
    position: absolute;
    border: none;
    width: 50px;
    height: 50px;
    padding: 0;
    background: 0 0;
    bottom: 15px;
    right: 15px;
    transition: .3s all;
}

.fr_product_try_btn.fr_try_on_green {
    width: 50px
}

.tec_product_grid_header {
    position: relative
}

.tec_sort_text {
    display: inline-block
}

.tec_sort_dropdown {
    display: inline-block
}

.tec_sort_box_btn {
    background: #fff;
    border: 1px solid #dcdcdc;
    width: 130px;
    text-align: left;
    color: grey
}

.tec_sort_text {
    color: grey
}

.tec_sort_dropdown_caret {
    position: absolute;
    right: 8px;
    top: 3px;
    transform: rotate(90deg) scaleY(1.9);
    color: grey
}

.tec_side_search_box input {
    background: #f3f3f3;
    border: none;
    height: 40px;
    width: calc(100% + 50px);
    padding: 15px;
    font-family: Gilroy
}
/* SHOP-5542 */
.tec_side_filter_heading {
    font-size: 17px;
    padding-bottom: 10px;
    margin-bottom: 0;
    margin-top: 12px;
    padding-left: 6px;
    font-family: Gilroy
}
.tec_side_filter_heading span{
    font-family: Gilroymedium
}
.tec_side_filter_container .flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #dcdcdc;
}
.clear_all_fltr{
    text-transform: uppercase;
    font-size: 12px;
    display: flex;
    margin-right: 6px;
    margin-left: 5px;
}
.clear_all_fltr svg{
    width: 15px;
    height: 15px;
    margin-left: 5px;
}
/* .clear_all_fltr:hover svg,
.clear_all_fltr:hover svg path{
    fill: #92c368;
}
.clear_all_fltr:hover{
    color: #92c368;
    text-decoration: none;
} */

.tec_filter_caret.caret {
    position: absolute;
    right: 9px;
    top: 16px;
    /* Shop-5459 */
}

.tec_filter_cat_btn.btn_primary {
    background: 0 0;
    color: #333;
    font-size: 17px;
    border: none;
    box-shadow: none;
    text-align: left;
    padding-left: 0;
    display: block;
    border-bottom: 1px solid #dcdcdc;
    width: 100%;
    text-transform: uppercase;
    font-family: Gilroy;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 6px;
    position: relative
}

.tec_filter_cat_btn.btn_primary:hover {
    color: #333 !important;
    text-decoration: none;
    /* SHOP-5563 */
}

.tec_side_search_box {
    margin-bottom: 29px
}

.tec_filter_cat_btn.btn_primary.filter_active {
    border-color: #fff;
    font-family: Gilroymedium
}

.noUi-tooltip {
    max-width: 70px
}

.noUi-tooltip input {
    max-width: 58px;
    border: 1px solid #ccc
}

#filter_Price.open_filter {
    border-bottom: 1px solid #dcdcdc;
    /* Start SHOP-5314 Danish */
    padding-top: 0;
    /* End SHOP-5314 Danish */
}

.fc_box.open_filter {
    position: relative;
    transform: scaleY(1)
}

.tec_filter_cat_btn.btn_primary.filter_active .caret {
    transform: rotate(180deg);
    transition: .1s all
}

#filter_Color li {
    padding: 5px;
    padding-left: 0
}


.pd_scrollable_area {
    /* max-height: 100%; */
    padding: 20px;
}


/*-----------Riaz: SHOP-4773--------------*/



 .fr_cl_error_message {
    position: absolute;
  top: -50px;
    left: -10px;
    width: 197px;
    z-index: 5000;
}


/*-----------/Riaz: SHOP-4773--------------*/

.fr_cl_error_message:after,
.fr_cl_error_message:before {
    top: 44px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.fr_cl_error_message:after {
    border-color: transparent;
    border-top-color: #323232;
    border-width: 7px;
    margin-left: -15px;
}

.fr_cl_error_message:before {
    border-color: transparent;
    border-top-color: #323232;
    border-width: 13px;
    margin-left: -16px;
}

.fr_cl_error_message .close {
    right: -16px;
    top: -11px;
    border-radius: 50px;
    border: none;
    padding: 10px;
    height: 30px;
    width: 31px;
    color: #fff;
    background: #323232;
    font-family: gilroy !important;
    padding-top: 0;
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    opacity: 1 !important;
    float: unset;
    font-weight: unset !important;
    text-shadow: unset;
    line-height: unset;
     
}

.gst_size_alert.alert.alert-dismissible.fade.in {
    background: #fff;
    font-size: 15px;
    max-width: 300px;
    color: #333;
    text-align: center;
    border-radius: 2px;
    font-family: gilroybold;
    font-size: 16px;
    z-index: 1000000;
    border: 1px solid #d8d8d8;
    border-bottom: 3px solid #323232;
    padding: 10px; 
   margin-bottom: 0;
}

.gst_size_alert .close:focus,
.gst_size_alert .close:hover {
    color: #fff;
    opacity: 1
}

.fr_popover .arrow {
    left: 50% !important;
    margin-left: -46px !important;
}

.fr_popover {
    top: 46px !important;
    right: 50% !important;
    margin-left: 110px !important;
    color: #fff;
    font-size: 21px;
    text-align: center;
    width: 340px !important;
    max-width: 340px !important;
    background: #333;
    z-index: 1000;
    font-family: gilroy;
}

.fr_popover h3 {
    display: none
}

.fr_popover.top>.arrow:after {
    border-top-color: #333
}

.fr_popover button {
    border: none;
    padding: 8px;
    float: right;
    font-size: 15px;
    margin: 5px;
    border-radius: 2px;
    background: #8ac353;
    width: 46%
}

.fr_popover_close_box {
    height: 52px
}

.fr_popover_dismiss_perm {
    float: left
}

.fr_msf_cta_popover .popover-title {
    display: none
}

.fr_msf_cta_popover .popover-content-msf {
    font-family: gilroybold !important;
    padding: 9px 2px;
    padding-top: 0
}

.fr_msf_cta_popover.popover:hover {
    border-left: 5px solid #000;
    transition: .3s all
}

.fr_msf_cta_popover.popover {
    border: none;
    background: #fff;
    font-size: 15px;
    color: #333;
    text-align: center;
    border-radius: 2px;
    font-family: gilroybold;
    font-size: 16px;
    z-index: 21;
    border: 1px solid #d8d8d8;
    border-left: 2px solid #8ac353;
    height: 40px;
    transition: .3s all;
    display: block;
    left: 158px;
    top: -10px;
    opacity: 1;
    width: 210px;
}

.fr_product_try_btn.fr_product_in_fr {
    display: none
}

.withModel .tec_product_box_msf.tec_add_msf.tec_product_in_fr>.fr_product_try_btn.fr_product_in_fr {
    display: block
}

.tec_product_box_msf.tec_add_msf.activeproduct>.fr_product_try_btn.fr_product_in_fr {
    display: block
}

.tec_product_box_msf.tec_add_msf.activeproduct>.fr_product_try_btn {
    display: none
}

.tec_product_box_msf.activeproduct {
    animation-duration: .5s;
    animation-name: expandMSF;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    transition: .3s all;
    backface-visibility: hidden;
}

.tec_product_box_msf.tec_add_msf:hover .fr_product_try_btn {
    transform: scale(1.1);
    backface-visibility: hidden;
}

@keyframes expandMSF {
    50% {
        transform: scale3d(1.3, 1.3, 1.3);
    }

    100% {
        transform: none;
    }
}

.mobile_mode .tec_main_container {
    position: relative;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

/*
.mobile_mode .tec_right_icon_box #fr_mobile_fav_btn_origin_box, .mobile_mode #fr_mobile_notify_btn_origin_box, .mobile_mode #fr_mobile_cart_btn_origin_box {
    display: none !important;
}*/
.mobile_mode #fr_mobile_fr_btn_origin_box,
.mobile_mode #fr_mobile_cart_btn_origin_box,
.mobile_mode #fr_mobile_notify_btn_origin_box,
.mobile_mode .tec_right_icon_box #fr_mobile_fav_btn_origin_box {
    display: none !important
}

.mobile_mode .tec_rewards_box {
    margin-top: 2px !important;
}

.mobile_mode .tec_acct_box {
    margin-top: 11px;
}

.mobile_mode .tec_menu_box {
    margin-top: 0px !important;
    margin-right: 8px !important;
        /*----------Riaz SHOP-5355------*/
        position: relative;
        right: 0px;
        /*----------/Riaz SHOP-5355------*/
}

.mobile_mode #fr_mobile_fr_btn_box,
#fr_mobile_fav_btn_box,
#fr_mobile_notify_btn_box,
#fr_mobile_cart_btn_box {
    height: 50px;
    float: left;
    border: none;
    width: 16.666666666666666666666666666667%;
    text-align: center;
    background: 0 0;
    line-height: 1.2;
    position: relative;
    padding-top: 12px;
}

.mobile_mode .tec_enter_fr_box {
    margin-top: 0;
    margin: 0 auto;
    float: unset;
}

.mobile_mode .tec_msf_logo {
    width: 22px;
}

.mobile_mode .tec_enter_fr_link,
.mobile_mode .tec_fav_link,
.mobile_mode .fr_secondary_menu_notify_toggle,
.mobile_mode #cartToggle {
    position: relative;
    width: 22px;
    margin: 0 auto;
}

.mobile_mode .fitting_room_main_container {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
}

.mobile_mode .tec_main_container .tec_product_grid_container {
    width: 100%;
     margin-top: 90px; /*----SHOP-5508---- */
}
.mobile_mode .yotpo-text-on-background{
    margin-top: 90px;/*----SHOP-5508---- */
}
.mobile_mode .app-returnmagic, 
.mobile_mode .page-header{
    margin-top: 110px; /*----SHOP-5508---- */
}
.mobile_mode .tec_search_filter_box {
    display: none;
}

.mobile_mode #tec_collection_header_title {
    margin-top: 4px;
    font-size: 25px;
  /*  border-bottom: 1px solid #dcdcdc;*/
    margin-bottom: 8px;
}

.mobile_mode .tec_product_box.withoutModel.tt-suggestion.tt-selectable {
    width: 48%;
    margin: 1%;
}



.slick-dots {
    bottom: 20px;
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 16px;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    content: '•';
    text-align: center;
    opacity: 1;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: white
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
}

#tec_tt_close_btn {
    background: white;
    border: none;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 200;
    width: 28px;
    border: 1px solid white;
    border-radius: 50px;
    height: 28px;
    color: #8ac25b;
    font-family: 'Gilroymedium';
    padding: 0;
    padding-bottom: 0px;
    font-size: 15px;
}

.tec_tt_slider_box {
    position: relative;
}

.slick-dots {
    left: 33px;
    right: unset;
    width: 95px;
}

#tec_tt_slider {
    margin-top: 5px;
}

.mobile_mode .tec_rewards_box {
    margin-top: 7px !important;
}
/*--------------SHOP-5355-----------*/
.mobile_mode .tec_menu_box {
    margin-left: 9px;
}
/*--------------SHOP-5355-----------*/

.mobile_mode .gst_fr_cart_dropdown_box {
    margin-right: 0;
    float: unset;
}
.mobile_mode .gst_fr_cart_dropdown_box #dropdown-cart {
 right: 0;
}

.mobile_mode .shopping_cart_icon {
    width: 25px;
}

.mobile_mode .tec_header.js-is-sticky.js-is-sticky--change {
    background: white;
    width: 100vw;
    margin: 0;
    padding: 0 10px;
    padding-right: 0px;
}

.mobile_mode .tec_header.js-is-stuck {
    background: white;
    width: 100%;
    margin: 0;
    padding: 0 10px;
    padding-right: 0px;
}



#filter_modal .modal-header,
#search_modal .modal-header {
    height: 50px;
}

#filter_modal .modal-title,
#search_modal .modal-title {
    margin-top: 15px;
}

#search_modal .modal-title {
    font-size: 15px;
    margin-top: 30px;
    margin-left: -4px;
    margin-bottom: 14px;
}

#search_modal .modal-header {
    border-bottom: none;

}

#filter_modal .fc_sort_box {
    display: block;
    width: 100%;
    /* Margin removed SHOP-5285 Danish */
    text-align: right;
}

.mobile_mode .modal-dialog {
    width: 100%;
    right: unset;
    top: -2px;
    position: relative !important;
    /*Riaz Quick fixed: for IPhone Device*/
    width: auto;
    right: 0;
    left: 0;
}

.mobile_mode .modal-backdrop.in {
    top: 92px;
}

.mobile_mode #filter_modal .modal-body {
    padding-top: 0 !important;
}

.mobile_mode .fr_qs_input_box {
    max-width: unset;
    width: 95%;
    margin: 0 auto;
}

.mobile_mode #fr_search_box {
    width: 100% !important;
    border: 1px solid #dcdcdc;
    padding-left: 11px;
}

.fr_search_modal_body {
    position: relative;
    height: 100%;
    padding-top: 7px;
}

.twitter-typeahead {
    width: calc(100% - 50px);
}

.mobile_mode .fr_qs_input_btn {
    background: white;
    border: 1px solid #dcdcdc;
    border-left: none;
    color: #888888;
}



#fr_search_box:focus {
    outline: none;
}

.mobile_mode #fr_search_results_main {
    margin-top: -1px;
    width: calc(100% + 48px);
    padding-bottom: 250px;
}

/* shop-5226 */
.mobile_mode .fr_canvas_container {
    width: calc(100% - 36vw);
    left: 0;
    height: calc(100vh - 80px);
}

#fitting_room_right_sidebar_box.mobile_mode {
    display: none;
}

.mobile_mode .fr_product_grid_container {
    right: 0;
    left: unset;
    top: 90px;
    padding-right: 17px;

    height: calc(100vh - 185px);
}

.mobile_mode .fr_product_grid_container .fr_headline {
    display: none;
}

.mobile_mode .tec_product_box.withModel {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 7px;
}

span.current.next {
    background: white;
    color: #b0b0b0;
}

.mobile_mode #tec_product_grid_box {
    margin-right: -4px;
}

.mobile_mode #fitting_room_selfie_click_box,
.mobile_mode #fitting_room_outfit_click_box {
    width: 100%;
    left: 0;
    top: 66px;
}

.mobile_mode #fitting_room_selfie_click_box {
    display: none;

}

.mobile_mode #fitting_canv_hldr #fitting_room_outfit_click_box {
    display: block;
}

/* shop-5226 End */
.mobile_mode #fitting_canv {
    margin-top: -20px;
}

.fr_fitting_room_header {
    position: absolute;
    top: 38px;
    border-bottom: 1px solid #dcdcdc;
    width: calc(100vw - 30px);
    margin-left: 15px;
}

.fr_fitting_room_header h1 {
    font-size: 17px;
    font-family: 'Gilroymedium';
    text-transform: uppercase;
    margin-bottom: 2px;
}

.fr_fitting_room_h1_link {
    font-size: 12px;
    float: right;
    margin-top: 5px;
    color: grey;
    text-transform: none;
}

/* Start SHOP-4334 -  the message should be “No Products Found. “Return to All” link*/
.fr_search_not_found_green_link {
    font-size: 12px;
    float: right;
    margin-top: 5px;
    color: #92c368;
    text-transform: none;
    margin-right: 6px;
}
/*End SHOP-4334 -  the message should be “No Products Found. “Return to All” link*/

.fr_fitting_room_h1_link.fr_collection_h1_link {
    display: none;
}

.mobile_mode .fr_fitting_room_h1_link.fr_collection_h1_link {
    margin-top: 12px;
    display: block;
}

.email_option {
    font-size: 14px;
}



#sign_up_modal .modal-body {
    min-height: 637px;
}

.fr_headline_left a.fr_fitting_room_h1_link {
    margin-top: 13px;
}
/* shop-5226 */
.fr_fitting_room_h1 .green,
.fr_headline_left .green {
    color: #8ac353;
}
#fr_mobile_cart_btn_origin_box{
  height:25px;
}
.gst_fr_right_menu_box,
#fr_mobile_fr_btn_origin_box,
.tec_menu_box,
#fr_mobile_fav_btn_origin_box,
#fr_mobile_notify_btn_origin_box,
#fr_mobile_cart_btn_origin_box,
.tec_rewards_box,
.tec_acct_box,
.tec_menu_box {
    width: auto;
    float: left;
    margin-right: 25px;
    position: relative;
}

.gst_fr_right_menu_box #fr_mobile_cart_btn_origin_box {
    margin-top: 0;
    margin-right: 0;
}

.tec_product_box.withModel .hanger {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: transparent;
    background: transparent;
    z-index: 5;
}

.tec_product_box .tec_fr_rem_btn,
.tec_product_box .tec_fav_rem_btn {
    z-index: 8;
}

.customer-logged-in #fr_mobile_cart_btn_origin_box .triangle_arrow {
    right: 185px;
}




.pd_scrollable_area .fav-icon-st {
    display: none;
}

.tec_h1_green_large {
    /* margin-right: 10px; */
}

#fr_tutorial_hide {
    padding: 8px 20px;
}

.fr_popover.popover {
    border-radius: 60px;
    height: 125px !important;
    min-height: unset;
    width: 125px !important;
    /* transform: rotate(24deg); */
    top: 94px !important;
    background: white;
    color: black;
    font-family: 'Gilroymedium';
    border: 2px solid black;
    text-transform: uppercase;
    backface-visibility: hidden;
}

.fr_popover .popover-content {
    padding: 0 5px;
    position: absolute;
    top: 30%;
    width: 100px;
    height: 100px;
    left: 50%;
    margin-left: -50px;
    /* transform: rotate(
-23deg
); */
    /* margin-left: -42px; */
    font-size: 13px;
}

.fr_popover_dismiss {
    display: none;
}

.fr_popover_close_box {
    display: none;
}

.fr_popover.top>.arrow:after {
    border-top-color: #8ac353;
}

.fr_popover .popover>.arrow:after {
    border-width: 23px;
}

.fr_popover .popover.top>.arrow:after {
    bottom: -22px;
    margin-left: -24px;
    transform: matrix(1, 0, 0, 2, 0, 0);
    border-top-color: black;
}

p#fr_qs_header {
    padding: 5px 5px 0;
}

#fr_search_results_main .tt-dataset {
    padding-left: 5px;
    padding-bottom: 5px;
}

#shop_select_modal .modal-dialog {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
    height: 400px;
}

.tec_shop_modal_btn_box {
    width: 100%;
    /* max-width: 600px; */
    margin: 0 auto;
    margin-top: 50px;
    padding: 4px;
}

.tec_shop_modal_btn {
    background: grey;
    width: 33%;
    height: 42px;
    display: inline-block;
    text-align: center;
    color: white;
    font-size: 20px;
    padding-top: 7px;
    text-decoration: unset !important;
}

.tec_account_sum_header {
    margin-right: 16px;
}

#shop_select_modal .modal-header {
    border-bottom: none;
}

#shop_select_modal .modal-body {
    padding: 0;
}

#shop_select_modal .modal-footer {
    border: none;
}

.tec_homepage_btn.tec_shop_modal_btn:hover {
    background: #8ac353;
    color: white;
}

.mobile_mode .triangle_arrow {
    display: none;
}

#search_modal {
    overflow: scroll;
}

.mobile_mode .fr_popover.popover {
    top: 110px !important;
    background: white;
    height: 100px !important;
    /* transform: rotate(-20deg); */
    left: unset !important;
    right: 117px !important;
    width: 100px !important;
}

.mobile_mode .fr_popover .popover-content {
    font-size: 11px !important;
    top: 20%;
    /* text-transform: none; */
    padding: 0 12px;
    padding-top: 7px;
    /* transform: rotate(-23deg); */
    /* margin-left: -42px; */
    backface-visibility: hidden;
}


/* Shop-5361 Danish Start */
.mobile_mode #favorite_look_heart {
    /* position: absolute;
    bottom: 0 !important;
    margin-bottom: 0; */
}

.collection_favorites .tec_header,
#body_fitting-room .tec_header {
    position: fixed;
}

/* Shop-5389 Danish */
.collection_favorites .fitting_room_main_container,
.collection_fitting-room .fitting_room_main_container {
    position: fixed;
}

.pm_img_box {
    position: relative;
    /* SHOP-5205 */
    display: flex;
    justify-content: space-between;
}

.pmg_main_img_box .tec_product_box_msf.tec_add_msf {
    position: absolute;
    z-index: 9999999999;
    display: block;
}


.pm_main_img_box .tec_product_box_msf.tec_add_msf {
    z-index: 1;
    bottom: 0;
    padding: 20px;
    width: 100px;
    right: 0;
    height: 100px;
    opacity: .75; 
}
.pm_main_img_box .tec_product_box_msf.activeproduct {
  
    opacity: 1; 
}
button.dropdown-toggle.menu_dropdown_btn[aria-expanded=true] {
    margin-top: 10px;
}


.menu_dropdown_btn[aria-expanded=true] .icon-bar {
    transition: 300ms ease-in-out;
    /* background-color: #fff; */
    position: relative;
    width: 24px;
    height: 2px;
    width: 24px;
}

.menu_dropdown_btn[aria-expanded=true] .icon-bar:last-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -14px;
}

.menu_dropdown_btn[aria-expanded=true] .icon-bar:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
}

.menu_dropdown_btn[aria-expanded=true] .icon-bar:nth-child(3) {
    opacity: 0;
}

.menu_dropdown_btn[aria-expanded=true] .icon-bar {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 0;
    opacity: 1;
}

.tec_product_box.activeproduct.withModel {
    border: 2px solid #8bc25c;
}

.fitting_room_carousel_box {
    display: none;
}

.collection_favorites #demo_model_select_modal .modal-body,
#body_fitting-room #demo_model_select_modal .modal-body {
    max-height: 82vh;
    overflow-y: scroll;
}

.text-continue {
    visibility: hidden;
}

.modal {
    overflow-y: auto !important;
}

.login_modal_content #top_error_para {
    margin-top: -55px;
}

.login_modal_content #top_error_para h1 {
    font-size: 22px;
    font-family: 'Gilroybold';
}

.fc_filter_link.active_filter .fc_filter_color:before {
    content: 'L';
    position: absolute;
    left: 33%;
    top: 7%;
    font-family: arial;
    -ms-transform: scaleX(-1) rotate(-35deg);
    -webkit-transform: scaleX(-1) rotate(-35deg);
    transform: scaleX(-1) rotate(-35deg);
    color: #e2e2e2;
    text-shadow: 0px 0px 20px black, 0 0 20em black, 0 0 0.2em black;
    font-size: 16px;
    font-weight: bold;
}

.tec_product_box .tec_fav_rem_btn {
    margin-left: 5px;
    position: absolute;
    top: -7px;
    left: -4px;
    right: unset;
    padding: 10px;
    color: grey;
    font-size: 16px;
}

.product_page_surefit_popover .arrow {
    display: none;
}

.product_page_surefit_popover .fr_popover_close_box {
    display: block;
    text-align: center;
    padding-right: 20px;
}

/* start 6am 6/26 */

/*fix product detail add to cart button to bottom of product modal */
.product_modal .modal-footer {
    margin-bottom: -50px;
}

#launcher {
    display: none;
}

#fr_search_results_main .tec_product_box_msf {
    display: none;
}

.template-search .fr_fitting_room_h1_link {
    float: unset;
    margin-left: 12px;
}

.mobile_mode.template-search .fr_fitting_room_h1_link {
    float: right;
    margin-top: 5px; /*----Riaz Start: SHOP-5568---*/
}

/* SHOP-4334 raghib */
.mobile_mode.template-search .fr_fitting_room_h1_link_not_found {
    float: unset !important;
}
/* SHOP-4334 raghib */

/* SHOP-5084
.collection_fitting-room .pm_img_box .tec_product_box_msf,
.collection_favorites .pm_img_box .tec_product_box_msf {
    display: none;
}
*/ 

.fr_msf_cta_modal_p img {
    display: block;
    margin: 0 auto;
}

.fr_msf_cta_popover.popover.fr_msf_cta_popover_back {
    left: 158px;
}

.fr_cl_member .fr_dropdown.fr_size_dropdown {
    width: 150px;
}

.pm_prod_details_box ul {
    list-style: none;
    padding-left: 0;
}

.sign_up_modal .modal-header .close {
    top: 12px;
}

#terms_condition_modal .modal-dialog.modal-lg,
#su_privacy_policy_modal .modal-dialog.modal-lg {
    /* SHOP-5645
    top: 0;
    right: 0;
    padding-left: 15px;
    */
    /* padding-right: 15px; */
    text-align: left;
}

#terms_condition_modal button.close.double_modal_close,
#su_privacy_policy_modal button.close.double_modal_close {
    top: 10px;
}

#terms_condition_modal .modal-header,
#su_privacy_policy_modal .modal-header {
    position: sticky;
    top: 0;
    background: white;
    background-color: white !important;
    z-index: 10;
    padding-left: 15px;
    margin-left: -12px !important;
}

#terms_condition_modal .term_con_title2,
#su_privacy_policy_modal .term_con_title2 {
    font-size: 20px;
    margin-bottom: 2px;
}

.req_left::before {
    content: "*";
    display: inline-block;
    margin-right: 3px;
    color: #8AC25B
}

.req_right::after {
    content: "*";
    display: inline-block;
    margin-left: 2px;
    color: #8AC25B
}

#edit_personal_info_modal .modal-header {
    border-bottom: none;
}

p.personal_info_required.req_left {
    margin-bottom: 0;
    margin-top: 30px;
    text-align: right;
    margin-right: 70px;
}
/* Riaz---SHOP-5406
#customer-fields .form-footer {
    text-align: right;
    margin-top: 17px;
    border-top: none;
    margin-right: 66px;
}

#customer-fields input[type="submit"] {
    outline: none;
    margin: 0;
    display: inline-block;
    width: auto;
    float: right;
    background: #8ac353;
    border-radius: 0;
} Riaz---SHOP-5406 */

.tec_message_pref_box {
    height: 130px;
    padding-top: 11px;
}

#frm_contact p {
    margin-top: 20px;
    font-size: 16px;
    font-family: 'Gilroymedium';
    margin-bottom: -10px;
}


.mobile_mode .modal-dialog {
    max-width: unset;
}

.mobile_mode .fr_add_to_cart_box {
    display: block;
    margin-top: 12px; /*----------SHOP-5538------*/
}

#share_dialog_view1 {
    padding-bottom: 0;
}

.tec_msf_logo.tec_msc_filter_icon,
.tec_msf_logo.tec_msc_search_icon {
    margin-top: -6px;
}
/*-----Riaz shop-5244------*/
.fr_change_model_box{
    width: 22px;
    /* Shop-5361 Danish */
    position: relative;
    margin-bottom: 12px;  /* Riaz SHOP-5538 */
    /* bottom: 255px;
    right: 41px; */
    z-index: 1030 !important;
}

#tt_photo_launch_box {
    width: 22px;
    position: absolute;
    z-index: 1030 !important;
     bottom: 5px;
    right: 0px;
}
/*-----/Riaz shop-5244------*/
/*-----------for IPhone7-------*/
/* @media only screen and (-webkit-min-device-pixel-ratio: 3) {
    #tt_photo_launch_box {
        bottom: 23%;
    }
}
@media (width : 414px) and (height:736px){
    #tt_photo_launch_box {
        bottom: 28%;
    }
}
@media (width : 414px) and (height:896px){
    #tt_photo_launch_box {
        bottom: 23%;
    }
}
@media (width : 390px) and (height:844px){
    #tt_photo_launch_box {
        bottom: 24% !important;
    }
}
@media (width : 375px) and (height:667px){
    #tt_photo_launch_box {
        bottom: 31%;
    }
}
@media (width : 375px) and (height:812px){
    #tt_photo_launch_box {
        bottom: 26% !important;
    }
} */
/*-----shop-5244------*/
/* Shop-5361 Danish Start */
.fr_change_model_box .open_model_modal_btn,
#tt_photo_launch_box,
#share_look_items_product {
    display: none;
}
.open_reg_popup{
    cursor: pointer;
}
.mobile_mode .open_reg_popup{
    display: none;
}
.icon_fitt_room{
  margin-bottom: 12px;
  max-width: 22px;
  transition: all .3s;
}
.icon_fitt_room:hover{
  /* filter: invert(80%) sepia(6%) saturate(3722%) hue-rotate(45deg) brightness(89%) contrast(85%); */
}
.btn-fav.icon_fitt_room{
  margin-bottom: 8px !important;
}
.mobile_mode .fr_change_model_box .open_model_modal_btn,
.mobile_mode #tt_photo_launch_box {
    display: block;
}
/* Shop-5361 Danish Start End */

.login_modal_content .form-group {
    margin: 0 auto;
    margin-bottom: 15px;
}

.mobile_mode .tec_rewards_box {
    margin-left: -20px;
    min-width: 56px;
}

.tt_popover {
  border: 2px solid #8ac353;
  border-bottom: 8px solid #8ac353;
    width: 160px;
    text-align: center;
    border-radius: 4px;
    padding: 0 3px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  max-width: 160px; 
}

.tt_popover_close_btn {
    margin-bottom: 10px;
    width: 90px;
    border: none;
    background: #8ac353;
    color: white;
    font-family: gilroymedium;
    border-radius: 4px;
}
.tt_text {
	font-family: gilroymedium; 
    font-size: 15px; 
}


.popover.bottom > .arrow.tt_popover_arrow {
  border-bottom-color: rgb(138, 195, 83);
  border-bottom-width: 11px;
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
}
.popover.tt_popover_bottom {
  margin-top: 14px;
}
.popover.bottom > .arrow.tt_popover_arrow:after {
  top: 3px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.top > .arrow.tt_popover_arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgb(138, 195, 83);
  border-bottom-width: 0;
}
.popover.top > .arrow.tt_popover_arrow:after {
  bottom: 2px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
  /*! border-width: 10px; */
  transform: rotate(0deg);
  rotate: unset !important;
}
.popover > .arrow.tt_popover_arrow,
.popover > .arrow.tt_popover_arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tt_popover.bottom {
  border-top: 2px solid #8ac353;
  border-bottom: 8px solid #8ac353;
}


.mobile_mode .popover.tt_popover.bottom {
    margin-left: unset;
}
.tt_learn_more_text {
    font-size: 12px;
    text-decoration: underline;
    margin-top: -8px;
    color: rgb(35 82 124);
  display: none; 
}
.tt_learn_more_modal .modal-dialog {
    right: unset;
    position: relative;
    margin: 0 auto;
    margin-top: 16px;
}

.tt_learn_more_modal ul.slick-dots {
    display: none !important;
}

.tt_learn_more_modal .modal-header {
    position: absolute;
    top: 3px;
    z-index: 10000;
    right: 4px;
}

.tt_learn_more_modal .modal-title {
    display: none;
}

.tt_learn_more_modal button.close.modal_close_btn {
    position: absolute;
    z-index: 10000;
    top: 0;
    right: 0;
    width: 21px;
}

.tt_learn_more_modal .modal-content {
    padding-bottom: 0;
  border: none; 
}

#tt_modal_slider_box_women {
    margin-bottom: 0;
}

.tt_learn_more_modal button.slick-next.slick-arrow {
    color: black;
    width: 50px;
    height: 50px;
    right: -40px;
}

.tt_learn_more_modal .slick-next:before,
.tt_learn_more_modal .slick-prev:before {
    color: black;
}

.tt_learn_more_modal button.slick-prev.slick-arrow {
    width: 50px;
    height: 50px;
    left: -40px;
}
.modal-open .tt_popover {
    /* margin-left: 7px; */
    z-index: 1043;
    display: none !important;
}
.mobile_mode #tt_learn_more_modal {
    width: 90%;
    margin: 0 auto;
}

.mobile_mode .tt_learn_more_modal .modal-dialog {
    right: unset;
    position: relative;
    margin: 0 auto;
    margin-top: 16px;
    left: unset;
    height: auto;
    width: 85%;
}

.tt_learn_more_modal .modal-body {
    min-height: unset;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #8ac353;

}
.popover.left > .arrow:after {
  right: 3px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.tt_learn_more_modal .modal-dialog {
    width: 100%;
    max-width: 1000px;
}
.tt_popover_title {
    font-family: 'Gilroybold';
    font-size: 17px;
    margin-bottom: 2px;
    margin-top: 5px;
}
#tt_fr_launch_box {
    position: absolute;
    top: 30%;
    width: 100%;
    height: 40px;
}
.mobile_mode .tt_outfit_mobile.popover.tt_popover.bottom {
    margin-left: -10px;
}
.tt_outfit_mobile a.tt_learn_more_link {
    display: none;
}
.tt_enter_fr_box {
    position: absolute;
    width: 22px;
    height: 25px;
    right: 0;
}
.tt_see_it_on_box {
    transform: unset;
    bottom: 5px;
    right: 5px;
    width: 35px;
    height: 35px;
    position: absolute;
}
.tt_add_to_fr_launcher {
position: absolute;
    border: none;
    width: 50px;
    height: 50px;
    padding: 0;
    background: 0 0;
    bottom: 15px;
    right: 15px;
}

.modal-open {
    overflow: hidden;
    margin-right: 17px;
}
.mobile_mode.modal-open {
	margin-right: unset; 
}

.fr_product_grid_container {
    position: absolute;
    left: 0;
    top: 0;
    width: 36vw;
    height: calc(100vh - 60px);
    z-index: 4;
}

.fr_main_container {
    position: relative
}

.fr_canvas_container {
    position: absolute;
    width: 28vw;
    height: calc(100vh - 60px);
    left: 36%;
    top: 0;
}

.fr_current_items_container {
    width: 36vw;
    position: absolute;
    height: calc(100vh - 60px);
    left: 63%;
    /* padding: 25px */
}

.tec_product_box.withModel .tec_product_box_msf.tec_add_msf {
    transform: unset;
    bottom: 5px;
    right: 5px;
    width: 35px;
    height: 35px
}

.fr_headline {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 5px;
    font-family: Gilroymedium;
    margin-top: 50px;
    text-transform: uppercase;
}

.tec_product_box.withModel {
    border: 2px solid #dcdcdc
}

.product_page_surefit_popover {
    min-width: 300px;
    margin-top: 20px !important
}

.product_page_popover_dismiss {
    background: #fff;
    border: none;
    border-radius: 2px;
    color: #000;
    font-weight: 700;
    padding: 12px 15px;
    margin-left: 5px;
    margin-right: 10px
}

.product_page_surefit_cta {
    width: 100px;
    margin-top: -4px
}

.product_page_surefit_text {
    font-size: 16px;
    text-align: center
}

.product_page_surefit_popover .popover-title {
    font-size: 21px;
    text-align: center;
    background: 0 0;
    border-bottom: 2px solid #8ac25b
}

.mini-products-list .product-details {
    overflow: hidden;
    color: #646464;
    line-height: 16px;
    /* max-width: 205px; */
    display: inline-block;
    width: 75%;
    padding: 5px;
}
.tt_learn_more_modal .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.tt_modal_slider_box {
	visibility: hidden; 
  height: 0; 
}
.tt_modal_slider_box.slick-initialized {
	visibility: visible; 
  	height: 100%; 
}
.tec_enter_fr_link {
    /* z-index: 5; */
    position: relative;
}
.mobile_mode .tt_enter_fr_box {
    position: absolute;
    left: 50%;
    margin-left: -11px;
}
#tt_photo_launch_box {
    width: 22px;
    height: 22px;
}
.tt_msf_icon {
   width: 20px;
    margin-top: -7px;
}
.tt_addToFR.tt_popover,
.tt_seeItOn {
    padding-top: 4px;
}
.tt_addToFR.popover.top>.arrow.tt_popover_arrow,
.tt_seeItOn.popover.top>.arrow.tt_popover_arrow {
    bottom: -26px;
    left: 50%;
    margin-left: -20px;
    border-top-color: #999;
    border-top-color: #8ac353;
    border-bottom-width: 0;
}
.tt_addToFR.popover>.arrow,
.tt_seeItOn.popover.top>.arrow {
    border-width: 20px;
}
.tt_addToFR.popover.top>.arrow.tt_popover_arrow:after,
.tt_seeItOn.popover.top>.arrow.tt_popover_arrow:after {
   
    border-top-color: #8ac353;
 
}
.tt_addToFR .arrow.tt_popover_arrow,
.tt_seeItOn.top .arrow.tt_popover_arrow {
    bottom: -20px !important; 
    animation-name: tt_arrow_animate;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

@keyframes tt_arrow_animate {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(0, 5px, 0);
    }

}

.tt_addToFR {
    border-bottom: 2px solid #8ac353;
    border-top: 8px solid #8ac353;
}

/*logic for see it on icon color changes*/
.tec_product_box .fr_msf_icon_on {
     display: none !important;
}
.tec_product_box .fr_msf_icon_off {
       display: block !important;
}
.tec_product_box.activeproduct .fr_msf_icon_on {
    display: block !important;
}
.tec_product_box.activeproduct .fr_msf_icon_off {
    display: none !important;
}


.tt_learn_more_text {
    display: none;
}

.tt_popover_left {
    border-bottom: 2px solid #8ac353;
    border-left: 8px solid #8ac353;
}

.tt_text {
    margin-bottom: 2px;
}


/*Start SHOP-5221 FILTERUPDATE */
.mobile_mode .tec_sort_label {
    font-size: 10px;
    /* display: none; */
    font-family: 'Gilroybold';
    color: #282828;
}

.mobile_mode .fc_sort_box {
    position: absolute;
    top: 5px;
    right: 19px;
    z-index: 10000;
}

.mobile_mode .tec_side_filter_heading {
    display: none;
    /*SHOP-5457*/
    color: white;
}

#filter_modal .modal-title {
    /* SHOP-5561 */
    text-transform: uppercase;
    padding: 6px 0 0 6px;
    margin-top: 10px;
    margin-bottom: 0;
    height: auto;
}

#filter_modal .modal-header {
    z-index: 0;
    display: block;
    height: auto;
    min-height: 50px;
}

.fr_mobile_menu_box {
    /* border-bottom: 1px solid #c9c9c9; */
    height: 44px;
}

.close.modal_close_btn.filter_modal_close_btn {
    /* background: black; */
    /* width: 25px; */
    /* height: 25px; */
    /* font-size: 11px; */
    padding-bottom: 3px;
    /* top: 3px; */
    right: 15px;
}


/*SHOP-5300*/

.fc_clear_filter_box {
    position: absolute;
    right: 23px;
    text-decoration: underline;
    font-size: 12px;
}

/* Riaz---SHOP-5406  .close.modal_close_btn.btn_primary {
    background: white;
    color: #333 !important;
    border: 1px solid #afafaf !important;
} Riaz---SHOP-5406 */

.tec_filter_single_clear_box {
    position: absolute;
    right: 52px;
    top: 0;
    z-index: 1000;
    height: 35px;
    padding-top: 7px;
    /* Shop-5459 */
    width: 50px;
}

#tec_side_cat_box {
    position: relative;
}

.tec_filter_single_clear_link {
    color: grey;
    text-transform: uppercase;
    font-size: 10px;
}
/* SHOP-5542 */
.tec_filter_single_clear_icon {
    color: #fff;
    background: #fff;
    width: 15px;
    height: 15px;
    text-decoration: none!important;
    position: absolute;
    right: -12px;
    top: 10px;
    /* Shop-5459 */
    padding: 0;
    border: 0;
}
.tec_arrow_history_box {
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 15px;
    z-index: 971;
  display:none; 
}
.mobile_mode .tec_arrow_history_box {
  display:block; 
}
.arrow-up {
	width:0px;
	height:0px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 7px solid #8ac353;
	margin: 0 auto;
}

.tec_arrow_box {
    width: 16.6666666667%;
    float: left;
    text-align: center;
  height: 10px; 
}
.tec_arrow_box .arrow-up {
	display: none; 
}
.tec_arrow_box.active_arrow .arrow-up {
	display: block; 
}
.mobile_mode .tec_sort_label {
  /*SHOP-5457*/
    font-size: 17px;
    font-family: 'Gilroy';
    font-weight: 700;
    text-transform: uppercase;
}

.mobile_mode #filter_modal .fc_sort_box {
    text-align: left;
    position: relative;
    /*SHOP-5457 -5300 */
    top: 0;
    right: 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    height: auto !important;
    border-bottom: 1px solid #dcdcdc
}

.fc_clear_filter_link {
    color: #fff;
    background: #bfbfbf;
    border-radius: 60px;
    width: 15px;
    height: 15px;
    display: block;
    text-align: center;
    font-size: 10px;
    text-decoration: none!important;
    text-decoration-style: unset;
    position: absolute;
    top: 10px;
    right: 54px;
    padding-top: 2px;
    font-family: 'Gilroymedium';
}

/*SHOP-5300*/
.filter_modal_close_btn .tec_filter_caret.caret {
    top: 9px;
    color: #000;
    transform: rotate(180deg);
    transition: .1s all;
}
.tec_filter_single_filter_box {
    position: relative;
    /*SHOP-5457*/
    clear: both;
}

.tec_filter_total_active_box {
    display: inline-block;
}

/* SHOP-5542 */
.tec_filter_single_clear_box.faded {
    z-index: -1;
    right: 41px;
}
.tec_filter_single_clear_box.faded .box{
    margin-right: 0 !important;
}
.tec_filter_total_active_text,
.tec_filter_single_clear_box.faded .txt {
    /* shop-5459 */
padding: 0 4px;
    color: gray;
    display: inline-block;
  /* Shop 5356 Danish */
  width: 22px;
  text-align: right;
}

.tec_filter_active_icon {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #8ac353;
    border-radius: 60px;
}
/* Shop-5459 Start */
.tec_filter_single_clear_box.faded,
.tec_filter_single_clear_box.faded .txt{
  font-size: 11px;
  width: auto;
  margin: 0;
  padding: 0;
  cursor: default;
}
.tec_filter_single_clear_box.faded .box{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: 18px;
}
.tec_filter_single_clear_box.faded .tec_filter_active_icon{
  background: #e3e3e3;
  margin-left: 3px;
}
.tec_filter_single_clear_box.faded .tec_filter_single_clear_icon{
  background: #e3e3e3;
  cursor: default;
}
/* Shop-5459 End */
#tec_filter_single_clear_box_price {
    width: 96px;
    /* Shop 5356 Danish */
}

#tec_filter_price_total_active {
     width: 80px;
    font-size: 12px;
    margin-left: -12px;
}
.tec_filter_open_btn {
    float: right;
    margin-top: 1px;
    background: white;
    border: 1px solid #c1c1c1;
    padding: 5px;
    margin-right: 4px;
    border-radius: 2px;
    display: none; 
}
.mobile_mode .tec_filter_open_btn {
  display: block; 
}
 .ca_see_it_on_overlay {
    position: absolute;
  /* Shop-5393 Start Danish */
  width:calc(100% + 4px);
  height:calc(100% + 4px);
  left: -2px;
  top: -2px;
  /* Shop-5393 End Danish */
    background: rgba(255, 255, 255, .85);
    /* Shop-5341 Danish */
    z-index: 200;
    border: 2px solid #8ac353;
 text-align: center; 
   /* Shop-5377 Danish */
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;

}
   /* Shop-5387 Danish */
.product_modal .ca_see_it_on_overlay {
  z-index: 20000;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  /* Shop-5368 Riaz */
  background: #fff;
}
.product_modal .ca_see_it_on_overlay.flex_center {
  justify-content: center;
  -webkit-justify-content: center;
}

#ca_see_it_on_modal .fr_msf_cta_modal_cancel_btn.btn_primary,
#ca_see_it_on_15_modal .fr_msf_cta_modal_cancel_btn.btn_primary,
.ca_see_it_on_overlay .fr_msf_cta_modal_cancel_btn.btn_primary {
    
    width: 120px;
    /* border-radius: 12px; Riaz SHOP-5404 */
    text-transform: uppercase;
  margin-top: -100px;
    position: relative;

 
}
#ca_see_it_on_15_modal .fr_msf_cta_modal_cancel_btn.btn_primary {
	margin-top: 0px; 
}
/* Shop-5377 Danish */
.ca_see_it_on_heading {
    text-align: center;
    color: #8ac353;
    font-size: 2.5vw;
    font-family: 'Gilroymedium';
    margin-bottom: 5px;
}

.ca_see_it_on_text {
     text-align: center;
    font-size: 1.3vw;
    font-weight: bold;
    margin: 0 auto;
}
.pm_img_box .ca_see_it_on_heading {
    font-size: 55px;
}
.pm_img_box .ca_see_it_on_text {
    font-size: 30px;
}
@media all and (max-width: 991px) {
  .ca_see_it_on_heading {
    font-size: 4.5vw;
  }
  .ca_see_it_on_text {
    font-size: 2.3vw;
  }
}
@media all and (max-width: 500px) {
  .ca_see_it_on_heading,
  .pm_img_box .ca_see_it_on_heading  {
    font-size: 6vw;
  }
  .ca_see_it_on_text,
  .pm_img_box .ca_see_it_on_text {
    font-size: 3.3vw;
  }
}
/* Shop-5377 Danish */
.tt_pointer_finger {
    position: absolute;
    right: -78px;
    top: -11px;
}
.tt_pointer_finger_empty {
    width: 70px;
    position: absolute;
  right: -61px;
    top: 17px;
    transform: rotate(0deg);
}
.mobile_mode .tt_pointer_finger {
    position: absolute;
    right: -59px;
    top: -4px;
    max-width: unset;
}
.mobile_mode .tt_pointer_finger_empty {
    width: 70px;
    position: absolute;
         right: -38px;
    top: 19px;
    transform: rotate(-9deg);
}

.see_it_on_cta_mini {
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: unset;
    z-index: 4;

}

#ca_see_it_on_15_modal,
#ca_see_it_on_40_modal,
#ca_see_it_on_modal {
    text-align: center;
      z-index: 1051;
}
#ca_see_it_on_modal .modal-dialog {
    position: relative;
    margin: 0 auto;
}
/* Shop-5377 Danish */
.mobile_mode .pm_img_box .ca_see_it_on_heading {
    font-size: 11vw;
}
.mobile_mode .pm_img_box .ca_see_it_on_text {
    font-size: 5.3vw;
}
/* Shop-5377 Danish */
.mobile_mode .tec_filter_open_btn {
    font-size: 14px;
}

.tec_pd_sfr_btn_box {
    position: absolute;
    /* Riaz SHOP-5406 */
    bottom: -23px; 
    /* Riaz SHOP-5406 */
}

.tec_pd_sfr_btn {
    background: #bdbdbd;
  border: 2px solid #d1d1d1;
    border-radius: 5px;
    height: 40px;
    padding-top: 2px;
    color: white;
    font-size: 12px;
    width: 50%;
  transition: .3s all; 
}
.tec_pd_sfr_btn.btn_pulsing {
    background: #8ac353;
  transtion: .3s all; 
}

.tec_pd_sfr_btn_box {
    width: 100%;
}
.tec_pd_sfr_btn.tec_pd_sfr_remove {
    background: #8ac353;

}

/* Riaz SHOP-5406 .tec_pd_sfr_btn.tec_pd_enter_sfr_btn:hover {
    background: #8ac353;
    transition: .3s all;
} */
.mobile_mode .pm_prod_details_h3 {
    margin-top: 40px;
}

#current_look_modal .fr_cl_error_message {
    position: absolute;
    top: -42px;
    left: -25px;
    width: 197px;
    z-index: 5000;
    transform: scale(.8);
}
/*Riaz SHOP-5406*/
/* SHOP-5545 */
/* .tec_pd_sfr_btn.tec_pd_enter_sfr_btn.fr_active {
    background: #8ac353;
} */
/*Riaz SHOP-5406 .mobile_mode .tec_pd_sfr_btn,  */
/* .mobile_mode .tec_pd_sfr_btn {
    font-size: 11px;
    padding: 20px 5px;
} */
/* } */
/*Riaz SHOP-5406*/
/* .tec_pd_sfr_btn.tec_pd_enter_sfr_btn[disabled]:hover {
    background: #8ac353; 
} */
/*Riaz SHOP-5406*/
/* Riaz SHOP-5526 */
#filter_item_count {
    position: absolute;
    top: 14px;
    left: 38px !important;
    font-size: 10px;
    color: grey;
}
/* -----------SHOP-5526------- */
#filter_count_box > span{
    display: inline-block;
    width: 100%;
}
/* -----------SHOP-5526------- */

/* Riaz SHOP-5526 */
#filter_count_box {
    width: 62px;
    position: absolute;
    height: 22px;
    left: 50%;
    margin-left: -31px;
    top: 0;
}
/* Riaz SHOP-5526 */
/* -----------SHOP-5228----- */
.try_on_cta_mini {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #8ac353;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.9);
    background-image: url("reminder-tooltip.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 6px 10px;
}
/* -----------SHOP-5228----- */
.try_on_cta_text {
    text-align: center;
    margin-top: 50%;
    font-size: 33px;
    font-family: 'Gilroybold';
    line-height: 1.1; 
}
.tec_side_filter_item_count {
    font-family: 'Gilroymedium';
}

.mobile_mode .tec_side_filter_item_count {
    display: none; 
}
.try_on_cta_text {
    font-size: 20px;
}

.sfr_see_it_on_box {
    position: relative;
}

.sfr_see_it_on_cta_text_box {
    position: absolute;
    bottom: 96px;
    width: 200px;
    left: 50%;
    margin-left: -100px;
}

.sfr_see_it_on_gj_text {
    font-size: 30px;
    font-family: gilroymedium;
    color: #8ac353;
}

.sfr_see_it_on_num_text {
    font-family: gilroymedium;
     /* Riaz Start SHOP-5228 */
    font-size: 18px;
    /* Riaz Start SHOP-5228 */
    line-height: 1.1;
    margin-top: -14px;
}

#ca_see_it_on_15_modal .fr_msf_cta_modal_cancel_btn.btn_primary {
    margin-top: 0px;
}

#ca_see_it_on_15_modal .modal-body {
    padding-top: 15px;
}

.tec_landing_slider_text_box {
     text-align: center;
    height: 50px;
    background: #77b243;
    color: #fff;
    font-size: 21px;
    padding-top: 7px;
    font-family: 'Gilroymedium';
     
}
#tec_landing_slider_text_slide_box {
    
    margin: 0 auto;
}
#tec_landing_slider_text_slide_box .slick-arrow {
    opacity: .5;
    margin-top: 2px;
}
.tec_landing_slider_text_box {
   text-align: center;
    height: 50px;
    background: #f3f3f3;
    color: #333;
    font-size: 18px;
    padding-top: 10px;
    font-family: 'Gilroymedium';
     
}
.tec_landing_slider_dual_text {
    width: 48%;
    display: inline-block;
}
.tec_landing_slider_quad_text {
    width: 24%;
    display: inline-block;
}
.tec_landing_slider_link_text {
    color: #77b243;
}
.mobile_mode .tec_landing_slider_text_box,
.mobile_mode .tec_landing_banner_box {
display:none; 
}
.tec_landing_slider_text_slide {
    padding-top: 1px;
}

.loading_icon_box_2, .loading_icon_box_3 { /* SHOP-5605 */

    background: white;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    opacity: .5;

}
.loading_icon_box_3 { /* SHOP-5605 */
    z-index: 2000;
}
.ca_prod_overlay_box {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
}

.ca_prod_overlay_close {
    position: absolute;
    top: 3px;
    /* shop-5226 */
    right: 5px; 
    width: 35px;
    text-align: center;
    z-index: 205; 
    color: white;
    font-family: gilroymedium;
    font-size: 24px;
    text-transform: lowercase;
  cursor: pointer; 
}

button.sc-dj87eo-2.cquZzc.mini-popup {
    border-radius: 0 2px 2px 0 !important;
    box-shadow: 1px 2px 3px grey;
    background: #242424;
}

span.sc-dj87eo-0.jQtCuS {
    font-family: 'Gilroymedium';
}
/*end of the line*/
/*! CSS Used from: https://cdn.shopify.com/s/files/1/2977/3794/t/36/assets/eve-styles-responsive.css?v=10685593803021076044 ; media=all */
@media all {
    @media (max-width: 1800px) {
        .popover-content-msf p {
            font-size: 12px
        }

        .fr_msf_cta_popover.popover:hover {
            border-left: 3px solid #000
        }

        .fr_msf_cta_popover.popover {
            width: 153px;
            height: 36px
        }

        .popover-content-msf {
            padding: 0
        }

        .fr_msf_cta_popover .popover-content-msf {
            padding: 2px 0
        }

        .fr_msf_cta_back_img {
            width: 53px
        }

        .popover-content-msf p.fr_msf_cat_subtext {
            font-size: 11px
        }
    }

    @media (max-width: 1680px) {
        .fr_product_bracket {
            max-height: 62%
        }
    }

    @media (min-width: 1600px) {
        .theta-carousel-inner-container {
            margin-top: -50px
        }
    }

    @media (max-width: 1600px) and (min-height:1000px) {
        .theta-carousel-inner-container {
            transform: scale(1) !important;
            top: 100px !important
        }
    }

    @media (max-width: 1500px) {
        .fr_secondary_menu_box {
            width: 213px;
            height: 60px;
            padding-top: 19px;
            float: right
        }

        .fr_product_bracket {
            max-height: 58%
        }

        .swell-tab {
            top: 0 !important;
            right: 219px !important
        }
    }

    @media (min-width: 1441px) {
        .fr_collection_title_box {
            position: relative
        }
      .sfr_see_it_on_cta_text_box {
    bottom: 173px;
    width: 300px;
    margin-left: -150px;
}

.sfr_see_it_on_gj_text {
    font-size: 50px;
}

.sfr_see_it_on_num_text {
    font-size: 26px;
}
    }
    /*-----------Riaz: SHOP-4773--------------*/
    @media (max-width: 1440px) {
.tec_homepage_h1_box {
    margin-top: 0px !important;
}
      .fp_get_started_text {
    font-size: 20px !important;
}
        .fr_size_dropdown_scrollbox,
        .fr_size_dropdown_scrollbox_cl {
            max-height: 200px;
            min-width: 115px; /* ----Riaz SHOP-5519---*/
        }
        /*-----------Riaz: SHOP-4773--------------*/
      
 .tt_see_it_on_cta_image {
    max-width: 345px;
}

#ca_see_it_on_modal {
    text-align: center;
}

        #ca_see_it_on_modal .fr_msf_cta_modal_cancel_btn.btn_primary,
        .ca_see_it_on_overlay .fr_msf_cta_modal_cancel_btn.btn_primary {
    margin-top: -60px;
}
      

/* SHOP-4956 */
        #share_look_model_image {
            margin-top: -30px;
        }

        #share_look .modal-body {
            max-height: calc(100vh - 200px);
            min-height: unset;
        }

        .fr_search_input {
            min-width: unset;
        }

        #fr_qs_header {
            font-size: 11px;
        }

        #edit_look_container .fr_size_dropdown_container {
            margin-top: -6px;
        }

        #edit_look_main_container .fitting_room_cl_prod_link {
            margin-top: 15px;
            font-size: 14px;
        }

       

        .modal-dialog {
            right: 22px;
        }

        .modal-body {
            min-height: 100vh;
        }

        .fc_filter_btn.btn_primary {
            width: 114px
        }

        button.btn_primary.cm_btn {
            height: 33px;
            font-size: 12px;
            padding-top: 8px;
            width: 122px
        }

        .fc_sort_box {
            height: 33px !important
        }

        #fc_active_filter_box {
            max-width: 400px
        }

        .fr_mat_checkbox {
            font-size: 13px
        }

        span.swell_dollar_balance {
            font-size: 15px
        }

        p.swell_balance_label span {
            font-size: 7px !important
        }

        .swell-tab {
            font-size: 12px !important
        }

        .fr_collection_dropdown_btn {
            font-size: 14px
        }

        .fc_filter_link {
            font-size: 13px
        }

        .fr_mat_checkbox>span::before {
            margin-right: 5px;
            margin-top: 2px
        }

        .fc_filter_btn.btn_primary {
            font-size: 12px;
            padding: 8px 13px
        }

        .collection-sort__input {
            font-size: 12px
        }

        .fr_active_filter_text {
            font-size: 12px
        }

        .fr_full_width_filters {
            max-width: 830px
        }

        .pm_surefit_img {
            width: 67px;
            margin-top: -6px
        }

        .look_list select {
            height: 35px
        }

        #fitting_canv {
            margin-top: 0;
            margin-left: 0;
            width: 100%
        }

        .collection-sort__input {
            padding: 7px 10px 7px 5px
        }

        .fitting_room_cl_add_cart_box .fitting_room_add_to_cart_btn {

            /* margin-left: 38%;
            width: 62% !important  Riaz SHOP-5581-------*/
            margin: auto;
            text-align: center;
        }

        .fitting_room_canvas {
            padding-top: 80px
        }

        .fitting_room_cl_image_box {
            width: 35% !important
        }

        .fitting_room_cl_title {
            margin-top: -3px;
            font-size: 12px;
            line-height: 1;
            margin-bottom: 5px;
            padding-right: 50px
        }

        .fitting_room_product_title_box {
            background: 0 0;
            line-height: 1.1;
            height: 70px;
            position: relative;
            padding: 3px;
            font-family: gilroymedium;
            font-size: 12px;
            position: absolute;
            bottom: 0;
            color: #fff;
            background: rgba(0, 0, 0, .43);
            font-size: 14px;
            text-shadow: 2px 2px 23px #000, 1px 1px 32px #000, 1px 1px 18px #000 !important;
            font-family: gilroybold
        }

        .fitting_room_cl_container .fr_dropdown_label>span {
            /* font-size: 13px SHOP-5581 */
            font-size: 16px  
        }

        .fitting_room_cl_container .fr_dropdown_label,
        .fitting_room_cl_container .fr_msf_cta_text {
            font-size: 13px;
            margin-bottom: -4px
        }

        .fr_collection_dropdown_container {
            left: 130px
        }


        .fitting_room_current_look,
        .fr_collection_title {
            font-size: 20px;
            padding-left: 0
        }

        .fr_collection_title {
            margin-top: 15px
        }

        .fr_product_title_text {
            font-family: gilroy;
            font-size: 12px
        }

        .fr_cl_member .fr_msf_cta_img.fr_surefit_logo {
            width: 50px;
            margin-left: 0;
            margin-top: 0px;
        }

        .fr_cl_thumb {
            font-size: 18px;
            width: 30px;
            height: 30px
        }

        .fr_cl_thumbs_box {
            font-size: 11px
        }


        .fr_msf_cta_popover.fr_msf_cta_popover_back.popover {
            margin-top: 8px;
            transform: scale(.9);
            left: 144px;
            /* left: 110px; */
            }

        .fr_cl_member .fr_dropdown_label {
            padding-right: 7px
        }

        .popover-content-msf p {
            font-size: 11px
        }


        .fr_cl_member.fr_size_dropdown_container>.fr_dropdown_color {
            width: auto !important;
            min-width: 150px !important;
            max-width: unset

        }

        .fr_msf_cta_popover.popover {
            width: 143px;
            height: 29px;
            left: 93px;
            margin-top: 4px;
        }

        .fr_msf_cta_popover .popover-content-msf {
            padding: 0
        }

        .fr_cl_member .fr_msf_cta_box {
            margin-bottom: 10px
        }

        .fr_msf_cta_popover.popover:hover {
            border-left: 3px solid #000
        }

        .fr_cl_member.fr_size_dropdown_container>.fr_dropdown.fr_cl_member {
            width: 100px
        }

        .fr_msf_cta_back_img {
            width: 54px
        }

        .fr_msf_cat_subtext {
            font-size: 10px
        }

        .fr_cl_member .fr_dropdown_li_heading {
            font-size: 14px
        }

        .size select {
            height: 35px
        }
    }

    @media (max-width: 1600px) and (min-width:767px) {
        .fitting_room_cl_container .fr_dropdown {
            margin-bottom: 8px;
            margin-top: 0;

        }
    }

    @media (max-width: 1440px) and (min-height:900px) {
        .theta-carousel-inner-container {
            transform: scale(.74) !important;
            top: -45px !important
        }
    }

    @media (min-width: 1371px) and (max-width:1600px) {
        .fitting_room_cl_price_box {
            padding: 5px;
            padding-left: 10px;
            width: 60%
        }

        .fitting_room_cl_title {
            margin-top: -5px;
            font-size: 12px;
            line-height: 1
        }

        .theta-carousel-inner-container {
            transform: scale(.7) !important;
            top: -50px !important
        }
    }

    @media (max-width: 1540px) and (min-width:1535px) and (min-height:640px) and (max-height:660px) {
        .theta-carousel-inner-container {
            transform: scale(.7) !important;
            top: -177px !important
        }
    }

    @media (max-width: 1280px) and (min-width:726px) {
        .fitting_room_cl_container .fr_dropdown~.fr_dropdown {
            margin-right: 0
        }

        .fitting_room_cl_container .fr_cl_error_message {
            top: -46px;
            left: 1px
        }
        /*-----------Riaz: SHOP-4773--------------*/
        .fr_cl_error_message:after,
        .fr_cl_error_message:before {
            top: 46px;
        }
        /*-----------/Riaz: SHOP-4773--------------*/
    }

    @media (max-width: 1280px) {

        /*SHOP-5300*/
        .fc_filter_btn.btn_primary,
        button.btn_primary.cm_btn {
            font-size: 10px !important;
            height: 30px !important
        }

        .fr_search_box {
            width: 28%
        }

        .fr_qs_input_box {
            max-width: 279px;
            margin: 0;
            position: relative
        }

        .tec_product_box.withModel {
            width: 32.8%;
        }

        .fitting_room_cl_price_box {
            padding-top: 3px;
        }

        .fitting_room_cl_price {
            font-size: 12px;
            margin-top: -3px;
        }

        #edit_look_main_container .fitting_room_cl_prod_link {
            margin-top: 12px;
            font-size: 13px;
        }


    }

    @media (max-width: 1366px) and (min-width:1100px) {
        .swell-tab {
            right: 228px !important
        }

        .fitting_room_canvas {
            background-size: 130%
        }
    }

    @media (max-width: 1370px) {



        .fr_tutorial_modal .modal-dialog {
            width: unset;
            max-width: 700px
        }

        .fr_demo_select_box {
            width: 31%
        }

        .fr_demo_select_container {
            min-height: 379px
        }

        .fr_demo_label {
            width: 100px;
            margin-left: -50px;
            font-size: 14px;
            font-family: gilroymedium
        }

        .fr_demo_select_box_two .fr_demo_select_box {
            width: 21%;
            margin-top: 0
        }

        .btn_primary.fr_demo_select_back_btn {
            top: 54px
        }

        .fitting_room_cl_price_box {
            /* padding-left: 10px; */
            width: 65% !important;
        }

        .fitting_room_current_look {
            margin-top: 0;
            padding-top: 0
        }

        /* Riaz SHOP-5581---.fitting_room_cl_trash {
            font-size: 12px
        } */

        .fr_secondary_menu_box {
            width: 220px
        }

        /* SHOP-5561 */
        .modal_close_btn.btn_primary {
            background: #fff;
            border-radius: 5px;
            width: 110px;
            font-size: 13px !important;
            cursor: pointer;
            color: #000;
            border: 1px solid #dcdcdc;
            text-transform: uppercase;
            font-family: gilroymedium;
        }

        .theta-carousel-inner-container {
            transform: scale(.65) !important;
            margin-top: -45% !important
        }
    }

    @media (max-width: 1366px) and (max-height:768px) and (min-width:1024px) {
        .video_hero_overlay_heading {
            font-size: 28px !important
        }

        #welcome_button {
            height: 34px;
            padding-top: 7px
        }
    }

    @media (max-width: 1280px) {
        #fitting_canv {
            margin-top: 0;
            margin-left: 0;
        }
/* Shop-5361 Danish */
        /* .fitting_room_icon_box {
            height: 62px;
        } */
        .size {
            padding-right: 1px
        }

        .theta-carousel-inner-container {
            transform: scale(.6) !important;
            margin-top: -31% !important
        }
    }

    @media (max-width: 1280px) and (min-height:800px) {
        .theta-carousel-inner-container {
            transform: scale(.68) !important;
            margin-top: -30% !important
        }
    }

    @media (width: 1280px)and (height:1024px) {
        .theta-carousel-inner-container {
            transform: scale(1) !important;
            margin-top: 2% !important
        }
    }

    @media (max-width: 1200px) {
        .collection-sort__input {
            font-size: 12px
        }



        .fitting_room_cl_brand {
            font-size: 12px;
            color: #646464;
            margin-bottom: 1px;
            line-height: 14px;
            margin-top: 0
        }

        .fitting_room_cl_price {
            font-family: gilroybold;
            font-size: 16px;
            margin-bottom: 1px
        }

        .fitting_room_current_look {
            padding-left: 15px
        }

        .fr_logo_box {
            margin-top: -4px;
            width: 60%;
            margin-left: -6px
        }

        .fr_menu_box {
            float: left;
            padding-left: 10px;
            padding-right: 15px;
            width: 30%
        }

        .hide_1200 {
            display: none
        }

        .theta-carousel-inner-container {
            transform: scale(.8) !important
        }

        .navbar_logo {
            width: 100%;
            margin-top: 10px
        }

        .pm_main_img_box {
            width: 72%
        }

        .pm_thumbnails {
            height: 235px;
        }

        .product_img_more_text {
            width: 70px
        }
           .tt_learn_more_modal .modal-dialog {
    width: 80%;
}
    }

    @media (max-width: 1040px) {
        .swell-tab {
            display: none !important
        }
    }

  

    @media (max-width: 1023px) {

        .tec_search_filter_box {
            width: 33%;
        }

        .tec_product_grid_container {
            width: 67%;
        }
    }

    @media (max-width: 1000px) {


        .theta-carousel-inner-container {
            transform: scale(.5) !important;
            margin-top: -26% !important
        }
    }

    @media (max-width: 1366px) and (min-width:940px) {
        .rewards_btn {
            right: 220px !important
        }
      .tt_popover_title {
    font-size: 14px;
}

.tt_text {
    font-size: 13px;
}

.tt_popover {
  
    line-height: 1.2;
}
      .tt_text br {
    display: none;
}
    }
  @media (max-width:1100px) {
        .tec_search_filter_box {
    width: 25%;
  
}
    .tec_product_grid_container {
   
    width: 75%;
  
}
    }

    @media (max-width: 939px) {
        .rewards_btn {
            display: none !important
        }
    }

    @media (max-width: 990px) {
        .no_landscape_box {
            position: absolute;
            z-index: 9999999999999;
            background: #fff;
            height: 100%;
            width: 100%;
            padding: 20px;
            text-align: center;
            padding-top: 17%
        }

        .no_landscape_box .fa-mobile {
            font-size: 107px !important;
            margin-top: -37px;
            color: #000 !important;
            transition: .3s all
        }

        .no_landscape_box .fa-undo {
            transition: .3s all;
            margin-left: 5px
        }

        .no_landscape_box .fa-undo.fa-rotate-90 {
            margin-left: -1px;
            margin-top: 2px
        }

        .fitting_room_current_look {
            padding-left: 15px;
            margin-top: 0;
            padding-top: 0
        }

        .fr_product_title_text {
            font-family: gilroy;
            font-size: 10px
        }

        .zoomWindow {
            top: 298px !important;
            left: -50% !important;
            width: 300px !important;
            margin-left: 150px;
            height: 300px !important
        }
    }

    @media (max-width: 990px) and (min-height:600px) and (max-height:660px) {
        .fitting_room_product_title_box {
            overflow: hidden;
            font-size: 12px !important
        }

        .theta-carousel-inner-container {
            transform: scale(.5) !important;
            margin-top: -35% !important
        }
    }

    @media (max-width: 834px) {

        .modal {

            width: 100vw !important;
        }

    }

    @media (max-width: 790px) and (min-height:600px) {
        .fr_full_width_filters {
            max-width: 750px;
            margin: 0 auto
        }
    }

    @media (min-width: 768px) {
        .fr_mobile_menu_box .swell_point_label {
            font-size: 14px !important;
            padding: 0 !important
        }

        .mobile_mode .gst_fr_right_menu_box .tec_rewards_box {
            margin-top: -9px !important;
        }

        .mobile_mode .tec_menu_box {
            margin-top: 6px !important;
            margin-right: 14px !important;
            margin-left: 0 !important;
        }
    }

    @media (max-width: 834px) and (min-width:769px) {
        .theta-carousel-inner-container {
            transform: scale(1) !important;
            margin-top: -6% !important
        }
    }

    @media (max-width: 834px) {
        #demo_model_select_modal .modal-header {
            /* padding-bottom:50px; */
            position: relative;
        }

        #demo_model_select_modal .fr_collection_dropdown_container {
            position: absolute;
            text-transform: capitalize;
            text-align: left;
            width: 200px;
            left: 15px;
            top: unset;
            bottom: 19px
        }

        #launcher {
            display: none !important
        }

        .current_look_modal>div>div>.modal-body,
        .current_look_modal>div>div>.modal-body>.container-fluid {
            padding: 0 !important
        }

        .fa.fa-female.fr_mobile_menu_icon {
            margin-top: -5px;
            margin-bottom: 0;
            color: #8ac353;
            font-size: 22px
        }

        .fr_collection_dropdown_container {
            top: 5px;
            left: 99px
        }

        .fr_header_box_left {
            width: 50%
        }

        .fr_mobile_menu_box .swell_balance {
            font-size: 20px;
            margin-top: 6px;
            margin-bottom: 4px
        }





        .fitting_canv_hldr {
            width: 100% !important
        }

        .fitting_room_canvas {
            background-size: 285%
        }

        .fitting_room_pd_title {
            font-size: 14px
        }


        .fitting_room_sidebar_top {
            border-bottom: 1px solid #d6d6d6;
            border-top: none;
            height: 35px;
            padding-top: 7px
        }

        .fr_product_container {
            width: 28%
        }

        .fr_secondary_menu_box {
            width: 212px
        }

        .fr_logo_box {
            margin-top: 0;
            width: 70%;
            margin-left: -6px
        }

        .product_img_more_text_2 {
            top: 140px;
            border-left: 40px solid transparent;
            border-right: 40px solid transparent;
            border-top: 26px solid #fff
        }

        .product_img_more_text {
            top: 139px;
            border-left: 40px solid transparent;
            border-right: 40px solid transparent;
            border-top: 26px solid #bababa
        }

        .fr_try_on_pd_btn_box img {
            width: 35px;
            margin-top: -3px
        }

        .fr_try_on_pd_btn_box p {
            font-size: 15px
        }

        .fr_try_on_pd_btn_box {
            width: 22%;
            left: 4%;
            height: 69px;
            padding: 5px;
            padding-top: 10px
        }

        .navbar_logo {
            margin-top: 7px
        }

        .pm_main_img_box {
            width: 72%
        }

        .pm_thumbnails {
            height: 375px;
        }

        .product-img-box .product-photo-container {
            width: 100%
        }

        .product_img_more_text {
            bottom: -1px
        }

        .pop1 #message_popup2 {
            height: 327px
        }
    }

    @media (max-width: 767px) {
        button {
            font-size: 12px
        }
.sfr_see_it_on_num_text {
    font-size: 16px;
}
        #feedback_count {
            font-size: 23px;
        }

        .shared_looks_selfie_box {
            width: 100%;
        }


        .fitting_room_pd_price_box .fr_dropdown {
            padding: 5px;
            margin-top: 10px;
            margin-bottom: 18px
        }

        .fitting_room_right_sidebar {
            height: calc(100vh - 104px);
            padding-bottom: 20px
        }

        .fr_demo_select_box {
            width: 32%;
            margin-top: 75px
        }

        .fr_tutorial_modal .video_hero_overlay_heading {
            font-size: 26px
        }

        .fr_demo_disclaimer {
            font-size: 12px;
            margin-top: -29px
        }

        .fr_demo_select_more_btn {
            display: none
        }

        .fr_demo_select_box img {
            transform: scale(2) !important;
            backface-visibility: hidden
        }

        .fr_demo_select_container {
            padding-top: 0 !important;
            min-height: 370px
        }

        .fr_demo_select_boxes {
            top: 20px;
            min-height: 494px !important;
            overflow: hidden
        }

        .fr_demo_select_btn_mobile.btn_primary {
            position: absolute;
            left: 50%;
            bottom: 0;
            padding: 6px 0;
            background: #8ac353;
            margin: 5px;
            margin-left: -42.5px;
            margin-bottom: 10px;
            width: 85px;
            z-index: 1070;
            height: 35px
        }

        .btn_primary.fr_demo_select_back_btn {
            top: 52px
        }

        .fr_demo_select_box .fr_demo_label {
            font-size: 11px;
            width: 60px;
            margin-left: -30px
        }

        .fr_demo_select_box_two .fr_demo_select_box {
            margin-top: 100px
        }

        .fitting_room_pd_price_box .fr_msf_cta_popover.popover {
            left: 137px !important
        }

        .fitting_room_pd_price_box .fr_cl_member .fr_msf_cta_img.fr_surefit_logo {
            width: 100px;
            margin-top: -4px
        }

        .fitting_room_pd_price_box .fr_cl_member .fr_dropdown_label span {
            font-size: 16px !important;
            padding-right: 5px
        }

        .fitting_room_pd_price_box .fr_cl_member.fr_size_dropdown_container>.fr_dropdown {
            margin-left: -4px;
            min-width: 139px !important; /*-----SHOP-5533*/

        }

        .fitting_room_pd_price_box .fr_color_text img.fr_surefit_logo {
            width: 70px !important
        }

        .su_text_me_box {
            margin-left: -15px;
            margin-right: -15px
        }

        .su_upload_selfie_heading {
            font-size: 25px
        }

        .su_text_me_desc {
            font-size: 18px;
            line-height: normal
        }
        
        .su_get_started_text {
            font-size: 20px;
            font-family: gilroybold
        }
        .zoomContainer {
            display: none;
        }
    }
  @media (min-width: 1023px) {
  			  .mobile_mode .fr_popover.popover {
   right: 52%!important;
    top: 217px !important;
}
    .mobile_mode #share_look_model_image {
  
    transform: scale(1);
    margin-top: -350px;
}
  }
  @media (min-width: 767px) {
    .mobile_mode .fr_add_to_cart_box {
    bottom: 111px;
    right: 34px;
}
    /* SHOP-4956 */
  
    .mobile_mode .tec_product_box {
    width: 32%;
    margin: .666666667%;
}
   .mobile_mode .tec_rewards_box {
    margin-top: 3px!important;
}
    .mobile_mode .tec_acct_box {
    margin-top: 13px;
    margin-right: 35px;
}
    .mobile_mode .tec_menu_box {
    margin-top: 1px!important;
    margin-right: 14px!important;
    margin-left: 0!important;
}
    .mobile_mode #fitting_canv {
    margin-top: 5px;
}
  .mobile_mode .fr_canvas_container {
    width: 64%;
}
  .mobile_mode .fr_popover.popover {
    right: 50% !important;
}
  }
  
/* SHOP-5554 */
.fr_login_modal, .sign_up_modal {
    z-index: 1100;
}
    @media (max-width: 540px) {
      
.tec_product_box {
    width: calc(49% - 4px);
    margin: calc(1% - 1px);
}
        .fc_box ul {
            max-height: 150px;


        }

        .dm_selection_box {
            width: 48%;

        }

        .tec_product_box_msf.tec_add_msf,
        .tt_add_to_fr_launcher {

            width: 40px;
            height: 40px;

            bottom: 10px;
            right: 10px;

        }

        .fr_login_modal .modal-title {
            font-size: 22px;
        }

        #secondary_menu {
            right: -12px;
            width: 100vw;
            top: 46px;
            z-index: 1040;
        }

        .fitting_room_pd_price_box .fr_dropdown {
            margin-left: 0;
            min-width: 150px !important;
            display: block;
            margin-top: 16px;
           

        }

        .pd_scrollable_area {
            padding: 20px 15px;
        }

        .pm_main_img_box {
            width: 79%;
        }

        .fitting_room_add_to_cart_btn {
            width: 100%;
            margin: 0 auto;
            /* border-left: 0; Riaz SHOP-5581 */
        }


        .gst_right_header_login_box {
            margin-left: 0;
        }

        .tec_right_icon_box>div.gst_fr_right_menu_box {
            margin-right: 0;
            margin-top: 1px;
        }

        .gst_right_header_text {
            margin-bottom: 0;
            margin-top: 10px;
            margin-left: 10px;
            margin-right: 10px;
        }

        .tec_rewards_box {
            font-size: 13px;
        }

        .tec_rewards_value {
            font-size: 13px;
        }

        .gst_right_header_text a {
            font-size: 13px;
        }

        ul.slick-dots {
            display: none !important;
        }

        .slick-dots li button:before {
            border: 1px solid #c7c7c7;
            border-radius: 50px;
            width: 24px;
            height: 24px;
            line-height: 24px;
            color: white;
        }

        .slick-dots li.slick-active button:before {
            opacity: 1;
            color: #8cc15b;
        }

        .slick-dots li button {
            text-align: center;
        }

        .fr_product_bracket {
            max-height: 41%
        }

        .fr_product_try_btn {
            right: 3px
        }

        .fitting_room_main_container {
            top: 48px;
            height: calc(100vh - 48px)
        }

        .fitting_room_canvas {
            height: calc(100vh - 48px)
        }

        #dropdown-cart {
            width: 100vw;
            right: 0vw;
        }

        .btn_primary {
            padding: 12px 20px
        }

        .fitting_room_product_title_box {
            height: 44px;
            font-size: 12px;
            font-family: gilroymedium;
            width: 100%
        }

        .fr_product_container {
            width: 33%;
            margin: 0
        }

        .fr_product_title_text {
            display: none
        }



        .fitting_room_next_btn,
        .fitting_room_prev_btn {
            font-size: 16px;
            padding: 10px 10px
        }

        .fr_logo_box {
            margin-top: -3px;
            width: 65%;
            margin-left: -13px
        }

        .fr_menu_box {
            margin-top: -6px
        }

        .fr_menu_logo_box {
            width: 100%;
            padding-top: 6px
        }

        .fr_right_menu_box {
            width: 50%
        }

        .fr_search_box {
            display: none
        }

        .fr_secondary_menu_box {
            width: 190px;
            height: 48px;
            padding-top: 13px;
            float: right
        }

        .fr_secondary_menu_icon_box {
            width: 45px
        }

        .fr_msf_cta_img.fr_surefit_logo {
            margin-left: 0;
            width: 64px;
            margin-top: -3px
        }

        .fr_msf_cta_popover.popover {
            width: 128px;
            height: 28px;
            left: 93px
        }

        .popover-content-msf p {
            font-size: 10px
        }

        .popover-content-msf p.fr_msf_cat_subtext {
            font-size: 10px
        }

        .fr_msf_cta_back_img {
            width: 45px
        }

        .fr_cl_member.fr_size_dropdown_container>.fr_dropdown {
            width: 90px
        }

        .fr_cl_member.fr_size_dropdown_container>.fr_dropdown_color {
            width: auto !important;
            min-width: unset !important;
            max-width: unset
        }


        .list-notification {
            right: -62px !important;
            width: 100vw;
            left: unset;
            min-width: unset;
        }

        .modal-title {
            font-size: 18px;
            height: 35px;
            padding-top: 9px;
        }

        .navbar_logo {
            width: auto;
            margin-top: 8px;
            margin-left: 2px
        }

        .pm_surefit_name {
            font-size: 13px;
            float: left;
            margin-top: 10px
        }

        .su_text_me_input_box {
            width: 100%
        }

        .su_text_me_btn_box {
            display: block;
            width: 100%
        }

        .su_text_me_btn_box>.btn_primary {
            width: 100%
        }

        .su_text_me_text_large {
            font-size: 22px;
            line-height: 1
        }

        .tec_logo_img {
            max-width: 129px;
        }

        .tec_header {
            margin-left: 0px;
            margin-right: 0px;
            padding-left: 10px;
            height: 90px;
        }

        .tec_logo_box {
            width: 33%;
        }

        .tec_right_icon_box {
            width: 67%;
            height: 50px;
            max-width: 209px;
          display:inline-block;
          float:right;
          
        }

        .customer-logged-in .tec_right_icon_box {
            max-width: 156px;
        }

        .tec_homepage_btn {
          width: 33%;
          float: left;
          margin-right: .333333%;
          min-width: 100px;
        }
        /* Start SHOP-5273 Danish */
        /* .tec_shop_modal_btn_box .tec_homepage_btn {
          width: 100%;
          margin: 2px 0;
          padding: 10px 5px;
          height: auto;
        } */
        .tec_shop_modal_btn_box{
          display: flex;
          display: -webkit-flex;
          justify-content: center;
          -webkit-justify-content: center;
        }
        .tec_shop_modal_btn_box .tec_homepage_btn {
          width: 32%;
          margin: 0 2px;
          padding: 10px 5px;
          height: auto;
        }
        .tec_shop_modal_btn_box .tec_homepage_btn:nth-child(2) {
          width: 36%;
        }
        /* End SHOP-5273 Danish */

        .tec_homepage_h1_box {
            margin-top: 34%;
        }

        .tec_homepage_h1 {
            font-size: 23px;
        }

        .tec_homepage_cta_box h2 {
            font-size: 19px;
        }

        .theta-carousel-inner-container {
            transform: scale(.6) !important;
            top: -150px !important;
            margin-top: 0 !important
        }

        .triangle_arrow {
            right: 85px
        }

        .heading_cart>.triangle_arrow {
            right: 132px
        }
    }

    @media (max-width: 414px) {
      .mobile_mode #tec_collection_header_title {
    font-size: 18px;
    margin-bottom: 7px;
    padding-top: 3px;
    display:inline-block;
}

.mobile_mode .tec_filter_open_btn {
        margin-top: 1px;
}
.tt_popover_title {
    font-size: 14px;
}

.tt_text {
    font-size: 12px;
}

.tt_popover {
    width: 139px;
}
        .fr_msf_cta_popover {
            margin-top: 4px

        }

        .fr_dropdown_label {
            padding-right: 5px
        }

        .fr_msf_cta_popover_back.popover {
            min-width: 128px;
            height: 28px;
            left: 90px;
            margin-top: 10px
        }

        .fr_msf_cta_popover.fr_msf_cta_popover_back.popover {
            left: 91px;
            margin-top: 8px
        }




    }

    @media (max-width: 500px) and (max-height: 750px) {

        .mobile_mode.collection_favorites #tec_product_grid_box,
        .mobile_mode.collection_fitting-room #tec_product_grid_box {
            height: calc(100vh - 300px);
        }
    }

    @media (min-width: 376px) and (max-width:414px) {
        .fr_product_container {
            width: 28%
        }

        .navbar_logo {
            margin-top: 6px
        }
    }

    @media (max-width: 413px) {











        .fitting_room_cl_box {
            margin-left: 5px;
            margin-right: 5px;
            width: calc(100% - 10px)
        }

        .su_upload_selfie_heading {
            font-size: 22px
        }
    }
  
    /* SHOP-4956 */  
    
    
 
  
    @media (max-width: 384px) {
/* Riaz SHOP-5406--.mobile_mode .tec_pd_sfr_btn {
    font-size: 9px !important;
} */

        #fitting_canv_hldr {
            margin-top: 8px
        }

        #fitting_room_rewards_btn {
            padding-right: 0;
            padding-left: 0
        }

        .fa.fa-female.fr_mobile_menu_icon {
            margin-top: -2px;
            margin-bottom: 0;
            color: #8ac353;
            font-size: 22px
        }

        .fr_mobile_menu_box .swell_balance {
            font-size: 16px;
            margin-top: 11px;
            margin-bottom: 5px
        }

        .fr_mobile_menu_box {
            height: 44px;
            background: white;
        }


        .fr_mobile_menu_btn {
            font-size: 10px !important
        }

        .fr_mobile_menu_box .swell_point_label {
            font-size: 9px !important
        }

        .heading_cart>.triangle_arrow {
            right: 116px
        }

        .mini-products-list {
            max-height: 220px
        }
    }

    @media (max-width: 375px) {
       /* SHOP-4956 */

 
        .mobile_mode.collection_favorites #tec_product_grid_box,
        .mobile_mode.collection_fitting-room #tec_product_grid_box {
            height: calc(100vh - 293px);

        }

        .mobile_mode .fr_product_grid_container {

            height: calc(100vh - 235px);
        }
    }

    /*for old iphones and phones with short height*/
    @media (max-width: 375px) and (max-height: 700px) {
       /* SHOP-4956 */
        .mobile_mode #fitting_canv {
            margin-top: -25px;
            /* shop-5226 */
        }

        /* .fr_change_model_box, #tt_photo_launch_box {
            bottom: 175px;
        } */
      /*-------------------Riaz SHOP-5244---------*/
      /* Shop-5361 Danish */
        /* .fr_change_model_box {
            bottom: 175px;
        } */
 /*-------------------Riaz SHOP-5244---------*/
        .fr_share_fav_box {
            bottom: 92px;
        }

        .mobile_mode .fr_add_to_cart_box {
            bottom: 62px;
        }
        /* Shop-5361 Danish */
        /* .fitting_room_icon_box {
            height: 65px;
        } */
    }

    @media (min-width: 345px) and (max-width:375px) {
        .pm_thumbnails {
            height: 263px
        }


    }

    @media (max-width: 360px) {

        .fr_dropdown {
            margin-bottom: 7px
        }
    }

    @media (max-width: 360px) and (max-height:600px) {


        .fr_product_container {
            width: 31%;
            margin: 3px !important
        }

    }

    @media (max-width: 344px) {
        button {
            font-size: 12px
        }

        #dropdown-cart {
            right: -135px
        }

        .btn_primary.fr_add_to_cart_btn img {
            margin-left: -4px
        }

        .fr_grid_btn {
            width: 30px;
            height: 30px;
            padding-top: 0;
            font-size: 23px;
            margin-left: 5px
        }

        .fitting_room_cl_container .fr_dropdown {
            width: auto;
            margin-left: 5px;
            min-width: 135px !important
        }

        .fr_product_container {
            width: 30%;
            margin: 2%
        }

        .fr_cl_error_message {
            top: -29px;
            width: 156px;
            left: 1px
        }

        .fr_cl_error_message:after,
        .fr_cl_error_message:before {
            top: 26px
        }

        .fitting_room_cl_title {
            font-size: 9px
        }

        .fitting_room_cl_brand {
            font-size: 10px;
            margin-top: -4px;
            /*===============================SHOP-4829=========================*/
            margin-bottom: 11px;
            /*===============================SHOP-4829=========================*/
        }

        .fitting_room_cl_image_box {
            width: 42% !important
        }

        .fitting_room_cl_price_box {
            width: 58% !important
        }

        .fitting_room_cl_container .fr_dropdown {
            width: 90%;
            margin-left: 2%
        }



        .add_to_cart_icon {
            margin-right: 2px
        }


        .fr_mobile_menu_box {
            height: 44px
        }

        .fr_mobile_menu_btn {
            height: 40px
        }

        #fitting_room_look_btn {
            padding-top: 3px
        }

        .fr_mobile_menu_icon {
            font-size: 18px
        }

        i.fa.fa-female.fr_mobile_menu_icon {
            font-size: 18px
        }

        .fr_mobile_menu_box .swell_balance {
            margin-top: 6px;
            font-size: 14px
        }

        .fr_mobile_menu_box .swell_balance_label .swell_point_label {
            font-size: 8px !important
        }

        .fr_logo_box {
            margin-top: 2px
        }

        .fr_menu_box {
            width: 33%
        }

        .fr_dropdown_li,
        .fr_dropdown_li_heading {
            font-size: 11px
        }

        .fitting_room_cl_container .fr_dropdown_label {
            font-size: 11px;
            margin-bottom: -4px
        }

        .fitting_room_cl_container .fr_dropdown_label>span {
            font-size: 11px
        }

        .fr_secondary_menu_box {
            width: 179px
        }

        .fr_secondary_menu_icon_box {
            width: 42px
        }

        .heading_cart>.triangle_arrow {
            right: 133px
        }

        .list-notification {
            left: -180px
        }

        .modal-title {
            font-size: 15px
        }

        .navbar_logo {
            margin-top: 4px
        }

        .pm_thumbnails {
            height: 236px
        }

        .theta-carousel-inner-container {
            transform: scale(.4) !important;
            top: -231px !important
        }

        .triangle_arrow {
            right: 93px
        }
    }



    @media (max-width: 320px) {
        .navbar_logo {
            margin-top: 1px
        }
    }

    @media (min-width: 500px) and (max-width:768px) and (min-height:930px) and (max-height:1138px) {
        .fr_demo_select_container {
            padding-top: 0 !important;
            min-height: 550px
        }

        .fr_demo_select_box img {
            transform: scale(1.7) !important;
            backface-visibility: hidden
        }

        .fr_demo_select_box_two img {
            transform: scale(2);
            backface-visibility: visible
        }
    }

    @media (width: 712px) and (min-height:938px) and (max-height:1138px) {


        .fr_demo_select_container {
            padding-top: 0 !important;
            min-height: 550px
        }

        .fr_demo_select_box img {
            transform: scale(1.7) !important;
            backface-visibility: hidden
        }

        .fr_demo_select_box_two img {
            transform: scale(2);
            backface-visibility: visible
        }

        .fr_logo_box {
            margin-top: 5px;
            width: 70%;
            margin-left: 0
        }

        .fr_product_container {
            width: 28%;
            margin: 2%
        }

        .fr_right_menu_box {
            width: 32%
        }

        .fr_search_box {
            display: none !important
        }


    }




    @media (width: 834px) and (min-height:1088px) and (max-height:1120px) {
        #dropdown-cart {
            right: -131px
        }

        .fitting_room_canvas {
            background-position-y: -464px
        }

        .col-xs-12 {
            width: 100%
        }

        .fitting_room_canvas {
            background-size: 221%
        }

        .fr_product_container {
            width: 28%;
            margin: 2%
        }

        .current_look_modal>div>div>.modal-body,
        .current_look_modal>div>div>.modal-body>.container-fluid {
            padding: 0 !important
        }

        .fitting_room_pd_h2 {
            margin-top: 10px;
            font-size: 16px;
            width: 85%
        }

        .fitting_room_sidebar_top {
            border-bottom: 1px solid #d6d6d6;
            border-top: none;
            height: 35px;
            padding-top: 7px
        }

        .fitting_room_next_btn_box,
        .fitting_room_prev_btn_box {
            top: 30%
        }

        .fr_product_container {
            width: 28%;
            margin: 2%
        }

        .fr_secondary_menu_box {
            width: 210px;
            height: 60px;
            padding-top: 19px;
            float: right
        }

        .list-notification {
            left: -185px;
            width: 315px;
            min-width: 315px
        }

        .modal-dialog {
            position: relative;
            width: auto
        }

        .navbar_logo {
            margin-top: 12px
        }

        .pm_main_img_box {
            width: 72%
        }

        .pm_thumbnails {
            height: 278px
        }

        .product-img-box .product-photo-container {
            width: 100%
        }

        .product_img_more_text {
            bottom: -1px;
            text-align: left;
            font-size: 11px;
            width: 78px
        }

        .triangle_arrow {
            right: 85px
        }

        .heading_cart>.triangle_arrow {
            right: 132px
        }


    }

    @media (width: 1024px) and (min-height:1260px) and (max-height:1296px) {
        #dropdown-cart {
            right: -131px
        }


        .fr_product_container {
            width: 28%;
            margin: 2%
        }

        .current_look_modal>div>div>.modal-body,
        .current_look_modal>div>div>.modal-body>.container-fluid {
            padding: 0 !important
        }

        .fitting_room_pd_h2 {
            margin-top: 10px;
            font-size: 16px;
            width: 85%
        }

        .fitting_room_sidebar_top {
            border-bottom: 1px solid #d6d6d6;
            border-top: none;
            height: 35px;
            padding-top: 7px
        }

        .fr_secondary_menu_box {
            width: 210px;
            height: 60px;
            padding-top: 19px;
            float: right
        }

        .list-notification {
            left: -185px;
            width: 315px;
            min-width: 315px
        }

        .modal-dialog {
            position: relative;
            width: auto
        }

        .navbar_logo {
            margin-top: 12px
        }

        .pm_main_img_box {
            width: 72%
        }

        .pm_thumbnails {
            height: 278px
        }

        .product-img-box .product-photo-container {
            width: 100%
        }

        .product_img_more_text {
            bottom: -1px;
            text-align: left;
            font-size: 11px;
            width: 78px
        }

        .triangle_arrow {
            right: 85px
        }

        .heading_cart>.triangle_arrow {
            right: 132px
        }


    }

    @media (width: 375px) and (min-height:553px) and (max-height:621px) {

        .fr_mobile_menu_box .swell_point_label,
        .fr_mobile_menu_btn {
            font-size: 11px
        }

        .fitting_room_canvas {
            background-size: 344%
        }

        .fitting_room_canvas {
            background-position-y: -501px
        }

        .fr_product_container {
            width: 29%
        }


    }

    @media (width: 414px) and (min-height:622px) and (max-height:718px) {
        .fitting_room_canvas {
            background-size: 344%
        }



        .fitting_room_product_title_box {
            font-size: 12px
        }

        .fr_product_container {
            width: 29%;
            margin: 2%
        }

        .theta-carousel-inner-container {
            top: -215px !important;
            transform: scale(.5) !important
        }
    }

    @media (width: 375px) and (min-height:600px) and (max-height:812px) {
        .fitting_room_canvas {
            background-size: 344%
        }
    }

    @media (width: 414px) and (min-height:600px) and (max-height:812px) {
        .fitting_room_canvas {
            background-size: 344%
        }

        .fr_product_container {
            width: 31%;
            margin: 1%
        }
    }

    @media (width: 411px) and (max-height:823px) {
        .fitting_room_canvas {
            background-size: 344%
        }

        .fr_product_container {
            width: 45%;
            margin: 2%
        }
    }

    @media (width: 375px) and (height:812px) {
        .fitting_room_canvas {
            background-size: 344%
        }
    }



    @media (width: 1366px) and (max-height:1024px) and (min-height:800px) {
        #fitting_canv {
            margin-top: -17.9375%;
            width: 100%
        }


    }

    @media (width: 1024px) and (min-height:1200px) and (max-height:1366px) {
        .fr_main_canvas_box {
            width: 100% !important
        }

        .fitting_room_canvas {
            background-position-y: calc(-40vh - 75px);
            padding-top: 0
        }

        .fitting_room_cl_title {
            margin-top: -3px;
            font-size: 12px;
            line-height: 1;
            margin-bottom: 15px
        }

        .fr_product_container {
            width: 29%;
            margin: 2%;
            margin-bottom: 0
        }

        .fr_secondary_menu_box {
            width: 220px
        }

        .theta-carousel-inner-container {
            transform: unset !important;
            width: 100% !important;
            left: 0 !important;
            margin-top: 57px !important
        }
    }

    @media (width: 1024px) and (max-height:768px) and (min-height:600px) {
        #fitting_canv {
            /* margin-top:-17.9375%; */
            width: 100%;
        }

        .fitting_room_canvas {
            background-size: 158%
        }


        .fitting_room_current_look {
            padding-left: 0
        }

        .fr_secondary_menu_box {
            width: 220px
        }

        .fr_cl_member .fr_msf_cta_img.fr_surefit_logo {
            width: 50px
        }

        .fitting_room_cl_container .fr_dropdown_label,
        .fitting_room_cl_container .fr_msf_cta_text {
            font-size: 12px
        }

        .fitting_room_cl_container .fr_dropdown_label>span {
            font-size: 11px
        }

        .fr_msf_cta_popover.popover {
            max-width: unset;
            min-width: 109px;
            left: 78px;
            height: 25px
        }

        .popover-content-msf p {
            font-size: 9px
        }

        .popover-content-msf p.fr_msf_cat_subtext {
            font-size: 8px
        }

        .fr_msf_cta_back_img {
            width: 36px
        }

        .fr_cl_member .fr_color_text .fr_surefit_logo {
            width: 50px
        }

        .fr_cl_member.fr_size_dropdown_container .fr_dropdown {
            width: 90px
        }

        .pm_main_img_box {
            width: 74%
        }

        .pm_thumbnails {
            height: 305px
        }

        .product_img_more_text {
            bottom: -4px;
            font-size: 13px;
            width: 91px
        }

        .theta-carousel-inner-container {
            transform: scale(.6) !important;
            margin-top: -36% !important
        }
    }

    @media (width: 768px) and (min-height:800px) and (max-height:1024px) {
        .fr_main_canvas_box {
            width: 100% !important
        }

        .fr_product_container {
            width: 28%;
            margin: 2%
        }

        .fr_right_menu_box {
            width: 35%
        }

        .fr_search_box {
            width: 40%
        }

        .fr_secondary_menu_box {
            width: 215px
        }

        .navbar_logo {
            margin-top: 12px
        }

        .theta-carousel-inner-container {
            transform: scale(.8) !important;
            margin-top: -4% !important;
            width: 95% !important;
            left: 0 !important
        }
    }

    @media (width: 1024px) and (max-height:698px) {
        .theta-carousel-inner-container {
            transform: scale(.6) !important;
            margin-top: -16% !important
        }
    }

    @media (width: 1024px) and (min-height:666px) and (max-height:768px) {
        #fitting_canv {
            margin-top: 5%;
            width: 100%;
        }

        .fitting_room_canvas {
            background-position-y: -347px;
            background-size: 150%
        }

        .fr_secondary_menu_box {
            width: 220px
        }

        .theta-carousel-inner-container {
            transform: scale(.7) !important;
            margin-top: 6%
        }
    }

    @media screen and (device-aspect-ratio: 2/3) {

        input[type=text],
        select,
        textarea {
            font-size: 16px
        }
    }

    @media screen and (device-aspect-ratio: 40/71) {

        input[type=text],
        select,
        textarea {
            font-size: 16px
        }
    }

    @media screen and (device-aspect-ratio: 375/667) {

        input[type=text],
        select,
        textarea {
            font-size: 16px
        }
    }

    @media screen and (device-aspect-ratio: 9/16) {

        input[type=text],
        select,
        textarea {
            font-size: 16px
        }
    }
}


iframe#_hjRemoteVarsFrame {
    display: none !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important
}

/*! CSS Used from: Embedded */
#fc_btn_price {
    display: inline-block
}

/*! CSS Used from: Embedded */
body {
    margin: 0
}

#swell-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    z-index: 2147483645 !important
}

#swell-popup {
    display: none;
    position: fixed;
    width: 540px;
    height: 400px;
    font-family: sans-serif;
    font-size: 16px;
    border: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: #fff;
    z-index: 2147483647 !important;
    color: #000;
    max-width: inherit
}

.swell-tab {
    position: fixed;
    z-index: 2147483644;
    display: none !important
}

/*! CSS Used from: Embedded */
.fb_reset {
    background: 0 0;
    border: 0;
    border-spacing: 0;
    color: #000;
    cursor: auto;
    direction: ltr;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
    margin: 0;
    overflow: visible;
    padding: 0;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-spacing: normal
}

.fb_reset>div {
    overflow: hidden
}

/*! CSS Used from: Embedded */
/*! CSS Used keyframes */
@-webkit-keyframes bounceIn {

    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {

    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@-webkit-keyframes hs-resize-observer-dummy-animation {
    from {
        z-index: 0
    }

    to {
        z-index: -1
    }
}

@keyframes hs-resize-observer-dummy-animation {
    from {
        z-index: 0
    }

    to {
        z-index: -1
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: .2
    }

    10% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: .2
    }

    10% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: .2
    }

    10% {
        opacity: 1
    }
}

@keyframes sk-threeBounceDelay {

    0%,
    100%,
    80% {
        transform: scale(0)
    }

    40% {
        transform: scale(1)
    }
}

@-webkit-keyframes yotpo-pre-loader-animation {
    0% {
        width: 0
    }

    50% {
        width: 88px
    }

    100% {
        width: 0
    }
}

@-moz-keyframes yotpo-pre-loader-animation {
    0% {
        width: 0
    }

    50% {
        width: 88px
    }

    100% {
        width: 0
    }
}

@-o-keyframes yotpo-pre-loader-animation {
    0% {
        width: 0
    }

    50% {
        width: 88px
    }

    100% {
        width: 0
    }
}

@keyframes yotpo-pre-loader-animation {
    0% {
        width: 0
    }

    50% {
        width: 88px
    }

    100% {
        width: 0
    }
}

/*! CSS Used fontfaces */
@font-face {
    font-family: FontAwesome;
    src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot#iefix&v=4.7.0') format('embedded-opentype'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    /* SHOP-5602 */
}

@font-face {
    font-family: Gilroymedium;
    src: url('Gilroy-Medium.eot');
    src: url('Gilroy-Medium.eot#iefix') format('embedded-opentype'),url('Gilroy-Medium.woff') format('woff'),url('Gilroy-Medium.otf') format('truetype'),url('Gilroy-Medium.svg#svgFontName') format('svg');
    font-display: swap;
    /* SHOP-5602 */
}

@font-face {
    font-family: Gilroy;
    src: url('gilroy-light.eot');
    src: url('gilroy-light.eot#iefix') format('embedded-opentype'), url('gilroy-light.woff2') format('woff2'), url('gilroy-light.svg#svgFontName') format('svg');
    font-display: swap;
    /* SHOP-5602 */
}

@font-face {
    font-family: Gilroybold;
    src: url('gilroy-extrabold.eot');
    src: url('gilroy-extrabold.eot#iefix') format('embedded-opentype'),url('gilroy-extrabold.woff') format('woff'),url('gilroy-extrabold.otf') format('truetype'),url('gilroy-extrabold.svg#svgFontName') format('svg');
    font-display: swap;
    /* SHOP-5602 */
}

@font-face {
    font-family: yotpo-widget-font;
    src: url("//staticw2.yotpo.com/assets/yotpo-widget-font.eot?version=2021-03-25_16-58-37");
    src: url("//staticw2.yotpo.com/assets/yotpo-widget-font.eot?version=2021-03-25_16-58-37#iefix") format("embedded-opentype"), url("//staticw2.yotpo.com/assets/yotpo-widget-font.woff?version=2021-03-25_16-58-37") format("woff"), url("//staticw2.yotpo.com/assets/yotpo-widget-font.ttf?version=2021-03-25_16-58-37") format("truetype"), url("//staticw2.yotpo.com/assets/yotpo-widget-font.svg?version=2021-03-25_16-58-37") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    /* SHOP-5602 */
}

@font-face {
    font-family: yotpo-widget-font;
    src: url("//staticw2.yotpo.com/assets/yotpo-widget-font.svg?version=2021-03-25_16-58-37") format("svg");
    font-display: swap;
    /* SHOP-5602 */
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

input[type=radio] {
    margin: 4px 0 0;
    line-height: normal;
}

input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.form-group {
    margin-bottom: 15px;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn:active:focus,
.btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:focus,
.btn:hover {
    color: #ffffff;
    text-decoration: none;
}

.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active:focus,
.btn-default:active:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

.btn-default:active {
    background-image: none;
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

.btn {
    font-family: GilroyMedium !important;
}

.contact_pref_sub_header {
    color: #000;
    font-family: Gilroymedium;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px
}

.contact_pref_email,
.contact_pref_phone {
    color: #646464;
    font-family: Gilroy;
    font-size: 16px;
    line-height: 24px;
    margin-top: 9px
}

.contact_pref_message {
    margin-top: 47px
}

.contact_pref_message p {
    color: #646464;
    font-family: Gilroy;
    font-size: 16px;
    line-height: 24px;
    padding-top: 11px;
    padding-bottom: 8px;
    margin-bottom: 0
}

.contact_pref_message p span {
    font-family: Gilroymedium;
    font-weight: 700
}

/*  Riaz--SHOP-5406 .contact_pref_sub_button {
    height: 48px;
    width: 118px;
    margin-top: 12px;
    color: #fff;
    font-family: Gilroy;
    font-size: 16px !important;
    font-weight: 800;
    line-height: 16px;
    text-align: center;
    text-transform: capitalize;
    background-color: #8AC25B !important;
    border: none;
    border-radius: 0px;
} */

/* Riaz--SHOP-5406 .contact_pref_sub_button:hover {
    color: #fff !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
    transition: .3s all;
    border-radius: 4px
} */
}

.contact_pref_sub_button:focus {
    color: #fff;
    box-shadow: none
}

.contact_pref_message .image_radio_label {
    top: 0
}


.clearfix {
    clear: both;
}

.form-group label {
    position: absolute;
    top: 2px;
    font-family: Gilroy;
    color: #646464;
    transition: .5s;
    left: 12px;
    font-weight: 400;
    font-size: 15px;
}

input {
    display: block;
}

.no_margin {
    margin: 0;
}

label.image_radio_label>[type=radio] {
    visibility: hidden;
    position: absolute;
}

label.image_radio_label {
    position: relative;
    padding-left: 25px;
    color: #646464;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
    font-family: Gilroy;
    font-weight: 400;
}

.image_radio_checkmark {
    position: absolute;
    background: #fff;
    height: 16px;
    width: 16px;
    top: 3px;
    border: 1px solid #a89572;
    border-radius: 50px;
    left: 0;
    cursor: pointer;
}

.image_radio_checkmark {
    cursor: pointer;
}

.image_radio_label input:checked~.image_radio_checkmark>.image_radio_checked {
    height: 8px;
    width: 8px;
    background-color: #8ac353;
    position: absolute;
    border-radius: 50%;
    top: 3px;
    left: 3px;
    transition: .3s background-color;
}



/*SHOP-4868 */
#search_modal .modal_close_btn {
    top: 31px;
}

#search_modal .modal-title {
    margin-top: 25px;
    font-size: 17px;
}

/* START: SHOP-4973 */
.fr_oos_modal.modal.fade.in {
    z-index: 1051;
}
/* END: SHOP-4973 */

/* START: SHOP-5024 */
.fr_dropdown_li.disabled {
    /* text-decoration: line-through; */
    color: #cbcbcb;
}
/* END: SHOP-5024 */
/* start: Riaz SHOP-4829 */   
@media (max-width: 767px) {
.fitting_room_cl_brand {
    margin-bottom: 5px !important;
}
}
/* END: SHOP-4829 */
/** START: SHOP-4966 */
.fitting_room_add_to_cart_btn[disabled] {
    background-color: gray;
}
/** END: SHOP-4966 */
/* START: SHOP-5003 */
.fitting_room_add_to_cart_btn {
    float:none;
    width: 100%;
    margin: 0 auto;
    border-left: 0;
    padding: 10px;
    /* margin-bottom: 10px; */
}
.add_to_cart_icon {
    position: relative;
    float: right;
}
/* END: SHOP-5003 */
/* START:SHOP-5007 */
.run_bubble_animation {
    animation: bubble-enlarge .5s ease;
    /*  SHOP-5224 Danish */
}
@keyframes bubble-enlarge {
    0% {
        transform: scale(1);
     }
    60% {
        transform: scale(1.5);
     }
     100% {
        transform: scale(1);
     }
  }
/* END: SHOP-5007 */
/* START: SHOP-5010  */
/*
.withModel .tec_product_box_msf.tec_add_msf.tec_product_in_fr>.fr_product_try_btn.fr_product_in_fr {
    position: relative;
    z-index: 9; 
}
*/
#tec_product_grid_box .tec_product_box.withModel:hover > button {
     transform: scale(1.1); 
}
#tec_product_grid_box .tec_product_box.withModel.activeproduct > button {
    animation-duration: .5s;
    animation-name: expandMSF;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    transition: .3s all;
    backface-visibility: hidden;
}
/* END: SHOP-5010 */

/* START: SHOP-5041 */
.fr_already_text a {
    font-family: Gilroymedium;
    font-weight: 700;
    color: #000;
    
}

.noUi-connect {
    background: #92c368 !important;
}
/* END: SHOP-5041 */

/* START: SHOP-4888 need to re-write this functionality */
/*
.top_layer_div {
    display: block !important;
}
*/
/* END: SHOP-4888 */
/*------------Riaz SHOP-5112--------------*/
.mobile_mode .fr_add_to_cart_box {
  /* Shop-5361 Danish */
    /* position: absolute;
    bottom: 157px;
    right: 54px; */
    z-index: 1031;
}
.mobile_mode .fr_add_to_cart_box {
    /* Shop-5361 Danish */
    /* position: absolute;
    bottom: 157px;
    right: 31px; */
    z-index: 1031;
}
.fr_share_fav_box {
    position: absolute;
    z-index: 1030 !important;
    top: calc(100vh - 270px);
    /* Shop-5361 Danish Start */
    right: 43px;
}
.fr_change_model_box {
    width: 22px;
    /* Shop-5361 Danish */
    z-index: 1030 !important;
    /* bottom: 277px;
    right: 41px; */
}
@media (max-width: 1280px) {
      /* Riaz SHOP-5112 */
      /* Shop-5361 Danish */
      /* .fitting_room_icon_box {
        height: 66px;
    } */
    /* Riaz SHOP-5112 */
}
/*------------/Riaz SHOP-5112--------------*/
/*----------------SHOP-5112------------*/
@media (max-width: 540px){
  /* Shop-5361 Danish Start */
    .fr_change_model_box{
        /* bottom: 185px; */
    }
    .fr_share_fav_box {
      top: auto;
      bottom: 55px;
    }
    /* Shop-5361 Danish */
    .mobile_mode .fr_add_to_cart_box {
        bottom: 81px;
    }
    /* Shop-5361 Danish */
    /* .fitting_room_icon_box{
        height: 60px;
    } */
}
/*----------------/SHOP-5112------------*/
/*-----------/Riaz SHOP-5259------------*/
.textme-field{
    width:56.5%;
    float:left;
    margin-top:-7px;
}


.text-me-btn{
    border: none;
    /*--------------Riaz SHOP-5303-----------*/
    padding: 9px 4%;
    /*--------------Riaz SHOP-5303-----------*/
    font-weight: 700;
    background-color: #000;
    color: #fff;
    margin-left: 0;
    /*---------------Riaz SHOP-5306------------*/
    margin-top: -7px;
    /*---------------Riaz SHOP-5306------------*/
    height: auto !important;
    padding-top: 10px !important;
    /* -----Riaz SHOP-5406--- */
    border-radius: 5px;
    -moz--webkit-border-radius: 5px;
    border-radius: 5px;
    /* -----Riaz SHOP-5406--- */
}
.text-me-field{
    padding: 8px;
    width: 100%;
    border: 2px solid #ddd;
}
#refralPage{
    max-width: 97%;
    margin:auto;
}
#refralPage .desktop-image{
 width:99%;
}
.mobile-layout {
    margin-bottom: 30px;
    ;
}
.mobile-banner-logo {
    position: relative;
    top: -20px;
}
.mobile-layout .banner-heading{
   display:none;
}
/*--------------Riaz SHOP-5392-------*/
.mobile_mode .term_con_title2{
    font-size: 20px;
}
.mobile_mode .term_con_para a{
    word-break: break-all;
}
/*--------------Riaz SHOP-5392-------*/
.mobile-layout #desktop-content,
.mobile-layout .desktop-image{
    display:none;
}
.mobile-layout .mobile-image{
    display:block;
    margin:auto;
}

.desktop-layout .mobile-image, 
.desktop-layout .mobile-app-link{
    display:none;    
}
.mobile-layout .m_banner_heading{
    display: block;
    font-size: 2.25rem;
    position: relative;
    bottom: -30px;
    z-index: 1;
}
.desktop-layout .m_banner_heading{
    display:none;
}
.desktop-layout .text_confirmation_msg{
    color:green;
}
.sendlinkitem{
    margin-bottom: 10px;
    margin-top:-20px;
}
.hide-popup{    
color: white !important;
    background: black;
    padding: 5px;
    border-radius: 40px;
    height: 30px;
    width: 30px;
    text-align: center;
    margin-top: -3px;
    border: 2px solid white;
}
#closeIcon{
    position:absolute;
    right:5px;
    top:10px;
    z-index: 500;
}
#sendLink{
    margin-top:-20px;
}
.p-0{
    padding:0 !important;
}
.m-0{
    margin: 0 !important;
}
.green-text{
font-family: Gilroybold;
color: #92c368;
}
.btn-style{
    border: none;
    padding: 10px 15px;
    font-weight: bold;
    background-color: #000000;
    color:#ffffff;
    margin-left:5px;
    margin-top:12px;
}
.su_text_me_input{
    width:60%;
    float: left;
    height:48px;
}
.btn-style:hover,
.su_text_me_btn .btn_primary:hover,
.text-me-btn:hover {
    background-color: #92c368;
}
.field-style{
    width:100%;
    padding:8px;
    border:2px solid #dddddd;
    margin: 12px;
}

.img-fluid{
    width:100%;
} 
.banner-heading{
    margin-top: 10px;
    font-weight: 600;
    padding-left: 0%;
    font-size: 3.30rem;
  padding-left:5px;
}
.sub-heading{
    font-size:2.25rem;
    /* Start SHOP-5273 Danish */
    margin-top: 26px;
    /* End SHOP-5273 Danish */
    padding-right: 10px;
}
.form-check-label {
padding: 0 5px;
margin-right: 10px;
}
#errorMsg{
    padding-left: 15px;
    color: #ff0000;
}
.su_text_me_btn .btn_primary{
    padding:7px 15px; 
    background-color: #000000;
}

@media (min-width: 1600px) {
    #refralPage .banner-heading{
        font-size: 5rem;
    } 
    #refralPage .sub-heading{
        font-size:3.5rem;
        /*--------------SHOP-5306------------*/
        margin-top:18px ;
        /*--------------SHOP-5306------------*/
    }  
}
@media (max-width: 768px) {
    #refralPage{
        max-width: 85%;
        width:85%;
        margin-top:90px; /*-------Riaz SHOP-5508*/
    }
    #closeIcon{
        right:-5px;
        top:12px;
    }      
}

/*-----------/Riaz SHOP-5259------------*/
/* START: SHOP-5282 */
.fitting_room_cl_brand_new {
    position: absolute;
    font-size: 13px;
    color: #2c2c2c;
    padding-right: 20px;
    padding-left: 5px;
    font-family: 'Gilroymedium';
    margin: 3px 0 0;
    z-index: 200; /* shop-5527 */
    width: 100%;
}
@media (max-width: 768px) {
    .fitting_room_cl_brand_new {
        font-size: 10px;
        padding-right: 5px;
    }
}
.activeproduct .fitting_room_cl_brand_new {
    color: #92d050;
}
/* END: SHOP-5282 */

/* START: SHOP-5276 */
#error_phone_number2 {
    text-align: left;
}
/* END: SHOP-5276 */

/* Riaz start SHOP-5218 */
    /* SHOP-5618 */
    .taglines{
        /* SHOP-5618 */
        font-weight: bold;
        color: #ccc;
        min-width: 90px;
        line-height: 1 !important;
        font-size: 12px;
        margin-left: 10px;
    }
    @media (max-width:795px) {
        #refralPage #sendlinkitem{
            margin-top: -10px;
        }
        #refralPage .banner-heading{
            font-size: 2.75rem;
            text-align: center;
            position: relative;
            z-index: 1;
            bottom: -24px;
        }
        #refralPage .mobile-image{
            display:block;
        }
        #refralPage .sub-heading{
            text-align: center;
            max-width: 245px;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 20px;

        }

    }
    @media (max-width:540px){
        #refralPage .mobile-image{
            display:block;
        }
        .gst_right_header_login_box{
            margin-left: -4px;
             /*-------------SHOP-5355------------*/
             position: relative;
             right: -8px;
              /*-------------SHOP-5355------------*/
        }
        .mobile_mode .tec_rewards_box{
            min-width: 50px;
        }
        .mobile_mode .tec_acct_box{
            margin-right: 8px;
            margin-left: -7px;
        }
        .mobile_mode .tec_rewards_box{
            margin-left: 8px;
        }
            .tec_logo_box {
                width: 27% !important;
            }
            /* -------------SHOP-5519------ */
        .taglines{
            font-size: 11px;
            line-height: 1;
            font-weight: bold;
            color: #ccc;
            right:-65%;
        }
        /* -------------SHOP-5519------ */
        .gst_right_header_text {
            margin-left: 0px !important;
            margin-right: 0px !important;
        }
    }
@media (max-width:540px){
    .tec_logo_img {
         width:92px;
        margin-top:10px;
    }

    /* ----------SHOP-5519------ */
    .taglines{
            font-size:9px !important;
            line-height: 1;
            font-weight: bold;
            color: #ccc;
        }
    /* ----------SHOP-5519------ */
    }
            /* SHOP-5618 */
/* Riaz end SHOP-5218 */
/*-----Riaz Start SHOP-5219*/
.is_Disable {
    pointer-events: none;
    cursor: not-allowed;
    text-decoration: none;
    color: black;
    opacity: 0.2 !important;
}
/*-----Riaz Start SHOP-5219*/
/* Start SHOP-4937-5263 Danish */
.popup_title{
  font-family: 'Gilroybold';
  font-size: 20px;
  margin: 0;
}
.su_text_me_form_box .new_modal p{
  font-size: 18px;
  color: #000;
  z-index: 10;
  position: relative;
  line-height: 1.2;
}
.su_text_me_form_box .new_modal .modal_bg{
  margin: -10px -35px 0;
  width: calc(100% + 70px);
  max-width: 100%;
}
/* shop-5263 Danish */
/*-----------Riaz SHOP-5406-----*/
.new_modal button.w-100{
    margin: 3px 0 0 -15px;
  width: calc(100% + 15px);
    /* height: 26px; */
    padding: 7px;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
/*-----------Riaz SHOP-5406-----*/
/* shop-5263 Danish */
.fr_download_app_popup .modal_close_btn{
  /* opacity: 0 !important;  SHOP-5629 comment it add z-index */
  z-index:1000; 
  transition: all .3s;
  position: absolute;
  right: 16px !important;
}
.fr_download_app_popup .modal-dialog{
    margin-top: 0 !important;
    width: auto;
  }
.fr_download_app_popup .modal_close_btn:hover{
  opacity: 1 !important;
}
.txt_me_box{
  padding: 10px 50px;
}
.txt_me_box .ng{
  padding-bottom: 3px;
}
@media all and (max-width: 991px) {
  .popup_title{
    font-size: 19px;
    margin-top: 1vh;
  }
  .fr_download_app_popup .modal_close_btn{
    opacity: 1 !important;
    position: absolute;
    z-index: 110;
  }
  .su_text_me_form_box .new_modal p{
    font-size: 17px;
  }
  .su_text_me_form_box .new_modal .modal_bg{
    margin: -10px -10px 0;
    width: calc(100% + 20px);
    padding: 0 25px;
  }
}
/* End SHOP-4937-5263 Danish */
/*---------Riaz Start SHOP-5327---------------------*/
@media only screen and (device-width : 375px) and (device-height : 667px) and (-webkit-device-pixel-ratio : 2) {
        .tt_see_it_on_cta_image{
            max-width: 305px;
        }
     }
/*---------Riaz End SHOP-5327---------------------*/
/*---------Riaz Start SHOP-5335---------------------*/
@media all and (max-width: 1366px) {
 
    .tt_see_it_on_cta_image{
        max-width: 305px;
    }
}
/* START: SHOP-5230 iphone 8 fix */
@media (max-width: 376px) and (max-height: 549px) { 
    .tt_see_it_on_cta_image{
        max-width: 270px;
    }
}
/* END: SHOP-5230 iphone 8 fix */
/*---------Riaz Start SHOP-5335---------------------*/
/*-----------reminder-tooltip*/
/*-----------------Riaz Start SHOP-5366---------------*/
/* Shop-5393 Start Danish */
/* shop-5226 */
.inactive-tooltip,
.sfr_reminder {
    width:calc(100% + 4px);
    height:calc(100% + 4px);
    position:absolute;
    border:2px solid #8ac353;
    left: -2px;
    top: -2px;
    z-index:1000; /* ---Riaz SHOP-5594---*/
    background-image: url("reminder-tooltip.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-top: 41%;
    line-height: 15px;
    background-color: #ffffff;
    opacity: 0;
}

.inactive-tooltip.fade,
.sfr_reminder.fade {
    -webkit-animation: fadeIn 5s;
    -moz-animation: fadeIn 5s;
    -o-animation: fadeIn 5s;
    animation: fadeIn 5s;
}
.sfr_reminder {
    background-image: url("reminder-tooltip.svg");
    font-size: 18px;
    font-family: 'gilroymedium';
    text-align: center;
    line-height: 1;
    color: #000;
    z-index: 9;
    background-color: rgba(255, 255, 255, .85);
}
.sfr_reminder svg{
    position: absolute;
    width: 35px;
    height: 35px;
    bottom: 5px;
    right: 5px;
}
@media all and (max-width: 1440px) {
    .sfr_reminder {
        font-size: 14px;
    }   
}
@media all and (max-width: 1200px) {
    .mobile_mode .sfr_reminder {
        font-size: 20px;
    }   
}
@media all and (max-width: 500px) {
    .mobile_mode .sfr_reminder {
        font-size: 14px;
    }   
}
/* shop-5226 */
@keyframes fadeIn {
  0% {
opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.inactive-tooltip .ca_see_it_on_ttip{
    font-size: 1.7vw;
    margin-bottom: -.5%;
    text-align: center;
    line-height: 1;
    color: #000;
}
.inactive-tooltip .SFR-heading{
    font-size: 1.9vw;
    font-family: 'gilroybold';
    text-align: center;
    line-height: 1;
    color: #000;
}
/* Shop-5400 Danish */
.inactive-tooltip .SFR-heading .green{
    color: #8ac353;
}
/* shop-5226 */
.tile-Interstitial .idle-close,
.sfr_reminder .idle-close,
.inactive-tooltip .idle-close{
    position: absolute;
    right: 10px;
    top: 10px;
    width:20px;
    height: 20px;
    display:inline-block;
    background-image:url("cross_icon_modal.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    opacity: 0.5;
    cursor: pointer;
    z-index: 1000;
}

/* Riaz SHOP-5587------*/
/* Shop-5400 Danish */
@media all and (max-width: 768px) {
  .inactive-tooltip .ca_see_it_on_ttip{
      font-size: 2.7vw;
  }
  .inactive-tooltip .SFR-heading{
      font-size: 3.1vw;
  }
}
@media all and (max-width: 540px) {
    .inactive-tooltip{
        padding-top: 42%;
    }
    .inactive-tooltip .ca_see_it_on_ttip{
        font-size: 4.1vw;
    }
    .inactive-tooltip .SFR-heading{
        font-size: 4.6vw;
    }
}
/* Shop-5393 End Danish */
/*-----------reminder-tooltip*/
/*-----------------Riaz End SHOP-5366---------------*/

/* Shop-5397-Danish */
.reminder_banner_box{
  width: 100%;
  min-height: 40px;
  background: url('loader.gif') no-repeat center center;
}


/* ------------Buttons----SHOP-5406 */
.tec_pd_sfr_btn_box button{
    /* background-color:#000000; */
    position:relative;
    color:#ffffff;
    border-radius: 5px;
    display:inline-block;
    font-size: 12px;
    padding:20px 10px;
    text-decoration:none;
    text-transform: uppercase;
    line-height:0;
    text-align: center;
    margin:3px;
    text-decoration: none;
    font-family: 'Gilroymedium';
    border:none;
    width:49.1%;
}

.dm_selection_label{
    text-transform: uppercase;
}
#dm_selection_main_container .btn_primary{
    font-size: 11px; /* SHOP-5611 */
    padding: 12px 9px; /* SHOP-5611 */
    background-color: #8ac353;
    text-transform: uppercase;
}

.tec_pd_sfr_btn_box .tec_pd_sfr_btn,
.tec_pd_sfr_btn_box .tec_pd_sfr_add{
    background-color:#000; 
}
/* SHOP-5545 */
.tec_pd_sfr_btn_box .tec_pd_sfr_btn:hover,
.tec_pd_sfr_btn_box .tec_pd_sfr_add:hover{
    background-color:#8ac353; 
}
.mobile_mode .tec_pd_sfr_btn_box .tec_pd_sfr_btn,
.mobile_mode .tec_pd_sfr_btn_box .tec_pd_sfr_add{
    background-color:#000; 
}
.mobile_mode .tec_pd_sfr_btn_box .tec_pd_sfr_btn:active,
.mobile_mode .tec_pd_sfr_btn_box .tec_pd_sfr_add:active{
    background-color:#8ac353;
}
.btn_primary#register_button {
    margin: 10px 0;
}
.su_form_step_1 {
    padding: 15px
}
.clear_filter_link,
.tec_pd_sfr_btn_box button:first-child{
    margin-left: 0;
}
 .fr_price_submit_btn,
.tec_pd_sfr_btn_box button:last-child{
    margin-right: 0;
}
.form-footer .action-icon{
    display:none !important;
}
#customer-fields .cancel-form{
    margin-right: 0 !important;
}
.try_look_ft_room{
    text-align: left;
}
.th-navigation ul li a,
#customer_gender_selected .btn_primary .modal_close_btn.btn_primary,
.pers_info_submit_wrap .personal_info_button, 
#dropdown-cart .actions .btn,
#edit_look_main_container.fitting_room_add_to_cart_btn,
.contact_pref_sub_button,
.cancel-form.personal_info_cancel_button,
#customer-fields input[type="submit"],
.fr_price_submit_btn,
.clear_filter_link,
/* SHOP-5205 */
.tec_pd_sfr_add,
.fr_msf_cta_modal_cancel_btn.btn_primary,
#sign_up_modal .btn_primary#register_button,
.try_look_ft_room a,
.btn-new {
    background-color: #000000;
    position:relative;
    color:#ffffff;
    border-radius: 5px;
    display:inline-block;
    font-size: 14px;
    padding:20px;
    text-decoration:none;
    text-transform: uppercase;
    line-height:0;
    text-align: center;
    margin:3px;
    text-decoration: none;
    font-family: 'Gilroymedium';
    border:none;
}
#customer_gender_selected .btn_primary:hover,
.try_look_ft_room a:hover,
#dropdown-cart .actions .btn:hover,
.pers_info_submit_wrap .personal_info_button:hover,
#edit_look_main_container.fitting_room_add_to_cart_btn:hover,
.contact_pref_sub_button:hover,
.contact_pref_sub_button:disabled,
.cancel-form.personal_info_cancel_button:hover,
#customer-fields input[type="submit"]:hover,
.modal_close_btn.btn_primary:hover,
.fr_price_submit_btn:hover,
.clear_filter_link:hover,
.fitting_room_add_to_cart_btn:hover,
.tec_pd_enter_sfr_btn.fr_active:hover,
/* .tec_pd_sfr_btn.tec_pd_sfr_remove:hover, */
.fr_msf_cta_modal_cancel_btn.btn_primary:hover,
/* .tec_pd_sfr_btn.tec_pd_enter_sfr_btn:hover, */
#sign_up_modal .btn_primary#register_button:hover,
.modal_close_btn.btn_primary:hover,
.btn-half:hover,
.btn-new:hover,
.th-navigation ul li a:hover {
    background-color: #8ac353;
    color:#ffffff;
    text-decoration: none;
}
.lb-btn{
    padding:10px 20px;
    line-height: 1!important;
}

#sign_up_modal .btn_primary#register_button,
.btn-flat{
    width:100%;
    max-width:400px;
}
.th-navigation ul li a{
    font-size:14px ;
    display: inline-block;
    width:100%;
  
}
#sign_up_modal .btn_primary#register_button{
    margin:12px auto;
}
#dropdown-cart .actions .btn{
    min-width: 50%;
}
.fitting_room_add_to_cart_btn{
    width:100%;
    text-align: left;
}
.fitting_room_add_to_cart_btn .add_to_cart_icon{
    position:absolute;
    left: auto;
    right: 15px;
    top: 0;
    margin: auto;
    bottom: 0;
}
.fr_popover_close_box button{
    background-color: #000000;
    position:relative;
    color:#ffffff;
    border-radius: 5px;
    display:inline-block;
    font-size: 13px;
    padding:20px 15px;
    text-decoration:none;
    text-transform: uppercase;
    line-height:0;
    text-align: center;
    margin:3px;
    text-decoration: none;
    font-family: 'Gilroymedium';
    border:none;
}
#customer-fields input[type="submit"]{
    width: 48.5% !important;
    font-size: 13px;
}
#customer-fields .form-footer{
    width: 90%;
    margin: auto;
}
.form-footer .personal_info_cancel_button,
#customer-fields input[type="submit"],
.btn-half{
    width:48.6%;
    padding:20px 5px;
    font-size: 13px;
}

/* .modal_close_btn.btn_primary{    
    margin-top:-38px;
} */
@media (max-width:480px){
    .tec_pd_sfr_btn_box button{
        width:48.8%;
    }
    #dropdown-cart .actions .btn{
        width:95%;
        margin:15px auto;
    }
    #dropdown-cart .actions{
        text-align: center;
    }
    .mobile_mode .tec_pd_sfr_btn_box button{
        font-size: 9px;
    }
#sign_up_modal .btn_primary#register_button,
    .btn-flat,
    .th-navigation ul li a {
    width:100%;
    max-width:350px;
}
 .modal_close_btn.btn_primary{
/*     position: absolute; */
    top: 0px;
       font-size:13px;
    padding: 13px 8px !important;
    margin-top: 7px;
} 
    .fr_price_submit_btn_box{
        width:90%;
        margin: auto;
    }
#edit_look_main_container.fitting_room_add_to_cart_btn,
.contact_pref_sub_button,
.cancel-form.personal_info_cancel_button,
#customer-fields input[type="submit"],
    .fr_price_submit_btn,
    .clear_filter_link,
.tec_pd_enter_sfr_btn.fr_active,
    .fr_msf_cta_modal_cancel_btn.btn_primary,
    .tec_pd_enter_sfr_btn,
.modal_close_btn.btn_primary,
  .btn-new{
     font-size:10px;
     padding:20px 8px;
}
    .btn-new {
        margin: 8px auto;
    }
.fitting_room_add_to_cart_btn{
     margin:5px 0 10px 0;
}
.mobile_mode .fitting_room_add_to_cart_btn{
        width:100%;
         margin-top: 8px;
         margin-bottom: 0;
    }
    /* .mobile_mode .fitting_room_add_to_cart_btn{
        margin:5px 0 0 0;
    } */
      
    .tec_pd_enter_sfr_btn,
    .tec_pd_sfr_btn,
    .tec_pd_sfr_btn.tec_pd_sfr_remove,
    .tec_pd_sfr_add,
    .btn-half{
        width:48.5%;
        padding:20px 5px;
         font-size:10px; 
    } 

    .fitting_room_add_to_cart_btn, 
    #customer_login.btn-new, 
    #register_button.btn_primary{
        font-size: 14px;
    }
}
.clear_filter_link,
.fr_price_submit_btn {
    width:45%;
    padding:20px 8px;
     font-size: 12px; 
}
.leave_it_icon_active{
    background: url('leave_it_icon_active.svg');
    background-position: center center;
    background-size: 24px;
    background-repeat: no-repeat;
}
.love_it_icon_active{
    background: url('love_it_icon_active.svg');
    background-position: center center;
    background-size: 24px;
}
.leave_it_icon_active,
.love_it_icon_active {
    width:25px;
    height: 25px;
    display: inline-block;
    background-repeat: no-repeat;


}
/* ------------Buttons----SHOP-5406 */


/* -------------------Riaz SHOP-5439----------- */
.mobile-app-link{
    margin-bottom: 10px;
}
/* -------------------Riaz SHOP-5439----------- */

/*---------------------riaz SHOP-5456-----------*/
.sticky-filters{
    position:fixed;
    left:24px;
    top: 0px;
    max-width:262px;
}
/*---------------------riaz SHOP-5456-----------*/


/* START: SHOP-5457 */
#fr_select_shop {
    border: 1px solid #dcdcdc;
    padding: 8px 25px 8px 3px;
    color: #333;
    width: 100%
}
#fr_select_shop:focus {
    outline: 0 !important;
}

/*SHOP-5300*/
.tec_shop_filter_dropdown {
    display: flex;
    align-items: center;
    padding: 0 6px;
    justify-content: space-between;
    border-bottom: 1px solid #dcdcdc;
}
.tec_shop_label {
    color: #333;
    font-size: 17px;
    font-family: Gilroy;
    font-weight: 700;
    margin: 0px;
    margin-right: 10px;
}
/* END: SHOP-5457 */
/* Start: SHOP-5300 */
.s-hidden {
    visibility:hidden;
    padding-right:10px;
    height: 35px;
    /* margin-left: -140px; */
    /* transform: translateY(-50px); */
}
.c_select {
  min-width: 240px;
  cursor:pointer;
  display:inline-block;
  position:relative;
  font-weight: normal;
  border:1px solid #ccc;
}
.styledSelect {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.styledSelect .selected_option {
    color: #555;
    width: 130px;
    padding-left: 10px;
    padding-right: 10px;
}
.tec_shop_filter_dropdown .selected_option {
    padding-left: 0;
    width: 130px;
    padding-right: 34px;
    text-align: right;
    /* SHOP-5542 */
}
.tec_shop_filter_dropdown .c_select .options{
    min-width: 110px;
}
.styledSelect:after {
    content:"";
    width:0;
    height:0;
    border:4px dashed transparent;
    border-color: #333 transparent transparent transparent;
    position:absolute;
    top: calc(50% - 1px);
    right: 3px;
}
.styledSelect label {
    position: relative;
    z-index: -1;
    margin: 0 10px 0 0;
    color: #333;
    font-size: 17px;
    font-family: Gilroy;
    font-weight: 700;
    text-transform: uppercase;
}
.c_select .options {
    display:none;
    position:absolute;
    top:100%;
    left: auto;
    right:0;
    z-index:1010;
    margin:0 0;
    padding:0 0;
    list-style:none;
    border:1px solid #ccc;
    background-color:white;
    -webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
    min-width: 140px;
}
.c_select .options li {
    margin:0 0;
    padding:3px 10px 3px 10px;
    position: relative;
}
.c_select .options li.selected {
  background: #f1f1f1;
}
/* .c_select .options li.selected:after {
    width: 5px;
    height: 5px;
    content: '';
    display: block;
    position: absolute;
    border-radius: 50%;
    border: 1px solid #8ac353;
    top: 6px;
    left: 6px;
} */
.c_select .options li:hover {
    background-color:#39f;
    color:white;
}
.tec_shop_filter_dropdown .custom_select{
  width: 100%;
}
.tec_shop_filter_dropdown .c_select{
  width: 100%;
  min-width: auto;
  border: 0;
}
.tec_shop_filter_dropdown .styledSelect{
  padding: 0;
}
.mobile_mode .custom_select{
  width: 100%;
  /* border-bottom: 1px solid #dcdcdc; Riaz SHOP- 5569*/
  padding: 0 6px;
  font-size: 14px !important;
}
/* SHOP-5563 Start */
.mobile_mode .c_select{
  width: 100%;
  border: 0;
}
.mobile_mode .styledSelect{
  padding: 5px 0;
  align-items: flex-start;
}
.mobile_mode .styledSelect:after{
  top: 16px;
}
.mobile_mode .styledSelect label{
  z-index: 1;
  min-width: 100px;
}
.mobile_mode .styledSelect.active label{
  font-family: gilroymedium;
}
.mobile_mode .tec_shop_filter_dropdown{
  border: 0;
  padding: 0;
  clear: both;
}
.mobile_mode .c_select .options{
    min-width: 100%;
    position: static;
    border: 0;
    box-shadow: 0 0;
    padding-bottom: 5px;
}
.mobile_mode .c_select .options li{
    font-family: gilroymedium;
    color: #333;
    font-weight: 700;
    font-size: 13px;
    padding: 3px 10px 3px 3px;
}
.mobile_mode .c_select .options li:hover{
    background-color: #fff;
}
.mobile_mode .c_select .options li:before{
    content: "";
    display: inline-block;
    box-sizing: border-box;
    margin: -1px 6px 0 1px;
    border: #d4d4d4 solid 2px;
    width: 18px;
    height: 18px;
    vertical-align: top;
    border-radius: 50%;
}
.mobile_mode .c_select .options li.selected:after{
    content: "";
    display: inline-block;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #8ac353;
    position: absolute;
    top: 6px;
    left: 8px;
}
.mobile_mode .c_select .options li.selected{
    background-color: #fff;
}
/* shop-5542 */
.mobile_mode .styledSelect .selected_option {
    padding-left: 0;
    width: 160px;
    padding-right: 34px;
    text-align: right;
    height: 24px;
    line-height: 24px;
}
/* SHOP-5563 End*/
.mobile_mode .tec_shop_filter_dropdown .selected_option {
    padding-left: 10px;
}
@media all and (max-width: 500px) {

    .styledSelect .selected_option {

        padding-left: 0;

        width: 160px;

        padding-right: 34px;

        text-align: right;

    }

}


/* END: SHOP-5300 */

/* -------------------Riaz SHOP-5508---- */
.mobile_mode .tec_header{
    position: fixed !important;
    width:100%;
    top:0; /*--------------Riaz SHOP-5508----*/
} 
/*
.popover.product_page_surefit_popover{
    z-index: 5026;
}
/* -------------------Riaz SHOP-5508---- */
/* @media (min-width:1400px){
    .fitting_room_pd_review_box .fr_dropdown {
        width:35%;
    }
    .fr_msf_cta_popover.popover.fr_msf_cta_popover_back{
       left:200px; 
    }
    .fr_dropdown .fr_dropdown_label .fa{
        right:10px;
    }
} */
@media (width:1280px){
    .fr_msf_cta_popover.fr_msf_cta_popover_back.popover{
        left: 126px;
    }
    #edit_look_container .fr_dropdown .fa{
        right:14px;
    }
    .fitting_room_pd_price_box .fr_dropdown{
        max-width:160px;
        padding-right:5px;
    }
    .fr_size_dropdown_container.fr_cl_member.fr_msf_cta_popover.popover.fr_msf_cta_popover_back {
        left: 158px;
    }
}
@media (min-width:1600px){
    #edit_look_container .fr_dropdown .fa{
        right: -25px;
    }
    #edit_look_container .fr_dropdown .fa{
        right:24px;
    }
    .pm_details_box .fitting_room_pd_price_box .fr_dropdown{
        max-width:160px;
        padding-right:5px;
    }
    .pm_details_box .fr_msf_cta_popover.popover.fr_msf_cta_popover_back {
        left: 180px;
    }
}
/* SHOP-5542 */
.btn-new:focus{
    color: #fff;
    text-decoration: none;
}
#clear_all_fltr{
    margin-top: 10px;
}
.mobile_mode #clear_all_fltr{
    position: absolute;
    top: 0;
    /* SHOP-5561 */
    right: 22px;
    margin: 0;
    padding: 18px 0;
}

/* --------------SHOP-5546----------- */
.change-modal-link{
    position: absolute;
    right: 19%;
    top: 8%;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 14px;
}
.change-modal-link:hover{
    color:#92c368;
    text-decoration: none;
}
.mobile_mode .change-modal-link{
    right: 16%;
    top: 18%;
    z-index: 10000;
    display: none;
}
@media (max-width:480px){
    .mobile_mode .change-modal-link{
        top:20%;
        right: 10%;
    }
}
/* --------------SHOP-5546----------- */

#preview-bar-iframe{
    max-width: 500px;
    transform: translateY(0px) scale(.8) !important;
    transform-origin: left bottom;
    bottom: -15px !important;
}


/* -----------------Riaz start SHOP-5568-------- */
.handle-col h1{
    font-size: 20px !important;
}
.handle-col a{
    display: inline-block;
    /* color: #e2e4e4; */
     color: #cccccc; 
    font-family: 'Gilroy';
    font-weight: normal;
    margin-right: 18px;
  }
  .handle-col a:last-child{
      margin: 0;
  }
  .handle-col a{
    text-transform: uppercase;
    text-decoration: none;
  }
  .handle-col h1 a:hover{
    color:#8ac353;
  }
  .handle-col a.active{
    font-family: 'gilroybold';
    color: #000000;
    font-weight: bold;
  }
  @media (max-width:540px){
    .mobile_mode .handle-col a{
        font-size: 15px;
        margin-right: 10px;
    }
  }
  @media (max-width:320px){
    .mobile_mode .handle-col a{
        margin-right: 4px;
    }
  }
/* -----------------Riaz end SHOP-5568-------- */
/* --------------Riaz Start: SHOP-5569---------- */
.mobile_mode #main_cnt{
    margin-top:70px;
}
.mobile_mode .handle-col h1{
    padding-top:5px;
}
/* --------------Riaz end: SHOP-5569---------- */



/* SHOP-5205 */
.cta_icons{
    width: calc(21% - 3px);
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 5px 0 0;
}
.cta_icons img{
    border: 1px solid #dcdcdc;
}

.pm_thumbnails::-webkit-scrollbar {
    height: 15px;
    border-bottom: 1px solid #eee; 
    border-top: 1px solid #eee;
    width: 8px;
}

.pm_thumbnails::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #C3C3C3;
    border: 2px solid #fff;
}

.pm_thumbnails::-webkit-scrollbar-track {
    background-color: #fff;
    /* border-radius: 10px;  */
}

.pm_thumbnails {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.pm_thumbnails:after {
    content: '';
    display: block;
    box-shadow: 1px 2px 5px #ccc;
    position: absolute;
    bottom: 126px;
    left: 1px;
    width: calc(21% - 10px);
    height: 352px;
    display: none;
}
.pm_thumbnails > div{
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    height: auto !important;
    position: relative;
    z-index: 10;
}

/* SHOP-5205 */

.pm_details_container {
    margin-top: 15px;
    padding-bottom: 20px;
}
.pm_details_box{
    width: 100%;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
}
.pm_details_box .col_right{
    width: 79%;
}
.pm_details_box .col_left{
    width: 21%;
    padding-right: 15px;
}
.fr_size_dropdown_container .col-xs-6{
    padding: 0 10px;
}
.fr_size_dropdown_container .col-xs-6:first-child{
    padding-left: 0;
}
.fr_size_dropdown_container .col-xs-6:last-of-type{
    padding-right: 0;
}
.fr_size_dropdown_container label{
    display: block;
    font-family: 'Gilroy';
    margin-bottom: 0;
    padding-left: 5px;
}
/* Riaz SHOP-5581 */
.fr_dropdown_li.fr_surefit_size_option:hover{
    background-color: #f7f7f7;
}

.fr_dropdown {
    position: relative;
    padding: 5px 5px 3px 0;
    border-bottom: 1px solid #000;
    width: 100%;
}

/* /Riaz SHOP-5581 */
/* Riaz SHOP-5581 #edit_look_main_container .fr_size_dropdown_container label{
    display: none;
}  Riaz SHOP-5581 */

.fr_dropdown {
    position: relative;
    padding: 5px 5px 3px 0;
    border-bottom: 1px solid #000;
    width: 100%;
}
.fr_dropdown_li.fr_surefit_size_option:hover{
    background-color: #f7f7f7;
}

.fitting_room_pd_h2 {
    margin-top: 10px;
    overflow: hidden;
    font-size: 16px;
    margin-top: 20px;
}

.fitting_room_add_to_cart_btn{
    text-align: center;
    background-color: #fff;
    border: 2px solid #dcdcdc;
    position:relative;
    color:#000;
    border-radius: 5px;
    font-size: 14px;
    text-decoration:none;
    text-transform: uppercase;
    font-family: 'Gilroymedium';
}
.msf_matched, .stock_out{
    cursor: default;
    display: block;
    text-align: center;
}
.msf_matched img, 
.stock_out img{
    max-width: 85%;
    max-height: 70px;
}
.msf_matched.disabled{
    filter: brightness(0%);
    -webkit-filter: brightness(0%);
    -moz-filter: brightness(0%);
}
.fr_dropdown_li.fr_surefit_size_option.disabled{
    cursor: default;
    background-color: #fff !important;
}
.fr_dropdown.error .fr_dropdown_label{
    color: #f00;
}
.fr_dropdown.error{
    border-color: #f00;
}


@media all and (max-width: 991px) {
    .fr_size_dropdown_container .col-md-6{
        padding: 0 !important
    }
    .pm_thumbnails {
        max-height: none;
        height: 470px;
    }
    .pm_details_box{
        justify-content: space-between;
    }
}

@media all and (max-width: 500px) {
    .pm_thumbnails {
        height: 66vw;
        width: 18.5%;
    }
    .fr_color_text,
    .fr_dropdown_li, 
    .fr_dropdown_label,
    .fr_dropdown_li_heading,
    .fitting_room_cl_container .fr_dropdown_label>span{
        font-size: 14px;
    }


    
    #edit_look_container .fr_dropdown .fa{
        position: absolute;
        right: 0;
        top: 0;
        line-height: 15px;
    }
    #edit_look_container .msf_selected,
    #edit_look_container .know_it_fits {
        max-width: 100%;
    }
    #edit_look_container .fitting_room_cl_price {
        margin-bottom: 10px;
    }
    
    #edit_look_container .fr_size_dropdown_container label{
        font-size: 12px;
    }
    #edit_look_container .fr_color_text, 
    #edit_look_container .fr_dropdown_li, 
    #edit_look_container .fr_dropdown_label, 
    #edit_look_container .fr_dropdown_li_heading, 
    #edit_look_container .fitting_room_cl_container .fr_dropdown_label>span{
        font-size: 12px;
    }
    #edit_look_container .fitting_room_add_to_cart_btn{
        padding: 5px 10px;
    }
    #edit_look_container .fr_dropdown{
        padding: 0px 5px 5px 0;
    }
    #edit_look_container .fr_dropdown ul{
        min-width: 115px;
    }
    #edit_look_container .li .msf_selected, 
    #edit_look_container li .msf_disabled, 
    #edit_look_container li .know_it_fits{
        width: 90px;
    }
    
    #edit_look_container .fr_cl_member .fr_dropdown {
        min-height: 20px;
    }
    #body_smart-fitting-room .fr_download_app_popup {
        z-index: 1100;
    }
}


/* Fix for empty frame */
/* .tec_product_box:not(.withModel) {
    padding-bottom: 30.7%;
}
.tec_product_box .fitting_room_cl_prod_link {
    position: absolute;
    left: 0;
    top: 0;
} */
/* -----------------------Riaz start SHOP-5582------- */
@media (max-width: 414px){
    .fr_share_fav_box {
        top: 68%;
      }
}
/* @media (max-width: 393px){
    .fr_share_fav_box {
        top: auto;
        bottom: 65px;
      }
} */
/* @media (max-width: 375px), (min-height: 812px) {
    .fr_share_fav_box {
        bottom: 82px;
      }

} */
/* -----------------------Riaz start SHOP-5582------- */

/* START: SHOP-5574 a/b testing */
@keyframes slowFadeIn {
    0% {
        opacity: 1;
    }
    33% {
      opacity: .66;
    }
    66% {
      opacity: .33;
    }
    100% {
      opacity: 0;
    }
  }
.added-to-fitting-room-overlay {
    width:calc(100% + 4px);
    height:calc(100% + 4px);
    position:absolute;
    border:2px solid #8ac353;
    left: -2px;
    top: -2px;
    background-image: url("added-to-fitting-room-overlay.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-top: 41%;
    line-height: 15px;
    background-color: #ffffff;
}
.added-to-fitting-room-overlay.fade {
    -webkit-animation: slowFadeIn 1.5s  linear forwards;
    -moz-animation: slowFadeIn 1.5s  linear forwards;
    -o-animation: slowFadeIn 1.5s  linear forwards;
    animation: slowFadeIn 1.5s  linear forwards;
}
.added-to-fitting-room-overlay {
    background-image: url("added-to-fitting-room-overlay3.png"); /* SHOP-5631 */
    font-size: 18px;
    font-family: 'gilroymedium';
    text-align: center;
    line-height: 1;
    color: #000;
    background-color: rgba(255, 255, 255, .85);
}
/* END: SHOP-5574 a/b testing */


/* --------------Riaz Start: SHOP-5587--------- */
.signup-box{
    background: url('regester_50_new.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index:50;
    top: 0;
    left:0;
    cursor: pointer;

}
.upload-photo{
    background: url('upload-photos-50-latest.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 50;
    top: 0;
    left:0;
    cursor: pointer;
}
.reffer-friend{
    background: url('invite-friends_50.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 50;
    top: 0;
    left:0;
    cursor: pointer;
}
.btn-wrapper{
position: absolute; 
bottom:2%;
left:0;
right: 0;
margin: auto;
width: 100%;
z-index: 60;
}
.tile-Interstitial button, 
.tile-Interstitial .link-btn{
   padding:8px 12px;   
    /* max-width: 122px; */
    font-size:13px;
    margin: auto;
    border:none;
    display: inline-block;
    background-color: #000000;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    z-index: 1;
    text-align:center;
    font-family: Gilroymedium;
    font-weight: 800;
}
.tile-Interstitial{
     text-align: center;
     position: absolute;
     height: 100%;
     width: 100%;
     z-index:1000;
     top: 0;
     left:0;
}
.refer-a-friend{
    display: inline-block;
    padding:5px;
}
@keyframes fadeOut {
    0% {opacity: 0;}
    10% {opacity: 1;}
    90% { opacity: 1;}
    100% { opacity: 0;}
  }

.mobile_mode .tile-Interstitial button, .mobile_mode .tile-Interstitial .link-btn{
    padding: 5px 10px;
    bottom: 5px;
}
 @media (min-width: 1600px){
    .btn-wrapper{
        bottom:4%;
    }
} 
.tile-Interstitial .link-btn:hover{
    background-color: #8ac353;
    color:#ffffff;
    text-decoration: none;
}

.tile-Interstitial button:hover{
    background-color: #8ac353;
}

.mobile_mode .tile-Interstitial .link-btn:hover, 
.mobile_mode .tile-Interstitial button:hover{
    color:#ffffff;
    background-color: #000000;
}
.tile-Interstitial .idle-close{
    right:3px;
    top:6px;
}
/* --------------Riaz End: SHOP-5587--------- */
/* --------------Riaz Start: SHOP-5591--------- */
.mobile_mode #tec_landing_banner_slider_box{
    display: none !important;
}
/* --------------Riaz End: SHOP-5591--------- */

#body_search #tec_collection_header_title{
    display: inline-block !important;
    margin-top: 20px;
}
#body_search .tec_sort_box{
    top:8px;
}

#body_search .search-result{
    margin-bottom: 0 !important;
}
#body_referral .fitting_room_main_container{
    margin-top:90px;
}

a.shop-text{
    color:#91c367 !important;
    display:inline-block;
    margin-right:10px;
    cursor: default;
    font-weight: bold;
}

/* -------------------Riaz SHOP-5604------ */
.mobile_mode a.shop-text{
    /* display: none !important; */
    margin-right:0px;
    color:#91c367;
    font-family: 'gilroybold';
}

/* -------------------Riaz SHOP-5604------ */
/* SHOP-5622 */
/* SHOP-5631 remove dropdown comment it */
.delete_account_btn {
    /* color: red; */
    font-weight: bold;
	text-shadow: 0px 0px, 0px 0px, 1px 0px;
	letter-spacing: 2px;
}

.dropdown-menu>li>.delete_account_btn {
    text-shadow: none;
	letter-spacing: 0px;
}

/* SHOP-5627*/
input#accepts_marketing {
    /* margin-top: 4px; */
    accent-color: #a5cd82;
}

/* START: Sign-up popup middle CSS (just remove this css to get it back to normal) */
/* SHOP-5645 */
.v3 .modal-body {
    min-height: auto;
}
.v3 .modal-header {
    border: 0;
}
/*
.modal-backdrop {
    top: 0 !important;
}
*/
.v3 .modal-dialog {
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%) !important;
    min-width: 740px;
}
.v3 .modal-content {
    /* padding: 20px; */
    padding-bottom: 0px;
    text-align: center;
    
}
.v3 h3 {
    margin: 0;
}

.v3 .modal-content .cta_box .cta {
    border: 0;
    margin: 0 5px;
}

.v3 a {
    text-decoration: underline;
}

.mobile_mode .v3 .modal-dialog {
    transform: translate(0, -42%) !important;
}

#sign_up_modal.v3 .modal-body {
    min-height: auto; 
}

#flexContainer {
    display: flex;
   
}

#flexContainer h1 {
    font-size: 25px;
}

#flexContainer .close {
    position: absolute;
    right: 1px;
    margin: 5px;
    opacity: 1;
}


#flexItem1 {
    flex: 50%;
}
#flexItem2 {
    flex: 50%;
   
}
.signup_register_now_txt {
    line-height: 1.1;
    margin-bottom: 5px;
}
#accepts_marketing_div {
    font-size: 11.5px;
    margin-bottom: 0px;
}

#signupForm .form-group>input {
    height: 50px;
}

#terms_condition_modal .modal-content, #su_privacy_policy_modal .modal-content {
    padding: 20px;
    text-align: left;
}
#terms_condition_modal .modal-dialog {
    right: 50%;
    top: 50%;
    transform: translate(50%, -4%) !important;
    min-width: 740px;
}

#su_privacy_policy_modal .modal-dialog {
    transform: translate(50%, -15%) !important;
}

input#accepts_marketing {
    margin-left: -17px;
}

@media (max-width: 500px) {
    /*
    #accepts_marketing_div {
        font-size: 11px;
    }
    */

    #terms_condition_modal .modal-dialog  {

        transform: translate(-2%, -2.16%) !important;

    }
    #su_privacy_policy_modal .modal-dialog {
        transform: translate(-2%, -8.5%) !important;
    }
    
    #sign_up_modal #flexItem2 {
        display: none;
    }
    .v3 .modal-dialog {
        min-width: 0 !important;
        max-width: 96%;
        left: 2%;
    }
    #marketing_popup button.marketing_popup_close_mob {
        display: block !important;
        background: white;
    }
    #marketing_popup button.marketing_popup_close {
        display: none !important;
    
    }
}

@media (max-width: 950px) and (orientation: landscape) {
    /* Your styles here */
    .tec_right_icon_box {
      height: 60px;
      width: auto;
      display: flex;
      /* align-items: center; */
      justify-content: end;
  }
   .tec_enter_fr_box{
     margin-top:5px;
   }
}
/* END: Sign-up popup middle CSS (just remove this css to get it back to normal) */