@media (max-width: 2040px) {
	#content {
		max-width: 100%;
		flex: 0 0 100%;
		padding: 0;
	}
}
@media (max-width: 1240px) {
	#content {
		max-width: 100%;
		flex: 0 0 100%;
		padding: 0;
	}
}
/*responsive.scss*/
@media only screen and (max-width: 600px){
	.wTxt {
		font-size: 18px;
	}
	.wTxt img {
		max-width: 100% !important;
		height: auto !important;
	}
}
/*# sourceMappingURL=maps/responsive.css.map */
/*responsive.scss*/
@media screen and (max-width: 1000px) {
	.topCategory .wSize {
		width: 90%;
	}
	.wWrapper .mobMenu {
		height: 50px;
		box-shadow: 0px -5px 13px 0px black;
		background-color: #f3f3f3;
	}

	.wWrapper .mobMenu .mobMenu__center {
		display: none;
	}

	.wWrapper .mobMenu .mobMenu__left .mobMenu__logo {
		display: none;
	}

	.mobPhoneBlock {
		display: none;
	}

	.mobHeading {
		display: none;
	}

	.mainHeading {
		display: block;
	}

	.wWrapper .mobMenu .mobMenu__left .mobMenu__menu,
	.wWrapper .mobMenu .mobMenu__left .mobMenu__phone {
		display: none;
	}

	.wWrapper .mobMenu .mobMenu__right .mobMenu__menu {
		display: inline-block;
		background-color: #3775be;
		width: 50px;
		height: 50px;
		border: none;
	}

	.wHeader .topCategory {
		display: block;
		margin-bottom: 9px;
	}

	/*.slick-initialized .slick-slide {*/
	/*  display: block;*/
	/*  width: 101px;*/
	/*  height: 150px;*/
	/*}*/

	.slick-initialized .slick-slide .topCategory__item {
		height: 148px;
	}

	/* .wSize .topCategory__item .topCategory__itemImage {
		height: 50%;
	} */

	.topCategory__itemImage img {
		width: 100%;
		height: auto;
	}
	.-flexWrapper .topCategory__item {
		width: 100%;
		margin: 0;
	}

  .mm-menu .mobPhoneBlock__callback {
    width: 120px !important;
    display: block;
    margin: 0 auto;
  }
  .mm-menu .mobPhoneBlock__callback.mfiA:before {
    left: -16px;
    width: 13px;
    height: 13px;
  }
  .mm-menu .mobPhoneBlock__callback.mfiA:after {
    left: -13px;
    top: 8px;
  }
}

@media (max-width: 930px) {
	.row.col-12 {
		margin: 0 auto;
		padding: 0;
	}
	#d_quickcheckout .qc-col-1.col-md-4,
	#d_quickcheckout .col-md-8,
	#d_quickcheckout .qc-col-3.col-md-6 + .qc-col-4.col-md-12{
		max-width: 100%;
		flex: 0 0 100%;
	}
}

@media screen and (max-width: 800px) {
	#cart_view .qc-checkout-product.panel-body small .title {
		font-size: 14px;
	}
	.mobMenu__left a, .mobile-menu__close {
		display: flex;
	}

	.wWrapper .mobMenu .mobMenu__left .mobMenu__menu,
	.wWrapper .mobMenu .mobMenu__left .mobMenu__phone,
	.wWrapper .mobMenu .mobMenu__center {
		display: none;
	}

	.wWrapper .mobMenu .mobMenu__left img {
		width: auto;
		height: 100%;
	}

	.wWrapper .mobMenu .mobMenu__left .mobMenu__logo {
		height: 48px;
		padding: 4px 0px 4px 7px;
	}

	.wWrapper .mobMenu {
		height: 50px;
		box-shadow: 0px -5px 13px 0px black;
		background-color: #f3f3f3;
	}

	.wWrapper .mobMenu .mobMenu__center {
		display: none;
	}

	.wWrapper .mobMenu .mobMenu__left .mobMenu__logo {
		height: 48px;
		padding: 4px 0px 4px 7px;
	}

	.wWrapper .mobMenu .mobMenu__right .mobMenu__time {
		background-color: #5cbfe9;
	}

	.wWrapper .mobMenu .mobMenu__right .mobMenu__basket {
		background-color: #648fc2;
	}

	.wWrapper .mobMenu .mobMenu__right .mobMenu__menu {
		background-color: #3775be;
	}

	.wWrapper .mobMenu .mobMenu__left .mobMenu__logo {
		display: inline-block;
	}

	.wWrapper .mobMenu .mobMenu__left .mobMenu__menu,
	.wWrapper .mobMenu .mobMenu__left .mobMenu__phone {
		display: none;
	}

	.wWrapper .mobMenu .mobMenu__right .mobMenu__menu {
		display: inline-block;
	}

	.wWrapper .mobMenu .mobMenu__right .mobMenu__time,
	.wWrapper .mobMenu .mobMenu__right .mobMenu__basket,
	.wWrapper .mobMenu .mobMenu__right .mobMenu__menu {
		width: 50px;
		height: 50px;
		border: none;
	}

	.mobPhoneBlock {
		display: block;
		text-align: center;
		margin-top: 13px;
		margin-bottom: 20px;
	}

	.mobPhoneBlock__phoneNumbers {
		display: flex;
		justify-content: center;
		position: relative;
	}

	.mobPhoneBlock__phoneNumbers span {
		color: #4c4f60;
		font-size: 17px;
		margin: 0 0 0 9px;
		letter-spacing: 1px;
	}

  .mobPhoneBlock__phoneNumbers span a {
    color: #000;
  }

	.mobPhoneBlock__callback {
		display: inline-block;
		color: #3775be;
    position: relative;
	}

  .mobPhoneBlock__callback.mfiA:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: #3775be;
    border-radius: 50%;
    position: absolute;
    left: -25px;
    top: 5px;
  }
  .mobPhoneBlock__callback.mfiA:after {
    border-bottom: 2px solid white;
    border-right: 2px solid white;
    content: '';
    display: block;
    height: 6px;
    width: 6px;
    position: absolute;
    left: -21px;
    top: 9px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .mobPhoneBlock__phoneNumber {
		margin: 0 5px;
	}

	.mobPhoneBlock__phoneNumber img {
		width: 9px;
		height: 15px;
		margin-bottom: 3px;
	}

	.wHeader .topCategory {
		display: block;
		margin-bottom: 9px;
	}

	.mobHeading {
		display: block;
		font-size: 17px;
		margin-bottom: 15px;
		font-weight: 600;
	}

	.mainHeading {
		display: none;
	}
	.topCategory .wSize {
		width: 100%;
		margin: 0;
		padding: 0 30px
	}
}

@media only screen and (max-width: 600px) {

	.wTxt {
		font-size: 18px;
	}

	.wTxt img {
		max-width: 100% !important;
		height: auto !important;
	}
}


@media screen and (max-width: 480px) {
	.wSize .topCategory__item .topCategory__itemImage {
        height: auto;
        width: 35px;
        flex: 0 0 35px;
	}

	.wWrapper .mobMenu {
		height: 50px;
		box-shadow: 0px -5px 13px 0px black;
		background-color: #f3f3f3;
	}

	.wWrapper .mobMenu .mobMenu__center {
		display: none;
	}

	.wWrapper .mobMenu .mobMenu__left .mobMenu__logo {
		height: 48px;
		padding: 4px 0px 4px 7px;
	}

	.wWrapper .mobMenu .mobMenu__right .mobMenu__time {
		background-color: #5cbfe9;
	}

	.wWrapper .mobMenu .mobMenu__right .mobMenu__basket {
		background-color: #648fc2;
	}

	.wWrapper .mobMenu .mobMenu__right .mobMenu__menu {
		background-color: #3775be;
	}

	.wWrapper .mobMenu .mobMenu__left .mobMenu__logo {
		display: inline-block;
	}

	.wWrapper .mobMenu .mobMenu__left .mobMenu__menu,
	.wWrapper .mobMenu .mobMenu__left .mobMenu__phone {
		display: none;
	}

	.wWrapper .mobMenu .mobMenu__right .mobMenu__menu {
		display: inline-block;
	}

	.wWrapper .mobMenu .mobMenu__right .mobMenu__time,
	.wWrapper .mobMenu .mobMenu__right .mobMenu__basket,
	.wWrapper .mobMenu .mobMenu__right .mobMenu__menu {
		width: 50px;
		height: 50px;
		border: none;
	}

	.mobPhoneBlock {
		display: block;
		text-align: center;
		margin-top: 13px;
		margin-bottom: 13px;
	}

	.mobPhoneBlock__phoneNumbers {
		display: flex;
		justify-content: center;
		position: relative;
	}

	.mobPhoneBlock__phoneNumbers span {
		color: #4c4f60;
		font-size: 17px;
		margin: 0 0 0 9px;
		letter-spacing: normal;
	}

	.mobPhoneBlock__callback {
		display: inline-block;
		color: #3775be;
	}

	.mobPhoneBlock__phoneNumber {
		margin: 0 5px;
	}

	.mobPhoneBlock__phoneNumber img {
		width: 9px;
		height: 15px;
		margin-bottom: 3px;
	}

	.wHeader .topCategory {
		display: block;
		margin-bottom: 9px;
	}

	.mobHeading {
		display: block;
		font-size: 17px;
		margin-bottom: 15px;
		font-weight: 600;
	}

	.mainHeading {
		display: none;
	}

	.-flexWrapper .topCategory__item {
		margin-right: 2px;
	}
	#cart_view .qc-checkout-product .table.table-bordered.qc-cart {
		display: block;
		overflow-y: auto;
	}
}


@media screen and (min-width: 1000px) {
	.topCategory .wSize {
		width: 100%;
		padding: 0 10px;
	}
	.wWrapper .mobPhoneBlock,
	.wWrapper .mobHeading {
		display: none;
	}

}

@media screen and (min-width: 1000px) and (max-width: 1350px) {
	.topCategory__item {
		width: 100%;
		/* height: 210px; */
	}
	.topCategory__itemName {
		overflow: visible;
	}
}
@media screen and (min-width: 1350px) {
	.topCategory__itemName {
		overflow: visible;
	}
	/* .topCategory__item {
		height: 210px;
	} */
}

/*# sourceMappingURL=maps/responsive.css.map */
