/*front page slider*/
body .slider-frontpage-block #frontpage-slider .slider-left-text .slider-left-text-inside-wrapper{
    position: absolute;
    left: 10%;
    bottom: 25%;
    width: 35%;
    min-width: 250px;
}
#frontpage-slider .item{
    min-height: 448px;
}
#frontpage-slider .item{
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
.overlay-basket{
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 998;
    display: none;
}
.overlay-basket.show{
    display: block;
}
body{
    font-family: 'Open Sans' !important;
}
/*small basket*/
body .basket-wrapper .opener{
    border-bottom-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
}
.empty-cart-img{
    width: 90px;
    height: 90px;
    background: url(img/next.svg) 0 -18px no-repeat;
    display: block;
    margin: 30px auto;
}
.empty-diff{
    padding: 0 !important;
}
.basket-wrapper .basket-header a i:before{
    color: #5d9139;
}
.basket-wrapper .basket-header a:hover i:before{
    color: #63bd57;
}
.basket-wrapper .basket-lists{
    color: #5d9139;
}
.basket-wrapper h4.active .basket-lists{
    color: #1d2029;
}
.basket-wrapper h4, .basket-wrapper h3{
    margin-bottom: 10px;
    line-height: 28px;
}
.basket-wrapper h4.active{
    border-bottom: 2px solid #5d9139;
    width: max-content;
}
.basket-wrapper h4{
    width: fit-content;
}
.basket-wrapper h4 > .clear-button{
    margin-top: -6px;
}
.basket-wrapper .basket-header{
    border-bottom: none;
}
.clear-button i{
    font-size: 16px;
    position: relative;
    top: 1px;
    left: -5px;
}
.clear-button i:before{
    color: #5d9139;
}
.clear-button:hover i:before{
    color: #fff;
}
body .basket-wrapper .basket-header{
    border-bottom: none;
}
.empty-basket{
    border-top: 1px solid #f2f2f2;
}
#wish_list{
    display:none;
}
body .basket-wrapper .basket-footer .summa span{
    font-size:20px;
    margin-top: 16px;
}
body .basket-wrapper .basket-footer .summa span.small_basket_total{
    font-size:20px;
}
body .basket-wrapper .basket-footer .summa span.small_basket_total_old{
    font-size: 13px;
    color: #777;
    text-decoration: line-through;
    font-weight: 400;
    margin-top: 0;
}
body .basket-wrapper .basket-footer .summa span.small_basket_total_diff{
    color: #333;
    display: inline-block;
    background: #ffd02e;
    padding: 3px 8px 2px;
    line-height: 16px;
    font-weight: 400;
    font-size: 12px;
    margin-top: 0;
}
body .basket-wrapper .basket-footer .basket-footer-buttons{
    margin-top: 25px;
}
body .basket-wrapper .product_detail{
    margin-bottom: 0;
}
body .product_detail .buttons-block .quantity span{
    height: 36px;
    cursor: pointer;
    background: #f3f3f5;
    border-radius: 2px;
    border: none;
    position: relative;
}
body .product_detail .buttons-block .quantity span.minus:after{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
    width: 10px;
    height: 2px;
    content: "";
    transition: 300ms all ease;
    background-color: #6c6c6d;
}
body .product_detail .buttons-block .quantity span.plus:before{
    background-color: #6c6c6d;
    margin-top: -5px;
    margin-left: -1px;
    width: 2px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    transition: 300ms all ease;
}
body .product_detail .buttons-block .quantity span.plus:after{
    background-color: #6c6c6d;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
    width: 10px;
    height: 2px;
    content: "";
    transition: 300ms all ease;
}
body .product_detail .buttons-block .quantity input{
    border: none;
    border-left: 1px solid #f3f3f5;
    border-right: 1px solid #f3f3f5;
    background: #f3f3f5;
    width: 34px!important;
    font-weight: 700;
    padding: 7px 0;
    font-size: 13px;
    line-height: 13px;
    height: 36px;
    color: #333;
    text-align: center;
    border-radius: 2px;
    box-shadow: none;
}
.basket-item-actions-remove {
    position: relative;
    display: block;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.basket-item-actions-remove:before{
    -webkit-transform: translate3d(-50%,-50%,0) rotate(-45deg);
    transform: translate3d(-50%,-50%,0) rotate(-45deg);
    background: #6d6d6d;
    width: 1px;
    height: 9px;
}
.basket-item-actions-remove:after{
    -webkit-transform: translate3d(-50%,-50%,0) rotate(45deg);
    transform: translate3d(-50%,-50%,0) rotate(45deg);
    background: #6d6d6d;
    width: 1px;
    height: 9px;
}
.basket-item-actions-remove:after, .basket-item-actions-remove:before{
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    transition: 300ms background-color ease;
}
body .basket-wrapper .table-wrapper table tbody tr td.delete .td-content-wrapper{
    position: absolute;
    top: 0;
    right: 0;
}
/*small basket items*/
body .basket-wrapper .table-wrapper{
    overflow-y: auto;
}
body .basket-wrapper .table-wrapper table tbody tr td.thumb-cell{
    padding: 11px 5px 10px 30px;
}
body .basket-wrapper .table-wrapper table thead tr td, body .basket-wrapper .table-wrapper table tbody tr td{
    text-align: center;
}
body .basket-wrapper .table-wrapper table tbody tr td .td-content-wrapper{
    position: initial;
}
body .basket-wrapper .table-wrapper table tbody tr td.name-cell a{
    max-width: 160px;
    margin: auto;
    overflow: hidden;
}
body .basket-wrapper .table-wrapper table tbody tr td .old-price{
    font-size: 13px;
    color: #777;
    text-decoration: line-through;
    font-weight: 400;
}
body .basket-wrapper .table-wrapper table tbody tr td .price-for-one{
    font-size: 12px;
    color: #a1a1a1;
    font-weight: 400;
}
body .basket-wrapper .table-wrapper table tbody tr td .price-diff{
    color: #333;
    display: inline-block;
    background: #ffd02e;
    padding: 3px 8px 2px;
    line-height: 16px;
    font-weight: 400;
    font-size: 12px;
}
/*small basket end*/
/*webforms*/
.webFormHeading{
    font-size: 24px;
    font-weight: 700;
}
.sendWebFormDw{
    font-size: 14px;
}
.webFormDescription{
    display: none;
}
/*webforms end*/
/*popup forms css*/
.popup{
   /* padding: 50px;*/
    border-radius: 0;
}
.popup .popup-body .form-group{
    margin-bottom: 25px;
}
.popup.webform_frame .btn{
    background-color: #5d9139;
    border-color: #5d9139;
    color: #ffffff;
    margin: auto;
    display: block;
    font-size: 16px;
}
body .popup.show.webform_frame {
    height: auto;
    top: 25%;
    /*left: 50%;
    margin-top: -100px;
    margin-left: -250px;*/
}
body .webform_frame .webform_item{
    padding: 0 20px 20px 20px;
}
input[type=url]{
    background: #f7f7f7;
    border: 1px solid #eee;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #383838;
    height: auto;
    font-size: 13px;
    padding: 8px 13px 7px;
    width: 100%;
}
.sections-wrapper .sections-menu li.with-dropdown .dropdown{
    z-index: 22;
}
/*popup forms css end*/
/*hide mobile menu*/
#mobile-header, #mobile-menu{
    display: none;
}
/*hide mobile menu end*/
/*contacts page*/
.contacts-page{
    margin-bottom: 25px;
}
.contacts-page .icon-wrapper{
    display: block;
    text-align: center;
    margin: auto;
    width: 50px;
    height: 50px;
    background-color: #5d9139;
    line-height: 50px;
    border-radius: 50%;
}
.contacts-page .icon-wrapper i:before{
    color: #fff;
    font-size: 18px;
}
.contacts-page .contacts-item-wrapper{
    margin-bottom: 40px;
}
.contacts-page .contacts-item-wrapper a{
    color: #1d2029;
}
.contacts-page .contacts-item-wrapper a:hover{
    color: #63bd57;
}
/*contacts page end*/
/*боковоею меню*/
body .sections-wrapper .sections-menu li:nth-last-child(1){
    border-bottom: 1px solid #f2f2f2;
}
/*боковоею меню конец*/
/*front page slider fix*/
body .slider-frontpage-block #frontpage-slider .owl-dots{
    top: auto;
    bottom: 50px;
}
/*front page slider fix end*/
/*viewed products fix*/
.viewed-products .viewed-products-slider .item{
    height: 140px;
}
.viewed-products .viewed-products-slider .item img{
    width: auto;
    margin: auto;
}
/*viewed products fix end*/
/*preloader*/
#preloader{
    display: block; width: 65px; height: 65px; margin: 65px auto;
}
/*filter mobile*/
.mob_filter_button{
    display: none !important;
}
/*viewed products fix*/
.viewed-products .viewed-products-slider .item .image-wrapper{
    display: flex;
    align-items: center;
}
.viewed-products .viewed-products-slider .item img{
    max-width: 100%;
}
.viewed-products .viewed-products-slider .item .product-name{
    max-height: 59px;
    overflow: hidden;
    margin-bottom: 8px;
    padding-right: 10px;
}

.for-seo{
    display: none !important;
}

.popup-body.fast_buy_item{
    text-align: center;
}

.popup-body.fast_buy_item .btn{
    display: block;
    margin: 10px auto;
}