@font-face { font-family: "svgfont"; src: url("../fonts/svgfont.eot"); src: url("../fonts/svgfont.eot?#iefix") format("eot"), url("../fonts/svgfont.woff") format("woff"), url("../fonts/svgfont.woff2") format("woff2"), url("../fonts/svgfont.ttf") format("truetype"); font-weight: normal; font-style: normal; }
.svg_icon, [class^="svg_icon-"], [class*=" svg_icon-"] { font-family: "svgfont"; font-style: normal; font-weight: normal; text-rendering: auto; speak: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.svg_icon, [class^="svg_icon-"], [class*=" svg_icon-"] { font-size: 22px; display: inline-block; transition: 0.2s ease-out; }
.svg_icon:hover{ color: #333333 }
.svg_icon-balance:before { content: ""; }

.svg_icon-cart:before { content: ""; }

.svg_icon-close:before { content: ""; }

.svg_icon-down-small:before { content: ""; }

.svg_icon-heart:before { content: ""; }

.svg_icon-search:before { content: ""; }

.svg_icon-user:before { content: ""; }


.top {
    background-color: #E9ECEF;
}
.list-inline li a {
    font-family: "Proxima Nova";
    font-weight: 600;
    color: #404969;
}
.phone-shop {
    font-size: 14px;
    margin-right: 20px;
    font-weight: 600;
    color: #404969;
}
.currency-language button.btn-link{
    font-size: 14px;
    font-weight: 600;
    color: #404969 !important;
}
.currency-language .btn-link:first-child {
     margin-right: 0px;
     margin-left: 20px;
}
.mini-position{
    justify-content: flex-end;
}
.search-group input.form-control {
    background-color: white;
    height: 100%;
    border-bottom: 1px solid #E9ECEF;
    box-shadow: none;
    font-size: 18px;
    padding: 14px 20px;
    color: #404969;
    border-radius: 0;
}
.search-box_wrap .search-result_wrap{
    display: none;
}
.search-box_wrap.active .search-result_wrap{
    display: block;
}
.search-box_wrap.active{
    position: absolute;
    width: 100%;
    z-index: 4;
    left: 0;
    border-radius: 10px;
    overflow: hidden;
}
.search-result_wrap{
    background-color: #fff;
    padding: 0 24px;
}
.search-result__content{
    border-top: 1px solid #E9ECEF;
    padding: 16px 36px;
    max-height: 520px;
    height: 100%;
    overflow: auto;
}
.search_result{
    display: flex;
    flex-wrap: wrap;

}
.search_result__count{
    font-family: "Proxima Nova";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 16px;
    color: #000000;
}
.search_result .search_item{
    width: 50%;
    display: flex;
    margin-bottom: 20px;
}
.search_item_img{
    position: relative;
    width: 112px;
    height: 112px;
    flex-shrink: 0;
    margin-right: 16px;
}
.search_link{
    display: flex;
    width: 100%;
    justify-content: flex-end;
}
.search_link a{
    font-family: 'Proxima Nova';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0em;
    color: #404969;
}

.search_item_info_price{
    font-family: 'Proxima Nova';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
}

.search_item_info{
    max-width: 230px;
    width: 100%;
}
.search_item_info_desc a{
    display: inline-block;
    margin-bottom: 20px;
    font-family: "Proxima Nova";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    color: #404969;
    transition: .2s;
}
.search_item_info_desc a:hover{
    color: #ff7f50;
}
.search_item_img:hover img{
    transform: scale(1.2);
}
.search_item_img{
    overflow: hidden;
}
.search_item_img img{
    max-width: 100%;
    height: 100%;

    transition: 0.3s ease-in-out;
}
.search_result.no-search{
    font-family: 'Proxima Nova';
    font-size: 18px;
    font-weight: 600;
    color: #404969;
}
.search-box_wrap.active .search-group input.form-control{
    border-bottom: 1px solid transparent;
    padding: 14px 60px;
}
.search-box_wrap.active .search-group .search-btn {
    left: 0;
}
.search-box_wrap .search-group{
    height: 40px;
}
.search-group .search_close-btn{
    display: none;
}
.search-box_wrap.active .search-group .search_close-btn{
    display: block;
    right: 0;
}
.search-box_wrap.active .search-group .search-btn {
    left: 0;
}
button.btn.btn-default.btn-lg:focus:active {
    background-color: transparent;
}
body{
    position: relative;
}
body.grey-overflow{
    overflow: auto;
}
body.grey-overflow:after{
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background: rgba(0, 0, 0, 0.4);

}
.icon-drop-down img{
    transform: rotate(180deg);
}

.header-nav__wrap{
    display: flex;
    justify-content: space-between;
}
.search-group {
    border-radius: 0;
}
.navbar-nav_header {
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #E9ECEF;
}
.header-bottom .wrapper-menu{
    display: flex;
    height: 100%;
    width: fit-content;
    align-items: center;
}
.navbar-nav_header>li{
    padding-left: 0;
    transition: .2s;
    border-bottom: 2px solid transparent;
    border-radius: 2px;
}
.navbar-nav_header li{
    padding-left: 0;
}
@media screen and (min-width: 1199px){
	.navbar-nav_header li:first-child{
		min-width: 177px;
	}
}

.navbar-nav_header li:first-child span.fw{
	padding-right:8px;
}

@media screen and (max-width: 991px){
	.navbar-nav_header li:first-child span.sw{
		display:none!important;
	}
}

.navbar-nav_header>li:not(:last-child){
    margin-right: 30px;
}
.navbar-nav_header>li:hover{
    border-bottom: 2px solid #FF7F50;
}

.navbar-nav_header>li a:hover{
    background-color: transparent;
}
.navbar-nav_header li:before{
   content: none;
}
.content-flex {
    justify-content: flex-end;
}
.count_item {
    width: 22px;
    height: 22px;
    right: -10px;
    top: 0px;
    font-size: 14px;
    font-weight: 600;
}
.navbar-nav_header li a {
    display: inline-block;
    padding: 10px 0;
    text-transform: none;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    color: #404969;
    transition: .5s;
    letter-spacing: normal;
}
.row-item{
    position: static;
}
.static{
    position: static;
}
.header-nav__wrap{
    position: relative;
    display: flex;
    justify-content: space-between;
}
.header-nav__wrap .row-item{
    width: 65%;
}
.header-nav__wrap .row-search{
    width: 35%;
}

li.dropdown_item{
    width: 100%;
    position: static;
}
.navbar-nav_header .dropdown_item>a{
    display: flex;
    align-items: center;
}
.dropdown_item .icon-drop-down{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    margin-left: 8px;
}
.dropdown_item .icon-drop-down img{
    width: 15px;
    height: 15px;
    transition: .2s;
}

.dropdown_item.active .dropdown-wrap{
    display: block;
}
.dropdown_item.active .icon-drop-down img{
    transform: rotate(0deg);
}
.dropdown-wrap{
    display: none;
    position: absolute;
    background-color: transparent;
    top: 40px;
    left: 0;
    width: 100%;
    height: 440px;
    z-index: 4;
}

.dropdown_content{
    display: flex;
    background-color: white;
    position: relative;
    top: 16px;
    border: 1px solid #E9ECEF;
    height: 100%;
}
.dropdown_content__categories{
    max-width: 210px;
    width: 100%;
    height: 100%;
    background-color: #E9ECEF;
    padding-top: 18px;
    padding-bottom: 18px;
    overflow-y: auto;
}
.categories__list>li{
    width: 100%;
    margin-bottom: 12px;
}
.categories__list li.active a{
    background-color: #fff;
}
.categories__list>li>a{
    width: 100%;
    display: inline-block;
    padding: 6px 6px 6px 31px;
    font-family: "Proxima Nova";
    font-weight: 600;
    font-size: 18px;
    color: #404969;
}
.dropdown_content__subcategories{
    width: 100%;
    padding: 8px 0 8px 30px;
}
.subcategories__list{
    display: none;
    overflow: auto;
    width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%;
    align-content: flex-start;
    margin: 0px -15px;
}
.subcategories__list.active{
    display: flex;
}
.subcategories__list li{
    padding: 0 15px;
    width: 25%;
}
.subcategories__list li a{
    display: inline-block;
    font-family: 'Proxima Nova';
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0em;
    color: #404969;
    padding: 8px 0;
    transition: 0.3s ease-in-out;
    border-bottom: 1px solid transparent;
}
.subcategories__list li a:hover{
    border-bottom: 1px solid #FF7F50;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}
.categories__list>li.show-menu>a{
    pointer-events: auto;
}

.navbar-nav_header li.cat__sales a {
    text-transform: uppercase;
    color: #FF7F50;
}
.count-wrapper a:hover .svg_icon{
    color: #337ab7;
}
.mini-btn .active i{
    color: #ff7f50;
}
.mini-btn .svg_icon{
    color: #aca8bf;
}


@media screen and (min-width: 1025px){
    .dropdown_item:hover .icon-drop-down img{
        transform: rotate(0deg);
    }
    .dropdown_item:hover .dropdown-wrap{
        display: block;
    }

}
@media screen and (max-width: 1025px){
    .categories__list>li>a{
        pointer-events: none;
    }
}

@media screen and (min-width: 991px){
    .header-bottom{
        padding-top: 30px;
    }
}
@media screen and (max-width: 991px){
    .navbar-nav_header>li:not(:last-child) {
        margin-right: 20px;
    }
    .navbar-nav_header li a {
        font-size: 16px;
    }
    .search-group input.form-control {
        font-size: 16px;
        padding: 10px 20px;
    }
    .header-nav__wrap .row-item {
        margin: 0 0px;
    }
    .header__top {
        margin-bottom: 25px;
    }
    .card-button__wrap{
        display: flex;
        flex-direction: column;
    }
    .card-button__wrap .btn-link{
        display: flex;
        padding-left: 30px;
    }
    .card-button__wrap .btn-link:first-child{
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 767px){
    .header-nav__wrap{
        flex-wrap: wrap;
    }
    .header-nav__wrap .row-item {
        width: 100%;
    }
    .header_nav_main{
        margin: 0 auto;
    }
    .header-nav__wrap .row-search {
        width: 100%;
    }
    .dropdown_content {
        top: 0;
    }
    .header-bottom .wrapper-menu {
        width: 100%;
    }
    .search_result .search_item {
        width: 100%;
        display: flex;
    }
    .search-result_wrap {
        padding: 0 10px;
    }
    .search-box_wrap.active {
        top: -270%;
    }
    .dropdown_content__categories {
        max-width: 140px;
        padding-bottom: 15px;
    }
    .subcategories__list li {
        width: 35%;
    }
    .subcategories__list li a {
        padding: 6px 0;
    }
    .categories__list>li>a {
        padding: 6px 6px 6px 6px;
        font-size: 15px;
    }
    .dropdown_content__subcategories {
        padding: 8px 0 8px 15px;
    }
}

@media screen and (max-width: 675px){
    .subcategories__list li {
        width: 50%;
    }
}
@media screen and (max-width: 575px){
    .search-result__content {
        padding: 10px 10px;
    }
    .subcategories__list li {
        width: 100%;
    }
}
@media screen and (max-width: 480px){
    .search-result__content {
        padding: 10px 10px;
    }
    .search_item_img {
        width: 80px;
        height: 80px;
        margin-right: 10px;
    }
    .dropdown_content__categories {
        max-width: 110px;
        padding-bottom: 5px;
    }
    .categories__list>li>a {
        font-size: 14px;
    }
    .search_item_info_desc a {
        margin-bottom: 11px;
        font-size: 15px;
        line-height: 19px;
    }
    .navbar-nav_header > li:not(:last-child) {
        margin-right: 10px;
    }
    .navbar-nav_header li a {
        font-size: 14px;
    }
    .dropdown_item .icon-drop-down {
        margin-left: 3px;
    }
}

