@font-face { 
  font-family: 'ProximaNova'; 
  src: url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
  	   url('../fonts/ProximaNova-Regular.woff') format('woff'); 
  font-weight: 400; 
  font-style: normal; 
  font-display: swap;
}
@font-face { 
  font-family: 'ProximaNova'; 
  src: url('../fonts/ProximaNova-RegularIt.woff2') format('woff2'),
  	   url('../fonts/ProximaNova-RegularIt.woff') format('woff'); 
  font-weight: 400; 
  font-style: italic; 
  font-display: swap;
}
@font-face { 
  font-family: 'ProximaNova'; 
  src: url('../fonts/ProximaNova-Semibold.woff2') format('woff2'),
  	   url('../fonts/ProximaNova-Semibold.woff') format('woff'); 
  font-weight: 500; 
  font-style: normal;
  font-display: swap; 
}
@font-face { 
  font-family: 'ProximaNova'; 
  src: url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
  	   url('../fonts/ProximaNova-Bold.woff') format('woff'); 
  font-weight: 700; 
  font-style: normal; 
  font-display: swap;
}
@font-face { 
  font-family: 'ProximaNova'; 
  src: url('../fonts/ProximaNova-Extrabld.woff2') format('woff2'),
  	   url('../fonts/ProximaNova-Extrabld.woff') format('woff'); 
  font-weight: 900; 
  font-style: normal;
  font-display: swap;
}
body {
	font-family: 'ProximaNova', serif;
}

.action_top {
	background: #e0005d;
    color: rgba(255, 255, 255, 0.75);
    text-align: center;
    font-size: 20px;
    padding: 10px 0px;
    letter-spacing: 2px;
    float: left;
	width: 100%;
}
.action_top span {
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}

.header, .topmenu, .banner, .catalog, .navigator, .about, .footer, .bottom_footer, .detail {
	float: left;
	width: 100%;
	position: relative;
	padding-left: 50px;
	padding-right: 50px;
}
.header_item, .topmenu_item, .catalog_item, .navigator_item, .about_preims, .about_preims_item, .footer_item_head, .footer_item_menu, .footer_item, .detail_info, .detail_info_category, .detail_info_name, .detail_info_price, .detail_info_price_old, .detail_info_price_new, .detail_info_fields, .detail_info_fields_str, .detail_info_action, .detail_info_desc, .detail_info_desc_dop, .detail_info_delivery, .detail_info_delivery_item, .tpl-block-list, .catalog_item_cart, .tpl-block-cart-totals, .tpl-block-cart-info, .about_shop_head, .tpl-block-order-customer p, .tpl-block-order-customer .tpl-caption, .tpl-block-order-customer .tpl-value, .tpl-block-order-customer label, .tpl-block-order-address p, .tpl-block-order-address  .tpl-caption, .tpl-block-order-address .tpl-value, .tpl-block-order-address, .tpl-block-order-address label, .tpl-block-order-actions, .tpl-component-order-added {
	float: left;
	width: 100%;
}

.header {
	background: #2a2a2a;
}
.header_item {
	
}
.header_item_logo {
	float: left;
	margin: 17px 0px;
}
.header_item_desc {
	float: left;
	margin: 10px 23px;
	height: 36px;
	font-weight: 500;
	color: #cecece;
	letter-spacing: 0.5px;
	font-size: 12px;
	line-height: 10px;
}
.header_item_desc span {
	font-size: 18px;
	color: white;
	display: inline-block;
	line-height: 15px;
	margin-top: 10px;
}
.header_item_desc a {
	color: white;
}
.header_item_menu {
	float: left;
}
.header_item_menu_item {
	float: left;
	height: 70px;
	line-height: 70px;
	padding: 0px 25px;
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff !important;
	border-right: 1px solid #454343;
	border-left: 1px solid #454343;
	letter-spacing: 1px;
	display: block;
}
.header_item_menu_item:hover {
	color: #fff;
}
.header_item_menu_item.active {
	background: #454343;
}
.header_item_search {
	float: left;
	height: 40px;
	padding: 15px 25px;
	position: relative;
}
input:focus {
	outline: none;
}
.header_item_search input {
	height: 40px;
	width: 500px;
	border-radius: 256px;
	border: 0 none;
	font-size: 12px;
	letter-spacing: 0.4;
	padding: 0px 0px 0px 25px;
}
.header_item_search_button {
	position: absolute;
	height: 100%;
	right: 35px;
	top: 28px;
	width: 40px;
	text-align: center;
	font-size: 12px;
	color: #2a2a2a;
	line-height: 40px;
	cursor: pointer;
}
.header_item_icons {
	float: right;
	font-size: 25px;
	height: 40px;
	padding: 15px 0px;
	margin-left: 25px;
}
.header_item_icons a {
	color: #fff;
}
.topmenu {
	background: #454343;
}
.topmenu_item {
	padding: 18px 0px;
	line-height: 14px;
}
.topmenu_item a {
	font-size: 13px;
	color: #fff;
	letter-spacing: 0.6px;
	margin-right: 25px;
	line-height: 14px;
}
.banner {
	background-size: cover;
}
.banner_text {
	margin-top: 150px;
	margin-bottom: 180px;
	float: left;
	max-width: 350px;
	/*color: #2a2a2a;*/
	color: #fff;
}
.banner_text_head {
	float: left;
	width: 100%;
	font-size: 23px;
	text-transform: uppercase;
	font-weight: 900;
	margin-bottom: 20px;
	line-height: 25px;
}
.banner_text_head span {
	font-size: 60px;
    display: inline-block;
    margin-bottom: 21px;
}
.banner_text_desc {
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 23px;
	font-weight: 500;
	margin-bottom: 30px;
}
.banner_text_button {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.5px;
	border: 3px solid #2a2a2a;
	padding: 15px 36px;
	background: #fff;
	line-height: 16px;
	color: #2a2a2a !important;
	text-transform: uppercase;
}
.catalog {
	color: #2a2a2a;
}
.catalog_action {
	text-align: center;
    margin-top: 40px;
    font-size: 20px;
    font-weight: 500;
}
.catalog_head {
	margin-top: 25px;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	text-align: center;
}
.catalog_head_dop {
	font-size: 16px;
	letter-spacing: 0.3px;
	margin-bottom: 50px;
	text-align: center;
}
.catalog_item {
	margin-bottom: 50px;
}
.catalog_item_img {
	width: 100%;
	height: 0;
	padding-top: 100%;
	background-size: cover !important;
	margin-bottom: 12px;
	float: left;
	background-color: #eee !important;
}
.catalog_item_name {
	font-size: 14px;
	line-height: 18px;
	color: #2a2a2a !important;
	margin-bottom: 12px;
	float: left;
	width: 100%;
}
.catalog_item_price {
	float: left;
	width: 100%;
	letter-spacing: 0.3px;
    line-height: 17px;
    white-space: nowrap;
}
.catalog_item_price_old {
	font-size: 15px;
	color: #c4c4c4;
	font-weight: 700;
	line-height: 15px;
	vertical-align: top;
	text-decoration: line-through;
	margin-right: 7px;
}
.catalog_item_price_new {
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	margin-right: 3px;
	line-height: 20px;
}
.catalog_item_price_cur {
	display: inline-block;
	font-size: 15px;
	vertical-align: bottom;
	font-weight: 700;
}
.navigator {
	background: #0078d5;
}
.navigator_head {
	float: left;
	width: 100%;
	text-align: center;
	color: #fff;
	letter-spacing: 0.6px;
	font-size: 30px;
	font-weight: 700;
	line-height: 30px;
	margin: 50px 0px;
	text-transform: uppercase;
}
.navigator_item {
	background: #fff;
	margin-bottom: 60px;
}
.navigator_item_img {
	width: 100%;
	float: left;
	background-size: cover !important;
	height: 0;
	padding-top: 110%;
}
.navigator_item_name {
	line-height: 16px;
	padding: 22px 0px;
	float: left;
	width: 100%;
	text-align: center;
	color: #2a2a2a;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.6px;
}
.about {
	color: #2a2a2a;
}
.about_head {
	margin-top: 50px;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	text-align: center;
}
.about_body {
	font-size: 16px;
	letter-spacing: 0.3px;
	margin-bottom: 50px;
	text-align: justify;
	line-height: 23px;
	margin-top: 10px;
}
.about_body p, .about_body ul {
	
}
.about_body h2, .about_body h3 {
	text-align: center !important;
}
.about_body a {
	color: #0078d5;
}
.about_preims {
	text-align: center;
}
.about_preims_item {
	margin-bottom: 50px;
}
.about_preims_item_head {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 9px;
	line-height: 16px;
}
.about_preims_item_head i {
	display: inline-block;
	margin-right: 5px;
	font-size: 13px;
	color: #ffdc38;
}
.about_preims_item_body {
	font-size: 13px;
	line-height: 18px;
}
.footer {
	background: #ebebeb;
	color: #4b4a4a;
	padding-top: 50px;
}
.footer_item {
	margin-bottom: 50px;
}
.footer_item_head {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5;
	margin-bottom: 18px;
	line-height: 16px;
}
.footer_item_menu {
	
}
.footer_item_menu a {
	color: #4b4a4a;
	display: inline-block;
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 10px;
}
.footer_item_logo {
	float: right;
}
.footer_item_desc {
	float: right;
	width: 100%;
	text-align: right;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	color: #cecece;
	margin-top: 20px;
}
.footer_item_desc a {
	color: black;
	font-weight: 500;
}
.footer_item_desc span {
	color: black;
	font-weight: 500;
}
.bottom_footer {
	background: #d4d4d4;
}
.bottom_footer_copy {
	font-size: 12px;
	line-height: 12px;
	color: #959595;
	padding: 26px 0px;
}
.about_catalog {
	border-top: 3px solid #f0f0f0;
}
.catalog_pagination {
	text-align: center;
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.catalog_pagination_next_button {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.5px;
	border: 3px solid #2a2a2a;
	padding: 15px 36px;
	background: #fff;
	line-height: 16px;
	color: #2a2a2a !important;
	text-transform: uppercase;
	margin-bottom: 10px;
	cursor: pointer;
}
.catalog_pagination_text {
	width: 100%;
	float: left;
	font-size: 14px;
	color: #2a2a2a;
}
.catalog_filter {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 50px;
}
.catalog_filter_button {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.5px;
	border: 3px solid #2a2a2a;
	padding: 15px 36px;
	background: #fff;
	line-height: 16px;
	color: #2a2a2a !important;
	text-transform: uppercase;
	margin: 5px;
	cursor: pointer;
}
.catalog_filter_button_item {
	position: absolute;
	background: #fff;
	width: 100%;
    left: 0;
    z-index: 90;
    border: 3px solid #292929;
    margin-top: -8px;
    padding: 20px;
    display: none;
}
.catalog_filter_button:hover .catalog_filter_button {
	display: block;
}
.catalog_filter_button_item div {
	display: inline-block;
	margin: 5px 15px;
	font-weight: 500;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	font-size: 14px;
	color: #282828;
}
.catalog_filter_button_yellow {
	color: #ffdc38 !important;
	border-color: #ffdc38 !important;
}
.detail {
	padding-top: 55px;
}
.detail_slider {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.detail_slider_left {
	float: left;
	width: 100%;
    overflow-y: scroll;
    height: 0;
}
.detail_slider_left_item {
	background-size: cover !important;
	float: left;
	width: 100%;
	height: 0;
	padding-top: 100%;
	margin-bottom: 20px;
	cursor: pointer;
}
.detail_slider_right {
	background-size: contain !important;
	float: left;
	width: 100%;
	height: 0;
	padding-top: 100%;
}
.detail_info {
	color: #2a2a2a;
	letter-spacing: 0.3;
}
.detail_info_category {
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 10px;
}
.detail_info_name {
	font-size: 23px;
	line-height: 27px;
	margin-bottom: 10px;
	font-weight: 500;
}
.detail_info_price {
	font-weight: 500;
}
.detail_info_price_old {
	font-size: 27px;
	text-decoration: line-through;
	opacity: 0.22;
	line-height: 27px;
}
.detail_info_price_new {
	font-size: 35px;
	line-height: 35px;
	margin-right: 5px;
}
.detail_info_price_new span {
	font-size: 27px;
}
.detail_info_fields {
	margin-top: 15px;
}
.detail_info_fields_str {
	font-size: 14px;
	line-height: 14px;
	padding: 3px 0px;
}
.detail_info_action {
	margin-bottom: 25px;
	margin-top: 25px;
}
.detail_info_action_button {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.5px;
	border: 3px solid #ffdc38;
	padding: 15px 36px;
	background: #fff;
	line-height: 16px;
	text-transform: uppercase;
	cursor: pointer;
	color: #ffdc38 !important;
}
.detail_info_desc {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
}
.detail_info_desc_dop {
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
}
.detail_info_delivery {
	margin-top: 40px;
}
.detail_info_delivery_item {
	margin-bottom: 25px;
	padding-left: 45px;
	position: relative;
	color: #cbcbcb;
}
.detail_info_delivery_item_img {
	position: absolute;
	left: 0;
	top: 0;
	width: 45px;
	text-align: center;
	font-size: 18px;
}
.detail_info_delivery_item_text {
	font-size: 20px;
	line-height: 22px;
	font-weight: 500;
}
.detail_info_delivery_item_text span {
	font-size: 16px;
	font-weight: 400;
}
.about_body .media img {
	width: 100px;
	margin-right: 15px;
}
.catalog_item_cart {
	margin-top: 14px;
    line-height: 20px;
}
.catalog_item_cart .tpl-property-qty {
    font-weight: 500;
    font-size: 12px;
    float: left;
}
.tpl-property-qty input {
    width: 23px;
    padding: 0px;
    border: 0 none;
    border-bottom: 1px solid #ddd;
    height: 20px;
}
.goods_item_wrap_cart_add {
    font-size: 16px;
    font-weight: 500;
    background: none;
    border: 0 none;
    display: inline-block;
    outline: none;
    color: #292929;
    float: right;
}
.tpl-block-cart-totals {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.6px;
}
.tpl-block-cart-info {
	font-size: 16px;
    line-height: 22px;
    margin-top: 8px;
}
.tpl-link-cart-refresh {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.5px;
	border: 3px solid #ffdc38;
	padding: 15px 36px;
	background: #fff;
	line-height: 16px;
	text-transform: uppercase;
	cursor: pointer;
	color: #ffdc38 !important;
	border-color: #ffdc38 !important;
	margin-bottom: 5px;
}
.tpl-link-order-add {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.5px;
	border: 3px solid #292929;
	padding: 15px 36px;
	background: #fff;
	line-height: 16px;
	text-transform: uppercase;
	cursor: pointer;
	color: #292929 !important;
	margin-bottom: 5px;
}
.tpl-block-cart-coupons {
	margin-top: 30px;
	margin-bottom: 70px;
}
.tpl-block-cart-coupons-add input {
	height: 40px;
	width: 100px;
	vertical-align: top;
	border: 0 none;
	border-bottom: 3px solid #ffdc38;
	font-weight: 700;
}
.tpl-block-cart-coupons-add button {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.5px;
	border: 0 none;
	border: 3px solid #ffdc38;
	padding: 11px 20px;
	background: #fff;
	line-height: 12px;
	text-transform: uppercase;
	cursor: pointer;
	color: #ffdc38 !important;
	border-color: #ffdc38 !important;
	vertical-align: top;
}
.tpl-block-cart-coupons .about_shop_head {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.6px;
    margin-bottom: 10px;
}
.chechout_my_last .about_shop_head {
	text-align: center;
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.6px;
}
.tpl-block-order-customer p, .tpl-block-order-address p {
	
}
.tpl-block-order-customer .tpl-caption, .tpl-block-order-address  .tpl-caption {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.6px;
}
.tpl-block-order-customer .tpl-value, .tpl-block-order-address .tpl-value {
	background: none;
	border-top: 3px solid #f1f1f1;
	border-left: 3px solid #f1f1f1;
	border-right: 3px solid #f1f1f1;
	border-bottom: 3px solid #ffdc38;
	font-size: 16px;
	height: 40px;
}
.tpl-block-order-actions {
	text-align: center;
	margin-bottom: 50px;
}
.tpl-block-order-actions .tpl-link-checkout, .tpl-block-order-actions .tpl-link-next {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.5px;
	border: 3px solid #292929;
	padding: 15px 36px;
	background: #fff;
	line-height: 16px;
	text-transform: uppercase;
	cursor: pointer;
	color: #292929 !important;
	margin-bottom: 5px;
}
.tpl-component-order-added {
	margin-bottom: 60px;
}
.tpl-property-delivery-method-name {
	font-size: 16px;
    font-weight: 500;
}
.tpl-block-order-delivery-method-radio {
	margin-right: 5px;
}
.tpl-property-delivery-estimate-price {
	font-size: 15px;
    font-weight: 700;
    color: #292929;
}
.tpl-property-delivery-method-description {
	font-size: 14px;
	line-height: 17px;
}
.tpl-block-order-actions .tpl-link-prev {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.5px;
	border: 3px solid #292929;
	padding: 15px 36px;
	background: #fff;
	line-height: 16px;
	text-transform: uppercase;
	cursor: pointer;
	color: #292929 !important;
	margin-bottom: 5px;
	color: #ffdc38 !important;
	border-color: #ffdc38 !important;
}
.tpl-property-delivery-estimate-dates {
	font-weight: 500;
	font-size: 14px;
}
.desc_text {
	margin-bottom: 70px;
	text-align: justify;
	padding: 0 50px;
}

.desc_text h1, .desc_text h2, .desc_text h3 {
	text-align: center;
}
.review_item {
    border: 1px solid #f6f6f6;
    box-sizing: border-box;
    padding: 20px 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}
.review_item_img_wrap {
    float: left;
    width: 120px;
    margin-right: 15px;
    overflow: hidden;
    border-radius: 7px;
    position: relative;
    height: 120px;
}
.review_item_img_wrap img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.3s ease-in-out;
}
.review_item:hover img {
	-webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}
.review_item_head {
	font-weight: 500;
    font-size: 19px;
}
.review_item_text {
    font-weight: 500;
    font-size: 14px;
}
.review_add {
	margin-bottom: 60px;
}
.review_add input {
    height: 40px;
    width: 100%;
    font-size: 16px;
	border: 1px solid #f1f1f1;
    background: none;
}
.review_add textarea {
    width: 100%;
    font-size: 16px;
	border: 1px solid #f1f1f1;
    background: none;
    padding: 0;
}
.review_add .warnText {
    color: #50c878;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 12px;
}
.review_add .nc-field-caption {
    display: block;
    margin-top: 12px;
    margin-bottom: 2px;
    font-weight: 500;
    font-size: 16px;
}
.review_add input[type=file] {
    height: auto;
    padding: 10px 10px;
    font-weight: 500;
}
.review_add input[type=submit] {
    background: #2a2a2a;
    color: #fff;
    border: 0 none;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 7px;
    width: auto;
}
.review_add .nc-hint-required-fields {
    font-weight: 500;
    padding: 16px 0px;
    color: #ddd;
}
.about_shop_head_banner_link {
	color: #2a2a2a !important;
}
.watsapp_button {
	display: none;
}
.fixed_top_menu {
	position: fixed;
	z-index: 100;
}
.topmenu.fixed_top_menu .topmenu_item {
	width: auto;
}
.topmenu.fixed_top_menu .header_item_icons {
	padding: 10px 0 0 0;
}
.hidden {
	display: none;
}
.top_menu_phone {
	float: left;
	margin: 12px 30px 10px 5px;
	font-weight: 700;
	color: white;
	font-size: 18px;
}
.top_menu_phone a {
	color: white;
}
.burger_button {
	display: none;
	float: right;
	background: #454343;
    color: white;
    border: 2px solid white;
    border-radius: 5px;
    margin: 10px 0 10px 10px;
    font-size: 20px;
    padding: 1px 8px;
    line-height: 30px;
}
.topmenu .collapse:not(.show) {
	display: flex !important;
}
.photo-otziv {
	height: 350px;
	padding: 30px;
}
.photo-otziv img {
	object-fit: cover;
    width: 100%;
    height: 100%;
    border: 1px solid #454343;
}

@media (max-width: 767px) {
	.header, .topmenu, .banner, .catalog, .navigator, .about, .footer, .bottom_footer, .detail {
		padding-left: 0px;
		padding-right: 0px;
	}
	.topmenu_item {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.header_item_search {
		display: none;
	}
	.topmenu_item a {
	    padding: 7px 3px;
		display: inline-block;
		margin: 0 12px !important;
	}
	.header_item_menu_item {
		padding: 0px 17px;
	}
	.header_item_icons {
		margin-left: 17px;
	}
	.banner_text_head span {
		font-size: 55px;
	}
	.watsapp_button {
		display: block;
		position: fixed;
		bottom: 20px;
		left: 20px;
	}
	.topmenu.fixed_top_menu .collapse:not(.show) {
		display: none !important;
	}
	.fixed_top_menu .burger_button {
		display: block !important;
	}
	
	.desc_text {
		padding: 0;
}
}

@media (max-width: 991px) and (min-width: 768px) {
	.header, .topmenu, .banner, .catalog, .navigator, .about, .footer, .bottom_footer, .detail {
		padding-left: 0px;
		padding-right: 0px;
	}
	.header_item_search {
		display: none;
	}
	.header_item_menu_item {
		padding: 0px 17px;
	}
	.header_item_icons {
		margin-left: 17px;
	}
	.topmenu.fixed_top_menu .collapse:not(.show) {
		display: none !important;
	}
	.fixed_top_menu .burger_button {
		display: block !important;
	}
}

@media (max-width: 1200px) and (min-width: 992px) {
	.topmenu.fixed_top_menu {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.header_item_search input {
		width: 165px;
		margin-right: 0px;
		font-size: 10px;
	}
	.header_item_icons {
		margin-left: 10px;
	}
	.fixed_top_menu .topmenu_item a {
		font-size: 12px !important;
		margin-right: 15px !important;
	}
}

@media (max-width: 1400px) and (min-width: 1201px) {
	.header_item_search input {
		width: 350px;
	}
}