/* Less CSS Document */
/* Will be auto compiled to CSS file on save */
/* Less CSS Document */
/* Will be auto compiled to CSS file on save */
@media (max-width: 1023px) {
  .container {
    padding: 0 20px;
  }
  body {
    overflow-x: hidden;
    font-size: 1em !important;
  }
  .pop .wrap {
    padding: 50px 20px;
  }
  .swiper-pagination {
    position: relative;
  }
  .swiper-btn {
    display: none;
  }
  html.nav_open {
    overflow: hidden;
  }
  html.nav_open header {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 100;
  }
  html.nav_open header .nav_ico .menu {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  html.nav_open header .nav_ico .close {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  header {
    text-align: center;
    padding: 0;
    max-height: 100vh;
    overflow-y: auto;
    border-bottom: solid 2px #0075c1;
  }
  header .nav_ico {
    position: relative;
    color: #0075c1;
    font-size: 1.3em;
    line-height: 1;
    width: 1em;
    height: 1em;
  }
  header .nav_ico .menu,
  header .nav_ico .close {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: absolute;
    left: 0;
  }
  header .nav_ico .menu {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  header .nav_ico .close {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header .container {
    padding: 0;
  }
  header .r1 {
    background-color: #f8f8f8;
    border-bottom: solid 1px #DDD;
  }
  header .r2 {
    padding: 0;
  }
  header .r2 .container {
    padding: 8px 10px;
    position: relative;
  }
  header .r2 .container .logo {
    flex: 3;
  }
  header .r2 .container .logo a {
    display: flex;
  }
  header .r2 .container .logo img {
    max-height: 50px;
  }
  header .r2 .container > * {
    flex: 1;
  }
  header .r3 {
    background-color: #FFF;
  }
  header nav.main {
    display: none;
  }
  header nav.main .wrap {
    display: block;
    margin: 12px 0;
  }
  header nav.main .wrap .item a {
    color: #0075c1;
    border-bottom: solid 1px #EEE;
    padding: 16px 0;
    font-size: 0.9em;
  }
  header nav.main .wrap .item a:hover {
    background-color: inherit;
  }
  header nav.main .wrap .item .sub {
    display: none;
    position: relative;
    left: 0;
    top: 0;
    max-width: none;
    width: 100%;
  }
  header nav.main .wrap .item .sub a {
    background-color: #def6f7;
  }
  header nav.main .wrap .item .sub-ico {
    position: absolute;
    top: 12px;
    right: 10px;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
  }
  header nav.main .wrap .item .sub-ico:after {
    content: "\e64b";
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
  }
  header nav.main .wrap .item:hover .sub {
    display: none;
  }
  header nav.main .wrap .item.open .sub {
    display: block;
  }
  header nav.main .wrap .item.open .sub-ico {
    top: 8px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  header nav.top {
    margin: 0;
    flex-wrap: wrap;
    padding: 15px 15px 40px 15px;
    background-color: #f2f2f2;
  }
  header nav.top > a {
    width: 50%;
    border: 0 !important;
  }
  header nav.top > a:hover {
    background-color: #FFF;
  }
  header .search {
    margin: 4px 15px;
  }
  header .search .select {
    border-right: solid 1px #DDD;
    height: 40px;
  }
  header .search .select select {
    min-width: 130px;
    padding: 12px 16px;
  }
  header .search .select .ico {
    font-size: 0.8em;
    top: 9px;
  }
  header .search .input {
    flex: 1;
  }
  header .search .input input {
    min-width: 0;
    font-size: 0.85em;
  }
  header .search .input .ico {
    width: 36px;
    height: 36px;
    min-width: 36px;
  }
  header .mycart a,
  header .login a {
    margin: 0;
    margin-left: 6px;
  }
  header .mycart a .ico,
  header .login a .ico {
    width: 38px;
    height: 38px;
    min-width: 38px;
    font-size: 1.1em;
  }
  /*.b2b header{
	.r2{
		.container{
			display: flex;
			justify-content: space-between;
			
			.logo{
				position: relative;
				top:auto;
				left: auto;
				.translate(0,0);
				margin-left: 10px;
				
				img{
					max-height: 42px;
					max-width: none;
				}
			}
		}
	}
	
}*/
}
@media (max-width: 575px) {
    #cookie_msg .item {
        display: block;
        text-align: right;
    }
    #cookie_msg .item .desc {
        max-width: 100%;
        margin-bottom: 15px;
        text-align: left;
    }
    #cookie_msg .item .btn {
        display: inline-block;
    }
  .btn.sty1,
  .btn.sty2,
  .btn.sty3 {
    padding: 8px 20px;
    font-size: 0.92em;
  }
  footer {
    padding: 25px 0;
  }
  footer .container {
    padding: 0 20px;
  }
  footer .newsletter {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  footer .newsletter h2 {
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 1.3em;
    width: 100%;
  }
  footer .newsletter .input {
    max-width: 100%;
    flex: auto;
    width: 100%;
  }
  footer .newsletter .input .btn {
    display: flex;
    align-items: center;
    padding: 10px 15px;
  }
}
