.color_1{ color: #6369D1; }

.background_1{ background-color: #5B7563; }
.background_2{ background-color: #EDE7D2; }


.color_white{ color: #ffffff; }
.color_green{ color: #3F6634; }
.color_red{ color: #E51D1D; }
.color_grey{ color: #808080; }
.color_black{ color: #333333; }
.color_dark{ color: #000000; }

.background_brown{ background-color: #F4F1EB; }
.background_yellow{ background-color: #FFCC00; }
.background_grey{ background-color: #F3F3F3; }

.left{ text-align: left; }
.center{ text-align: center; }
.right{ text-align: right; }

.float_left{ float: left; }
.float_right{ float: right; }
.clear{ clear: both; }


.uppercase{ text-transform: uppercase; }
.line_through{ text-decoration: line-through; }

.margin_auto{ margin: 0em auto; }

.nowrap{ white-space: nowrap; }
.pre{ white-space: pre-line; }
.pre_wrap{ white-space: pre-wrap; }

.weight1{ font-weight: 100; }
.weight2{ font-weight: 200; }
.weight3{ font-weight: 300; }
.weight4{ font-weight: 400; }
.weight5{ font-weight: 500; }
.weight6{ font-weight: 600; }
.weight7{ font-weight: 700; }
.weight8{ font-weight: 800; }
.weight9{ font-weight: 900; }

.line1{ line-height: 1.0em; }
.line1-1{ line-height: 1.1em; }
.line1-2{ line-height: 1.2em; }
.line1-3{ line-height: 1.3em; }
.line1-4{ line-height: 1.4em; }
.line1-5{ line-height: 1.5em; }

.max_width0{ max-width: 60em; }
.max_width1{ max-width: 50em; }
.max_width2{ max-width: 45em; }
.max_width3{ max-width: 35em; }
.max_width4{ max-width: 25em; }
.max_width5{ max-width: 22em; }
.max_width6{ max-width: 16em; }
.max_width7{ max-width: 10em; }

.border1{ border-top: 1px solid #000000; }
.border2{ border-bottom: 1px solid #000000; }

.border_radius0{ border-radius: 50%; }
.border_radius1{ border-radius: 0.5em; }
.border_radius2{ border-radius: 1.0em; }
.border_radius3{ border-radius: 5em 5em 0em 0em; }
.border_radius4{ border-radius: 10em 10em 0em 0em; }

.box_shadow1{ box-shadow: 0em 0em 0.6em rgba(0, 0, 0, 0.15) inset; }

.hr1{ display: block; width: 100%; border-top: 1px solid #000000; border-bottom: 0; }
.hr2{ display: block; width: 100%; border-top: 1px solid #3CC5EF; border-bottom: 0; }

div + div.p{ margin-top: 0.4em; }
div + div.pp{ margin-top: 0.8em; }
div + div.ppp{ margin-top: 1.2em; }

div + div.o{ margin-left: 0.4em; }
div + div.oo{ margin-left: 0.8em; }
div + div.ooo{ margin-left: 1.2em; }

.order_status_0{ background-color: #e68116; }
.order_status_1{ background-color: #85c6de; }
.order_status_2{ background-color: #009fe3; }
.order_status_3{ background-color: #a466bd; }
.order_status_4{ background-color: #a2c617; }
.order_status_5{ background-color: #008739; }
.order_status_6{ background-color: #e92919; }


@media screen and (min-width: 600px){
	.scrolloff::-webkit-scrollbar{ width: 0em; height: 0em; }
}