.wrapper {
    overflow: hidden;
}
.container {
    max-width: 1170px;
}
.wf_header_main_nav {
	width: 100% !important;
}
.wf_header_horizontal_top {
	width: 100%;
	/*float: left;*/
}
.wf_header_horizontal_middle {
	width: 100%;
	/*float: left;*/
}
.wf_header_horizontal_bottom {
	width: 100%;
	/*float: left;*/
	background: #779e4f;
}
.wf_header_main_nav .nav__list {
	margin: 0;
	height: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: normal;
	width: 100%;
}
.wf_header_main_nav .nav__list li {
    flex: 1 1 auto;
    text-align: center;
}
.wf_header_main_nav .nav__list li.more {
	display: none;
}
.wf_header_main_nav .nav__link {
	margin: 10px 0;
	text-transform: uppercase;
	color: white;
	font-weight: 600;
	font-size: 15px;
	line-height: 20px;
	padding: 4px 0;
	display: inline-block;
	position: relative;
	letter-spacing: 0;
}
.wf_header_main_nav .nav__link:not(.active):before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: white;
  	-webkit-transition: all .2s ease;
  	-moz-transition: all .2s ease;
  	-o-transition: all .2s ease;
  	transition: all .2s ease;
}
.desktop .wf_header_main_nav .nav__link:not(.active):hover:before {
	width: 100%;
}
.wf_header_main_nav .nav__link.active:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: white;
}
.wf_header {
	font-family: 'Montserrat', sans-serif;
	background: white;
	position: relative;
    z-index: 14;
}
.wf_header_horizontal_top .container {
    background: #F2F2F2;
    border-radius: 0px 0px 0px 100px;
    position: relative;
    right: -50px;
    max-width: 1060px;
    height: 38px;
}
.header__languages {
	float: left;
    margin: 5px 0 0 17px;
}
.header__languages input[type="radio"] {
	display: none;
}
.header__languages label {
    float: left;
    padding: 0 !important;
    display: block;
    font-weight: 500;
    font-size: 13px !important;
    line-height: 24px !important;
    font-family: 'Montserrat', sans-serif !important;
    margin: 0 10px 0 0;
    color: #3E3E47;
	opacity: 0.7;
}
.desktop .header__languages label:hover {
	opacity: 1;
}
.header__languages label:before,
.header__languages label:after {
	display: none;
}
.header__select {
    margin: 0;
    width: auto;
}
.header__nav-top {
	float: left;
	margin: 5px 0 0 42px;
}
.wf_header_socials {
	float: right;
    margin: 5px 0 0;
}
.icon-fb_wf {
	width: 20px;
    height: 20px;
}
.wf_header_socials .footer__list-title {
	float: left;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 0;
    padding: 0;
    color: #3E3E47;
    opacity: 0.7;
    margin: 0;
}
.wf_header_socials .footer__list {
	float: left;
}
.wf_header_socials .footer__list-item {
	float: left;
	padding: 0;
	margin: 0 0 0 12px;
}
.wf_header_socials .footer__link-icon {
	padding: 0;
}
.header__languages input[type="radio"]:checked + label {
	color: #8fc856;
	font-weight: bold;
	opacity: 1;
    border: none;
}
.wf_header_horizontal_top .nav-top__link {
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    color: #3E3E47;
    opacity: 0.7;
    position: relative;
    border: none;
}
.wf_header_horizontal_top .nav-top__link:before {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 1px;
	background: #3E3E47;
  	-webkit-transition: all .2s ease;
  	-moz-transition: all .2s ease;
  	-o-transition: all .2s ease;
  	transition: all .2s ease;
}
.desktop .wf_header_horizontal_top .nav-top__link:hover:before {
	width: 100%;
}
.desktop .wf_header_horizontal_top .nav-submenu__link:hover, .wf_header_horizontal_top .nav-submenu__link.active {
	color: #779e4f !important;
}
.header__logo {
	margin: 0;
    height: 110px;
    width: 280px;
    margin: -30px 0 10px;
}
.header__logo img {
    float: left;
    display: block;
}
.header__logo .ukr_text {
    padding: 0;
    display: block;
    float: left;
    font-family: 'Lobster', cursive;
    font-size: 20px;
	line-height: 25px;
	color: #3E3E47;
	margin: 45px 0 0 20px;
}
.wf_header_search {
	float: left;
	position: relative;
    right: initial;
    top: initial;
    opacity: 1;
    display: block;
    width: 350px;
    margin: 26px 0 0;
    z-index: 1;
}
.wf_header_compare {
	float: right;
	margin: 25px 16px 0 0;
    position: relative;
    cursor: pointer;
}
.wf_header_compare_qt {
    position: absolute;
    top: -4px;
    left: 32px;
    background: #779e4f;
    min-width: 22px;
    height: 22px;
    font-size: 11px;
    line-height: 22px;
    padding: 0;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-weight: 700;
}
.wf_header_cart {
    padding: 11px 16px 0;
    float: right;
    position: relative;
    height: 64px;
    margin: 14px 0;
    cursor: pointer;
}
/*.header__call {
    width: 222px;
}*/
#cart-total {
	display: block;
	position: absolute;
    top: 6px;
    left: 40px;
}
#cart-total .actions__counter {
    background: #779e4f;
    min-width: 22px;
    height: 22px;
    font-size: 11px;
    top: initial;
    left: initial;
    position: relative;
    line-height: 22px;
    padding: 0;
    border-radius: 50%;
}
.wf_header_call_cart svg {
	float: left;
    margin: 4px 0 0;
}
.wf_header_cart_info {
	float: left;
    margin: 0 0 0 18px;
}
.wf_header_cart_info_top {
    float: left;
    clear: both;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #3E3E47;
    opacity: 0.8;
}
.wf_header_cart_info_bottom {
	float: left;
    clear: both;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #8fc856;
    margin: 2px 0 0;
}
/* .alert--green {
    background: #779e4f;
} */
.alert--green a {
	color: white;
}
.header__call-phones a {
	font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    display: block;
}
.header__call-phones > span {
	float: left;
	clear: both;
}
 .header__call-phones > span + span {
	display: none;
} 
.header__call-phones a {
	float: left;
}
.header__call-phones .icon-chevron-top {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    float: left;
    margin: 6px 0 0 12px;
    width: 9px;
    height: 11px;
    cursor: pointer;
  	-webkit-transition: all .2s ease;
  	-moz-transition: all .2s ease;
  	-o-transition: all .2s ease;
  	transition: all .2s ease;
}
.header__call-phones {
	padding-right: 0;
}
.wf_header_btn_open_callback {
    float: right;
    clear: both;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #8fc856;
    border-bottom: 1px dashed #8fc856;
}
.header__call {
    position: relative;
    width: 230px;
    margin: 10px 0 0 30px;
}
.wf_header_call_inner {
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px;
    z-index: 1;
    background: white;
}
.header_call_wf_open .header__call-phones > span + span {
	display: block;
}
.header_call_wf_open .wf_header_call_inner {
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
}
.header_call_wf_open .header__call-phones .icon-chevron-top {
	-webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.desktop .wf_header_btn_open_callback:hover {
    border-bottom: 1px solid #8fc856;
    border-color: #8fc856;
}
.header__search-form-btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    width: 40px;
    height: 40px;
    padding: 0;
    background: transparent;
    display: block;
}
.desktop .header__search-form-btn:hover {
    background: #779e4f;
}
.wf_header_search .js-search-btn {
	display: none;
}
.wf_header_horizontal_top .container:before {
	content: '';
	position: absolute;
	top: 0;
	right: -5000px;
	height: 100%;
	width: 5000px;
	background: #F2F2F2;
}
.breadcrumb__list-item > a {
	font-weight: 500;
	font-size: 13px;
	line-height: 18px;
	color: #3E3E47;
	opacity: 0.6;
}
.breadcrumb__list-item [class*="icon-"] {
    margin: -1px 6px 0 0;
}
.breadcrumb__list-item {
	padding: 0 0 0 6px;
	color: #8fc856;
	font-weight: 500;
	font-size: 13px;
	line-height: 18px;
}
.wf_h1 {
	font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    font-family: 'Montserrat', sans-serif;
    color: #3E3E47;
    margin: 0 0 12px;
    text-transform: none;
}
.breadcrumbs {
	padding: 0 0 16px;
}
.catalogue__sort-filter > .btn {
    background: #86bc4e;
}
.content-catalogue {
    padding: 0 !important;
}
.popup-simple__inner .btn,
.desktop .popup-simple__inner .btn:hover {
	background: #779e4f !important;
}
.wf_productpage_manuf {
	float: left;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    font-family: 'Montserrat', sans-serif;
    color: #3E3E47;
}
.wf_productpage_top_review {
    float: left;
    cursor: pointer;
}
.wf_productpage_status {
	float: right;
}
.wf_productpage_model {
	float: right;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    margin: 0 32px 0 0;
    font-family: 'Montserrat', sans-serif;
}
body {
	background: white;
}
.wf_productpage_top_review_stars svg {
	width: 1em !important;
}
.wf_productpage_top_review_stars .wf_star_active {
	color: #F3B53C;
}
.wf_productpage_top_review_stars .wf_star_noactive {
	color: #CACACA;
}
.wf_productpage_top_review_stars {
	float: left;
}
.wf_productpage_top_review_text {
    float: left;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 0 8px;
    color: #3E3E47;
    opacity: 0.8;
    font-family: 'Montserrat', sans-serif;
}
.wf_productpage_status.instock:before {
	content: '';
	width: 10px;
	height: 10px;
	background: #15B225;
	margin: 0;
	border: none;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    border-radius: 50%;
    top: 6px;
    left: 0px;
}
.wf_productpage_status {
	font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    font-family: 'Montserrat', sans-serif;
}
.wf_productpage_status.instock {
	color: #15B325;
}
.wf_productpage_model span {
	font-weight: normal;
}
.wf_productpage_main_info_left {
	width: 630px;
	float: left;
}
.wf_productpage_main_info_right {
	width: 486px;
	float: right;
}
.product-page__img {
    height: 512px;
    border: none;
    display: block;
    padding: 0;
    margin: 0 0 40px;
}
.product-page__preview-slider {
    position: relative;
    padding: 0;
    top: initial;
    left: initial;
    margin: -11px 0 0;
    width: 106px;
    float: left;
    max-height: 512px;
}
.product-page__preview-slider .slick-prev + .slick-list {
    margin-top: 50px;
}
.product-page__img-slider {
	width: 512px;
    float: right;
}
.product-page__preview-slider-item {
	padding: 12px 0 0;
	opacity: 0.6;
}
.product-page__preview-slider-item.slick-current {
	opacity: 1;
}
.wf_productpage_main_info_left .slick-vertical .slick-slide {
	border: none;
}
.product-page__img-slider-item a {
	height: 512px;
}
.product-page__img img {
    max-height: 512px;
    border-radius: 8px;
}
.product-page__preview-slider .slick-arrow {
    width: 47px;
    height: 40px;
    background: #F7F5F5 !important;
    border-radius: 8px;
    top: 10px;
    padding: 0;
    margin: 0;
    border: none;
    line-height: 40px;
}
.product-page__preview-slider .slick-prev {
	left: 0;
}
.product-page__preview-slider .slick-next {
	left: initial;
	right: 0;
}
.product-page__preview-slider .icon-chevron-left,
.product-page__preview-slider .icon-chevron-right {
	width: 12px;
    height: 14px;
}
.product-page__preview-slider .icon-chevron-left {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    fill: #3E3E47 !important;
}
.product-page__preview-slider .icon-chevron-right {
	-webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    fill: #3E3E47 !important;
}
.wf_productpage_main_info_right_options {
	width: 100%;
    float: right;
    background: #FFFFFF;
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	padding: 24px 24px 8px;
}
.product-page__actions {
	display: block !important;
    float: left;
    margin: 0;
    padding: 0 0 16px 0;
    width: 100%;
}
.product-page__input-box-title {
	font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    font-family: 'Montserrat', sans-serif;
    text-transform: none;
    color: #3E3E47;
}
.wf_productpage_main_info {
	margin-top: 24px;
}
.product-page__radio-box input[type="radio"] + label:before,
.product-page__radio-box input[type="checkbox"] + label:before {
    border: 1px solid #CCCCCC;
    background: transparent;
}
.product-page__radio-box input[type="radio"] + label:after,
.product-page__radio-box input[type="checkbox"] + label:after {
	background: #779e4f;
}
.wf_productpage_manuf + .wf_productpage_top_review {
    margin: 0 0 0 24px;
}
.products-qty-info {
	margin: 40px 0 0;
    width: 100%;
}
.product-page__actions .catalogue__price {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 36px;
    font-family: 'Montserrat', sans-serif;
    color: #3E3E47;
    float: left;
}
.products-full-list__action-link {
	float: right;
	font-weight: 500;
    font-size: 14px;
    line-height: 36px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0;
    text-transform: none;
    color: #8fc856 !important;
}
.products-full-list__action-link span {
	border-bottom: 1px dashed #8fc856;
}
.products-full-list__action-link svg {
	-webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}
.desktop .products-full-list__action-link:hover span {
	border-bottom: 1px solid #8fc856;
}
.products-full-list__spinner {
	width: 100%;
    float: left;
    margin: 32px 0 0;
}
.products-full-list__action {
    float: left;
    margin: 0 0 0 16px;
}
.products-full-list__spinner .ui-spinner {
	background: white;
    border: 1px solid #E3E3E3;
    border-radius: 100px;
    width: 108px;
}
.products-full-list__spinner input.ui-spinner-input {
	padding: 13px 0 14px 0;
    font-weight: 500;
    font-size: 16px;
    background: white;
    border-radius: 0;
}
.products-full-list__spinner .ui-spinner a.ui-spinner-button {
	opacity: 0.4;
}
.desktop .products-full-list__spinner .ui-spinner a.ui-spinner-button:hover {
	opacity: 0.7;
}
.desktop .products-full-list__spinner .ui-spinner a.ui-spinner-button:hover:after {
	color: #779e4f;
}
.products-qty-info-spinner {
	float: left;
}
.products-full-list__action-btn {
	padding: 0;
}
.product-page .products-full-list__btn,
.wf_product_min_btns .products-full-list__btn {
    width: 298px;
    height: 48px;
    padding: 0 16px;
    background: #779e4f;
    border-radius: 100px;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    text-transform: none;
    letter-spacing: 0;
    box-shadow: none !important;
}
.wf_product_min_btns .products-full-list__btn {
    width: 171px;
}
.desktop .product-page .products-full-list__btn:hover,
.desktop .wf_product_min_btns .products-full-list__btn:hover {
    background: #8fc856;
}
.product-page .products-full-list__btn svg,
.wf_product_min_btns .products-full-list__btn svg {
    vertical-align: middle;
    margin: 0 12px 0 0;
}
.wf_productpage_add_compare {
    background: transparent !important;
    display: block;
    margin: 8px 0 0 16px;
    float: left;
}
.wf_product_min .wf_productpage_add_compare {
    display: block;
    float: right;
    background: #779e4f !important;
    border-radius: 50%;
    height: 38px;
    line-height: 36px;
    margin: 5px 0 0;
}
.desktop .wf_product_min .wf_productpage_add_compare:hover {
    background: #8fc856 !important;
}
.wf_product_min .wf_productpage_add_compare svg {
    width: 3em !important;
    color: white;
}
.wf_productpage_devivery_info {
    background: #FFFFFF;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    float: left;
    width: 100%;
    padding: 24px;
    margin: 40px 0 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
	line-height: 22px;
	color: #3E3E47;
}
.wf_productpage_devivery_info_item {
	float: left;
    width: 100%;
}
.wf_productpage_devivery_info_title {
	float: left;
    width: 100%;
}
.wf_productpage_devivery_info_title > .wf_productpage_devivery_info_title {
	width: auto;
	font-weight: 600;
	text-transform: uppercase;
	color: #8fc856;
}
.wf_productpage_devivery_info_title a {
	float: right;
	color: #8fc856;
	font-weight: 500;
	font-size: 13px;
	border-bottom: 1px dashed #8fc856;
}
.desktop .wf_productpage_devivery_info_title a:hover {
	border-bottom: 1px solid #8fc856;
}
.wf_productpage_devivery_info_item ul {
	float: left;
    width: 100%;
    list-style-type: disc;
    margin: 12px 0 0;
    padding: 0 0 0 20px;
}
.wf_productpage_devivery_info_item ul li {
	float: left;
    width: 100%;
}
.wf_productpage_devivery_info_title svg {
	vertical-align: middle;
    margin: 0 6px 0 0;
}
.wf_productpage_devivery_info_item + .wf_productpage_devivery_info_item {
	margin-top: 24px;
}
.product-info {
	background: transparent;
    padding-top: 0;
}
.js-tabs-box-product {
	background: #FFFFFF;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 16px 8px 8px 8px;
}
.product-info .tabs__list {
	border-bottom: 1px solid rgb(204 204 204 / 0.5);
	text-align: left;
}
.product-info .tabs__list-item {
	padding: 0 32px;
    /*background: rgb(168 168 218 / 20%);*/
    border-radius: 100px;
}
.product-info .tabs__link {
	font-weight: 600;
    font-size: 15px;
    line-height: 50px;
    color: #3E3E47;
    opacity: 0.7;
    font-family: 'Montserrat', sans-serif;
}
.product-info .tabs__link .wf_tab_view2 {
    display: none;
}
.product-info .js-tabs-box-product {
    max-width: 1140px;
    padding: 0;
}
.product-info .tabs__list-item.active {
	background: #779e4f;
}
.product-info .tabs__list-item.active a {
	color: white;
	opacity: 1;
}
.product-info .tabs__list-item.active .tabs__link:after {
	display: none;
}
.product-info .tabs {
    padding: 0;
}
.product-info__tabs-container {
	padding: 40px 33px;
}
.product-info .tabs-content {
    max-width: 2000px;
}
.tab-content-description .tabs-content__inner {
	font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #3E3E47;
    font-family: 'Montserrat', sans-serif;	
}
/* .product-info .tab-content-description {
    max-height: 450px;
    overflow: auto;
} */
.tab-content-description .tabs-content__inner {
    /* height: 300px; */
}
.product-info__att {
	display: none;
}
.product-info__col {
	width: 48%;
	border-bottom: 1px solid #ccc;
	border-radius: 8px;
}
.product-info__col:nth-child(2n + 1) {
	float: right;
	border-right: 1px solid #ccc;
}
.product-info__table {
	border: none;
    background: transparent;
}
.product-info__list-term,
.product-info__list-desc {
    height: 56px;
}
.product-info__list-term {
	background: rgb(243 239 239 / 0.5);
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 0 0 0 16px;
    font-weight: 600;
    font-size: 14px;
    color: #3E3E47;
    font-family: 'Montserrat', sans-serif;
}
.product-info__list-desc {
    padding: 0 16px 0 0;
    border-top: 1px solid #ccc;
    font-size: 14px;
    color: #3E3E47;
    font-family: 'Montserrat', sans-serif;
}
.product-info__list {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-radius: 8px;
}
.product-info__col .product-info__list .product-info__list-term:first-child {
    /*border-radius: 8px 0 0 0;*/
    border-top-left-radius: 8px;
}
.product-info__col .product-info__list .product-info__list-desc:nth-child(2) {
    /*border-radius: 0 8px 0 0;*/
    border-top-right-radius: 8px;
}
.product-info__col .product-info__list .product-info__list-term:nth-last-child(2) {
    /*border-radius: 0 0 0 8px;*/
    border-bottom-left-radius: 8px;
}
.product-info__col .product-info__list .product-info__list-desc:last-child {
    /*border-radius: 0 0 8px 0;*/
    border-bottom-right-radius: 8px;
}
#review {
    width: 48%;
    float: left;
    padding: 0 0 33px;
}
.product-info__feedback-item {
    padding: 0;
    float: left;
    width: 100%;
}
.product-info__feedback-item + .product-info__feedback-item {
    margin-top: 32px;
}
.wf_productpage_add_review_form {
    width: 48%;
    float: right;
    padding: 0 0 33px;
}
#review .product-info__feedback-title span {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    font-family: 'Montserrat', sans-serif;
    color: #3E3E47;
    text-transform: none;
    letter-spacing: 0;
    margin: 0 12px 0 0;
    float: left;
}
.product-info__feedback-rating {
    padding: 0;
    left: 0;
}
.product__rating {
    padding: 0;
    background: transparent;
    width: auto;
    height: auto;
    margin: 0;
    line-height: 22px;
}
.product__rating .wf_star_active {
    color: #F3B53C;
}
.product__rating .wf_star_noactive {
    color: #CACACA;
}
.product-info__feedback-text {
    font-size: 14px;
    line-height: 22px;
    font-family: 'Montserrat', sans-serif;
    color: #3E3E47;
    font-weight: normal;
    letter-spacing: 0;
}
.product-info__feedback-time {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: rgb(62 62 71 / 0.6);
    font-family: 'Montserrat', sans-serif;
    margin: 12px 0 0;
}
.product-info__feedback-time svg {
    vertical-align: top;
    fill: rgb(62 62 71 / 0.6);
    margin: 0 6px 0 0;
}
.wf_productpage_add_review_form_title {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #3E3E47;
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 14px;
}
#form-review .wf_productpage_add_review_form_name_wrapper label,
.wf_productpage_add_review_form_rating_wrapper label:first-child,
.wf_productpage_add_review_form_message_wrapper label {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    font-family: 'Montserrat', sans-serif;
    color: rgb(62 62 71 / 0.7);
    margin: 0 0 6px;
}
#form-review input[type="text"] {
    border: 1px solid #ccc;
    height: 40px;
    line-height: 38px;
    padding: 0 16px;
    border-radius: 8px;
    font-size: 14px;
    text-transform: none;
    letter-spacing: 0;
    color: #3E3E47;
    font-family: 'Montserrat', sans-serif;
}
#form-review textarea {
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 14px;
    letter-spacing: 0;
    text-transform: none;
    color: #3E3E47;
    font-family: 'Montserrat', sans-serif;
}
.wf_productpage_add_review_form_name_wrapper {
    width: 48%;
    float: left;
}
.wf_productpage_add_review_form_rating_wrapper {
    float: left;
    margin: 0 0 0 16px;
}
.wf_productpage_add_review_form_message_wrapper {
    width: 100%;
    float: left;
    margin: 20px 0 0;
}
.wf_productpage_add_review_form_rating_wrapper:not(:checked) > .popup-rating__star {
    white-space: nowrap;
    cursor: pointer;
    float: right;
    margin-right: 6px;
}
.wf_productpage_add_review_form_rating_wrapper .popup-rating__star {
    width: 30px !important;
    height: 29px;
    padding: 0 !important;
    background: url('/image/wf_star_big.png') center center no-repeat;
}
.wf_productpage_add_review_form_rating_wrapper > .popup-rating__input:checked ~ .popup-rating__star,
.wf_productpage_add_review_form_rating_wrapper:not(:checked) > .popup-rating__star:hover,
.wf_productpage_add_review_form_rating_wrapper:not(:checked) > .popup-rating__star:hover ~ .popup-rating__star,
.wf_productpage_add_review_form_rating_wrapper > .popup-rating__input:checked + .popup-rating__star:hover,
.wf_productpage_add_review_form_rating_wrapper > .popup-rating__input:checked + .popup-rating__star:hover ~ .popup-rating__star,
.wf_productpage_add_review_form_rating_wrapper > .popup-rating__input:checked ~ .popup-rating__star:hover,
.wf_productpage_add_review_form_rating_wrapper > .popup-rating__input:checked ~ .popup-rating__star:hover ~ .popup-rating__star,
.wf_productpage_add_review_form_rating_wrapper > .popup-rating__star:hover ~ .popup-rating__input:checked ~ .popup-rating__star {
    background: url('/image/wf_star_big_active.png') center center no-repeat;
}
.product-info__feedback .btn {
    background: #779e4f;
    border-radius: 100px;
    margin: 24px 0 0;
    padding: 0;
    width: 100%;
    height: 48px;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    text-transform: none;
    letter-spacing: 0;
    font-family: 'Montserrat', sans-serif;
}
.desktop .product-info__feedback .btn:hover {
    background: #8fc856;
}
.pagination li:hover>a,
.pagination li.active>a,
.pagination li:hover > span,
.pagination li.active > span {
    background: #779e4f;
}
.product-info__feedback .pagination {
    margin: 24px 0 30px 100px;
    float: left;
}
.product-info__feedback-noreviews {
    margin: 0;
    text-align: center;
}
.wf_productpage_tabs_inner_titles {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.wf_productpage_tabs_inner_titles > li {
    float: left;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: rgb(62 62 71 / 0.7);
    font-family: 'Montserrat', sans-serif;
    border-bottom: 1px solid transparent;
    padding: 0 0 12px;
    cursor: pointer;
}
.wf_productpage_tabs_inner_titles > li.wf_productpage_tabs_inner_title_active {
    color: #8fc856;
    border-bottom: 1px solid #8fc856;
}
.wf_productpage_tabs_inner_titles > li + li {
    margin-left: 64px;
}
.wf_productpage_tabs_inner_contents {
    width: 100%;
    float: left;
    padding: 24px 0 40px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #3E3E47;
}
.wf_productpage_tabs_inner_content {
    width: 100%;
    float: left;
    display: none;
}
.wf_productpage_tabs_inner_content_active {
    display: block;
}
.tab-content-customtab table thead th,
.tab-content-customtab table tbody td {
    border: 1px solid #ccc;
    height: 56px;
    padding: 2px 16px;
}
.tab-content-customtab table thead th {
    font-weight: bold;
    background: #FAF7F7;
    vertical-align: middle;
}
.tab-content-customtab table tbody td {
    text-align: center;
}
.tab-content-customtab table {
    table-layout: fixed;
}
.product-page__input-box select.select {
    border: 1px solid #CCCCCC;
    border-radius: 100px;
    padding: 8px 40px 8px 16px;
    font-size: 14px;
    line-height: 22px;
    font-family: 'Montserrat', sans-serif;
    width: auto;
    background-color: transparent !important;
}
.option-with-color {
    width: 49.25% !important;
}
.recomend h2, .recomend .h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    font-family: 'Montserrat', sans-serif;
    text-transform: none;
    margin: 0 0 32px;
    color: #3E3E47;
    padding: 0 110px 0 0;
}
.wf_product_min {
    padding: 0 8px 0 9px !important;
    height: auto;
    border: none;
}
.wf_product_min .product__img {
    height: 266px;
    padding: 0;
    border-radius: 8px 8px 0px 0px;
}
.wf_product_min_inner {
    background: white;
    border: 1px solid #E3E3E3;
    border-radius: 8px;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}
.product__img img {
    border-radius: 8px 8px 0px 0px;
}
.product__descr {
    width: 100%;
    float: left;
    padding: 8px 16px 16px;
}
.product__descr .svg-inline--fa.fa-w-18 {
    width: 0.9em;
}
.product__descr .wf_productpage_top_review_text {
    float: none;
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
}
.products-list__label {
    left: initial;
    right: 8px;
    width: auto;
    min-width: 73px;
}
.products-list__label .label {
    margin-bottom: 0;
    padding: 0 9px;
    letter-spacing: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 12px;
    text-transform: none;
    border-radius: 8px;
    width: auto;
    height: 28px;
    line-height: 28px;
}
.wf_product_min .products-list__label {
    right: initial;
    left: 8px;
}
.wf_product_min .product__descr-link {
    font-size: 14px;
    line-height: 22px;
    font-family: 'Montserrat', sans-serif;
    margin: 8px 0 0;
    height: 44px;
    max-height: 44px;
    color: #3E3E47 !important;
    letter-spacing: 0;
    font-weight: normal;
    text-transform: none;
}
.wf_product_min .product__descr-link span {
    border-bottom: 1px solid transparent;
}
.wf_product_min .product__descr-link:hover span {
    border-color: rgb(62 62 71 / 0.3);
}
.wf_product_min .product__price {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Montserrat', sans-serif;
    color: black;
    margin: 12px 0 0;
    float: left;
}
.wf_product_min .wf_productpage_status {
    font-size: 12px;
    line-height: 14px;
    margin: 16px 0 0;
}
.wf_product_min .wf_productpage_status.instock:before {
    top: 2px;
    left: -3px;
}
.wf_productpage_status.outofstock {
    color: #15B325;
}
.wf_product_min_btns {
    width: 100%;
    float: left;
    margin: 20px 0 0;
}
.recomend-slider .slick-arrow {
    background: #F7F5F5!important;
    border-radius: 8px;
    width: 40px;
    height: 47px;
    top: -60px;
    padding: 0;
    line-height: 44px;
}
.recomend-slider .slick-arrow svg {
    fill: #3E3E47!important;
    width: 10px;
    height: 10px;
}
.recomend-slider .slick-next {
    right: 7px;
}
.recomend-slider .slick-prev {
    right: 63px;
    left: initial;
}
.recomend-slider .slick-list {
    border: none;
}
.footer__top {
    background: #779e4f;
    padding: 12px 0;
}
.footer__top .subscribe {
    float: left;
}
.footer__top .subscribe__heading {
    padding: 0;
}
.footer__top .footer__lists-item {
    float: right;
    padding: 0;
    margin: 4px 0 0;
}
.footer__top .subscribe__title {
    color: #3E3E47;
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 600;
    font-size: 18px;
    line-height: 40px;
}
.icon-fb_wf1 {
    width: 32px;
    height: 32px;
}
.footer__top .footer__list-title {
    float: left;
    padding: 0;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 32px;
    font-family: 'Montserrat', sans-serif;
    color: #3E3E47;
    margin: 0;
}
.footer__top .footer__list {
    float: left;
}
.footer__top .footer__list-item {
    float: left;
    padding: 0;
    margin: 0 0 0 16px;
}
.footer__top .footer__link-icon {
    padding: 0;
}
.footer__top .footer__top-inner {
    position: relative;
    width: 100%;
    float: left;
}
.footer__top .subscribe__form {
    width: 354px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -177px;
}
.footer__top .subscribe__form input {
    height: 40px;
    padding: 0 146px 0 16px;
    box-shadow: none;
    border-radius: 100px;
    font-family: 'Montserrat', sans-serif;
    text-transform: none;
    letter-spacing: 0;
}
.footer__top .subscribe__btn {
    background: #779e4f;
    border-radius: 100px;
    width: 126px;
    height: 32px;
    top: 4px;
    right: 5px;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    text-transform: none;
    letter-spacing: 0;
}
.desktop .footer__top .subscribe__btn:hover {
    background: #8fc856;
}
.footer__bottom {
    padding: 16px 0 40px;
    background: white;
}
.footer__info {
    width: 460px;
    padding: 0 24px 0 0;
}
.wf_footer_logo {
    width: 100%;
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px;
}
.footer__logo {
    width: 90px;
    padding: 0;
}
.wf_footer_logo_text {
    font-weight: normal;
    font-size: 30px;
    line-height: 36px;
    font-family: 'Lobster', cursive;
    color: #3E3E47;
    margin: 10px 0 0 12px;
}
.footer__info-text {
    padding: 0;
    width: 100%;
    float: left;
    display: block;
}
.footer__list-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #8fc856;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0;
    padding: 0;
    margin: 16px 0;
}
.footer__link {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    color: #3E3E47
}
.wf_footer_bottom1 {
    background: #F2F2F2;
    padding: 8px 0;
    position: relative;
}
.copyright {
    float: left;
    font-weight: 500;
    font-size: 13px;
    line-height: 26px;
    font-family: 'Montserrat', sans-serif;
    color: rgb(62 62 71 / 0.6);
    font-style: normal;
    letter-spacing: 0;
}
.payment-box {
    margin: 0;
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
}
.wf_footer_developed {
    float: right;
    font-weight: 500;
    font-size: 13px;
    line-height: 26px;
    font-family: 'Montserrat', sans-serif;
    color: rgb(62 62 71 / 0.6);
}
.wf_footer_developed a {
    color: #343434;
    margin: 0 0 0 6px;
}
.cart-popup {
    z-index: 3;
}
#popupprod .products-full-list__action-link {
    float: none;
}
.header__search-form input {
    outline: none;
    box-sizing: border-box;
    height: 40px;
    padding: 0 40px 0 20px;
    line-height: 40px;
}
.new-window-link {
    color: #779e4f;
}
.desktop .new-window-link:hover {
    background: #779e4f;
}
.catalogue__sell-info-btns .btn {
    background: #779e4f;
}
.desktop .catalogue__sell-info-btns .btn:hover {
    background: #8fc856;
}
.catalogue__product-name {
    color: #8fc856 !important;
}
.catalogue__product-detail-text + a {
    color: #779e4f;
}

@media (max-width: 1200px) {
    .wf_header_horizontal_top .container {
        right: 0;
        float: right;
        max-width: 900px;
    }
    .header__logo {
        width: auto;
        margin: -30px 24px 10px 0;
    }
    .wf_header_search {
        width: 210px;
    }
    .wf_productpage_main_info_right {
        width: calc(100% - 660px);
    }
    .products-full-list__action-link {
        float: left;
        clear: both;
    }
    .product-page .products-full-list__spinner {
        padding: 0;
        margin: 16px 0 0;
        position: relative;
    }
    .products-full-list__action {
        width: 100%;
        margin: 16px 0 0;
    }
    .product-page .products-full-list__btn,
    .wf_product_min_btns .products-full-list__btn {
        width: 100%;
    }
    .wf_productpage_add_compare {
        margin: 0;
        position: absolute;
        top: 10px;
        left: 130px;
    }
    .product-info {
        padding: 0 15px;
    }
    .wf_product_min_btns .products-full-list__btn {
        width: 161px;
    }
    .wf_product_min .wf_productpage_add_compare {
        position: relative;
        top: initial;
        left: initial;
        /*margin: 9px 0 0;*/
    }
}
@media (max-width: 1024px) {
    .wf_header_horizontal_top .container {
        max-width: 88%;
    }
    .header__call {
        margin: 10px 0 0 12px;
    }
    .wf_header_compare {
        display: none;
    }
    .wf_header_cart {
        padding: 11px 0 0;
    }
    #cart-total {
        left: 24px;
    }
    .wf_productpage_main_info_left {
        /* left: 50%;
        position: relative;
        margin: 0 0 0 -315px; */
    }
    .wf_productpage_main_info_right {
        width: 100%;
        float: left;
    }
    .product-page .products-full-list__btn, .wf_product_min_btns .products-full-list__btn {
        width: 298px;
    }
    .products-full-list__action {
        width: auto;
        margin: 0 0 0 16px;
    }
    .wf_productpage_add_compare {
        margin: 9px 0 0 16px;
        position: relative;
        top: initial;
        left: initial;
        float: left;
    }
    .products-full-list__action-link {
        float: right;
        clear: none;
    }
    .wf_header_main_nav .nav__link {
        font-size: 13px;
    }
    .product-page .products-full-list__btn,
    .wf_product_min_btns .products-full-list__btn {
        width: 161px;
    }
    .wf_product_min .wf_productpage_add_compare {
        float: right;
    }
    .footer__top .subscribe__form {
        position: relative;
        left: 0;
        margin: 0 0 0 16px;
        width: 300px;
    }
    .footer__info {
        width: 100%;
        padding: 0;
    }
    .tab-content-customtab table thead th,
    .tab-content-customtab table tbody td {
        padding: 2px;
    }
    .wf_productpage_devivery_info {
        display: none;
    }
}
@media (max-width: 900px) {
    .header__nav-btn {
        display: block;
    }
    .wf_header_main_nav {
        display: none;
    }
    .header__nav-btn svg {
        fill: white;
        margin: 11px 0;
    }
    .header__nav-top {
        display: none;
    }
    .wf_header_horizontal_middle {
        float: left;
    }
    .wf_header_horizontal_bottom {
        float: left;
    }
    .wf_header_horizontal_middle .container {
        position: relative;
    }
    .wf_header_search {
        margin: 0;
        position: absolute;
        bottom: -24px;
        right: 15px;
        width: 50%;
    }
    .header__call {
        margin: 4px 0 0 12px;
    }
    .wf_header_compare {
        display: block;
        margin: 25px 24px 0 0;
    }
    .nav-submenu__link {
        color: #8fc856;
    }
    #review {
        width: 100%;
    }
    .wf_productpage_add_review_form {
        width: 100%;
        float: left;
    }
    .footer__top .footer__lists-item {
        float: left;
        clear: both;
        margin: 12px 0 0;
    }
    .wf_header_bottom_fix .wf_header_search {
        position: fixed;
        bottom: initial;
        z-index: 2;
        top: 4px;
    }
    .popup-overlay {
        z-index: 2;
    }
    .product-page__preview-slider .slick-prev,
    .product-page__img-slider .slick-prev,
    .product-page__preview-slider .slick-next,
    .product-page__img-slider .slick-next {
        width: 40px;
        height: 46px;
        background: #F7F5F5;
        border-radius: 8px;
        padding: 0;
        line-height: 40px;
    }
    .product-page__preview-slider .slick-prev,
    .product-page__img-slider .slick-prev {
        left: 0;
    }
    .product-page__preview-slider .slick-next,
    .product-page__img-slider .slick-next {
        right: 0;
    }
    .product-page__preview-slider .slick-prev svg,
    .product-page__img-slider .slick-prev svg,
    .product-page__preview-slider .slick-next svg,
    .product-page__img-slider .slick-next svg {
        fill: rgb(62 62 71 / 0.5) !important;
    }
    .products-list__img .slick-next:hover:not(.slick-disabled), .products-list__img .slick-prev:hover:not(.slick-disabled), .recomend-slider .slick-arrow:hover, .product-page__preview-slider .slick-arrow:hover, .pagination li:hover>a, .pagination li.active>a, .pagination li:hover > span, .pagination li.active > span, .nav-submenu-slider__inner .slick-prev:hover, .nav-submenu-slider__inner .slick-next:hover, .actions__counter--blue, .product-page__img-slider .slick-arrow:hover {
        background: #779e4f;
    }
    .wf_header_socials {
        margin: 6px 0 0;
    }
    .header__languages {
        margin-top: 6px;
    }
    .product-info .tabs__link .wf_tab_view1 {
        display: none;
    }
    .product-info .tabs__link .wf_tab_view2 {
        display: block;
    }
    .product-info .tabs__list {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-around;
    }
    .product-info .tabs__list-item {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
    .nav-submenu__link {
        font-size: 14px;
        font-weight: bold;
    }
}
@media (max-width: 767px) {
    .product-page__img-slider-item a {
        height: 410px;
    }
    .product-page__preview-slider {
        display: block;
        width: 100%;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        margin: 12px 0 0;
    }
    .product-page__img img {
        max-height: 360px;
        max-width: 100%;
        border-radius: 8px;
    }
    .product-page__img {
        height: 410px;
        margin: 0 0 16px;
    }
    .wf_productpage_main_info_left {
        width: 100%;
        /* left: 0; */
        margin: 0;
    }
    .product-page__img-slider {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .wf_header_socials .footer__list-title {
        display: none;
    }
    .wf_header_horizontal_top .container {
        /*max-width: 70%;*/
        max-width: 100%;
        border-radius: 0;
    }
    /* .header__languages {
        float: right;
        margin: 5px 0 0 30px;
    } */
    .header__logo {
        max-width: 100%;
        width: auto;
        margin: 0 0 10px 0;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .header__call {
        width: 100%;
        float: left;
        margin: 0;
    }
    .wf_header_call_inner {
        position: relative;
        width: 100%;
        float: left;
        padding: 0;
    }
    .header__call-phones > span + span {
        /*display: block;*/
        padding: 0 20px 0 0;
    }
    .header_call_wf_open .wf_header_call_inner {
        box-shadow: none;
    }
    /*.header__call-phones .icon-chevron-top {
        display: none;
    }*/
    .header__call-phones > span {
        /*width: 100%;*/
        float: left;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    /*.header__call-phones a,*/
    .wf_header_btn_open_callback {
        float: left;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .header__languages {
        margin: 6px 0 0 0;
    }
    .wf_header_horizontal_middle {
        padding: 0 0 18px;
    }
    .wf_header_search {
        right: initial;
        left: 60px;
        bottom: -62px;
        width: calc(100% - 190px);
    }
    .wf_header_cart {
        position: absolute;
        bottom: -60px;
        height: auto;
        margin: 0;
        padding: 0;
        right: 20px;
    }
    #cart-total {
        top: -1px;
    }
    #cart-total .actions__counter {
        background: white;
        color: #3E3E47;
    }
    .wf_header_cart_info {
        display: none;
    }
    .wf_header_compare_qt {
        background: white;
        color: #3E3E47;
    }
    .wf_header_compare {
        position: absolute;
        margin: 0;
        bottom: -66px;
        right: 77px;
    }
    .wf_h1 {
        line-height: 34px;
    }
    .wf_productpage_status {
        float: left;
        clear: left;
        margin-top: 6px;
    }
    .wf_productpage_model {
        float: left;
        margin: 6px 0 0 24px;
    }
    .product-page__actions--bordered {
        border: none;
    }
    .product-page .products-full-list__action {
        width: auto !important;
        margin: 0 0 0 16px !important;
    }
    .product-info__tabs-container {
        padding: 0 15px;
    }
    .product-info .tab-content-description {
        overflow: initial;
        max-height: 5000px;
    }
    .product-info .tabs-content.active .tabs-content__title-link {
        color: #779e4f;
    }
    .product-info__col {
        width: 99%;
        float: left !important;
        margin: 0;
    }
    .product-info__col:nth-child(2n + 1) {
        margin: 12px 0 0;
    }
    .wf_productpage_add_review_form_name_wrapper {
        width: 100%;
    }
    .wf_productpage_add_review_form_rating_wrapper {
        width: 180px;
        margin: 8px 0 0;
    }
    .footer__top .subscribe {
        width: 100%;
    }
    .footer__top .subscribe__title {
        width: 100%;
        text-align: center;
        float: left;
    }
    .footer__top .subscribe__form {
        float: left;
        margin: 8px 0 0;
        width: 100%;
    }
    .footer__top .footer__lists-item {
        width: 100%;
    }
    .payment-box {
        position: relative;
        top: 0;
        left: initial;
        transform: none;
        float: right;
    }
    .wf_footer_developed {
        width: 100%;
        text-align: center;
    }
    .product-page__img {
        height: auto;
        margin: 0 0 40px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        flex-flow: column;
    }
    .wf_header_bottom_fix .wf_header_compare {
        position: fixed;
        bottom: initial;
        z-index: 2;
        top: 6px;
    }
    .wf_header_bottom_fix .wf_header_cart {
        position: fixed;
        bottom: initial;
        z-index: 2;
        top: 4px;
    }
    .wf_productpage_tabs_inner_titles > li + li {
        margin-left: 0;
        margin-top: 8px;
    }
    .tab-content-customtab table thead th,
    .tab-content-customtab table tbody td {
        padding: 1px;
        font-size: 10px;
        line-height: 12px;
        white-space: pre-line;
        word-break: break-word;
    }
    .products-list__label {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .product-page__preview-slider .icon-chevron-left {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        width: 7px;
        height: 10px;
    }
    .product-page__preview-slider .icon-chevron-right {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        width: 7px;
        height: 10px;
    }
    .product-page__preview-slider .slick-arrow {
        top: 40px;
    }
    .product-page__img-slider .slick-arrow {
        background: #F7F5F5 !important;
    }
    .product-info .tabs-content__title {
        display: none;
    }
    .product-info .tabs {
        display: block;
    }
    .product-info .tabs__link .wf_tab_view2 {
        line-height: 40px;
    }
    .product-info .tabs__list-item {
        padding: 0 16px;
    }
    .product-page__preview-slider .slick-prev + .slick-list {
        margin-top: 0;
    }
    .recomend h2, .recomend .h2 {
        font-size: 21px;
        line-height: 24px;
        word-break: break-word;
    }
    .product-info .tabs__list-item {
        padding: 0 10px;
    }
    .product-info .tabs__link .wf_tab_view2 {
        line-height: 32px;
        font-size: 12px;
        text-transform: none;
    }
}
@media (max-width: 480px) {
    .product-info .tabs__link .wf_tab_view2 {
        font-size: 11px;
    }
}
@media (max-width: 400px) {
    .wf_header_search {
        left: 55px;
        width: calc(100% - 180px);
    }
    .wf_h1 {
        font-size: 26px;
        line-height: 26px;
    }
    .product-page__img-slider-item a {
        height: 290px;
    }
    .product-page__img img {
        max-height: 290px;
    }
}