/*BTN*/
.btn{
    border-radius: 0;
    line-height:28px;
    min-width:150px;
}
.like-dislike .btn,
.like-dislike-wrapper .btn{
    min-width:auto;
}
.btn-success {
    background-color: #000000;
    line-height: 28px;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success:active:hover,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open>.dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open>.dropdown-toggle.btn-success.focus,
#submit_order_one_page:active,
#submit_order_one_page:focus,
#submit_order_one_page:hover{
    background-color: #e4d2a8;
    border-color: #e4d2a8 !important;
}

.btn-info {
    background: #e4d2a8;
    color: #000000;

}
.btn-info:hover, .btn-info:focus,
.btn-info:active,
.btn-info:active:focus {
    background: #e4d2a8;
}

.btn-default {
    color: #000000;
    background-color: #fff;
    border: 1px solid #000000;
}
.btn-default:hover, .btn-default:focus,
.btn-default:active, .btn-default:active:focus {
    background-color: #E9E9E9;
    border: 1px solid #E9E9E9;
    color: #000000;
}
/*BTN End*/

.heading-wrapper.heading-wrapper-bordered:before{
    display: none;
}
.icheckbox_flat.checked, .iradio_flat.checked{
    background: #e4d2a8;
}
.icheckbox_flat.checked{
    background: #e4d2a8 url(../../images/core/check_box.png) center no-repeat;
}
.icheckbox_flat:hover, .iradio_flat:hover {
    border: 1px solid #e4d2a8;
}

.form-group-checklabel label,
.form-group label.disabled{
    color:#000000;
}
.styled-select {
    background: url(../../images/core/triangle-bottom.png) no-repeat 95% #ffffff;
    height: 40px;
}

.form-group.anti-spam{
    width: 100%;
}
.modal-small .modal-dialog {
    width: 480px;
}
.form-group label {
    font-size: 14px;
}

.form-control {
    height: 40px;
}
.input-group .btn{
    height: 40px;
    line-height: 40px;
}
.modal-footer .registration-btn-wrapper {
    margin-top: 30px;
}

.modal-footer {
    padding: 15px 30px;
    margin-top: 0;
    text-align: left;
    background: transparent;
}
.modal-footer .registration-btn-wrapper .btn {
    background: #e4d2a8;
    width: 100%;
    margin-top: 20px;
    line-height: 32px;
}
.modal-footer .registration-btn-wrapper .btn:hover{
    background: #000000;
}
.modal-footer .btn{
    line-height: 31px;
    height: 31px;
}

.modal-header .close{
    margin-top: 5px;
}

.btn-facebook {
    background: #3973b5;
    float: right;
    line-height:30px;
    color: #ffffff;
    border: 1px solid #3973b5;
}
.btn-facebook:hover{
    color: #3973b5;
    background: #ffffff;
    border: 1px solid #3973b5;
    line-height:30px;
}

.btn-google:hover{
    color: #d34836;
    background: #ffffff;
    border: 1px solid #d34836;
    line-height:31px;
}

.btn-google{
    line-height: 30px;
    color: #ffffff;
    background: #d34836;
    border: 1px solid #d34836;
}

.btn-ghost:hover, .btn-ghost:focus, .btn-ghost:active, .btn-ghost:active:focus {
    background: #000000;
    border: 1px solid #000000;
    color: #fff;
}

.modal .close{
    color: #000000;
}

.modal .form-group.form-group-checklabel{
    margin-bottom: 10px;
}

.modal .form-group-checklabel .validation-errors-list {
    left: -15px;
    top: 5px;
}

.favorite:hover {
    color: #e4d2a8;
}
.favorite.active {
    color: #e4d2a8;
    opacity: 1;
}

.form-group-checklabel .label-as-headline {
    font-size: 16px;
    margin-left: 10px;
    text-transform: uppercase;
}

.form-group-checklabel > a{
    color: #e4d2a8;
}
.page-img-wrapper.doc-img-wrapper {
    background: #ffffff;
}
.lists-tabs ul.items-wrapper {
    border-bottom: 2px solid transparent;
}
.lists-tabs ul.items-wrapper .item{
    border-bottom: 2px solid transparent;
}
.popover.bottom>.arrow:after {
    border-bottom-color: #ffffff;
}

.slider > .heading-wrapper:before,
.page .heading-wrapper:before,
.page-background .heading-wrapper:before,
.store-popup .heading-wrapper:before,
.error-page .heading-wrapper:before,
.comments-two .heading-wrapper:before,
.promo-location .heading-wrapper:before,
.article-list-alternately .heading-wrapper:before,
.article-list-colections .heading-wrapper:before,
.heading-wrapper.heading-wrapper-bordered:before,
.article-grid-listing-8 .heading-wrapper.heading-wrapper-bordered .title:before{
    content: "";
    width: 40px;
    height: 1px;
    background: #373737;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.instagram-slider .heading-wrapper:before{
    bottom: -15px;
}
.nicescroll-rails > div{
    background-color: #e4d2a8 !important;
}


.modal-header{
    background-color: transparent;
}

.modal .title{
    color: #000000;
    text-align: center;
    margin-top: 10px;
}

textarea.form-control{
    width: 100%;
}

.icheckbox_flat {
    flex-shrink: 0;
}