/* setup font for every element */
@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
* {
	font-family: 'Lato', sans-serif;
    scrollbar-width: none;
}
::-webkit-scrollbar {
	width: 0px;
}
/* ----------------------------------------------- */
/* remove default margin in body */
body{
    margin: 90px 0px 0px 0px;
    scrollbar-width: none;
    background-color:#f3f2f2/*#E2E1E0*/;
}
/* ----------------------------------------------- */
/* style for header */
#header {
	position: fixed;
	top: 0;
    background-color: #DA291C;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    width: 100%;
	z-index: 101;
    height: 70px;
}
/* ----------------------------------------------- */
/* style for wrapper */
@media all and (max-width: 1000px){ /* MOBILE */
    #wrapper {
        margin: auto;
        height: auto;
        width: 95%;
        margin-bottom: 200px;
    }
}
@media all and (min-width: 610px){ /* DESKTOP */
    #wrapper {
        margin: auto;
        height: auto;
        width: 600px;
        margin-bottom: 200px;
    }
}
/* ----------------------------------------------- */
/* style for container */
.container {
    background-color: #FFFFFF;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    margin-top: 20px;
    border-radius: 10px;
    width: 100%;
    height: auto;
}
/* ----------------------------------------------- */
/* style for container-contact */
#container-contact {
    text-align: center;
    padding: 10px 0px 10px 0px;
}
.container-contact-input {
    width: calc(100% - 20px);
    border-radius: 10px;
    outline: 0;
    border: 0;
    background: #e6e6e6;
    font-size: 15px;
    padding: 10px;
}
.container-contact-input-2 {
    width: 100%;
    border-radius: 10px;
    outline: 0;
    border: 0;
    background: #e6e6e6;
    font-size: 15px;
    padding: 10px;
}
label.styled-select {
	position:relative;
	cursor: pointer;
}
label.styled-select:after{
    content:'>';
    font:16px "Consolas", monospace;
    color:#000;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:18px; top:0px;
    padding:0 0 2px;
  	position:absolute;
    pointer-events:none;
}
label.styled-select:before {
    content:'';
    right:10px; top:0px;
    width:20px; height:20px;
    position:absolute;
    pointer-events:none;
    display:block;
}
/* ----------------------------------------------- */
/* style for container-shopping */
#container-shopping {
	padding-bottom: 1px;
}
.table-format {
    border-collapse: collapse;
    width: 100%;
}
.table-cell-format {
	border: 1px solid #dddddd;
    padding: 10px;
}
/* ----------------------------------------------- */
/* style for container-coupon */
#container-coupon {
	padding-bottom: 1px;
	text-align: center;
}
#container-coupon-input {
    width: calc(100% - 40px);
	border-radius: 10px;
	margin: 20px 20px 0px 20px;
    outline: 0;
    border: 0;
    background: #e6e6e6;
    font-size: 15px;
    padding: 10px;
}
/* ----------------------------------------------- */
/* style for container-payment */
#container-payment {
    padding: 5px 0px 5px 0px;
}
/* ----------------------------------------------- */
/* style for container-change */
#container-change {
	height: 40px;
	font-size: 1.10em;
	font-weight: bold;
}
#container-change-div {
	height: 40px;
	width: 100%;
	cursor: pointer;
}
#container-change-div-img {
	float: left;
	margin: 10px;
}
#container-change-div-txt {
	margin:0;
	float: left;
	line-height: 40px;
	color: rgb(200, 41, 28);
}
/* ----------------------------------------------- */
/* style for container-finish */
#container-finish {
    padding: 1px 0px 1px 0px;
}
#container-finish-header {
    text-align: center;
	font-weight: bold;
	font-size: 20px;
}
#container-finish-text {
	text-align: center;
	font-size: 18px;
	padding: 10px 0px 10px 0px;
}
/* ----------------------------------------------- */
/* style for container-adress */
#container-adress {
	padding: 10px 0px 10px 0px;
}
#container-adress > p {
	text-align: left;
	margin: 0px 0px 0px 10px;
	font-weight: bold;
	font-size: 1.10em;
}
/* ----------------------------------------------- */
/* button styles */
.button-red {
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	outline: 0;
	margin: auto;
	margin: 20px;
	cursor: pointer;
	padding: 15px 5px 15px 5px;
	background: rgb(200, 41, 28);
	color: #fff;
	text-align: center;
	font-size: 15px;
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.3);
}
.button-blue {
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	outline: 0;
	margin: auto;
	margin: 20px;
	cursor: pointer;
	padding: 15px 5px 15px 5px;
	background: #4682B4;
	color: #fff;
	text-align: center;
	font-size: 15px;
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.3);
}
.button-red-no-margin {
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	outline: 0;
	margin: auto;
	cursor: pointer;
	padding: 15px 5px 15px 5px;
	background: rgb(200, 41, 28);
	color: #fff;
	text-align: center;
	font-size: 15px;
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.3);
}
.simple-button-red {
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	outline: 0;
	margin: auto;
	cursor: pointer;
	border-radius: 4px;
	padding: 15px 0px 15px 0px;
	background: rgb(200, 41, 28);
	color: #fff;
	text-align: center;
	font-size: 15px;
	margin-bottom: 20px;
}
.simple-button-red:hover {
	background: rgba(187, 40, 27, 1);
}
.simple-button-grey {
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	outline: 0;
	margin: auto;
	cursor: pointer;
	border-radius: 4px;
	padding: 15px 0px 15px 0px;
	background: #eee;
	color: #111;
	text-align: center;
	font-size: 15px;
	margin-bottom: 20px;
}
.simple-button-grey:hover {
	background: rgb(223, 223, 223);
}
/* ----------------------------------------------- */
/* styles for the dialog */
#edit-view {
    position: fixed;
    z-index: 300;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: hidden;
    padding-top: 200px;
    background-color: rgba(0, 0, 0, 0.6);
    scrollbar-width: none;
}
#edit-view-title {
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px
}
@media all and (max-width: 1000px){ /* MOBILE */
    #edit-view-container {
        margin: auto;
        width: 95%;
        height: auto;
        padding: 20px 10px 10px 10px;
        background-color: #FFFFFF;
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    }
}
@media all and (min-width: 650px){ /* DESKTOP */
    #edit-view-container {
        margin: auto;
        width: 600px;
        height: auto;
        padding: 20px 10px 10px 10px;
        background-color: #FFFFFF;
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    }
}
/* 1 */
#edit-view-input-show-1 {
	margin: 10px 0px 0px 0px;
	width: 100%;
	height: auto;
	text-align: left;
	cursor: pointer;
}
#edit-view-input-show-1-box{
	text-align: center;
	float: left;
	width: 30px;
	background: #f2f2f2;
	border: solid #cccccc 2px;
	padding-top: 5px;
	height: 25px;
}
#edit-view-input-show-1-box > img {
	margin: auto;
}
#edit-view-input-show-1-text {
	margin-left: 40px;
	font-size: 16px;
	padding: 5px;
}
/* 2 */
#edit-view-input-show-2 {
	margin: 10px 0px 0px 0px;
	width: 100%;
	height: auto;
	text-align: left;
	cursor: pointer;
}
#edit-view-input-show-2-box{
	text-align: center;
	float: left;
	width: 30px;
	background: #f2f2f2;
	border: solid #cccccc 2px;
	padding-top: 5px;
	height: 25px;
}
#edit-view-input-show-2-box > img {
	margin: auto;
}
#edit-view-input-show-2-text {
	margin-left: 40px;
	font-size: 16px;
	padding: 5px;
}
#edit-view-input-message, #edit-view-input-count {
	font-family: "Roboto", sans-serif;
	outline: 0;
	background: #f2f2f2;
	width: 100%;
	border: 0;
	padding: 15px;
	box-sizing: border-box;
	font-size: 14px;
}
#edit-view-update {
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	outline: 0;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 40px;
	cursor: pointer;
	padding: 15px 0px 15px 0px;
	background: rgb(200, 41, 28);
	color: #fff;
	text-align: center;
	font-size: 15px;
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.3);
}
#edit-view-abort {
	text-align: center;
	font-size: 17px;
	cursor: pointer;
}
/* ----------------------------------------------- */
/* footer for site */
#footer {
	padding: 10px 0px 10px 0px;
    width: 100%;
    height: auto;
    z-index: 300;
	right: 0;
	bottom: 0;
	left: 0;
    background-color: rgb(218, 41, 28);
    text-align: center;
    color: #FFFFFF;
    font-size: 15px;
}
#footer > a {
	color:#ffffff;
}
/* ----------------------------------------------- */
/* checkboxi */
.checkboxi {
	margin: 10px 0px 0px 0px;
	width: 100%;
	height: auto;
	text-align: left;
	cursor: pointer;
}
.checkboxi-box{
	text-align: center;
	float: left;
	width: 30px;
	background: #f2f2f2;
	border: solid #cccccc 2px;
	padding-top: 5px;
	height: 25px;
}
.checkboxi-box > img {
	margin: auto;
}
.checkboxi-text {
	margin-left: 40px;
	font-size: 16px;
	padding: 5px;
}
#check-container{
	margin: auto;
	width: 90%;
}
