@import url("https://fonts.googleapis.com/css?family=Lato:400,700,400italic");

@font-face {
    src: url('../fonts/FeniceProITC.otf');
    font-family: Fenice;
}

body {
    font-family: Lato, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.42857;
    color: #343434;
    background-color: #fff;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: Lato, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.1;
    color: inherit;
}

.h3, h3 {
    font-size: 26px;
}

.h5, h5 {
    font-size: 15px;
}

img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

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

.uib-position-measure {
    display: block !important;
    visibility: hidden !important;
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important
}

.uib-position-scrollbar-measure {
    position: absolute !important;
    top: -9999px !important;
    width: 50px !important;
    height: 50px !important;
    overflow: scroll !important
}

.uib-position-body-scrollbar-measure {
    overflow: scroll !important
}

.ng-animate.item:not(.left):not(.right) {
    -webkit-transition: left 0s ease-in-out;
    transition: left 0s ease-in-out
}

.navbar-inverse {
    background-color: #fff;
    border-color: transparent;
}

.navbar.navbar-inverse {
    padding: 0 20px
}

.navbar-inverse .navbar-brand {
    color: #af865c;
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
    color: #af865c;
    background-color: transparent;
}

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

.navbar {
    border-width: 0
}

.navbar-default .badge {
    background-color: #fff;
    color: #af865c
}

.navbar-inverse .badge {
    background-color: #fff;
    color: #fff
}

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

.form-control, input {
    border-width: 2px;
    box-shadow: none;
}

.input-reg-form:focus {
    border-bottom: 1px solid #343434
}

.navbar-brand {
    float: left;
    padding: 14px 15px;
    font-size: 19px;
    line-height: 21px;
    /* height: 50px*/
}

.bigger-font {
    font-size: 33px !important;
    margin-bottom: 16px;
}

.message-holder {
    width: 50%;
    margin-top: 20px
}

textarea#contact-message {
    background-color: #f2f2f2;
    border: none;
    padding: 10px;
    width: 100%;
    font-style: italic;
    margin-top: 30px;
}

button.save-changes.btn-add.full-width {
    border: 1px solid #be8457;
}

.close:focus, .close:hover {
    color: #fff;
    opacity: 1
}

.alert .alert-link {
    color: #fff;
    text-decoration: underline
}

.progress {
    height: 10px;
    box-shadow: none
}

.progress .progress-bar {
    font-size: 10px;
    line-height: 10px
}

.well {
    box-shadow: none
}

.modal .close, .panel-default .close, .popover {
    color: #343434
}

.navbar {
    border-bottom: 1px solid #dedede;
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.442);
}

.navbar .navbar-form {
    margin-left: 0;
    margin-right: 0
}

.navbar .navbar-form .form-group {
    font-size: 16px;

}

.navbar .navbar-form .form-group .search-icon {
    font-weight: 700;
    color: #adadad;
    background: none;
    border: none
}

.navbar .navbar-form .form-group .form-control {
    padding-left: 2px;
    border: 0
}

.form-group input.checkbox-inline {

}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #ededed;
}

.navbar .navbar-form .form-group input {
    color: #676666
}

.navbar .navbar-form .form-group input.placeholder {
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    color: #c6c6c6
}

.navbar .navbar-form .form-group input:-moz-placeholder, .navbar .navbar-form .form-group input::-moz-placeholder {
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    color: #c6c6c6
}

.navbar .navbar-form .form-group input:-ms-input-placeholder {
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    color: #c6c6c6
}

.navbar .navbar-form .form-group input::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    color: #c6c6c6
}

.navbar-brand {
    line-height: .75;
    font-size: 26px;
    font-weight: 700
}

.navbar-brand--logo-mod {
    color: #5f5f5f
}

.navbar-inverse .navbar-nav li a {
    font-size: 16px;
    font-weight: 700;
    color: #000

}

.navbar-inverse .navbar-nav > .dropdown.open > a {
    color: #af865c
}

.navbar-inverse .navbar-nav > .dropdown li:hover a {
    color: #fff
}

.navbar form.alt {
    width: 240px
}

@media screen and (max-width: 767px) {
    .navbar form.alt {
        width: 100%
    }
}

.map {
    margin-bottom: 60px
}

.map__cities__item {
    width: 100%;
    background-color: #ececec;
    color: gray;
    height: 50px;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
    margin-bottom: 5px
}

.map__cities__item:hover {
    background-color: #af865c;
    color: #f5f5f5;
    cursor: pointer
}

.map__cities__item.active {
    background-color: #000;
    color: #fff
}

.map__cities__item__superscript {
    font-weight: 700
}

.map__cities__item.active .map__cities__item__superscript {
    color: #af865c
}

.map__window__title {
    color: #000;
    width: 200px
}

.map__window__image {
    margin-bottom: 8px
}

.map__window__manufacturers, .map__window__products {
    text-align: left;
    padding-left: 0;
    padding-right: 0
}

.map__window__manufacturers span, .map__window__products span {
    color: #af865c;
    font-weight: 700
}

.map__window__manufacturers small, .map__window__products small {
    color: gray
}

.tag-filter__section h4 {
    font-family: Vollkorn;
    font-weight: 700
}

.tag-filter__section__button {
    margin-right: 4px;
    background-color: #f5f5f5;
    color: gray;
    font-weight: 700
}

.tag-filter__section__button.active {
    background-color: #000;
    color: #fff
}

.tag-filter__section__button.active .tag-filter__section__button__count {
    color: #af865c
}

.tag-filter__section__button__count {
    font-weight: 400
}

.store-item {
    display: flex;
    align-items: center;
    position: relative
}

.store-item--focused {
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, .4)
}

.store-item__info-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: #000;
    height: 100px;
    color: #fff
}

.store-item-info {
    margin-bottom: 10px
}

.store-item-title {
    font-size: 16px;
    font-weight: 700;
    margin-right: 8px
}

.store-item-references {
    color: #9a9a9a
}

.store-item-price {
    font-size: 16px;
    font-weight: 700;
    float: right
}

.store-item-info-2 a {
    color: #fff
}

.store-item-info-2 a i {
    color: #af865c;
    margin-right: 6px
}

.items-addon-info {
    margin-right: 8px
}

.store-item-share {
    color: #af865c !important;
    float: right
}

.store-item__favorite {
    position: absolute;
    top: 6px;
    right: 20px;
    font-size: 48px
}

.store-item__favorite a {
    color: rgba(0, 0, 0, .33)
}

.store-item__favorite a:hover {
    color: rgba(175, 134, 92, .5)
}

.store-item__favorite a.active {
    color: rgba(175, 134, 92, .67)
}

.reference {
    display: flex;
    align-items: center;
    position: relative;
    background-color: white;
    margin-bottom: 30px;
}

.product-in-list {
    margin: 0 0 20px;
}

.reference--focused {
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, .4)
}

.reference__info-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px 15px; /*it was 20px*/
    background: #000;
    height: 100px;
    color: #fff
}

.reference-info {
    margin-bottom: 10px
}

.reference-info.heading {
    line-height: 13px
}

.reference-title {
    font-size: 16px;
    font-weight: 700;
    margin-right: 2px
}

.reference-title a {
    color: #fff;
}

.reference-title a:hover {
    text-decoration: none
}

.reference-references {
    color: #9a9a9a
}

.reference-references.number-of-ref {
    font-size: 12px;
    font-weight: 900;
    color: rgba(52, 52, 52, 0.85)
}

.reference__info-wrapper__main-info__price {
    font-size: 16px;
    font-weight: 700;
    float: right
}

.reference-date {
    font-size: 14px;
    font-style: italic;
    float: right
}

.reference-add-info a {
    color: #fff
}

.reference-add-info a i {
    color: #af865c;
    margin-right: 6px
}

.reference-store {
    margin-right: 8px
}

.reference-share {
    color: #af865c !important;
    float: right
}

a.reference-share.big-share {
    font-size: 14px;
    font-weight: 900
}

.reference__info-wrapper.products-manage.visible {
    display: block
}

.reference__favorite {
    position: absolute;
    top: 6px;
    right: 20px;
    font-size: 48px
}

.reference__favorite a {
    color: rgba(0, 0, 0, .33)
}

.reference__favorite a:hover {
    color: rgba(175, 134, 92, .5)
}

.reference__favorite a.active {
    color: rgba(175, 134, 92, .67)
}

.store_address__icon {
    padding: 8px;
    text-align: center;
    display: inline-block;
    width: 28px;
    color: silver
}

.store_address__icon .fa {
    line-height: inherit
}

.store_address__social_icons {
    padding-left: 30px
}

.store_address__social_icons a {
    font-size: 28px;
    margin-right: 10px;
    display: inline-block
}

.store_address__social_icons a:last-child {
    margin-right: 0
}

.store_address__social_icons__facebook {
    color: #3a5a98
}

.store_address__social_icons__facebook:hover {
    color: #2c4473
}

.store_address__social_icons__googleplus {
    color: #dd4b39
}

.store_address__social_icons__googleplus:hover {
    color: #c23321
}

.store_address__social_icons__twitter {
    color: #00acee
}

.store_address__social_icons__twitter:hover {
    color: #0087bb
}

.store_address__social_icons__pinterest {
    color: #ca1f27
}

.store_address__social_icons__pinterest:hover {
    color: #9e181e
}

.best-deals {
    padding-top: 80px;
    padding-bottom: 120px;
    color: #fff;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url("../img/0dac2fd41e22818166c288c6e679a4be.jpg");
    background-size: cover;
    margin-top: 60px;
    margin-bottom: 60px
}

.best-deals__heading {
    font-size: 62px
}

.best-deals__subheading {
    font-weight: 700;
    margin-bottom: 30px
}

.best-deals .btn {
    background: rgba(0, 0, 0, .5);
    color: #fff
}

.slider {
    text-align: center;
    color: #fff;
    margin-bottom: 60px;
    border-bottom: 4px solid #af865c
}

.slider__headline {
    color: #fff;
    font-size: 58px
}

.slider__subheading {
    margin-bottom: 20px
}

.slider .btn.btn-call {
    background: transparent;
    color: #fff;
    border-color: #fff
}

.slider .carousel-indicators li {
    width: 24px;
    height: 24px;
    border-radius: 0;
    border: 2px solid;
    border-color: #000;
    margin-right: 6px
}

.slider .carousel-indicators li:last-child {
    margin-right: 0
}

.slider .carousel-indicators li.active {
    border: 2px solid;
    border-color: #000;
    background-color: #af865c;
    margin-bottom: 1px
}

.slider .carousel-control > span {
    background: #af865c;
    color: #000
}

.slider__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%
}

.slider__overlay__item {
    position: absolute;
    bottom: 0;
    height: 100%;
    overflow: hidden
}

.slider__overlay__item--one {
    left: 26.1%;
    width: 38.7%
}

.slider__overlay__item__link {
    display: block;
    width: 100%;
    height: 100%
}

.slider__overlay__item__link:hover {
    background: -webkit-linear-gradient(top, transparent, transparent 50%, rgba(0, 0, 0, .5));
    background: linear-gradient(180deg, transparent 0, transparent 50%, rgba(0, 0, 0, .5));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
    transition: all .3s ease-out
}

.slider__overlay__item__link__inner {
    bottom: 0;
    height: 10%;
    font-size: 24px;
    color: #fff
}

.slider__overlay__item__link__inner__city {
    text-decoration: underline;
    font-size: 14px
}

.slider__overlay__item__link__inner__store-name {
    font-size: 18px
}

.slider__overlay__item__link__inner__oneline {
    font-size: 14px;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-shadow: 1px 1px 2px #000
}

.slider__overlay__item__link__inner__oneline .city {
    text-decoration: underline
}

.slider__overlay__item__link__inner__oneline .name {
    font-size: 28px;
    font-weight: 700;
    margin-top: 10px;
    text-transform: uppercase;
    font-family: Vollkorn
}

.store-cover {
    margin-bottom: 80px
}

.store-cover__heading {
    padding-top: 20px;
    padding-bottom: 20px
}

.store-cover__heading hr {
    border-top: 1px solid #000
}

.store-cover__heading__title {
    font-size: 48px;
    margin-top: -42px
}

.store-cover__heading__title--inner {
    padding: 30px;
    background-color: #fff
}

.store-cover__image {
    margin-left: -15px
}

.store-cover__body {
    padding: 20px
}

.store-cover__body__title {
    font-size: 48px;
    color: #af865c
}

.store-cover__body__logo {
    width: 72px;
    height: 72px
}

.store-cover__body__heading {
    color: #af865c
}

.store-cover__body p {
    font-size: 16px;
    color: #e4e4e4
}

.store-cover__underbox {
    height: 60px;
    box-shadow: 0 2px 10px 3px hsla(0, 0%, 58%, .5)
}

.bg-black {
    background-color: #232730
}

footer {
    color: #ececec;
    padding-top: 80px;
    padding-bottom: 120px;
    background-color: #1a1a1a;
    margin-top: 60px;
    border-top: 4px solid #af865c
}

footer .footer_logo {
    font-weight: 700;
    font-size: 26px
}

footer .footer_logo--inverse {
    color: hsla(0, 0%, 100%, .5)
}

footer .footer_list_group {
    text-align: right
}

footer .footer_list_group__header {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 14.5px
}

footer .footer_list_group__items li {
    margin-bottom: 12px
}

footer .footer_list_group__items li:last-child {
    margin-bottom: 0
}

footer .footer_list_group__items a {
    color: gray
}

.manufacturer {
    border: 1px solid #ececec;
    box-sizing: border-box;
    margin-bottom: 30px
}

.sortable {
    width: 100%
}

.sortable__half-block {
    width: 50%;
    display: inline-block;
    box-sizing: border-box;
    padding-right: 2px;
    float: left
}

.sortable__half-block:last-child {
    padding-right: 0;
    padding-left: 2px
}

#root, body, html {
    margin: 0;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}

h1, h2, h3 {
    font-family: Vollkorn
}

body, h1, h2, h3 {
    font-weight: 300
}

.angular-google-map-container {
    height: 400px
}

h1 {
    color: #333
}

h1 small {
    color: #af865c
}

h4 {
    color: #000
}

.margin-bottom-sm {
    margin-bottom: 6px
}

.margin-bottom-md {
    margin-bottom: 12px
}

.margin-bottom-lg {
    margin-bottom: 24px
}

.margin-top-sm {
    margin-top: 6px
}

.margin-top-md {
    margin-top: 12px
}

.margin-top-lg {
    margin-top: 24px
}

.btn-call {
    font-weight: 700;
    padding-left: 35px;
    padding-right: 35px
}

.page-header h4 {
    color: #af865c
}

a:focus, button:focus {
    outline: 0 !important
}



.featured-alt {
    margin-bottom: 24px
}

.featured-alt__separator {
    margin-bottom: 0
}

.margin-t-30 {margin-top: 31px !important;}

.white-holder {
    background: #fff;
    padding: 20px 0;
}

.carousel span.glyphicon {
    display: none
}

.store-options {
    padding-top: 40px;
    padding-bottom: 80px
}

.store-options__heading {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 18px;
}

.store-options__heading__inner {
    border-bottom: 2px solid rgba(175, 134, 92, .67);
    line-height: 45px;
}

.store-options__list {
    font-size: 18px
}

.store-options__list li {
    margin-bottom: 12px
}

.panels-altered .panel-body h3 {
    margin-top: 8px;
    margin-bottom: 4px
}

.img-responsive-full {
    display: block;
    width: 100%;
    height: auto;
}

.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
}

a.slider__overlay__item__link.text-center {
    display: none
}

a.slider__overlay__item__link.text-center.active-block {
    display: block !important;
}

.reference__info-wrapper {
    display: none;
}

.reference__info-wrapper.active-block {
    display: block
}

.store-item__favorite {
    display: none
}

.store-item__info-wrapper {
    display: none
}

.store-item__info-wrapper.active-block {
    display: block
}

.store-item__favorite.active-block {
    display: block
}

.reference:hover, .store-item:hover {
    cursor: pointer;
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, .4);
}

.collapse.navbar-collapse.active-block {
    display: block
}

/*boki change*/

span.navmenu-search.x-icon {
    width: 30px;
    height: 30px;
    background-color: rgb(242, 242, 242);
    position: absolute;
    top: 2px;
    right: 18px;
    cursor: pointer;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.navmenu-search.x-icon i {
    color: #be8457;
}

.nav > li > a.log-sig {
    padding: 14px 6px
}

a:hover {
    cursor: pointer
}

.content-holder {
    padding: 50px 0 50px 0
}

.content-holder .townsend {
    background-color: white;
    overflow: hidden;
    height: 345px;
    position: relative;
}

.sett-icon {
    width: 21px;
    height: 21px;
    display: block;
    float: left;
}

.content-holder .townsend .towsend-text {
    padding: 0 17px 0 17px;

}

.content-holder .townsend.height-auto {
    height: auto
}

.content-holder .townsend span.replace-logo {
    position: absolute;
    top: 0;
    right: 20px
}

.content-holder .townsend .towsend-text h3 {
    margin-bottom: 20px
}

.content-holder .townsend .towsend-text a {
    text-align: left;
    font-weight: 900;
    font-size: 13px;
    display: block;
    color: black;
}

.content-holder .townsend .towsend-text a {
    padding-bottom: 10px
}

.content-holder .townsend .towsend-text a i {
    padding-right: 5px;
    color: #b5b1b1
}

.content-holder .townsend .towsend-text a:hover {
    cursor: pointer
}

.content-holder .townsend .towsend-text a:hover > span.text-icon {
    text-decoration: underline;
    color: #be8457
}

.content-holder .townsend .towsend-text a:hover > i, a:hover > i {
    color: #be8457;
    text-decoration: none;
}

.content-holder .townsend h3 {
    text-align: left
}

.content-holder .townsend .image-holder {
    margin: 17px;
    border: 1px solid #f1f1f1;
    min-height: 180px;
    display: flex;
    align-items: center;
}

.shadow {
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, .4)
}

.min-height-360 {
    min-height: 360px;
    overflow: hidden;
}

.unpublished {
    background: #ff5bd1;
}

.content-holder .manage-reference h1 {
    color: #be8457;
    font-size: 90px;
    font-family: sans-serif;
    font-weight: 700;
    margin-top: 55px;
    line-height: 80px;
    margin-bottom: 5px;
}

.content-holder .manage-reference {
    background-color: white;
    overflow: hidden;
    height: 345px;
}

.content-holder .manage-reference a {
    display: block;
    max-width: 290px;
    padding: 13px 0;
    margin: 0 auto;
    color: black;
    font-size: 14px;
    font-weight: 700;
    background-color: white;
    border: 1px solid #f1f1f1;
    line-height: 15px;
    margin-bottom: 10px;
}

.content-holder .manage-reference a:last-child {
    margin-bottom: 0;
}

.content-holder .manage-reference.new-products {
    height: auto;
    padding-bottom: 40px
}

.content-holder .manage-reference.new-products h1 {
    font-weight: 300
}

.content-holder .manage-reference.new-products h2 {
    margin-bottom: 25px;
    font-size: 23px;
    font-weight: 700;
    font-family: sans-serif;
}

.content-holder .manage-reference h2 {
    margin-top: 0;
    font-weight: 900;
    margin-bottom: 40px;
}

.content-holder .manage-reference.products h1, .content-holder .manage-reference.products h2 {
    font-weight: 300
}

.reference__info-wrapper.products-manage {
    height: auto;
    background: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    font-weight: 900;
}

.reference__info-wrapper.products-manage a.manage-ref {
    background-color: transparent;
    border: 1px solid;
    text-align: center;
    color: white;
}

.reference__info-wrapper.products-manage a.manage-ref:hover {
    background-color: rgba(123, 17, 17, 0.87);
    text-decoration: none;
}

.reference-date.relative {
    position: relative;
    top: 2px;
    font-weight: 700;
    font-family: serif;
    font-style: normal;
    font-size: 16px
}

.reference-date.relative i {
    font-size: 14px
}

.reference-store.brand-name,
.reference-date.relative.brand-name {
    color: rgb(187, 186, 186);
    font-size: 12px

}

.reference-store.brand-name:hover {
    text-decoration: none
}

.reference.no-flex .reference-add-info .show-flex a:first-child {
    line-height: 11px;
    margin-right: 23px
}

.reference.no-flex .reference-add-info .show-flex a:nth-child(2) {
    line-height: 15px
}

.show-flex {
    display: flex
}

a.manage-ref {
    display: block;
    max-width: 290px;
    padding: 13px 0;
    margin: 0 auto;
    color: black;
    font-size: 14px;
    font-weight: 700;
    background-color: white;
    border: 1px solid #f1f1f1;
    line-height: 15px;
}

.manage-reference.new-products form button {
    background-color: transparent;
    border: none;
    font-weight: 700;
}

.manage-reference.new-products form button i {
    color: #b5b1b1 !important;
}

.manage-reference.new-products form button:hover {
    color: #be8457
}

.content-holder .manage-reference a:hover, button.save-changes:hover {
    color: white;
    background-color: #be8457;
    text-decoration: none
}

.content-holder .heading h3 {
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 7px;
    letter-spacing: 0;
    line-height: 25px
}

.content-holder .manage-product {
    background-color: white;
    overflow: hidden;

}

.search-field {
    margin-top: 15px;
    overflow: hidden;
}

.content-holder .manage-reference:hover, .content-holder .townsend:hover, .search-field:hover, .content-holder .manage-product:hover {
    box-shadow: 0 8px 21px 4px rgba(0, 0, 0, 0.12)
}

.search-field span.input-group-addon.search-icon, .search-field input.form-control {
    border: 0;
    background-color: #fff;
    color: darkgray;

}

.navbar-form .input-group > input.form-control:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.filter-brands {
    padding: 20px 0;
}

.filter-brands h4 {
    font-size: 14px;
    font-weight: 900
}

.filter-holder {
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.12);
    border: 2px solid #be8457;
    overflow: hidden
}

.filter-holder > .filters {
    padding: 10px 5px;
}

.filter-holder p.list {
    font-size: 12px;
    text-align: left;
    padding: 15px 8px;
    margin-bottom: 0;
    font-weight: 900
}

.filter-holder .filter-options {
    padding: 4px 5px;
    background-color: black;
    font-size: 12px;
    font-weight: 900;
    margin-right: 5px
}

.filter-holder .filters {
    overflow: hidden
}

.filter-holder .filter-options p {
    color: white;
    margin-bottom: 0;
    margin-right: 3px
}

.filter-holder .filter-options span.filter-options-number,
span.filter-options-number, .fourth-row {
    color: #be8457
}

.fourth-row h4 {
    color: white !important;
}

.ui.label > .delete.icon {
    width: 10px;
    background: #fff;
}

p.clear-filter {
    font-size: 12px;
    color: #666666;
    font-weight: 900;
    margin-top: 15px;

}

.search-field input.form-control {
    padding-left: 0;
    font-style: italic
}

.search-field .navbar-form {
    padding: 0;
    width: 100%;
    margin: 0;
}

.search-field .navbar-form .input-group .input-group-addon {
    width: 10%
}

.search-field .navbar-form .form-group, .search-field .navbar-form .input-group {
    width: 100%;
    border: 0
}

.townsend.height-auto {
}

a span.replace-logo {
    font-size: 13px;
    font-weight: 700;
    color: black;

}

a span.back-dashboard {
    color: black;
    font-weight: 900;
    font-size: 13px;
    letter-spacing: -0.51px;
}

a span.replace-logo:hover, a span.back-dashboard:hover {
    color: #be8457;
}

.content-holder.dashboard-settings.product-settings h3.heading, h3.heading-new {
    margin-bottom: 3px;
    margin-top: 10px;
    letter-spacing: -0.71px;
    font-size: 36px;
}

h3.heading-new {
    font-family: Vollkorn, sans-serif;
    font-weight: 500;
    margin-top: 10px !important;
}

.content-holder.dashboard-settings.product-settings .location-store h3.heading {
    margin-bottom: 15px
}

.content-holder.dashboard-settings.product-settings .location-store > p i {
    margin-left: 2px;
    padding-right: 12px
}

a span.replace-logo i, i.icon-arrow-left {
    padding-right: 7px;
    color: #b5b1b1
}

.furniture-store-holder {
    padding-left: 15px
}

.side-bar .side-bar-top {
    padding: 25px 20px;
    overflow: hidden;
}

.side-bar .side-bar-top:hover {
    box-shadow: 0 8px 21px 4px rgba(0, 0, 0, 0.12);
}

.side-bar .side-bar-top h3 {
    margin: 0;
}

.fa.fa-map-marker {
    width: 20px !important;
    text-align: center
}

.side-bar .side-bar-top span.number-of {
    font-size: 25px;
    color: #be8457;
    line-height: 22px;
    padding-right: 20px
}

.side-bar .side-bar-top span.x-icon {
    width: 23px;
    height: 23px;
    background-color: rgb(242, 242, 242);
    position: relative;
    top: 3px;
    cursor: pointer;
}

.side-bar .side-bar-top span.x-icon i, .brown-color {
    color: #be8457 !important;
}

.side-bar .side-bar-bottom {
}

span.icon-turn-on-off {
    background: url("../img/turn-on-off.PNG") center center no-repeat;
    width: 37px;
    height: 24px;
    display: block;
    cursor: e-resize;
}

p.turn-sharing {
    font-weight: 700;
    padding-top: 20px
}

.side-bar {
    background-color: white;
    margin-top: 20px
}

.townsend.height-auto .products-side-bar .products-side-bar-top {
}

.content-holder .selector {
    background-color: white;
    width: 100%;
    overflow: hidden
}

.content-holder .selector .selector-options {
    width: 25%;
    float: left;
    line-height: 14px;
    min-height: 92px;
}

.content-holder .selector .selector-options:hover {
    background-color: #be8457;
    box-shadow: 0 8px 21px 4px rgba(0, 0, 0, 0.12);
    cursor: pointer;
}

.content-holder .selector .selector-options i {
    color: #b5b1b1;
    display: block;
    padding: 10px;
}

.content-holder .selector .selector-options:hover > span.text-icon,
.content-holder .selector .selector-options a:hover > i,
.content-holder .selector .selector-options:hover > span.text-icon a {
    color: white
}

.content-holder .selector .selector-options span.text-icon {
    font-size: 13px;
    font-weight: bold;
}

.content-holder .selector .selector-options span.text-icon a {
    color: #333;
    display: block;
    padding: 15px 59px;
    font-weight: bold;
}

.content-holder .option-content-holder {

}

.content-holder .option-content-holder input[type="text"] {
    font-size: 26px;
    font-weight: bold;
    border: none;
    outline: none;
    font-family: initial;
    box-shadow: none;
    padding-left: 0;
}

textarea#product_description, textarea#reference_description, select#reference_status {
    width: 100%;
    outline: none;
    border: none;
    background-color: transparent;
    font-weight: bold;
    font-family: sans-serif;
    letter-spacing: 0;
}

select#reference_status {
    padding-left: 0
}

.ui.dropdown > .dropdown.icon {
    font-size: 18px
}

.name-founded.border-bottom,
.option-content-holder .option-content .inner-options-content .form-group .work-time .name-founded .ui.dropdown {
    border-bottom: 1px solid #e3e3e3;

}

.option-content-holder .option-content .inner-options-content .form-group .work-time .name-founded h6 {
    margin-top: 0
}

.price-holder {
    width: 100px;
    line-height: 29px
}

input#product_image, input#reference_image {
    margin-top: 10px;
    border: none;
    padding: 0;
}

.text.new-brand {
    width: 95%;
    margin: 0;
    font-family: initial, sans-serif;
    font-weight: bold;
    font-size: 26px;
}

.full-width {
    width: 100% !important;
}

.price-holder input {
    width: 70%
}

.margin-b-14 {
    margin-bottom: 14px
}

.featured-alt__separator-special-16 {
    margin-top: 16px !important;
}

.price-holder {
    font-size: 26px
}

input#product_price {
}

.content-holder .option-content-holder .option-content {
    padding: 30px;
    background-color: white;
    margin-top: 10px;
}

.content-holder .option-content-holder .option-content h5 {
    font-weight: bold;
    margin-top: 36px;
    padding-right: 20px
}

.content-holder .option-content-holder .option-content:hover {
    box-shadow: 0 8px 21px 4px rgba(0, 0, 0, 0.12);
}

.option-content-holder .option-content .inner-options-content .form-group .work-time .name-founded,
.option-content-holder .option-content .inner-options-content .form-group .work-time .name-founded .ui.dropdown,
.option-content-holder .option-content .inner-options-content .form-group .work-time .name-founded .ui.dropdown .menu,
.option-content-holder .option-content .inner-options-content .ui.dropdown .menu
{
    width: 100% !important;
    font-size: 26px;
}

.option-content-holder .option-content .inner-options-content .form-group h4 {
    text-align: left;
    color: #be8457;
    font-size: 12px;
    font-weight: 700;
    margin: 25px 0 4px 0;
    font-family: sans-serif;
}

.option-content-holder .option-content .inner-options-content .form-group .work-time .name-founded .ui.dropdown i {
    position: absolute !important;
    right: 0 !important;
}

.content-holder .inner-options-content .form-group label.label {
    color: #be8457;
    font-size: 12px;
    font-weight: 700;
    margin: 0;
    font-family: sans-serif;
    text-align: left;
    display: block;
    padding: 0;
}

.content-holder .inner-options-content .form-group label.special-label {
    padding-left: 4px;
}

.content-holder .inner-options-content .form-group input.fieldtype-input {
    border-bottom: 1px solid #e6e6e8;
    margin: 7px 0 0 0;
    font-family: initial;
    font-weight: bold;
    box-shadow: none;
    outline: none;
    padding-left: 2px;
}

.content-holder .inner-options-content .form-group input.fieldtype-socialinput {
    border: none;
    padding-left: 2px;
    box-shadow: none;
}

.content-holder .inner-options-content .form-group textarea.fieldtype-textarea {
    background-color: #f2f2f2;
    padding: 10px;
    min-height: 145px;
    position: relative;
    font-weight: bold;
    font-family: sans-serif;
    letter-spacing: 0;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    margin-top: 7px;
}

i.icon-sort-down {
    font-size: 17px;

}

.content-holder .option-content-holder .option-content .inner-options-content .text-inside {
    width: 100%;
    height: 80px;
    background-color: #f2f2f2;
    overflow: hidden;
    padding: 10px;
    min-height: 145px;
    position: relative;
}

.content-holder .option-content-holder .option-content .inner-options-content .store-heading {
    overflow: hidden;
    border-bottom: 1px solid #e6e6e8;

}

.content-holder .option-content-holder .option-content.single-product {
    display: block;
    margin-top: 0;
    padding-top: 0;
}

.name-founded h3 {
    margin: 7px 0 0 0;
    font-family: initial;
    font-weight: bold;

}

.basic-product-info {
    margin-top: 19.5px;
    margin-bottom: 4.5px;
    font-size: 14px;
    font-weight: 900;
    font-family: Vollkorn;
    line-height: 16px
}

.single-product .name-founded h3 {
    display: flex;
    align-items: center;
}

input.youtube {
    width: 95%;
    color: gray;
    font-size: 18px !important;
}

i.icon-youtube-play {
    color: darkgrey;
    width: 5%;
    margin: 0 !important;
}

h6.description-name {
    color: #be8457;
    font-size: 12px;
    font-weight: 700;
    margin: 25px 0 4px 0;
    font-family: sans-serif
}

.work-time h5 {
    font-weight: 700
}

.expand-icon {
    background: url("../img/expand.PNG") center center no-repeat;
    width: 14px;
    height: 12px;
    position: absolute;
    bottom: 3px;
    cursor: se-resize;
    right: 3px
}

.product-dialog, .home {
    max-width: 650px;
    position: relative;
    margin: 0 auto;
    padding: 40px;
    background-color: white;
    box-shadow: 0 8px 21px 4px rgba(0, 0, 0, 0.12);
}

.home-holder .close-reg-form {
    top: 37px;
    right: 39px
}

.product-dialog .reference-preview {
    max-width: 365px;
    margin: 0 auto
}

.product-dialog p {
    font-size: 14px;
    line-height: 25px;
    padding-top: 15px;
}

.product-dialog h3 {
    text-align: center;
    letter-spacing: -1px;
    margin-top: 50px;
}

.product-dialog .social-icon-holder {
    padding: 0;
    float: right
}

.product-dialog .social-icon-holder i {
    margin: 0
}

.product-dialog .social-icon-holder a i {
    padding: 0 0 0 5px
}

.home-holder .social-icon-holder a:first-child > i {
    padding-left: 0
}

.home-holder .social-icon-holder i {
    font-size: 27px !important;
}

.home-holder .social-icon-holder {
    padding: 0 0 20px 0
}

.home-content h3 {
    color: #ad855f;
    font-size: 24px;
}

.product-dialog .reference-title {
    color: black;
    font-size: 33px;
    font-family: initial;
    font-weight: normal;
    text-decoration: none
}

.home-content h1 {
    font-size: 43px;
    color: #ad855f;
    text-align: center;
    margin: 0;
    margin-bottom: 10px;
}

.home-content {
    background-color: #232730;
    padding: 40px
}

.home-content a {
    width: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: whitesmoke;
    border-radius: 1px;
    color: gray;
    position: relative;
    margin-top: 10px;
    font-size: 14px;
    height: 23px;

}

.home h5 {
    text-align: center;
    color: #be8457;
    font-weight: 900;
}

.home h2 {
    font-family: initial;
    text-align: center;
    line-height: 27px;
    margin-top: 50px
}

.home-content span {
    color: #af865c;
}

.uhr p:last-of-type {
    padding-top: 10px
}

.home-content .fa.fa-map-marker {
    width: 13px !important;
}

.home-content p {
    margin: 0;
    color: white;
    font-size: 17px
}

.product-dialog .reference-info.heading {
    line-height: 35px;
    margin-bottom: 17px;
}

.product-dialog-holder {
    padding: 0 10px
}

.product-dialog .reference-date.relative i,
.product-dialog .reference-date.relative {
    font-size: 35px;
    font-weight: bold;
    display: flex;
    align-items: center;
    top: -3px;
}

.product-dialog .reference-date.relative i {
    font-size: 30px;
    position: relative;
    top: 1px;
}

.product-dialog .brand-name {
    font-size: 16px;
    color: #be8457;
    font-weight: 900;
}

p.fb-tw-links {
    margin-bottom: 2px;
    font-style: italic;
    font-size: 15px;
    font-weight: bold;
    font-family: sans-serif;
    color: grey;
}

.fb-top, .tw-bottom {
    border-bottom: 1px solid #e6e6e8;
    overflow: hidden
}

.icon-youtube-play {
    font-size: 34px;
    color: #5f5f5f
}

a.fb-icon {
    background: url("../img/fb.png") center center no-repeat;
    width: 29px;
    height: 31px;
    display: block;
    margin-top: 32px;

}

a.tw-icon {
    background: url("../img/tw.png") center center no-repeat;
    width: 29px;
    height: 32px;
    display: block;
    margin-top: 31px;
}

button.save-changes {
    display: block;
    width: 290px;
    height: 45px;
    margin: 40px auto 0 auto;
    color: black;
    font-size: 14px;
    font-weight: 700;
    background-color: white;
    border: 1px solid #f1f1f1;
    line-height: 15px
}

.check-block-holder {
    clear: both;
    padding-top: 10px;
}

.check-icon {
    font-size: 18px;
    margin-right: 10px;
    color: #be8457
}

.check-text {
    padding-bottom: 15px;
    display: flex
}

.check-text-name {
    font-size: 13px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: -0.3px;
}

.content-holder .option-content-holder .option-content.visibble {
    display: block !important;
}

.registration-form {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.68);
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    overflow: scroll;
    -webkit-transition: 0.1s ease-in;
    -moz-transition: 0.1s ease-in;
    -o-transition: 0.1s ease-in;
    transition: 0.1s ease-in;

}

.registration-form.registration-popup {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.registration-form.service-page.registration-popup,
.registration-form.product-view.registration-popup {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.registration-form.service-page, .registration-form.product-view {
    top: 0
}

.reg-form-inside {
    width: 35%;
    margin: 90px auto;
    overflow: hidden;
    background-color: white;
    box-shadow: 0 8px 21px 4px rgba(0, 0, 0, 0.12);
    position: relative;
    padding: 35px 75px;
}

.registration-form.service-page .reg-form-inside {
    margin-top: 90px;
    padding-top: 25px;
    width: 35%;
}

.navbar-brand.reg-form {
    padding: 0;
    line-height: 31px;
    height: auto;
    display: block;
    padding-right: 10px;
    margin-left: -4px;
    color: #be8457;
}

.reg-form-inside h2 {
    margin: 0;
    line-height: 35px;
}

.firma-name h3 {
    margin: 0
}

.reg-form-inside p {
    font-size: 14px;
    line-height: 25px;
    padding-top: 5px;
}

input.input-reg-form::-webkit-input-placeholder {
    color: rgba(190, 132, 87, 0.42);
    font-style: italic;
    letter-spacing: 2px;

}

input.input-reg-form:-moz-placeholder {
    color: rgba(190, 132, 87, 0.42);
    opacity: 1;
    font-style: italic;

}

input.input-reg-form::-moz-placeholder {
    color: rgba(190, 132, 87, 0.42);
    opacity: 1;
    font-style: italic;

}

input.input-reg-form:-ms-input-placeholder {
    color: rgba(190, 132, 87, 0.42);
    font-style: italic;

}

input.input-reg-form:focus {
    outline: none
}

.input-reg-form {
    width: 100%;
    border: none;
    border-bottom: 1px solid #e6e6e8;
    font-size: 20px;
    font-weight: bold;
    color: #343434;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.close-reg-form {
    position: absolute;
    top: 15px;
    right: 25px;
    color: rgba(220, 220, 220, 0.63);
    font-size: 30px;
    line-height: 23px;

}

.topditop-stores h3 {
    margin-bottom: 0;
    margin-top: 30px;
    font-size: 20px;
    font-weight: bold;
    font-family: serif;
}

.search-field {
    height: 50px;
    display: flex;
    background-color: white;
    align-items: center;
}

.topditop-stores {
    margin-top: 0
}

.topditop-stores h3:first-child {
    margin-top: 0 !important;
}

.filter-brands.topditop-stores {
    padding: 0
}

.fixed-width {
    max-width: 750px;
    overflow: hidden;
    margin: 0 auto
}

.fixed-width h3 {
    margin-top: 0;
    font-weight: 900
}

.fixed-width p {
    line-height: 27px;
    font-size: 14px;

}

.condition-true {
    display: flex;
}

.condition-true p {
    margin: 5px 0 0 0
}

.condition-true i {
    margin-top: 13px
}

.topditop-stores .filter-holder.first {
    border: 1px solid #cacaca;
    box-shadow: none
}

.close-reg-form:hover {
    cursor: pointer
}

.terms-agreement {
    padding: 20px 0;
    display: flex

}

.terms-agreement p {
    margin: 0;
    padding: 0;
    line-height: 23px;
}

.reference .bottom-block {
    padding: 20px
}

button.reg-form-button {
    display: block;
    margin: 0 auto;
    width: 40%;
    height: 50px;
    padding: 0;
    background-color: transparent;
    border: 1px solid #be8457;
    font-weight: 900;
    margin-top: 30px;
}

button.reg-form-button:hover {
    background-color: #be8457;
    color: white;
}

.reference .bottom-block a.reference-store.brand-name {
    color: rgba(52, 52, 52, 0.85);
    font-weight: 900;
    font-size: 13px;
}

.row.stors.featured-alt__separator {
    margin-bottom: 40px
}

.row.stors {
    padding-top: 23px
}

.first-row {
    display: table-cell;
    width: 30%;
    position: relative;

}

.second-row {
    display: table-cell;
    width: 20%;
    position: relative;

}

.third-row {
    display: table-cell;
    position: relative;
    width: 20%
}

.third-row .cell-holder {
    background-color: #b3b3b3
}

.second-row .cell-holder {
    background-color: #e6e6e6
}

.fourth-row {
    display: table-cell;
    position: relative;

    width: 20%
}

.cell-holder {
    margin: 0 5%;
    padding: 3px 6px;
}

.cell-holder p {
    margin: 0
}

.row-holder {
    display: table-row;
    overflow: hidden
}

.row-holder:after {
    clear: both
}

.cell-holder.border-cell {
    position: absolute;
    top: 0;
    width: 90%;
    height: 100%;
    border: 1px solid rgba(210, 210, 210, 0.45);
    border-bottom: none;
    display: flex;
    align-items: center;
    justify-content: center;

}

.cell-holder p {
    font-weight: 700;
    font-family: sans-serif;
    margin: 0;
}

.cell-holder h4 {
    margin: 0;
    padding: 20px 0;

    font-family: Fenice, sans-serif;

}

.cell-holder h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    font-family: sans-serif;
    color: #be8457;
}

.cell-holder h3 i.fa.fa-eur.big {
    font-size: 21px;
}

.cell-holder.cell-first {
    font-weight: 900;
    font-size: 15px;
    margin-right: 0;
}

.cell-holder h5 {
    margin: 0;
    color: #c3ced8;
    font-weight: 700;
    font-size: 14px
}

.row-list {
    padding-top: 50px
}

.row-list .row-holder:last-child > .second-row .cell-holder.border-cell, .row-list .row-holder:last-child > .third-row .cell-holder.border-cell, .row-list .row-holder:last-child > .fourth-row .cell-holder.border-cell {
    border-bottom: 1px solid rgba(210, 210, 210, 0.45) !important;
}

.cell-holder.border-cell i.grey-color {
    color: #c3ced8;
}

.row-list .row-holder:last-child > .second-row .cell-holder.border-cell:hover,
.row-list .row-holder:last-child > .third-row .cell-holder.border-cell:hover,
.row-list .row-holder:last-child > .fourth-row .cell-holder.border-cell:hover {
    background-color: #be8457;
    color: white !important;
}

.row-list .row-holder:last-child > .second-row .cell-holder.border-cell:hover > h5,
.row-list .row-holder:last-child > .second-row .cell-holder.border-cell:hover > i.fa.fa-plus-circle,
.row-list .row-holder:last-child > .third-row .cell-holder.border-cell:hover > h5,
.row-list .row-holder:last-child > .third-row .cell-holder.border-cell:hover > i.fa.fa-plus-circle,
.row-list .row-holder:last-child > .fourth-row .cell-holder.border-cell:hover > h5,
.row-list .row-holder:last-child > .fourth-row .cell-holder.border-cell:hover > i.fa.fa-plus-circle {
    color: white !important;
}

.row-holder a {
    display: block
}

.cell-holder.border-cell i {
    font-size: 13px;;
    font-weight: 700
}

.col-sm-6.reset-padding, .col-sm-12.reset-padding {
    padding-left: 7px !important;
    padding-right: 7px !important;

}

.row.reset-margin {
    margin-right: -7px;
    margin-left: -7px
}

.featured-alt__separator-special {
    margin-top: 9px
}

.location-store p {
    font-size: 14px;
    font-weight: bold;
    color: #343434;
}

i.fa.fa-facebook-square {
    color: rgb(58, 90, 149);
    font-size: 23px
}

i.fa.fa-google-plus-square {
    color: rgb(218, 75, 57);
    font-size: 23px
}

i.fa.fa-twitter-square {
    color: rgb(0, 169, 235);
    font-size: 23px
}

i.fa.fa-pinterest-square {
    color: rgb(199, 31, 39);
    font-size: 23px
}

.social-icon-holder i {
    padding-right: 10px
}

.social-icon-holder {
    padding-left: 24px;
    padding-top: 5px
}

.location-store p i {
    padding-right: 10px;
    color: #9a9a9a;
    font-size: 14px;
}

.location-store p span.tag {
    padding-right: 20px
}

.video-holder {
    margin-top: 25px;
    margin-bottom: 80px
}

.location-store p.references-description {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px
}

.reference-date.relative.references-date, .reference-date.relative.brand-name {
    color: rgb(187, 186, 186);
    font-size: 13px
}

.container.width-container {
    width: 1350px;
    max-width: 100%
}

.content-holder.dashboard-settings.product-settings h3.heading.margin-top-special {
    margin-top: 90px
}

@media screen and (max-width: 1200px) {

    .content-holder .manage-reference a {
        margin: 0 15px;
    }
}

@media screen and (max-width: 767px) {

    .home h2 {
        margin-top: 20px
    }

    .product-dialog .reference-title {
        font-size: 21px
    }

    .product-dialog, .home, .home-content {
        padding: 15px
    }

    .product-dialog p {
        line-height: 20px
    }

    .product-dialog .reference-date.relative {
        float: none
    }

    .terms-agreement label {
        font-size: 14px
    }

    .reg-form-inside {
        width: 70%;
        padding: 20px
    }

    .content-holder .manage-reference, .content-holder .townsend, .content-holder .manage-product {
        height: auto;
        margin-bottom: 10px;
        padding-bottom: 40px;
    }

    .content-holder .townsend .towsend-text h3, .content-holder .townsend .towsend-text a {
        text-align: center
    }

    .content-holder .manage-reference a {
        margin: 0 auto;
    }
}

@media screen and (max-width: 480px) {

    .reg-form-inside {
        width: 90%;
    }

}

body.dashboard-ui {
    background-color: rgb(242, 242, 242);
}

.fieldgroup-elem {
    padding: 10px 10px;
    background: #eee;
    -webkit-box-shadow: inset #cccc73 0px 1px 2px;
    -moz-box-shadow: inset #cccc73 0px 1px 2px;
    box-shadow: inset #cccc73 0px 1px 2px;
    margin-bottom: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.references-heading {
    margin-bottom: 3px;
    margin-top: 10px;
    letter-spacing: -0.71px;
    font-size: 36px;
}

.panel-list {
    margin: 10px 0;
    background-color: #cbe57e;
    padding: 10px 5px;
    min-height: 50px;
}

.padding-r-10-correct {
    padding-right: 10px !important;
}

.padding-r-5-correct {
    padding-right: 5px !important;
}

.margin-t-b-correct {
    margin-bottom: 10px !important;
    margin-top: 20px !important;
}

.margin-t-correct {
    margin-top: 20px !important;
}

.top-14-correct {
    top: 14px !important;
}

.margin-b-correct {
    margin-bottom: 10px !important;
}



.margin-b-40-correct {
    margin-bottom: 40px !important;
}

.margin-b-3-correct {
    margin-bottom: 3px !important;
}

.content-holder.dashboard-settings.product-settings h3.heading {
    margin-bottom: 3px;
    margin-top: 10px;
    letter-spacing: -0.71px;
    font-size: 36px;
}

input[type=checkbox] {
    margin: 0;
    border: 1px solid #be8457;
    -webkit-appearance: button;
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

input[type="checkbox"]:checked:after {
    content: "\2713";
    color: white;
    position: relative;
    top: -4px;
    left: 2px;
}

input[type="checkbox"]:checked {
    background-color: #be8457;
    outline: none;
    color: white !important;
}

input[type="checkbox"] + label {
    margin-bottom: 0;
}

input[type="checkbox"] + label span {
    font-size: 13px;
    line-height: 17px;
    letter-spacing: -0.3px;
    position: relative;
    top: 1px;
    font-weight: 400;

}

input[type="checkbox"]:checked + label span {
    font-weight: bold
}

.no-flex {
    display: block !important;
}

.filter-brands.topditop-stores .search-field form.navbar-form.navbar-left.alt input {
    height: 50px;
    padding-left: 10px;
    border: 1px solid #cacaca;
}

.filter-brands.topditop-stores .search-field {
    margin-top: 2px
}

p.clear-filter span {
    padding-right: 5px
}