.row {
    display: flex;
}

.row.wrap {
	flex-wrap: wrap;
}

.container {
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
}

.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before {
    display: table;
    content: " ";
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}

@media (min-width: 1200px) {
	.container {
    	width: 1170px;
	}
}

.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown, .dropup {
    position: relative;
}

.dropdown-menu>li>a {
    clear: both;
    color: #333;
    white-space: nowrap;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s , box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s , box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s , -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s , -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s , box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s , box-shadow ease-in-out .15s , -webkit-box-shadow ease-in-out .15s;
}

.form-group {
    margin-bottom: 15px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both;
}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before {
    display: table;
    content: " ";
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.open>.dropdown-menu {
    display: block;
}

.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
    padding: 5px;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.invisible {
    visibility: hidden;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.tooltip > .tooltip-inner {
	text-align: left;
	max-width: 260px;
	padding:12px;
	border-radius: 8px;
	box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
}

.tooltip > .tooltip-inner > div {
	white-space: nowrap;
	display: flex;
	justify-items: center;
    align-items: center;
    line-height: 26px;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.tooltip.in {
  filter: alpha(opacity=100);
  opacity: 1.0;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #ffffff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #ffffff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #ffffff;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}

.hidden {
  display: none !important;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.btn_default.btn_xs {
	padding: 1px 5px;
    font-size: 12px;
    line-height: 30px;
    border-radius: 3px;
    height:30px;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination>li {
    display: inline;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.pagination {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}

@media (min-width: 768px) {
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 992px) {

  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1200px) {
	.container {
    	width: 1170px;
	}

  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
}
html,body {
	min-height: 100%;
    height: 100%;
    margin:0;
}

body {
	background-repeat: no-repeat;
	overflow-y: scroll;
}

body pre {
	padding:50px;
}

* {
    box-sizing: border-box;
}

:after, :before {
    box-sizing: border-box;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.price_wrapper {
	line-height: 1;
}

.price_num {
	letter-spacing: -0.05em;
	font-weight: bold;
	font-size: 32px;
	vertical-align: top;
}

.price_dec {
	font-weight: bold;
	vertical-align: top;
	line-height: 1.5em;
	padding-left:1px;
}

button, input, optgroup, select, textarea {
    margin:0
}

.no-border {
	border:none !important;
}

.relative {
	position:relative;
}

#body {
	min-height: 100%;
  	display: flex;
  	flex-direction: column;
}

#body > * {
	cursor: default;
}

#body > .container {
	flex: 1 0 auto;
}

a {
	color:#008FF5;
}

#header {
	flex-shrink: 0;
}

#footer {
	flex-shrink: 0;
	border-top: 1px solid #DCDCDC;
	background-color: white;
}

.visible-xxs-block, .visible-xxs-inline {
    display: none !important;
}

@media screen and (max-width: 1200px) {
 	body {
        background-image: none;
    }
}

@media screen and (max-width: 481px) {
	.col-xxs-12{width:100%}
	.col-xxs-11{width:91.66666667%}
	.col-xxs-10{width:83.33333333%}
	.col-xxs-9{width:75%}
	.col-xxs-8{width:66.66666667%}
	.col-xxs-7{width:58.33333333%}
	.col-xxs-6{width:50%}
	.col-xxs-5{width:41.66666667%}
	.col-xxs-4{width:33.33333333%}
	.col-xxs-3{width:25%}
	.col-xxs-2{width:16.66666667%}
	.col-xxs-1{width:8.33333333%}
}

a, a:active, a:focus, a:hover {
	outline: 0;
	text-decoration: none;
}

a.underlined:hover {
	text-decoration: underline;
}

a::-moz-focus-inner {
  border: 0;
}

.bold {
	font-weight: 700;
}

.semi-bold {
	font-weight: 500;
}

.grayed {
    color: #888;
}

.header td {
	font-weight: bold;
}

.r {
	text-align: right;
}

.no-top-margin {
	margin-top: 0;
}

.no-bottom-margin {
	margin-bottom: 0;
}

.errorinfo {
	color: red;
}

.form-group .stat {
	margin-top: 7px;
	padding-left: 5px;
	padding-right: 5px;
}

#loading-indicator {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -34px 0 0 -34px;
	width: 68px;
	height: 68px;
	display: flex;
	align-items: center;
  	justify-content: center;
	background-color: #F7F7F7;
	box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
	border-radius: 12px;
}

#loading-indicator .refresh-animate {
	color: #59BAFF;
	font-size: 40px;
}

#top_overlay {
	left: 0;
	top: 0;
	position: fixed;
	z-index: 9000;
	background-color: transparent;
	display: none;
	width: 100%;
	height: 100%;
	opacity: 1;
}

#black_overlay {
	left: 0;
	top: 0;
	position: fixed;
	z-index: 1000;
	background-color: black;
	display: none;
	width: 100%;
	height: 100%;
}

.table-row { display: table-row; }
.table-cell {
	display: table-cell;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance: none;
	appearance: none;
	margin: 0; 
}

input[type=number] {
	-moz-appearance: textfield;
	-webkit-appearance: none;
}

.hidden_visibility {
	visibility: hidden;
}

.strike-center:after {
    border-top: 1px solid #999;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
}
.strike-center {
    position: relative;
    white-space: nowrap;
}

.prodList td a {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.prodList .product_buy {
    text-align: center;
}

.prodList td {
	overflow: hidden;
}

.vertically-align {
	position: absolute;
	top: 50%;
  	-webkit-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	-moz-transform: translateY(-50%);
  	transform: translateY(-50%);
}

.align-center-middle {
	position: absolute;
	left: 50%;
	top: 50%;
  	-webkit-transform: translate(-50%,-50%);
  	-ms-transform: translate(-50%,-50%);
  	-moz-transform: translate(-50%,-50%);
  	-o-transform: translate(-50%,-50%);
  	transform: translate(-50%,-50%);
}

#maincontent .flex-center { align-items: center; justify-content: center; flex-direction: column; display:flex }

@media (min-width: 768px) {
	.col-sm-24 {
        width: 20%;
        float: left;
    }
}

table {
	border-spacing: 0;
}

#prodSpecs {
	table-layout: fixed;
}

.ad_obj_wrapper .mt_well {
	display:block;
}

.ad_obj_wrapper {
	display: flex;
	row-gap: 16px;
}

.ad_obj_wrapper .chr {
	min-width: 0;
}

.ad_obj_wrapper .width1 {
	flex: 0 0 25%;
}

.ad_obj_wrapper .width15 {
	flex: 0 0 33.333%;
}

.ad_obj_wrapper .width2 {
	flex: 0 0 50%;
}

.ad_obj_wrapper .width3 {
	flex: 0 0 75%;
}

.ad_obj_wrapper .width4 {
	flex: 0 0 100%;
}

.ad_obj_wrapper .widthA {
	flex: 1;
}

.ad_obj_wrapper > .mImage img {
	height:100%;
	object-fit: cover;
}

.listGrid>.row {
    display: flex;
    flex-wrap: wrap;
}

/* safari flicker fix */
.carousel-inner {
  -webkit-transform-style: preserve-3d;
}

.swiper-css-mode>.swiper-wrapper {
	
}

#EAN span,#prod_code span {
	cursor: text;
}

.checkbox + .checkbox, .radio + .radio {
	margin-top: 10px;
}

.customFormHeader {
	font-size: 16px;
	font-weight: 600;
}

.mt_rounded_corners {
	border-radius: 6px;
}

.mt_accordion {
	padding-left:6px;
	padding-right:6px;
}

.mt_accordion > div {
	font-weight: bold;
	font-size: 17px;
	color: #3795DA;
	background-color: white;
	height:50px;
	line-height: 50px;
	overflow: hidden;
	padding-left:12px;
	padding-right:12px;
	position: relative;
	margin-bottom:12px;
	box-shadow: 1px 2px 14px rgba(0, 0, 0, 0.06);
	border-radius:6px;
}

.mt_accordion > div:after {
	font-family: "icomoon";
	content: "\e911";
	position: absolute;
    top: 0;
    right: 12px;
	color: #F9993A;
	font-size: 24px;
}

.mt_accordion > .active:after {
	content: "\e914";
}

.mt_accordion > .active {
	height:auto;
}

.mt_accordion .mt_accordion_content {
	font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    font-weight: normal;
    padding-bottom:12px;
}

.mt_list {
	list-style-type: none;
	padding-left:0;
}

.mt_olist {
	list-style: none;
	counter-reset: li;
	padding-left:1em;
}

.mt_olist li::before {
	content: counter(li);
	color: #F9993A;
  	display: inline-block;
  	width: 1em;
  	margin-left: -1em;
  	font-weight: bold;
}

.mt_olist li {
	counter-increment: li;
}

.mt_ulist {
	list-style-type: none;
	padding-left:0;
}

.mt_ulist li {
	position: relative;
	padding-left:18px;
}

.mt_ulist li::before{
  color: #F9993A;
  content: "\25CF"; 
  font-size: 20px;
  position: absolute;
  left: 0;
  line-height: 1;
  top: -1px;
}

.mt_white_panel {
	background-color: #fff;
    margin:6px;
    min-height: 20px;
    padding: 12px;
    border-radius: 6px;
}

.swiper-pagination-bullet:only-child {
    visibility: hidden;
}

.line2-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.width100 {
	width: 100%;
}

.refresh-animate {
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: middle;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 24px;
	position: relative;
}

.refresh-animate::before {
	animation: spin .7s infinite linear;
	-webkit-animation: spin .7s infinite linear;
	-moz-animation: spin .7s infinite linear;
	display: inline-block !important;
	content: "\e95d";
	line-height: 1;
}

.margin8 {
	margin: -8px;
}

.padding8 {
	padding:8px;
}

.row.colMargins {
	margin: -8px;
}

.row.colMargins > div{
	padding:8px;
}

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

.text-capitalize {
	text-transform: capitalize;
}

/**
 * Swiper 11.0.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 5, 2024
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-close {
	background: transparent;
    color: #E0E0E0;
    border: none;
}
.autoComplete_wrapper {
	position: relative;
	line-height: 16px;
	display: flex;
	width:100%;
}

.autoComplete_wrapper > input {
  height: 3rem;
  width: 370px;
  margin: 0;
  padding: 0 2rem 0 3.2rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 1rem;
  text-overflow: ellipsis;
}

.autoComplete_wrapper > ul {
	  position: absolute;
	  box-sizing: border-box;
	  left: 0;
	  right: 0;
		top:50px;
	  z-index: 100;
	  list-style: none;
    margin: 2px 0 0;
    font-size: 10px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 6px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box;
    padding: 5px 0;
}

.autoComplete_wrapper > ul[hidden],
.autoComplete_wrapper > ul:empty {
  display: block;
  opacity: 0;
  transform: scale(0);
}

.autoComplete_wrapper > ul > li {
	border-bottom: 1px solid #f0f0f0;
    height: 40px;
    line-height: 40px;
    font-weight: normal;
    padding: 0;
    cursor: pointer;
    position: relative;
    display: block;
    padding:0 12px;
}

.autoComplete_wrapper > ul > li:last-child {
	border:none;
}

.autoComplete_wrapper .tt-dataset-categories .as_header {
	border-top: 1px solid #F0F0F0;
}

.autoComplete_wrapper > ul > li .icon-Chevron-Right {
    position: absolute;
    bottom: 0;
    right: 6px;
    font-size: 24px;
}

.autoComplete_wrapper > ul > li .icon-Category {
    color: #dadada;
}

.autoComplete_wrapper .as_header {
	margin:0;
}

.autoComplete_wrapper li:hover, .autoComplete_wrapper li:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7;
}

.autoComplete_wrapper li .textword {
	padding-left:8px;
	white-space: normal;
    display: inline-block;
    line-height: 16px;
    padding-right:32px;
}

body {
	font-family: 'Roboto', sans-serif;
	background-position: center 85px;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	
	font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    margin: 0;
}

p {
    margin: 0 0 1rem;
}

.popover-title, .popover.right > .arrow {
	display: none;
}

.popover {
	border-radius: 6px;
    padding: 6px;
    border: none;
    box-shadow: 2px 4px 8px rgb(0 0 0 / 10%);
    max-width: 480px;
}

.popover-content {
	padding:0;
}

#guide_menu, #header_wrapper .container > a#backToCart {
	display: none;
}

.mt_well {
	background-color: #fff;
	margin-bottom: 8px;
	margin-top: 8px;
	min-height: 20px;
	padding: 12px;
	border-radius:6px;
}

#maincontent {
	min-height:400px;
	padding-left:16px;
	padding-right:16px;
	margin-top:-8px;
}

.modalWrapper {
	background-color:#f7f7f7;
	position: fixed;
	width: 100%;
	height:100%;
	left:0;
	top:0;
	z-index:1049;
}

#loginModal .modal-sm, .modalWrapper .modal-sm, .modalWrapper .modal-md  {
	margin-left: auto;
    margin-right: auto;
    margin-top:36px;
    box-shadow: none;
}

#loginModal .modal-sm, .modalWrapper .modal-sm {
	width:360px;
}

.modalWrapper .modal-md {
	max-width:720px;
}

#registerForm .modal-body {
	display: flex;
	flex-wrap: wrap;
	margin-left:-18px;
	margin-right:-18px;
}

#registerForm .modal-footer {
	margin-left:-6px;
	margin-right:-6px;
}

#company_section {
	display: flex;
	flex-wrap: wrap;
	margin-left:-12px;
	margin-right:-12px;
}

#registerForm .modal-body > div, #company_section > div {
	flex:50%;
	padding:0 16px;
	margin-bottom:32px;
}

.cLine {
	border-bottom: 1px solid #E0E0E0;
	padding-bottom: 8px;
	margin-bottom: 16px;
}

#registerForm .cLine {
	padding-bottom:16px;
}

#loginModal, #subscribeModal {
	background-color:#f7f7f7;
}

.lastorder {
	padding:0 16px;
	justify-content: space-between;
}

.lastorder span {
	color:white;
}

#account .logout, #accountfooter .logout {
	justify-content: center;
	font-size: 17px;
	font-weight: 700;
	color: #888;
	margin-bottom:6px;
}

#account .logout:hover, #accountfooter .logout:hover  {
	border-radius: 24px;
}

.modal-content .line {
	border-bottom: 1px solid #DEDEDE;
	padding-top:16px;
	margin-bottom:18px;
	text-align: center;
	height: 38px;
}

.modal-content .line h3 {
	display: inline-block;
	background-color: white;
	line-height: 50px;
	padding-left:24px;
	padding-right:24px;
	margin:0;
}

.pCount {
	min-width: 17px;
	height:17px;
	line-height: 17px;
	align-items: center;
	justify-content: center;
	background-color: #F59200;
	border-radius:8.5px;
	display:block;
	color:white;
    font-weight: 500;
    padding-right: 6px;
    padding-left: 6px;
}

a.shopping_cart_button .pCount, #mobileMenu .pCount, .imageItemWrapper .pCount {
    top: -2px;
    position: absolute;
    right: 3px;
}

.modal-title {
	text-align: center;
	margin-bottom:-15px;
}

.modalWrapper .modal-content, .formModal .modal-content {
	padding: 0 16px 16px 16px;
}

.modalWrapper .modal-header, .formModal .modal-header {
	border-bottom:none;
}

.formModal .modal-footer, .modalWrapper .modal-footer {
	border-top:none;
}

.formModal input[type="text"],.formModal input[type="password"],.formModal input[type="email"] {
	font-weight: normal;
	box-shadow:none;
	background-color: #FFFFFF;
	border: 1px solid #C1E4FE;
	box-sizing: border-box;
	border-radius: 6px;
	height:48px;
	padding-bottom: 0;
    padding-top: 0;
}

.modalWrapper .modal-header, .modalWrapper .modal-body, .modalWrapper .modal-footer {
	padding:16px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

.formModal label {
	font-weight: normal;
	width: 100%;
}

.formModal .form-group a {
	text-decoration: underline;
	color: #333333;
}

.modalWrapper .modal-footer .btn_default, 
.formModal .modal-footer .btn_default {
	font-weight: bold;
	height:48px;
	line-height:48px;
}

#doLoginForm .newCustomer, #newAccount .fLogin {
	border: 1px solid #333333;
	box-sizing: border-box;
	border-radius: 4px;
	line-height: 48px;
	height:48px;
	text-decoration: none;
	margin-top: 16px;
}

::placeholder {
	color:#7C7C7C;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:#7C7C7C;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#7C7C7C;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#7C7C7C;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#7C7C7C;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #7C7C7C;
}

.ssub {
	font-weight: 500;
	line-height: 16px;
	text-transform: uppercase;
	padding-left:12px;
	padding-top:10px;
}

	.image_installment {
		background-image: url('/images/installment.png');
	}
	
	.image_calc {
		background-image: url('/images/calculator.png');
	}
	
	.image_spare_parts {
		background-image: url('/images/spare_parts.png');
	}
	
	.image_giftcard {
		background-image: url('/images/giftcard.png');
	}
	
	.image_reseller {
		background-image: url('/images/reseller.png');
	}

#sidebar {
	padding-right:0;
	margin-top: -8px;
    padding-left: 8px;
	flex: 0 0 300px;
}

#product_menu.picker {
	position: fixed;
	top:0;
	z-index: 9999;
}

#navInfo, #navInfo1 {
	display: none;
}

.product_menu ul {
	min-width: 180px;
}

.product_menu .toplevel ul {
	margin-left:-6px;
	padding-left:12px;
	border-radius: 0px 0px 6px 6px;
}

.product_menu.open ul {
	background-color: #fff;
}

.product_menu .toplevel .last-active {
	border-top-right-radius: 6px;
}

.product_menu .toplevel ul {
	position: absolute;
	z-index:1000;
	top:0;
	display:none;
}

.product_menu .toplevel {
	position: relative;
}

.product_menu.open .toplevel {
	z-index:1002;
}

.product_menu .toplevel ul.active {
	display: block;
}

.product_menu .level_switch {
	right:0;
	position: absolute;
	color: #F59200;
	padding-right: 16px;
}

.product_menu .level_switch.not {
	width: auto;
}

.toplevel ul .nLink .text {
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

.toplevel ul h3 a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

.product_menu .toplevel h3 span:first-of-type {
	display: none;
}

.nLink > .icon {
	width: 44px;
	display: inline-block;
}

.product_menu .level_switch.not::after {
	display: none;
}

.product_menu .nLink.not:hover .text {
	text-decoration: none;
}

.product_menu .nLink:hover .text {
	text-decoration: underline;
}

.product_menu .nLink .icon {
	padding-right:12px;
	color: #199FFF;
	font-size: 32px;
}

.product_menu li.active .nLink .icon {
	color: #FFF;
}

.product_menu .level_switch::after {
	float:left;
	width: 1px;
	height:16px;
	background-color: #E0E0E0;
	content:" ";
	margin-top:16px;
	margin-right: 8px;
}

.product_menu li.active {
	background: #008FF5;
	border-radius: 6px;
	color:white;
}

.product_menu li.active > a {
	color:white;
}

.product_menu {
	position: relative;
}

.header_box {
	font-weight: bold;
	padding:0 12px;
	border-radius: 6px;
	display: flex;
	align-items: center;
	position: relative;
}

.header_box .mi {
	padding:12px 6px;
}

.header_box_style1, .header_box_style1:hover, .header_box_style1:focus {
	background-color: #3795DA;
	color:white;
}

a.header_box_style1:hover .m, a.header_box_style2:hover .m, a.header_box_style3:hover .m {
	text-decoration: underline;
}

.header_box_style2, .header_box_style2:hover, .header_box_style2:focus {
	background-color: #47A827;
	color:white;
}

.header_box_style3, .header_box_style3:hover, .header_box_style3:focus {
	background-color: #EB5757;
	color:white;
}

.header_box_style4, .header_box_style4:hover, .header_box_style4:focus {
	background-color: white;
	color:#333;
}

.header_box_style4 .l {
	display: block;
	background-color: #199FFF;
	width:4px;
	position: absolute;
	border-radius:2px;
	top: 12px;
    bottom: 12px;
}

.header_box_style4 .mi {
	padding-left:12px;
}

.header_box_style1 .icon-Close-Regular, .header_box_style2 .icon-Close-Regular, .header_box_style3 .icon-Close-Regular, .header_box_style4 .icon-Close-Regular {
	color:white;
	margin-left: auto;
	cursor: pointer;
}

.header_box_style4 .icon-Close-Regular {
	color:#888;
	cursor: pointer;
}

.header_box_style5 {
	background-color: #333;
	color:white;
	display: flex;
	justify-content: center;
}

.header_box_style5 .icon-Close-Regular {
	position: absolute;
	right:12px;
}

.header_box_style6, .header_box_style6:hover, .header_box_style6:focus {
	background-color: #fff;
	margin-bottom:12px;
}

.header_box_style6 .l {
	display: block;
	background-color: #EB5757;
	width:4px;
	position: absolute;
	border-radius:2px;
	top: 12px;
    bottom: 12px;
}

.header_box_style6 .headerline {
	color: #EB5757;
}

.header_box_style6 .mi {
	padding-left:12px;
}

.headerline {
	font-weight: bold;
	font-size: 17px;
	line-height: 24px;
	color: #199FFF;
	padding:12px;
}

.header_box.hover .mi {
	text-decoration: underline;
}

.header_box.mrow .mi {
	flex-basis: 100%;
	order: 10;
	margin-top: -24px;
	font-weight: 400;
}

.header_box.mrow {
	flex-wrap: wrap;
}

.mHeader {
	padding-bottom:8px;
	padding-top:16px;
}

.header_box_plist {
	padding-left:12px;
	padding-right:12px;
	margin-bottom: 0;
    margin-top: 6px;
    line-height: 23px;
}

.rightcol .ad_obj_wrapper {
	margin-bottom:20px;
}

/* list */
.listGrid.recommended .ad_obj_wrapper  {
	border: 2px solid #F59200;
}

.listThumb .product_description {
	flex-grow: 1;
	padding-right:12px;
}

.listThumb .pTitle {
	font-weight: bold;
	color: #333;
	display:block;
	height:auto;
	font-size:14px;
}

.listThumb .product_old_price {
	display:inline;
	padding-left:10px;
}

.listThumb .line {
	margin-bottom:12px;
	border-bottom: 1px dashed #E0E0E0;
}

.listThumb .thumbsWrapper > span, .listGrid .thumbsWrapper > span {
	flex: 1 1 auto;
}

.listThumb .product_properties {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.listThumb .product_properties > div {
	display: flex;
	padding: 2px 4px;
	border-radius: 6px;
	background: #F0F0F0;
	line-height:18px;
}

.listGrid .swiper-horizontal>.swiper-pagination-bullets, .listGrid  .swiper-pagination-bullets.swiper-pagination-horizontal, .listGrid  .swiper-pagination-custom, .listGrid  .swiper-pagination-fraction,
.listThumb .swiper-horizontal>.swiper-pagination-bullets, .listThumb  .swiper-pagination-bullets.swiper-pagination-horizontal, .listThumb  .swiper-pagination-custom, .listThumb  .swiper-pagination-fraction {
	width:auto;
	right:8px;
	left:auto;
	font-size: 0;
}

.listGrid .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin:0 1.5px;
}

.listGrid .prodList {
	border:none;
}

.four_cols_wrapper .ad_obj_wrapper {
	margin:8px;
	padding:7px;
}

.listGrid .product_old_price span {
	padding-left:3px;
	padding-right:3px;
}

.listGrid .product_wrapper .column {
	width:100%;
}

.listGrid .product_image img,.listThumb .product_image img {
	pointer-events: none;
	padding:4px;
	max-height: 100%;
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-right: -50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
   	-webkit-transform: translate(-50%, -50%);
   	transform: translate(-50%, -50%);
   	-webkit-backface-visibility:hidden;
    -webkit-transform-style: preserve-3d;
}

.listGrid .product_image, .listThumb .product_image {
    height: 146px;
    position: relative;
    display: block;    
    border-radius: 8px;
	background-color: #FFF;
	width:100%;
	cursor: pointer;
}

.recommended .product_image {
	border: 2px solid #f59200;
}

.results.listThumb {
	display:flex;
	gap:16px;
	flex-direction: column;
}

.listThumb .item_wrapper {
	display: flex;
	gap:8px;
	padding-top:8px;
}

.listThumb .product_image {
	width:160px;
	height:180px;
	flex:0 0 auto;
}

.ad_obj_wrapper .listThumb .product_image {
	width:160px;
	padding-bottom:0;
}

.listThumb .middleWrapper {
	flex-grow:1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	flex: 1 0 0;
}

.listThumb .listBottomWrapper {
	flex-basis:200px;
	display: flex;
    flex-direction: column;
    gap:8px;
}

.listThumb .product_buy {
	align-self: flex-start;
}

.listGrid .listBottomWrapper {
	margin-top:auto;
	display: flex;
	flex-direction: column;
	gap:8px;
}

.listGrid .add_cart_button .icon:first-child {
	height:36px;
	display:block;
	line-height: 36px;
    margin: 0;
    font-size: 24px;
}

.listGrid .otherVersions {
	color: #47A827;
	line-height: 18px;
}

.listGrid .product_price, .listThumb .product_price  {
	display: inline;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
}

.listGrid .new_product, .listThumb .new_product {
	color: #008FF5;
	line-height:18px;
} 

.listThumb .product_price {
	font-size: 20px;
}

.listThumb .product_price.has_old_price, .listGrid .product_price.has_old_price {
	color: #EB5757;
	display: flex;
}

.listGrid .product_label, .listThumb .product_label {
	position: absolute;
	z-index: 2;
	transform: translate3d(0, 0, 0);
}

.listGrid .product_stock .pso {
	display:block;
	cursor:pointer;
}

.listGrid .old_price, .listThumb .old_price {
	font-weight: 400;
	margin-left:8px;
}

.item_wrapper .thumbsWrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    z-index: 12;
}

.product_label {
	font-weight: bold;
	z-index:4;
	border-radius: 8px 24px 24px 0px;
	padding: 2px 4px;
	align-items: flex-start;
	display:flex;
	flex-wrap: wrap;
	line-height:16px;
}

.label_blue {
	background-color: #008FF5;
	color:white;
}

.label_green {
	background-color: #47A827;
	color:white;
}

.label_red {
	background-color: #EB5757;
	color:white;
}

.label_bottom {
	border-radius:6px;
	bottom:4px;
	left:4px;
}

.label_black {
	background-color: black;
	color:white;
}

.label_pink {
	background-color: #BB6BD9;
	color:white;
}

.label_orange {
	background-color: #F9993A;
	color:white;	
}

.label_white {
	background-color: white;
	border:1px solid #333;
}

.label_recommended {
	align-items: center;
	background: #199FFF;
	color:white;
	padding-left:4px;
	padding-right:12px;
	display: flex;
}

.label_recommended::before {
	content: url("data:image/svg+xml,%3Csvg width='12' height='16' viewBox='0 0 12 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.3994 8.1035L4.17284 12.3443L8.81063 8.78104L6.59691 7.89653L7.82347 3.65577L3.18569 7.21898L5.3994 8.1035ZM3.88397 8.84408L1.91366 15.6563L11.313 8.43481L8.11235 7.15595L10.0827 0.343704L0.683319 7.56522L3.88397 8.84408Z' fill='white'/%3E%3C/svg%3E%0A");
	width:22px;
	height:22px;
	background: #F59200;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
	border-radius: 11px;
	text-align:center;
	margin-right:6px;
	line-height: 32px;
}

.listGrid .label_recommended, .listThumb .label_recommended {
	height:22px;
}

.listGrid .label_recommended::before, .listThumb .label_recommended::before {
	height: 20px;
	width: 20px;	
}

.listGrid .thumb,.listGrid div.list {
	display:none;
}

.product_old_price {
	color: #4D4D4D;
    font-size: 16px;
    font-weight: normal;
    margin-left:0;
    padding-left:4px;
    padding-right:4px;
}

.breadcrumb>li+li:before {
	display:none;
}

.breadcrumb {
	display: flex;
	padding: 8px 0;
	margin:0;
    overflow-x: auto;
    background-color: transparent;
    gap: 8px;
}

.breadcrumb li {
	white-space: nowrap;
	list-style-type: none;
}

.breadcrumb li a {
	height:28px;
	line-height: 26px;
	border-radius: 14px;
	font-weight: 500;
	padding: 0 9px;
}

.breadcrumb li a.btn_variant.disabled::before {
	display: none;
}

.breadcrumb li.lastb {
	padding: 0 3px;
	visibility: hidden;
}

.content {
	min-height:400px;
}

.nav-tabs > li > a {
	margin-right: 3px;
}

.nav-tabs > li {
	float: left;
}

.listGrid .ad_obj_wrapper {
	background-color: white;
	padding:12px;
	position: relative;
	margin:6px;
}

.ad_obj_wrapper.mCategory > div > .row {
	margin-left:-6px;
	margin-right:-6px;
	margin-top:-6px;
	margin-bottom:12px;
}

#maincontent .mCategory .row > div {
	padding:8px;
}

.mCategory .squares .img_wrapper {
	height:88px;
}

#maincontent .mCategory .row {
	display: flex;
	margin-left:-8px;
	margin-right:-8px;
	justify-content: flex-start;
}

#maincontent #category_nodes.mCategory .row {
	margin-left:-4px;
	margin-right:-4px;
}

#maincontent #category_nodes.isImage .row {
	margin-left:-8px;
	margin-right:-8px;
}

#maincontent #category_nodes.mCategory .row .swiper-slide {
    padding-bottom:8px;
    width:auto;
    padding-left:4px;
    padding-right:4px;
}

#maincontent #category_nodes.isImage .squares .swiper-slide {
	width:128px;
}

#maincontent #category_nodes.isImage .row .swiper-slide {
	padding-left:8px;
    padding-right:8px;
}

#maincontent .mCategory .noswiper .row {
	flex-wrap: wrap;
}

#maincontent .mCategory .circles {
	justify-content: center;
	text-align: center;
}

#maincontent .mCategory .swiper .circles {
	justify-content: flex-start;
}

#maincontent .mCategory .row > div {
	flex: 0 0 auto;
    width: 16.6667%;
}

#maincontent .mCategory .swiper .row > div {
    width: 128px;
}

#maincontent .mCategory .row.circles > div > a {
	padding:0;
}

.mCategory .img_wrapper {
	display: block;
	position: relative;
    background-color: white;
    border-radius: 6px;
    margin-bottom: 8px;
}

.mCategory .circles .img_wrapper {
	padding-top:100%;
}

.mCategory .circles .img_wrapper > span {
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}

.mCategory .squares img {
	border-radius: 6px;
}

.mCategory .circles .img_wrapper {
	border-radius:50%;
	overflow: hidden;
}

.mCategory .img_wrapper img {
	width:100%;
	height:100%;
	object-fit: contain;
}

.mCategory .img_wrapper:hover {
	box-shadow: 1px 2px 14px rgba(0, 0, 0, 0.06);
}

#maincontent #category_nodes {
	padding:0;
}

.animated {
	left:5px !important;
}

.mCategory .row a {
	display:block;
}

.mCategory .headline {
	display: block;
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
	word-wrap: break-word;   
}

.mCategory .headline .greytext {
	font-weight: 400;
	line-height: 18px;
}

#maincontent .mCategory .row a {
	color:#333;
}

#maincontent .mCategory .row a:hover {
    color: #008ff5;
}

#search_filter {
	padding-top: 6px;
    padding-bottom: 6px;
    width: 100%;
}

.three_cols_wrapper .mCategory .column {
	padding:0;
}

.paginator_wrapper {
	background-color: white;
	border-radius:6px;
	margin: 12px 0;
}

.three_cols_wrapper .column {
	padding:0;
	padding-bottom: 8px;
	padding-top: 8px;
	margin-left:-8px;
	margin-right:-8px;
}

.swiper-slide .mFeature {
	height:100%;
}

.mFeature .icon-Chevron-Right {
    font-size: 14px;
}

#maincontent .mHeader, 
#maincontent .mImage, 
#maincontent .mCategoryfacet,
#maincontent .mProductList,
#maincontent .mCategory,
#maincontent .mTopList,
#maincontent .mText,
#maincontent .mEvent,
#maincontent .mFeature,
#maincontent .m {
	padding-left:8px;
	padding-right:8px;
	position: relative;
	max-height: 100%;
}

.mFeature_l_wrapper {
	background-color:#fff;
	display: flex;
	flex-direction: column;
	height: 100%;
	border-radius: 6px;
}

.mFeature_l_wrapper > * {
	min-width:0;
}

.mFeature_img_wrap {
      overflow:hidden;
}

.mFeature_img_wrap img {
	width: 100%;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	object-fit: cover;
}

.ad_obj_wrapper .swiper-pagination-bullet {
	width:40px;
	height:2px;
	background-color: #DEDEDE;
	border-radius: 1px;
}

.ad_obj_wrapper .swiper-pagination {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
  	justify-content: center;
}

.ad_obj_wrapper .swiper {
	padding-bottom: 20px;
	width:100%;
}

.ad_obj_wrapper .mCategory .swiper {
	padding-bottom: 0;
}

.carousel-pl .swiper {
	padding-bottom: 0;
}

.ad_obj_wrapper .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom:6px;
}

.mImage .swiper-wrapper, .mImage > img, .mImage > a > img {
	border-radius: 6px;
	background-color: white;
}

#maincontent .mText .roundedBox {
	margin-left:0;
	margin-right:0;
}

.ad_obj_wrapper .results {
	padding:0;
	height:auto;
	overflow: visible;
}

#cartpanel {
	max-width:360px;
	min-width: 300px;
	position: absolute;
	z-index: 1071;
	right:-12px;
	left:auto;
	overflow-y:auto; 
}

#cartpanel .btn_green {
    height: 48px;
    line-height: 48px;
    padding:0 24px;
    font-weight: bold;
    font-size: 17px;
}

.cart_item_line {
	margin-bottom:12px;
	border-bottom: 1px dashed #DEDEDE;
}

.cart_item_w img {
    margin-right: auto;
    margin-left: auto;
}

.cart_item_remove {
	color: #E0E0E0;
	padding-left:5px;
}

.cart_item_count_wrapper {
	padding-top:4.5px;
}

.cart_item_b_wrapper {
	line-height: 26px;
}

.imgHW {
	width: 72px;
	padding-right: 12px;
	min-height:50px
}

a.cart_item_description, a.cart_item_description:hover, a.cart_item_description:focus {
	color: #333;
	height: 36px;
    display: block;
    overflow: hidden;
    font-size:12px;
}

#languages .dropdown-menu, #account .dropdown-menu, #b2b .dropdown-menu {
	right: 0;
    left: -140px;
    top: 48px;
    min-width: 250px;
}

#account .dropdown-menu>li>a, #accountfooter .dropdown-menu>li>a  {
	font-weight: 700;
}

@media (max-width: 620px) {
	#maincontent .listGrid .col-xs-4, #maincontent .col-xs-4.listGrid {
		width:50%;
	}
}

@media (max-width: 480px) {
	#maincontent .listGrid .col-xs-4, #maincontent .col-xs-4.listGrid {
		width:100%;
	}
}

#filterbox input[type=checkbox]  {  
    display: none;
    cursor: pointer;  
}

/* Tooltip */

.tooltip .tooltip-inner > div span:last-child {
	text-align: right;
    flex-grow: 1;
	padding-left:12px
}

#body > .container {
	background-color: #F7F8FB;
	padding-bottom:60px;
	padding-top:16px;
}

body {
	background-color: #000;
}

#compprice {
	background-color: #ffb001;
    margin-bottom: -99999px;
    padding-bottom: 99999px;
    padding-top: 34px;
    text-align: center;
}

#summaryH ul {
	padding:0;
	margin:0;
	list-style-position: inside;
	list-style-type: disc;
	line-height: 1;
}

.btn_yellow {
	background-color: #ffb001;
    border-radius: 0;
    color: white;
    font-weight: bold;
    width: 100%;	
}

.btn_yellow:hover,.btn_yellow:focus {
	color:#fffbfb;
}

.carousel-pl {
	margin-left: -8px;
	margin-right: -8px;
	position: relative;
}

.carousel-pl::before, .carousel-pl::after {
	top:0;
    width: 7px;
    background-color: #F7F8FB;
    content: "";
    position: absolute;
    z-index: 2;
    bottom:0;
    left:-1px;
}

.listGrid {
	padding: 8px;
}

.carousel-inner .listGrid {
    border-radius:6px;
    width: 213.5px;
    height:auto;
    padding: 0 8px;
    flex-basis:auto;
}

.carousel-pl .listGrid .item_wrapper:empty {
	display:none;
}

.ad_obj_wrapper:has(.mProductList.carouselv), .mProductList.carouselv .carousel-inner .listGrid {
	height: 332px;
}

.ad_obj_wrapper:has(.mProductList.headerv) {
	height: 378px;
}

.listGrid .mFeature {
	border:none;
}

.row > .listGrid {
	width: 25%;
	position: relative;
}

.row > .listGrid:hover .product_image {
	box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.10);
}


.row > .listGrid:hover .product_header, .product_header:hover {
	text-decoration: underline;
}

.listGrid .item_wrapper {
	display: flex;
	flex-direction: column;
	gap: 8px;
	height:100%;
	overflow: hidden;
}

.pTitle {
	color: #333;
	font-weight: 500;
	line-height: 18px;
	height:36px;
}

.variantColorWrapper {
	display: flex;
	gap:4px;
}

.listThumb .variantColorWrapper > div, .listGrid .variantColorWrapper > div {
	width: 16px;
    height: 16px;
    border-radius: 50%;
    box-shadow: inset 0 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.variantColorWrapper .secondaryColor {
    display: block;
    width: 8px;
    height: 16px;
    border-bottom-right-radius: 16px;
    border-top-right-radius: 16px;
    float: right;
}

.carousel-header {
	margin:0;
}

#prod_stock .product_stock, #stores .product_stock {
	height:auto;
	overflow: visible;
}

.lager1 > div {
	background-color:#42aa17;
}

.lager2 > div {
	background-color:#42aa17;
}

.lager3 > div {
	background-color:#42aa17;
}

.lager4 > div {
	background-color: #ffa500;
}

.lager5 > div {
	background-color: #a0a0a0;
}

.carousel-header_seeall {
	position: absolute;
    top: 12px;
    right: 8px;
    margin-bottom: 2px;
}

.listGrid .mFeature {
	padding:0;
}

.mFeature .mFeature_header {
	color: #333;
    font-size: 14px;
    font-weight: bold;
    white-space: normal;
}

.mFeature .timestamp {
	padding-left:12px;
	padding-right:12px;
}

.listGrid .mFeature img {
	border-radius:2px;
	max-height: 160px;
}

.mFeature_wrapper {
	padding:10px;
	font-size:13px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.feature_link {
	flex-grow: 1;
	line-height:30px;
	min-height: 0;
    display: flex;
    align-items: flex-end;
    margin-bottom:-9px;
}

.mFeature_wrapper  p{
	margin:0 0 1rem;
}

.mFeature .store_contact p,.mFeature .store_work_hours p {
	margin:0;
}

.mFeature .store_contact,.mFeature .store_work_hours {
	margin:0 0 1rem;
}

.mFeature .store_comment {
	color:red;
}

a.feature_link span.icon:before {
	line-height: 30px;
	padding-right:4px;
}

#notification_banner .column {
	margin-top: -26px;
    padding-bottom: 8px;
    padding-left: 12px;
	padding-right: 12px;
}

#notification_banner .three_cols_wrapper {
	width:100%;
}

#nav_overlay, #standard_overlay, #mobilenav_overlay {
	left: 0;
	top: 0;
	position: fixed;
	z-index: 1000;
	background-color: black;
	opacity:0.2;
	display: none;
	width: 100%;
	height: 100%;
}

.product_stock_check {
    font-size: 20px;
    padding-right:4px;
    margin-left:-2px;
    top:-2px;
}

.lager1 .product_stock_check:before, .lager2 .product_stock_check:before, .lager3 .product_stock_check:before, .statusColor1:before, .greenball:before {
	content: "\e90b";
	color:#47A827;
}

.lager4 .product_stock_check:before, .statusColor3:before, .statusColor2:before, .yellowball:before {
	content: "\e90f";
	color:#F9993A;
}

.lager5 .product_stock_check:before, .statusColor4:before, .whiteball:before {
	content: "\e90d";
	color:#C4C4C4;
}

.statusColor4 {
	color:#C4C4C4;
}

.results.listGrid {
	padding-top:0;
	padding-left: 8px;
    padding-right: 8px 
}

.mCategoryfacet .btn_facet {
	margin-top:8px;
	margin-bottom:8px;
	margin-right:16px;
}

.listGrid > .row {
	margin-left:-16px;
	margin-right:-16px;
	margin-top: 0;
}

.listGrid > .row > .column {
	padding-left:0;
	padding-right:0;
}

.listGrid > .paginator_wrapper {
	margin-left:-8px;
	margin-right:-8px;
	margin-top:8px;
}

.listGrid .product_stock_check {
	top:-1px;
}

#storePage a, #storesPage a {
	line-height: 18px;
	color: #008FF5;
}

#storesPage .mt_well {
	border-radius: 6px;
	margin-bottom:16px;
}

#storePage .sidebar .day {
	width: 60%;
	float: left;
}

#storePage .sidebar .entry {
	width: 40%;
	float: left;
}

#storePage .sidebar .first {
	font-weight: bold;
}

#storePage .sidebar .why {
	font-weight: normal;
	line-height: 16px;
	display: block;
	padding-bottom:3px;
}

#storePage .sidebar .why:empty {
	display: none;
}

#storePage .sidebar .mt_well {
	background: rgba(55, 149, 218, 0.1);
	border-radius: 6px;
	padding:12px;
	padding-top:1px;
	margin-bottom:12px;
}

#storePage .sidebar {
	padding-left:12px;
}

#storesPage address {
	margin-bottom:12px;
}

#storesPage h3 {
	margin-top:0;
	margin-bottom:4px;
}

#storePage  h3{
	margin-bottom:2px;
	margin-top:10px;
}

#storesPage h3 a {
	color: #008FF5;
}

#storesPage h1, #storePage h1 {
	color: #F9993A;
	margin-top: 4px;
}

#storesPage .row > div > div {
	
}

#storesPage address {
	margin:0;
	padding-bottom:8px;
}

#storesPage .row {
	margin:-6px;
}

#storesPage .row > div {
	padding:6px;
}


#storesPage .row > div > div {
	height:100%;
	background: #F7F7F7;
	border-radius: 6px;
	padding:12px;
	padding-bottom:4px;
}

#storesPage .grayed, #storePage .grayed {
	color:#888;
}

#storePage a {
	display: block;
}

.ad_obj_wrapper.listGridV3 {
	width: auto;
}

.swiper-button-next::after, .swiper-button-prev::after {
	width: 32px;
	height: 32px;
	filter: drop-shadow(2px 4px 8px rgba(0, 0, 0, 0.10));
	z-index:3;
}

.mCategory .swiper-button-next, .mCategory .swiper-button-prev {
	height:100%;
	width:56px;
	top:auto;
	bottom:0;
	right:0;
}

.mCategory .swiper-button-prev {
	left:0;
	right:auto;
}

.swiper-button-prev::before, .swiper-button-next::before {
    content: "";
    position: absolute;
    z-index: 2;
    width:32px;
    height:32px;
    background-color: white;
	border:1px solid #E0E0E0;
	filter: drop-shadow(2px 4px 8px rgba(0, 0, 0, 0.10));
	border-radius:50%; 
}

.swiper-button-prev:hover::before, .swiper-button-next:hover::before {
	border-color:#2D9CDB;
}

.swiper-button-prev:active::before, .swiper-button-next:active::before {
	background-color: #2D9CDB;
}

.swiper-button-prev:active::after, .swiper-button-next:active::after {
	color:white;
}

.swiper-button-next:after, .swiper-button-prev:after {
	text-align: center;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom:0;
}

.swiper-pagination-bullet {
	width:20px;
	height:20px;
	background-color: #f7f7f7;
	opacity: 1;
}

.listThumb .swiper-pagination-bullet, .listGrid .swiper-pagination-bullet {
	width: 4px;
	height: 4px;
}

.swiper-pagination-bullet-active, .ad_obj_wrapper .swiper-pagination-bullet-active {
	background-color: #008FF5;
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
	pointer-events: auto;
}

#russiatax .bold {
	cursor:pointer;
	margin: 0 0 0.5rem;
}

#russiatax .icon {
	font-size: 26px;
	line-height: 22px;
	font-weight: normal;
}

#russiatax.active .icon-Chevron-Down:before {
    content: "\e914";
}

#russiatax p {
    margin: 0 0 1rem;
}

#russiatax .greytext {
	display: none;
}

#russiatax.active .greytext {
	display: block;
}

#russiatax.active {
	box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
}

.swiper-button-next:after {
    content: '\e913';
}

.swiper-button-prev:after {
    content: '\e912';
}

.swiper-button-prev:after, .swiper-button-next:after {
    font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 18px;
    line-height: 32px;
    color: #E0E0E0;
}

#footer_whatwehave {
	background-color: #f7f7f7;
	line-height: 56px;
}

#footer_whatwehave .container {
	height:54px;
	overflow: hidden;
	overflow-x: auto;
	white-space: nowrap;
}

#footer_whatwehave h2, #footer_whatwehave p {
	display: inline;
}

#footer_whatwehave h2 {
	padding-right: 16px;
}

#footer_whatwehave .bold {
	padding-right: 32px;
}

#footer_whatwehave .icon-Done-Stroke {
	color: #47a827;
	top:-2px;
	position: relative;
    right: auto;
}

#subscribeWrapper {
	flex-grow: 1;
}

#someWrapper {
	flex-shrink: 0;
}

#footer_payment {
	padding-top:16px;
	padding-bottom:16px;
}

.dotted_bottom {
    height: 17px;
    margin-bottom: 16px;
    border-bottom: 1px dashed #E0E0E0;
}

#footer_top {
	background-color:white;
	padding-top:16px;
	padding-bottom:16px;
}

#footer_top .row {
	gap: 16px;
	align-items: center;
}

#footer_top h2, #footer_top p {
	margin:0;
}

#footer_top input, #doSubscribeForm [name="email"] {
	border-radius: 6px 0px 0px  6px;
	border: 1px solid #DCDCDC;
	background: #FFF;
	height:48px;
	box-shadow: none;
}

#footer_top input:hover, #doSubscribeForm [name="email"]:hover {
	border-color: #3B9EF6;
}

#subscribeWrapper.warning input, #doSubscribeForm.warning [name="email"] {
	border-color: #EB5757;
	color: #EB5757;
	box-shadow: none;
}

#footer_top input:focus, #doSubscribeForm [name="email"]:focus {
	border: 1px solid #3B9EF6;
	box-shadow: 0px 0px 0px 3px rgba(59, 158, 246, 0.24);
	color: #333;
}

#subscribeWrapper.warning button {
	border-color: #dcdcdc;
	opacity: 0.3;
	background-color: #EFEFEF;
}

#footer_top .input-group-btn button:focus {
	outline: none;
}

#footer_top .input-group-btn button {
	border-radius: 0px 6px 6px 0px;
	border-top: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
	height:48px;
	display: flex;
    align-items: center;
	background-color: white;
	
}

#footer_top .input-group-btn button path {
	stroke: #3D3D3D;
}

#subscribeWrapper.warning button:hover {
	border:1px solid #3B9EF6;
	border-left: none;
	opacity: 1;
	background-color: white;
}

#footer_top .input-group-btn button:hover {
	border:1px solid #3B9EF6;
}

#footer_top .input-group-btn button:hover path {
	stroke: #3B9EF6;
}

#footer_top .input-group-btn button:focus path {
	stroke: #3D3D3D;
}

#footer_top .input-group-btn button:focus {
	background-color: #EFF8FF;
}

#footer_bottom {
	padding:16px 0;
	background-color: #3B9EF6;
	color:white;
}

#footer_bottom h5 {
	margin:0;
}

#footer_bottom p > a {
	color:white;
	line-height: 28px;
	display: block;
}

#footer_bottom p > a:hover, #footer_payment a:hover {
	text-decoration: underline;
}

#footer_bottom p {
	margin:0;
}

#footer_bottom #copyright {
	line-height: 40px;
	padding-top:24px;
}

#footer_bottom .icon {
	float: right;
	color: #F9993A;
}

#footer_payment .row.payment, #footer_payment .row.delivery {
	gap:8px;
}

#footer_payment .row.delivery {
	padding-left:16px;
}

#footer_payment h5 {
	margin:0;
}

#doSubscribeForm .descr {
	padding-left:8px;
}

#doSubscribeForm .roundedRadioItem {
	color: #333;
	display: flex;
	height:32px;
	cursor: pointer;
}

#doSubscribeForm .modal-body {
    padding-top:16px;
}

#footer_top [name="footerFormEmail"]:focus + span button  {
	background-color: #F9993A;
}

#doSubscribeForm .modal-content {
	border-radius: 16px;
	border: 1px solid #DCDCDC;
	background-color: #FFF;
	box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.10);
}

#doSubscribeForm .modal-header {
	padding:16px;
	display: flex;
	align-items: center;
	border-bottom: 1px dashed #DCDCDC;
	margin-left:-16px;
	margin-right:-16px;
}

#header_wrapper .container > a, #header_wrapper .dropdown-toggle, #shopping_cart_button, #account > a {
	color: #fff;
	text-align: center;
	line-height:1;
	padding-left:18px;
	padding-right:18px;
	display: block;
	position: relative;
	font-weight: 700;
}

#header_wrapper .container > * {
	padding-top:12px;
	padding-bottom:12px;
}

#header_wrapper .container > * > .dropdown {
	margin-bottom:-12px;
	padding-bottom:12px;
}

#header_wrapper .container > a.header_logo {
	padding-left:0;
}

#header_wrapper .container {
	display: flex;
	align-items: center;
	padding-left:16px;
	padding-right:16px;
}

#header {
    background-color: #199fff;
}

.header_logo object, .header_logo img {
	max-height:30px;
	width:100%;
}

#search .input-group-addon {
	padding:0;
	border:none;
	border-radius: 6px;
}

#mobileMenu, #mobileLangSel {
	display: none;
}

#search {
	flex-grow: 1;
	margin-left:16px;
	margin-right:16px;
}

#searchClose {
	display: none;
}

#shopping_cart_button_wrapper {
	position: relative;
}

#shopping_cart_button_wrapper:hover #cartpanel {
	display:block !important;
}

.navInfo {
	display: none;
}

#sidebar.minimal {
	padding-left: 0;
}

#sidebar.minimal .product_menu.open {
	display: inline-block;
}

#sidebar.minimal .product_menu.open .toplevel ul {
	max-width: 190px;
}

#sidebar.minimal .product_menu.open .menu-style .nLink {
    padding-right: 42px;
    padding-left: 8px;
}

#sidebar.minimal .product_menu.open .menu-style .alone > a {
	padding-right:8px;
}

#sidebar.minimal .product_menu.open h3 {
	padding-left: 8px;
	padding-right :8px;
}

#maincontentWrapper {
	margin:0 -16px;
	display: flex;
}

#maincontent {
	flex-grow: 1;
	min-width: 0;
}

.js-is-sticky a, .js-is-sticky button {
	width: auto;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
	min-width: 200px;
}

.js-is-sticky[style] {
	position: fixed !important;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 3;
}

.whiteTooltip + .tooltip > .tooltip-inner {
	background-color: white;
	color:#333;
	border-radius:12px;
	filter: drop-shadow(2px 4px 8px rgba(0, 0, 0, 0.1));
	padding:12px;
	font-size:14px;
	font-family: 'Roboto', sans-serif;
}

.whiteTooltip + .tooltip.bottom > .tooltip-arrow {
	z-index: 1;
	border-bottom-color: white;
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:focus,
textarea {
	background-clip: padding-box;
	outline:none;
}


/* CLS for support and service */
.ad_obj_wrapper[data-adobject-id="17672"] .visible-xs {
  	aspect-ratio: auto 940 / 540;
	width: 100%;
}
.ad_obj_wrapper[data-adobject-id="17672"] .hidden-xs {
  	aspect-ratio: auto 1696 / 590;
	width: 100%;
}
.ad_obj_wrapper[data-adobject-id="12727"] .visible-xs {
  	aspect-ratio: auto 1200 / 1000;
	width: 100%;
}
.ad_obj_wrapper[data-adobject-id="12727"] .hidden-xs {
  	aspect-ratio: auto 1696 / 590;
	width: 100%;
}

body.disableScroll {
	overflow: hidden;
}


@media only screen and (min-width : 992px) {
	#sidebar[style] {
		top:0 !important;
	}
	
	#mobilenav_overlay[style], #mobilenav_overlay, #navInfo[style], #navInfo1[style] {
		display: none !important;
	}
}

@media (max-width: 1199px) {
	.container {
	    width: 100%;
	}
}

.ad_obj_wrapper:has(.bwmod) {
	margin-top:6px;
	margin-bottom:6px;
}

.ads_below_plist {
	padding-top:12px;
}

.ads_below_plist:empty {
  display: none;
}

#category_nodes input[type="checkbox"] {
  display: none;
}

#category_nodes label {
  display: inline-block;
  color: #008FF5;
  font-weight: 500;
  cursor: pointer;
}

#rless {
	display:none;
}

#category_nodes input:checked~label #rmore {
  display: none;
}

#category_nodes input:checked~label #rless {
  display: inline-block;
}

#category_nodes .inner {
  max-height: 58px;
  overflow: hidden;
  transition: all .3s ease;
}

#category_nodes .inner p:last-child {
	margin-bottom: 0;
}

#category_nodes input:checked+.inner {
  max-height: 3000px;
  overflow: auto;
}

.bigHeader {
	color: #013052;
	font-size:24px;
	line-height:30px;
	font-weight:700;
}

.swiper-css-mode>.swiper-wrapper {
	padding-right: 12px;
}

.search_bar li[aria-selected="true"] {
    color: #fff;
    background-color: #337ab7;
}

#header .search_bar {
	display: flex;
	position: relative;
}

#header .search_bar > .icon {
    line-height: 36px;
    position: absolute;
    cursor: pointer;
    z-index: 11;
    color: #333;
    right: 46px;
}

.three_cols_wrapper .type_sort_filter {
	margin-left:0;
	margin-right:0;
}

.mt_pagination {
	margin:0;
	height:58px;
	padding:12px 6px;
}

.mt_pagination > li > a {
	text-decoration: underline;
	color: #333333;
	margin: 0;
    padding: 0;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

.mt_pagination>li>a {
	border: 1px solid white;
	margin-left:3px;
	margin-right:3px;
}

.mt_pagination>li>span {
	border:none;
	color:#333;
}

.mt_pagination > li > a.active {
	background-color: #eee;
	text-decoration:none;
	background: #D9D9D9;
	border: 1px solid #D9D9D9;
	box-sizing: border-box;
	border-radius: 2px;
}

.mt_pagination .disabled {
	display: none;
}

.mt_pagination>li>a:focus, .mt_pagination>li>a:hover, .mt_pagination>li>span:focus, .mt_pagination>li>span:hover {	
	border: 1px solid #D9D9D9;
	box-sizing: border-box;
	border-radius: 2px;
	background: none;
	color:#333;
}

.mt_pagination>li>span.sdots:focus, .mt_pagination>li>span.sdots:hover {	
	border:none;
}



.mt_pagination > li > a.prev, .mt_pagination > li > a.next {
	text-decoration: none;
}

.mt_pagination > li .icon {
	height:34px;
	color:#F9993A;
}

.mt_pagination>li>span.sdots {
    padding-bottom: 3px;
    padding-top: 9px;
}

#price_group > div {
	flex-basis: 50%;
}

#price_group input {
	outline:none;
	box-shadow: none;
	border-radius:4px;
	color: #888888;
	border: 1px solid #E0E0E0;
	text-align:left;
}

#filter .minv input {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

#filter .maxv input {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border-left: none;
}

.prodList .column {
	padding-left: 0;
	padding-right: 12px;
}

.type_sort_filter {
	padding:8px 0;
	display: flex;
}

.type_sort_filter .filter_search {
	flex-grow: 1;
	margin-right: 12px;
	width: 50px;
}

.hitAmount {
	height:36px;
	line-height:36px;
	margin:0;
	flex: 0 0 160px;
	padding-right:12px;
}

.hitAmountNr {
	color: #F9993A;
}

.dropdownSort {
	background: #2D9CDB;
	border-radius: 6px;
    height: 36px;
    padding:0 12px;
    display: flex;
}

.dropdownSort .dropdown-toggle {
	color:white;
	display: flex;
	align-items: center;
}

.dropdownView {
	background: #F0F0F0;
	padding:3px;
	border-radius: 6px;
	margin-right:12px;
	display: flex;
}

.dropdownView a {
	color:#333;
}

.dropdownView a.active {
	color:white;
}

#filter_wrapper {
	background-color: white;
	border-radius: 6px;
}

#filterbox {
	position:relative;
	padding-bottom:8px;
	padding-top: 8px;
}

#filterbox > div  {
	padding-left:16px;
	padding-right:16px;
	margin-bottom:0;
	
	visibility: hidden;
	position: absolute;
}

#filter.SisOpen {
	display: block;
}

#norm {
	padding:8px 0;
}

#norm label {
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    line-height: 34px;
}

#filterbox > .SisOpen  {
	visibility: visible;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

#category_filter {
	flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
}

#categories_group label {
	margin:6px;
	border: 1px solid #E0E0E0;
	background-color: white;
	font-weight: normal;
	display: inline-flex;
}

#categories_group .btn_grey.active, #categories_group .btn_grey:active {
    background: #FFFFFF;
    border: 2px solid #F9993A;
    padding-left: 11px;
    padding-right: 11px;
    color: #333;
}

#category_filter label.active, #manufacturer_group label.active {
	margin-right:10px;
}

#categories_group .icon-Close-Stroke {
	color: #F9993A;
	display: none;
}

#categories_group .active .icon-Close-Stroke {
	display: inline-block;
	right: -6px;
}

#conditiongroup_group input {
	display:none;
}

.type_sort_filter .cButton {
	height: 30px;
	width: 30px;
	border-radius:6px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.type_sort_filter .cButton.active {
	background: #2D9CDB;
}

#filterbox.show {
	display: block !important;
}

#filter,#stockanddelivery,#categories_group {
	margin-left:-8px;
	margin-right:-8px;
}

#filterbox .form-group {
	padding:8px;
	margin:0;
	height: 48px;
	position: relative;
}

#price_group {
	display: flex;
}

.sList {
	max-height: 149px;
    overflow: auto;
    overflow-x: hidden;
    display:none;
    padding-left:6px;
    padding-right:6px;
}

.isOpen .innerW {
	margin-top:6px;
	border: 1px solid #E0E0E0;
	position: absolute;
	left: 8px;
    right: 8px;
    z-index: 13;
    background-color: white;
	border-radius:6px;
	padding-top:6px;
	padding-bottom:6px;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
}

#filterbox .sList label {
	margin:0;
	text-overflow: ellipsis;
    padding-right: 30px;
    white-space: nowrap;
    padding-left: 27px;
    overflow: hidden;
}

#filterbox .sLabel span {
	position: absolute;
	right:0;
}

#filterb_header {
	padding-top:12px;
	padding-left:8px;
	padding-right:8px;
	white-space: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

#filterb_header a {
	float:left;
	margin-left:8px;
	margin-right:8px;
}

#filterb_header > a.active .icon-Chevron-Down:before,
#filterbox .isOpen .dropdownH .icon-Chevron-Down:before,
.dropdown.open .icon-Chevron-Down:before {
	content: "\e914";
}

#norm > div {
	padding:0;
	padding-left:8px;
	padding-right:8px;
}

.mTopList #search_filter, .mTopList .type_sort_filter {
	display: none;
}

.quick_filter {
    width: 100%;
    margin-bottom: 0;
    display:none;
}

.orange {
	color: #F9993A;
	background-color: transparent !important;
}

.yellow {
	color: #F2C94C;
}

#filterbox .dropdownH .icon-Chevron-Down {
	position: absolute;
	right:6px;
}

#filterbox .dropdownH {
	line-height: 34px;
	display: block;
	text-align: left;
	position: relative;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right:24px;
    width: 100%;
}

#filterbox .disabled .dropdownH {
	background-color: #ccc;
	cursor: default;
	pointer-events: none;
}

.autoHeight {
	max-height: 100%;
}

.innerW .btn_dropdown {
	height:34px;
	line-height: 34px;
}

.innerW.active {
	position: absolute;
    background-color: white;
    z-index: 2;
    left: 12px;
    right: 12px;
    border:1px solid black;
}

.isOpen .quick_filter, .isOpen .sList {
	display:block;
}

.modal-content {
	box-shadow: none;
	border:none;
}

.modal-backdrop.in {
	opacity: .3;
}

.as_header {
	font-weight: normal;
	line-height: 16px;
	color: #333333;
	margin-left:12px;
	margin-right:12px;
	padding-top:10px;
}

#filterbox .connectedRight .dropdownH {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

#filterbox .connectedLeft .dropdownH {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

#filterbox .connectedRight {
	padding-right:0;
}

#filterbox .connectedLeft {
	padding-left:0;
}

#category_nodes {
	padding-bottom:4px;
	position: relative;
}

#category_nodes h1 {
	margin-bottom:8px;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  left: auto;
}

.swiper-button-disabled {
	display:none;
}

#product_list:empty {
	height: 1200px;
}
@charset "UTF-8";

h1 { font-size: 30px; line-height: 36px; font-weight: bold }
h2 { font-size: 20px; line-height: 28px; font-weight: bold }
h3 { font-size: 17px; line-height: 24px; font-weight: bold }
h4 { font-size: 15px; line-height: 20px; font-weight: bold }
h5 { font-size: 16px; line-height: 20px; font-weight: bold }

.fxtiny {
	font-size: 8px;
}

.ftiny {
	font-size: 10px;
}

.fsmall {
	font-size: 12px;
}

.fnormal {
	font-size: 14px;
}

.fmlarge {
	font-size: 15px;
}

.flarge {
	font-size:16px;
}

.flarger {
	font-size:18px;
}

.font20px, .font20 {
	font-size:20px;
}
.fXLarge {
	font-size:24px;
}

.fXXLarge {
	font-size:28px;
}

.fXXXLarge {
	font-size:32px;
}

.semi-bold {
	font-weight: 500;
}

.regular {
	font-weight: normal;
}

.free {
    color: #47a827;
}

/* dropdown start */
.dropdown-menu>li>a {
	padding:0 12px;
	height: 48px;
	display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
}

.dropdown-menu {
	border-radius: 6px;
	padding:6px;
	border:none;
	box-shadow: 2px 4px 8px rgb(0 0 0 / 10%);
	margin:0;
}

.dropdown-menu.dots>li>a {
	padding-right: 48px;
}

.dropdown-menu .icon {
	font-size: 28px;
	color: #199FFF;
	padding: 0 8px 0 0;
}

.dropdown-menu h2 {
	margin:0;
	padding:6px;
	padding-bottom: 12px;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	background: #F7F8FB;
	border-radius: 6px;
	color: #333;
}

.dropdown-menu.dots a:after {
	content: ' ';
	width: 20px;
	height:20px;
	border-radius:10px;
	border:2px solid #eee;
	display: inline-block;
  	right:18px;
  	position: absolute;
}

.dropdown-menu.dots a.active:after,  .dropdown-menu.dots a:hover:after{
	border-color:#008FF5;
}

.dropdown-menu.dots a.active:before, .dropdown-menu.dots a:focus:before {
	background:#008FF5;
	content: ' ';
	width: 10px;
	height:10px;
	border-radius:5px;
	display: inline-block;
	position: absolute;
  	right:23px;
}


.dropdown:hover .dropdown-menu {
  display:block;
}

/* dropdown end */

#toggleAllProds, .lastorder, a.lastorder:hover {
	background: #008FF5 !important;
	box-shadow: 1px 2px 14px rgba(0, 0, 0, 0.06) !important;
	border-radius: 6px !important;
	color:#fff !important;
	padding-right:12px !important;
}

.mt_campaign_well {
	border-radius:6px;
	padding:12px;
	color:white;
	background: linear-gradient(271.34deg, #5C96EF 0%, #6B1AD2 100%);
}

.mt_campaign_well h3 {
	color:white;
	margin-top:0;
	margin-bottom:0;
}

.mt_campaign_well p {
	color:white;
	margin-bottom:0;
}

.mt_tabs_wrapper {
	white-space: nowrap;
    overflow-x: auto;	
}

.mt_tabs.standard {
	display: inline-block;
	padding: 6px;
	background-color: #F7F8FB;
	border-radius: 25px;
}

.mt_tabs_item {
 	height: 38px;
 	line-height: 38px;
 	padding:0 12px;
	font-weight: bold;
	color: #333;
	display: inline-block;
    cursor:pointer;
    border:none;
    background-color: transparent;
}
 
.mt_tabs_item.active, .mt_tabs_item:active, .mt_tabs_item:focus, 
.mt_tabs_item:focus:hover, .mt_tabs_item.active:hover, .mt_tabs_item:active:hover {
	background: #59BAFF;
	border-radius: 20px;
	color: #fff;
	border:none;
	outline: none;
}

.mt_tabs_item:hover {
	color: #3795DA;
}

.mt_tabs_content {
	display:none;
}

.mt_tabs_content.active {
	display: block;
}

.mt_whitebox {
	border: 1px solid #F0F0F0;
    position: relative;
    border-radius: 6px;
    background-color: white;
    padding:12px;
    color: #333;
}

.mt_whitebox_list .lh {
	width: 100%;
	display: block;
}

.mt_whitebox_list .modal-header {
	border:none;
	padding-top:0;
	padding-bottom:0;
	background: #F0F0F0;
	height:48px;
	line-height: 48px;
	border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.mt_whitebox_list .close {
	color: #DADADA;
	opacity: 1;
	width: 20px;
	height: 20px;
	background: rgba(102, 102, 102, 0.5);
	border-radius:10px;
	margin-top: 10px;
	font-size: 14px;
}


.mt_whitebox_list .modal-title {
	line-height:48px;
	font-weight: bold;
	font-size: 17px;
	color: #333;
}

.mt_whitebox_list .item_row > div {
	padding:10px 0;
	height:auto;
}

.mt_whitebox_list .delimiter {
	border-left: 1px dashed #DEDEDE;
	height:36px;
	width:13px;
	float: left;
}

.mt_whitebox_list .item_row > .clearfix {
	padding:0;
}

.mt_whitebox_list .item_row > .item_name {
	line-height: 18px;
	padding-left:12px;
}

.mt_whitebox_list .item_row .name {
	color: #2D9CDB;
	font-weight: 500;
}

.mt_whitebox_list .availability, .mt_whitebox_list .price, .mt_whitebox_list .opening_hours, .mt_whitebox_list_stock .opening_hours, .mt_whitebox_list .interest {
	line-height: 18px;
	font-size: 12px;
}

.mt_whitebox_list .opening_hours .dropdown-menu, .mt_whitebox_list_stock .opening_hours .dropdown-menu  {
	min-width:264px;
	padding-left:6px;
	padding-right:6px;
}

.cCard .opening_hours {
	position: relative;
	overflow: visible;
}

.opening_hours .dropdown-menu > div:nth-child(2n+1), .popover .popover-content > div:nth-child(2n+1) {
	background: rgba(55, 149, 218, 0.1);
}

.opening_hours .dropdown-menu .entryRow, .popover .entryRow {
	display: flex;
	padding: 8px 12px;
	border-radius: 2px;
}

.mt_whitebox_list .item_name .light_grey {
	line-height: 18px;
	font-size: 12px;
	color: #888;
}

.mt_whitebox_list .modal-body {
	padding:12px;
}

.mt_whitebox_list .item_name .greenball:before {
	border:none;
	font-size:24px;
}

.mt_whitebox_list .item_name .yellowball, .mt_whitebox_list .item_name .greenball {
	display: inline-block;
	text-align: center;
	margin:0;
	left: -5px;
	top:5px;
}

.mt_whitebox_list .item_name .yellowball:before, .mt_whitebox_list .item_name .greenball:before {
	width: 35px;
    height: 24px;
    line-height: 24px;
    position: inherit;
}

.mt_whitebox_list .item_row {
	min-height:56px;
	cursor: pointer;
}

.mt_whitebox_list .item_row:hover, .mt_whitebox_list .selected {
	background: #F0F0F0;
	border-radius: 6px;
}

.mt_whitebox_list .item_row:focus {
	background-color: white;
}

.mt_whitebox_list .availability .greenball, .mt_whitebox_list .availability .yellowball {
	width:18px;
	height:18px;
	text-align: center;
	line-height: 18px;
}

.mt_whitebox_list .item_name .yellowball:before {
	content: "\e90c";
	font-size:34px;
	color: #E0E0E0;
}

.mt_whitebox_list .selected .item_name .yellowball:before {
	content: "\e90b";
	color: #47A827;
}

.dropdown-menu .day, .popover .day {
	font-size: 14px;
	color: #1B4A75;
	white-space: nowrap;
}

.dropdown-menu .day .why,  .popover .day .why {
	display: block;
	margin-top: -6px;
}

.dropdown-menu .entry, .popover .entry {
	font-size: 14px;
	text-align: right;
	color: #333;
	white-space: nowrap;
	flex-grow:1;
	padding-left:24px;
}

.roundedBox {
    padding: 12px;
    background: #fff;
    border-radius: 6px;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 6px;
    margin-top: 6px;
}

.notice {
	background: rgba(55, 149, 218, 0.1);
	border-radius: 6px;
	padding:12px;
}

.notice h3 {
	color: #3795DA;
	margin-top:0;
}

.greytext {
	color:#7C7C7C;
}

.fetchStatusColor {
	border-radius: 4px;
	color:white;
	height:24px;
	line-height:24px;
	padding-left:12px;
	padding-right:12px;
	font-weight: bold;
	display: inline-block;
	margin-top:6px;
	margin-bottom:6px;
}

.bluetext, .bluetext:hover, .bluetext:visited {
	color: #3795DA;
}

/* btn facet */
.btn_default {
	height: 36px;
	font-weight: 500;
	line-height: 36px;
	text-align: center;
	padding: 0 12px;
	cursor:pointer;
	border:none;
	outline: none;
}

.btn_default:disabled:hover {
	box-shadow: none;
}

a.btn_default {
	display: inline-block;
}

.btn_small {
	display: inline-flex;
	padding: 4px 8px;
	justify-content: center;
	align-items: center;
}

.btn_variant {
	color: #333;
	background-color: white;
	border: 1px solid #F0F0F0;
	border-radius: 6px;
	cursor: pointer;
	font-weight: 500;
	line-height: 34px;
}

.btn_variant:hover {
	border-color: #008FF5;
	color:#008FF5;
}

.btn_variant.active {
	background-color:#D9EEFE;
	color:#333;
	border: 1px solid #008FF5;
}

.btn_variant.disabled:not(.variantDropDown) {
	border-color:#DEDEDE;
	color:#888;
	position: relative;
	cursor: default;
	background-color: #DEDEDE;
}

.btn_variant.disabled:not(.variantDropDown)::before {
  	height: 2px;
  	background-color:#F0F0F0;
  	left:0;
  	top:50%;
  	transform: rotate(15deg);
  	content:'';
  	position:absolute;
  	left: -1px;
    right: -2px;
}

.btn_variant.unavailable:not(.variantDropDown) {
	position: relative;
	border: 1px dashed #888;
	background-color: transparent
}

.btn_bw, .btn_bw:focus, .btn_bw:hover {
	color: #333;
	border: 2px solid #333;
	border-radius: 4px;
	background-color: white;
}

.btn_blueish {
	color: #008FF5;
	border-radius: 4px;
}

.btn_blueish:hover {
	background: #C7DFEF;
	color: #2D9CDB;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
}

.btn_blueish:focus, .btn_blueish:active, .btn_blueish.active {
	background: #008FF5;
	color: white;
}

.btn_blueline {
	border: 2px solid #3795DA;
	border-radius: 20px;
	color: #3795DA;
	background-color: white;
	height:32px;
	line-height:28px;
}

.btn_blueline:hover {
	background: #C7DFEF;
	border-color:transparent;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
}

.btn_blueline.active {
	background: #3795DA;
	border-color:transparent;
	box-shadow: none;
	color:white;
}

.btn_red, .btn_red:focus {
	color: #fff;
    background: #d9534f;
    border-color: #d43f3a;
}

.btn_red:hover {
	background: #c9302c;
    border-color: #ac2925;
    color:#fff
}

.btn_orange {
	color:white;
	background-color: #F9993A;
	border-radius:6px;
}

.btn_orange:hover, .btn_orange:focus {
	color:white;
} 

.btn_facet, .btn_facet:focus {
	background:#e4edf4;
	border-radius: 4px;
	color: #333;
}

.btn_facet:hover {
	background: #C7DFEF;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
	color:#23527C;
}

.btn_facet.active, .btn_facet:active {
	background: #3795DA;
	color: #fff;
	box-shadow: none;
}

.btn_facet.disabled,.btn_facet:disabled {
	color:#888;
	background: #E0E0E0;
}

.btn_checkbox {
	background: #fff;
	border: 1px solid #DEDEDE;
	box-sizing: border-box;
	border-radius: 6px;
	text-align: left;
	font-weight: bold;
	color: #333;	
}

.btn_checkbox:hover {
	color:red;
}

.btn_checkbox:before {
    display: inline-block;  
    width: 24px;  
    height: 24px; 
    color:#e0e0e0;
    text-align: center;
	cursor: pointer;
	line-height:22px;
	vertical-align: middle;
	content: "\e90b";
	font-size: 28px;
    font-family: "icomoon";
    letter-spacing: normal;
    position: relative;
    word-wrap: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    font-weight: 400;
    margin-right:12px;
}

input[type=checkbox]:checked + .btn_checkbox:before {
	color:#47A827;
}

.btn_grey {
	background: #F0F0F0;
	border-radius: 4px;
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	color: #333;
}

.btn_grey:hover {
	color: #333;
}

.btn_grey.active, .btn_grey:active {
	background: #fff;
	border: 2px solid #F9993A;
	line-height:32px;
	padding-left:10px;
	padding-right:10px;
	color: #333;
	font-weight: 500;
}

.btn_grey.disabled, .btn_grey:disabled {
	color:#888;
	background: #E0E0E0;
}

.btn_lightgrey {
	background-color: #F7F8FB;
	padding:0 12px;
	border-radius: 6px;
}

.btn_darkgrey {
	background: #888;
	border-radius: 4px;
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	color: white;
}

.btn_darkgrey:hover {
	color: white;
}

.btn_darkgrey.active, .btn_darkgrey:active {
	background: #fff;
	border: 2px solid #F9993A;
	line-height:32px;
	padding-left:10px;
	padding-right:10px;
	color: #333;
}

.btn_darkgrey.disabled, .btn_darkgrey:disabled {
	color:#888;
	background: #E0E0E0;
}

.btn_blue,.btn_blue:hover, .btn_blue:focus {
	background: #008FF5;
	border-radius: 6px;
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	color: white;
}

.btn_blue.active, .btn_blue:active {
	background: #FFF;
	color: #333;
}

.btn_blue.disabled, .btn_blue:disabled {
	color:#888;
	background: #E0E0E0;
}

/*btn filter */
.btn_filter {
	border: 1px solid #E0E0E0;
	border-radius: 4px;
	color: #333;
	background: white;
}

.btn_filter:hover, .btn_filter:focus{
	background: #ECEBEC;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
	border-color: #ECEBEC;
	outline: none;
}

.btn_filter.active, .btn_filter:active {
	background: #DEDEDE;
	border-color: #DEDEDE;
	box-shadow: none;
}

/* btn dropdown */
.btn_dropdown, .btn_dropdownlist {
	border-radius: 4px;
	display: inline-block;
	font-weight: normal;
	color: #888;
	border: 1px solid #E0E0E0;
	margin:0;
}

a.btn_dropdownlist, a.btn_dropdownlist:active, a.btn_dropdown:hover, a.btn_dropdown:focus {
	color: #888;
}

a.btn_dropdownlist:hover {
	border: 1px solid #888;
}

.btn_dropdown:hover {
	color: #888;
	border: 1px solid #888;
}

.btn_dropdown.active, .btn_dropdown:active, .btn_dropdown:focus {
	border: 1px solid #F9993A;
	box-sizing: border-box;
}

.btn_green {
	background: #47A827;
	border-radius: 4px;
	color:white;
	padding: 0 24px;
}

.btn_green:hover {
	background: #3E9322;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
	color: white;
}

.btn_green.active, .btn_green:active, .btn_green:focus {
	background: #367F1D;
	box-shadow: none;
	color:white;
}

.btn_green.disabled, .btn_green:disabled {
	background: #E0E0E0;
	color: #888;
	cursor: default;
}

.btn_green.disabled:hover,.btn_green.active.disabled, .btn_green.disabled:active, .btn_green.disabled:focus {
	background: #E0E0E0;
	color: #888;
	cursor: default;
	box-shadow:none;
}

.btn_lightblue {
	background: #199FFF;
	border-radius: 4px;
	color:white;
	padding: 0 24px;
}

.btn_lightblue:hover {
	background: #008FF5;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
	color: white;
}

.btn_lightblue.active, .btn_lightblue:active, .btn_lightblue:focus {
	background: #008FF5;
	box-shadow: none;
	color:white;
}

.btn_lightblue.disabled, .btn_lightblue:disabled {
	background: #E0E0E0;
	color: #888;
	cursor: default;
}

.btn_lightblue.disabled:hover,.btn_lightblue.active.disabled, .btn_lightblue.disabled:active, .btn_lightblue.disabled:focus {
	background: #E0E0E0;
	color: #888;
	cursor: default;
	box-shadow:none;
}

.btn_green1 {
	color: #fff;
	background: #47A827;
	border-radius: 4px;
}

.btn_green1:hover {
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
}

.btn_green1.active, .btn_green1:active, .btn_green:focus {
	box-shadow: none;
	color:white;
	background: #367F1D;
}

.btn_green1.disabled, .btn_green1:disabled {
	background: #E0E0E0;
	color: #888;
}

.btn_transgrey {
	border: 1px solid #E0E0E0;
	border-radius: 6px;
	color:#888;
	background: transparent;
	font-weight: 500;
	box-sizing: content-box;
}

.btn_transgrey:hover {
	background: #E0E0E0;
	color:#888;
}

.btn_transgrey span.hover {
	display: none;
}

.btn_transgrey:hover span {
	display: none;
}

.btn_transgrey:hover span.hover {
	display: inline;
}

.btn_trans {
	background: transparent;
	color:#333;
}

.btn_transblack {
	border: 1px solid #333;
	border-radius: 6px;
	color:#333;
	background: transparent;
	font-weight: 700;
	font-size: 17px;
}

.btn_transblack:hover {
	background: transparent;
	color:#333;
}

.btn_white {
	border-radius: 6px;
	border: 1px solid #E0E0E0;
	background: #FFF;
	font-weight:500;
	color:#333;
}

.btn_white:hover {
	border: 1px solid #008FF5;
	color: #008FF5;
}

.btn_white.active, .btn_white:active, .btn_white:focus {
	background: #008FF5;
	box-shadow: none;
	color:white;
}

.btn_white.disabled, .btn_white:disabled {
	background: #E0E0E0;
	color: #888;
	cursor: default;
}

.btn_white.disabled:hover,.btn_white.active.disabled, .btn_white.disabled:active, .btn_white.disabled:focus {
	background: #E0E0E0;
	color: #888;
	cursor: default;
	box-shadow:none;
}

.btn_bluenoborder, .btn_bluenoborder.active, .btn_bluenoborder:focus {
	border-radius: 6px;
	background: #3B9EF6;
	font-size: 16px;
	color:white;
}

.btn_bluenoborder:hover {
	box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.20);
}

.btn_bluenoborder.active:hover, .btn_bluenoborder.disabled:hover {
	box-shadow: none;
}

.btn_bluenoborder.disabled {
	opacity: 0.55;
	background: #3B9EF6;
}

/* dropdown search field */
.quick_filter {
	height: 36px;
	background: #E0E0E0;
	border:none;
	padding-left:12px;
	font-size: 16px;
	color: #888;
}

input[type="number"] {
	background: #fff;
	border: 1px solid #C1E4FE;
	text-align: center;
	color: #333;
	border-radius: 6px;
	height:36px;
  	-moz-appearance: textfield;
}

.search_bar input {
	background: #F0F0F0;
	border-radius: 6px 0 0 6px;
	height:36px;
	width:100%;
	border:none;
	padding-left:12px;
	line-height: normal;
	box-shadow: none;
}

.search_bar input:focus {
	box-shadow: none;
}

.search_bar button {
	border:none;
	background-color: #fff;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	height: 36px;
	outline:none;
}

.search_bar.input-group > .icon {
    line-height: 36px;
    position: absolute;
    cursor: pointer;
    z-index: 11;
    color: #333;
    right: 46px;
}



/* The switch - the box around the slider */
.switch {
	position: relative;
	display: inline-block;
	width: 45px;
	height: 24px;
	padding:0;
	margin:0;
}

.switch input {display:none;}

.slider-toggle {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #e0e0e0;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	margin:0;
	line-height: 1;
}

.slider-toggle.disabled {
	pointer-events: none;
}

.slider-toggle:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	background-color: #fff;
	left: 2px;
    bottom: 0;
    top: 2px;
}

input:checked + .slider-toggle {
  	background-color: #47A827;
}

input:checked + .slider-toggle:before {
  	-webkit-transform: translateX(22px);
  	-moz-transform: translateX(22px);
  	-o-transform: translateX(22px);
  	-ms-transform: translateX(22px);
  	transform: translateX(22px);
}

/* Rounded sliders */
.slider-toggle.round {
  	border-radius: 12px;
}

.slider-toggle.round:before {
  	border-radius: 50%;
}

.sLabel {
	font-weight: normal;
	line-height: 36px;
	position: relative;
	cursor: pointer;
	display: block;
}

.sInput + label:before {
	width: 20px;
	height: 20px;
	content:' ';
	border: 1px solid #E0E0E0;
	border-radius: 2px;
    position: absolute;
	top: 50%;
  	-webkit-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	-moz-transform: translateY(-50%);
  	transform: translateY(-50%);
  	left:0;
}

.sInput:not(:checked) + label:hover:before {
	border-color: #47A827;
}

.sInput + label:after {
	font-family: "icomoon";
	content: '';
	position: absolute;
	left: 1px;
	font-size: 18px;
}

.sInput:checked + label:after {
	content: "\e984";
	color: #47A827;
}

.sInput:not(:checked) + label:hover:after  {
	content: "\e984";
	color:#E0E0E0;
}

.dark {
	background: #F4F8FC;
}

.select-wrapper {
	position: relative;
	display: inline-block;
	width:100%;
}

.select-wrapper:after {
	font-family: "icomoon";
    font-size: 24px;
    display: inline;
    text-transform: none;
    letter-spacing: normal;
    line-height: 1;
    position: absolute;
    word-wrap: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0);
    right:12px;
    top:18px;
    pointer-events: none;
    color:#F9993A;
	content: "\e911";
}

.select-wrapper select {
	background: #fff;
}

.select-wrapper select:disabled {
	background: #E0E0E0;
	color:#888;
	border:none;
}

.select-wrapper select::-ms-expand {
     display: none;
}

.select-wrapper select {
	-webkit-appearance: none;
  	-moz-appearance: none;
  	appearance: none;
}

textarea {
	height:auto;
	padding-top:6px;
	padding-bottom:6px;
}

input:disabled, select:disabled {
	background: #E0E0E0;
	color:#888;
	border:none;
}

[type="checkbox"].sInput:checked  label:before {
	background-color: #47A827;
	border:none;
}

.btn_blue2 {
	display: inline-block;
	background: #3795DA;
	border-radius: 4px;
	color:white;
	padding: 0 12px;
 }
 
.btn_blue2:hover {
	color:white;
}

.btn_blue2.active, .btn_blue2:active, .btn_blue2:focus {
	color:white;
}

.orderRows > div {
	margin-bottom:6px;
}

.orderRows > div > div {
	display: flex;
}

.orderRows > div .descrWrapper {
	flex-grow: 1;
	padding-left:12px;
	padding-right:12px;
}

.orderRows > div .descrWrapper > div {
	padding-bottom:6px;
}

.orderRows > div .prices {
	display:flex;
}

.orderRows > div .prices span {
	align-self: flex-end;
	white-space: nowrap;
}

.orderRows .imgWrapper {
	width:50px;
	height:50px;
}

.orderRows .imgWrapper img {
	max-width: 100%;
}

.formLabel, .shipInfoForm label {
    clear: both;
    font-weight: normal;
    margin-bottom: 0;
    width: 100%;
}

.quickform span.error {
	display: block;
	font-size: 12px;
	color: #b92d00;
}

 .custom-checkbox {
	display: block;
    text-align: left;
    cursor: pointer;
}

.custom-checkbox:before  {
	content: "\e984";
    width: 24px;  
    height: 24px;  
	border-radius: 2px;
	margin-right:8px;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	cursor: pointer;
	line-height: 24px;
	font-family: "icomoon";
	color:white;
	float: left;
}

input[type=checkbox]:checked + .green-checkbox:before  {
    background: #47A827;
	border-color: #47A827;
}

input[type=checkbox]:checked + .green-checkbox.disabled:before  {
    background: #DEDEDE;
	border-color: #DEDEDE;
}

[type="checkbox"]:not(:checked) + .green-checkbox:hover:before {
	border-color: #47A827;	
}

.green-checkbox:before {
	border: 1px solid #E0E0E0;
}

.green-checkbox {
	font-weight: normal;
	font-size: 12px;
	color: #888;
}

#payForm [name="gc_code"] {
	width:100%;
}

#payForm .input-group-btn {
	padding-left:4px
}

#payForm .input-group-btn input {
	height:48px;
	line-height: 48px;
	text-transform: capitalize;
}

.mt_tabs2 {
	background: #DEDEDE;
	border-radius: 6px;
	height: 48px;
	color: #333;
	padding:3px;
	margin-bottom: 12px;
}

.mt_tabs_item2 {
	height:42px;
	line-height: 42px;
	width:50%;
	border-radius: 6px;
}

.mt_tabs_item2.selected {
	background: #fff;
	box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
}

.warning_box {
	padding: 12px;
	background: rgba(235, 87, 87, 0.3);
	border-radius:6px;
}

.mt_white_box_with_border {
	padding: 12px;
	background: #fff;
	border: 1px solid #F0F0F0;
	border-radius: 6px;
}

.roundedRadioItem input {
	display: none;
}

.roundedRadioItem:hover label {
	border-color: #2D9CDB;
}

.roundedRadioItem input:checked + label {
	border-color: #2D9CDB;
	background-color: #2D9CDB;
}

.roundedRadioItem input:checked + label:before {
	display: block;
	content: " ";
	width: 16px;
	height:16px;
	border-radius: 8px;
	border:3px solid white;
}

.roundedRadioItem label {
	width: 20px;
	height:20px;
	border-radius: 10px;
	border:2px solid #EEEEEE;
}

.btn_bigradius {
	border-radius: 24px;
}

.btn_big {
	height:48px;
	line-height: 48px;
	padding: 0 24px;
	font-size: 17px;
	font-weight: 700;
}

.btn_xxl {
	height:48px;
	line-height: 48px;
	border-radius: 24px;
	padding: 0 24px;
	font-size: 17px;
	font-weight: 700;
}

.delivery_button {
	height: 30px;
    line-height: 26px;
    border-radius: 15px;
    font-weight: 700;
    padding: 0 12px;
    float: right;
    margin-left:6px;
    margin-top: 1px;
    white-space: nowrap;
}

.free_delivery_button {
	color:#47A827;
	border:2px solid #47A827;
}

.notfree_delivery_button {
	color:#888;
	border:2px solid #888;
}

.menu-style h3 {
	background-color: #F0F0F0;
	border-radius: 6px;
	display: flex;
    align-items: center;
	height:48px;
	white-space: nowrap;
	padding:0 12px;
	margin:0;
}

.menu-style h3 span:first-of-type {
	display: none;
}

.menu-style .level1 h3 {
	color: #333;
}

.menu-style .level1 h3 a {
	color: #008FF5;	
}

.menu-style .level1 h3 a:hover {
	text-decoration: underline;
}

.menu-style, .menu-style ul {
	list-style-type: none;
    white-space: nowrap;
    margin: 0;
    padding: 8px;
    border-radius: 6px;
}

.toplevel .menu-style {
	border-top-left-radius: 0;
}

.menu-style li {
	line-height: 48px;
	height: 48px;
}

.menu-style .nLink {
	color:#333;
	font-weight: 700;
	padding-right: 48px;
	padding-left:12px;
	display: block;
}

.menu-style ul .alone > a {
	padding-right:12px;
}

.menu-style .nLink.not {
	cursor: default;
}

.menu-style h3 span:first-of-type {
		display: flex;
		align-items: center;
		height:48px;
		margin-left: -12px;
    	padding-left: 12px;
    	cursor: pointer;
}
	
.menu-style h3 span:first-of-type::after {
	    float: right;
	    width: 1px;
	    height: 16px;
	    background-color: #E0E0E0;
	    content: " ";
	    margin-left: 8px;
	    margin-right:12px;
}

.closeButton,#accountfooter .close-dropdown, #mobileLangSel a.close-dropdown,.close-filter-nav {
		box-shadow: 1px 2px 14px rgba(0, 0, 0, 0.06);
		border-radius: 6px;
		height:48px;
		width:48px;
		line-height: 48px;
		text-align: center;
		font-size: 28px;
		color: #888;
    	font-weight: normal;
}

.infoform2 input[type="text"] + .sStuff > label, .infoform2 input[type="password"] + .sStuff > label, .infoform2 input[type="number"] + .sStuff > label, .infoform2 select + .sStuff > label {
	position: absolute;
	top: 23px;
	left:13px;
    width: auto;
    pointer-events: none;
    transition: all 0.2s;
    font-size: 16px;
    text-align: left;
}

.infoform2 input[type="text"]:focus + .sStuff > label,.infoform2 input[type="text"]:not(:placeholder-shown) + .sStuff > label,
.infoform2 input[type="number"]:focus + .sStuff > label,.infoform2 input[type="number"]:not(:placeholder-shown) + .sStuff > label,
.infoform2 select + .sStuff > label,
.infoform2 input[type="password"]:focus + .sStuff > label,.infoform2 input[type="password"]:not(:placeholder-shown) + .sStuff > label{
    transform: translateY(-10px);
    font-size: 12px;
}

.infoform2 input[type="text"] + div > .xRemove, .infoform2 input[type="text"] + .sStuff > .xCheck,
.infoform2 input[type="number"] + div > .xRemove, .infoform2 input[type="number"] + .sStuff > .xCheck,
.infoform2 input[type="password"] + div > .xRemove, .infoform2 input[type="password"] + .sStuff > .xCheck {
	opacity: 0;
	position: absolute;
	right: 13px;
	top:14px;
	color:#888;
}

.infoform2 input[type="text"]:not(:placeholder-shown):focus + .sStuff > .xCheck, .infoform2 .error input[type="text"]:not(:placeholder-shown) + .sStuff > .xCheck,
.infoform2 input[type="number"]:not(:placeholder-shown):focus + .sStuff > .xCheck, .infoform2 .error input[type="number"]:not(:placeholder-shown) + .sStuff > .xCheck,
.infoform2 input[type="password"]:not(:placeholder-shown):focus + .sStuff > .xCheck, .infoform2 .error input[type="password"]:not(:placeholder-shown) + .sStuff > .xCheck {
	opacity: 0;
}

.infoform2 input[type="text"]:not(:placeholder-shown) + .sStuff > .xCheck,
.infoform2 input[type="number"]:not(:placeholder-shown) + .sStuff > .xCheck,
.infoform2 input[type="password"]:not(:placeholder-shown) + .sStuff > .xCheck {
	opacity: 1;
	color: #E0E0E0;
	cursor: default;
}

.infoform2 input[type="text"].invalid + .sStuff > .xCheck,
.infoform2 input[type="number"].invalid + .sStuff > .xCheck,
.infoform2 input[type="password"].invalid + .sStuff > .xCheck {
	opacity: 0;
}

.infoform2 input[type="text"]:not(:placeholder-shown):focus + .sStuff > .xRemove,
.infoform2 input[type="number"]:not(:placeholder-shown):focus + .sStuff > .xRemove,
.infoform2 input[type="password"]:not(:placeholder-shown):focus + .sStuff > .xRemove {
	opacity: 1;
}

.infoform2 input, .infoform2 select {
	padding-top:18px;
}

.infoform2 select, .infoform2 input[type="text"], .infoform2 input[type="number"], .infoform2 select,.infoform2 input[type="password"] {
	width:100%;
	text-align: left;
}

.infoform2 input[type="text"]:focus, .infoform2 input[type="number"]:focus, .infoform2 input[type="password"]:focus, .infoform2 select:focus {
	border-color: #59BAFF;
}

.infoform2 input, .infoform2 select, .infoform2 textarea {
 	border-radius: 6px;
    height:62px;
    padding-left:12px;
    padding-right:12px;
    border: 1px solid #F0F0F0;
    font-size: 16px;
}

.error input, .error select, .error .green-checkbox:before {
	border-color: #EB5757;
}

.errorText {
	display: none;
}

.error .errorText {
	display: block;
	color: #EB5757;
	font-size: 12px;
	padding-top:3px;
	padding-left:13px;
	position: absolute;
}

.dropdownV2 .dropdown-toggle {
	height: 36px;
	border: 1px solid #F0F0F0;
	border-radius: 6px;
	padding: 0 12px;
	line-height: 36px;
	position: relative;
	cursor: pointer;
	background-color: white;
}

.dropdownV2 .dropdown-toggle:hover {
	border-color: #008FF5;
}

.dropdownV2.open .dropdown-toggle {
	background-color:#D9EEFE;
	border-color:#008FF5;
}


.dropdownV2 .dropdown-toggle::after {
	content: "";
	position: absolute;
	right:0;
	top:-1px;
	width:36px;
	height:36px;
	border-left:1px solid #F0F0F0;
}

.dropdownV2 .dropdown-toggle:hover::after {
	border-color:#008FF5;
}

.dropdownV2.open .dropdown-toggle::after {
	border-color:#008FF5;
}

.dropdownV2 .dropdown-toggle::before {
	font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    vertical-align: middle;
    font-size: 24px;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e911";
    
    position: absolute;
	right:0;
	top:0;
	width:36px;
	height:100%;
	text-align: center;
	color:#F59200;
	background-color: white;
	border-radius: 0px 6px 6px 0px;
}

.dropdownV2.open .dropdown-toggle::before {
	content: "\e914";
}

.dropdownV2 .dropdown-menu {
	background: #FFFFFF;
	border: 1px solid #F0F0F0;
	box-shadow: 1px 2px 14px rgba(0, 0, 0, 0.06);
	border-radius: 6px;
	width: 100%;
}

.dropdownV2 .dropdown-menu>li {
	padding:6px 0;
}

.dropdownV2 .dropdown-menu>li>a {
	height:30px;
	font-weight: 400;
	border-radius: 6px;
	font-size: 14px;
}

.dropdownV2 .dropdown-menu.dots>li>a {
	padding-left: 30px;
}

.dropdownV2 .dropdown-menu.dots>li>a:hover {
	background: #C1E4FE;
	color: #008FF5;
}

.dropdownV2 .dropdown-menu.dots>li>a.active {
	color: #333;
}

.dropdownV2 .dropdown-menu.dots>li>a.disabled {
	background: #F0F0F0;
	color: #888;
	cursor: default;
}

.dropdownV2 .dropdown-menu.dots a:after {
	left: 12px;
	width: 18px;
    height: 18px;
}

.dropdownV2 .dropdown-menu.dots a.active:after,  .dropdown-menu.dots a:hover:after{
	background-color: transparent;
}

.dropdownV2 .dropdown-menu.dots a.active:before, .dropdownV2 .dropdown-menu.dots a.disabled:before {
	content: ' ';
	width: 8px;
	height:8px;
  	left:17px;
  	position: absolute;
  	border-radius: 4px;
}

.dropdownV2 .dropdown-menu.dots a.disabled:after {
	border-color: #e0e0e0;
}

.dropdownV2 .dropdown-menu.dots a.disabled:before {
	background-color: #e0e0e0;
}

.mtdialog {
	width: 480px;
	background: #FFFFFF;
	border: 1px solid #E0E0E0;
	box-shadow: 1px 2px 14px rgba(0, 0, 0, 0.06);
	border-radius: 6px;
	padding:12px;
	
	position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index:998;
}

.mtdialog p {
	margin-bottom:12px;
}

.mtdialog ol {
	margin-top:4px;
	padding-left: 1.3em;
}

@media screen and (max-width: 481px) {
	.orderRows .prices {
		float:right;
		padding-left: 0;
	}
}
	
	