@media only screen and (max-width: 1200px) {
	.cart-form .cart_item .quantity input[type='text'] {
		padding: 0 5px;
		width: 30px;
	}
	.cart-form .cart_item .quantity button {
		width: 24px;
	}

	.landing-con-title h2,
	.landing-con-title-troya h2 {
		font-size: 46px;
	}
	.landing-con-title .sub-title,
	.landing-con-title-troya .sub-title {
		font-size: 26px;
	}
	.landing-products .landing-con-title .sub-title,
	.landing-products-troya .landing-con-title-troya .sub-title {
		font-size: 20px;
	}
	.landing-changes .landing-img-title span.sub-title,
	.landing-changes-troya .landing-img-title-troya span.sub-title {
		font-size: 18px;
	}

	.header {
		background-size: cover;
	}
	.header .h-middle .logo {
		margin-left: 20px;
	}
	.header .h-contacts {
		left: inherit;
	}

	#sync2 .owl-item {
		display: none;
	}
	.footer .col-xs-12 {
		margin-bottom: 20px;
	}
	.inox {
		width: 80px !important;
	}
	.gift_dryer {
		width: 80px !important;
	}
}
@media only screen and (max-width: 990px) {
	.feature-list-item_right {
		width: 40%;
	}
}

@media only screen and (max-width: 992px) {
	.header .h-contacts {
		left: -90px;
	}
	.header .h-middle .search-form {
		position: absolute;
		top: 0;
		right: 40px;
	}
	.header .h-middle .h-cart {
		position: absolute;
		top: 0;
		right: 0;
	}
	.cart-form .cart-header {
		display: none;
	}
	.cart-form .cart_item .product-quantity,
	.cart-form .cart_item .product-price,
	.cart-form .cart_item .product-name,
	.cart-form .cart_item .product-remove,
	.cart-form .cart_item .product-thumbnail {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
	.map-info {
		display: none !important;
	}
	.elips-block {
		width: 432px;
		margin: 40px auto 0;
	}
	.s-p-content .summary .cart .single_add_to_cart_button {
		float: none !important;
		margin: 15px 0;
	}

	.big-logo img,
	.big-logo-troya img {
		max-width: 60%;
	}
	.big-logo-troya {
		text-align: center;
		margin-top: 80px;
	}
	.home-container h1,
	.home-container-troya h1 {
		font-size: 30px;
		margin: 35px 0 20px 0;
	}
	.home-container-troya h1 {
		padding: 5px 30px;
	}
	.home-container-troya h1 > span {
		margin: 0;
	}
	.home-container-troya {
		text-align: center;
	}
	.home-container span.sub-title,
	.home-container-troya span.sub-title {
		font-size: 24px;
	}
	.landing-con-title h2,
	.landing-con-title-troya h2 {
		font-size: 36px;
	}
	.landing-con-title .sub-title,
	.landing-con-title-troya .sub-title {
		font-size: 20px;
	}
	.landing-img-title h2,
	.landing-img-title-troya h2 {
		font-size: 32px;
	}
	.landing-img-title span.sub-title,
	.landing-img-title-troya span.sub-title {
		font-size: 26px;
	}
	.landing-products .landing-con-title .sub-title,
	.landing-products-troya .landing-con-title-troya .sub-title {
		font-size: 16px;
	}
	.landing-changes .landing-img-title span.sub-title,
	.landing-changes-troya .landing-img-title-troya span.sub-title {
		line-height: 22px;
	}

	nav.filter > ul > li,
	.landing-products-troya nav.filter > ul > li {
		margin: 0 10px 15px;
	}

	.header .h-middle .logo img {
		float: none;
		padding-right: 0;
	}
	.header .h-middle .logo {
		margin-left: 0px;
	}

	.woocommerce ul#shipping_method {
		display: flex !important;
	}
}
@media only screen and (max-width: 768px) {
	/*------------- Header ---------------------------------------*/
	.header .h-contacts {
		left: inherit;
		text-align: center;
		position: inherit;
	}
	.cat-banner {
		display: none;
	}
	.header .user-menu,
	.second-user-menu {
		text-align: center;
		padding: 5px 0;
	}
	.header .logo {
		text-align: center;
	}
	.header .h-middle .main-menu {
		display: none;
		margin-right: 0px;
		width: 100%;
	}
	.header .h-middle .main-menu li {
		position: static;
		display: block;
		text-align: center;
		margin: 0 15px;
		padding: 5px 0;
	}
	.header .h-middle .main-menu li a {
		cursor: pointer;
		display: block;
		background: #fff;
		color: #e66b2e;
		border: 1px solid #505e63;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	.header .h-middle .main-menu li a:hover {
		background: #ffcf01;
	}
	.header .h-middle .main-menu li .sub-menu {
		display: none;
		position: static;
		margin: 5px 0 0;
		webkit-transform: none;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
		-moz-transform: none;
		-o-transform: none;
		-ms-transform: none;
		transform: none;
		opacity: 1;
	}
	.header .h-middle .main-menu li:hover .sub-menu {
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
		webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.header .h-middle .main-menu li .sub-menu:before {
		display: none;
	}
	.header .h-middle .main-menu li .sub-menu li a {
		border: none;
		text-align: left;
	}
	.menu_button {
		display: block;
		margin: 15px auto;
	}
	.header .h-middle .search-form {
		height: 40px;
		position: relative;
		margin: 0;
		float: left !important;
		width: 50%;
	}
	.header .h-middle .search-text {
		width: 100% !important;
		visibility: visible;
	}
	.header .h-middle .search-btn {
		float: right;
		color: #1582b3;
	}
	.header .h-middle .h-cart {
		position: relative;
		top: 0px;
		right: 0px;
	}

	.content-aside .widgettitle,
	div #partners .owl-wrapper-outer {
		display: none;
	}
	.content-aside .widget_nav_menu .widgettitle {
		display: block;
	}

	.landing-header .menu_button,
	.landing-header-troya .menu_button {
		display: block;
		margin: 0;
	}
	.landing-header .main-menu,
	.landing-header-troya .main-menu {
		display: none;
		margin-right: 0px;
		width: 100%;
	}

	.landing-header .mob-menu,
	.landing-header-troya .mob-menu {
		display: block;
		float: none !important;
		text-align: center;
		margin: 0 -15px;
		padding: 5px 0 0;
		clear: both;
	}
	.landing-header .menu-primary-container,
	.landing-header-troya .menu-primary-container > ul > li {
		display: block;
		line-height: 50px;
		padding: 0 5px;
		background: rgba(0, 0, 0, 0.5);
		margin: 5px 0 0;
	}
	.big-logo img,
	.big-logo-troya img {
		max-width: 70%;
	}
	.big-logo-troya {
		text-align: center;
		margin-top: 80px;
	}
	.home-container-troya {
		text-align: center;
	}
	.home-container-troya h1 {
		padding: 5px 30px;
	}
	.home-container-troya h1 > span {
		margin: 0;
	}
	.home-container h1,
	.home-container-troya h1 {
		font-size: 18px;
	}
	.home-container h1 span,
	.home-container-troya h1 span {
		line-height: 28px;
		padding: 5px 20px;
	}
	.home-container span.sub-title,
	.home-container-troya span.sub-title {
		font-size: 16px;
		line-height: 20px;
	}

	.landing-con-title h2,
	.landing-con-title-troya h2 {
		font-size: 24px;
	}
	.landing-con-title .sub-title,
	.landing-con-title-troya .sub-title {
		font-size: 15px;
	}
	.landing-img-title h2,
	.landing-img-title-troya h2 {
		font-size: 20px;
	}
	.landing-img-title h2 span,
	.landing-img-title-troya h2 span {
		padding: 10px 15px;
		line-height: 22px;
	}
	.landing-img-title span.sub-title,
	.landing-img-title-troya span.sub-title {
		font-size: 16px;
	}
	.landing-products .landing-con-title .sub-title,
	.landing-products-troya .landing-con-title-troya .sub-title {
		font-size: 16px;
	}
	.landing-changes .landing-img-title span.sub-title,
	.landing-changes-troya .landing-img-title-troya span.sub-title {
		line-height: 22px;
	}
	.landing-products .landing-con-title .sub-title,
	.landing-products-troya .landing-con-title-troya .sub-title {
		font-size: 14px;
		padding: 0 10px;
	}
	.landing-img-title h2,
	.landing-img-title-troya h2 {
		margin: 35px 0 15px;
	}
	.landing-changes .landing-img-title span.sub-title,
	.landing-changes-troya .landing-img-title-troya span.sub-title {
		font-size: 16px;
	}

	nav.filter > ul > li > a,
	.landing-products-troya nav.filter > ul > li > a {
		display: block;
		line-height: 38px;
		padding: 0 15px;
		font-size: 14px;
	}
	nav.filter > ul > li,
	.landing-products-troya nav.filter > ul > li {
		margin: 0 5px 10px;
	}

	.landing-header .menu-primary-container .icon a,
	.landing-header-troya .menu-primary-container .icon a {
		background: none;
		border: none;
		position: relative;
		z-index: 9999;
	}
	.header .h-middle .main-menu .icon a:hover {
		background: none;
	}

	.header {
		background: none;
	}
	.header .h-middle .logo {
		margin: 0;
	}
	.header .h-middle .logo img {
		padding: 0;
		float: none;
	}
	.header .h-middle .search-form {
		right: 0;
		margin-bottom: 10px;
		border-radius: 10px;
		border: 3px solid #e66b2e;
	}
	.header .h-middle .h-cart {
		border-radius: 5px;
		padding: 0 10px;
		margin: 0;
	}
	.gift_dryer {
		width: 125px !important;
	}
	.color-granite-label img {
		height: 30px;
	}
	.profile .form-group {
		padding: 0;
	}
	.woocommerce ul#shipping_method {
		display: block !important;
	}
}

@media only screen and (max-width: 600px) {
	.gift_dryer {
		width: 100px !important;
	}
	.color-granite-label img {
		height: 25px;
	}
	.gift_kvart {
		max-width: 45% !important;
	}
}

@media only screen and (max-width: 480px) {
	.big-logo img,
	.big-logo-troya img {
		max-width: 90%;
	}
	.big-logo-troya {
		text-align: center;
		margin-top: 80px;
	}
	.header .shopping_cart {
		min-width: 280px;
	}
	.shopping_cart_list li .product_title {
		width: 165px;
	}
	.header .h-middle .h-cart .shopping_cart_list li .price_wrap {
		clear: both;
		text-align: right;
	}
	.header .h-middle .h-cart .shopping_cart_list li .price-block,
	.header
		.h-middle
		.h-cart
		.shopping_cart_list
		li
		.price_wrap
		.close_product {
		display: inline-block;
	}
	.shopping_cart_buttons a {
		margin: 5px 0;
	}
	.product-hits .title .corner,
	.new-products .title .corner {
		display: none;
	}
	.home-news .news p {
		overflow: overlay;
		height: 100px;
	}
	.inox {
		width: 60px !important;
	}
	.gift_dryer {
		width: 75px !important;
	}
	.color-granite-label img {
		height: 20px;
	}
}

@media only screen and (max-width: 400px) {
	.gift_dryer {
		width: 70px !important;
	}
	.color-granite-label img {
		height: 18px;
	}
	.color-granite-label {
		line-height: 17px;
	}
	.color-granite {
		left: -4px;
	}
}

@media (min-width: 992px) {
	.mansory .item {
		width: 24%;
	}
	.col-md-3 {
		width: 25%;
	}
	.align-items-lg-center {
		align-items: center !important;
	}
}
@media only screen and (max-width: 341px) {
	.home-news .title h2:after {
		transform: translateY(-107%) translateX(-150%);
	}
	.color-granite-label img {
		height: 15px;
	}
	.color-granite {
		left: -3px;
		top: 30px;
	}
}
@media only screen and (max-width: 320px) {
	.product-hits .title .corner,
	.new-products .title .corner {
		display: none;
	}
	.home-news .news p {
		overflow: overlay;
		height: 100px;
	}
	.ar-sub-cat span {
		display: inline;
	}
	.inox {
		width: 50px !important;
	}
	.gift_dryer {
		width: 55px !important;
	}
}
@media only screen and (min-width: 1370px) {
	.container-fluid {
		max-width: 1370px;
	}
}

@media only screen and (max-width: 1370px) {
	.header__menu__list__item__level-1__container__products__title {
		font-size: 13px;
	}
	.header_menu_3 img {
		height: 70px;
	}
	.header_menu_3 span {
		font-size: 13px;
		height: 30px;
	}
	.header-logo img {
		max-width: 275px;
	}
	.header-menu li a {
		padding: 10px 13px;
	}
}

@media only screen and (max-width: 1345px) {
	.header__phones__item .head_contacts {
		font-size: 22px;
	}
}

@media only screen and (max-width: 1370px) and (min-width: 1200px) {
	.header__menu__list__item__level-1__container__products__title {
		font-size: 12px;
	}
	.header_menu_2 {
		min-height: 406px;
	}
	.header_menu_3 {
		box-shadow: none;
		transition: 0;
	}
}

@media only screen and (min-width: 768px) {
	.header-lang-padding div.col-md-9 {
		padding: 0;
	}
	.header-lang-padding {
		padding: 0;
	}
	.product-open-filter {
		display: none;
	}
	.order-body-item-con {
		width: 100%;
	}
	.mb-md-30px,
	.my-md-30px {
		margin-bottom: 30px !important;
	}
	.d-md-flex {
		display: flex !important;
	}
	.col-md-6-flex {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.attributes-info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
@media only screen and (min-width: 576px) {
	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media only screen and (min-width: 991px) {
	.main_wrap_card:hover {
		background: #d3e1f7;
	}
	.main_wrap_card:hover .cardShop {
		background-position: 0px -33px;
	}
	.main_wrap_card:hover .wrap_count_card {
		background: #ed1f6d;
		color: #ffffff;
	}
	.main_wrap_card:hover .card_popup {
		display: block;
	}
	.cbp-spmenu {
		display: none;
	}
}

@media only screen and (min-width: 1200px) {
	.brd-categories {
		display: block !important;
	}
	.wrap-blue-line:not(.fixed) .header__menu img.top-arrow-menu {
		transform: rotate(0);
	}
	.categories__items:nth-child(1),
	.categories__items:nth-child(2),
	.categories__items:nth-child(3),
	.categories__items:nth-child(4) {
		border-top: 1px solid #e5e5e5;
	}
	.categories__items:last-child,
	.categories__items:nth-child(4n) {
		border-right: 1px solid #e5e5e5;
	}
	.mb-xl-45px,
	.my-xl-45px {
		margin-bottom: 45px !important;
	}
}

@media only screen and (min-width: 992px) {
	.products-list-container {
		padding: 0;
		right: 1px;
		z-index: 1;
	}
	.wrap_search_page:not(.no-filter):nth-child(3n + 1) .product__item {
		border-left: 1px solid #dbdbdb;
	}
	.wrap_search_page:not(.no-filter):nth-child(1) .product__item,
	.wrap_search_page:not(.no-filter):nth-child(2) .product__item,
	.wrap_search_page:not(.no-filter):nth-child(3) .product__item {
		border-top: 1px solid #dbdbdb;
	}
	.filter-list-container {
		padding: 0 0 15px 15px;
		border: 1px solid #dbdbdb;
	}
	.product-view .product-slider__thumbnails {
		text-align: center;
	}
	.cart__sitcky-totals {
		position: -webkit-sticky;
		position: sticky;
		top: 64px;
		padding-left: 0;
		margin-left: -2px;
		width: 28%;
	}
	.cart__forms-container {
		padding-right: 0;
		width: 72%;
	}
	.col-lg-6-flex {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media only screen and (max-width: 1400px) {
	header {
		max-width: 98%;
	}
}

@media only screen and (max-width: 1200px) {
	.main__banner {
		margin: 40px 0 40px;
		max-width: none;
		float: none;
	}
	.brd-categories {
		min-height: 483px;
	}
	.header__menu:hover .categories-not-main {
		display: block !important;
	}
	.header__menu .header__menu__btn {
		font-size: 14px;
	}
	.header__menu .header__menu__btn > img {
		margin-left: 16px;
	}
	.header__menu > img {
		margin-left: 16px;
	}
	.header__menu .header__menu__list__item__category__title__all {
		padding-left: 15px;
	}
	.header__phones__item .phone-icon {
		margin-right: 4px;
	}
	.header-logo img {
		max-width: 215px;
	}
	.header-menu li a {
		padding: 10px 11px;
		font-size: 13px;
	}
	.brd-mnu:after {
		width: 131px;
	}
	.header_menu_2 .brd-mnu:after {
		width: 208px;
	}
	.pay-button {
		margin-top: 28px;
	}
	.main_wrap_card .card_text {
		display: none;
	}
	.process__head::before {
		left: 20px;
	}
	.buy_steps img.iconic_icon {
		max-height: 100px;
	}
	.product-sort {
		font-size: 14px;
	}
}

@media only screen and (max-width: 1388px) {
	.product-view .product-slider__main {
		width: calc(100% - 113px);
	}
}
@media only screen and (max-width: 1199px) {
	.product__item {
		min-height: 414px;
	}
	.product__item__btn span {
		font-size: 12px;
		padding: 0;
	}
	.product__item__btn .cart__icon {
		margin-left: 3px;
	}
	.product__item__btn {
		text-align: center;
		padding: 0 5px;
		width: 110px;
	}
	.product-view-info-wrapper {
		margin-left: 0;
	}
	.no-viewed {
		padding-left: 10px;
	}
	.cart-empty,
	.return-to-shop {
		margin-left: 10px;
	}
	.validate-required,
	.woocommerce form .form-row,
	.thankyou {
		margin-left: 10px !important;
	}
}
@media only screen and (max-width: 1370px) {
	.pay-button a {
		margin-left: 9px;
	}
	.card_popup {
		width: 422px;
	}
}

@media only screen and (max-width: 992px) {
	.wrap_search_page {
		width: 50%;
	}
	.header__middle__search__input {
		padding: 0 40px 0 40px;
		font-size: 16px;
	}
	.header__middle__search .tt-menu {
		width: 100%;
		margin-top: 1px;
	}
	.header__middle__search .tt-dataset {
		display: block;
		width: 100%;
	}
	.header__middle__search .left_part {
		width: 100%;
	}
	.wrap-icons-blue {
		line-height: 64px;
	}
	.header__middle__search__submit {
		width: 40px;
		background: 0 0;
		line-height: 40px;
		left: 0;
	}
	.main__banner {
		margin: 0 -15px 40px -15px;
		width: auto;
	}
	.header__middle__search__submit.icon.arrow-left:before {
		content: '';
	}
	.header__middle__search__submit:hover {
		background: 0 0;
	}
	.process__head::after {
		display: none;
	}
	.process__head::before {
		left: 65px;
	}
	.product-sort {
		font-size: 13px;
	}
	/*---------single-------*/
	.product-view .product-slider__main {
		margin-left: auto;
		margin-right: auto;
		width: calc(100% - 30px);
		height: auto;
		padding: 30px;
		margin-bottom: 20px;
		float: none;
	}
	.product-view .product-slider__main a {
		height: auto;
		text-align: center;
		width: 100%;
	}
	.product-view .product-slider__main a img {
		display: inline-block;
	}
	.product-view .product-slider__thumbnails {
		margin: 0 auto 15px;
		width: 400px;
		display: block;
		height: auto;
	}
	.product-view .product-slider__thumbnails .slick-next,
	.product-view .product-slider__thumbnails .slick-prev {
		width: auto;
		position: absolute;
		height: 82px;
		top: 0;
		margin: 0;
	}
	.product-view .product-slider__thumbnails .slick-prev {
		left: -25px;
	}
	.product-view .product-slider__thumbnails .slick-next i,
	.product-view .product-slider__thumbnails .slick-prev i {
		transform: rotate(-90deg);
	}
	.product-view .product-slider__thumbnails .slick-next {
		right: -25px;
	}
	.product-view-info-wrapper .woocommerce-Price-amount {
		font-size: 40px;
	}
	.product_price del span span {
		font-size: 15px !important;
	}
	.product_price del span span:before {
		display: none;
	}
	.product-view-info-wrapper .brd-bottom {
		margin-left: 20px;
	}
	.product-view-info-wrapper .pay-button a {
		width: 60%;
	}
	.scroll-top {
		right: 10px;
		bottom: 100px;
	}
	.feature-list-item_right {
		text-align: right;
	}
}

@media only screen and (max-width: 991px) {
	.wrap-blue-line.fixed {
		position: -webkit-sticky;
		position: sticky;
	}
	.header__bottom__logo {
		display: block;
		-o-box-flex: 1;
		-ms-box-flex: 1;
		box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.header__bottom__menu {
		display: none;
	}
	.header-logo {
		line-height: 64px;
	}
	.header__bottom__searchbox {
		position: absolute;
		width: 100%;
		left: 0;
		top: 0;
	}
	.form-wrap-search {
		display: block;
		position: relative;
		background: #fff;
		width: 100%;
		z-index: 3;
	}

	.form-wrap-search .header__middle__search.focused {
		display: block;
	}
	.wrap-blue-line {
		background: #fff;
	}
	.header__bottom__mobile {
		display: block;
		width: 64px;
		text-align: right;
	}

	.header__middle__search__wrapper .clear_input {
		right: 0 !important;
	}
	.main_wrap_mobile-search {
		display: inline-block;
	}
	.main_wrap_card {
		height: auto;
		vertical-align: middle;
		line-height: 1;
	}
	.main_wrap_card .wrap_cardShop {
		padding: 0 6px;
		min-width: auto;
		border: 0;
	}
	.main_wrap_card .cardShop {
		background: url(../images/web/mobile_header.svg) no-repeat;
		width: 34px;
		height: 31px;
		background-size: cover;
	}
	.main_wrap_card .wrap_count_card {
		width: 20px;
		height: 20px;
		line-height: 20px;
		top: -8px;
		right: 2px;
		background: #164cb5;
		color: #fff;
	}
	.aws-container .aws-search-form .aws-loader {
		right: 10px !important;
	}

	.wrap_form_oder form input.name,
	.wrapper_number {
		margin-bottom: 10px;
		border-radius: 20px;
	}
	.wrap_form_oder form .main-submit-button,
	.wrap_form_oder form input {
		border-radius: 20px;
	}
	.footer_menu_left {
		text-align: left;
	}
	.footer .container-fluid .row div {
		padding-bottom: 15px;
	}
	/*---------single-------*/
	.no-padding.logo a {
		padding-right: 50%;
	}

	.delivery_wrap div {
		width: 100%;
	}
	.sign1,
	.sign2,
	.sign3 {
		max-width: 100%;
	}
	.sign2 span {
		padding: 23px 0 23px 0;
	}
	.delivery_banner {
		min-height: 0;
	}
	.header__bottom__searchbox,
	.aws-container .aws-search-form .aws-search-btn_icon,
	.aws-search-btn.aws-form-btn.icon.arrow-left span {
		display: none !important;
	}

	.header__bottom__searchbox.open {
		height: 100%;
		display: block !important;
	}

	.form-wrap-search {
		height: 100% !important;
	}

	.form-wrap-search .header__middle__search.focused {
		display: flex !important;
	}
	.aws-container .aws-search-form .aws-wrapper {
		order: 2;
	}
	.aws-search-btn.aws-form-btn.icon.arrow-left {
		width: 40px !important;
		background: 0 0 !important;
		line-height: 40px !important;
		left: 0;
		order: 1;
	}
	.aws-search-btn.aws-form-btn.icon.arrow-left:before {
		content: '';
	}
	.form-wrap-search .header__middle__search {
		height: 100% !important;
	}
}
@media only screen and (max-width: 1199px) {
	.product-view .product-slider__main__item {
		text-align: center;
	}
	.product-view .product-slider__main__item a {
		display: initial;
	}
	.left-bar {
		min-width: 243px;
		position: fixed;
		right: calc(100% - 20px);
		border-right: 4px solid #ee005a;
		padding: 10px 15px;
		box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.19);
		border-radius: 0 7px 7px 0;
		transition: 0.8s;
		transform: translateX(0);
		background: #fff;
		z-index: 12;
		min-height: 207px;
	}
	.left-bar .left-bar-link:last-child::after {
		content: '';
		display: inline-block;
		padding: 5.15px;
		margin-left: 10px;
		border: solid #164cb5;
		border-width: 0 3.25px 3.25px 0;
		margin-bottom: 1px;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		position: absolute;
		right: 6px;
		-webkit-transition: 0.4s ease;
		-moz-transition: 0.4s ease;
		-ms-transition: 0.4s ease;
		-o-transition: 0.4s ease;
		transition: 0.4s ease;
	}
	.left-bar.open .left-bar-link:last-child::after {
		transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
	}
	.left-bar.open {
		transform: translateX(223px);
	}
	.cabinet-body.special {
		margin-left: 25px;
	}
}

@media only screen and (max-width: 1200px) and (min-width: 992px) {
	.categories__items {
		width: 33.3333%;
	}
	.categories__items:nth-child(1),
	.categories__items:nth-child(2),
	.categories__items:nth-child(3) {
		border-top: 1px solid #e5e5e5;
	}
}

@media only screen and (max-width: 1050px) and (min-width: 991px) {
	.header__phones__item .arrow {
		display: none;
	}
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
	.categories__items {
		width: 50%;
	}
	.categories__items:nth-child(1),
	.categories__items:nth-child(2) {
		border-top: 1px solid #e5e5e5;
	}
	.categories__items:last-child,
	.categories__items:nth-child(2n) {
		border-right: 1px solid #e5e5e5;
	}
}

@media only screen and (max-width: 1386px) {
	.product-preview {
		width: calc(25% - 1px) !important;
	}
}
@media only screen and (max-width: 1024px) {
	.product-preview {
		width: calc(34% - 7px) !important;
	}
	.products-list-isotope .post-8,
	.products-list-isotope .post-7 {
		display: none;
	}
	.product-view .product-slider__thumbnails__item {
		margin: initial;
		max-width: 98px;
	}
	.promo__block.isotope {
		height: 828px !important;
	}
}
@media only screen and (max-width: 900px) {
	.product-preview {
		width: calc(50% - 1px) !important;
	}
	.promo__block.isotope {
		height: 1242px !important;
	}
}
@media only screen and (max-width: 900px) and (min-width: 768px) {
	.filters-sidebar .filters-sidebar__filter__title,
	.wcpf_master_wrap h3 {
		font-size: 15px;
	}
	ul.wcpf_attr_list li a,
	ul.wcpf_attr_list li {
		font-size: 13px;
	}
	.wcpf_attr_list_li a:before {
		width: 15px;
		height: 15px;
		top: 3px;
	}
	.d-md-flex {
		display: flex !important;
	}
}

@media only screen and (max-width: 992px) and (min-width: 480px) {
	.wrap_search_page:not(.no-filter):nth-child(2n + 1) .product__item {
		border-left: 1px solid #dbdbdb;
	}
	.wrap_search_page:not(.no-filter):nth-child(1) .product__item,
	.wrap_search_page:not(.no-filter):nth-child(2) .product__item {
		border-top: 1px solid #dbdbdb;
	}
}

@media only screen and (max-width: 769px) {
	.cabinet-viewed-products-content-th div {
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	.wrap_form_oder h2,
	.home_cats_carousel h2,
	.buy_steps h2 {
		text-decoration: underline;
		font-size: 16px;
	}
	.hidden-sm {
		display: none !important;
	}
	.categories__items:nth-child(1) {
		border-top: 1px solid #e5e5e5;
	}
	.categories__items {
		width: 100%;
		border-right: 1px solid #e5e5e5;
	}
	.product-view .product-slider__main {
		margin-bottom: 20px;
	}
	.cabinet-viewed-products-content-row div {
		text-align: center;
	}
	.viewed-photo {
		width: 100% !important;
	}
	.cabinet-viewed-products-content-row > div > div {
		height: auto;
		display: block;
		width: 100%;
	}
	.cabinet-viewed-products-content-row div {
		text-align: center;
	}
	.viewed-title {
		width: 100% !important;
	}
	.cabinet-viewed-products-content-row-photo {
		width: 100%;
		margin: 20px 0;
		text-align: center;
	}
	.cabinet-viewed-products-content-row
		> .cabinet-viewed-products-content-row-product
		> div {
		text-align: left;
	}
	.cabinet-viewed-products-content-row-product a {
		font-size: 1.4em;
		margin: 10px 0;
	}
	.cabinet-viewed-products-content-row-product a,
	.cabinet-viewed-products-content-row-product p {
		display: block;
		text-align: center;
	}
	.cabinet-viewed-products-content-row
		> .cabinet-viewed-products-content-row-price {
		width: 100%;
	}
	.cabinet-viewed-products-content-row-price .woocommerce-Price-amount {
		font-size: 32px;
		width: auto;
		text-align: center;
		padding-left: 10px;
	}
	.cabinet-viewed-products-content-row-price .woocommerce-Price-amount span {
		font-size: 17px;
	}
	.cabinet-viewed-products-content-row-price
		del
		.woocommerce-Price-amount
		span {
		font-size: 14px;
	}
	.viewed-cart {
		width: 100%;
		text-align: right;
		display: inline-block;
		margin-bottom: 20px;
		margin-top: 10px;
	}

	.cart_product_title > a {
		text-overflow: clip;
		white-space: normal;
	}
	.cart_product_title_breadcrumbs {
		display: none;
	}

	b-custom {
		font-size: 20px;
		text-transform: uppercase;
		font-weight: 600;
	}
	.attributes-info {
		height: 100% !important;
	}
}

@media only screen and (max-width: 767px) {
	.product-open-filter {
		display: inline-block;
		vertical-align: top;
		float: right;
	}
	.product-open-filter > label {
		width: 100%;
		font-weight: 400;
		margin: 0;
	}
	.product-open-filter > label span {
		color: #000;
		font-size: 16px;
		text-transform: uppercase;
	}
	.product-open-filter > label span:before {
		content: '';
		display: inline-block;
		vertical-align: middle;
		width: 22px;
		height: 20px;
		background-image: url(../images/web/filter-icon.svg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		margin-right: 5px;
	}
	.result_sort {
		display: none;
	}
	.filter-list-container {
		display: none;
	}
	.filters-sidebar {
		position: fixed;
		top: 0;
		bottom: 0;
		right: 0;
		display: none;
		max-width: 320px;
		background: #fff;
		width: 100%;
		z-index: 30007;
		padding: 0 25px 65px !important;
		margin: 0;
		overflow: hidden;
	}
	.filters-sidebar-header {
		display: block;
	}
	.filters-sidebar-header__title:before {
		content: '';
		display: inline-block;
		vertical-align: middle;
		width: 22px;
		height: 20px;
		background-image: url(../images/web/filter-icon.svg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		margin-right: 5px;
	}
	.filters-sidebar-close {
		background-image: url(../images/web/close-btn-blue.png);
		width: 30px;
		height: 30px;
		background-repeat: no-repeat;
		position: absolute;
		right: 25px;
		top: 16px;
	}
	.wrapper_filter_form {
		height: calc(100% - 25px);
		overflow: auto;
	}
	.order-body .vertical_menu {
		display: block;
	}
	.order-body-item {
		border-top: 1px solid #e4e4e2;
		line-height: 34px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.save_btn {
		margin-bottom: 50px;
	}
	.special .woocommerce-order-details {
		font-size: 15px;
	}

	#js-cart-prods tbody {
		display: block;
	}
	#js-cart-prods {
		display: block;
	}
	#js-cart-prods tbody > tr {
		display: block;
		font-size: 0;
		position: relative;
	}
	#js-cart-prods tbody > tr > td {
		display: inline-block;
		vertical-align: top;
	}
	#js-cart-prods tbody > tr > td.cart_product {
		width: 103px;
		margin-top: 32px;
	}
	#js-cart-prods tbody > tr > td.cart_product a.cart_product_image {
		width: auto;
	}
	#js-cart-prods tbody > tr > td.cart_product a.cart_product_image img {
		max-width: 100%;
		position: relative;
	}
	#js-cart-prods tbody > tr > td.cart_product_title {
		margin-top: 32px;
		width: calc(100% - 103px);
		white-space: normal;
	}
	#js-cart-prods tbody > tr > td.cart_quantity {
		width: 50%;
		text-align: left;
		padding: 0 26px 12px;
	}
	#js-cart-prods tbody > tr > td.cart_total {
		width: 50%;
		text-align: right;
		padding: 0 26px 12px;
	}
	.cart_total,
	.cart_total span {
		font-size: 19px;
	}
	.remove_spot i {
		font-size: 20px;
	}
	.refresh-btn-wrap {
		margin: 20px 0;
	}
}
@media only screen and (max-width: 629px) {
	.thankyou .order_details li {
		padding: 0 10px !important;
	}
}

@media only screen and (max-width: 768px) {
	.promos-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media only screen and (max-width: 575px) {
	.promos-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media only screen and (max-width: 570px) {
	.menu__promo__section__item,
	.tabs-name-overview span {
		width: auto;
		font-size: 16px;
	}
	.special .woocommerce-order-details {
		font-size: 14px;
	}
	.mob_btn {
		float: right;
	}
}

@media only screen and (max-width: 550px) {
	.pay-button {
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.pay-button a,
	.product-view-info-wrapper .brd-bottom {
		width: 100% !important;
		margin: 0;
	}
	.mobile_cart_fix {
		width: 100%;
	}
	.all-width {
		width: 100%;
	}
	.no-padding {
		padding-right: 15px;
		padding-left: 15px;
	}
	.cabinet-body.no-padding {
		padding: 0;
	}
	.product-view-info-wrapper .pay-button a.added_to_cart {
		position: relative;
		top: 10px;
	}
	.product_description {
		font-size: 15px;
	}
	.product_description strong {
		font-size: 16px;
	}
	.save_btn {
		text-align: center;
	}
	.thankyou .order_details li {
		padding: 0px 10px !important;
	}
}

@media only screen and (max-width: 550px) {
	.top-slider .owl-pagination {
		display: none !important;
	}
}

@media only screen and (max-width: 480px) {
	.wrap-blue-line {
		background: inherit;
	}
	.header-logo {
		display: inline-block;
		max-width: 156px;
		text-align: center;
	}
	.header-logo img {
		display: inline-block;
		width: 110px;
	}
	.wrap_search_page {
		width: 100%;
	}
	.wrap_search_page:not(.no-filter) .product__item {
		border-left: 1px solid #dbdbdb;
	}
	.wrap_search_page:not(.no-filter):nth-child(1) .product__item {
		border-top: 1px solid #dbdbdb;
	}
	.product__item__image {
		padding: 0;
	}
	.breadcrumb > li {
		font-size: 0.85em;
	}
	.breadcrumbs .breadcrumb li a,
	.breadcrumbs .breadcrumb li span {
		font-size: inherit;
	}
	.header_promo_block_category {
		font-size: 16px;
	}
	.header_promo_block_category span {
		padding: 0 5px;
	}
}

@media only screen and (max-width: 420px) {
	.menu__promo__section__item,
	.tabs-name-overview span {
		width: auto;
		font-size: 14px;
	}
}

@media only screen and (max-width: 416px) {
	.mobile__menu__categories__item > a > span,
	.mobile__menu__products__btn .text,
	.mobile__menu__url {
		font-size: 13px;
	}
	.special .woocommerce-order-details {
		font-size: 13px;
	}
	.mob_btn {
		float: none;
	}
}

@media only screen and (max-width: 375px) {
	.menu__promo__section__item {
		width: auto;
		font-size: 12px;
	}
	.upsells .menu__promo__section__item {
		font-size: 11px;
	}
}
@media only screen and (max-width: 366px) {
	.menu-icon-arrow {
		padding: 0 !important;
	}
}
@media only screen and (max-width: 350px) {
	.mobile__menu__icon {
		padding-right: 20px;
	}
	.mobile__menu__header {
		padding: 15px 15px 15px 20px;
	}
	.mobile__menu__block__item {
		padding: 0 15px 0 20px;
	}
	.header-top-lang {
		font-size: 13px;
	}
	.header-top-lang .lang-item {
		padding: 5px 10px;
	}
}

/*--------------------mobile only-----------------*/
@media (max-width: 991px) {
	.tss.tss--open {
		z-index: 30010;
		transition-duration: 0.2s;
		width: 85%;
		transform: translateX(0px);
	}
	.tss {
		z-index: 0;
		position: fixed;
		top: 0;
		left: 0;
		height: 100%;
		will-change: transform;
		transition-property: transform;
		transition-timing-function: ease;
		transition-duration: 0.2s;
		width: 364px;
		transform: translateX(-320px);
	}
	.tss-wrap {
		height: 100%;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		width: 320px;
	}
	.cbp-spmenu {
		display: block;
	}
	.tss-bg {
		background: #000;
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		opacity: 0;
		will-change: opacity;
		transition-property: opacity;
		transition-timing-function: ease;
		transition-duration: 0.2s;
		opacity: 0;
		z-index: -30009;
	}
	.tss-bg--open {
		transition-duration: 0.2s;
		opacity: 0.3;
		z-index: 30009;
	}
	.header-top-lang {
		margin: 0 !important;
	}
}

@media (max-width: 400px) {
	.tss-wrap {
		width: 257px;
	}
}

@media only screen and (max-width: 574px) {
	.isotope-item .product__item__image img {
		max-height: 150px;
	}
	.isotope-item .product__item__image {
		margin-top: 15px;
		height: 175px;
	}
	.isotope-item .product__item__title {
		height: 47px;
		line-height: inherit;
	}
	.isotope-item .product__item__title a,
	.isotope-item .product__item__title span {
		font-size: 13px;
	}
	.isotope-item .product__item__buttons ins .amount,
	.isotope-item .product__item__buttons .amount {
		font-size: 25px;
	}
	.isotope-item .product__item__buttons del .amount {
		font-size: 14px;
	}
	.isotope-item .product__item {
		min-height: 350px;
	}
	.isotope-item .product__item .product-item-description {
		font-size: 12px;
	}
	.promo__block.isotope {
		height: 1056px !important;
	}
	.promo__block .added_to_cart {
		display: inline-block;
		font-size: 12px;
		line-height: 13px;
		margin-top: 15px;
	}
}
@media only screen and (max-width: 515px) {
	.isotope-item .product__item__btn span {
		display: none;
	}
	.isotope-item .product__item__btn .cart__icon {
		margin-left: 0px;
	}
	.isotope-item .product__item__image img {
		max-height: 135px;
	}
	.isotope-item .product__item__image {
		margin-top: 0px;
		height: 157px;
	}
	.isotope-item .product-view-brand {
		max-width: 80px;
	}
	.isotope-item .product__item__title {
		margin-bottom: 5px;
	}
	.isotope-item .brd_product:after {
		width: calc(100% - 27px);
		left: 22px;
	}
	.isotope-item .product__item__buttons ins .amount,
	.isotope-item .product__item__buttons .amount {
		font-size: 20px;
	}
	.isotope-item .product__item__buttons del .amount {
		font-size: 13px;
	}
	.isotope-item .product__item__buttons del .amount:after {
		border-bottom: 1px solid #ee005a;
	}
	.isotope-item .product__item__price-stats del {
		top: -20px;
	}
	.isotope-item .product__item__buttons {
		margin-top: 10px;
	}
	.isotope-item .product__item {
		min-height: 300px;
	}
	.isotope-item .product__item__price-stats span span {
		font-size: 13px;
	}
	.isotope-item .product__item__price-stats del span span {
		display: none;
	}
	.promo__block.isotope {
		height: 1010px !important;
	}
}

@media only screen and (max-width: 430px) {
	.isotope-item .product__item__title a,
	.product__item__title span {
		font-size: 12px;
	}
	.isotope-item .product-view-brand {
		max-width: 65px;
	}
	.isotope-item .product__item__image img {
		max-height: 120px;
	}
	.isotope-item .product__item__image {
		line-height: 165px;
		height: 140px;
	}
	.isotope-item .product__item__buttons ins .amount,
	.product__item__buttons .amount {
		font-size: 17px;
	}
	.isotope-item .brd_product:after {
		display: none;
	}
	.isotope-item .product__item__buttons {
		margin-top: 0px;
	}
	.isotope-item .product__item__price-stats del {
		left: 2px;
	}
	.isotope-item .product__item {
		min-height: 275px;
	}
	.isotope-item .product__item .product-item-description {
		font-size: 11px;
	}
	.isotope-item .product__item__price-stats {
		height: 40px;
	}
	.promo__block.isotope {
		height: 825px !important;
		border-left: 1px solid #dbdbdb;
	}
	.promo_block__item {
		border-left: none;
	}
	.product-view .product-slider__thumbnails {
		width: 100%;
		margin: 0 0 15px;
	}
}

/*--------------------Main slider about company-----------------*/
@media only screen and (min-width: 1440px) {
	.next-control {
		bottom: 83px;
		right: 100px;
		margin: 0;
		width: 37px;
		height: 37px;
	}
}
