@media (min-width: 1348px) {
	.body-wrapper {
		width: 1347px;
	}
}


@media (max-width: 1176px) {
	.home_container {
		position: relative;
	}

	.main-aside {
		position: absolute;
		left: -565px;
		height: 100%;
		transition: all .2s linear;
	}

	.mobile-burger {
		display: flex;
	}

	.mobile-burger .hidden {
		display: none;
	}

	.dm .menu-main-menu-container {
		display: none;
	}

	.main-aside .mm {
		display: block;
	}

	.main-aside .menu {
		display: unset;
		line-height: 2;
	}

	.main-aside .menu li {
		margin-left: 0;
		padding-left: 26px;
	}

	.main-aside .menu li a {
		color: #d5d5d5;
	}



	.custom-logo-link {
		margin-right: auto;
	}

	.cart-menu {
		display: block;
	}

	.cart-menu svg path {
		fill: #19488f;
	}
}


@media (max-width: 940px) {
	.tab_item_product img {
		width: auto;
		height: 150px;
	}

	.sale-slider {
		display: none;
	}
}


@media (max-width: 768px) {

	.search-form {
		margin-right: 0;
	}

	.search-form .search-field {
		width: 50%;
		margin-left: 25px;
	}

	.tab_item_product {
		width: 100%;
		margin-bottom: 10px;
		border-top: 1px solid #d1d1d1;
	}

	/*.tab_item_product a {
		display: flex
	}*/

	.tab_item_product h2 {
		border: none;
	}

	.tab_item_product img {
		/*width: 240px;*/
		/*height: 240px;*/
		padding: 10px;
	}

	.tab_item_product .model {
		margin-bottom: 15px;
	}

	.product_container {
		width: 100%
	}

	.wrapper .tab_content {
		border: none;
	}

	.single-container-item .wrapper {
		min-height: 300px;
	}

	.breadcrumbs {
		display: none;
	}

	.single-container-item {
		flex-direction: column;
	}

	.single-container-item .meta-info {
		max-width: 100%;
	}

	.wrapper .tabs .tab {
		font-size: 16px;
	}

	.home_slider img {
		min-height: 200px;
	}
}



@media (max-width: 600px) {
	.logged-in .header-fixed {
		top: 0;
	}

	.search-form .search-field {
		padding: 5px;
	}

	.search-form .search-submit {
		font-size: 10px;
		padding: 3px 6px;
	}
}




@media (max-width: 565px) {

	.header-fixed {
		height: 50px;
	}

	.custom-logo-link {
		height: unset;
		border: unset;
	}

	.custom-logo-link img {
		max-width: 150px;
		width: 100%;
		display: block;
	}

	.mobile-burger {
		width: 50px;
		height: 50px;
	}

	.mobile-burger svg {
		display: block;
		width: 30px;
		height: 30px;
	}

	/*.search-form {
		border-left: 1px solid #d1d1d1;
	}*/


	.main-aside {
		max-width: 100%;
	}


	.dws-menu li ul {
		position: unset;
		top: unset;
		right: unset;
		width: unset;
		display: block !important;
		overflow-y: hidden;
		padding-left: 20px;
	}

	.dws-menu>ul li>ul li {
		width: unset;
	}


	.wrapper .tabs {
		font-size: 14px;
	}

	.wrapper .tabs .tab {
		margin-right: 15px;
	}


	.tab_item_product img {
		height: 130px;
	}

	.pdf-widget a {
		font-size: 16px;
	}


	.single-container-item .wrapper .tabs {
		overflow-y: hidden;
		overflow-y: scroll;
	}

	.single-container-item .wrapper .tabs .tab {
		margin-right: 15px;
	}
}



@media (max-width: 565px) {
	.pdf-widget span {
		display: none;
	}
}

@media (max-width: 375px) {
	.search-form .search-submit {
		font-size: 8px;
	}
}