.logo img {
    max-height: 93px;
}

.details-product .product-tab .tabs-title .tab-link {
    background-color: #fadc4a;
}

.footer-left .footer-content > ul:nth-child(1) {
    margin-bottom: 20px;
}
.footer-left .footer-content > ul:nth-child(1) li {
    margin-bottom: 7px;
    padding-left: 30px;
}
.footer-left .footer-content > ul:nth-child(1) li:nth-child(1) {
    background: url(images/address.png) no-repeat center left 3px;
}
.footer-left .footer-content > ul:nth-child(1) li:nth-child(2) {
    background: url(images/phone.png) no-repeat center left 3px;
}
.footer-left .footer-content > ul:nth-child(1) li:nth-child(3) {
    background: url(images/email.png) no-repeat center left 3px;
}

.footer-title {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #555;
    /*font-size: 16px;*/
    text-transform: uppercase;
}
.footer-title:after {
    content: '';
    position: absolute;
    bottom: -9px;
    left: 15px;
    width: 16px;
    height: 8px;
    background: url(images/triangle.png) no-repeat;
}

.icon-broom {
    background: unset!important;
    padding-top: 0;
}
.edit-span {
    overflow: hidden;
}
.header .header-bottom {
    background-color: #6b4a36;
}
.header .header-bottom .block-search {
    border-left: 1px solid #fff;
}
.header .header-bottom nav .nav .nav-item > a, .header .header-bottom .block-search form button {
    color: #fff;
}
.header .header-bottom .block-search form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

.header .header-bottom .block-search form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.header .header-bottom .block-search form input::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}
.section_product .mainmenu span:not(.icon-broom) {
    border: 1px solid #f3bc32;
    background-color: #f3bc32;

}
.section-head {
    overflow: hidden;
}
.section_product .section-head h2 {
    background-color: #f3bc32;
}

.section_product .section-head h2:after {
    border-color: #f3bc32 transparent transparent;
}
.section_product .section-head {
    border-top: 3px solid #f3bc32;
}
#section_map .content-map .btn_map {
    border: 1px solid #f3bc32!important;
    border-color: #f3bc32!important;
    background: #f3bc32 !important;
}
.title-head {
    font-size: 2.57143em;
    font-family: futuraregular,Helvetica,Arial,sans-serif;
}
.content-page span, .content-page p, .content-page div {
    font-family: futuraregular,Helvetica,Arial,sans-serif!important;
}
.header .header-main .our-service > div .box .box-inner .icon-service {
    width: 50px;
    height: 50px;
    border: 2px solid #ebebeb;
    border-radius: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    margin: 0;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    font-size: 21px;
    line-height: 38px; }

.header .header-main .minicart-wrapper .showcart .icon-cart {
    font-size: 21px;
    display: block;
    line-height: 46px;
    width: 50px;
    height: 50px;
        border: 2px solid #ebebeb;
        border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    text-align: center;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%); }

.header .header-main .minicart-wrapper .showcart .icon-cart img, .header .header-main .our-service > div .box .box-inner .icon-service img {
    height: 30px;
}