html {
    font-size: 10px
}

body {
    margin: 0;
    padding: 0
}

img,legend {
    border: 0
}

header,footer,section,aside,hgroup,time,figure,figcaption,article,mark,nav,ruby,summary,video,details,dialog,main,mark,wbr {
    display: block
}

* {
    outline: none!important
}

a {
    text-decoration: none
}

a:active,a:focus,a:hover {
    outline: 0;
    text-decoration: none
}

html {
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased
}

@media (-webkit-min-device-pixel-ratio: 1.5),(min-resolution:144dpi) {
    html {
        -webkit-font-smoothing:unset
    }
}

body {
    font-size: 1.4rem;
    font-family: poppins,sans-serif;
    color: #323232;
    line-height: 1.5em;
    background: #fff;
    transition: left .2s ease-in-out,right .2s ease-in-out;
    position: relative;
    left: 0
}

img {
    height: auto;
    max-width: 100%
}

img {
    max-width: 100%;
    height: auto
}

* {
    box-sizing: border-box
}

ul,li {
    list-style: none;
    margin: 0;
    padding: 0
}

button,html input[type=button],input[type=reset],input[type=submit] {
    cursor: pointer
}

h1,.h1 {
    font-size: 3rem;
    margin-bottom: 1.5rem
}

h2,.h2 {
    font-size: 2.6rem;
    margin-bottom: 1.5rem
}

h3,.h3 {
    font-size: 2.4rem;
    margin-bottom: 1.5rem
}

h4,.h4 {
    font-size: 2rem;
    margin-bottom: 1.5rem
}

h5,.h5 {
    font-size: 1.6rem;
    margin-bottom: 1.5rem
}

h6,.h6 {
    font-size: 1.2rem;
    margin-bottom: 15px
}

.col-xs-51,.col-xs-52,.col-xs-53,.col-xs-54,.col-sm-51,.col-sm-52,.col-sm-53,.col-sm-54,.col-md-51,.col-md-52,.col-md-53,.col-md-54,.col-lg-51,.col-lg-52,.col-lg-53,.col-lg-54,.col-xl-51,.col-xl-52,.col-xl-53,.col-xl-54 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-51 {
    max-width: 20%;
    flex: 0 0 20%;
    padding-right: 15px;
    padding-left: 15px
}

.col-52 {
    max-width: 40%;
    flex: 0 0 40%;
    padding-right: 15px;
    padding-left: 15px
}

.col-53 {
    max-width: 60%;
    flex: 0 0 60%;
    padding-right: 15px;
    padding-left: 15px
}

.col-54 {
    max-width: 80%;
    flex: 0 0 80%;
    padding-right: 15px;
    padding-left: 15px
}

@media(min-width: 576px) {
    .col-sm-51 {
        max-width:20%;
        flex: 0 0 20%
    }

    .col-sm-52 {
        max-width: 40%;
        flex: 0 0 40%
    }

    .col-sm-53 {
        max-width: 60%;
        flex: 0 0 60%
    }

    .col-sm-54 {
        max-width: 80%;
        flex: 0 0 80%
    }
}

@media(min-width: 768px) {
    .col-md-51 {
        max-width:20%;
        flex: 0 0 20%
    }

    .col-md-52 {
        max-width: 40%;
        flex: 0 0 40%
    }

    .col-md-53 {
        max-width: 60%;
        flex: 0 0 60%
    }

    .col-md-54 {
        max-width: 80%;
        flex: 0 0 80%
    }
}

@media(min-width: 992px) {
    .col-lg-51 {
        max-width:20%;
        flex: 0 0 20%
    }

    .col-lg-52 {
        max-width: 40%;
        flex: 0 0 40%
    }

    .col-lg-53 {
        max-width: 60%;
        flex: 0 0 60%
    }

    .col-lg-54 {
        max-width: 80%;
        flex: 0 0 80%
    }
}

@media(min-width: 1200px) {
    .col-xl-51 {
        max-width:20%;
        flex: 0 0 20%
    }

    .col-xl-52 {
        max-width: 40%;
        flex: 0 0 40%
    }

    .col-xl-53 {
        max-width: 60%;
        flex: 0 0 60%
    }

    .col-xl-54 {
        max-width: 80%;
        flex: 0 0 80%
    }
}

.tooltip {
    font-size: 1.2rem;
    z-index: 9999999
}

.tooltip.show {
    opacity: 1
}

.tooltip .tooltip-inner {
    background: #fff;
    color: #4b4b4b;
    border: 1px solid #eee
}

.form-horizontal .form-question {
    position: absolute;
    top: 8px;
    right: 22px;
    cursor: pointer;
    color: #6bc0ec;
    font-size: 1.5rem;
    background-color: #fff
}

@media(max-width: 575.98px) {
    .form-horizontal .form-question {
        transform:none;
        top: 7px
    }
}

.form-horizontal .radio-custom-groups .required,.form-horizontal .checkbox-custom-groups .required {
    position: static;
    display: inline-block;
    vertical-align: top
}

.form-horizontal .radio-custom-groups .form-question,.form-horizontal .checkbox-custom-groups .form-question {
    position: static;
    display: inline-block;
    transform: none
}

.form-horizontal label.custom-file .form-question {
    right: -22px
}

.custom-file-input:focus~.custom-file-control {
    border-color: #eee;
    box-shadow: none
}

.custom-file-input {
    position: absolute;
    height: 100%
}

.custom-file {
    border-radius: .4rem;
    border: 1px solid #eee;
    display: block;
    height: calc(3.6rem + 2px)
}

.custom-file input {
    cursor: pointer
}

.custom-file .custom-file-control {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 8rem);
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 .8rem;
    min-width: 0
}

.custom-file .custom-file-control>span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.custom-file .custom-file-button {
    background: #eee;
    padding: 0 .8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 8rem;
    position: absolute;
    top: 0;
    right: 0
}

.form-group label {
    display: flex;
    align-items: center
}


.form-group.required label:after {
    content: " *";
    color: #f2654e;
}

.form-group {
    margin-bottom: 1.3rem;
    position: relative
}

.form-group .form-group-header {
    padding: 1.5rem 1rem;
    border: 1px solid #eee;
    border-bottom: none;
    background: #fafafa;
    margin: 0!important;
    display: block
}

.form-group .form-group-header span {
    font-style: italic;
    font-size: 1.1rem
}

.form-group .form-group-content {
    padding: 1.5rem 1rem;
    border: 1px solid #eee;
    border-radius: .4rem
}

.form-group .form-group-footer {
    padding: 1rem;
    border: 1px solid #eee;
    border-top: none;
    background: #fafafa
}

.form-group .form-group-footer:only-child {
    border-top: 1px solid #eee
}

.form-group .required {
    position: absolute;
    top: 0;
    right: 5px;
    color: #dc3545;
    font-size: 1rem
}

.form-group-binary .required {
    position: absolute;
    top: 22px;
    right: 5px;
    color: #dc3545;
    font-size: 1rem
}

.control-label {
    color: #4b4b4b;
    font-size: 1.2rem;
    margin-bottom: .5rem
}

.control-label.control-label-block {
    display: block
}

.form-control {
    color: #4b4b4b;
    font-size: 1.2rem;
    padding: .9rem 1rem;
    border: 1px solid #eee;
    height: calc(3.6rem + 2px);
    background-color: #fff;
    -webkit-appearance: none;
    border-radius: .4rem;
    transition: all .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control:focus {
    color: #4b4b4b;
    -webkit-box-shadow: 0 0 3px 1px #eee;
    box-shadow: 0 0 3px 1px #eee;
    border-color: transparent
}

.form-control::placeholder {
    color: #999;
    opacity: 1
}

.form-control:disabled {
    background-color: #fafafa;
    cursor: no-drop;
    opacity: .5
}

.form-control.validate+div.validate-error {
    display: none!important
}

.form-control.form-control[readonly] {
    background: #fafafa
}

textarea.form-control {
    height: 12rem;
    resize: none
}

.input-group .input-group-addon {
    border: 1px solid #eee;
    background: #fafafa;
    width: 4rem;
    color: #4b4b4b;
    position: relative;
    border-radius: .4rem
}

.input-group .input-group-addon label {
    line-height: 3.5rem;
    justify-content: center;
    font-size: 1.6rem;
    margin-bottom: 0
}

.input-group.input-group-right .input-group-addon {
    border-left: none;
    border-radius: 0 .4rem .4rem 0
}

.input-group.input-group-left .input-group-addon {
    border-right: none;
    border-radius: .4rem 0 0 .4rem
}

select.form-control:not([size]):not([multiple]),select:not([size]) {
    border-radius: .4rem;
    display: inline-block;
    width: 100%;
    height: calc(3.6rem + 2px);
    padding: .6rem 2.8rem .6rem 1.2rem;
    line-height: 1.5;
    color: #4b4b4b;
    vertical-align: middle;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0IDUnPjxwYXRoIGZpbGw9JyMzNDNhNDAnIGQ9J00yIDBMMCAyaDR6bTAgNUwwIDNoNHonLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: right 1.2rem center;
    background-color: #fff;
    background-size: .8rem 1rem;
    border: 1px solid #eee;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select.form-control:not([size]):not([multiple]):disabled,select:not([size]):disabled {
    background-color: #fafafa
}

.selectbox {
    position: relative;
    line-height: initial
}

.selectbox.selectbox-loading:before {
    position: absolute;
    content: "";
    top: 50%;
    right: 7px;
    margin: -1rem 0 0 -1rem;
    width: 2rem;
    height: 2rem;
    border: 2px solid rgba(0,0,0,.15);
    border-radius: 500rem
}

.selectbox.selectbox-loading:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 7px;
    margin: -1rem 0 0 -1rem;
    width: 2rem;
    height: 2rem;
    border: 2px solid rgba(0,0,0,.15);
    font-size: inherit;
    -webkit-animation: selectbox-spin .5s linear;
    animation: selectbox-spin .5s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-color: #999 transparent transparent;
    box-shadow: 0 0 0 1px transparent;
    border-radius: 50%
}

@-webkit-keyframes selectbox-spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes selectbox-spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.radio-custom-groups .radio-custom,.radio-custom-groups .checkbox-custom,.checkbox-custom-groups .radio-custom,.checkbox-custom-groups .checkbox-custom {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1rem
}

.radio-custom-groups .radio-custom label,.radio-custom-groups .checkbox-custom label,.checkbox-custom-groups .radio-custom label,.checkbox-custom-groups .checkbox-custom label {
    margin-top: 0
}

.radio-custom-groups .radio-custom a,.radio-custom-groups .checkbox-custom a,.checkbox-custom-groups .radio-custom a,.checkbox-custom-groups .checkbox-custom a {
    color: #4b4b4b
}

@media(max-width: 767.98px) {
    .radio-custom-groups .radio-custom,.radio-custom-groups .checkbox-custom,.checkbox-custom-groups .radio-custom,.checkbox-custom-groups .checkbox-custom {
        margin-bottom:1rem
    }
}

.radio-custom,.checkbox-custom {
    display: block;
    position: relative
}

.radio-custom a,.checkbox-custom a {
    color: #4b4b4b
}

.radio-custom input[type=radio],.radio-custom input[type=checkbox],.checkbox-custom input[type=radio],.checkbox-custom input[type=checkbox] {
    position: absolute;
    left: -9999em
}

.radio-custom input[type=radio].validate-error+label:before,.radio-custom input[type=checkbox].validate-error+label:before,.checkbox-custom input[type=radio].validate-error+label:before,.checkbox-custom input[type=checkbox].validate-error+label:before {
    border-color: #dc3545
}

.radio-custom input[type=radio]:disabled+label,.radio-custom input[type=checkbox]:disabled+label,.checkbox-custom input[type=radio]:disabled+label,.checkbox-custom input[type=checkbox]:disabled+label {
    cursor: no-drop;
    opacity: .6
}

input[type=radio]:checked+label:before,input[type=checkbox]:checked+label:before {
    background-color: #bbb;
    border-color: #bbb
}

input[type=radio]+label,input[type=checkbox]+label {
    margin-bottom: 0;
    color: #4b4b4b;
    font-size: 1.2rem;
    position: relative;
    padding-left: 2.5rem;
    cursor: pointer
}

input[type=radio]+label:before,input[type=checkbox]+label:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 1.6rem;
    height: 1.6rem;
    content: "";
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #e1e1e1
}

input[type=radio]+label:before {
    background-size: .8rem;
    border-radius: 50%
}

input[type=radio]:checked+label:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPSczJyBmaWxsPScjZmZmJy8+PC9zdmc+)
}

input[type=checkbox]+label:before {
    background-size: .8rem;
    border-radius: .4rem
}

input[type=checkbox]:checked+label:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyNmZmYnIGQ9J002LjU2NC43NWwtMy41OSAzLjYxMi0xLjUzOC0xLjU1TDAgNC4yNiAyLjk3NCA3LjI1IDggMi4xOTN6Jy8+PC9zdmc+)
}

.security-code {
    height: 3.8rem;
    position: relative
}

.security-code img {
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%
}

input.validate-error,textarea.validate-error,select.validate-error {
    border-color: #dc3545;
    font-size: 1.2rem
}

div.validate-error {
    color: #dc3545;
    font-size: 1.2rem;
    padding: .3rem;
    margin: 0
}

div.validate-error.valid {
    display: none!important
}

@media(max-width: 575.98px) {
    .btn-group-single {
        text-align:center
    }

    .btn-group-single .btn {
        width: 100%;
        float: none!important
    }
}

.btn-group-binary:before,.btn-group-binary:after {
    display: table;
    content: " "
}

.btn-group-binary:after {
    clear: both
}

@media(max-width: 575.98px) {
    .btn-group-binary .btn {
        width:48%
    }

    .btn-group-binary .btn:first-child {
        float: left
    }

    .btn-group-binary .btn:last-child {
        float: right
    }
}

.btn {
    border: none;
    padding: 1rem 1.5rem
}

.btn {
    font-size: 1.2rem;
    border-radius: 0;
    transition: all .2s ease-in-out
}

.btn.btn-primary {
    color: #fff;
    background: #e5ae49
}

.btn.btn-primary:not(.btn-loading):active,.btn.btn-primary:not(.btn-loading).active,.btn.btn-primary:not(.btn-loading):hover,.btn.btn-primary:not(.btn-loading).hover,.btn.btn-primary:not([disabled]):not(.disabled):active,.btn.btn-primary:not([disabled]):not(.disabled).active {
    background: #cc942c;
    color: #fff
}

.btn.btn-secondary {
    color: #fff;
    background: #323232
}

.btn.btn-secondary:not(.btn-loading):active,.btn.btn-secondary:not(.btn-loading).active,.btn.btn-secondary:not(.btn-loading):hover,.btn.btn-secondary:not(.btn-loading).hover {
    color: #fff;
    background: #1d1b1b
}

.btn-loading:before {
    border-top-color: #e5ae49
}

.btn:focus,.btn.focus,.btn:active,.btn.active,.btn:hover,.btn.hover {
    box-shadow: none
}

.btn i {
    vertical-align: middle;
    font-size: 1.4rem;
    width: 1.3rem;
    height: 1.3rem;
    text-align: center;
    line-height: 1.3rem
}

.btn.btn-xs {
    padding: .5rem 1rem;
    font-size: 1.1rem
}

.btn.btn-sm,.btn-group-sm>.btn {
    padding: .7rem 1.2rem
}

.btn.btn-md {
    padding: 1rem 1.5rem
}

.btn.btn-lg,.btn-group-lg>.btn {
    padding: 1rem 2rem
}

.btn[disabled=disabled] {
    opacity: .5
}

.btn.btn-facebook {
    background: #485a96!important;
    color: #fff!important
}

.btn.btn-facebook .fab {
    margin-right: .5rem
}

.btn.btn-twitter {
    background: #5ea9dd!important;
    color: #fff!important
}

.btn.btn-twitter .fab {
    margin-right: .5rem
}

.btn.btn-google {
    background: #4285f4!important;
    color: #fff!important
}

.btn.btn-google .fab {
    margin-right: .5rem
}

@keyframes spinner {
    to {
        transform: rotate(360deg)
    }
}

.btn-loading {
    position: relative;
    color: rgba(255,255,255,.4)!important
}

.btn-loading:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2rem;
    height: 2rem;
    margin-top: -1rem;
    margin-left: -1rem;
    border-radius: 50%;
    border: 2px solid #eee;
    border-top-color: #ec906b;
    animation: spinner .6s linear infinite
}


.dropdown-menu {
    font-size: 1.4rem;
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,.05);
    border-radius: 4px;
    border: 1px solid #a9c1d5;
    margin-top: 1rem;
    padding: 0
}

.dropdown-menu .dropdown-item,.dropdown-menu>li {
    color: #6e7a8c;
    cursor: pointer;
    padding: 1rem 1.5rem;
    display: flex;
    justify-content: space-between
}

.dropdown-menu .dropdown-item:first-child,.dropdown-menu>li:first-child {
    border-radius: .5rem .5rem 0 0
}

.dropdown-menu .dropdown-item:last-child,.dropdown-menu>li:last-child {
    border-radius: 0 0 .5rem .5rem
}

.dropdown-menu .dropdown-item:only-child,.dropdown-menu>li:only-child {
    border-radius: .5rem
}

.dropdown-menu .dropdown-item.active,.dropdown-menu .dropdown-item:active,.dropdown-menu .dropdown-item:focus,.dropdown-menu .dropdown-item:hover,.dropdown-menu>li.active,.dropdown-menu>li:active,.dropdown-menu>li:focus,.dropdown-menu>li:hover {
    color: #505c65;
    background-color: #f0f6fb
}

.dropdown-menu .dropdown-item.disabled,.dropdown-menu .dropdown-item:disabled,.dropdown-menu>li.disabled,.dropdown-menu>li:disabled {
    color: #6e7a8c;
    background-color: #f8f9f9;
    opacity: .6
}

.dropdown-menu .dropdown-item a,.dropdown-menu>li a {
    padding: .75em 1.5rem
}

.dropdown-menu>li {
    padding: 0
}

.dropdown-menu>li>a.dropdown-item {
    padding: 1rem 1.5rem
}

.has-dropdown {
    position: relative
}

.has-dropdown>a:after {
    content: "";
    font-family: Font Awesome\ 5 Pro;
    font-size: 1.4rem;
    padding-left: 1rem
}

.has-dropdown>ul {
    top: -.5rem
}

.has-dropdown.dropdown-left>ul {
    right: 100%;
    left: auto
}

.has-dropdown.dropdown-right>ul {
    left: 100%
}

.has-dropdown:hover>ul {
    display: block
}

.has-dropdown:hover>a {
    color: #6e7a8c;
    background-color: #f0f6fb
}

#social-container [data-selector=whatsapp-order],#social-container [data-selector=facebook-messenger] {
    position: fixed;
    bottom: 10px;
    z-index: 9999;
    display: flex;
    width: 20rem;
    height: 5rem;
    align-items: center;
    color: #fff;
    font-size: 1.4rem;
    justify-content: center;
    border-radius: .4rem
}

#social-container [data-selector=whatsapp-order].left,#social-container [data-selector=facebook-messenger].left {
    left: 10px
}

#social-container [data-selector=whatsapp-order].right,#social-container [data-selector=facebook-messenger].right {
    right: 10px
}

#social-container [data-selector=whatsapp-order] .fab,#social-container [data-selector=facebook-messenger] .fab {
    margin-right: 1rem;
    font-size: 2.2rem
}

@media(max-width: 575.98px) {
    #social-container [data-selector=whatsapp-order],#social-container [data-selector=facebook-messenger] {
        position:static;
        width: auto;
        height: 4rem;
        font-size: 1.2rem
    }
}

#social-container [data-selector=whatsapp-order] {
    background: #128c7e
}

#social-container [data-selector=facebook-messenger] {
    background: #0084ff
}

#social-container [data-selector=facebook-messenger].overlap {
    bottom: 70px
}

@media(max-width: 575.98px) {
    #social-container {
        padding-top:.5rem;
        padding-bottom: .5rem
    }

    #social-container .col {
        height: auto
    }
}

#modal .modal-header {
    border-bottom: none;
    padding: 0
}

#modal .close {
    opacity: .3;
    margin: 0 0 0 auto;
    padding: .8rem 1.6rem 0
}

#modal .close:focus,#modal .close:hover {
    opacity: .75
}

#modal .modal-body {
    font-size: 1.3rem;
    padding: 0 3.2rem 2.9rem 1.6rem
}

.autocomplete-suggestion {
    padding: 0
}

.autocomplete-suggestion a {
    display: flex;
    align-items: center;
    padding: .8rem
}

.autocomplete-suggestion a .suggestion-image {
    width: 5rem;
    height: 5rem;
    position: relative;
    margin-right: .8rem
}

.autocomplete-suggestion a .suggestion-image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    display: block
}

.autocomplete-suggestion a .suggestion-content {
    flex: 1 0 0;
    white-space: normal
}

.autocomplete-suggestion a .suggestion-content .suggestion-title {
    color: #333
}

.autocomplete-suggestion a .suggestion-content .suggestion-title b {
    color: #000;
    font-weight: 700
}

#theme-preview-bar {
    position: fixed;
    width: 280px;
    height: 100%;
    top: 0;
    left: -280px;
    transition: all .15s ease-in-out;
    z-index: 9999;
    box-sizing: border-box
}

#theme-preview-bar * {
    box-sizing: border-box
}

#theme-preview-bar .theme-preview-icon {
    position: absolute;
    left: 100%;
    top: 100px;
    cursor: pointer;
    width: 52px;
    height: 56px;
    border-radius: 0 6px 6px 0;
    background-image: url(/Content/Themes/strorefront/assets/images/theme-preview-icon.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #4a9dd8;
    font-size: 16px;
    color: #fff;
    transition: all .15s ease-in-out
}

#theme-preview-bar .theme-preview-icon:hover {
    background-color: #004b82
}

#theme-preview-bar .theme-preview-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow-y: auto
}

#theme-preview-bar .theme-preview-wrapper .theme-preview-header {
    line-height: 56px;
    padding: 0 20px;
    font-size: 18px;
    color: #004b82;
    background-color: #f1f6f9
}

#theme-preview-bar .theme-preview-wrapper .theme-preview-content {
    padding: 20px;
    height: calc(100% - 56px);
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

#theme-preview-bar .theme-preview-wrapper .theme-preview-content .theme-preview-block {
    margin-bottom: 20px
}

#theme-preview-bar .theme-preview-wrapper .theme-preview-content .theme-preview-block:last-child {
    margin-bottom: 0
}

#theme-preview-bar .theme-preview-wrapper .theme-preview-content .theme-preview-block .theme-preview-block-title {
    margin-bottom: 10px;
    font-size: 13px;
    color: #004b82
}

#theme-preview-bar .theme-preview-wrapper .theme-preview-content .theme-preview-block .theme-preview-button {
    margin-bottom: 10px
}

#theme-preview-bar .theme-preview-wrapper .theme-preview-content .theme-preview-block .theme-preview-button:last-child {
    margin-bottom: 0
}

#theme-preview-bar .theme-preview-wrapper .theme-preview-content .theme-preview-block .theme-preview-button .preview-button {
    padding: 0;
    line-height: 38px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    display: block;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    transition: all .15s ease-in-out;
    width: 100%
}

#theme-preview-bar select {
    width: 100%
}

#theme-preview-bar select:focus,#theme-preview-bar select:active {
    border-color: #4a9dd8!important
}

#theme-preview-bar .theme-preview-wrapper .theme-preview-content .theme-preview-block .theme-preview-button .preview-button.btn-preview {
    background-color: #a2d45e;
    border-color: #a2d45e
}

#theme-preview-bar .theme-preview-wrapper .theme-preview-content .theme-preview-block .theme-preview-button .preview-button.btn-preview:hover {
    background-color: #8fba52;
    border-color: #8fba52
}

#theme-preview-bar .theme-preview-wrapper .theme-preview-content .theme-preview-block .theme-preview-button .preview-button.btn-save {
    color: #004b82;
    background-color: #fff;
    border-color: #e4f0f9
}

#theme-preview-bar .theme-preview-wrapper .theme-preview-content .theme-preview-block .theme-preview-button .preview-button.btn-save:hover {
    background-color: #e4f0f9
}

#theme-preview-bar .theme-preview-wrapper .theme-preview-content .theme-preview-block .theme-preview-button .preview-button.btn-close {
    color: #fff;
    background-color: #c95400
}

#theme-preview-bar .theme-preview-wrapper .theme-preview-content .theme-preview-block .theme-preview-button .preview-button.btn-close:hover {
    background-color: #b04900
}

#theme-preview-bar .theme-preview-wrapper .theme-preview-content .theme-preview-block .theme-preview-info {
    margin-bottom: 10px;
    font-size: 11px;
    color: #7f8a92
}

#theme-preview-bar .theme-preview-wrapper .theme-preview-content .theme-preview-block .theme-preview-info:last-child {
    margin-bottom: 0
}

.theme-preview-bar-active #theme-preview-bar.theme-preview-bar {
    left: 0;
    box-shadow: 5px 0 10px 0 rgba(0,0,0,.15)
}