/**
 * Config-Farben!
 * Diese dürfen hier nicht ohne weiteres geändert werden, da im Gulpfile mit diesen exakten Werten gearbeitet wird.
 * Grund ist, dass diese Farben im Admin-Tool konfigurierbar sind, diese hier also in der laufenden App ersetzt sind.
 */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
li,
ul,
ol,
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;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: 'open_sans';
  src: url('../fonts/OpenSans-Regular-webfont.eot');
  src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular-webfont.woff') format('woff'), url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sans';
  src: url('../fonts/OpenSans-Bold-webfont.eot');
  src: url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold-webfont.woff') format('woff'), url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'open_sans';
  src: url('../fonts/OpenSans-Italic-webfont.eot');
  src: url('../fonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Italic-webfont.woff') format('woff'), url('../fonts/OpenSans-Italic-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Italic-webfont.svg#open_sansitalic') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'open_sans';
  src: url('../fonts/OpenSans-BoldItalic-webfont.eot');
  src: url('../fonts/OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-BoldItalic-webfont.woff') format('woff'), url('../fonts/OpenSans-BoldItalic-webfont.ttf') format('truetype'), url('../fonts/OpenSans-BoldItalic-webfont.svg#open_sansbold_italic') format('svg');
  font-weight: bold;
  font-style: italic;
}
.preview-list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px;
}
.preview-list .preview-item {
  display: block;
  float: left;
  margin: 0 13px 13px 0;
  height: 195px;
  cursor: pointer;
}
.preview-list .preview-item .preview-thumb {
  border: 1px solid #fdfdfd;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-user-drag: none;
  user-drag: none;
  width: 135px !important;
  height: 135px !important;
}
.preview-list .preview-item .preview-label {
  padding: 8px 0 8px 0;
  text-align: center;
  font-size: 13px;
  line-height: 18px;
  width: 135px;
  color: var(--TextColor);
}
.preview-list .preview-item:hover .preview-thumb {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
#paper {
  font-family: "open_sans";
  position: absolute;
  width: 420px;
  height: 594px;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
}
#paper .curtain {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.2);
  z-index: 1000;
  display: none;
}
#paper.single_edit .curtain {
  display: block;
}
#paper .widget {
  cursor: default;
  position: absolute;
}
#paper .widget.hidden {
  display: block !important;
  visibility: hidden;
}
#paper .widget.uneditable {
  pointer-events: none;
}
#paper .widget .content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  letter-spacing: 0;
}
#paper .widget .content .box_wrap,
#paper .widget .content .wrap {
  position: absolute;
}
#paper .widget .content .text {
  position: absolute;
  width: 100%;
  z-index: 100;
  word-wrap: normal;
}
#paper .widget .content .text:focus {
  outline: none;
  box-shadow: none;
}
#paper .widget .content .text.single-line {
  white-space: nowrap;
}
#paper .widget .content ul {
  margin: 0;
  padding: 0 0 0 20px;
}
#paper .widget.image_box .content .full_size {
  width: 100%;
  height: 100%;
}
#paper .widget.image_box .content .copyright {
  position: absolute;
  width: 200px;
  right: -180px;
  bottom: 20px;
  transform: rotate(-90deg);
  transform-origin: 0 100%;
  color: #ffffff;
}
#paper .widget .name {
  font-size: 8px;
  color: #000000;
  white-space: nowrap;
  display: none;
  position: absolute;
  top: -10px;
  left: -1px;
  line-height: 10px;
  box-sizing: border-box;
  padding: 0 3px;
}
#paper .widget .name.info {
  top: auto;
  left: auto;
  right: 26px;
  bottom: 0px;
  font-size: 15px;
  line-height: 25px;
  padding: 0 5px 0 5px;
}
#paper .widget .plane {
  position: absolute;
  background: rgba(50, 50, 50, 0.1);
  display: none;
}
#paper .widget.on_top {
  z-index: 2000;
}
#paper .widget > .widget-line {
  position: absolute;
}
#paper .widget > .widget-line.line-n {
  top: -1px;
  left: -1px;
  right: -1px;
  height: 2px;
}
#paper .widget > .widget-line.line-s {
  bottom: -1px;
  left: -1px;
  right: -1px;
  height: 2px;
}
#paper .widget > .widget-line.line-e {
  right: -1px;
  top: -1px;
  bottom: -1px;
  width: 2px;
}
#paper .widget > .widget-line.line-w {
  left: -1px;
  top: -1px;
  bottom: -1px;
  width: 2px;
}
#paper .widget > .resize {
  width: 25px;
  height: 25px;
  background: #ff0000;
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
  cursor: nwse-resize;
  z-index: 3000;
}
#paper .widget.selected .content * {
  user-select: text;
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
}
#paper .widget.passive {
  opacity: 0.5;
}
#paper.edit .widget.mouseenabled.movable {
  cursor: move;
}
#paper.edit .widget.mouseenabled,
#paper.edit .widget.selected {
  background: none;
}
#paper.edit .widget.mouseenabled .widget-line,
#paper.edit .widget.selected .widget-line {
  background: #77FF00;
}
#paper.edit .widget.mouseenabled > .name,
#paper.edit .widget.selected > .name,
#paper.edit .widget.mouseenabled > .resize,
#paper.edit .widget.selected > .resize {
  display: block;
  background: #77FF00;
}
#paper.edit .widget.mouseenabled > .plane,
#paper.edit .widget.selected > .plane {
  display: block;
}
#paper.edit .widget.mouseenabled.depths_1 .name,
#paper.edit .widget.selected.depths_1 .name,
#paper.edit .widget.mouseenabled.depths_1 .resize,
#paper.edit .widget.selected.depths_1 .resize,
#paper.edit .widget.mouseenabled.depths_1 .widget-line,
#paper.edit .widget.selected.depths_1 .widget-line {
  background-color: #FF00BF;
  color: #ffffff;
}
#paper.edit .widget.mouseenabled.repeat_children > .widget-line,
#paper.edit .widget.selected.repeat_children > .widget-line {
  background: #f7ed00;
}
#paper.edit .widget.mouseenabled.repeat_children > .name,
#paper.edit .widget.selected.repeat_children > .name,
#paper.edit .widget.mouseenabled.repeat_children > .resize,
#paper.edit .widget.selected.repeat_children > .resize {
  display: block;
  background: #f7ed00;
  color: #000000;
}
#paper.desktop .widget.depths_1:hover.mouseenabled.movable {
  cursor: move;
}
#paper.desktop .widget.depths_1:hover.mouseenabled {
  background: none;
}
#paper.desktop .widget.depths_1:hover.mouseenabled > .widget-line {
  background: #FF00BF;
}
#paper.desktop .widget.depths_1:hover.mouseenabled > .resize {
  display: block;
  background: #FF00BF;
}
#paper.desktop .widget.depths_1:hover.mouseenabled > .plane {
  display: block;
}
#paper.desktop .widget.depths_1:hover.mouseenabled.repeat_children > .widget-line {
  background: #FF00BF;
}
#paper.desktop .widget.depths_1:hover.mouseenabled.repeat_children > .name,
#paper.desktop .widget.depths_1:hover.mouseenabled.repeat_children > .resize {
  display: block;
  background: #FF00BF;
  color: #000000;
}
#paper.desktop .widget.depths_1:hover.mouseenabled.repeat_children > .info {
  background: #f7ed00;
}
#paper.mobile .widget.touched.mouseenabled {
  background: none;
}
#paper.mobile .widget.touched.mouseenabled > .widget-line {
  background: #FF00BF;
}
#paper.mobile .widget.touched.mouseenabled > .resize {
  display: block;
  background: #FF00BF;
}
#paper.mobile .widget.touched.mouseenabled > .plane {
  display: block;
}
#paper.mobile .widget.touched.mouseenabled.repeat_children > .widget-line {
  background: #FF00BF;
}
#paper.mobile .widget.touched.mouseenabled.repeat_children > .name,
#paper.mobile .widget.touched.mouseenabled.repeat_children > .resize {
  display: block;
  background: #FF00BF;
  color: #000000;
}
#paper.mobile .widget.touched.mouseenabled.repeat_children > .info {
  background: #f7ed00;
}
.text-option-btn,
.text-option-switch,
.dropdown .trigger,
body > .text-options .tab-key {
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.14);
  background: #ffffff;
  border: 1px solid #dfdfdf;
  height: 30px;
  width: 100%;
  min-width: 50px;
  display: inline-block;
  cursor: pointer;
  box-sizing: border-box;
  font-size: 13px;
  color: #929292;
  line-height: 30px;
  padding-left: 10px;
  position: relative;
}
.text-option-switch {
  margin-bottom: 5px;
}
.text-option-switch .fa-check,
.text-option-switch .fa-list {
  position: absolute;
  right: 5px;
  top: 8px;
}
.text-option-switch.disabled {
  opacity: 0.5;
}
.text-option-switch.disabled .fa-check {
  display: none;
}
.dropdown {
  position: relative;
  width: 130px;
  display: inline-block;
}
.dropdown.fontSelector,
.dropdown.colorSelector {
  width: 200px;
  margin-bottom: 6px;
}
@media screen and (max-width: 1300px) {
  .dropdown.fontSelector,
  .dropdown.colorSelector {
    width: 180px;
  }
}
.dropdown.fontSelector .trigger,
.dropdown.colorSelector .trigger {
  height: 50px;
  line-height: 50px;
  padding: 0;
  padding-left: 10px;
  text-align: left;
}
.dropdown.fontSelector .trigger:after,
.dropdown.colorSelector .trigger:after {
  line-height: 50px;
  position: absolute;
  content: '\f0d7';
  font-size: 16px;
  font-family: 'FontAwesome';
  right: 10px;
  top: 0;
}
.dropdown.skuSelector {
  width: 180px;
}
.dropdown.skuSelector .trigger {
  height: 50px;
  line-height: 50px;
  padding: 0;
  padding-left: 10px;
  text-align: left;
}
.dropdown.skuSelector .trigger:after {
  line-height: 50px;
  position: absolute;
  content: '\f0d7';
  font-size: 16px;
  font-family: 'FontAwesome';
  right: 10px;
  top: 0;
}
.dropdown ul {
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.5);
  background: #ffffff;
  border: 1px solid #dfdfdf;
  position: absolute;
  top: 50px;
  box-sizing: border-box;
  width: 100%;
  max-height: 200px;
  overflow: auto;
  margin: 0;
  padding: 5px;
  display: none;
}
.dropdown ul li {
  color: #454545;
  list-style: none;
  cursor: pointer;
}
.dropdown ul li.select-color {
  width: 100%;
  padding: 0;
  height: 30px;
  margin-bottom: 2px;
  border: 1px solid #999;
}
.dropdown ul li.select-font {
  padding: 10px;
}
.dropdown ul li.select-data {
  padding: 10px;
}
.dropdown.open {
  z-index: 9999;
}
.dropdown.open ul {
  display: block;
}
.dropdown.searchable input {
  user-select: text;
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
}
.dropdown.searchable ul {
  top: 30px;
}
.button-group {
  margin-bottom: 8px;
}
.button-group .btn {
  color: #000000;
  font-size: 13px;
  display: inline-block;
  cursor: pointer;
  height: 50px;
  min-width: 50px;
  box-sizing: border-box;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  /* Rectangle 9: */
  background: #ffffff;
  border: 1px solid #dfdfdf;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.14);
  vertical-align: top;
}
.button-group .btn.disabled {
  color: #a1a1a1;
  cursor: default;
}
.button-group .btn.select-transform:after {
  content: 'Tt';
  font-weight: bold;
}
.button-group .btn.select-transform.icon-uppercase {
  text-transform: uppercase;
}
.button-group .btn.select-transform.icon-none {
  text-transform: none;
}
.button-group .btn.select-transform.icon-lowercase {
  text-transform: lowercase;
}
.button-group .btn.select-alignment {
  position: relative;
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
}
.button-group .btn.select-alignment .icon-BC:before,
.button-group .btn.select-alignment .icon-TC:before,
.button-group .btn.select-alignment .icon-MC:before {
  content: '\f037';
}
.button-group .btn.select-alignment .icon-BR:before,
.button-group .btn.select-alignment .icon-TR:before,
.button-group .btn.select-alignment .icon-MR:before {
  content: '\f038';
}
.button-group .btn.select-alignment .icon-BL:before,
.button-group .btn.select-alignment .icon-TL:before,
.button-group .btn.select-alignment .icon-ML:before {
  content: '\f036';
}
body > .text-options {
  box-sizing: border-box;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  margin: 0;
  padding: 5px;
  background: #333333;
}
body > .text-options .dropdown,
body > .text-options .button-group {
  float: left;
  margin-right: 5px;
}
body > .text-options .dropdown ul,
body > .text-options .button-group ul {
  top: auto;
  bottom: 0;
}
body > .text-options .button-group .btn {
  font-size: 15px;
  line-height: 70px;
  min-width: 70px;
  height: 70px;
}
body > .text-options .button-group .btn:first-child {
  border-radius: 5px 0 0 5px;
}
body > .text-options .button-group .btn:last-child {
  border-radius: 0 5px 5px 0;
}
body > .text-options .tab-key {
  text-align: center;
  font-size: 20px;
}
body > .text-options .text-option-switch,
body > .text-options .tab-key {
  color: #000000;
  margin-right: 5px;
  width: auto;
  float: left;
  border-radius: 5px;
  padding: 0;
  line-height: 70px;
  min-width: 70px;
  height: 70px;
}
body > .text-options .text-option-switch {
  padding-left: 5px;
  padding-right: 5px;
}
body > .text-options .text-option-switch .fa-check {
  top: auto;
  right: auto;
  position: relative;
}
body > .text-options .trigger {
  color: #000000;
  border-radius: 5px;
}
body > .text-options .trigger:hover {
  opacity: 1;
}
.plainTextEditor {
  margin-top: 20px;
}
.plainTextEditor .title {
  margin-bottom: 5px;
}
.plainTextEditor textarea {
  height: 80px;
  box-sizing: border-box;
  width: 100%;
  resize: none;
  border: 1px solid #dfdfdf;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.14);
  font-family: sans-serif;
  padding: 5px;
  line-height: 1.5;
}
.skuTextEditor .title {
  margin-top: 10px;
  display: none;
}
.skuTextEditor .row-container {
  margin-top: 10px;
  margin-bottom: 10px;
}
.skuTextEditor .row-container .sku-row {
  margin: 10px 0 10px 0;
}
.skuTextEditor .row-container .sku-row .header {
  display: flex;
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 5px;
}
.skuTextEditor .row-container .sku-row .header .delete-item {
  cursor: pointer;
}
.skuTextEditor .row-container .sku-row .header .delete-item .fa {
  margin-right: 0.5em;
}
.skuTextEditor .row-container .sku-row .inputs {
  display: flex;
  gap: 5px;
}
.skuTextEditor .row-container .sku-row .inputs input {
  margin: 0;
  height: 50px;
  line-height: 50px;
  border: 1px solid #dfdfdf;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.14);
}
.skuTextEditor .add-item {
  text-align: center;
  padding: 5px;
  background: var(--BtnColor);
}
.skuTextEditor .add-item.disabled {
  pointer-events: none;
  opacity: 0.5;
  background: #dfdfdf;
  border-color: #dfdfdf;
}
input[type=range] {
  background: none;
  -webkit-appearance: none;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  animate: 0.2s;
  background: #E6E6E6;
  border-radius: 3px;
  border: 0px solid black;
}
input[type=range]::-webkit-slider-thumb {
  border: 0px solid #191919;
  height: 15px;
  width: 15px;
  border-radius: 15px;
  background: var(--BaseColor);
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #f3f3f3;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  animate: 0.2s;
  background: #E6E6E6;
  border-radius: 3px;
  border: 0px solid black;
}
input[type=range]::-moz-range-thumb {
  border: 0px solid #191919;
  height: 15px;
  width: 15px;
  border-radius: 15px;
  background: var(--BaseColor);
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 15px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #d9d9d9;
  border: 0px solid black;
  border-radius: 6px;
}
input[type=range]::-ms-fill-upper {
  background: #E6E6E6;
  border: 0px solid black;
  border-radius: 6px;
}
input[type=range]::-ms-thumb {
  border: 0px solid #191919;
  height: 15px;
  width: 15px;
  border-radius: 15px;
  background: var(--BaseColor);
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #E6E6E6;
}
input[type=range]:focus::-ms-fill-upper {
  background: #f3f3f3;
}
.basket_view,
.form_view,
.sub-view {
  color: #020202;
}
.basket_view h3,
.form_view h3,
.sub-view h3 {
  font-size: 14px;
  margin: 10px 0px;
  font-weight: bold;
  color: #666666;
  font-style: italic;
}
.basket_view > h1,
.form_view > h1,
.sub-view > h1 {
  font-size: 16px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dfdfdf;
  font-weight: bold;
}
.basket_view .block,
.form_view .block,
.sub-view .block {
  width: 49%;
  display: inline-block;
  padding: 20px;
  box-sizing: border-box;
  color: #020202;
}
.basket_view .block h1,
.form_view .block h1,
.sub-view .block h1 {
  font-size: 16px;
  padding-bottom: 15px;
  border-bottom: 1px solid #DFDFDF;
}
.basket_view p,
.form_view p,
.sub-view p {
  font-size: 13px;
  line-height: 16px;
}
.basket_view .row,
.form_view .row,
.sub-view .row {
  position: relative;
  margin: 0;
  min-height: 50px;
}
.basket_view .row .pull-right,
.form_view .row .pull-right,
.sub-view .row .pull-right {
  position: absolute;
  right: 0;
}
.basket_view .row .pull-right .checkbox.confirm,
.form_view .row .pull-right .checkbox.confirm,
.sub-view .row .pull-right .checkbox.confirm {
  display: inline-block;
  margin: 10px 20px 10px 0;
}
.basket_view .row.border-top,
.form_view .row.border-top,
.sub-view .row.border-top {
  border-top: 1px solid #DFDFDF;
}
.basket_view .row:after,
.form_view .row:after,
.sub-view .row:after {
  content: "";
  display: table;
  clear: both;
}
.basket_view .col,
.form_view .col,
.sub-view .col {
  width: calc((100% - 10px) / 3);
  display: block;
  float: left;
  vertical-align: top;
  margin-right: 5px;
}
.basket_view .col:last-child,
.form_view .col:last-child,
.sub-view .col:last-child {
  margin-right: 0;
}
.basket_view .col input,
.form_view .col input,
.sub-view .col input {
  line-height: 50px;
  box-sizing: border-box;
  width: 100%;
  padding-left: 20px;
  border-radius: 5px;
  border: 1px solid #DFDFDF;
  margin: 0 0 10px;
  font-size: 13px;
}
.basket_view .col input.error,
.form_view .col input.error,
.sub-view .col input.error {
  border: 2px solid #ff0000;
}
.basket_view .col h2,
.form_view .col h2,
.sub-view .col h2 {
  font-size: 16px;
  margin-bottom: 10px;
}
.basket_view .col .dummy_txt,
.form_view .col .dummy_txt,
.sub-view .col .dummy_txt {
  color: #929292;
  padding: 10px 10px 0;
}
.basket_view .summary,
.form_view .summary,
.sub-view .summary {
  padding-bottom: 10px;
  margin-bottom: 10px;
  height: 130px;
  border-bottom: 1px solid #DFDFDF;
}
.basket_view .summary .calculation,
.form_view .summary .calculation,
.sub-view .summary .calculation {
  width: 33%;
  position: absolute;
  right: 0;
  bottom: 10px;
  line-height: 20px;
}
.basket_view .summary .calculation .pricetag,
.form_view .summary .calculation .pricetag,
.sub-view .summary .calculation .pricetag {
  font-weight: bold;
}
.basket_view .summary p,
.form_view .summary p,
.sub-view .summary p {
  width: 57%;
  position: absolute;
  left: 0;
  bottom: 10px;
}
.text-right {
  text-align: right;
}
.basket-footer {
  box-sizing: border-box;
  vertical-align: top;
  display: table;
  margin-bottom: 20px;
  padding: 30px;
  width: 100%;
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  font-size: 13px;
  background: #F3F3F3;
}
.basket-footer div {
  vertical-align: top;
  display: table-cell;
  width: 20%;
}
.basket-footer .basket-footer-subject {
  font-size: inherit;
  padding: 0;
  float: right;
  margin-right: 20px;
}
.basket-footer-subject {
  vertical-align: top;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 40px 0;
}
[role="price-box"] {
  vertical-align: top;
}
[role="price-box"] dt {
  float: left;
}
[role="price-box"] dd {
  clear: both;
}
.small-info {
  font-size: 12px;
  font-style: italic;
}
.logo_list {
  position: relative;
  margin: 20px;
  height: 150px;
}
.logo_list.drag_enter {
  outline: 2px dashed var(--BaseColor);
}
.logo_list .bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
}
.logo_list .item {
  display: inline-block;
  position: relative;
  width: 150px;
  height: 150px;
  padding: 2px;
  box-sizing: border-box;
  margin-right: 10px;
  border: 1px solid #DFDFDF;
  border-radius: 5px;
}
.logo_list .item .thumb {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}
.logo_list .item .fa {
  position: absolute;
  top: 6px;
  right: 6px;
}
.basket-option {
  font-size: 12px;
  color: var(--BtnTextColor);
  background: var(--BtnColor);
  padding: 8px;
  white-space: nowrap;
  display: inline-block;
  line-height: 16px;
}
.basket-option .fa {
  position: relative;
  top: 1px;
  font-size: 16px;
  margin-right: 5px;
}
@media screen and (max-width: 1300px) {
  .basket-option {
    min-width: 24px;
    text-align: center;
  }
  .basket-option .fa {
    margin-right: 0;
  }
  .basket-option span {
    display: none;
  }
}
.page_nav {
  margin-top: 18px;
}
.page_nav .select_page {
  display: inline;
  padding: 5px;
  background: #ffffff;
  color: var(--TextColor);
  border: 1px solid var(--TextColor);
  margin-right: 10px;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
}
.page_nav .select_page.selected {
  border: 1px solid var(--BaseColor);
  background: var(--BtnColor);
  color: #ffffff;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  transition: opacity 0.3s;
  z-index: 3000;
}
.modal .panel {
  position: absolute;
  left: calc(0.5 * (100% - 650px));
  top: calc(0.5 * (100% - 300px));
  width: 650px;
  height: 300px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
  background: #ffffff;
  transition: all 0.5s;
  box-sizing: border-box;
  padding: 20px;
}
.modal .panel h1,
.modal .panel h2,
.modal .panel h3 {
  margin-bottom: 10px;
}
.modal .panel p {
  font-size: 80%;
  text-align: center;
  line-height: 150%;
}
.modal .panel .absolute_bottom {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
}
.modal .panel.alert {
  left: calc(0.5 * (100% - 450px));
  top: calc(0.5 * (100% - 200px));
  width: 450px;
  height: 200px;
  padding-top: 45px;
}
.modal .panel.alert h1,
.modal .panel.alert h2 {
  line-height: 150%;
  text-align: center;
}
.modal .panel.alert h1 {
  font-weight: bold;
}
.modal .panel.thank-you {
  top: calc(0.5 * (100% - 250px));
  height: 250px;
  padding-top: 30px;
}
.modal .panel.thank-you h2 {
  font-size: 14px;
}
.modal.faded {
  opacity: 0;
}
.modal.faded .panel {
  transform: scale(0.9, 0.9);
}
.navbar-toggle {
  display: none;
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 19px;
  margin-right: 10px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle .icon-bar {
  background-color: var(--BtnColor);
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  color: var(--TextColor);
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media screen and (max-width: 1300px) {
  .navbar-toggle {
    display: block;
  }
}
.btn,
button.default {
  cursor: pointer;
  transition: background 0.2s;
  border-radius: 1px;
  border: 1px solid var(--BtnColorDarken3);
}
.btn:hover,
button.default:hover {
  background: var(--BtnColorLighten5);
}
.btn:active,
button.default:active,
.btn:focus,
button.default:focus {
  background: var(--BtnColorLighten20);
}
button {
  border: none;
  background: none;
  padding: 5px;
  color: var(--BaseColor);
  cursor: pointer;
}
button.switch {
  z-index: 2800;
  color: var(--TextColor);
  font-size: 13px;
  vertical-align: top;
  line-height: 25px;
}
button.switch span {
  vertical-align: top;
}
button.switch svg {
  margin-right: 2px;
  vertical-align: top;
}
button.switch:hover {
  color: var(--TextColor);
  fill: var(--TextColor);
}
button.switch:hover path {
  stroke: var(--TextColor);
}
button.default {
  font-size: 16px;
  font-weight: normal;
  color: var(--BtnTextColor);
  background: var(--BtnColor);
  padding: 8px;
  margin: 10px 0 10px 0;
}
button.option {
  background: var(--BtnColor);
  color: #ffffff;
  padding: 8px;
  font-size: 11px;
}
button.selected {
  color: #ffffff;
  background: var(--BtnColor);
}
a.dca_link {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 12px 0;
  background: var(--BtnColor);
  color: var(--BtnTextColor);
  text-decoration: none;
}
a.dca_link:hover {
  cursor: pointer;
}
[type="text"],
[type="password"],
[type="email"],
[type="tel"] {
  user-select: text;
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  width: 100%;
  padding-left: 20px;
  border-radius: 2px;
  border: 1px solid #929292;
  margin: 20px 0 20px 0;
  color: #020202;
  font-size: 13px;
  outline: none;
}
[type="text"]:focus,
[type="password"]:focus,
[type="email"]:focus,
[type="tel"]:focus {
  box-shadow: inset 1px 3px 3px rgba(0, 0, 0, 0.2);
}
[type="text"].error,
[type="password"].error,
[type="email"].error,
[type="tel"].error {
  border: 2px solid #ff0000;
}
.frontend-select {
  height: 50px;
  box-sizing: border-box;
  width: 100%;
  padding-left: 16px;
  border-radius: 5px;
  border: 1px solid #DFDFDF;
  margin: 0 0 10px;
  font-size: 13px;
}
.checkbox {
  height: 30px;
  font-size: 13px;
  line-height: 20px;
}
/* Base for label styling */
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
/* checkbox aspect */
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: -2px;
  width: 17px;
  height: 17px;
  border: 1px solid #aaa;
  background: #f8f8f8;
  border-radius: 0;
}
/* checked mark aspect */
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
  content: '✔';
  position: absolute;
  top: -2px;
  left: 4px;
  color: #333333;
  font-size: 13px;
  margin-bottom: 5px;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:checked + label:before,
[type="checkbox"]:disabled:not(:checked) + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: none;
}
/* Base for label styling */
[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
/* checkbox aspect */
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: -2px;
  width: 17px;
  height: 17px;
  border: 1px solid #aaa;
  background: #f8f8f8;
  border-radius: 0;
}
/* checked mark aspect */
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: '✔';
  position: absolute;
  top: -2px;
  left: 4px;
  color: #333333;
  font-size: 13px;
  margin-bottom: 5px;
}
/* checked mark aspect changes */
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="radio"]:disabled:checked + label:before,
[type="radio"]:disabled:not(:checked) + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="radio"]:disabled:checked + label:after {
  color: #999;
}
[type="radio"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="radio"]:checked:focus + label:before,
[type="radio"]:not(:checked):focus + label:before {
  border: none;
}
/* hover style just for information */
label:hover:before {
  border: none;
}
.close_layer {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  transition: opacity 0.2s;
  opacity: .5;
}
.close_layer:hover {
  opacity: 1;
}
.upload_btn {
  cursor: pointer;
  transition: background 0.2s;
  border-radius: 1px;
  border: 1px solid var(--BtnColorDarken3);
  font-size: 16px;
  font-weight: normal;
  color: var(--BtnTextColor);
  background: var(--BtnColor);
  padding: 8px;
  position: relative;
  box-sizing: border-box;
  text-align: center;
}
.upload_btn:hover {
  background: var(--BtnColorLighten5);
}
.upload_btn:active,
.upload_btn:focus {
  background: var(--BtnColorLighten20);
}
.upload_btn p {
  font-size: inherit;
  line-height: 18px;
}
.upload_btn input {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.loader_wrap {
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.2);
}
.loader_wrap .loader {
  position: absolute;
  top: calc(0.5 * (100% - 50px));
  left: calc(0.5 * (100% - 50px));
  border: 5px solid #f3f3f3;
  border-top: 5px solid var(--BaseColor);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
header {
  /* Rectangle: */
  background-image: linear-gradient(-135deg, var(--BaseColor) 0%, var(--BaseColorLighten20) 100%);
  width: 100%;
  height: 141px;
  color: #fff;
}
@media screen and (max-width: 1300px) {
}
header .nav-toggle {
  display: none;
  position: absolute;
  padding: 9px 10px;
  top: 20px;
  right: 20px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  z-index: 5;
}
header .nav-toggle .icon-bar {
  background-color: var(--TextColor2);
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
header .nav-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media screen and (max-width: 1300px) {
  header .nav-toggle {
    display: block;
  }
}
header #header-container {
  width: calc(100% - 84px);
  height: 100px;
  margin: 0 auto;
}
header #header-container #header-content {
  width: 100%;
  height: 100%;
  position: relative;
}
header #header-container #header-content .logo {
  width: 326px;
  height: 42px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  position: fixed;
  top: 22px;
  z-index: 1040;
}
@media screen and (max-width: 1300px) {
  header #header-container #header-content .logo {
    top: 14px;
    width: 260px;
  }
}
header #header-container #header-content .logo svg {
  height: 100% !important;
  width: 100% !important;
  preserveaspectratio: xMinYMin meet;
}
header #header-container #header-content nav {
  display: inline-block;
  position: relative;
  float: right;
  top: 42px;
}
header #header-container #header-content nav ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
header #header-container #header-content nav ul li {
  display: inline-block;
  position: relative;
  margin: 0 0 0 20px;
  padding: 0;
}
header #header-container #header-content nav ul li ul {
  display: none;
  position: absolute;
  top: 40px;
  left: -20px;
  background: var(--BaseColor);
  z-index: 200;
}
@media screen and (max-width: 1300px) {
  header #header-container #header-content nav ul li ul {
    display: inherit;
    position: relative;
    top: 0;
    left: 0;
    background: #333;
    text-align: left;
  }
}
header #header-container #header-content nav ul li ul li {
  display: list-item;
}
@media screen and (max-width: 1300px) {
  header #header-container #header-content nav ul li ul li {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1300px) {
  header #header-container #header-content nav ul li ul li a {
    font-weight: normal;
    line-height: 28px;
  }
}
header #header-container #header-content nav ul li a {
  display: block;
  color: var(--TextColor2);
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  text-decoration: none;
  margin-right: 18px;
  transition: 0.2s;
  cursor: pointer;
}
header #header-container #header-content nav ul li a svg path {
  fill: var(--TextColor2);
  color: var(--MenuColor);
}
header #header-container #header-content nav ul li span {
  font-size: 16px;
}
header #header-container #header-content nav ul li:hover > ul {
  display: inherit;
}
header #header-container #header-content nav ul .title {
  border-left: 1px solid #fff;
  padding-left: 10px;
}
@media screen and (max-width: 1300px) {
  header #header-container #header-content nav {
    display: block;
    position: absolute;
    top: 68px;
    right: calc(-84px * 0.5);
    float: none;
    z-index: 1;
    background-color: #333;
    padding: 20px;
    transform: translateX(100%);
    transition: transform 0.3s;
  }
  header #header-container #header-content nav ul li {
    display: list-item;
  }
  header #header-container #header-content nav ul .title,
  header #header-container #header-content nav ul .title + li,
  header #header-container #header-content nav ul .title + li + li {
    display: inline-block;
  }
  header #header-container #header-content nav.in {
    transform: translateX(0);
  }
  header #header-container #header-content nav a {
    display: block;
  }
  header #header-container #header-content nav .title {
    border: none;
    padding-left: 0;
  }
}
.fixed.bottom {
  right: 64px;
}
.show_help {
  position: fixed;
  right: 0px;
  bottom: 31px;
  z-index: 2001;
  width: 31px;
  color: #ffffff;
  font-size: 22px;
  box-sizing: border-box;
  border-radius: 2px 0px 0px 2px;
  padding: 5px;
  background: var(--BtnColor);
  border: none;
}
#turn_obj_help {
  position: fixed;
  top: calc(0.5 * 100%);
  right: calc(0.5 * (100% - 530px));
}
#basket_button_help {
  position: fixed;
  bottom: 145px;
  left: 110px;
}
@media (max-height: 746px) {
  #basket_button_help {
    bottom: 110px;
  }
}
#check_out_help {
  position: fixed;
  bottom: 55px;
  left: 110px;
}
@media (max-height: 746px) {
  #check_out_help {
    bottom: 45px;
  }
}
#new_item_help {
  position: fixed;
  top: 140px;
  left: 110px;
}
@media (max-height: 746px) {
  #new_item_help {
    top: 130px;
  }
}
.help_layer {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2000;
}
.help_layer .close_help {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 35px;
  height: 35px;
  color: #ffffff;
  font-size: 35px;
}
.help_layer .tool-tip-wrap {
  position: absolute;
}
.help_layer .tool-tip-wrap .tool-tip-bubble {
  position: relative;
  background: #ffffff;
  border-radius: .4em;
  padding: 5px;
}
.help_layer .tool-tip-wrap .tool-tip-bubble img {
  width: 220px;
  height: 220px;
}
.help_layer .tool-tip-wrap .tool-tip-txt {
  font-family: 'Caveat', cursive;
  color: #ffffff;
  width: 230px;
  box-sizing: border-box;
  padding: 5px;
  text-align: center;
  font-size: 20px;
}
.help_layer .tool-tip-wrap .tool-tip-bubble:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-right-color: #ffffff;
  border-left: 0;
  margin-top: -20px;
  margin-left: -20px;
}
.help_layer .help_txt {
  position: absolute;
}
.help_layer .help_txt .bubble {
  background-color: var(--BtnColor);
  display: inline-block;
  min-width: 10px;
  padding: 6px 14px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 20px;
  cursor: pointer;
  position: absolute;
  top: -20px;
  left: -30px;
}
.help_layer .help_txt .info {
  font-family: 'Caveat', cursive;
  width: 200px;
  font-size: 20px;
  border-radius: 5px;
  color: #ffffff;
  transition: opacity 0.25s;
  opacity: 0;
  position: absolute;
  bottom: 30px;
  left: -100px;
  pointer-events: none;
}
.help_layer .help_txt .info.txt_align_mb {
  bottom: auto;
  top: 20px;
}
.help_layer .help_txt .info.txt_align_rt {
  left: 20px;
}
.help_layer .help_txt .info.txt_align_lt {
  left: -220px;
}
.help_layer .help_txt .info.txt_align_lb {
  left: -220px;
  bottom: auto;
  top: 0px;
}
.help_layer .help_txt .info.txt_align_rb {
  left: 20px;
  bottom: auto;
  top: 0px;
}
.help_layer .help_txt:hover .bubble {
  background-color: #000000;
}
.help_layer .help_txt:hover .info {
  opacity: 1;
}
* {
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-overflow-scrolling: touch;
}
textarea,
input[type='text'] {
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
body,
html {
  min-height: 480px;
  font-family: Sans-Serif;
  font-size: 16px;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body b,
html b {
  font-weight: bold;
}
body.busy,
html.busy {
  cursor: progress;
}
body {
  background: var(--FrameColor);
}
h1 {
  font-size: 200%;
}
h1 {
  font-size: 150%;
}
table.new-request-page tbody tr td {
  color: var(--TextColor) !important;
}
.hidden {
  display: none;
}
.alert {
  padding: 15px;
  width: 460px;
  margin: 2px;
  border-radius: 5px;
}
.alert .btn {
  float: right;
  padding: 0;
  margin: 0;
}
.alert strong {
  font-weight: bolder;
  margin-right: 5px;
  float: left;
}
.alert-warning {
  border: 1px solid #faebcc;
  background-color: #fcf8e3;
  color: #8a6d3b;
}
.filtered-customers {
  z-index: 2000;
  box-sizing: border-box;
  width: 100%;
  width: -moz-available;
  /* For Mozzila */
  width: -webkit-fill-available;
  /* For Chrome. */
  position: absolute;
  top: 102px;
  box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.5);
}
.filtered-customers ul {
  max-height: 150px;
  overflow-y: auto;
  background: #ffffff;
  list-style: none;
}
.filtered-customers ul li {
  border-bottom: 1px solid #cccccc;
  padding: 10px;
  margin: 0;
  cursor: pointer;
}
.filtered-customers ul li:hover {
  background: var(--BtnColor);
  color: var(--BtnTextColor);
}
.filtered-customers ul li.new-customer {
  background: var(--BtnColor);
}
.filtered-customers ul li.new-customer a {
  color: var(--BtnTextColor) !important;
}
.main_nav {
  position: absolute;
  left: 0;
  top: 141px;
  bottom: 0;
  background-image: linear-gradient(-180deg, var(--MenuColor) 3%, var(--MenuColorDarken2) 100%);
}
.main_nav.hidden {
  display: none;
}
@media screen and (max-width: 1300px) {
  .main_nav {
    top: 85px;
  }
}
.main_nav a {
  background: var(--MenuColor);
  position: relative;
  border-bottom: 1px solid #929292;
  font-size: 13px;
  color: var(--MenuFontColor);
  display: block;
  height: 88px;
  width: 148px;
}
@media screen and (max-width: 1300px) {
  .main_nav a {
    font-size: 12px;
    width: 120px;
  }
}
.main_nav a .icon {
  position: absolute;
  top: 10px;
  left: calc(0.5 * (100% - 50px));
}
.main_nav a .icon .symbol {
  fill: var(--TextColor);
}
.main_nav a.selected,
.main_nav a:hover {
  background-color: var(--MenuColorLighten50);
}
.main_nav a.selected {
  color: var(--MenuFontColorDarken30);
}
.main_nav a.selected .symbol {
  fill: var(--MenuFontColorDarken30);
}
.main_nav a.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}
.main_nav a span {
  width: 100%;
  position: absolute;
  bottom: 15px;
  text-align: center;
}
.main_nav a.add_to_basket {
  border: none;
  background: var(--BtnColor);
  height: 40px;
  color: var(--BtnTextColor);
  text-decoration: none;
  text-align: center;
  line-height: 40px;
  position: absolute;
  bottom: 88px;
  font-weight: bold;
}
.main_nav a.approve_order {
  border: none;
  background: var(--BtnColor);
  height: 40px;
  color: var(--BtnTextColor);
  text-decoration: none;
  text-align: center;
  line-height: 40px;
  position: absolute;
  bottom: 88px;
  font-weight: bold;
}
.main_nav a.basket {
  border-bottom: none;
  border-top: 1px solid #929292;
  position: absolute;
  bottom: 0;
}
.main_nav a.basket .bubble {
  background: var(--BtnColor);
  color: #ffffff;
  width: auto;
  position: absolute;
  top: 12px;
  left: 55px;
  bottom: auto;
  padding: 0 5px;
  border-radius: 20px;
  line-height: 20px;
}
#stage {
  position: absolute;
  overflow: hidden;
  top: 101px;
  left: 147px;
  bottom: 42px;
  right: 42px;
  border-radius: 2px;
  background: #fff;
  /* Rectangle: */
  background: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.23);
  overflow: auto;
  padding: 20px;
}
@media screen and (max-width: 1300px) {
  #stage {
    right: 0;
    bottom: 0;
    top: 68px;
    left: 120px;
  }
}
#stage.full {
  left: 42px;
}
@media screen and (max-width: 1300px) {
  #stage.full {
    left: 0;
  }
}
#stage .add_to_basket {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 3000;
}
#stage a.approve_order {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 148px;
  height: 40px;
  background: var(--BtnColor);
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  border: none;
}
#stage a.approve_order .icon {
  position: absolute;
  top: 10px;
  left: calc(0.5 * (100% - 50px));
}
#stage a.approve_order .icon .symbol {
  fill: var(--TextColor);
}
#stage a.approve_order.disabled {
  opacity: 0.5;
  pointer-events: none;
}
#stage.basket-stage {
  left: 42px;
}
.login #stage {
  left: 30%;
  right: 30%;
}
.widget_list {
  position: absolute;
  top: 20px;
  left: 20px;
  bottom: 20px;
  width: 220px;
  background: #ffffff;
  overflow: auto;
}
@media screen and (max-width: 1300px) {
  .widget_list {
    top: 5px;
    bottom: 5px;
    width: 200px;
  }
}
.widget_list li {
  font-size: 13px;
  color: var(--TextColor);
  list-style: none;
  display: block;
  width: 200px;
  padding: 10px 0;
}
.widget_list li > .toggle {
  cursor: pointer;
  line-height: 18px;
}
.widget_list li > .toggle:hover {
  opacity: 0.8;
}
.widget_list li > .toggle.selected {
  font-weight: bold;
  color: var(--TextColor);
}
.widget_list li .select-category span {
  vertical-align: top;
  line-height: 40px;
  display: inline-block;
}
.widget_list li .select-category .list_icon {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  display: inline-block;
  margin-right: 10px;
}
.widget_list li.title {
  cursor: pointer;
  font-weight: bold;
  border-bottom: 1px solid #929292;
}
.widget_list li.title .arrow {
  margin-right: 15px;
}
.widget_list li.title:hover {
  opacity: 0.8;
}
.widget_list li.open {
  font-weight: bold;
  color: var(--TextColor);
}
.widget_list li .option {
  float: right;
  font-size: 20px;
  margin-left: 20px;
}
.widget_list li .arrow {
  font-size: 15px;
  margin-top: 2px;
}
.widget_list li .icon_hide {
  font-size: 18px;
  margin-right: 10px;
}
.widget_list li.hidden .icon_hide,
.widget_list li.hidden .name {
  opacity: 0.5;
}
.widget_list li.hidden .more {
  display: none;
}
.widget_list li > ul {
  display: none;
}
.widget_list li.open > .toggle .option {
  transform: rotate(180deg);
}
.widget_list li.open > ul {
  display: block;
}
@media screen and (max-width: 1300px) {
  .widget_list li {
    font-size: 12px;
    width: 180px;
  }
}
.widget_list > li {
  border-bottom: 1px solid #DEDEDE;
  padding: 20px 0;
}
.workspace {
  overflow: auto;
  position: absolute;
  top: 52px;
  right: 20px;
  bottom: 20px;
  left: 240px;
  background-image: linear-gradient(-225deg, #EEEEEE 0%, #EFEFEF 15%, #EFEFEF 18%, #F1F1F1 47%, #F5F5F5 100%);
}
@media screen and (max-width: 1300px) {
  .workspace {
    left: 220px;
    bottom: 5px;
    right: 5px;
  }
}
.workspace.preview-list {
  top: 20px;
}
.workspace.scale_to_fit {
  overflow: hidden;
}
#view_3d {
  position: absolute;
  left: 20px;
  top: 20px;
  right: 20px;
  bottom: 20px;
}
#view_3d .page-btn {
  width: 40px;
  height: 40px;
  transition: opacity 1s;
  cursor: pointer;
}
#view_3d .page-btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  width: 25px;
  height: 25px;
  border-bottom: 4px solid #333333;
  border-right: 4px solid #333333;
  transform: rotate(-45deg);
}
#view_3d .page-btn.disabled {
  opacity: 0.4;
  pointer-events: none;
}
#view_3d .prev-page-btn {
  position: absolute;
  left: 10px;
  top: calc(0.5 * 100% - 40px);
}
#view_3d .prev-page-btn:before {
  left: 10px;
  transform: rotate(135deg);
}
#view_3d .next-page-btn {
  position: absolute;
  right: 10px;
  top: calc(0.5 * 100% - 40px);
}
#toolbar {
  position: absolute;
  left: 240px;
  top: 0;
  right: 20px;
}
#toolbar .switch {
  float: right;
  margin: 10px 0 0 10px;
}
#toolbar .page_nav {
  float: left;
}
[role="image-element"] i {
  cursor: pointer;
}
.badge {
  padding: 0px 4px;
  margin: 0px -16px -10px;
  background-color: silver;
  border: 2px silver solid;
  border-radius: 3px;
  display: inline-block;
}
.options {
  margin: 20px 0;
}
.options.panel {
  margin: 0;
  z-index: 3000;
  position: absolute;
  background: #ffffff;
  width: 472px;
  bottom: 1px;
  top: 1px;
  left: 240px;
  border-left: 1px solid #f1f1f1;
}
@media screen and (max-width: 1300px) {
  .options.panel {
    left: 220px;
  }
}
.options.panel .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.options.panel .filters {
  position: absolute;
  left: 10px;
  right: 30px;
  top: 10px;
  height: 40px;
}
.options.panel .filters .dropdown {
  width: 430px;
  margin-bottom: 6px;
}
.options.panel .filters .filter_tag {
  display: inline-block;
  background: var(--TextColor);
  color: #ffffff;
  padding: 5px;
  margin: 0 5px 5px 0;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
  border-radius: .25em;
  white-space: nowrap;
}
.options.panel .filters .filter_tag .fa {
  margin-left: 4px;
}
.options.panel .wrap {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 80px;
  bottom: 10px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.options.panel .toggle {
  background: var(--BtnColor);
  position: absolute;
  right: -30px;
  color: #ffffff;
  width: 30px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  top: calc(0.5 * (100% - 50px));
}
.options.panel .toggle .fa:before {
  content: "\f053";
}
.options.panel.closed {
  width: 0;
  border-left-width: 0;
}
.options.panel.closed .filters,
.options.panel.closed .upload_btn,
.options.panel.closed .upload_info_txt {
  display: none;
}
.options.panel.closed .toggle .fa:before {
  content: "\f054";
}
.options.panel.closed .wrap {
  display: none;
}
.options.upload_enabled .wrap {
  bottom: 50px;
}
.options.upload_enabled .upload_btn,
.options.upload_enabled .upload_info_txt {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  width: 430px;
}
.options.upload_enabled .upload_btn p,
.options.upload_enabled .upload_info_txt p {
  text-align: center;
}
.options.upload_enabled .upload_info_txt {
  bottom: 50px;
  font-size: 10px;
}
.options .thumb {
  box-sizing: border-box;
  width: 135px;
  height: 135px;
  padding: 5px;
  border: 1px solid #DEDEDE;
  margin: 0 13px 13px 0;
  display: inline-block;
  cursor: pointer;
}
.options .thumb img {
  width: 100%;
  height: 100%;
}
.options .thumb:nth-child(3n+3) {
  margin-right: 0;
}
.options .txt_input {
  box-sizing: border-box;
  width: 100%;
  height: 30px;
  padding: 5px;
  line-height: 30px;
  margin: 0;
}
.options .dc-dropdown {
  box-sizing: border-box;
  width: 100%;
  height: 30px;
  padding: 5px;
  line-height: 30px;
  margin: 0;
  border: 1px solid #929292;
  border-radius: 0;
}
.options .txt_input + .dc-dropdown {
  margin-top: 12px;
}
.crop_tools {
  position: absolute;
  bottom: 50px;
  left: calc(0.5 * (100% - 400px));
  background: #ffffff;
  width: 400px;
  height: 40px;
  padding: 6px;
  box-sizing: border-box;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.crop_tools .mode,
.crop_tools input {
  float: left;
  margin-right: 5px;
}
.crop_tools input {
  margin-top: 12px;
  width: 285px;
}
.crop_tools .mode {
  cursor: pointer;
  padding: 5px 10px;
  opacity: 0.5;
}
.crop_tools .mode.selected {
  opacity: 1;
}
.crop_tools .mode path {
  fill: var(--BaseColor);
}
@media screen and (max-width: 1300px) {
  .crop_tools {
    bottom: 20px;
  }
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.bl-controls,
.rol-controls {
  width: 100%;
}
.bl-search,
.rol-o-search,
.rol-d-search {
  float: right;
}
.bl-search button,
.bl-search input,
.rol-o-search button,
.rol-o-search input,
.rol-d-search button,
.rol-d-search input {
  height: 40px;
  float: left;
  margin: 10px 0;
}
.bl-search input,
.rol-o-search input,
.rol-d-search input {
  width: 240px;
}
.bl-pagination,
.rol-pagination {
  width: max-content;
  width: -moz-max-content;
  height: 40px;
  margin: 10px 0;
  float: left;
}
.bl-pagination a,
.bl-pagination span,
.rol-pagination a,
.rol-pagination span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  float: left;
  text-decoration: none;
  transition: background-color 0.3s;
  border: 1px solid #ddd;
  color: var(--TextColor) !important;
}
.bl-pagination a.active,
.rol-pagination a.active {
  background-color: var(--TextColor2);
  color: white;
  border: 1px solid var(--TextColor2);
}
.bl-pagination a:hover:not(.active),
.rol-pagination a:hover:not(.active) {
  background-color: #ddd;
}
.bl-pagination .disabled,
.rol-pagination .disabled {
  cursor: not-allowed;
  background: #efefef;
}
.navbar {
  padding: 10px;
  margin-bottom: 10px;
  height: 30px;
  position: fixed;
  right: 350px;
  top: 29px;
}
.navbar li {
  display: inline-block;
  padding: .3em 15px 0 0;
}
.navbar li:last-child {
  padding-right: 0;
}
.navbar li a {
  color: inherit;
  text-decoration: none;
}
.request .select2-container--default,
.login .select2-container--default,
.request .select2-selection--multiple,
.login .select2-selection--multiple {
  border-color: #929292;
}
.request .select2-results__option--highlighted[aria-selected],
.login .select2-results__option--highlighted[aria-selected] {
  background-color: var(--BaseColor);
}
.request .select2-container--default .select2-selection--multiple .select2-selection__choice,
.login .select2-container--default .select2-selection--multiple .select2-selection__choice {
  padding: 4px 10px;
  padding: 0px 10px;
  height: 35px !important;
  line-height: 35px !important;
  background-color: var(--BaseColor);
  color: var(--TextColor2);
  font-weight: bold;
}
.request .select2-container--default .select2-selection--multiple .select2-selection__choice span,
.login .select2-container--default .select2-selection--multiple .select2-selection__choice span {
  margin-right: 5px;
  color: var(--TextColor2);
  font-weight: bold;
}
.request .basket_view h1,
.login .basket_view h1,
.request .basket_view h2,
.login .basket_view h2,
.request .basket_view h3,
.login .basket_view h3,
.request .basket_view h4,
.login .basket_view h4,
.request .basket_view h5,
.login .basket_view h5,
.request .basket_view h6,
.login .basket_view h6 {
  font-size: 16px;
  margin: 20px 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #dfdfdf;
  font-weight: bold;
}
.request .basket_view a,
.login .basket_view a {
  text-decoration: none;
  color: var(--BaseColor);
}
.request .basket_view a:hover,
.login .basket_view a:hover {
  color: #675039;
}
.request .basket_view .button.default,
.login .basket_view .button.default,
.request .basket_view .btn-primary,
.login .basket_view .btn-primary {
  cursor: pointer;
  transition: background 0.2s;
  border-radius: 1px;
  border: 1px solid var(--BtnColorDarken3);
  font-size: 16px;
  font-weight: normal;
  color: var(--BtnTextColor);
  background: var(--BtnColor);
  padding: 8px;
  margin: 10px 3px 10px 0;
  display: inline-block;
}
.request .basket_view .button.default:hover,
.login .basket_view .button.default:hover,
.request .basket_view .btn-primary:hover,
.login .basket_view .btn-primary:hover {
  background: var(--BtnColorLighten5);
}
.request .basket_view .button.default:active,
.login .basket_view .button.default:active,
.request .basket_view .btn-primary:active,
.login .basket_view .btn-primary:active,
.request .basket_view .button.default:focus,
.login .basket_view .button.default:focus,
.request .basket_view .btn-primary:focus,
.login .basket_view .btn-primary:focus {
  background: var(--BtnColorLighten20);
}
.request .basket_view button[type=submit],
.login .basket_view button[type=submit] {
  float: right;
}
.request .basket_view .form-group,
.login .basket_view .form-group {
  width: calc(50% - 20px);
  display: inline-block;
  margin-right: 35px;
  box-sizing: border-box;
  color: #020202;
}
.request .basket_view .form-group:last-child,
.login .basket_view .form-group:last-child {
  margin-right: 0;
}
.request .basket_view .form-group .control-label,
.login .basket_view .form-group .control-label {
  width: 100%;
  display: block;
  font-size: 16px;
  padding-bottom: 15px;
  border-bottom: 1px solid #DFDFDF;
}
.request .basket_view .form-group .form-control,
.login .basket_view .form-group .form-control {
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  width: 100%;
  padding-left: 20px;
  border-radius: 2px;
  border: 1px solid #929292;
  margin: 20px 0 20px 0;
  color: #020202;
  font-size: 13px;
  outline: none;
}
.request .basket_view .form-group .select2-selection,
.login .basket_view .form-group .select2-selection {
  height: 50px!important;
  line-height: 50px!important;
  box-sizing: border-box;
  width: 100%;
  padding-left: 2px;
  border-radius: 2px;
  border: 1px solid #929292;
  margin: 20px 0 21px 0;
  color: #020202;
  font-size: 13px;
  outline: none;
}
.request .basket_view .form-group .select2-selection__rendered,
.login .basket_view .form-group .select2-selection__rendered {
  height: 50px!important;
  line-height: 50px!important;
}
.request .basket_view .form-group .select2-selection__arrow,
.login .basket_view .form-group .select2-selection__arrow {
  display: none;
}
.login .basket_view button[type=submit] {
  float: left;
}
.login .basket_view .form-group {
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}
.login .basket_view .form-group label {
  display: inline-block;
  margin-bottom: 6px;
}
.login .basket_view .form-group .form-control {
  margin: 0;
}
.login .basket_view .registerinfo > div:first-of-type {
  font-size: .9em;
  line-height: 1.4em;
  color: #777;
  margin-bottom: 20px;
}
.table {
  width: 100%;
  text-align: left;
}
.table thead tr {
  height: 50px;
  background: #F3F3F3;
  margin: 0 20px;
  border-radius: 5px 5px 0 0;
  border: 1px solid #DFDFDF;
}
.table thead tr th {
  padding-left: 20px;
  line-height: 50px;
  font-size: 16px;
  color: #929292;
  border-right: 1px solid #DFDFDF;
  vertical-align: middle;
  padding: 0 20px 0 20px;
}
.table thead tr th:last-child {
  border-right: none;
}
.table tbody tr {
  height: 50px;
  background: #ffffff;
  border-bottom: 1px solid #DFDFDF;
  border-left: 1px solid #DFDFDF;
  border-right: 1px solid #DFDFDF;
}
.table tbody tr td {
  font-size: 13px;
  color: #000000;
  height: 50px;
  width: 12.5%;
  position: relative;
  box-sizing: border-box;
  border-right: 1px solid #DFDFDF;
  vertical-align: middle;
  padding: 0 20px 0 20px;
}
.table tbody tr td:last-child {
  border-right: none;
}
.table tbody tr td.td-preview-image {
  padding: 5px;
  text-align: center;
}
.select2-container--open .select2-dropdown--below {
  margin-top: -21px;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  background-color: var(--TextColor);
}
