html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	
/*	height: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;*/
}
html {
	height: 100%;
/*	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;*/
}
main {
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color:#FFFCF2;
	background: #191919;
	font-size:1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.clear {
	clear: both;
}
[v-cloak] { display:none !important; }

.nosel {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.st-text {
	color: #272727;
	font-size: 1.2em;
	line-height: 1.6em;
}

.dtcvam {
	display: table-cell;
	vertical-align: middle;
}
.dt {
	display: table;
}
.dtc {
	display: table-cell;
}
.dtr {
	display: table-row;
}
.tal {
	text-align: left;
}
.dib {
	display: inline-block;
}
.mh100 {
	min-height: calc(100vh - 550px);
}
.h100 {
	height: 100vh;
}
.w100 {
	width: 100%;
}
.mr10 {
	margin-right: 10px;
}
.bt {
	font-weight: 700;
}
.dn {
	display: none;
}
.tac {
	text-align: center;
}
.tar {
	text-align: right;
}
.vam {
	vertical-align: middle !important;
}
.vat {
	vertical-align: top;
}
.pr {
	position: relative;
}
#megabiteapp {
	padding-top: 85px;
	background: #eaeaea;
}
.bgred {
	background: #eb0029 !important;
}
.cursor {
	cursor: pointer;
}

.header {
	width: 100%;
	position: fixed;
	top: 0;
	height: 85px;
	z-index: 10;
/*	box-shadow: 0 0 10px rgba(0,0,0,.25);
	background: #eb0029;*/
	transition: 0.4s;
	-webkit-transition: 0.4s;
	background: #38312a;
}
.header .area {
	height: 85px;
	display: table;
	position: relative;
}
.ara20 {
	display: block;
	height: 20px;
}
.ara10 {
	display: block;
	height: 10px;
}
.ara5 {
	display: block;
	height: 5px;
}

.header .area .l img {
	height: 55px;
}
.header .area .l {
	display: table-cell;
	vertical-align: middle;
	text-decoration: none;
}
.header .area nav {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 700;
}

.header .area nav .m .ml {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	padding: 10px;
	margin: 0 10px;
	cursor: pointer;
}
.um-header {
	display: none;
}
.header .area nav .u .l-btn {
	display: inline-block;
	color: #000;
	cursor: pointer;
	background: #fff;
	padding: 10px 30px;
	border-radius: 20px;
	font-size: .8em;
	vertical-align: middle;
}
.header .area nav .u .l-btn.up {
	margin-left: 10px;
}
.header .hcart {
	/*display: none;*/
	width: 35px;
	position: relative;
	float: right;
	margin-top: 25px;
	margin-left:20px;
	cursor: pointer;
}
.header .hcart span {
	position: absolute;
	width: 20px;
	line-height: 20px;
	font-size: 14px;
	text-align: center;
	font-weight: 700;
	left:18px;
	top: -7px;
	background: #e35f29;
	border-radius: 30px;
	border: 2px solid #ffffff;
}
.header .hcart svg {
	fill: #ffffff;
}
.header .area nav .u {
	float: right;
}
.header .area nav .u.mobil {
	display: none;
}
.header .area nav .m {
	display: inline-block;
}


#hmenu
{
	margin-top: 25px;
	display: none;
	cursor: pointer;
}
#hmenu span
{
	width: 35px;
	height: 4px;
	background-color: #ffffff;
	margin: 6px 0;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	display: block;
	border-radius: 2px;
}
#hmenu.open span:nth-child(1) {
	-webkit-transform: rotate(-45deg) translate(-8px, 7px);
	transform: rotate(-45deg) translate(-8px, 7px);
}

#hmenu.open span:nth-child(2) {
	opacity: 0;
}

#hmenu.open span:nth-child(3) {
	-webkit-transform: rotate(45deg) translate(-7px, -7px);
	transform: rotate(45deg) translate(-7px, -7px);
}











.header .area nav .u .l-user {
	display: inline-block;
	color: #000;
	cursor: pointer;
	background: #fff;
	padding: 10px;
	font-size: 12px;
	border-radius: 20px;
}





footer {
	background: #0e0e0e;
}
.footer-area {
	padding: 40px 0;
}
footer .menus {
	display: block;
}
footer .menus .ma {
	width: calc(100% - 200px);
	vertical-align: top;
	display: inline-block;
}
footer .menus .ma .l {
	display: inline-block;
	vertical-align: top;
	margin-right: 50px;
}
footer .menus .ma .l a {
	display: block;
	text-decoration: none;
	color: #ebebeb;
	line-height: 1.3em;
	margin: 5px 0;
	font-size: 0.8em;
}
footer .menus .sm {
	display: inline-block;
	text-align: right;
	width: 200px;
	vertical-align: top;
}
footer .menus .sm a {
	text-decoration: none;
	display: inline-block;
	margin-left:15px;
}
footer .menus .sm a img {
	width: 35px;
	border: 0;
}
footer .notice {
	color: #5e5e5e;
	text-align: center;
	font-size: 8px;
	margin-top: 40px;
}
footer .notice p {
	margin-bottom: 5px;
	line-height: 11px;
}
/*5e5e5e */




.logarea {
	position: fixed;
	/*perspective: 1000px;*/

	width: 100%;
	height: 100%;
	display: none;
	top: 0;
	z-index: 100;
	text-align: center;
}
.logarea.g {
	display: table;
}
.logarea .area {
	position: relative;
	display: inline-block;
	background: #574b3a;
	/*padding-top: 40px;*/
	min-width: 360px;
	border-radius: 5px;
	font-size: 18px;
	box-shadow: 0 0 10px #574b3a47;
	-webkit-transition: all 300ms ease-in-out;
	transition:         all 300ms ease-in-out;
}
.logarea .area.lo {
	opacity: .5;
	transform: scale(.85) rotateY(20deg);
	/*border-radius: 100px;*/
}
.logarea .area.lo.look {
	transform: scale(.80) rotateY(-90deg);
}
.logarea .area.lo .close {
	display: none;
}

.logarea .area .l {
	width: 200px;
	margin: 20px 0;
}
.logarea .area .t {
	margin: 20px;
	max-width: 400px;
	font-size: 14px;
}
.logarea .area .i {
	font-family: 'Montserrat', sans-serif;
	border: 0;
	border-radius: 5px;
	width: 280px;
	padding: 17px 20px;
	outline: none;
	font-size: 16px;
	margin: 0 0 10px 0;
}
.logarea .area .i.f_i_error {
	border: 2px solid #730707;
	padding: 15px;
}
.logarea .area .btn {
	font-family: 'Montserrat', sans-serif;
	border: 1px solid #ffffff;
	background: none;
	color: #ffffff;
	display: inline-block;
	margin: 20px 0 40px 0;
	border-radius: 5px;
	font-size: 22px;
	padding: 15px 70px;
	cursor: pointer;
	outline: none;
}
.logarea .area .btn:hover {
	background: rgba(0,0,0,.25);
}
.logarea .area .btn:active {
	background: none;
}

.logarea .area .link {
	text-decoration: none;
	color: #ffffff;
	font-size: 20px;
	cursor: pointer;
	display: inline-block;
	line-height: 52px;
}
.logarea .area .link:hover {
	font-weight: 700;
}
.logarea .rewards {
	position: relative;
	display: block;
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
}
.logarea .points {
	position: relative;
	z-index: 1;
	padding-top: 60px;
	padding-bottom: 10px;
}
.logarea .points span {
	font-size: 26px;
	color: #111111;
	font-weight: 700;
}
.logarea .points div {
	font-size: 90px;
	line-height: 80px;
	margin-bottom: -5px;
	font-weight: 700;
	color: #85180f;
}
.logarea .circle {
	background: url('/images/bg_rewards.png');
	background-size: cover;
	position: absolute;
	top:0;
	left: 5px;
	width: 300px;
	height: 300px;
	padding: 25px;

	-webkit-animation-name: spin;
	-webkit-animation-duration: 40s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: spin;
	-moz-animation-duration: 40s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: spin;
	-ms-animation-duration: 40s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	animation-name: spin;
	animation-duration: 40s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.logarea .circle div {
	background: #ffffff;
	background-image: url('/images/bg_pt.png');
	border-radius: 160px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border:10px solid #85180f;
}

@-moz-keyframes spin {
	from { -moz-transform: rotate(0deg); }
	to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
	from { -webkit-transform: rotate(0deg); }
	to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}


.logarea .area .link.fp {
	font-size: 16px;
}
.logarea .area .iar {
	position: relative;
}

.logarea .area .inputerror {
	position: absolute;
	right: 40px;
	color: #eb0029;
	font-size: 12px;
	font-style: italic;
	bottom: 16px;
}
.logarea .area .inputerror.r {
	right: 10px;
}


.logarea .area .f-error {
	margin-bottom: 20px;
	width: calc(100% - 84px);
	border-radius: 5px;
	border: 2px dashed yellow;
	color: yellow;
	margin-left: 30px;
	text-align: center;
	padding: 10px;
	font-style: italic;
	font-size: 12px;
	font-weight: 700;
}




.bg {
	position: fixed;
	z-index: 99;
	height: 100%;
	top: 0;
	background: rgba(0,0,0,.75);
	display: none;
	width: 100%;
}
.bg.g {
	display: block;
}

.loading {
	text-align: center;
	display: table;
	width: 100%;
	top:0;
	position: fixed;
	z-index: 200;
	height: 100%;
	display: none;
}
.loading.g {
	display: table;
}

.dummy-bg {
	background: rgba(0, 0, 0, 0);
	position: fixed;
	z-index: 200;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	
}

.loading .ldiv {
	position: relative;
	display: inline-block;
}
.loading .icon {
	width: 12vw;
	height: 12vw;
	/*fill: rgba(255, 0, 0, 0.5);*/
	fill: rgba(255, 255, 255, 0.5);
	transform-origin: center center;
}
.loading .icon.m {
	position: absolute;
	left:0;
	top: 0;
}
.loading .icon.m {
	transform-origin: center center;
	animation: steam-animation 2s infinite;
}

@keyframes steam-animation {
  0%   { transform: scale(1); opacity: .8;}
  50% { transform: scale(.9); opacity: 1;}
  100% { transform: scale(1); opacity: .8;}
}


.close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 32px;
  height: 32px;
  opacity: 0.7;
  cursor: pointer;
}
.close:hover {
  opacity: 1;
}
.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #fff;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}






/* product */
.p-s {
	position: fixed;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	z-index: 100;
	display: none;
}
.p-sr {
	/*perspective: 1000px;*/
}




.p-s.ac {
	display: table;
}
.p-sr {
	display: table-row;
}
.p-sc {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.p-s .area {
	background: #ffffff;
	padding: 30px;
	border-radius: 5px;
	position: relative;
	display: inline-block;
	color: #323232;
	text-align: left;
	width: 80%;
	max-width: 1300px;
	height: auto;
	
	-webkit-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	transition:         all 200ms ease-in-out;


/*      -webkit-transform:translateZ(1px);
      -moz-transform:translateZ(1px);
      -o-transform:translateZ(1px);
      transform:translateZ(1px);*/
}
.p-s .area.loading {
	transform: scale(.85) rotateY(20deg);
	-webkit-transform: scale(.85) rotateY(20deg);
	-ms-transform: scale(.85) rotateY(20deg);
	-moz-transform: scale(.85) rotateY(20deg);
	opacity: .75;
}

.p-s .area.look {

	transform: scale(.80) rotateY(-90deg);
	-webkit-transform: scale(.75) rotateY(-90deg);
	opacity: .0;
}

#r-area .r .ra.cart .o-area .close {
	display: none;
}


.ra.cart .cps {
	background: #cecece;
	padding: 10px;
	margin-top: 10px;
	border: 2px solid #8a8a8a;
	border-radius: 5px;
	text-align: center;
	position: relative;
}
.ra.cart .cps .mincamp {
	position: absolute;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	color: #ffffff;
	background: rgba(203,0,0,.75);
	line-height: 1.5em;
	font-weight: 700;
	top: 0;
	padding: 5px;
	left: 0;
	border-radius: 2px;
}
.ra.cart .cps .b {
	margin: 5px;
	display: inline-block;
	color: #ffffff;
	padding: 10px;
	background: #e20000;
	border-radius: 2px;
	cursor: pointer;
}

.p-s .close {
	width: 55px;
	height: 55px;
	right: 0;
	opacity: 1;
	top:0;
	z-index: 2;
	background: #232323;
}
.p-s #product-area .close:after, .p-s #product-area .close:before {
	left: 25px;
}


.p-s .close:before, .p-s .close:after {
	height: 55px;
	background: #ffffff;
}
.p-s .head {
	/*margin-bottom: 10px;*/
	width: 340px;
	display: inline-block;
	vertical-align: top;
	overflow: auto;
	max-height: calc(100vh - 170px);
	padding-top: 220px;
}
.p-s .head .ta {
/*	width: 670px;*/
	display: inline-block;
	vertical-align: top;
	margin: 10px 0;
}

.p-s .head .n {
	font-size: 42px;
	font-weight: 700;
	letter-spacing: 2px;
}
.p-s .head .t {
	font-size: 14px;
	color: #636363;
	line-height: 20px;
}
.p-s .head .p {
	margin: 20px 0;
}
.p-s .head .p .ip {
	font-size: 42px;
}
.p-s .head .p .dtext {
	font-size: 1.0em;
}
.p-s .head .p .dtext span {
	display: inline-block;
}
.p-s .head .p .dtext ul {
	text-decoration-line: underline;
	text-decoration-color: #c1c1c1;
	display: inline-block;
}




.p-s .rb {
	display: inline-block;
	font-size: 18px;
	cursor: pointer;
	margin-right: 30px;
	margin-bottom: 5px;
}
.p-s .rb .c {
	position: relative;
	width: 20px;
	height: 20px;
	border: 3px solid #898989;
	border-radius: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	transition: all 200ms ease;	
}

.p-s .inc .rb {
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 16px;
}
.p-s .inc .rb .c {
	width: 15px;
	height: 15px;
	border: 2px solid #898989;
}
.p-s .inc .rb span {
	width: 11px;
	height: 11px;
	top: 2px;
	left: 2px;	
}

.p-s .opt.hh .rb .pr {
	display: none;
}
.p-s .opt.hh .radioarea {
	display: grid;
	grid-template-columns: 50% 50%;
}

.p-s .rb .pr {
	font-size: 12px;
	font-weight: 700;
	display: inline-block;
}
.p-s .rb span {
	background-color: #1287B8;
	border-radius: 10px;
	opacity: 0;
	width: 14px;
	height: 14px;
	top: 3px;
	left: 3px;
	position: absolute;
/*	transform: scale(0);
	transition: transform 200ms ease;	
	-webkit-transform: scale(0);
	-webkit-transition: transform 200ms ease;	
	-moz-transform: scale(0);
	-moz-transition: transform 200ms ease;	
	-o-transform: scale(0);
	-o-transition: transform 200ms ease;	*/
}
.p-s .radiodib {
	display: inline-block;
}
.p-s .radiodib.checked {
	margin-right: 40px;
	/* display: block; */
}
.p-s .radiodib.couponpro .a {
	display: inline-block;
	vertical-align: top;
	margin-left: 5px;
	width: calc(100% - 35px);
}
.p-s .radiodib.checked.couponpro {
	margin-right: inherit;
}
.p-s .radiodib.couponpro .a img {
	width: 50px;
	border-radius: 2px;
	float: left;
	margin-right: 5px;
}
.p-s .radiodib.couponpro .ya {
	display: inline-block;
	width: calc(100% - 55px);
}

.p-s .radiodib.couponpro .n {
	font-size: 20px;
	line-height: 30px;
}
.p-s .radiodib.couponpro .d {
	font-size: 12px;
}
.p-s .inc .couponpro .rb .c {
	margin-top: 5px;
}

.p-s .radiodib.checked .rb, .p-s .rb.checked {
	cursor: default;
}
.p-s .radiodib.checked .rb .c, .p-s .rb.checked .c {
	border-color: #1287B8;
}
.p-s .radiodib.checked .rb span, .p-s .rb.checked span {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
}
.p-s .foot {
	margin-top: 20px;
	text-align: right;
	font-weight: 700;
	position: relative;
}
.p-s .foot .q {
	display: inline-block;
	vertical-align: middle;
	margin-right: 40px;
}
.p-s .foot .q div {
	display: inline-block;
	vertical-align: middle;
}
.p-s .foot .q .c {
	font-size: 22px;
	min-width: 50px;
	text-align: center;
}
.p-s .foot .q .btn {
	font-size: 26px;
	border-radius: 30px;
	border:3px solid #4e4e4e;
	color: #4e4e4e;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}
.p-s .foot .q .btn:active {
	transform: scale(.95); -webkit-transform: scale(.95);
}
.p-s .foot .ato {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	border-radius: 2px;
	background: #222222;
	color: #ffffff;
	padding: 20px 40px;
	cursor: pointer;
}
.p-s .error {
	color: red;
	position: absolute;
	background: rgba(255, 255, 255, 0.85);
	width: 100%;
	height: 100%;
	font-size: 16px;
	text-align: center;
}
.p-s .foot .ato:active {
	transform: scale(.99); -webkit-transform: scale(.99);
}
.p-s hr {
	margin: 30px -10px;
	border:none;
	height: 2px;
	background: #e2e2e2;
	border-radius: 2px;
}
.p-s .opt {
	width: calc(100% - 352px);
	display: inline-block;
	margin-left: 5px;
	max-height: calc(100vh - 180px);
	overflow: auto;
	position: relative;
}
.p-s .opt .gr .bas {
	color: #5c5c5c;
	background: #f1f1f1;
	border-radius: 5px;
	padding: 0 20px;
	position: relative;
}

.p-s .opt .bag .gr .bas.c {
	border-radius: 0;
}
.p-s .opt .bag .gr {
	margin-top: 0;
}
.p-s .opt .bag .gr .bas {
	border-radius: 0 0 5px 5px;
}
.p-s .opt .gr .bas.bagname {
	background: #dadada;
	border-radius: 5px 5px 0 0;
}
.p-s .opt .gr .bas.bagname .y {
	font-size: 1em;
}

.p-s .opt .gr .bas .b {
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	width: 140px;
	color: #1287b7;
	font-weight: 700;
	font-size: 22px;
	padding: 20px 0;
	cursor: pointer;
}

.p-s .opt .gr .bas .y {
	width: calc(100% - 140px);
	font-size: 22px;
	padding: 15px 0;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
}
.p-s .opt .gr .bas .y .desc {
	font-size: 12px;
	font-weight: 400;
	font-style: italic;
	text-transform: none;
	vertical-align: middle;
	color: #eb0029;
}
.p-s .opt .gr .bas.c .y .desc {
	color: #ffffff;
}
.p-s .opt .gr .bas .y.csel {
	font-size: 12px;
	font-weight: 400;
}
.p-s .opt .gr .bas .y.csel .i {
	font-size: 28px;
	display: block;
	vertical-align: middle;
	margin-top: 5px;
	font-weight: 700;
}
.p-s .opt .gr .bas .y.csel .i span{
	margin-right: inherit;
}
.p-s .opt .gr .bas.c .y.csel .i span div {
	color: #ffffff;
}

.p-s .opt .coupon-customize .gr .bas.c {
	background: #f1f1f1;
	color: #555555;
}
.p-s .opt .coupon-customize .gr .inc {
	border-color: #f1f1f1;
	background: #fdfdfd;
}

.p-s .opt .coupon-customize .gr .bas.c .b {
	color: #1287b7;
}


.p-s .opt .gr .bas .y.csel .i span div {
	display: inline-block;
	margin-left: 10px;
	font-size: 16px;
	font-weight: 700;
	color: #1287b7;
	cursor: pointer;
}

.p-s .opt .gr .bas.c {
	border-radius: 5px 5px 0 0;
	background: #898989;
	color: #ffffff;
}
.p-s .opt .gr .bas .bup {
	display: none;
	width: 140px;
	text-align: right;
}
.p-s .opt .gr .bas.c .b {
	color: #ffffff;
	font-size: 18px;
}

.p-s .opt .gr .bas .y .i {
	display: block;
	font-size: 12px;
	font-weight: 400;
}
.p-s .opt .gr .bas .y .i span {
	margin-right: 10px;
	text-transform: capitalize;
}
.p-s .opt .gr {
	position: relative;
	margin: 5px 0;
	display: inline-block;
	width: 100%;
}


.p-s .opt .gr .inc {
	padding: 10px;
	border: 3px solid #898989;
	border-top: none;
	border-radius: 0 0 5px 5px;
}
.p-s .opt .gr .coupon-customize {
	padding: 10px;
	background: #ffffff;
	border: 3px solid #898989;
	border-top: none;
    border-radius: 0 0 5px 5px;
}
.p-s .opt .gr .coupon.inc {
	display: grid;
	grid-template-columns: 33% 33% 33%;
}

.p-s .opt .gr .coupon-customize .bas {
	background: #e0e0e0;
}

.p-s .radiotop {
	display: inline-block;
	width: 50%;
	margin-bottom: 10px;
}
.p-s .radiotop .cha {
/*	border: 3px solid #e3e3e3;
	border-radius: 30px;*/
	padding: 10px 20px 10px 15px;
	cursor: pointer;
	display: inline-block;
}
.p-s .radiotop.checked .cha {
/*	border-color: #1287B8;
	border-radius: 30px 0px 0px 30px
	border-right: none;*/
	color: #383838;
	
}

.p-s .radiotop .oa {
	display: none;
	vertical-align: middle;
	padding: 5px 20px 5px 0px;
	line-height: 20px;
/*	border: 3px solid #1287B8;*/
}
.p-s .radiotop .oa.open {
	display: inline-block;
/*	border-radius: 0 30px 30px 0;
	border-left: none;
	border-color: #1287B8;*/
	color: #1287B8;
}

.p-s .adext {
	margin-right: -15px;
	display: inline-block;
}
.p-s .adext div {
	color:#ffffff;
	background: rgba(0,0,0,.25);
	display: inline-block;
	line-height: 30px;
	cursor: pointer;
}
.p-s .adext div:nth-child(1) {
	padding-left: 10px;
	padding-right: 5px;
	border-radius: 30px 0px 0px 30px
}
.p-s .adext div:nth-child(2) {
	padding-right: 10px;
	padding-left: 5px;
	border-radius: 0px 30px 30px 0px;
}
.p-s .adext div.selected {
	background: #1287b7;
	color: #ffffff;
	cursor: default;
}
.p-s .hharea {
	vertical-align: middle;
	display: inline-block;
	margin-right: 10px;
	
}
.p-s .hharea div {
	display: inline-block;
	vertical-align: middle;
	height: 24px;
	width: 24px;
	background: rgba(0,0,0,.25);
	margin-right: 5px;
	cursor: pointer;
}
.p-s .hharea div.selected {
	background: #1287b7;
	cursor: default;
}
.p-s .hharea div:nth-child(1) {
	border-radius: 20px 0px 0px 20px;
	width: 16px;
}
.p-s .hharea div:nth-child(2) {
	border-radius: 20px;
}
.p-s .hharea div:nth-child(3) {
	border-radius: 0px 20px 20px 0px;
	width: 16px;
}

.p-s .radiotop .n {
	vertical-align: middle;
	font-size: 16px;
	margin-left: 10px;
	line-height: 20px;
}
.p-s .radiotop.checked .n {
	font-weight: 700;
}
.p-s .radiotop .cha .ch {
	position: relative;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
}


.p-s .radiotop .cha .ch span:nth-child(1) {
	position: absolute;
	width:3px;
	height:13px;
	background-color:#ccc;
	left:8px;
	top:3px;
	border-radius: 1px;
}
.p-s .radiotop .cha .ch span:nth-child(2) {
	position: absolute;
	width:13px;
	height:3px;
	background-color:#ccc;
	left:3px;
	top:8px;
	border-radius: 1px;
}

.p-s .radiotop.checked .cha .ch {
	transform: rotate(-140deg);
	margin-top: -4px;
}

.p-s .radiotop.checked .cha .ch span:nth-child(1) {
	width:3px;
	height:12px;
	left:6px;
	top:4px;
	background-color: #1287b7;
	border-radius: 1px 0 1px 1px;
}
.p-s .radiotop.checked .cha .ch span:nth-child(2) {
	width:5px;
	height:3px;
	left:9px;
	top:4px;
	background-color: #1287b7;
	border-radius: 0 1px 1px 0;
}

/* product */




/* checkout */
.apopup {
	position: fixed;
	display: table;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: 100;
	/*perspective: 1000px;*/
}
.apopup.loading .area {
	transform: scale(.85) rotateY(20deg);
	-webkit-transform: scale(.85) rotateY(20deg);
	opacity: .75;
}

.apopup.look .area {
	transform: scale(.80) rotateY(-90deg);
	-webkit-transform: scale(.75) rotateY(-90deg);
	opacity: .0;
}

.apopup .area {
      -webkit-transform:translateZ(1px);
      -moz-transform:translateZ(1px);
      -o-transform:translateZ(1px);
      transform:translateZ(1px);

	-webkit-transition: all 200ms ease-in-out;
	transition:         all 200ms ease-in-out;
	display: inline-block;
	background: rgba(255, 255, 255, .95);
	color: #000000;
	padding: 20px 10px;
	border-radius: 5px;
	position: relative;
	text-align: left;
	max-width: 700px;
	width: calc(100% - 40px);
}
.apopup .area h3 {
	padding-right: 40px;
	font-size: 18px;
	padding-left:10px;
	font-weight: 700;
	color: #444444;
}
.apopup .area .close:before, .apopup .area .close:after {
	background-color: #574b3a;
}
.apopup .slist {
	margin-top: 10px;
	width: calc(50% - 5px);
	margin-right: 10px;
	vertical-align: top;
	overflow: auto;
	position: relative;
	display: inline-block;
	max-height: 600px;
	height: calc(100vh - 40px);
}
.apopup .marea{
	margin-top: 10px;
	width: calc(50% - 15px);
	vertical-align: top;
	display: inline-block;
}
#allmap {
	width: 100%;
	border-radius: 5px;
	height: calc(100% - 20px);
	position: relative;
	max-height: 600px;
	height: calc(100vh - 40px);
}
.apopup .sitem {
	display: block;
	margin: 10px;
	padding: 10px;
	border-radius: 5px;
	clear: both;
	cursor: pointer;
	opacity: .8;
}
.apopup .sitem:nth-child(1) {
	margin-top:0;
}
.apopup .sitem:last-child {
	margin-bottom:0px;
}
.apopup .sitem:hover {
	opacity: 1;
	border-color: #555555;
}
.apopup .sitem.active {
	cursor: default;
	background: #5a5a5a;
	border-color: #eb0029;
	color: #ffffff;
	opacity: 1;
}
.apopup .sitem.active .t div.cl span {
}
.apopup .sitem.active .t div.cl {
	color: #e49d9d;
}
.apopup .sitem .n {
	font-size: 18px;
	line-height: 26px;
}
.apopup .sitem .si {
	width: 70px;
	border-radius: 5px;
	float: left;
	margin-right: 10px
}
.apopup .sitem .t {
	margin-top: 10px;
}
.apopup .sitem .t div {
	display: inline-block;
	margin: 0 5px;
	position: relative;
	font-weight: 700;
}
.apopup .sitem .t div.cl {
	color: #888888;
}
.apopup .sitem .t div.cl span {
}

.apopup .error {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.error.area {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.85);
	z-index: 101;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	line-height: 26px;
	border-radius: 5px;
	padding: 0 10px;
}

.apopup .error .dt, .error.area .dt {
	margin: 20px;
	min-height: calc(100% - 40px);
	width: calc(100% - 40px);
}
.apopup .error .e-area {
	background: rgba(0, 0, 0, 0.85);
	z-index: 1;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	line-height: 26px;
	border-radius: 4px;
	max-width: 780px;
	padding: 40px;
	border-radius: 5px;
	display: inline-block;
}

.apopup .btn div {
	background: #eb0029;
	border-radius: 20px;
	display: inline-block;
	color: #ffffff;
	font-weight: 700;
	padding: 10px 30px;
	cursor: pointer;
	font-size: 14px;
	letter-spacing: 1px;
	text-decoration: none;
}

.apopup .form {
	margin: 10px;
}
.apopup .form .t {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 5px;
	color: #7d7d7d;	
}
.apopup .form .aline {
	display: inline-block;
	margin: 10px 20px 10px 0px;
}
.apopup .form .aline.w100 {
	width: 100%;
}
.apopup .aforminput {
	border:2px solid #dcdcdc;
	background: #ffffff;
	font-family: 'Montserrat', sans-serif;
	padding: 10px;
	font-size: 16px;
	border-radius: 5px;
	outline: none;
}
.apopup .aforminput::-webkit-input-placeholder { /* Edge */
	font-size: 14px;
	font-style: italic;
	color: #bebebe;
}
.apopup .aforminput:-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-size: 14px;
	font-style: italic;
	color: #bebebe;
}
.apopup .aforminput::placeholder {
	font-size: 14px;
	font-style: italic;
	color: #bebebe;
}
.apopup .aforminput:focus {
	border:2px solid #1287B8;
}


.apopup .w100eksi40 {
	width: calc(100% - 20px);
}



/*
.apopup .a-result {
	position: absolute;
	background: white;
	left: 20px;
	width: 510px;
	margin-top: -14px;
	border: 2px solid #1287B8;
	border-radius: 0 0 5px 3px;
	border-top: none;
}
*/

.pac-container {
	margin-top: -5px;
	margin-left:0px;
	border:2px solid #1287B8;
	border-top: none !important;
	box-shadow: none;
	padding-top: 5px;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    	
	border-radius: 0 0 5px 5px;
	z-index: 101;
	/*left: calc(50% - 98px) !important;*/
}
/*.pac-container.pac-logo.hdpi {
	left:0 !important;
}*/

.pac-item * {
	font-size: 15px;
	line-height: 42px;
	font-family: 'Montserrat', sans-serif;
}
.pac-item-selected, .pac-item:hover {
	background: #1287B8;
}
.pac-item-selected *, .pac-item:hover * {
	color: #ffffff;	
}
.pac-icon {
	vertical-align: middle;
	margin-bottom: 7px;
	margin-left: 5px;
}
/*
.apopup .a-result .sr {
	display: block;
	padding: 10px;
	font-style: italic;
	background: #fbfbfb;
	cursor: pointer;
}
.apopup .a-result .sr:nth-child(even) {
	background: #ffffff;
}
.apopup .a-result .sr:hover {
	background: #1287B8;
	color: #ffffff;
	font-style: normal;
}
*/


.apopup .reschoose, .e-area .reschoose {
	display: inline-block;
	margin: 20px 0;
	max-width: 500px;
	width: calc(100% - 40px);
}


.apopup .reschoose .i, .e-area .reschoose .i {
	background: rgba(255,255,255,.75);
	color: #404040;
	border-radius: 5px;
	padding: 10px;
	margin: 10px 0;
}
.apopup .reschoose .i:hover, .e-area .reschoose .i:hover {
	background: #ffffff;
}
.apopup .reschoose .b, .e-area .reschoose .b {
	font-weight: 700;
	font-size: 20px;
	line-height: 40px;
}
.apopup .reschoose .a, .e-area .reschoose .a {
	font-size: 14px;
	margin-bottom: 5px;
}
.apopup .reschoose .btn div, .e-area .reschoose .btn div {
	padding: 5px 30px !important;
	font-size: 12px !important;
}
.apopup .c_o_address {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: rgba(0,0,0,.75);
	left:0;
	top:0;
	display: table;
}
.apopup .c_o_address .y {
	color: #ffffff;
}
.apopup .sum {
	padding: 10px;
}
.apopup .sum .left {
	display: inline-block;
	vertical-align: top;
	width: 40%;
}
.apopup .sum .right {
	display: inline-block;
	vertical-align: top;
	width: calc(60% - 20px);
	margin-left: 20px;
	overflow: auto;
	max-height: calc(100vh - 250px);
}
.apopup .sum .aline {
	margin: 10px 0;
}
.apopup .sum .t {
	font-size: 12px;
	line-height: 20px;
	font-weight: 700;
}
.apopup .sum .p {
}
.apopup .sum .p a {
	text-decoration: none;
	color: #eb0029;
	font-weight: 700;
	margin-top: 10px;
	display: inline-block;
}
.apopup .sum .cart {
	display: table;
	width: 100%;
}
.apopup .sum .cart .cpp{
	padding: 5px;
	font-size: 0.5em;
	background: #bcbcbc;
	font-weight: 700;
	border-radius: 2px;
	display: inline-block;
}

.apopup .sum .cart .ci {
	padding: 5px 0;
}
.apopup .sum .cart .ci .n {
	display: block;
	text-decoration: line-through;	
}
.apopup .sum .cart .ci .d {
	color: #eb0029;
}



.apopup .sum .cart .ci .desc {
	font-size: 11px;
}
.apopup .sum .cart .total .dtc {
	padding-top:10px;
	font-size: 22px;
}
.apopup .sum .cart .pr10 {
	padding-right: 10px;
}
.apopup .compor .btn:nth-child(2) div {
	background: #b7b7b7 !important;
}
/* checkout */


/* order complete */
.ordercomp {
	color: #bdbdbd;
}
.ordercomp a {
	color: #ffffff;
}
.ordercomp h3 {
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	margin: 30px 0;
	letter-spacing: 1px;
}
.ordercomp .on {
	text-align: center;
	margin: 10px 0;
}
.ordercomp .on .y {
	font-size: 24px;
	margin-bottom:5px;
}
.ordercomp .on .d1 {
	display: inline-block;
	background: #d72d34;
	border-radius: 80px;
	padding: 5px;
}
.ordercomp .on .d2 {
	display: inline-block;
	background: #d72d34;
	border:5px solid #ffffff;
	border-radius: 80px;
	width: 120px;
	line-height: 120px;
	color: #ffffff;
	font-weight: 700;
	font-size: 40px;
}
.ordercomp .n {
	text-align: center;
	font-size: 24px;
	line-height: 34px;	
}
/* order complete */

.s_width { /* standart width */
	width: 1160px;
	margin:0 auto;
}

.fade-enter-active, .fade-leave-active {
  transition: opacity .3s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
  opacity: 0;
}


.store-alert {
	line-height: 18px;
	color: #ffffff;
	font-weight: 700;
	border:2px dashed #ffffff;
	background: red;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 10px;
	
}


.pages {
	min-height: calc(100vh - 190px);
	margin: 20px 0;
	color: #d2d2d2;
}
.pages h2 {
	font-size: 2.6em;
	font-weight: 700;
	color: #9b8278;
	line-height: 1.8em;
}
.pages h3 {
	font-size: 1.8em;
	font-weight: 700;
	color: #9b8278;
	line-height: 1.6em;
}
.pages bold {
	font-weight: 700;
}
.pages p {
	line-height: 1.6em;
	margin-bottom: 5px;
}
.pages h4 {
	line-height: 2.2em;
	font-weight: 700;
}
.pages hr {
	margin: 10px 0;
}
.pages ul {
	margin-bottom: 20px;
}
.pages li {
	line-height: 1.6em;
}

.pages strong {
	font-weight: 700;
}
.pages u {
	text-decoration: underline
}
.pages a {
	font-weight: 700;
	color: #ececec;
}
.pages ul {
	list-style-position: inside;
	margin-bottom: 5px;
	line-height: 1.6em;
}
.pages ul.d {
	list-style-type: disc;
}
.pages ul.a {
	list-style-type: decimal;
}
.pages ul li {
	margin-bottom: 5px;
}
.pages .sm-icon {
	margin: 20px 0;
}
.pages .sm-icon a {
	color: #4c4c4c;
	padding-right: 20px;
}
.pages .left {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}
.pages .right {
	display: inline-block;
	vertical-align: middle;
	width: calc(50% - 40px);
	padding-left: 40px;
}
.pages .farea input, .pages .farea textarea {
	border:2px solid #dcdcdc;
	background: #ffffff;
	font-family: 'Montserrat', sans-serif;
	padding: 10px;
	font-size: 16px;
	border-radius: 5px;
	outline: none;
	width: calc(100% - 24px);
}
.pages .farea select {
  border: 2px solid #dcdcdc;
  background: #ffffff;
  font-family: "Montserrat", sans-serif;
  padding: 10px;
  font-size: 16px;
  border-radius: 5px;
  outline: none;
  width: 100%;
  margin-bottom: 5px;
}


.pages .farea button {
	background: #eb0029;
	border:none;
	color: #ffffff;
	border-radius: 20px;
	font-size: 1.1em;
	font-weight: 700;
	padding: 10px 30px;
	outline: none;
	cursor: pointer;
}
.pages .ferror {
	background: #f3ede6;
	padding: 10px;
	border: 2px dashed #777777;
	border-radius: 5px;
	margin-bottom: 10px;
	font-style: italic;
	color: #444444;
}
/*.pages .catering-m {
	width: 200px;
	display: none;
}*/
.pages .catering-d, .pages .rewards-d {
	margin-left: 20px;
	max-height: 50vh;
	border-radius: 2px;
}
.modal-open {
	overflow: hidden;
}

.p-s .img {
	position: absolute;
	left:30px;
	top: 30px;
}
.p-s .img img {
	height: 210px;
}

.partner {
	display: block;
	padding: 50px 0;
	text-align: center;
	font-size: .8em;
}
.partner a {
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
	display: block;
	margin-top: 10px;
}
.partner a img {
	max-width: 70%;
	width: 300px;
}

@media only screen and (min-width: 1760px) {
	.s_width { /* standart width */
		width: 1715px;
	}
	.m-item .p .i:nth-child(3n+3) {
		margin-right: 15px !important;
	}
	.m-item .p .i:nth-child(5n+5) {
		margin-right: 0px !important;
	}
}
@media only screen and (max-width: 1160px) {
	.s_width { /* standart width */
		width: 760px;
	}

	.p-s .area {
	}
	.p-s .head .ta {
/*		width: 460px;*/
	}
	.p-s .radiotop {
		width: 100%;
	}
	.p-s .radiotop .cha {
		width: 50%;
	}
	.p-s .opt .gr .coupon.inc {
		grid-template-columns: 50% 50%;
	}
	.header .area nav {
		font-size: 12px;
	}

	.header .u.desk {
		display: block;
		float: inherit !important;
	}
	.header .area nav .u .l-btn {
		background: none;
		color: #ffffff;
		padding: 10px 0px;
	}
	.header .area nav .u .l-btn.up {
		margin-left: 20px;
	}
	.header .area nav .m .ml {
		margin: 0px 0px 0px 20px;
		padding: 5px 0px 5px 20px;
	}

}
@media screen and (max-width: 760px) {
	.s_width { /* standart width */
		width: 100%;
	}
	.header {
		background: #0e0e0e !important;
	}

	.header .area .l {
		display: inline-block;
		vertical-align: top;
		margin-top: 30px;
		/*margin-left: 20px;*/
	}

	.header .area .l img {
		height: 25px;
	}

	.header .area {
		width: calc(100% - 40px);
		padding: 0 20px;
		display: block;
		text-align: center;
	}
	#hmenu {
		display: inline-block;
		float: left;
	}
	.header .area nav {
		position: fixed;
		width: 100%;
		background: #1f1f1f; /* #eb0029 */
/*		background-image: url('/images/bg_pt.png');*/
		height: calc(100% - 85px);
		top: 85px;
		left:-100%;
		text-align: center;
		font-size: 20px;
		transition: 0.2s;
		-webkit-transition: 0.2s;
	}
	.header .area nav.open {
		left:0;
	}
	
	.header .hcart {
		display: inline-block;
	}
	
	
	.header .area nav .u .l-btn {
		font-size: 20px;
		display: block;
	}
	.header .area nav .u.desk {
		display: none;
	}
	.header .area nav .u.mobil {
		display: block;
		float: inherit;
		margin:80px 0px 50px 0px;
	}


	.header .area nav .m {
		display: block;
	}
	.header .area nav .m .ml {
		display: block;
		margin:5px 0;
		padding: 10px;
	}

	.footer-area {
		padding: 40px 20px;
	}
	footer .menus .ma {
		width: 100%;
	}
	footer .menus .sm {
		width: 100%;
		text-align: center;
		margin-top: 40px;
	}
	footer .menus .ma .l {
		margin-right: 20px;
	}
	footer .menus .ma .l:last-child {
		margin-right: 0;
	}
	footer .menus .ma .l a {
		font-size: 8px;
	}
	footer .menus .sm a:nth-child(1) {
		margin-left:0;
	}

	footer .notice {
		width: 100%;
	}



	.um-header {
		display: block;
	}



	.um-header .rewards {
		position: absolute;
		display: block;
		bottom: 0;
		width: 100%;
		margin-top: 20px;
		overflow: hidden;
	}
	.um-header .points {
		position: relative;
		z-index: 1;
		padding-top: 60px;
		padding-bottom: 10px;
	}
	.um-header .points span {
		font-size: 26px;
		color: #111111;
		font-weight: 700;
	}
	.um-header .points div {
		font-size: 90px;
		line-height: 80px;
		margin-bottom: -5px;
		font-weight: 700;
		color: #85180f;
	}
	.um-header .circle {
		background: url('/images/bg_rewards.png');
		background-size: cover;
		position: absolute;
		top:0;
		left: 50%;
		margin-left: -175px;
		width: 300px;
		height: 300px;
		padding: 25px;
	
		-webkit-animation-name: spin;
		-webkit-animation-duration: 40s;
		-webkit-animation-iteration-count: infinite;
		-webkit-animation-timing-function: linear;
		-moz-animation-name: spin;
		-moz-animation-duration: 40s;
		-moz-animation-iteration-count: infinite;
		-moz-animation-timing-function: linear;
		-ms-animation-name: spin;
		-ms-animation-duration: 40s;
		-ms-animation-iteration-count: infinite;
		-ms-animation-timing-function: linear;
		animation-name: spin;
		animation-duration: 40s;
		animation-iteration-count: infinite;
		animation-timing-function: linear;
	}
	.um-header .circle div {
		background: #ffffff;
		background-image: url('/images/bg_pt.png');
		border-radius: 160px;
		width: calc(100% - 20px);
		height: calc(100% - 20px);
		border:10px solid #85180f;
	}


	.logarea .area {
		width: calc(100% - 40px);
		border-radius: 0;
		height: 100%;
		position: inherit;
		box-shadow: inherit;
		min-width: 100%;
		max-height: 100vh;
		overflow: auto;
	}

/*
	.logarea .area .i {
		width: calc(100% - 40px);
	}
	.logarea .rewards {
		position: absolute;
		bottom: 0;
		width: calc(100% - 40px);
	}
	.logarea .circle {
	}
*/
	.p-s {
		width: 100%;
		/*width: calc(100% - 10px);
		border: 5px solid #eb0029;
		background: #ffffff;*/
	}
	.p-sc {
		vertical-align: top;
	}
	.p-s .img {
		position: relative;
		height: 280px;
		margin-top: 40px;
		overflow: hidden;
		left: inherit;
		top: inherit;
	}
	.p-s .img img {
		width: 100%;
		height: auto;
	}
	.p-s .area {
		/*padding: 20px 20px 70px 20px;*/
		padding: 0;
		width: 100%;
		border-radius: 0;
		overflow: auto;

		/* bekooooo 31 oct */
		/*height: 100vh;*/
		position: relative;
		left:0;
		bottom: 0; /*important for sticky*/ 
		height: 100vh;
		max-height: 100vh;
		/* bekooooo 31 oct */

	}
	.p-s .mover {
		/*margin-top: 50px;*/
		position: relative;
		margin-bottom: 150px;
		/*max-height: calc(var(--vh, 1vh) * 100);*/
	}
	.p-s .head {
		width: inherit;
		padding-top: inherit;
		display: block;
	}
	.p-s .head .ta {
		width: calc(100% - 40px);
		z-index: 1;
		position: relative;
		background: #ffffff;
		/*border-radius: 5px 5px 0 0;*/
		/*margin-left: -10px;*/
		padding: 10px 20px 0 20px;
	}
	.p-s .head .n {
		font-size: 32px;
		line-height: 44px;
	}
	.p-s .head .t {
		font-size: 12px;
		line-height: 20px;
	}
	.p-s .opt {
		margin: 0 5px;
		max-height: inherit;
		width: calc(100% - 10px);
		overflow: unset;
	}
	.p-s .rb {
		font-size: 14px;
		margin-right: 20px;
		margin-top: 10px;
	}
	.p-s .rb .c {
		width: 15px;
		height: 15px;
	}
	.p-s .rb span {
		width: 11px;
		height: 11px;
		top: 2px;
		left: 2px;
	}
	.p-s .foot {
		position: fixed;
		bottom: 0;
		left: 0;
		/*padding-bottom: env(safe-area-inset-bottom);*/
		background: #574b3a;
		width: calc(100% - 40px);
		/*padding: 15px 20px 20px 20px;*/
		padding: 15px 20px 0px 20px;
		z-index: 12;
		margin-top: 0;


		/* bekooooo 31 oct */
/*		padding-bottom:50px;
		height: 60px;*/
		height: 50px;
		/* bekooooo 31 oct */

	}
	.p-s .foot .ato {
		border: 2px solid #ffffff;
		font-size: 14px;
		padding: 10px 20px;
	}
	.p-s .foot .q .btn {
		border: 2px solid #ffffff;
		color: #ffffff;
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.p-s .foot .q {
		color: #ffffff;
		float: left;
		margin-right: 20px;
	}
	.p-s .foot .q .c {
		font-size: 18px;
	}
	.p-s .opt .gr .bas {
		padding: 0 15px;
		/*border: 1px solid #eaeaea;
		background: none;*/
	}
	.p-s .opt .gr .bas.c {
		border:none;
		/*background: #eb0029;*/
	}
	.p-s .opt .gr .bas .y .desc {
		display: block;
		font-size: 10px;
		margin: 5px 0;
	}
	.p-s .opt .gr .bas .y {
		font-size: 16px;
		padding: 15px 0;
		width: calc(100% - 30px);
	}
	.p-s .opt .gr .bas.c .y .i {
		display: none;
	}
	.p-s .opt .gr .bas .y .i {
		font-size: 10px;
		height: inherit;
		/*margin-left:0;
		/*display: none;*/
	}
	.p-s .opt .gr .bas .b {
		font-size: 14px;
		padding: 15px 0;
		width: 30px;
		position: relative;
	}
	.p-s .opt .gr .bas .b span {
		position: absolute;
		right: 0;
		top: 10px;
	}
	.p-s .opt .gr .bas.c .b {
		font-size: 14px;
	}



	.p-s .close {
		position: fixed;
		right: 0;
		top: 5px;
		border-radius: 2px 0 0 2px;
		z-index: 2;
		height: 40px;
		width: 40px;
		opacity: 1;
		background: #eaeaea;
	}
	.p-s .close:before, .p-s .close:after {
		background: #574b3a;
		height: 30px;
		right: 20px;
		top: 5px;
		left: inherit;
	}
	.p-s #product-area .close:after, .p-s #product-area .close:before {
		left: 20px;
	}

	.p-s .head .p {
		position: fixed;
		border-radius: 0px;
		font-size: 22px;
		line-height: 35px;
		background: #131313;
		left: 0;
		margin:0;
		z-index: 1;
		top: 0;
		width: calc(100% - 10px);
		padding-left: 10px;
		color: #ffffff;
		display: grid;
		grid-template-columns: auto calc(100% - 90px)
	}
	.p-s .head .p .ip {
		font-size: 22px;
	}
	.p-s .head .p .ip:before {
		content: 'TOTAL';
		font-size: 10px;
		margin-right: 5px;
		line-height: 0;
		margin-top: 15px;
		display: block;
	}
	.p-s .head .p .dtext {
		font-size: 0.5em;
		padding-left: 10px;
		padding-right: 10px;
		line-height: 1.6em;
		margin: 10px 0;
	}
	.p-s .head .p .dtext ul {
		text-decoration-color: #ef9e9e;
	}

	.p-s .mhide {
		display: none !important;
	}
	
	.p-s .radiotop.checked {
		display: block;
		margin-right: 0;
	}
	.p-s .radiotop.checked .cha {
		display: block;
		border: none;
	}
	
	.p-s .radiotop.checked .oa {
		display: block;
		padding-top: 0;
		padding-left: 30px;
		border: none;
	}
	
	.p-s .radiotop {
		display: block;
	}
	.p-s .radiodib {
		display: block;
	}
	.p-s .radiotop .cha {
		padding: 5px 10px 5px 5px;
		border:none;
		width: inherit;
	}
	.p-s .radiotop .n {
		margin-left: 5px;
	}
	.p-s .radiotop .oa .hharea {
		margin-right: 0;
	}
	.p-s .radiotop .oa .adext {
		/*font-size: 10px;*/
	}
	.p-s .radiotop .oa .adext div:nth-child(1) {
		padding-left: 10px;
	}
	.p-s .radiotop .oa .adext div:nth-child(2) {
		padding-right: 10px;
	}

	.restlist .rlarea {
		padding: 20px !important;
		width: 80%;
	}
	.p-s .opt .gr .coupon.inc {
		display: block;
	}
	.p-s .radiodib.couponpro .n {
		font-size: 16px;
		line-height: 24px;
	}
	.p-s .radiodib.couponpro .a img {
		width: 30px;
	}
	.p-s .error {
		background: rgba(0, 0, 0, 0.77);
		color: #ffffff;
		position: absolute;
		width: calc(100% - 20px);
		height: calc(100% - 30px);
		padding: 10px 5px;
		border-radius: 5px;
		font-size: 14px;
		left: 5px;
		top: 5px;
	}
	
	/*storechange*/
	.apopup .area {
		max-width: inherit;
		border-radius: 0;
		position: fixed;
		top:0;
		left:0;
		/*padding-top: 40px;*/
		padding: 10px 0px 0px 0px;
		height: 100%;
		overflow: auto;
		width: 100%;
	}
	.apopup .area .mob100 {
		width: 100%;
	}
	
	
	.apopup .area h3 {
		position: fixed;
		z-index: 2;
		background: #574b3a;
		color: #ffffff;
		width: 100%;
		left: 0;
		top: 0;
		line-height: 55px;
	}
	.apopup .area .close:before, .apopup .area .close:after {
		background-color: #ffffff;
	}
	
	.apopup .close {
		z-index: 5;
		position: fixed;
	}
	.apopup .slist {
		margin-right: inherit;
		max-height: inherit;
		height: initial;
		display: block;
		width: 100%;
		margin-top: 55px;
		overflow: initial;
	}
	#allmap {
		height: calc(100vh - 150px);
		border-radius: 0;
	}
	.apopup .sitem {
		margin: 10px;
		padding: 5px 10px;
	}
	.apopup .marea {
		display: block;
		width: 100%;
		margin-top:10px;
		
	}
	.apopup .error {
		position: fixed;
	}
	.error.area {
		position: fixed;
		overflow: inherit;
		border-radius: 0;
		width: calc(100% - 20px);
	}

	.apopup .form {
		margin: 50px 20px 20px 20px;
	}
	.apopup .aforminput {
		max-width: calc(100% - 4px);
	}
	.apopup .error .dt {
		margin:0;
		width: 100%;
	}
	.apopup .error .e-area {
		max-width: calc(100% - 40px);
		width: calc(100% - 40px);
		padding: 20px;
		border-radius: 0;
		overflow: auto;
		height: calc(100vh - 90px);
		margin-top: 50px;
	}
	.apopup .sum {
		padding: 0px 20px;
		margin-top: 40px;
		height: calc(100% - 140px);
		overflow: auto;
	}
	.apopup .sum .left {
		display: block;
		width: 100%;
	}
	.apopup .sum .right {
		display: block;
		width: 100%;
		margin-left: 0;
	}
	.apopup .compor {
		position: fixed;
		bottom:0;
		left:0;
		width: calc(100% - 20px);
		padding: 10px;
		background: #eb0029;
	}
	.apopup .compor .btn:nth-child(1) div {
		border:3px solid #ffffff;
		font-size: 16px;
	}
	.apopup .compor .btn:nth-child(2) {
		/*display: none;**/
	}
	#co .sumerror {
		color: #ffffff;
		border-color: #ffffff; 
	}
	/*storechange*/
	
	.pages {
		margin: 105px 20px 20px 20px !important;
	}
	.pages .left {
		width: initial;
		display: block;
	}
	.pages .right {
		width: initial;
		display: block;
		padding-left: initial;
	}
	.pages h2 {
		font-size: 1.6em;
		line-height: 1.1em;
	}
	.pages .rewards-d {
		margin-left: 2px;
	}
	.p-s .opt.hh .radioarea {
		display: block;
	}

}

@media screen and (max-width: 760px) and (max-height: 400px) {
	
	.header .area nav .m {
		overflow: auto;
		height: 100%;
	}
	.um-header .rewards {
		position: relative;
	}
}


@media screen and (min-width: 761px) and (max-width: 1400px) and (min-height: 600px) and (max-height: 850px) {
	.p-s .head .t {
		font-size: 12px;
	}
	.p-s .head .p {
		margin: 10px 0;
	}
	.p-s .head .p .ip {
		font-size: 34px;
	}
	.p-s .opt {
		max-height: calc(100vh - 210px);
	}
}


.contactless-delivery-images {
	border-radius: 5px;
	max-width: 600px;
	width: 90%;
}