@media screen and (max-width: 700px) {
  .wrap {
  	width: 95%;
  }
  header {
  	width: 100%;
  	float: left;
  	position: relative;
    min-height: 50px;
  }
  header a.logo {
    margin-top: 0;
	z-index: 3;
  }
  header .column:first-of-type .dropMenu {
    margin: 10px auto;
    position: relative;
  }
  header .dropMenu {
  	margin: auto;
  }
  header ul.headNav {
    display: block;
    position: relative;
  }
  header ul.headNav li#burgerNav {
    position: absolute;
    right: 0;
    top: -16px;
  }
  header ul.headNav li#burgerNav.opened {
    top: -13px;
  }
  header ul.headNav ul {
    display: none;
  }
  header ul.headNav ul.active {
    display: block;
    position: absolute;
    background-color: var(--white-color);
    top: 20px;
    right: 0;
    width: 175px;
    padding: 10px;
    z-index: 1;
    border: 1px solid var(--light-grey-border-color);
  }
  header ul.headNav ul.active li:not(:first-of-type) {
    margin-top: 5px;
  }
  header ul.headNav ul.active li:not(:first-of-type):hover {
    background: var(--light-grey-border-color);
  }
  section#intro .inner {
  	margin: 70px auto;
  }
  section#intro, section.extIntro:first-of-type {
  	min-height: auto;
  }
  section.srchRes .row {
    flex-direction: column;
  }
  section.srchRes .column {
    width: 100%;
  }
  section.srchRes .column:first-of-type {
    margin-bottom: 20px;
  }
  section.srchRes .box.prev:not(.list) {
    max-width: 200px;
  }
  section#srchRes .box form {
    display: none;
    height: auto;
  }
  section.srchRes .box input#exp:checked ~ form {
    display: block;
    animation: fade 0.2s;
  }
  @keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
  }
  section.srchRes .box input#exp ~ label:before {
    content: "⌄";
    position: absolute;
    top: 7px;
    right: 12px;
    font-size: 20px;
  }
  section.srchRes .box input#exp:checked ~ label {
  	background: var(--light-grey-border-color);
  	border: 1px solid var(--light-grey-border-color);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  section.srchRes .box input#exp:checked ~ label:before {
    content: "⌃";
    position: absolute;
    top: 16px;
    right: 12px;
    font-size: 20px;
  }
  section.srchRes .box form .priceRange input {
    max-width: 80px;
  }
  section.srchRes .row .column .row {
    flex-direction: initial;
  }
  section.srchRes .box.list .infoWrap ul li,
  section.srchRes .box.list .prAction ul li {
    line-height: 25px;
  }
  section.srchRes .row .column .row .box.deal.list .infoWrap {
	padding-top: 0;
  }
  section.srchRes .row .column .row .box.offer.list .infoWrap {
    padding-bottom: 0;
  }
  .box.deal.list .prAction ul li:not([data-type="expiration"]) {
  	float: left;
  	margin-right: 15px;
  	position: relative;
  }
  section.srchRes .row .column .row .box.deal.list .prAction ul li[data-type="dealLabel"]:not(:last-of-type) {
  	border-right: 1px solid #d8d8d8;
  	padding-right: 10px;
  	margin-right: 10px;
  } 
  section.srchRes .row .column .row .box.deal.list .prAction ul li span {
	padding: 0;
  }
  section#prInfo .row {
    flex-direction: column;
  }
  section#prInfo .row .column {
    width: 100%;
    padding: 0;
    display: flex;
    flex-flow: column;
  }
  section#prInfo .row .column:not(:first-of-type) {
    margin-top: 15px;
  }
  section#prInfo .row .column .main {
    width: 100%;
  }
  section#prInfo .row .column .thumbs {
    width: 100%;
    margin-top: 15px;
    order: 2;
    margin-right: 0;
  }
  section#prInfo .row .column .price {
    display: block;
    text-align: center;
  }
  section#prInfo .column:last-of-type ul li span {
    display: inline-block;
    min-width: 70px;
  }
  section#offers .tabHead form {
    flex-flow: column;
    width: 100%;
    min-height: 32px;
  }
  section#offers .tabHead form fieldset:first-of-type {
    order: 2;
  }
  section#offers form .select {
    width: 118px;
    margin: 10px 10px 10px 0;
  }
  .resTable thead {
    display: none;
  }
  .resTable tr {
    box-shadow: rgba(0, 0, 0, 0.03) 0px 10px 20px, rgba(0, 0, 0, 0) 0px 0px 1px;
    border-bottom: 2px solid var(--light-grey-border-color);
  }
  .resTable tbody td {
    display: block;
    padding: 10px 10px 10px 100px;
    border-bottom: 1px solid var(--light-grey-border-color);
	min-height: 20px;
  }
  .resTable tbody td:last-of-type {
    padding-left: 0;
    text-align: center;
  }
  .resTable tbody td::before {
    content: attr(data-type);
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px;
    font-weight: 600;
    text-transform: capitalize;
  }
  section .row.flex  {
    justify-content: space-around;
  }
  footer {
    min-height: 150px;
    height: auto;
  }
  footer .row {
    flex-wrap: wrap;
    flex-direction: column;
  }
  footer .row ul li:first-of-type {
    margin-top: 10px;
  }
  section.srchRes .box.list .flexWrap {
  	width: 70%;
  	float: left;
  	position: relative;
  	display: flex;
  	flex-direction: column;
  }
  section.srchRes .box.list .flexWrap .infoWrap, 
  section.srchRes .box.list .flexWrap .prAction {
  	width: calc( 100% - 30px );
	padding-bottom: 0;
  }
  section.srchRes .srchFilters .btnGroup {
  	display: none;
  }
  .box.list .infoWrap ul li[data-type="product"]
  .box.list .infoWrap ul li[data-type="deal"] {
	max-height: 50px;
  }
  .owlWrap .owl-item .box {
  	width: 100%;
  	max-width: none !important;
  	display: flex;
  	min-height: 150px;
    max-height: 200px;	
  }
  .owlWrap .owl-item .box .imgWrap {
  	width: 20%;
  }
  .owlWrap .owl-item .box .flexWrap {
    width: 80%;
    float: left;
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .owlWrap .owl-item .box .prAction {
  	order: -1;
  	padding-top: 15px;
    text-align: justify;
    padding-bottom: 0;
  }
  .owlWrap .owl-item .box .prAction ul li {
  	display: inline-block;
  	position: relative;
  }
  .owlWrap .owl-item .box .prAction ul li[data-type="dealLabel"] {
  	float: left;
  	margin-right: 15px;
  }
  .owlWrap .owl-item .box .prAction ul li span {
	padding: 0;
  }
  .owlWrap .owl-item .box .infoWrap {
  	text-align: justify;
  }
  .owlWrap .owl-item .box .infoWrap li[data-type="deal"] {
  	height: unset;
  	max-height: 40px !important;
  }
  .owlWrap .owl-item .box .imgWrap a {
    height: unset;
    min-height: 150px;
    max-height: 200px;
  }
  section.floatLeft.xl .row.flex .col {
	text-align: center;
  }
  section.floatLeft.xl .row.flex .col img {
	width: 95%;
	margin-top: 20px;
  }
  .prAction li[data-type="offersCount"] {
  	float: right;
  }
  .box.list .infoWrap ul li[data-type="deal"],
  .box.list .infoWrap ul li[data-type="product"] {
  	max-height: 60px;
  }

  #quickView .popupContent .popupMain {
  	flex-wrap: wrap;
  	flex-direction: column;
  	justify-content: center;
	align-items: center;
  }
  #quickView .popupContent .popupMain .flexWrap {
  	width: 100%;
  	padding: 0;
  }
  #quickView .popupContent .popupMain .flexWrap ul {
  	width: 100%;
  }
  #quickView .popupContent .popupMain .flexWrap ul li[data-type="taxonomy"] span:not(:last-of-type)::after {
  	line-height: initial;
  }
  #quickView .popupContent .popupMain .flexWrap ul li[data-type="dealsCount"] a {
  	width: 100%;
  }  
  .catShow {
	border: 0;
	position: absolute;
	top: 30px;
  }
  .catShow ul li {
	width: 100%;
	}
	.catShow ul li ul {
		right: 0;
		width: auto;
	}
  
	#quickView .popupContent .popupMain .imgWrap {
		width: 100%;
	}
  .box.mob .infoWrap {
  	padding-bottom: 0;
  }
  section.srchRes .row .column .row .box.deal .prAction ul li {
	display: block;
  	width: 100%;
  }
  section.srchRes .row .column .row .box.deal.list .dealBoxTitle  {
  	flex-wrap: wrap;
  	flex-direction: column;
  }
  section.srchRes .row .column .row .box.deal.list .dealTitle {
	width: calc( 100% - 20px );
	} 
	section.srchRes .row .column .row .box.deal.list .title {
		height: auto;
		max-height: 50px;
	}
	section.srchRes .row .column .row .box.deal.list .dealType {
		width: calc( 100% - 20px );
		order: -1;
	}	
	.promo .wrap .desk,
	.promo .wrap .mob {
		width: 100%;
		padding: 10px 0;
		align-items: center;
		flex-direction: row;
		justify-content: space-between !important;
	}
	
	header .mainHead {
		padding-top: 10px;
	}
	header .column:nth-of-type(2) {
		margin-top: 0;
	}
	header .wrap .column {
		flex: none;
		width: 100%;
	}
	section#companySrchRes .column:nth-of-type(2) .box {
  		width: 100%;
  	}
  	.box.offer .prAction ul li {
  		width: 100%;
  	}
  	section.srchRes .row {
  		justify-content: space-around;
  	}
}
@media screen and (min-width: 701px) {
/*   header {
    height: 50px;
  } */
  header .column:first-of-type .dropMenu {
    float: left;
    position: relative;
  }
  header ul.headNav,
  header ul.headNav ul {
    display: inline-flex;
    justify-content: space-around;
  }
/*   section#prInfo .column:last-of-type ul li span {
    display: block;
  }
 */
	section#offers form {
		height: 32px;
	}

	section#offers .resTable tbody tr td:last-of-type {
    width: 122px;
  }
  section .row.flex  {
    justify-content: space-between;
  }
  .box.list .infoWrap ul li.title {
  	max-height: 60px;
  }
  section.floatLeft.xl .row.flex {
	width: 65%;
  }
  section.floatLeft.xl .row.flex .col {
  	width: 50%;
  }

  #quickView .popupContent .popupMain {
	display: flex;
  }  
  section.srchRes .box form .fieldTitle {
	font-size: 18px;
	}
	section.srchRes .row .column .row .box.deal.list .dealTitle {
	width: calc( 100% - 155px );
	}
	section.srchRes .row .column .row .box.deal.list .dealType {
	width: 115px;
	}
	.promo .wrap .desk,
	.promo .wrap .mob {
		width: 100%;
		padding: 10px 0;
		align-items: center;
		flex-direction: row;
		justify-content: space-between !important;
	}
	.catShow {
		left: -15px !important;
	}
	.catShow ul.topCat {
		column-count: 3;
	}
	section.srchRes .row .column .row .box.deal.list .dealBoxTitle {
	    max-height: 60px;
	}
}
@media screen and (min-width: 701px) and (max-width: 1200px) {
  header a.logo {
    margin-top: 0;
    margin-right: 10px !important;
  }
  header .dropMenu {
    margin-top: 2px;
  }
  header ul.headNav li#burgerNav {
    display: none;
  }
  header ul.headNav li#burgerNav.opened {
    top: -5px;
  } 
  section.srchRes .column:first-of-type {
    width: 27%;
  }
  section.srchRes .column:nth-of-type(2) {
    width: 68%;
  }
  section.srchRes .row .column .row .box.list .infoWrap {
    width: calc( 65% - 20px );
    text-align: justify;
  }
  section.srchRes .row .column .row .box.list .prAction {
    width: calc( 35% - 30px );
	text-align: center;
  }
  section.srchRes .row .column .row .box.list .flexWrap {
  	width: 80%;
  	display: flex;
  }  
  section.srchRes .row .column .row .box.offer.list .flexWrap {
  	width: 70%;
  }
  section#companySrchRes .column:nth-of-type(2) .box {
  	width: 48%;
	flex-grow: inherit;
  }	
  section.srchRes .row {
  	justify-content: space-between;
  }
}
@media screen and (max-width: 1200px) {
	header .column {
		margin: 10px 0;	
	}
	header .column:nth-of-type(1) {
		justify-content: space-between;
	}
  header ul.headNav li#burgerNav .bar1,
  header ul.headNav li#burgerNav .bar2,
  header ul.headNav li#burgerNav .bar3 {
      width: 20px;
      height: 2px;
      background-color: #333;
      margin: 4px 0;
      transition: 0.4s;
      display: block;
  }
  header ul.headNav li#burgerNav.opened .bar1 {
      -webkit-transform: rotate(-45deg) translate(-9px, 6px);
      transform: rotate(-45deg);
  }
  header ul.headNav li#burgerNav.opened .bar2 {
    opacity: 0;
  }
  header ul.headNav li#burgerNav.opened .bar3 {
      -webkit-transform: rotate(45deg) translate(-8px, -8px);
      transform: rotate(45deg) translate(-8px, -9px);
  }	
  header ul.headNav ul.active li:not(:first-of-type) a {
  	display: block;
  }
  .box.offer.prev:not(.list),
  .box.deal:not(.list) {
    max-width: 200px;
  }
  section.srchRes .row .column .row .box.list,
  section.srchRes .row .column .row .box.list .imgWrap a { 
  	min-height: 150px;
/*   	max-height: 200px; */
	flex-direction: row;
  }
  section.srchRes .box form fieldset.priceRange span  {
    max-width: 35%;
  }
  section.srchRes .srchFilters {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }
  section.srchRes .srchFilters .formGroup {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  } 
  section.srchRes .srchFilters .btnGroup {
    order: 3;
/*     display: flex; */
    justify-content: center;
    /* margin-top: 10px; */
  }
  section.srchRes .srchFilters form {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 10px;
  }
  section.srchRes .srchFilters form .counter {
    margin-right: 10px;
  }
  section.srchRes .srchFilters form .select {
    margin-right: 10px;
  }
  section.srchRes .row .column .row .box.list .imgWrap {
    width: 30%;
  }
  section.srchRes .row .column .row .box.list .imgWrap img {
    max-height: 150px;
  }
/*   section.srchRes .row .column .row .box.deal.list .infoWrap {
    width: calc( 80% - 30px );
  } */
  section.srchRes .row .column .row .box.deal.list .prAction li {
  	margin-bottom: 5px;
  } 
  #quickView .popupContent {
  	width: 90%;
	max-height: 90vh;
	overflow-y: scroll;
  }
  .box .infoWrap li ul {
  	display: none;
  }
  section.intro .row {
  	flex-wrap: wrap;
  	flex-direction: column;
  }
  section.intro .row .column {
	width: 100% !important;
	text-align: center;
	}
	section.intro .row .column p {
	width: 100%;
	}
	section.intro:nth-of-type(3) .column:nth-of-type(2) {
		order: -1;
	}
}
@media screen and (min-width: 1201px) {
  section.srchRes .row {
    justify-content: space-between;
  }
  section.srchRes .row .column:first-of-type {
    width: 19%;
  }
  section.srchRes .row .column:nth-of-type(2) {
    width: 79%;
  }
  section#companySrchRes .column:nth-of-type(2) .box {
  	width: 19%;
	flex-grow: inherit;
  }
  .box.offer,
  .box.deal.grid {
    max-width: 230px;
	min-width: 210px;
  }
  section.srchRes .box form .priceRange input {
    width: 50px !important;
  }
  section.srchRes .row .column .row .box.list,
  section.srchRes .row .column .row .box.deal.list .imgWrap a {
  	min-height: 150px;
  	/* max-height: 215px; */
  }
  section.srchRes .row .column .row .box.deal.list.active {
  	max-height: none;
  }
  section.srchRes .srchFilters {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }
  section.srchRes .srchFilters .formGroup {
    display: flex;
    justify-content: space-between;
/*     width: 100%; */
    order: 2;
    align-self: flex-end;
  }
  section.srchRes .srchFilters form .counter {
    margin-right: 10px;
  }
  section.srchRes .srchFilters form .select:not(:last-of-type),
  section#offers form .select:not(:last-of-type),
  section#offers form fieldset:not(:last-of-type) {
      margin-right: 10px;
  }
  section.srchRes .appFilters {
    align-self: flex-start;
    order: 1;
  }
  section.srchRes .srchFilters .btnGroup {
    order: 3;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    width: 100%;
  }
  section.srchRes .appFilters li {
    display: inline-flex;
  }
  section.srchRes .row .column .row .box.offer.list {
    min-width: 100%;
  }
  section.srchRes .box.list .infoWrap li {
    line-height: 25px;
    width: 100%;
  }
  section.srchRes .box.deal.list .prAction li:not([data-type="dealsCount"]) {
  	text-transform: none;
  }
  section.srchRes .box.deal.list .prAction li[data-type="dealLabel"] {
  	color: var(--red-color);
  }
  section.srchRes .box:not(.deal).list .prAction li:first-of-type {
    margin-bottom: 7px;
  }
  section.srchRes .box.list .prAction li:not(:first-of-type) {
/*     margin-bottom: 10px; */
    transition: all 0.2s ease;
  }
  section.srchRes .box.list .prAction li[data-type="dealsCount"] {
    border: 1px solid #00c18c;
/*     color: #00c18c; */
  }
  section.srchRes .box.list .prAction li[data-type="dealsCount"]:hover {
    color: var(--white-color);
    background: #00c18c;
  }
  section.srchRes .row .column .row .box.list .imgWrap {
    width: 150px;
    height: 150px;
	display: flex;
    align-items: center;
    justify-content: center;
  }
  section.srchRes .row .column .row .box.list .imgWrap img {
    max-height: 150px;
  }
  section.srchRes .row .column .row .box.list .infoWrap {
    width: calc( 100% - 155px );
    text-align: left;
  }
  section.srchRes .row .column .row .box.deal.list .prAction {
    width: 115px;
  }
  section.srchRes .row .column .row .box.offer.list .prAction {
    width: 155px;
  }
  section.srchRes .row .column .row .box.list .flexWrap {
  	width: calc( 100% - 150px );
  	display: flex;
  }
  #quickView .popupContent {
  	width: 50%;
  }
	#quickView .popupContent .popupInfo .tabCont.offers .tabWrap {
		max-height: 230px;
		overflow-y: auto;
	}  
	.box:not(.mob).list .imgWrap:hover + .showPopup {
	  	left: 20px;
    } 
    .box.list .infoWrap ul li.title {
      max-height: 60px;
    }
}
@media screen and (min-width: 1401px) {
	section.srchRes .row .column .row .box.deal.list {
    	max-width: 49%;
  	}
}
  @media screen and (min-width: 1201px) and (max-width: 1400px) {
    section.srchRes .row .column .row .box.deal.list {
      width: 100%;
    }
  }
@media screen and (min-width: 1650px) {
	.az09 a:first-of-type {
		border-top-left-radius: 20px;
		border-bottom-left-radius: 20px;
		padding-left: 15px;
	}
	.az09 a:last-of-type {
		border-top-right-radius: 20px;
		border-bottom-right-radius: 20px;
		padding-right: 15px;
	}	
}    
