@charset "UTF-8";
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

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

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 8px;
  padding-right: 8px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 736px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 956px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1156px;
  }
}

.container-fluid, #checkMPDiv .MPguest-user, #useMasterPassDiv, .termsContainer.security-payment {
  margin-right: auto;
  margin-left: auto;
  padding-left: 8px;
  padding-right: 8px;
}
.container-fluid:before, #checkMPDiv .MPguest-user:before, #useMasterPassDiv:before, .termsContainer.security-payment:before, .container-fluid:after, #checkMPDiv .MPguest-user:after, #useMasterPassDiv:after, .termsContainer.security-payment:after {
  content: " ";
  display: table;
}
.container-fluid:after, #checkMPDiv .MPguest-user:after, #useMasterPassDiv:after, .termsContainer.security-payment:after {
  clear: both;
}

.row, .shoppingBagExtra .fav-list, .fav-wrap .fav-list {
  margin-left: -8px;
  margin-right: -8px;
}
.row:before, .shoppingBagExtra .fav-list:before, .fav-wrap .fav-list:before, .row:after, .shoppingBagExtra .fav-list:after, .fav-wrap .fav-list:after {
  content: " ";
  display: table;
}
.row:after, .shoppingBagExtra .fav-list:after, .fav-wrap .fav-list:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, #facet-wrap, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .product-item, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .pageBar-wrap, .product-list-title, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}

.col-xs-1, .col-xs-2, .col-xs-3, #facet-wrap, .col-xs-4, .product-item, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .pageBar-wrap, .product-list-title, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3, #facet-wrap {
  width: 25%;
}

.col-xs-4, .product-item {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9, .pageBar-wrap, .product-list-title {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.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;
  }

  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;
  }

  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;
  }

  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;
  }

  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;
  }

  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;
  }
}
.flag-icon-background, .flag-icon:before {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

.flag-icon {
  display: block;
}
.flag-icon:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.3333333333em;
  height: 1em;
  border: 1px solid #fff;
  top: 3px;
  margin-right: 2px;
}
.flag-icon.flag-icon-squared {
  width: 1em;
}

.flag-icon-ad:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/ad.svg);
}
.flag-icon-ad.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/ad.svg);
}

.flag-icon-ae:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/ae.svg);
}
.flag-icon-ae.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/ae.svg);
}

.flag-icon-af:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/af.svg);
}
.flag-icon-af.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/af.svg);
}

.flag-icon-ag:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/ag.svg);
}
.flag-icon-ag.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/ag.svg);
}

.flag-icon-ai:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/ai.svg);
}
.flag-icon-ai.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/ai.svg);
}

.flag-icon-al:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/al.svg);
}
.flag-icon-al.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/al.svg);
}

.flag-icon-am:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/am.svg);
}
.flag-icon-am.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/am.svg);
}

.flag-icon-ao:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/ao.svg);
}
.flag-icon-ao.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/ao.svg);
}

.flag-icon-aq:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/aq.svg);
}
.flag-icon-aq.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/aq.svg);
}

.flag-icon-ar:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/ar.svg);
}
.flag-icon-ar.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/ar.svg);
}

.flag-icon-as:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/as.svg);
}
.flag-icon-as.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/as.svg);
}

.flag-icon-at:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/at.svg);
}
.flag-icon-at.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/at.svg);
}

.flag-icon-au:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/au.svg);
}
.flag-icon-au.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/au.svg);
}

.flag-icon-aw:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/aw.svg);
}
.flag-icon-aw.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/aw.svg);
}

.flag-icon-ax:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/ax.svg);
}
.flag-icon-ax.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/ax.svg);
}

.flag-icon-az:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/az.svg);
}
.flag-icon-az.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/az.svg);
}

.flag-icon-ba:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/ba.svg);
}
.flag-icon-ba.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/ba.svg);
}

.flag-icon-bb:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/bb.svg);
}
.flag-icon-bb.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/bb.svg);
}

.flag-icon-bd:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/bd.svg);
}
.flag-icon-bd.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/bd.svg);
}

.flag-icon-be:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/be.svg);
}
.flag-icon-be.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/be.svg);
}

.flag-icon-bf:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/bf.svg);
}
.flag-icon-bf.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/bf.svg);
}

.flag-icon-bg:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/bg.svg);
}
.flag-icon-bg.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/bg.svg);
}

.flag-icon-bh:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/bh.svg);
}
.flag-icon-bh.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/bh.svg);
}

.flag-icon-bi:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/bi.svg);
}
.flag-icon-bi.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/bi.svg);
}

.flag-icon-bj:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/bj.svg);
}
.flag-icon-bj.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/bj.svg);
}

.flag-icon-bl:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/bl.svg);
}
.flag-icon-bl.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/bl.svg);
}

.flag-icon-bm:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/bm.svg);
}
.flag-icon-bm.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/bm.svg);
}

.flag-icon-bn:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/bn.svg);
}
.flag-icon-bn.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/bn.svg);
}

.flag-icon-bo:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/bo.svg);
}
.flag-icon-bo.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/bo.svg);
}

.flag-icon-bq:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/bq.svg);
}
.flag-icon-bq.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/bq.svg);
}

.flag-icon-br:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/br.svg);
}
.flag-icon-br.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/br.svg);
}

.flag-icon-bs:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/bs.svg);
}
.flag-icon-bs.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/bs.svg);
}

.flag-icon-bt:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/bt.svg);
}
.flag-icon-bt.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/bt.svg);
}

.flag-icon-bv:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/bv.svg);
}
.flag-icon-bv.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/bv.svg);
}

.flag-icon-bw:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/bw.svg);
}
.flag-icon-bw.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/bw.svg);
}

.flag-icon-by:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/by.svg);
}
.flag-icon-by.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/by.svg);
}

.flag-icon-bz:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/bz.svg);
}
.flag-icon-bz.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/bz.svg);
}

.flag-icon-ca:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/ca.svg);
}
.flag-icon-ca.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/ca.svg);
}

.flag-icon-cc:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/cc.svg);
}
.flag-icon-cc.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/cc.svg);
}

.flag-icon-cd:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/cd.svg);
}
.flag-icon-cd.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/cd.svg);
}

.flag-icon-cf:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/cf.svg);
}
.flag-icon-cf.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/cf.svg);
}

.flag-icon-cg:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/cg.svg);
}
.flag-icon-cg.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/cg.svg);
}

.flag-icon-ch:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/ch.svg);
}
.flag-icon-ch.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/ch.svg);
}

.flag-icon-ci:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/ci.svg);
}
.flag-icon-ci.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/ci.svg);
}

.flag-icon-ck:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/ck.svg);
}
.flag-icon-ck.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/ck.svg);
}

.flag-icon-cl:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/cl.svg);
}
.flag-icon-cl.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/cl.svg);
}

.flag-icon-cm:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/cm.svg);
}
.flag-icon-cm.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/cm.svg);
}

.flag-icon-cn:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/cn.svg);
}
.flag-icon-cn.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/cn.svg);
}

.flag-icon-co:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/co.svg);
}
.flag-icon-co.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/co.svg);
}

.flag-icon-cr:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/cr.svg);
}
.flag-icon-cr.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/cr.svg);
}

.flag-icon-cu:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/cu.svg);
}
.flag-icon-cu.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/cu.svg);
}

.flag-icon-cv:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/cv.svg);
}
.flag-icon-cv.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/cv.svg);
}

.flag-icon-cw:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/cw.svg);
}
.flag-icon-cw.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/cw.svg);
}

.flag-icon-cx:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/cx.svg);
}
.flag-icon-cx.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/cx.svg);
}

.flag-icon-cy:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/cy.svg);
}
.flag-icon-cy.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/cy.svg);
}

.flag-icon-cz:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/cz.svg);
}
.flag-icon-cz.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/cz.svg);
}

.flag-icon-de:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/de.svg);
}
.flag-icon-de.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/de.svg);
}

.flag-icon-dj:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/dj.svg);
}
.flag-icon-dj.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/dj.svg);
}

.flag-icon-dk:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/dk.svg);
}
.flag-icon-dk.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/dk.svg);
}

.flag-icon-dm:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/dm.svg);
}
.flag-icon-dm.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/dm.svg);
}

.flag-icon-do:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/do.svg);
}
.flag-icon-do.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/do.svg);
}

.flag-icon-dz:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/dz.svg);
}
.flag-icon-dz.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/dz.svg);
}

.flag-icon-ec:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/ec.svg);
}
.flag-icon-ec.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/ec.svg);
}

.flag-icon-ee:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/ee.svg);
}
.flag-icon-ee.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/ee.svg);
}

.flag-icon-eg:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/eg.svg);
}
.flag-icon-eg.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/eg.svg);
}

.flag-icon-eh:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/eh.svg);
}
.flag-icon-eh.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/eh.svg);
}

.flag-icon-er:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/er.svg);
}
.flag-icon-er.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/er.svg);
}

.flag-icon-es:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/es.svg);
}
.flag-icon-es.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/es.svg);
}

.flag-icon-et:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/et.svg);
}
.flag-icon-et.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/et.svg);
}

.flag-icon-fi:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/fi.svg);
}
.flag-icon-fi.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/fi.svg);
}

.flag-icon-fj:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/fj.svg);
}
.flag-icon-fj.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/fj.svg);
}

.flag-icon-fk:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/fk.svg);
}
.flag-icon-fk.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/fk.svg);
}

.flag-icon-fm:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/fm.svg);
}
.flag-icon-fm.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/fm.svg);
}

.flag-icon-fo:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/fo.svg);
}
.flag-icon-fo.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/fo.svg);
}

.flag-icon-fr:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/fr.svg);
}
.flag-icon-fr.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/fr.svg);
}

.flag-icon-ga:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/ga.svg);
}
.flag-icon-ga.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/ga.svg);
}

.flag-icon-gb:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/gb.svg);
}
.flag-icon-gb.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/gb.svg);
}

.flag-icon-gd:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/gd.svg);
}
.flag-icon-gd.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/gd.svg);
}

.flag-icon-ge:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/ge.svg);
}
.flag-icon-ge.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/ge.svg);
}

.flag-icon-gf:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/gf.svg);
}
.flag-icon-gf.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/gf.svg);
}

.flag-icon-gg:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/gg.svg);
}
.flag-icon-gg.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/gg.svg);
}

.flag-icon-gh:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/gh.svg);
}
.flag-icon-gh.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/gh.svg);
}

.flag-icon-gi:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/gi.svg);
}
.flag-icon-gi.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/gi.svg);
}

.flag-icon-gl:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/gl.svg);
}
.flag-icon-gl.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/gl.svg);
}

.flag-icon-gm:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/gm.svg);
}
.flag-icon-gm.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/gm.svg);
}

.flag-icon-gn:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/gn.svg);
}
.flag-icon-gn.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/gn.svg);
}

.flag-icon-gp:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/gp.svg);
}
.flag-icon-gp.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/gp.svg);
}

.flag-icon-gq:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/gq.svg);
}
.flag-icon-gq.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/gq.svg);
}

.flag-icon-gr:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/gr.svg);
}
.flag-icon-gr.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/gr.svg);
}

.flag-icon-gs:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/gs.svg);
}
.flag-icon-gs.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/gs.svg);
}

.flag-icon-gt:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/gt.svg);
}
.flag-icon-gt.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/gt.svg);
}

.flag-icon-gu:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/gu.svg);
}
.flag-icon-gu.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/gu.svg);
}

.flag-icon-gw:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/gw.svg);
}
.flag-icon-gw.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/gw.svg);
}

.flag-icon-gy:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/gy.svg);
}
.flag-icon-gy.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/gy.svg);
}

.flag-icon-hk:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/hk.svg);
}
.flag-icon-hk.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/hk.svg);
}

.flag-icon-hm:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/hm.svg);
}
.flag-icon-hm.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/hm.svg);
}

.flag-icon-hn:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/hn.svg);
}
.flag-icon-hn.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/hn.svg);
}

.flag-icon-hr:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/hr.svg);
}
.flag-icon-hr.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/hr.svg);
}

.flag-icon-ht:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/ht.svg);
}
.flag-icon-ht.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/ht.svg);
}

.flag-icon-hu:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/hu.svg);
}
.flag-icon-hu.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/hu.svg);
}

.flag-icon-id:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/id.svg);
}
.flag-icon-id.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/id.svg);
}

.flag-icon-ie:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/ie.svg);
}
.flag-icon-ie.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/ie.svg);
}

.flag-icon-il:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/il.svg);
}
.flag-icon-il.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/il.svg);
}

.flag-icon-im:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/im.svg);
}
.flag-icon-im.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/im.svg);
}

.flag-icon-in:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/in.svg);
}
.flag-icon-in.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/in.svg);
}

.flag-icon-io:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/io.svg);
}
.flag-icon-io.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/io.svg);
}

.flag-icon-iq:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/iq.svg);
}
.flag-icon-iq.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/iq.svg);
}

.flag-icon-ir:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/ir.svg);
}
.flag-icon-ir.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/ir.svg);
}

.flag-icon-is:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/is.svg);
}
.flag-icon-is.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/is.svg);
}

.flag-icon-it:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/it.svg);
}
.flag-icon-it.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/it.svg);
}

.flag-icon-je:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/je.svg);
}
.flag-icon-je.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/je.svg);
}

.flag-icon-jm:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/jm.svg);
}
.flag-icon-jm.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/jm.svg);
}

.flag-icon-jo:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/jo.svg);
}
.flag-icon-jo.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/jo.svg);
}

.flag-icon-jp:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/jp.svg);
}
.flag-icon-jp.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/jp.svg);
}

.flag-icon-ke:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/ke.svg);
}
.flag-icon-ke.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/ke.svg);
}

.flag-icon-kg:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/kg.svg);
}
.flag-icon-kg.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/kg.svg);
}

.flag-icon-kh:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/kh.svg);
}
.flag-icon-kh.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/kh.svg);
}

.flag-icon-ki:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/ki.svg);
}
.flag-icon-ki.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/ki.svg);
}

.flag-icon-km:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/km.svg);
}
.flag-icon-km.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/km.svg);
}

.flag-icon-kn:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/kn.svg);
}
.flag-icon-kn.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/kn.svg);
}

.flag-icon-kp:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/kp.svg);
}
.flag-icon-kp.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/kp.svg);
}

.flag-icon-kr:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/kr.svg);
}
.flag-icon-kr.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/kr.svg);
}

.flag-icon-kw:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/kw.svg);
}
.flag-icon-kw.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/kw.svg);
}

.flag-icon-ky:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/ky.svg);
}
.flag-icon-ky.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/ky.svg);
}

.flag-icon-kz:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/kz.svg);
}
.flag-icon-kz.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/kz.svg);
}

.flag-icon-la:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/la.svg);
}
.flag-icon-la.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/la.svg);
}

.flag-icon-lb:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/lb.svg);
}
.flag-icon-lb.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/lb.svg);
}

.flag-icon-lc:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/lc.svg);
}
.flag-icon-lc.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/lc.svg);
}

.flag-icon-li:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/li.svg);
}
.flag-icon-li.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/li.svg);
}

.flag-icon-lk:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/lk.svg);
}
.flag-icon-lk.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/lk.svg);
}

.flag-icon-lr:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/lr.svg);
}
.flag-icon-lr.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/lr.svg);
}

.flag-icon-ls:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/ls.svg);
}
.flag-icon-ls.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/ls.svg);
}

.flag-icon-lt:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/lt.svg);
}
.flag-icon-lt.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/lt.svg);
}

.flag-icon-lu:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/lu.svg);
}
.flag-icon-lu.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/lu.svg);
}

.flag-icon-lv:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/lv.svg);
}
.flag-icon-lv.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/lv.svg);
}

.flag-icon-ly:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/ly.svg);
}
.flag-icon-ly.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/ly.svg);
}

.flag-icon-ma:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/ma.svg);
}
.flag-icon-ma.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/ma.svg);
}

.flag-icon-mc:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/mc.svg);
}
.flag-icon-mc.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/mc.svg);
}

.flag-icon-md:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/md.svg);
}
.flag-icon-md.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/md.svg);
}

.flag-icon-me:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/me.svg);
}
.flag-icon-me.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/me.svg);
}

.flag-icon-mf:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/mf.svg);
}
.flag-icon-mf.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/mf.svg);
}

.flag-icon-mg:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/mg.svg);
}
.flag-icon-mg.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/mg.svg);
}

.flag-icon-mh:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/mh.svg);
}
.flag-icon-mh.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/mh.svg);
}

.flag-icon-mk:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/mk.svg);
}
.flag-icon-mk.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/mk.svg);
}

.flag-icon-ml:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/ml.svg);
}
.flag-icon-ml.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/ml.svg);
}

.flag-icon-mm:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/mm.svg);
}
.flag-icon-mm.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/mm.svg);
}

.flag-icon-mn:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/mn.svg);
}
.flag-icon-mn.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/mn.svg);
}

.flag-icon-mo:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/mo.svg);
}
.flag-icon-mo.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/mo.svg);
}

.flag-icon-mp:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/mp.svg);
}
.flag-icon-mp.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/mp.svg);
}

.flag-icon-mq:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/mq.svg);
}
.flag-icon-mq.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/mq.svg);
}

.flag-icon-mr:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/mr.svg);
}
.flag-icon-mr.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/mr.svg);
}

.flag-icon-ms:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/ms.svg);
}
.flag-icon-ms.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/ms.svg);
}

.flag-icon-mt:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/mt.svg);
}
.flag-icon-mt.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/mt.svg);
}

.flag-icon-mu:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/mu.svg);
}
.flag-icon-mu.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/mu.svg);
}

.flag-icon-mv:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/mv.svg);
}
.flag-icon-mv.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/mv.svg);
}

.flag-icon-mw:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/mw.svg);
}
.flag-icon-mw.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/mw.svg);
}

.flag-icon-mx:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/mx.svg);
}
.flag-icon-mx.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/mx.svg);
}

.flag-icon-my:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/my.svg);
}
.flag-icon-my.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/my.svg);
}

.flag-icon-mz:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/mz.svg);
}
.flag-icon-mz.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/mz.svg);
}

.flag-icon-na:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/na.svg);
}
.flag-icon-na.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/na.svg);
}

.flag-icon-nc:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/nc.svg);
}
.flag-icon-nc.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/nc.svg);
}

.flag-icon-ne:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/ne.svg);
}
.flag-icon-ne.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/ne.svg);
}

.flag-icon-nf:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/nf.svg);
}
.flag-icon-nf.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/nf.svg);
}

.flag-icon-ng:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/ng.svg);
}
.flag-icon-ng.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/ng.svg);
}

.flag-icon-ni:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/ni.svg);
}
.flag-icon-ni.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/ni.svg);
}

.flag-icon-nl:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/nl.svg);
}
.flag-icon-nl.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/nl.svg);
}

.flag-icon-no:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/no.svg);
}
.flag-icon-no.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/no.svg);
}

.flag-icon-np:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/np.svg);
}
.flag-icon-np.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/np.svg);
}

.flag-icon-nr:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/nr.svg);
}
.flag-icon-nr.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/nr.svg);
}

.flag-icon-nu:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/nu.svg);
}
.flag-icon-nu.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/nu.svg);
}

.flag-icon-nz:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/nz.svg);
}
.flag-icon-nz.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/nz.svg);
}

.flag-icon-om:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/om.svg);
}
.flag-icon-om.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/om.svg);
}

.flag-icon-pa:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/pa.svg);
}
.flag-icon-pa.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/pa.svg);
}

.flag-icon-pe:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/pe.svg);
}
.flag-icon-pe.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/pe.svg);
}

.flag-icon-pf:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/pf.svg);
}
.flag-icon-pf.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/pf.svg);
}

.flag-icon-pg:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/pg.svg);
}
.flag-icon-pg.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/pg.svg);
}

.flag-icon-ph:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/ph.svg);
}
.flag-icon-ph.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/ph.svg);
}

.flag-icon-pk:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/pk.svg);
}
.flag-icon-pk.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/pk.svg);
}

.flag-icon-pl:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/pl.svg);
}
.flag-icon-pl.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/pl.svg);
}

.flag-icon-pm:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/pm.svg);
}
.flag-icon-pm.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/pm.svg);
}

.flag-icon-pn:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/pn.svg);
}
.flag-icon-pn.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/pn.svg);
}

.flag-icon-pr:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/pr.svg);
}
.flag-icon-pr.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/pr.svg);
}

.flag-icon-ps:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/ps.svg);
}
.flag-icon-ps.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/ps.svg);
}

.flag-icon-pt:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/pt.svg);
}
.flag-icon-pt.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/pt.svg);
}

.flag-icon-pw:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/pw.svg);
}
.flag-icon-pw.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/pw.svg);
}

.flag-icon-py:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/py.svg);
}
.flag-icon-py.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/py.svg);
}

.flag-icon-qa:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/qa.svg);
}
.flag-icon-qa.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/qa.svg);
}

.flag-icon-re:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/re.svg);
}
.flag-icon-re.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/re.svg);
}

.flag-icon-ro:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/ro.svg);
}
.flag-icon-ro.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/ro.svg);
}

.flag-icon-rs:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/rs.svg);
}
.flag-icon-rs.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/rs.svg);
}

.flag-icon-ru:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/ru.svg);
}
.flag-icon-ru.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/ru.svg);
}

.flag-icon-rw:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/rw.svg);
}
.flag-icon-rw.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/rw.svg);
}

.flag-icon-sa:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/sa.svg);
}
.flag-icon-sa.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/sa.svg);
}

.flag-icon-sb:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/sb.svg);
}
.flag-icon-sb.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/sb.svg);
}

.flag-icon-sc:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/sc.svg);
}
.flag-icon-sc.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/sc.svg);
}

.flag-icon-sd:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/sd.svg);
}
.flag-icon-sd.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/sd.svg);
}

.flag-icon-se:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/se.svg);
}
.flag-icon-se.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/se.svg);
}

.flag-icon-sg:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/sg.svg);
}
.flag-icon-sg.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/sg.svg);
}

.flag-icon-sh:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/sh.svg);
}
.flag-icon-sh.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/sh.svg);
}

.flag-icon-si:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/si.svg);
}
.flag-icon-si.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/si.svg);
}

.flag-icon-sj:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/sj.svg);
}
.flag-icon-sj.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/sj.svg);
}

.flag-icon-sk:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/sk.svg);
}
.flag-icon-sk.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/sk.svg);
}

.flag-icon-sl:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/sl.svg);
}
.flag-icon-sl.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/sl.svg);
}

.flag-icon-sm:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/sm.svg);
}
.flag-icon-sm.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/sm.svg);
}

.flag-icon-sn:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/sn.svg);
}
.flag-icon-sn.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/sn.svg);
}

.flag-icon-so:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/so.svg);
}
.flag-icon-so.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/so.svg);
}

.flag-icon-sr:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/sr.svg);
}
.flag-icon-sr.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/sr.svg);
}

.flag-icon-ss:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/ss.svg);
}
.flag-icon-ss.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/ss.svg);
}

.flag-icon-st:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/st.svg);
}
.flag-icon-st.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/st.svg);
}

.flag-icon-sv:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/sv.svg);
}
.flag-icon-sv.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/sv.svg);
}

.flag-icon-sx:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/sx.svg);
}
.flag-icon-sx.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/sx.svg);
}

.flag-icon-sy:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/sy.svg);
}
.flag-icon-sy.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/sy.svg);
}

.flag-icon-sz:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/sz.svg);
}
.flag-icon-sz.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/sz.svg);
}

.flag-icon-tc:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/tc.svg);
}
.flag-icon-tc.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/tc.svg);
}

.flag-icon-td:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/td.svg);
}
.flag-icon-td.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/td.svg);
}

.flag-icon-tf:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/tf.svg);
}
.flag-icon-tf.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/tf.svg);
}

.flag-icon-tg:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/tg.svg);
}
.flag-icon-tg.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/tg.svg);
}

.flag-icon-th:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/th.svg);
}
.flag-icon-th.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/th.svg);
}

.flag-icon-tj:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/tj.svg);
}
.flag-icon-tj.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/tj.svg);
}

.flag-icon-tk:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/tk.svg);
}
.flag-icon-tk.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/tk.svg);
}

.flag-icon-tl:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/tl.svg);
}
.flag-icon-tl.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/tl.svg);
}

.flag-icon-tm:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/tm.svg);
}
.flag-icon-tm.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/tm.svg);
}

.flag-icon-tn:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/tn.svg);
}
.flag-icon-tn.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/tn.svg);
}

.flag-icon-to:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/to.svg);
}
.flag-icon-to.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/to.svg);
}

.flag-icon-tr:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/tr.svg);
}
.flag-icon-tr.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/tr.svg);
}

.flag-icon-tt:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/tt.svg);
}
.flag-icon-tt.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/tt.svg);
}

.flag-icon-tv:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/tv.svg);
}
.flag-icon-tv.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/tv.svg);
}

.flag-icon-tw:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/tw.svg);
}
.flag-icon-tw.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/tw.svg);
}

.flag-icon-tz:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/tz.svg);
}
.flag-icon-tz.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/tz.svg);
}

.flag-icon-ua:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/ua.svg);
}
.flag-icon-ua.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/ua.svg);
}

.flag-icon-ug:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/ug.svg);
}
.flag-icon-ug.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/ug.svg);
}

.flag-icon-um:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/um.svg);
}
.flag-icon-um.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/um.svg);
}

.flag-icon-us:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/us.svg);
}
.flag-icon-us.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/us.svg);
}

.flag-icon-uy:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/uy.svg);
}
.flag-icon-uy.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/uy.svg);
}

.flag-icon-uz:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/uz.svg);
}
.flag-icon-uz.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/uz.svg);
}

.flag-icon-va:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/va.svg);
}
.flag-icon-va.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/va.svg);
}

.flag-icon-vc:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/vc.svg);
}
.flag-icon-vc.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/vc.svg);
}

.flag-icon-ve:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/ve.svg);
}
.flag-icon-ve.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/ve.svg);
}

.flag-icon-vg:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/vg.svg);
}
.flag-icon-vg.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/vg.svg);
}

.flag-icon-vi:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/vi.svg);
}
.flag-icon-vi.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/vi.svg);
}

.flag-icon-vn:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/vn.svg);
}
.flag-icon-vn.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/vn.svg);
}

.flag-icon-vu:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/vu.svg);
}
.flag-icon-vu.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/vu.svg);
}

.flag-icon-wf:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/wf.svg);
}
.flag-icon-wf.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/wf.svg);
}

.flag-icon-ws:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/ws.svg);
}
.flag-icon-ws.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/ws.svg);
}

.flag-icon-ye:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/ye.svg);
}
.flag-icon-ye.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/ye.svg);
}

.flag-icon-xk:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/xk.svg);
}
.flag-icon-xk.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/xk.svg);
}

.flag-icon-yt:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/yt.svg);
}
.flag-icon-yt.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/yt.svg);
}

.flag-icon-za:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/za.svg);
}
.flag-icon-za.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/za.svg);
}

.flag-icon-zm:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/zm.svg);
}
.flag-icon-zm.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/zm.svg);
}

.flag-icon-zw:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/zw.svg);
}
.flag-icon-zw.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/zw.svg);
}

.flag-icon-es-ct:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/es-ct.svg);
}
.flag-icon-es-ct.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/es-ct.svg);
}

.flag-icon-eu:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/eu.svg);
}
.flag-icon-eu.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/eu.svg);
}

.flag-icon-gb-eng:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/gb-eng.svg);
}
.flag-icon-gb-eng.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/gb-eng.svg);
}

.flag-icon-gb-nir:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/gb-nir.svg);
}
.flag-icon-gb-nir.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/gb-nir.svg);
}

.flag-icon-gb-sct:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/gb-sct.svg);
}
.flag-icon-gb-sct.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/gb-sct.svg);
}

.flag-icon-gb-wls:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/gb-wls.svg);
}
.flag-icon-gb-wls.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/gb-wls.svg);
}

.flag-icon-un:before {
  background-image: url(../../../desktop/theme-koton/images/flags/4x3/un.svg);
}
.flag-icon-un.flag-icon-squared {
  background-image: url(../../../desktop/theme-koton/images/flags/1x1/un.svg);
}

@font-face {
  font-family: "kotonIconFont";
  src: url("../../../desktop/common/fonts/koton-icon-font.eot?ez8xge15");
  src: url("../../../desktop/common/fonts/koton-icon-font.eot?ez8xge15#iefix") format("embedded-opentype"), url("../../../desktop/common/fonts/koton-icon-font.ttf?ez8xge15") format("truetype"), url("../../../desktop/common/fonts/koton-icon-font.woff?ez8xge15") format("woff"), url("../../../desktop/common/fonts/koton-icon-font.svg?ez8xge15#koton-icon-font") format("svg");
  font-weight: bold;
  font-style: normal;
}
body {
  font-family: "Sweet Sans", Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, #facet-wrap, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .product-item, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .pageBar-wrap, .product-list-title, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-left: 15px;
  padding-right: 15px;
}

.row, .shoppingBagExtra .fav-list, .fav-wrap .fav-list {
  margin-right: -15px;
  margin-left: -15px;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
  width: 1200px;
}

.container-fluid, #checkMPDiv .MPguest-user, #useMasterPassDiv, .termsContainer.security-payment {
  padding-left: 15px;
  padding-right: 15px;
}

.sticky-header {
  -webkit-transition: padding-top 0.5s ease;
  transition: padding-top 0.5s ease;
}

*:before,
*:after {
  -webkit-box-sizing: initial;
          box-sizing: initial;
}

.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.center-block {
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.no-mrgn {
  margin: 0;
}

a {
  color: #6e6e6e;
  text-decoration: none;
}

.hybrid-select {
  display: inline-block;
  border-radius: 0;
  position: relative;
  float: none;
  z-index: 1;
  padding: 0 !important;
  font-size: 100%;
}
.hybrid-select:after {
  content: "";
  height: 0;
  width: 0;
  border: solid transparent;
  pointer-events: none;
  border-color: rgba(133, 152, 170, 0);
  border-top-color: #000000;
  border-width: 5px;
  margin-left: -5px;
  position: absolute;
  top: 15px;
  right: 13px;
}
.hybrid-select select {
  padding: 5px 10px;
  font-size: 14px;
  cursor: pointer;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  height: auto;
  width: 100% !important;
  padding-right: 28px;
  line-height: 22px;
  border: 1px solid #cac4c4;
  text-transform: capitalize !important;
  outline: none;
  font-weight: 500;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.hybrid-select select option:hover {
  background: red;
}
.hybrid-select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.hybrid-select select::-ms-expand {
  display: none;
}
.hybrid-select select:disabled {
  background: #dedede;
  color: #a0a0a0;
}

.checkbox-btn,
.radio-btn {
  position: relative;
  padding-left: 20px;
}
.checkbox-btn input[type=checkbox],
.checkbox-btn input[type=radio],
.radio-btn input[type=checkbox],
.radio-btn input[type=radio] {
  position: absolute;
  opacity: 0;
  z-index: 1;
}
.checkbox-btn label,
.radio-btn label {
  display: inline-block;
  line-height: 20px;
  vertical-align: middle;
  position: relative;
  padding-left: 8px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #373737;
  font-weight: normal;
}
.checkbox-btn label a,
.radio-btn label a {
  text-decoration: underline;
}
.checkbox-btn label a:hover,
.radio-btn label a:hover {
  text-decoration: none;
}
.checkbox-btn label::after,
.radio-btn label::after {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  left: 0;
  top: 0;
  margin-left: -18px;
  background-color: white;
  border: 1px solid #b8b8b8;
  cursor: pointer;
}
.checkbox-btn label::before,
.radio-btn label::before {
  position: absolute;
  content: "";
  width: 11px;
  height: 4px;
  top: 5px;
  left: 3px;
  margin-left: -18px;
  border: 2px solid #373737;
  border-top: none;
  border-right: none;
  background: transparent;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  z-index: 1;
}
.checkbox-btn label:active::before,
.radio-btn label:active::before {
  opacity: 0.3;
}
.checkbox-btn input[type=checkbox]:checked + label,
.checkbox-btn input[type=radio]:checked + label,
.radio-btn input[type=checkbox]:checked + label,
.radio-btn input[type=radio]:checked + label {
  color: #373737;
}
.checkbox-btn input[type=checkbox]:checked + label::after,
.checkbox-btn input[type=radio]:checked + label::after,
.radio-btn input[type=checkbox]:checked + label::after,
.radio-btn input[type=radio]:checked + label::after {
  border: 1px solid #373737;
}
.checkbox-btn input[type=checkbox]:checked + label::before,
.checkbox-btn input[type=radio]:checked + label::before,
.radio-btn input[type=checkbox]:checked + label::before,
.radio-btn input[type=radio]:checked + label::before {
  opacity: 1;
}
.checkbox-btn input[type=checkbox]:disabled + label,
.checkbox-btn input[type=radio]:disabled + label,
.radio-btn input[type=checkbox]:disabled + label,
.radio-btn input[type=radio]:disabled + label {
  color: #787878;
  cursor: default;
}
.checkbox-btn input[type=checkbox]:disabled + label::after,
.checkbox-btn input[type=radio]:disabled + label::after,
.radio-btn input[type=checkbox]:disabled + label::after,
.radio-btn input[type=radio]:disabled + label::after {
  border: 1px solid #787878;
  background-color: #ffffff;
}
.checkbox-btn input[type=checkbox]:disabled + label::before,
.checkbox-btn input[type=radio]:disabled + label::before,
.radio-btn input[type=checkbox]:disabled + label::before,
.radio-btn input[type=radio]:disabled + label::before {
  display: none;
}

.radio-btn label::after {
  border-radius: 50%;
}
.radio-btn label::before {
  width: 12px;
  height: 12px;
  border: none;
  top: 6px;
  left: 6px;
  border-radius: 50%;
  background-color: #000000;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.fake-select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #000;
  width: 220px;
  height: 38px;
}

.select-styled {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 8px 15px;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 10px;
}
.select-styled:hover {
  background-color: #fafafa;
}
.select-styled:active, .select-styled.active {
  background-color: #f2f2f2;
}
.select-styled:active:after, .select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #000 transparent;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #e6e6e6;
}
.select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-top: 1px solid #e6e6e6;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.select-options li:hover {
  color: #000;
  background: #e6e6e6;
}
.select-options li[rel=hide] {
  display: none;
}

.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  display: none;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 0.1s ease;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body .masterPassFB .fancybox-skin {
  padding: 25px 5px 25px 25px !important;
}

.container-fluid, #checkMPDiv .MPguest-user, #useMasterPassDiv, .termsContainer.security-payment {
  padding-left: 15px;
  padding-right: 15px;
}

#creditCard .itemWrap {
  zoom: 1;
}
#creditCard .itemWrap:before, #creditCard .itemWrap:after {
  content: "";
  display: table;
}
#creditCard .itemWrap:after {
  clear: both;
}
#creditCard #errorDiv {
  border: #ff0000 solid 1px;
  float: none;
  background: url(../../../desktop/theme-koton/images/mp-alert-icon.png) no-repeat 10px 50% #ffc0cb;
  margin-left: 15px;
  margin-top: 10px;
  padding: 10px 10px 10px 40px;
}

.termsContainer.security-payment {
  margin: 0;
}

.orderPayment .installmentWrapper {
  padding-bottom: 20px;
}

#useMasterPassDiv {
  margin-top: 20px;
}
#useMasterPassDiv .form-group {
  padding-bottom: 10px;
  margin: 0;
}
#useMasterPassDiv .form-group.m-0 {
  padding-bottom: 0;
  margin: 10px 0 0 0;
}
#useMasterPassDiv .masterPass-labelblock {
  position: relative;
  padding-right: 118px;
}
#useMasterPassDiv .masterPass-labelblock.register:after {
  background: none;
}
#useMasterPassDiv .masterPass-carName {
  position: relative;
  padding-right: 118px;
}
#useMasterPassDiv .masterPass-carName:after {
  content: "";
  background: none;
  display: inline-block;
  width: 109px;
  height: 19px;
  position: absolute;
  right: 0;
  top: 0;
}
#useMasterPassDiv #masterPassTerms {
  color: #a9a2a2;
  text-decoration: underline;
  font-weight: bold;
  font-size: small;
  font-style: italic;
}
#useMasterPassDiv #masterPassTerms:hover {
  text-decoration: none;
}
#useMasterPassDiv #registerAccountAliasDiv {
  margin-bottom: 3px;
  margin-top: 10px;
}
#useMasterPassDiv #registerAccountAliasDiv #accountAliasName {
  background: url(../../../desktop/theme-koton/images/debit-icon.png) no-repeat 10px 50%;
  padding: 2px 10px 2px 45px;
  height: 32px;
  width: auto;
  border: 1px solid #b8b8b8;
  text-transform: uppercase;
  color: #999999;
  font-size: 14px;
}
#useMasterPassDiv .masterPass-info-block {
  padding-left: 0;
  line-height: 1.25;
  margin-top: 10px;
  margin-bottom: 6px;
  color: #373737;
  font-size: 12px;
  display: inline-block;
  padding: 10px 170px 0 75px;
  height: 70px;
  width: 100%;
  background: url(../../../desktop/theme-koton/images/mp-info-block-bg.png) no-repeat 15px 50%;
  position: relative;
  background-color: #fdffe1;
}
#useMasterPassDiv .masterPass-info-block:after {
  content: "";
  background: url(../../../desktop/theme-koton/images/masterPass-icon.png) no-repeat 100% 50%;
  display: inline-block;
  width: 109px;
  height: 100%;
  position: absolute;
  right: 17px;
  top: 0;
}
.language-en #useMasterPassDiv .masterPass-info-block p.uptext {
  margin-top: 9px;
  margin-bottom: 6px;
  font-size: 14px;
}

#useMasterPassDiv .masterPass-info-block p {
  margin-bottom: 4px;
  font-size: 12px;
}
#useMasterPassDiv .masterPass-info-block p.uptext {
  font-size: 13px;
}
#useMasterPassDiv .masterPass-info-block #masterPassTerms {
  color: #373737;
  text-decoration: underline;
  font-weight: bold;
  font-family: "Arial", sans-serif;
  font-style: italic;
  font-size: 11px;
}
#useMasterPassDiv .masterPass-info-block #masterPassTerms:hover {
  text-decoration: none;
}
#useMasterPassDiv .register-button-row {
  zoom: 1;
  width: 100%;
  margin-top: 10px;
}
#useMasterPassDiv .register-button-row:before, #useMasterPassDiv .register-button-row:after {
  content: "";
  display: table;
}
#useMasterPassDiv .register-button-row:after {
  clear: both;
}
#useMasterPassDiv .register-button-row #registerButton {
  background: #000000;
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
  display: block;
  width: 140px;
  height: 40px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#cardsDiv .mp-card-list-head {
  background: none;
  padding: 15px;
  height: 100%;
  width: 100%;
  line-height: 20px;
  border-bottom: 2px solid #f79e1b;
  margin-top: 0;
  font-size: 16px;
  color: #6f6868;
}
#cardsDiv .mp-card-list-head img {
  width: 12%;
}
#cardsDiv .masterPassCardDiv {
  zoom: 1;
  padding: 5px 12px;
  border-bottom: 1px solid #dedede;
  display: table;
  width: 100%;
}
#cardsDiv .masterPassCardDiv:before, #cardsDiv .masterPassCardDiv:after {
  content: "";
  display: table;
}
#cardsDiv .masterPassCardDiv:after {
  clear: both;
}
#cardsDiv .masterPassCardDiv .left-block {
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
#cardsDiv .masterPassCardDiv .right-block {
  padding: 0 0;
  display: table-cell;
  vertical-align: middle;
  height: 72px;
  text-align: right;
}
#cardsDiv .mp-new-card {
  padding: 20px 12px 10px 12px;
}
#cardsDiv .cardImage {
  display: inline-block;
  width: 100%;
  max-width: 70px;
}
#cardsDiv .deleteCardSpan {
  margin-right: 20px;
}
#cardsDiv .deleteCardSpan a {
  display: inline-block;
  background: url(../../../desktop/theme-koton/images/delete-card-icon.png) no-repeat 0 50%;
  padding-left: 20px;
  color: #999999;
  text-decoration: none;
  font-size: 11px;
  cursor: pointer;
  text-decoration: underline;
}
#cardsDiv .deleteCardSpan a:hover {
  color: #1f1f1f;
  text-decoration: none;
}
#cardsDiv .radio-btn {
  display: inline-block;
}
#cardsDiv .radio-btn label:before {
  width: 10px;
  height: 10px;
  background: #4a4949;
}
#cardsDiv .radio-btn label:after {
  width: 20px;
  height: 20px;
  border: 1px solid #4a4949;
}

#checkMPHeaderDiv {
  font-family: "Sweet Sans", "Arial", sans-serif;
}
#checkMPHeaderDiv .mp-header {
  background-color: #f3f3f3;
  padding: 10px;
  margin: 10px 0;
}
#checkMPHeaderDiv .mp-head {
  margin: 10px 0 10px 12px;
  font-size: 14px;
}
#checkMPHeaderDiv .mp-head #masterPassTerms {
  color: #000;
  text-decoration: underline;
  font-weight: bold;
  font-family: "Arial", sans-serif;
  font-style: italic;
  font-size: 11px;
}
#checkMPHeaderDiv .mp-head #masterPassTerms:hover {
  text-decoration: none;
}
#checkMPHeaderDiv .mp-head .listDescription {
  margin-top: 10px;
  color: #444444;
  font-size: 12px;
  display: inline-block;
}

.mp-new-card {
  padding: 20px 12px 0 12px;
}

.mp-create-user {
  background: url(../../../desktop/theme-koton/images/mp-userCreate-bg.png) no-repeat calc(100% - 20px) calc(100% - 25px);
  padding: 20px;
  border: 2px solid #f79f1a;
  margin-top: 20px;
}
.mp-create-user .user-create-text {
  font-size: 16px;
  line-height: 18px;
  background: url(../../../desktop/theme-koton/images/mp-info-icon.png) no-repeat;
  padding-left: 30px;
}
.mp-create-user #linkCardsButton {
  background: #009e24;
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
  display: block;
  width: 240px;
  height: 40px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#checkMPDiv .MPguest-user {
  width: 100%;
  line-height: 1.2;
  border-bottom: 2px solid #f79e1b;
  margin-top: 20px;
  font-size: 16px;
  background: url(../../../desktop/theme-koton/images/mp-userCreate-bg.png) no-repeat calc(100% - 20px) calc(100% - 25px);
  padding: 20px;
  border: 1px solid #f79e1b;
}
#checkMPDiv .MPguest-user .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
#checkMPDiv .MPguest-user label {
  margin-right: 10px;
}
#checkMPDiv .MPguest-user #checkMPMsisdn {
  height: 35px;
  padding: 6px 8px;
}
#checkMPDiv .MPguest-user .last-row {
  margin-bottom: 5px;
}
#checkMPDiv .MPguest-user .last-row #checkMPButton {
  background: #000;
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
  display: block;
  width: 240px;
  height: 40px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#messageContent .mp.pin-content-bg {
  background: url(../../../desktop/theme-koton/images/mp-userCreate-bg.png) no-repeat 50% 50%;
  height: 25px;
  width: 100%;
  margin-top: 30px;
}
#messageContent #pinSuccesIcon {
  font-size: 15px;
  color: #444444;
  text-align: center;
  background: url(../../../desktop/theme-koton/images/masterPassSuccesIcon.png) no-repeat 50% 0;
  padding-top: 110px;
}
#messageContent #pinErrorIcon {
  font-size: 15px;
  color: #e31618;
  text-align: center;
  background: url(../../../desktop/theme-koton/images/masterPassErrorIcon.png) no-repeat 50% 0;
  padding-top: 110px;
}

#pin-form .form-group {
  zoom: 1;
}
#pin-form .form-group:before, #pin-form .form-group:after {
  content: "";
  display: table;
}
#pin-form .form-group:after {
  clear: both;
}
#pin-form legend {
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  color: #444444;
  border: none;
}
#pin-form .content-text {
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.3;
}
#pin-form .validationCodeRow {
  background: url(../../../desktop/theme-koton/images/mp-key-icon.png) no-repeat 10px 50%;
  float: left;
  width: calc(100% - 70px);
}
#pin-form .countdown-content {
  float: right;
  width: 60px;
}
#pin-form .countdown-content span {
  color: #444444;
  font-size: 16px;
  font-weight: bold;
  line-height: 43px;
  display: block;
}
#pin-form #validationCode {
  background: none;
  border: 1px solid #b8b8b8;
  padding-left: 35px;
  font-size: 16px;
}
#pin-form #validationCode:-webkit-autofill {
  -webkit-transition: all 5000s ease-in-out 0s;
  transition: all 5000s ease-in-out 0s;
}
#pin-form #pinButton {
  display: inline-block;
  width: 100%;
  background: #000000;
  border: 1px solid #000;
  font-size: 17px;
  height: 45px;
  float: left;
}
#pin-form #rePinButton {
  font-size: 15px;
  display: inline-block;
  width: 100%;
  background: #fff;
  height: 45px;
  color: #000;
  float: left;
  -webkit-appearance: listitem;
  text-decoration: underline;
}
#pin-form .mp.pin-content-bg {
  background: url(../../../desktop/theme-koton/images/mp-userCreate-bg.png) no-repeat 50% 50%;
  height: 25px;
  width: 100%;
  margin-top: 10px;
}

#deleteConfirmation #deleteConfirmationIcon {
  font-size: 15px;
  color: #444444;
  text-align: center;
  background: url(../../../desktop/theme-koton/images/masterPassDeleteIcon.png) no-repeat 50% 0;
  padding-top: 110px;
}
#deleteConfirmation .deleteConfirmationButtons {
  zoom: 1;
  margin-top: 25px;
}
#deleteConfirmation .deleteConfirmationButtons:before, #deleteConfirmation .deleteConfirmationButtons:after {
  content: "";
  display: table;
}
#deleteConfirmation .deleteConfirmationButtons:after {
  clear: both;
}
#deleteConfirmation .deleteConfirmationButtons #confirmYesButton {
  font-size: 15px;
  display: inline-block;
  width: calc(50% - 15px);
  background: #fff;
  border: 1px solid #000;
  height: 40px;
  color: #000;
  float: left;
}
#deleteConfirmation .deleteConfirmationButtons #confirmNoButton {
  display: inline-block;
  width: 100%;
  width: -webkit-calc(50% - 15px);
  background: #000000;
  border: 1px solid #000;
  font-size: 15px;
  height: 40px;
  float: right;
}
#deleteConfirmation .mp.deleteConfirmation-content-bg {
  background: url(../../../desktop/theme-koton/images/mp-userCreate-bg.png) no-repeat 50% 50%;
  height: 25px;
  width: 100%;
  margin-top: 30px;
}

.masterPass-contract-wap {
  width: 100%;
  max-width: 620px;
  margin: 0 auto 0;
  position: relative;
  background: #fff;
}
.masterPass-contract-wap .contract-title h2 {
  margin: 0;
  margin-bottom: 5px;
  padding: 0 0 15px 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}
.masterPass-contract-wap .contract-content {
  padding: 0 15px 15px 15px;
  width: 100%;
  position: relative;
  font-size: 13px;
  line-height: 1.3;
}
.masterPass-contract-wap .contract-content .inner {
  height: 350px;
  padding-right: 20px;
  overflow-y: scroll;
}
.masterPass-contract-wap .contract-content .inner::-webkit-scrollbar-track {
  background-color: #dedede;
}
.masterPass-contract-wap .contract-content .inner::-webkit-scrollbar-thumb {
  background-color: #565555;
}
.masterPass-contract-wap .contract-content .inner::-webkit-scrollbar {
  width: 6px;
  background-color: #dedede;
}
.masterPass-contract-wap .contract-content .inner h2 {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 5px 0;
}
.masterPass-contract-wap .contract-content .inner h3 {
  font-size: 12px;
  font-weight: 700;
  margin: 0 0 5px 0;
}
.masterPass-contract-wap .contract-content .inner strong {
  font-weight: 600;
}
.masterPass-contract-wap .contract-content ul {
  padding: 0 0 0 19px;
}
.masterPass-contract-wap .contract-content ul li {
  list-style: disc;
  margin-bottom: 10px;
}
.masterPass-contract-wap .contract-content ul li p {
  margin-bottom: 5px;
}

.pin-progress {
  width: 100%;
  margin: 0px auto;
  margin-bottom: 20px;
}
.pin-progress .progress-bar {
  width: 100%;
  margin: 0px auto;
  height: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#9e9e9e), to(#c7c7c7));
  background: linear-gradient(to bottom, #9e9e9e 0%, #c7c7c7 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pin-progress .progress-bar .step {
  width: 30px;
  height: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  border-radius: 25px;
  border: 1px solid #c7c7c7;
  margin-top: -15px;
}
.pin-progress .progress-bar .step.active {
  background: -webkit-gradient(linear, left top, left bottom, from(#777777), to(#777777));
  background: linear-gradient(to bottom, #777777 0%, #777777 100%);
  border: 1px solid #777777;
}
.pin-progress .progress-bar .step.completed {
  background: -webkit-gradient(linear, left top, left bottom, from(#19b554), to(#19b554));
  background: linear-gradient(to bottom, #19b554 0%, #19b554 100%);
  border: 2px solid #19b554;
}
.pin-progress .progress-bar .step.completed .progress-text .success-text {
  color: #fff;
}
.pin-progress .progress-bar .step.completed .progress-text img {
  width: 16px;
  height: 16px;
}
.pin-progress .progress-bar .step:nth-child(1) {
  margin-left: -3px;
  background: none;
  border: none;
}
.pin-progress .progress-bar .step:nth-child(2) {
  margin-right: -3px;
}
.pin-progress .progress-bar .step:nth-child(3) {
  margin-right: -3px;
}
.pin-progress .progress-bar .step:nth-child(4) {
  margin-right: -3px;
  background: none;
  border: none;
}
.pin-progress .progress-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 18px;
  font-weight: bold;
  margin-left: 0;
  margin-top: 1px;
  position: relative;
  color: #c7c7c7;
}
.pin-progress .progress-text .active {
  color: #ffffff;
}
.pin-progress .progress-text div {
  width: 100%;
}

.content-text .pinText {
  width: 100%;
  font-weight: normal;
  margin-top: 10px;
}
.content-text .pinText.hide {
  display: none;
}

#pinErrorDiv {
  color: #ff0000;
}

.errorPlaceholder::-webkit-input-placeholder {
  color: #ff0000;
}

.errorPlaceholder::-moz-placeholder {
  color: #ff0000;
}

.errorPlaceholder:-ms-input-placeholder {
  color: #ff0000;
}

.errorPlaceholder::-ms-input-placeholder {
  color: #ff0000;
}

.errorPlaceholder::placeholder {
  color: #ff0000;
}

.checkoutProcess #updateUserButton {
  background: #009e25;
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
  display: block;
  width: 200px;
  height: 40px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

fieldset {
  text-align: center;
}

.defaultCursor {
  cursor: default !important;
}

.masterpassLoader {
  display: none;
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
.masterpassLoader span {
  display: block;
  width: 84px;
  height: 100px;
  padding-top: 80px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  background: url(../../../mobile/theme-koton/images/koton-loading.gif) no-repeat 50% 0;
  background-size: 77px 77px;
  margin: -50px 0 0 -42px;
}

@font-face {
  font-family: "Sweet Sans";
  src: url(../fonts/SweetSansPro-Regular.woff2) format("woff2");
}
@font-face {
  font-family: "Sweet Sans Bold";
  src: url(../fonts/SweetSansPro-Bold.woff2) format("woff2");
}
@font-face {
  font-family: "Sweet Sans Hairline";
  src: url(../fonts/SweetSansProHairline.otf);
}
@font-face {
  font-family: "Sweet Sans Heavy";
  src: url(../fonts/SweetSansProHeavy.otf);
}
@font-face {
  font-family: "Sweet Sans Light";
  src: url(../fonts/SweetSansPro-Light.woff2) format("woff2");
}
@font-face {
  font-family: "Sweet Sans Medium";
  src: url(../fonts/SweetSansProMedium.otf);
}
@font-face {
  font-family: "Sweet Sans Thin";
  src: url(../fonts/SweetSansProThin.otf);
}
.panel-productdetail {
  margin-top: 42px;
  margin-bottom: 31px;
}
.panel-productdetail .panel {
  margin: 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.panel-productdetail .panel .panel-heading {
  padding: 0;
}
.panel-productdetail .panel .panel-heading .panel-title {
  display: block;
  position: relative;
}
.panel-productdetail .panel .panel-heading .panel-title a {
  font-family: "Sweet Sans Medium", "Arial", sans-serif;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  border-top: 1px solid #dadada;
  margin: 0;
  outline: none;
  position: relative;
  cursor: pointer;
  padding: 12px 0;
  display: block;
}
.panel-productdetail .panel .panel-heading .panel-title a:after {
  content: "";
  position: absolute;
  right: 12px;
  top: 16px;
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.panel-productdetail .panel .panel-heading.active .panel-title a:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.panel-productdetail .panel .panel-collapse:active, .panel-productdetail .panel .panel-collapse:focus {
  outline: none !important;
}
.panel-productdetail .panel .panel-body {
  font-family: "Sweet Sans Light", "Arial", sans-serif, Arial, Helvetica, sans-serif !important;
  font-weight: normal;
  padding: 0;
  border-top: none !important;
  outline: none !important;
}
.panel-productdetail .panel .panel-body:active, .panel-productdetail .panel .panel-body:focus {
  outline: none !important;
}

#page {
  padding-top: 132px;
  position: relative;
  max-width: 1920px;
}

.mac header .searchField button {
  line-height: 52px;
}

.mac .breadcrumb ul {
  max-height: initial;
}

.mac .fullpage #breadcrumb ul li span.entypo-arrow-right2 {
  top: 0;
}

.mac .fullpage #breadcrumb ul li p {
  top: 0;
}

.mac .fullpage .pagingBar .paging ul li strong {
  line-height: 24px;
}

.mac .fullpage .pagingBar .paging ul li .entypo {
  line-height: 21px;
}

.mac .fullpage .product-item .wrapper figure figcaption .price .basket-discount-container .bd-textArea {
  line-height: 33px;
}

.mac .fullpage .product-content-wrap .productDetailDescription .basket-discount-container .bd-textArea {
  line-height: 36px;
}

.productOverlay .fancybox-outer .navContainer .zoomInButton {
  background-position: -36px -1383px !important;
  margin: 0 6px 0 0;
}

.productOverlay .fancybox-outer .navContainer .zoomOutButton {
  background-position: -36px -1325px !important;
}

.intlShippingCityArea ~ .select2-container {
  width: 63.5% !important;
}

.intlShippingCityArea {
  padding-left: 0 !important;
  height: auto !important;
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
  width: 360px;
  text-align: center;
}

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

.alert button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  float: right;
  font-size: 21px;
  font-family: "Sweet Sans Light", "Arial", sans-serif;
  font-weight: lighter;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 1;
  top: 14px !important;
}

.alert span {
  color: #000;
}

.fancybox-inner #findinstoreform button {
  margin-top: 0 !important;
}

.fancybox-inner #sizechart-links {
  max-height: 85vh;
  overflow-y: auto;
  overflow-x: hidden;
}

#ninja-slider .zoom {
  float: left;
  width: 100%;
  cursor: url(../../../desktop/theme-koton/images/zoom-out-18.svg), auto;
}
#ninja-slider .zoom img {
  width: auto;
  height: 100vh;
  margin: 0 auto;
  display: block;
  opacity: 1 !important;
}
#ninja-slider .product-detail-zoom-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: block;
  width: 24px;
  height: 24px;
  cursor: pointer;
  z-index: 888888;
  background-color: initial;
  background-image: url(../../../desktop/theme-koton/images/close.svg);
  background-repeat: no-repeat no-repeat;
  background-attachment: initial;
  background-position: initial;
  background-clip: initial;
  background-origin: initial;
  background-size: initial;
}

header {
  height: 132px;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  padding-bottom: 15px;
  padding-top: 15px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  -webkit-box-shadow: 0px 10px 10px -10px #111111;
          box-shadow: 0px 10px 10px -10px #111111;
}
header > .container .inner {
  zoom: 1;
  position: relative;
  margin: 24px 0 0 0;
}
header > .container .inner:before, header > .container .inner:after {
  content: "";
  display: table;
}
header > .container .inner:after {
  clear: both;
}
header .searchbox-area {
  max-width: 1920px;
  margin: 0 auto;
}
header .metaNavi {
  height: 41px;
  padding-left: 35px;
  padding-right: 35px;
  background-color: #fff;
  max-width: 1920px;
  margin: 0 auto;
}
header .metaNavi .brands {
  float: left;
}
header .metaNavi .brands ul {
  zoom: 1;
}
header .metaNavi .brands ul:before, header .metaNavi .brands ul:after {
  content: "";
  display: table;
}
header .metaNavi .brands ul:after {
  clear: both;
}
header .metaNavi .brands li {
  float: left;
}
header .metaNavi .brands li a {
  font-size: 12px;
  color: #303030;
  padding: 0 12px 0 13px;
  line-height: 35px;
  display: block;
}
header .metaNavi .brands li.active a {
  background-color: #fff;
}
header .metaNavi .brands li:hover a {
  text-decoration: underline;
}
header .metaNavi .options {
  float: right;
  height: 41px;
  width: 544px;
}
header .metaNavi .options .scrolled-search {
  display: none;
}
header .metaNavi .options > ul {
  zoom: 1;
}
header .metaNavi .options > ul:before, header .metaNavi .options > ul:after {
  content: "";
  display: table;
}
header .metaNavi .options > ul:after {
  clear: both;
}
header .metaNavi .options > ul > li {
  float: left;
  position: relative;
  width: 92px;
  height: 41px;
}
header .metaNavi .options > ul > li:last-child {
  display: none;
}
header .metaNavi .options > ul > li.miniCart {
  width: 76px;
}
header .metaNavi .options > ul > li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 20px;
  background-color: #cbcbcb;
  top: 8px;
  right: 0;
}
header .metaNavi .options > ul > li:last-child:after {
  display: none;
}
header .metaNavi .options > ul > li:hover {
  background-color: #fff;
}
header .metaNavi .options > ul > li a {
  color: #000;
  font-size: 10px;
  line-height: inherit;
  position: relative;
  padding: 0 !important;
  display: block;
  height: 41px;
}
header .metaNavi .options > ul > li a:hover {
  text-decoration: none;
}
header .metaNavi .options > ul > li a:focus {
  text-decoration: none;
}
header .metaNavi .options .fast-fashion {
  margin-top: -8px;
}
header .metaNavi .options .fast-fashion:before {
  font-family: "kotonIconFont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 34px;
  position: relative;
  bottom: -3px;
  left: 30px;
}
header .metaNavi .options .fast-fashion span {
  display: inherit;
  width: 100%;
  text-align: center;
  margin-top: -1px;
}
header .metaNavi .options .order-tracking:before {
  font-family: "kotonIconFont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 21px;
  position: relative;
  left: 35px;
  top: 0;
}
header .metaNavi .options .order-tracking span {
  display: inherit;
  width: 100%;
  text-align: center;
  margin-top: 3px;
}
header .metaNavi .options .my-favorite:before {
  font-size: 21px;
  position: relative;
  left: 0;
  top: 0;
}
header .metaNavi .options .my-favorite span {
  display: inherit;
  width: 100%;
  text-align: center;
  margin-top: 3px;
}
header .metaNavi .options .login-register-list .login-register:before {
  font-family: "kotonIconFont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 20px;
  position: relative;
  top: 0;
  text-align: center;
  width: 100%;
  display: block;
}
header .metaNavi .options .login-register-list .login-register:after {
  content: "";
  border: solid #000;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 4px;
  position: absolute;
  bottom: 6px;
  right: 10px;
}
header .metaNavi .options .login-register-list .login-register span {
  display: inherit;
  width: 100%;
  text-align: center;
  margin-top: 7px;
}
header .metaNavi .options .login-register-list .login-register:hover ~ .miniCartPopup {
  display: block;
}
header .metaNavi .options .login-register-list .miniCartPopup {
  display: none;
  background: #fff;
  border: 1px solid #cccccc;
  position: absolute;
  top: 54px;
  right: 0;
  z-index: 100;
  -webkit-box-shadow: 0 1px 7px rgba(134, 134, 134, 0.35);
          box-shadow: 0 1px 7px rgba(134, 134, 134, 0.35);
  padding: 20px 14px;
  width: 185px;
  border: solid 1px #cccccc;
  background-color: #ffffff;
}
header .metaNavi .options .login-register-list .miniCartPopup:hover {
  display: block;
}
header .metaNavi .options .login-register-list .miniCartPopup .empty-popup-cart {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
}
header .metaNavi .options .login-register-list .miniCartPopup:before {
  content: "";
  background-position: 90px -277px !important;
  width: 100%;
  height: 18px !important;
  position: absolute;
  top: -17px !important;
  left: 0 !important;
  background: url(../../../desktop/theme-koton/images/no-repeat-sb190bae1a1.png);
  background-repeat: no-repeat;
}
header .metaNavi .options .login-register-list .miniCartPopup .login-link {
  width: 155px;
  height: 40px;
  text-align: center;
  font-size: 12px;
  background: #000;
  color: #fff;
  line-height: 42px;
  border: 1px solid #000;
  text-transform: uppercase;
}
header .metaNavi .options .login-register-list .miniCartPopup .login-link:hover {
  text-decoration: underline;
}
header .metaNavi .options .login-register-list .miniCartPopup .register-link {
  width: 155px;
  height: 40px;
  text-align: center;
  font-size: 12px;
  background: #fff;
  color: #000;
  line-height: 42px;
  border: 1px solid #000;
  text-transform: uppercase;
  margin-top: 10px;
}
header .metaNavi .options .login-register-list .miniCartPopup .register-link:hover {
  text-decoration: underline;
}
header .metaNavi .options .login-register-list .miniCartPopup .my-orders {
  width: 155px;
  height: 40px;
  font-size: 12px;
  color: black;
  line-height: 42px;
  background: white;
  padding-left: 10px !important;
}
header .metaNavi .options .login-register-list .miniCartPopup .my-orders:hover span {
  text-decoration: underline;
}
header .metaNavi .options .login-register-list .miniCartPopup .my-orders:before {
  font-family: "kotonIconFont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 21px;
  position: relative;
  left: -8px;
  top: 5px;
}
header .metaNavi .options .login-register-list .miniCartPopup .account-info {
  width: 155px;
  height: 40px;
  font-size: 12px;
  color: black;
  line-height: 42px;
  background: white;
  padding-left: 10px !important;
  margin-top: 10px;
}
header .metaNavi .options .login-register-list .miniCartPopup .account-info:hover span {
  text-decoration: underline;
}
header .metaNavi .options .login-register-list .miniCartPopup .account-info:before {
  font-family: "kotonIconFont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 18px;
  position: relative;
  left: -8px;
  top: 5px;
}
header .metaNavi .options .login-register-list .miniCartPopup .my-addresses {
  width: 155px;
  height: 40px;
  font-size: 12px;
  color: black;
  line-height: 42px;
  background: white;
  padding-left: 28px !important;
  margin-top: 10px;
  background: url(../../../desktop/theme-koton/images/adres-icon-header.png) no-repeat 50% 50%;
  background-position: 1px;
  background-size: 18px;
}
header .metaNavi .options .login-register-list .miniCartPopup .my-addresses:hover span {
  text-decoration: underline;
}
header .metaNavi .options .login-register-list .miniCartPopup .account-logout {
  width: 155px;
  height: 40px;
  font-size: 12px;
  color: black;
  line-height: 42px;
  background: white;
  padding-left: 10px !important;
  margin-top: 10px;
}
header .metaNavi .options .login-register-list .miniCartPopup .account-logout:hover span {
  text-decoration: underline;
}
header .metaNavi .options .login-register-list .miniCartPopup .account-logout:before {
  font-family: "kotonIconFont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 18px;
  position: relative;
  left: -8px;
  top: 5px;
}
header .metaNavi .options .logout {
  padding-left: 38px;
}
header .metaNavi .options .logout:before {
  font-family: "kotonIconFont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 15px;
  line-height: 35px;
  position: absolute;
  left: 18px;
  top: 0;
}
header .metaNavi .options .miniCart .minicart {
  padding-left: 45px;
  position: relative;
}
header .metaNavi .options .miniCart .minicart:before {
  font-family: "kotonIconFont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 21px;
  position: relative;
  left: 35px;
  top: 0;
}
header .metaNavi .options .miniCart .minicart .count {
  opacity: 0;
  line-height: 23px;
  border-radius: 3px;
  font-size: 10px;
  padding-top: 3px;
}
header .metaNavi .options .miniCart .minicart .mybasket-title {
  display: inherit;
  width: 100%;
  text-align: right;
  margin-top: 4px;
  padding-right: 15px;
}
header .metaNavi .options .miniCart .minicart .mybasket-title:after {
  content: "";
  border: solid #000;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 4px;
  position: absolute;
  bottom: 6px;
  right: 2px;
}
header .metaNavi .options .miniCart.filled .count {
  background-color: #18b453 !important;
  padding: 2px 6px 2px;
  opacity: 1;
  margin: 0 0 0 6px;
  color: #fff;
  position: absolute;
  top: 13px;
  left: 35px;
  width: 16px;
  height: 14px;
  border-radius: 4px;
  padding: 0 !important;
  line-height: 13px;
  text-align: center;
  font-weight: bold;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
}
header .metaNavi .options .miniCart .miniCartPopup {
  display: none;
  background: #fff;
  border: 1px solid #cccccc;
  position: absolute;
  top: 54px;
  right: 0;
  width: 357px;
  z-index: 100;
  -webkit-box-shadow: 0 1px 7px rgba(134, 134, 134, 0.35);
          box-shadow: 0 1px 7px rgba(134, 134, 134, 0.35);
  padding: 8px 10px 12px;
}
header .metaNavi .options .miniCart .miniCartPopup .empty-popup-cart {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
}
header .metaNavi .options .miniCart .miniCartPopup:before {
  content: "";
  background-position: 171px -277px !important;
  width: 100%;
  height: 18px !important;
  position: absolute;
  top: -17px !important;
  left: 103px !important;
}
header .metaNavi .options .miniCart .stock-message-minicart {
  background-color: #ffffda;
  border: 1px solid #efefb0;
  height: 47px;
  line-height: 12px;
  text-align: center;
  color: #000;
  font-size: 12px;
  padding: 10px 75px 0 75px;
  border-radius: 5px;
  margin-bottom: 15px;
}
header .metaNavi .options .miniCart .stock-message-minicart a.close {
  position: absolute;
  right: 20px;
  color: #737362;
  font-size: 14px;
  padding: 0;
  width: 20px;
  line-height: initial;
  top: unset;
  cursor: pointer;
}
header .metaNavi .options .miniCart:hover #miniCartLayer {
  display: block;
}
header .metaNavi .options .chooseLanguageIntl {
  padding-right: 6px;
  z-index: 10001;
}
header .metaNavi .options .chooseLanguageIntl .dropdown .dropdown-menu {
  display: none;
  min-width: 107px;
  position: absolute;
  top: 100%;
  right: -6px;
  left: auto;
  text-align: center;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  padding: 0 0;
  margin: 0 0 0 0;
  background-color: #fff;
  border: 1px solid #ccc;
}
header .metaNavi .options .chooseLanguageIntl .dropdown .dropdown-menu li a {
  cursor: pointer;
  font-size: 13px;
  padding: 8px 0;
  line-height: 27px;
}
header .metaNavi .options .chooseLanguageIntl .dropdown .dropdown-menu li a:hover {
  background-color: #f3f3f3;
}
header .metaNavi .options .chooseLanguageIntl .dropdown .dropdown-menu:before {
  content: "";
  background-position: 78px -283px;
  width: 100%;
  height: 11px;
  position: absolute;
  top: -11px;
  right: 10px;
}
header .metaNavi .options .chooseLanguageIntl .dropdown:hover .dropdown-menu {
  display: block;
}
header .metaNavi .options .chooseLanguageIntl .left-block {
  float: left;
  width: 100%;
  min-width: 254px;
  height: 100%;
  background: url(../../../desktop/theme-koton/images/countrySelector-promobg.png) no-repeat 50% 50%;
  text-align: center;
  padding: 20px 0 30px 0;
  margin-top: 10px;
}
header .metaNavi .options .chooseLanguageIntl .left-block .title {
  display: block;
  color: #4b4b4b;
  font-size: 24px;
  font-weight: bold;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
  line-height: 1.2;
}
header .metaNavi .options .chooseLanguageIntl .left-block .text {
  display: block;
  font-size: 14px;
  color: #4b4b4b;
  line-height: 1.2;
  margin-top: 6px;
}
header .metaNavi .options .chooseLanguageIntl .right-block {
  float: right;
  width: 100%;
  min-width: 254px;
  padding-left: 20px;
}
header .metaNavi .options .chooseLanguageIntl .lang-item {
  margin-top: 12px;
  border-bottom: 1px solid #e4e4e4;
}
header .metaNavi .options .chooseLanguageIntl #languageDD {
  padding-right: 28px;
  padding-left: 14px;
  display: block;
  height: 36px;
}
header .metaNavi .options .chooseLanguageIntl #languageDD .flag-icon:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  top: 2px;
  margin-right: 0;
  left: 2px;
  border-radius: 100%;
  background-size: cover;
}
header .metaNavi .options .chooseLanguageIntl #languageDD .flag-content {
  width: 22px;
  height: 22px;
  display: block;
  margin: 0 auto;
  border-radius: 100%;
  border: 1px solid #000;
  text-align: center;
  margin-bottom: 5px;
}
header .metaNavi .options .chooseLanguageIntl #languageDD span {
  text-transform: uppercase;
}
header .metaNavi .options .chooseLanguageIntl #languageDD span.statictext {
  text-transform: none;
}
header .metaNavi .options .chooseLanguageIntl #languageDD:before {
  padding-right: 3px;
}
header .metaNavi .options .chooseLanguageIntl #languageDD:after {
  content: "";
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  right: 9px;
  top: 29px;
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2.5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header .metaNavi .options .chooseLanguageIntl #languageDD.after::after {
  top: 16px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
header .metaNavi .options .chooseLanguageIntl #languageDD:focus {
  text-decoration: none;
}
header .metaNavi .options .chooseLanguageIntl #languageDD .statictext {
  float: left;
  width: 100%;
  text-align: right;
  padding-right: 22px;
}
header .metaNavi .options .chooseLanguageIntl #languageDD .statictext.empty {
  text-align: right;
  width: 96px;
  padding-right: 19px;
  margin-left: -15px;
}
header .metaNavi .options .chooseLanguageIntl #languageDD .flags {
  text-align: right;
  width: auto;
  float: left;
}
header .metaNavi .options .chooseLanguageIntl:hover {
  background: #fff;
}
header .metaNavi .options .chooseLanguageIntl.hover:hover {
  background: #fff;
}
header .metaNavi .options .chooseLanguageIntl.hover {
  background: #fff;
}
header .metaNavi .options .chooseLanguageIntl.hover #languageDD:after {
  top: 32px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
header .metaNavi .options .chooseLanguageIntl .btn-list {
  zoom: 1;
  padding: 0 !important;
  margin: 0;
}
header .metaNavi .options .chooseLanguageIntl .btn-list:before, header .metaNavi .options .chooseLanguageIntl .btn-list:after {
  content: "";
  display: table;
}
header .metaNavi .options .chooseLanguageIntl .btn-list:after {
  clear: both;
}
header .metaNavi .options .chooseLanguageIntl .btn-list li {
  float: left;
  width: 50%;
}
header .metaNavi .options .chooseLanguageIntl .btn-list li:first-child {
  padding-right: 7px;
}
header .metaNavi .options .chooseLanguageIntl .btn-list li:last-child {
  padding-left: 7px;
}
header .metaNavi .options .chooseLanguageIntl .btn-list li.selected .select-lang-btn {
  border-color: #ececed !important;
  color: #c7c7c7;
  cursor: default;
}
header .metaNavi .options .chooseLanguageIntl .btn-list li.selected .select-lang-btn:focus, header .metaNavi .options .chooseLanguageIntl .btn-list li.selected .select-lang-btn:active {
  text-decoration: none;
}
header .metaNavi .options .chooseLanguageIntl .btn-list .select-lang-btn {
  color: #000;
  font-size: 12px;
  text-transform: capitalize;
  display: block;
  width: 100%;
  line-height: 26px;
  height: 26px;
  border: 1px solid #272f3d;
  text-align: center;
}
header .metaNavi .options .chooseLanguageIntl .delivery-capital {
  display: block;
  font-size: 12px;
  color: #000;
  width: 100%;
  text-align: left;
  margin-bottom: 4px;
}
header .metaNavi .options .chooseLanguageIntl .delivery-capital.empty {
  color: #cecece;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
}
header .metaNavi .options .chooseLanguageIntl .delivery-country-select {
  width: 100%;
}
header .metaNavi .options .chooseLanguageIntl .delivery-country-select:disabled ~ .select2-container--deliveryCountrySelect.select2-container--disabled {
  opacity: 0.3;
}
header .metaNavi .options .chooseLanguageIntl .select2-container .select2-selection--single {
  cursor: default;
}
header .metaNavi .options .chooseLanguageIntl .go-shopping-btn {
  display: block;
  width: 100%;
  border: none;
  background: #000;
  height: 40px;
  line-height: 28px;
  color: #fff;
  font-size: 12px;
  margin-top: 12px;
}
header .metaNavi .options .chooseLanguageIntl .dropdown {
  background-color: #fff;
  position: absolute;
  width: 355px;
  height: auto;
  top: calc(100% + 13px);
  right: 0;
  padding: 15px 20px 20px 0;
  display: none;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
header .metaNavi .options .chooseLanguageIntl .dropdown ul {
  position: relative;
  background-color: #fff;
}
header .metaNavi .options .chooseLanguageIntl .dropdown #intldropdownClose {
  text-align: right;
  cursor: pointer;
  display: inline-block;
  float: right;
  width: 12px;
  height: 14px;
  padding: 0;
  margin-right: 15px;
  line-height: 14px;
}
header .metaNavi .options .chooseLanguageDisabled {
  padding-right: 6px;
}
header .metaNavi .options .chooseLanguageDisabled .dropdown {
  position: relative;
}
header .metaNavi .options .chooseLanguageDisabled .dropdown #languageDD {
  padding-right: 22px;
}
header .metaNavi .options .chooseLanguageDisabled .dropdown .dropdown-menu {
  display: none;
  min-width: 107px;
  position: absolute;
  top: 100%;
  right: -6px;
  left: auto;
  text-align: center;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  padding: 0 0;
  margin: 0 0 0 0;
  background-color: #fff;
  border: 1px solid #ccc;
}
header .metaNavi .options .chooseLanguageDisabled .dropdown .dropdown-menu li a {
  cursor: pointer;
  font-size: 13px;
  padding: 8px 0;
  line-height: 27px;
}
header .metaNavi .options .chooseLanguageDisabled .dropdown .dropdown-menu li a:hover {
  background-color: #f3f3f3;
}
header .metaNavi .options .chooseLanguageDisabled .dropdown .dropdown-menu:before {
  content: "";
  background-position: 78px -283px;
  width: 100%;
  height: 11px;
  position: absolute;
  top: -11px;
  right: 10px;
}
header .metaNavi .options .chooseLanguageDisabled .dropdown:hover .dropdown-menu {
  display: block;
}
header #logo {
  float: left;
  margin: 0 30px 0 0;
  max-width: 171px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header #logo a {
  display: block;
}
header #logo a img {
  width: 100%;
}
header .mdd-search {
  height: 47px;
  padding-left: 35px;
  padding-right: 35px;
  margin-top: 13px;
}
header .mdd-search #logo {
  display: none;
}
header nav[role=navigation] {
  float: left;
  margin-top: 8px;
}
header nav[role=navigation] > .main-nav > li.main-nav-item {
  float: left;
  padding: 0 10px;
  padding-bottom: 31px;
}
header nav[role=navigation] > .main-nav > li.main-nav-item > a {
  display: block;
  font-size: 16px;
  color: #000;
  position: relative;
  padding: 0 2px;
}
header nav[role=navigation] > .main-nav > li.main-nav-item > a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: height 0.3s, opacity 0.3s, transform 0.3s;
  transition: height 0.3s, opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
header nav[role=navigation] > .main-nav > li.main-nav-item > a:hover {
  text-decoration: none;
}
header nav[role=navigation] > .main-nav > li.main-nav-item > a:hover:after {
  opacity: 1;
  height: 2px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
header nav[role=navigation] > .main-nav > li.main-nav-item:hover .sub-menu-wrap {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s ease 0.2s;
  transition: 0.3s ease 0.2s;
}
header nav[role=navigation] > .main-nav > li.main-nav-item:hover a:after {
  opacity: 1;
  height: 2px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
header nav[role=navigation] > .main-nav > li.main-nav-item.selected .sub-menu-wrap {
  opacity: 1;
  visibility: visible;
}
header nav[role=navigation] > .main-nav > li.main-nav-item.selected > a:after {
  opacity: 1;
  height: 2px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
header nav[role=navigation] .sub-menu-wrap {
  display: table;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 61px;
  background-color: #f3f3f3;
  z-index: 99999;
  width: 100%;
  min-height: 461px;
}
header nav[role=navigation] .sub-menu-wrap > div {
  overflow: hidden;
}
header nav[role=navigation] .sub-menu-wrap ul {
  zoom: 1;
  padding: 15px 0 0 0;
}
header nav[role=navigation] .sub-menu-wrap ul:before, header nav[role=navigation] .sub-menu-wrap ul:after {
  content: "";
  display: table;
}
header nav[role=navigation] .sub-menu-wrap ul:after {
  clear: both;
}
header nav[role=navigation] .sub-menu-wrap ul li {
  font-size: 12px;
  line-height: 15px;
  color: #000;
}
header nav[role=navigation] .sub-menu-wrap ul li .fa {
  font-size: 9px;
  line-height: 22px;
  cursor: pointer;
}
header nav[role=navigation] .sub-menu-wrap ul li a {
  font-size: 12px;
  line-height: 15px;
  padding: 3px 0 2px 0;
  display: block;
  text-align: left;
  color: #000;
}
header nav[role=navigation] .sub-menu-wrap ul li a strong {
  font-weight: bold;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
}
header nav[role=navigation] .sub-menu-wrap ul li a.red {
  color: #de0b17;
}
header nav[role=navigation] .sub-menu-wrap ul li a.green {
  color: #18b554;
}
header nav[role=navigation] .sub-menu-wrap ul li.seperator {
  height: 7px;
}
header nav[role=navigation] .sub-menu-wrap ul li.no-link {
  padding: 3px 0 2px 0;
}
header nav[role=navigation] .sub-menu-wrap ul li.no-link a {
  pointer-events: none;
  cursor: default;
}
header nav[role=navigation] .sub-menu-wrap ul.sub-menu {
  width: 100% !important;
  padding: 0 0 8px 0;
}
header nav[role=navigation] .sub-menu-wrap .left-col {
  width: 214px;
  display: table-cell;
  vertical-align: top;
  padding-left: 12px;
  padding-right: 12px;
  background-color: #e7e7e7;
}
header nav[role=navigation] .sub-menu-wrap .center-col {
  display: table-cell;
  vertical-align: top;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 20px;
}
header nav[role=navigation] .sub-menu-wrap .center-col ul {
  float: left;
  padding-left: 8px;
  padding-right: 8px;
}
header nav[role=navigation] .sub-menu-wrap .center-col ul li.sub-link {
  padding-left: 7px;
}
header nav[role=navigation] .sub-menu-wrap .center-col ul li .box-link {
  display: block;
  width: 100%;
  padding: 5px 0 20px 0;
}
header nav[role=navigation] .sub-menu-wrap .center-col ul li .box-link li {
  float: left;
  width: 50%;
  margin-bottom: 15px;
}
header nav[role=navigation] .sub-menu-wrap .center-col ul li .box-link li a {
  display: block;
  border: 1px solid #000;
  text-align: center;
}
header nav[role=navigation] .sub-menu-wrap .center-col ul li .box-link li:nth-child(odd) {
  padding-right: 5px;
}
header nav[role=navigation] .sub-menu-wrap .center-col ul li .box-link li:nth-child(even) {
  padding-left: 5px;
}
header nav[role=navigation] .sub-menu-wrap .center-col ul li .box-link.full-width li {
  float: none;
  width: 100%;
  display: block;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
header nav[role=navigation] .sub-menu-wrap .center-col.one-col {
  width: 234px;
}
header nav[role=navigation] .sub-menu-wrap .center-col.one-col ul {
  width: 100%;
}
header nav[role=navigation] .sub-menu-wrap .center-col.two-col ul {
  width: 50%;
}
header nav[role=navigation] .sub-menu-wrap .center-col.three-col ul {
  width: 33.33%;
}
header nav[role=navigation] .sub-menu-wrap .center-col.four-col ul {
  width: 25%;
}
header nav[role=navigation] .sub-menu-wrap .right-col {
  display: table-cell;
  vertical-align: top;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 20px;
}
header nav[role=navigation] .sub-menu-wrap .right-col ul li {
  width: 224px;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}
header nav[role=navigation] .sub-menu-wrap .right-col img {
  width: 213px;
  height: 319px;
  display: block;
}
header nav[role=navigation] .sub-menu-wrap .right-col figure {
  border: 2px solid transparent;
  overflow: hidden;
}
header nav[role=navigation] .sub-menu-wrap .right-col figure figcaption {
  width: 100%;
  background-color: #fff;
  text-align: center;
  padding: 15px 10px 18px 10px;
  color: #000;
  line-height: 1.2;
}
header nav[role=navigation] .sub-menu-wrap .right-col figure figcaption .title {
  font-size: 14px;
  font-weight: bold;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
  margin-bottom: 7px;
}
header nav[role=navigation] .sub-menu-wrap .right-col figure figcaption .text {
  font-size: 12px;
  font-weight: normal;
}
header nav[role=navigation] .sub-menu-wrap .right-col figure:hover {
  border: 2px solid #e7e7e7;
}
header nav[role=navigation] .sub-menu-wrap .right-col.one-col {
  width: 230px;
}
header nav[role=navigation] .sub-menu-wrap .right-col.one-col ul {
  width: 100%;
}
header nav[role=navigation] .sub-menu-wrap .right-col.two-col {
  width: 458px;
}
header nav[role=navigation] .sub-menu-wrap .right-col.three-col {
  width: 682px;
}
header nav[role=navigation] .sub-menu-wrap .right-col.four-col {
  width: 920px;
}
header nav[role=navigation] .sub-menu-wrap .right-col.four-col ul li {
  width: 25%;
  padding: 0 11px;
}
header nav[role=navigation] .sub-menu-wrap .right-col.big-one-col {
  width: 420px;
}
header nav[role=navigation] .sub-menu-wrap .right-col.big-two-col {
  width: 840px;
}
header nav[role=navigation] .sub-menu-wrap .right-col .big-caption {
  width: 460px;
}
header nav[role=navigation] .sub-menu-wrap .right-col .big-caption figure {
  display: table;
}
header nav[role=navigation] .sub-menu-wrap .right-col .big-caption img {
  float: none;
  width: 233px;
  height: 419px;
  vertical-align: top;
  display: table-cell;
}
header nav[role=navigation] .sub-menu-wrap .right-col .big-caption figcaption {
  float: none;
  width: 233px;
  padding: 15px 10px 18px 10px;
  color: #000;
  line-height: 1.2;
  vertical-align: middle;
  display: table-cell;
}
header nav[role=navigation] .sub-menu-wrap .right-col .big-caption figcaption .title {
  font-size: 16px;
  font-weight: bold;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
  margin-bottom: 7px;
}
header nav[role=navigation] .sub-menu-wrap .right-col .big-caption figcaption .text {
  font-size: 13px;
  font-weight: normal;
  padding-bottom: 20px;
}
header nav[role=navigation] .sub-menu-wrap .right-col .big-caption figcaption .box-link {
  border: 1px solid #000;
  width: 82px;
  height: 20px;
  display: inline-block;
  line-height: 20px;
}
header .mainNavi {
  margin: 0;
  float: left;
}
header .searchField {
  position: relative;
  float: right;
  margin: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .searchField input[type=text] {
  font-family: "Sweet Sans Light", "Arial", sans-serif, "Arial", sans-serif;
  font-size: 14px;
  width: 460px;
  padding: 0 40px 0 12px;
  height: 47px;
  border: 1px solid #000;
}
@media screen and (max-width: 1280px) {
  header .searchField input[type=text] {
    width: 275px;
  }
}
header .searchField button {
  top: 0;
  right: 0;
  position: absolute;
  background: none;
  border: 0 none;
  color: #000;
  padding: 0;
  height: 47px;
  width: 40px;
  overflow: hidden;
}
header .searchField button:before {
  font-size: 48px;
  line-height: 0px;
}
header .searchField i.empty-btn {
  top: 0;
  right: -5px;
  position: absolute;
  background: none;
  border: 0 none;
  color: #000;
  padding: 0;
  height: 47px;
  width: 40px;
  overflow: hidden;
  line-height: 47px;
  padding-top: 7px;
}
header .searchField i.empty-btn:before {
  font-size: 48px;
  line-height: 0px;
}
.scrolled .select2-container.select2-container--deliveryCountrySelect.select2-container--open {
  display: none;
}
.scrolled #page {
  padding-top: 50px;
}
.scrolled header {
  border-bottom: 1px solid #f3f3f3;
  height: 50px;
  padding: 6px 0 !important;
}
.scrolled header .options {
  width: 175px;
  position: relative;
  z-index: 9;
}
.scrolled header .options ul li.scrolled-search, .scrolled header .options ul li.login-register-list, .scrolled header .options ul li:nth-child(4), .scrolled header .options ul li:nth-child(5), .scrolled header .options ul li.miniCart {
  width: 32px;
}
.scrolled header .options ul li.popupCartItem {
  width: 100%;
}
.scrolled header .options ul li.login-register-list .login-register:before {
  top: 7px;
  text-align: center;
  width: auto;
  display: inline;
}
.scrolled header .options ul li.login-register-list .login-register:after {
  display: none;
}
.scrolled header .options ul li.login-register-list .login-register span {
  display: none;
}
.scrolled header .options ul li.login-register-list .miniCartPopup:before {
  background-position: 110px -277px !important;
}
.scrolled header .options ul li.miniCart .miniCartPopup:before {
  left: 0 !important;
  background-position: 288px -277px !important;
}
.scrolled header .options ul.promotionsGreen2 li {
  width: 100%;
}
.scrolled header .options .scrolled-search {
  display: inline-block;
  cursor: pointer;
}
.scrolled header .options .scrolled-search a {
  font-size: 51px;
  text-align: center;
}
.scrolled header .options .scrolled-search a:before {
  position: relative;
  top: -32px;
}
.scrolled header .options .fast-fashion-list {
  display: none;
}
.scrolled header .options .chooseLanguage {
  display: none;
}
.scrolled header .options .chooseLanguageIntl.chooseLanguageMain {
  display: none;
}
.scrolled header .options .order-tracking-list {
  display: none;
}
.scrolled header .options .my-favorite:before {
  top: 6px;
}
.scrolled header .options .my-favorite span {
  display: none;
}
.scrolled header .options .login-register:before {
  top: 7px;
  left: 8px;
}
.scrolled header .options .login-register span {
  display: none;
}
.scrolled header .options .miniCart {
  width: 37px !important;
}
.scrolled header .options .miniCart.filled .count {
  top: 15px;
  left: 10px;
}
.scrolled header .options .miniCart .minicart {
  margin-right: 0;
}
.scrolled header .options .miniCart .minicart:before {
  top: 5px;
  left: 11px;
}
.scrolled header .options .miniCart .minicart span.mybasket-title {
  display: none !important;
}
.scrolled header .inner {
  margin: 9px 0;
  position: absolute;
  width: 100%;
  top: -5px;
  left: 0;
}
.scrolled header #logo {
  max-width: 105px;
}
.scrolled header #logo a {
  width: 36px;
  height: 36px;
  background-image: url(../../../desktop/theme-koton/images/koton-mini-header.png);
  background-size: cover;
  position: relative;
  z-index: 9;
}
.scrolled header #logo a img {
  display: none;
}
.scrolled header .sub-menu-wrap {
  top: 46px;
}
.scrolled header .mainNavi {
  margin: 0 0 0;
}
.scrolled header nav[role=navigation] {
  margin-top: 4px;
  margin-left: 70px;
}
.scrolled header nav[role=navigation] > .main-nav > li.main-nav-item {
  padding-bottom: 15px;
}
.scrolled header nav[role=navigation] > .main-nav > li.main-nav-item.selected:before {
  height: 21px;
}
.scrolled header .searchField {
  margin-top: 4px;
  display: none;
}
.scrolled header .searchField button {
  width: 40px;
  height: 29px;
  top: 0;
  right: 0;
}
.scrolled header .searchField button:before {
  font-size: 39px;
}

header .mainNavi > ul > li:hover .mainNaviDD {
  top: 130px;
  padding-top: 20px !important;
}
header .mainNavi > ul > li .mainNaviDD {
  top: 130px;
  padding-top: 20px !important;
}
header .mainNavi > ul > li {
  padding: 0;
  height: 47px;
  line-height: 47px;
}
header .mainNavi > ul > li:hover > a {
  border-bottom: 2px solid #000;
}
header .mainNavi > ul > li:hover > a:before {
  border: none;
}
header header nav[role=navigation] .sub-menu-wrap {
  top: 150px;
  padding-left: 132px;
  padding-right: 120px;
}

.full-screen {
  margin-left: -15px;
  width: calc(100% + 30px);
  padding: 0;
  min-height: 350px;
}
.full-screen.usp-banner {
  min-height: 50px;
  height: auto;
  background: #000;
}
.full-screen.usp-banner .usp-content {
  text-align: center;
  color: #fff;
  min-height: 38px;
  line-height: inherit;
  margin-top: 5px;
  font-size: 12px;
  padding-top: 13px;
  padding-bottom: 10px;
}
.full-screen.usp-banner .usp-content:nth-child(3) span {
  display: block;
  margin-top: -12px;
}
@media screen and (max-width: 1118px) {
  .full-screen.usp-banner .usp-content:nth-child(4) span {
    display: block;
    margin-top: -8px;
  }
}
.full-screen.usp-banner .usp-content:last-child:after {
  width: 0;
}
.full-screen.usp-banner .usp-content:after {
  content: "";
  width: 1px;
  background: #7b7b7b;
  height: 38px;
  position: absolute;
  right: 0;
  top: 0;
}
.full-screen.band {
  margin-top: 30px;
  min-height: 228px;
  background: #f41f1f;
}
.full-screen .band-discount-title {
  font-size: 42px;
  font-family: "Sweet Sans Light", "Arial", sans-serif;
  font-weight: lighter;
  text-align: center;
  color: #fff;
  margin-top: 50px;
  margin-bottom: 0;
}
.full-screen ul.disount-buttons {
  width: 138px;
  margin: 0 auto;
  margin-top: 26px;
}
.full-screen ul.disount-buttons.four {
  width: 622px;
}
.full-screen ul.disount-buttons.three {
  width: 460px;
}
.full-screen ul.disount-buttons.two {
  width: 299px;
}
.full-screen ul.disount-buttons li {
  width: 138px;
  float: left;
  height: 26px;
  line-height: 26px;
  margin-right: 15px;
}
.full-screen ul.disount-buttons li:last-child {
  margin-right: 0;
}
.full-screen ul.disount-buttons li a {
  width: 100%;
  height: 100%;
  text-align: center;
  float: left;
  color: #000;
  background-color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.full-screen .badge-container {
  position: absolute;
  width: 557px;
  text-align: center;
  left: calc(50% - 260px);
  min-height: 275px;
  padding-top: 57px;
  top: calc(50% - 143px);
}
.full-screen .badge-container .image-badge {
  position: absolute;
  top: 0;
  right: 0;
  width: 92px;
  height: 96px;
  border-radius: 100%;
  background-color: #000;
  color: #fff;
  padding-top: 30px;
  font-size: 11px;
}
.full-screen .badge-container .image-band {
  width: 332px;
  margin: 0 auto;
  height: 32px;
  line-height: 32px;
  background-color: #fff;
  color: #000;
  font-size: 18px;
  font-family: "Sweet Sans Light", "Arial", sans-serif;
  font-weight: lighter;
}
.full-screen .badge-container .image-one-title {
  font-size: 32px;
  font-weight: bold;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
  color: #fff;
  width: 505px;
  margin-top: 10px;
}
.full-screen .badge-container .coupon-code {
  font-size: 18px;
  color: #fff;
  margin-top: 10px;
}
.full-screen .badge-container ul.disount-buttons {
  margin-top: 16px;
  width: 146px;
}
.full-screen .badge-container ul.disount-buttons.four {
  width: 630px;
}
.full-screen .badge-container ul.disount-buttons.three {
  width: 468px;
}
.full-screen .badge-container ul.disount-buttons.two {
  width: 307px;
}
.full-screen .badge-container ul.disount-buttons li {
  width: 146px;
  height: 30px;
  line-height: 30px;
}
.full-screen .standard-container {
  position: absolute;
  width: 502px;
  text-align: center;
  left: calc(50% - 255px);
  min-height: 218px;
  padding-top: 0;
  top: calc(50% - 95px);
}
.full-screen .standard-container .image-badge {
  position: absolute;
  top: 0;
  right: 0;
  width: 92px;
  height: 96px;
  border-radius: 100%;
  background-color: #000;
  color: #fff;
  padding-top: 30px;
  font-size: 11px;
}
.full-screen .standard-container .image-band {
  width: 332px;
  margin: 0 auto;
  height: 32px;
  line-height: 32px;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  font-family: "Sweet Sans Light", "Arial", sans-serif;
  font-weight: lighter;
}
.full-screen .standard-container .image-one-title {
  font-size: 32px;
  font-weight: bold;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
  color: #000;
  width: 502px;
  margin-top: 10px;
  text-shadow: 1px 2px 6px rgba(0, 0, 0, 0.16);
}
.full-screen .standard-container .coupon-code {
  font-size: 18px;
  color: #000;
  margin-top: 10px;
}
.full-screen .standard-container ul.disount-buttons {
  margin-top: 16px;
  width: 146px;
}
.full-screen .standard-container ul.disount-buttons.four {
  width: 630px;
}
.full-screen .standard-container ul.disount-buttons.three {
  width: 468px;
}
.full-screen .standard-container ul.disount-buttons.two {
  width: 307px;
}
.full-screen .standard-container ul.disount-buttons li {
  width: 146px;
  height: 30px;
  line-height: 30px;
}
.full-screen .standard-container ul.disount-buttons li a {
  background-color: #000;
  color: #fff;
}
.full-screen.twice-content {
  margin-top: 60px;
}
.full-screen.twice-content .image-twice {
  min-height: 300px;
}
.full-screen.twice-content .image-twice:first-child {
  padding-right: 30px;
  padding-left: 120px;
}
@media screen and (max-width: 1365px) {
  .full-screen.twice-content .image-twice:first-child {
    padding-left: 30px;
  }
}
.full-screen.twice-content .image-twice:first-child img {
  float: right;
}
.full-screen.twice-content .image-twice:last-child {
  padding-left: 30px;
  padding-right: 120px;
}
@media screen and (max-width: 1365px) {
  .full-screen.twice-content .image-twice:last-child {
    padding-right: 30px;
  }
}
.full-screen.twice-content .image-twice .homepage-twice-image {
  width: 100%;
  max-width: 695px;
  cursor: pointer;
}
@media screen and (max-width: 1400px) {
  .full-screen.twice-content .image-twice .homepage-twice-image {
    max-width: 525px;
  }
}
.full-screen .twice-square-content {
  position: absolute;
  width: 550px;
  min-height: 131px;
  padding-top: 25px;
  padding-bottom: 25px;
  background: white;
  text-align: center;
  bottom: 100px;
  right: 100px;
  -webkit-transition: 0.3s ease-in all;
  transition: 0.3s ease-in all;
}
@media screen and (max-width: 1710px) {
  .full-screen .twice-square-content {
    width: 66%;
    right: 11%;
  }
}
@media screen and (max-width: 1400px) {
  .full-screen .twice-square-content {
    width: 451px;
    right: 65px;
  }
}
@media screen and (max-width: 1189px) {
  .full-screen .twice-square-content {
    width: 77%;
    right: 11%;
  }
}
.full-screen .twice-square-content.two {
  left: 100px;
  right: auto;
}
@media screen and (max-width: 1710px) {
  .full-screen .twice-square-content.two {
    width: 66%;
    left: 11%;
  }
}
@media screen and (max-width: 1400px) {
  .full-screen .twice-square-content.two {
    width: 451px;
    left: 65px;
  }
}
@media screen and (max-width: 1189px) {
  .full-screen .twice-square-content.two {
    width: 77%;
    left: 11%;
  }
}
.full-screen .twice-square-content .light-title {
  font-size: 18px;
  font-family: "Sweet Sans Light", "Arial", sans-serif;
  font-weight: lighter;
  margin-bottom: 0;
}
.full-screen .twice-square-content .bold-title {
  font-size: 18px;
  font-weight: bold;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
}
.full-screen .text-links {
  margin-top: 20px;
  text-align: center;
}
.full-screen .text-links a {
  margin-right: 20px;
  text-decoration: underline;
  font-size: 12px;
  cursor: pointer;
  color: #000;
}
.full-screen.image-one {
  margin-top: 30px;
}
.full-screen.image-two {
  margin-top: 30px;
}
.full-screen .homepage-full-image {
  width: 100%;
  cursor: pointer;
}
.full-screen.band-two {
  margin-top: 60px;
  min-height: 228px;
  background: #000;
}
.full-screen.band-two .band-content {
  width: 780px;
  margin: 0 auto;
  margin-top: 48px;
  text-align: center;
}
.full-screen.band-two .band-content .title {
  font-size: 32px;
  font-weight: bold;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
  margin: 0;
  color: #fff;
}
.full-screen.band-two .band-content .text {
  font-size: 16px;
  font-family: "Sweet Sans Light", "Arial", sans-serif;
  font-weight: lighter;
  color: #fff;
}
.full-screen.band-two .band-content .text-links a {
  color: #fff;
}
.full-screen.koton-blog-container {
  position: relative;
  background-color: #f0f0f0;
}
.full-screen.koton-blog-container .qodef-bli-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  background-color: #ffffff;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  padding: 25px;
  min-height: 390px;
}
.full-screen.koton-blog-container .qodef-post-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.full-screen.koton-blog-container .qodef-post-image a,
.full-screen.koton-blog-container .qodef-post-image img {
  display: block;
}
.full-screen.koton-blog-container .qodef-bli-content {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 390px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.full-screen.koton-blog-container .qodef-bli-content a {
  text-decoration: none;
  color: #000;
}
.full-screen.koton-blog-container .qodef-bl-standard:not(.qodef-bl-one-column) .qodef-bl-item .qodef-bli-content .post-format-icon {
  margin-bottom: 9px;
}
.full-screen.koton-blog-container .post-format-icon {
  display: none;
  text-align: center;
  padding: 0;
  margin-bottom: 9px;
}
.full-screen.koton-blog-container .post-format-icon .post-format-icon-inner {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  background-color: #ffffff;
}
.full-screen.koton-blog-container .post-format-icon .post-format-icon-inner span.standard {
  background-color: #b0b0b0;
}
.full-screen.koton-blog-container .post-format-icon .post-format-icon-inner span {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 45px;
  height: 46px;
  line-height: 45px;
  border-radius: 50%;
  font-size: 21px;
  color: #fff;
}
.full-screen.koton-blog-container .fa-file-text-o:before {
  content: "";
}
.full-screen.koton-blog-container .qodef-post-title {
  height: auto !important;
  font-size: 14px;
  text-align: left;
  font-weight: bold;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
  margin-top: 15px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.full-screen.koton-blog-container .qodef-bli-excerpt {
  padding: 0;
}
.full-screen.koton-blog-container .qodef-bli-excerpt .qodef-post-excerpt {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: left;
  margin: 5px 0;
  font-size: 13px;
  margin-bottom: 0;
  font-family: "Sweet Sans Light", "Arial", sans-serif;
  font-weight: lighter;
  min-height: 54px;
}
.full-screen.koton-blog-container .qodef-bli-excerpt .qodef-post-excerpt:after {
  content: "...";
}
.full-screen.koton-blog-container .qodef-post-learn-more {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: left;
  margin: 15px 0;
  margin-bottom: 0;
  font-size: 10px !important;
  text-decoration: underline !important;
  cursor: pointer;
  color: #000;
}
.full-screen.koton-blog-container .qodef-bl-standard:not(.qodef-bl-one-column) .qodef-bl-item .qodef-bli-content .qodef-bli-info {
  margin-bottom: 47px;
  padding-top: 10px;
}
.full-screen.koton-blog-container .qodef-bli-info {
  display: none;
  position: relative;
  width: 100%;
  vertical-align: middle;
  margin: 0 0 25px;
  padding-top: 8px;
  clear: both;
}
.full-screen.koton-blog-container .qodef-bli-info > div:last-child {
  padding: 0 0 5px;
}
.full-screen.koton-blog-container .qodef-bli-info > div {
  position: relative;
  display: block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  font-size: 13px;
  line-height: 1.2;
  float: left;
  padding: 0 20px 5px 0;
}
.full-screen.koton-blog-container .qodef-bli-info > div a {
  color: #b1b1b3;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 600;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
}
.full-screen.koton-blog-container meta {
  display: none;
}
.full-screen.koton-blog-container #homepageBlog {
  padding: 25px 0;
  height: 100%;
  width: 100%;
  position: relative;
  float: left;
}
.full-screen.koton-blog-container .kotonblog-container {
  width: 100%;
  position: relative;
  display: inline-block;
  height: auto;
}
.full-screen.koton-blog-container .koton-blog-title {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
}
.full-screen.last-views #promo-banner-5 {
  display: block;
}
@media screen and (max-width: 1500px) {
  .full-screen.last-views #promo-banner-5 {
    display: none;
  }
}
.full-screen.last-views #promo-banner-6 {
  display: none;
}
@media screen and (max-width: 1500px) {
  .full-screen.last-views #promo-banner-6 {
    display: block;
  }
}
.full-screen.footer-content {
  margin-top: 100px;
}
.full-screen.footer-content .footer .linkList ul li {
  line-height: 35px;
}
.full-screen.footer-content .ktn-credit-card .col-xs-2 {
  padding: 0;
}
.full-screen.footer-content .ktn-credit-card .world {
  width: 22%;
  padding-right: 6px;
}
@media screen and (max-width: 1180px) {
  .full-screen.footer-content .ktn-credit-card .world {
    width: 168px;
  }
}
.full-screen.footer-content .ktn-credit-card .world img {
  width: 102px;
  float: left;
  display: block;
  padding-top: 20px;
  margin: 0;
}
.full-screen.footer-content .ktn-credit-card .world span {
  display: block;
  float: left;
  width: 120px;
  text-align: center;
  padding-top: 10px;
  font-size: 12px;
}
@media screen and (max-width: 1180px) {
  .full-screen.footer-content .ktn-credit-card .world span {
    display: none;
  }
}
.full-screen.footer-content .ktn-credit-card .paraf {
  width: 12%;
  padding-left: 13px;
  padding-right: 13px;
  font-size: 12px;
}
@media screen and (max-width: 1180px) {
  .full-screen.footer-content .ktn-credit-card .paraf {
    width: 140px;
  }
}
.full-screen.footer-content .ktn-credit-card .paraf img {
  width: 61px;
  margin: 0;
  padding-top: 10px;
  display: block;
  float: left;
}
.full-screen.footer-content .ktn-credit-card .paraf span {
  display: block;
  float: left;
  width: 52px;
  text-align: center;
  padding-top: 10px;
}
@media screen and (max-width: 1180px) {
  .full-screen.footer-content .ktn-credit-card .paraf span {
    display: none;
  }
}
.full-screen.footer-content .ktn-credit-card .cardfinans {
  width: 19%;
  padding-left: 13px;
  padding-right: 13px;
  font-size: 12px;
}
@media screen and (max-width: 1180px) {
  .full-screen.footer-content .ktn-credit-card .cardfinans {
    width: 190px;
  }
}
.full-screen.footer-content .ktn-credit-card .cardfinans img {
  width: 115px;
  margin: 0;
  padding-top: 17px;
  display: block;
  float: left;
}
.full-screen.footer-content .ktn-credit-card .cardfinans span {
  display: block;
  float: left;
  width: 52px;
  text-align: center;
  padding-top: 10px;
}
@media screen and (max-width: 1180px) {
  .full-screen.footer-content .ktn-credit-card .cardfinans span {
    display: none;
  }
}
.full-screen.footer-content .ktn-credit-card .advantage {
  width: 19%;
  padding-left: 13px;
  padding-right: 13px;
  font-size: 12px;
}
@media screen and (max-width: 1180px) {
  .full-screen.footer-content .ktn-credit-card .advantage {
    width: 213px;
  }
}
.full-screen.footer-content .ktn-credit-card .advantage img {
  width: 134px;
  margin: 0;
  padding-top: 15px;
  display: block;
  float: left;
}
.full-screen.footer-content .ktn-credit-card .advantage span {
  display: block;
  float: left;
  width: 52px;
  text-align: center;
  padding-top: 10px;
}
@media screen and (max-width: 1180px) {
  .full-screen.footer-content .ktn-credit-card .advantage span {
    display: none;
  }
}
.full-screen.footer-content .ktn-credit-card .maximum {
  width: 16%;
  padding-left: 13px;
  padding-right: 13px;
  font-size: 12px;
}
@media screen and (max-width: 1180px) {
  .full-screen.footer-content .ktn-credit-card .maximum {
    width: 165px;
  }
}
.full-screen.footer-content .ktn-credit-card .maximum img {
  width: 89px;
  margin: 0;
  padding-top: 16px;
  display: block;
  float: left;
}
.full-screen.footer-content .ktn-credit-card .maximum span {
  display: block;
  float: left;
  width: 52px;
  text-align: center;
  padding-top: 10px;
}
@media screen and (max-width: 1180px) {
  .full-screen.footer-content .ktn-credit-card .maximum span {
    display: none;
  }
}
.full-screen.footer-content .ktn-credit-card .axess {
  width: 129px;
  padding-left: 13px;
  padding-right: 0;
  border-right: 0;
  font-size: 12px;
}
@media screen and (max-width: 1180px) {
  .full-screen.footer-content .ktn-credit-card .axess {
    width: 78px;
  }
}
.full-screen.footer-content .ktn-credit-card .axess img {
  width: 64px;
  margin: 0;
  padding-top: 16px;
  display: block;
  float: left;
}
.full-screen.footer-content .ktn-credit-card .axess span {
  display: block;
  float: left;
  width: 52px;
  text-align: center;
  padding-top: 10px;
}
@media screen and (max-width: 1180px) {
  .full-screen.footer-content .ktn-credit-card .axess span {
    display: none;
  }
}
.full-screen.footer-content .footer-static {
  background: #f5f5f5 !important;
}
.full-screen.footer-content .shadowBG {
  height: 207px;
  width: 100%;
  text-align: center;
}
.full-screen.footer-content #subscriberDiv {
  height: 164px;
  width: 752px;
  padding: 0;
  margin: 0 auto;
}
.full-screen.footer-content .mailing-title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
  font-family: "Sweet Sans Light", "Arial", sans-serif;
  font-weight: lighter;
}
.full-screen.footer-content .mailing-form {
  width: 100%;
  height: 56px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.full-screen.footer-content #focused {
  height: 100%;
  width: calc(100% - 185px);
  margin: 0;
  border: 1px solid #000;
  float: left;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-size: 12px;
  border-right: none;
}
.full-screen.footer-content #btnPostSubscribe {
  width: 185px;
  font-weight: normal;
  height: 100%;
  padding: 8px;
  float: left;
  font-size: 13px;
  background: #1bbc5e;
  border-color: #1bbc5e;
}
.full-screen.footer-content .ktn-footer-credit-card-content {
  float: left;
  width: 100%;
  height: 91px !important;
  background: white !important;
  margin-top: 100px;
  border-top: 0.5px solid #000;
}
.full-screen.footer-content .ktn-footer-credit-card-content .ktn-credit-card {
  width: 1190px;
  margin: 0 auto;
  float: none;
  margin-top: 19px;
}
@media screen and (max-width: 1180px) {
  .full-screen.footer-content .ktn-footer-credit-card-content .ktn-credit-card {
    width: 998px;
  }
}
.full-screen.footer-content .footer-links-container {
  width: 100%;
  min-height: 449px;
  float: left;
  background-color: #000;
}
.full-screen.footer-content .footer-link-content {
  width: 1160px;
  padding-top: 61px;
  margin: 0 auto;
  min-height: 320px;
}
@media screen and (max-width: 1180px) {
  .full-screen.footer-content .footer-link-content {
    width: 972px;
  }
}
.full-screen.footer-content .company-container {
  width: 206px;
  float: left;
  margin-right: 66px;
}
.full-screen.footer-content .help-container {
  width: 160px;
  float: left;
  margin-right: 67px;
}
.full-screen.footer-content .social-container {
  width: 89px;
  float: left;
  margin-right: 69px;
}
.full-screen.footer-content .payment-container {
  width: 158px;
  float: left;
}
@media screen and (max-width: 1180px) {
  .full-screen.footer-content .payment-container {
    display: none;
  }
}
.full-screen.footer-content .footer-link-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 14px;
  text-transform: uppercase;
}
.full-screen.footer-content .app-container {
  width: 193px;
  float: right;
}
.full-screen.footer-content .app-container .footer-link-heading.ft-koton-app {
  background: url(../../../desktop/theme-koton/images/footer-sprites.png) no-repeat 50% 50%;
  background-position: -6px;
  padding-left: 25px;
  height: 30px;
  line-height: 30px;
  float: left;
  background-position-y: -83px;
  background-position-x: 0;
}
.full-screen.footer-content .app-container .footer-link-heading.ft-koton-blog {
  background: url(../../../desktop/theme-koton/images/footer-sprites.png) no-repeat 50% 50%;
  background-position: 0;
  padding-left: 32px;
  height: 30px;
  line-height: 30px;
  float: left;
  margin-top: 38px;
  background-position-y: -116px;
}
.full-screen.footer-content .app-container .app-store {
  width: 89px;
  height: 32px;
  display: block;
  float: left;
  margin-right: 10px;
  background: url(../../../desktop/theme-koton/images/footer-sprites.png) no-repeat 50% 50%;
  background-position-y: -42px;
  background-position-x: 0;
}
.full-screen.footer-content .app-container .play-store {
  width: 94px;
  height: 32px;
  display: block;
  float: left;
  background: url(../../../desktop/theme-koton/images/footer-sprites.png) no-repeat 50% 50%;
  background-position-y: 0px;
  background-position-x: 0;
}
.full-screen.footer-content .linkList {
  line-height: 40px;
}
.full-screen.footer-content .linkList .footer-link-heading a {
  text-decoration: none !important;
}
.full-screen.footer-content .ft-copyright {
  float: left;
  width: 100%;
  margin-top: 48px;
  height: 66px;
  line-height: 66px;
  border-top: 0.5px solid #fff;
}
.full-screen.footer-content .ft-copyright .ft-container {
  width: 1160px;
  margin: 0 auto;
  float: none;
  position: relative;
}
@media screen and (max-width: 1180px) {
  .full-screen.footer-content .ft-copyright .ft-container {
    width: 970px;
  }
}
.full-screen.footer-content .ft-copyright .ft-container span {
  color: #fff;
  font-size: 9px;
  font-family: "Sweet Sans Light", "Arial", sans-serif;
  font-weight: lighter;
}
.full-screen.footer-content .ft-copyright .ft-container .ft-bank-cards {
  height: 35px;
  width: 122px;
  background: url(../../../desktop/theme-koton/images/footer-bank-cards.png) no-repeat 50% 50%;
  position: absolute;
  right: 0;
  top: 18px;
}
.full-screen.footer-content .footer-link-heading span {
  color: #fff;
  font-weight: 600;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
}
.full-screen.footer-content .footer-link-ullist {
  font-size: 12px;
}
.full-screen.footer-content .footer-link-ullist a {
  color: #fff;
}
.full-screen.footer-content .footer-link-ullist span {
  color: #fff;
}
.full-screen.footer-content .footer-link-ullist .ft-facebook {
  background: url(../../../desktop/theme-koton/images/footer-sprites.png) no-repeat 50% 50%;
  height: 37px;
  display: inline-block;
  background-position: left;
  padding-left: 30px;
  background-position-y: -147px;
}
.full-screen.footer-content .footer-link-ullist .ft-twitter {
  background: url(../../../desktop/theme-koton/images/footer-sprites.png) no-repeat 50% 50%;
  height: 37px;
  display: inline-block;
  background-position: left;
  padding-left: 30px;
  background-position-y: -217px;
}
.full-screen.footer-content .footer-link-ullist .ft-instagram {
  background: url(../../../desktop/theme-koton/images/footer-sprites.png) no-repeat 50% 50%;
  height: 37px;
  display: inline-block;
  background-position: left;
  padding-left: 30px;
  background-position-y: -182px;
}
.full-screen.footer-content .footer-link-ullist .ft-youtube {
  background: url(../../../desktop/theme-koton/images/footer-sprites.png) no-repeat 50% 50%;
  height: 37px;
  display: inline-block;
  background-position: left;
  padding-left: 30px;
  background-position-y: -253px;
}
.full-screen.footer-content .footer-lin-heading2 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
  padding-left: 65px;
}
.full-screen.footer-content footer .social ul li a {
  color: #000;
}
.full-screen.footer-content footer .social ul {
  margin-left: -3px;
}
.full-screen.footer-content .footerTermsAndCond {
  float: right;
  opacity: 1;
  padding: 0;
  margin-right: 222px;
}
.full-screen.footer-content .footerTermsAndCond input {
  display: none;
}
.full-screen.footer-content .footerTermsAndCond .check-box.checked,
.full-screen.footer-content .footerTermsAndCond input[type=checkbox]:checked + .check-box {
  border-color: #000;
}
.full-screen.footer-content .footerTermsAndCond .check-box {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid #bebebe;
  border-radius: 0;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color ease 0.1s;
  transition: border-color ease 0.1s;
  cursor: pointer;
  margin: 0;
}
.full-screen.footer-content .footerTermsAndCond .check-box.checked:before,
.full-screen.footer-content .footerTermsAndCond input[type=checkbox]:checked + .check-box:before {
  height: 15px;
  -webkit-animation: dothatopcheck 0.2s ease 0s forwards;
  animation: dothatopcheck 0.2s ease 0s forwards;
}
.full-screen.footer-content .footerTermsAndCond .check-box:before {
  top: 15.6px;
  left: 8px;
  -webkit-transform: rotate(-142deg);
  transform: rotate(-142deg);
}
.full-screen.footer-content .footerTermsAndCond .check-box:after,
.full-screen.footer-content .footerTermsAndCond .check-box:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  height: 0;
  width: 3px;
  background-color: #000;
  display: inline-block;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-radius: 5px;
  content: " ";
  -webkit-transition: opacity ease 0.5s;
  transition: opacity ease 0.5s;
}
.full-screen.footer-content .footerTermsAndCond .check-box:after,
.full-screen.footer-content .footerTermsAndCond .check-box a {
  position: absolute;
  display: block;
  left: 25px;
  white-space: nowrap;
  font-weight: normal;
  font-size: 12px;
  color: #000;
  text-decoration: underline;
}
.full-screen.footer-content .footerTermsAndCond .check-box:after,
.full-screen.footer-content .footerTermsAndCond .check-box span {
  position: absolute;
  display: block;
  left: 135px;
  white-space: nowrap;
  font-weight: normal;
  font-size: 12px;
  color: #000;
}
.full-screen.footer-content .footerTermsAndCond .check-box.checked:after,
.full-screen.footer-content .footerTermsAndCond input[type=checkbox]:checked + .check-box:after {
  height: 9px;
  -webkit-animation: dothabottomcheck 0.1s ease 0s forwards;
  animation: dothabottomcheck 0.1s ease 0s forwards;
}
.full-screen.footer-content .footerTermsAndCond .check-box:after {
  top: 10.4px;
  left: 0.2px;
  -webkit-transform: rotate(-53deg);
  transform: rotate(-53deg);
}
.full-screen.footer-content .radioGroup {
  float: left;
}
.full-screen.footer-content .gender-radio[type=radio]:checked,
.full-screen.footer-content .gender-radio[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.full-screen.footer-content .gender-radio[type=radio]:checked + label,
.full-screen.footer-content .gender-radio[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #000;
  font-weight: normal;
  margin-right: 60px;
  margin-bottom: 0;
  font-size: 12px;
}
.full-screen.footer-content .gender-radio[type=radio]:checked + label:before,
.full-screen.footer-content .gender-radio[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
.full-screen.footer-content .gender-radio[type=radio]:checked + label:after,
.full-screen.footer-content .gender-radio[type=radio]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #383838;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.full-screen.footer-content .gender-radio[type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.full-screen.footer-content .gender-radio[type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.full-screen.footer-content .footer-worldcard {
  margin-left: -15px;
  margin-bottom: 30px;
  position: relative;
}
.full-screen.footer-content .footer-worldcard:before {
  content: "";
  width: 100%;
  left: -100%;
  top: 0;
  position: absolute;
  height: 80px;
  background-color: #7d43a9;
}
.full-screen.footer-content .footer-worldcard:after {
  content: "";
  width: 100%;
  right: -100%;
  top: 0;
  position: absolute;
  height: 80px;
  background-color: #7d43a9;
}
.full-screen .promo-logo-image {
  position: absolute;
  width: 190px;
  right: 30px;
  text-align: center;
  left: calc(50% - -170px);
  min-height: 275px;
  padding-top: 57px;
  top: calc(50% - 80px);
}
.full-screen .promo-logo-image .homepage-logo-image {
  width: 100%;
}
.full-screen .promo-mobile-images {
  display: none;
}

.right-col.two-col {
  padding: 0 !important;
}

header #logo {
  margin-right: 9px;
}

header nav[role=navigation] > .main-nav > li.main-nav-item {
  padding-left: 7px;
  padding-right: 7px;
  padding-bottom: 6px;
  padding-top: 6px;
}
header nav[role=navigation] > .main-nav > li.main-nav-item:first-child {
  padding-left: 0;
}

header nav[role=navigation] > .main-nav > li.main-nav-item > a {
  padding: 0 2px;
  font-size: 14px;
}

li.main-nav-item.selected:before {
  content: "";
  width: 100%;
  position: absolute;
  height: 33px;
  bottom: -5px;
  left: 0;
}

header nav[role=navigation] .sub-menu-wrap {
  top: 132px;
  padding-left: 50px;
  padding-right: 40px;
}

header nav[role=navigation] .last-item .sub-menu-wrap {
  min-height: auto;
  background: #e7e7e7;
}

#navigation-overlay {
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 150%;
  left: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
}
#navigation-overlay.active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.3s ease 0.2s;
  transition: 0.3s ease 0.2s;
}

.color-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.mac .scrolled header .options .scrolled-search a:before {
  top: -18px;
}

.mac body.searchopen header .searchField i {
  top: 24px;
}

.mac .scrolled .scrollToTop .entypo {
  margin-top: -4px;
}

@media screen and (max-width: 1101px) {
  .mac .full-screen.usp-banner .usp-content:nth-child(4) span {
    display: block;
    margin-top: -8px;
  }
}
body.searchopen.scrolled header {
  height: 130px;
}
body.searchopen.scrolled header .searchField {
  display: block !important;
  margin-top: 63px;
  margin-left: 16px;
}
body.searchopen .color-overlay {
  display: block;
}
body.searchopen header .searchField {
  position: absolute;
  width: calc(100% - 100px);
}
body.searchopen header .searchField input[type=text] {
  width: calc(100% - 90px);
  padding: 0 0 0 66px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-right: none;
  float: left;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
body.searchopen header .searchField i {
  display: inline-block !important;
  top: 6px;
  left: 11px;
  right: auto;
  position: absolute;
}
body.searchopen header .searchField i:before {
  font-size: 70px;
  line-height: 0;
}
body.searchopen header .searchField i.empty-btn {
  display: none !important;
}
body.searchopen header .searchField button.entypo.entypo-search.submitSearch {
  display: none;
}
body.searchopen header .searchField button.fix-search.submitSearch {
  display: inline-block !important;
  position: relative;
  float: left;
  width: 100px;
  height: 47px;
  border: 1px solid #000;
  border-left: none;
  font-size: 20px;
  font-family: "Sweet Sans Light", "Arial", sans-serif;
  font-weight: lighter;
  margin-left: -40px;
  text-align: right;
  padding-right: 10px;
}
body.searchopen header .searchField .searchClose {
  display: inline-block !important;
  height: 47px;
  width: 30px;
  float: left;
  font-size: 32px;
  font-family: "Sweet Sans Light", "Arial", sans-serif;
  font-weight: lighter;
  line-height: 49px;
  text-align: right;
  cursor: pointer;
}

.mainSlider {
  overflow: hidden;
  position: relative;
  height: 450px;
  text-align: center;
  margin-bottom: 20px;
}
.mainSlider img[data-src] {
  opacity: 0;
}
.mainSlider .owl-carousel {
  height: 450px;
  position: relative;
  background: url(../../../desktop/theme-koton/images/layout/preloader.gif) no-repeat 50% 50%;
}
.mainSlider .owl-carousel.owl-loaded {
  background: transparent;
}
.mainSlider .owl-carousel .item a {
  display: block;
}
.mainSlider .owl-carousel .item a img {
  text-indent: -99999px;
}
.mainSlider .owl-nav .owl-prev,
.mainSlider .owl-nav .owl-next {
  display: block;
  width: 45px;
  height: 75px;
  position: absolute;
  top: 50%;
  margin-top: -37px;
  z-index: 10;
  background-image: url(../../../desktop/theme-koton/images/layout/sprites/no-repeat-sb190bae1a1.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}
.mainSlider .owl-nav .owl-prev.owl-prev,
.mainSlider .owl-nav .owl-next.owl-prev {
  background-position: -28px -684px;
  left: 0;
}
.mainSlider .owl-nav .owl-prev.owl-next,
.mainSlider .owl-nav .owl-next.owl-next {
  background-position: -28px -894px;
  right: 0;
}
.mainSlider .owl-dots {
  position: relative;
  text-align: center;
  margin: 0;
  display: inline-block;
  top: -30px;
}
.mainSlider .owl-dots .owl-dot {
  text-align: center;
  border-radius: 50%;
  background: #ffffff;
  opacity: 0.4;
  width: 9px;
  height: 9px;
  display: inline-block;
  margin-right: 9px;
  pointer-events: visible;
}
.mainSlider .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.mainSlider .owl-dots .owl-dot.active {
  opacity: 1;
}

.fast-delivery {
  zoom: 1;
  margin-bottom: 20px;
  margin-top: 10px;
}
.fast-delivery:before, .fast-delivery:after {
  content: "";
  display: table;
}
.fast-delivery:after {
  clear: both;
}

.delivery-list {
  zoom: 1;
  margin-top: 20px;
}
.delivery-list:before, .delivery-list:after {
  content: "";
  display: table;
}
.delivery-list:after {
  clear: both;
}
.delivery-list label {
  font-weight: normal;
}
.delivery-list .delivery-type {
  position: relative;
  margin-bottom: 10px;
}
.delivery-list .delivery-type #hidden-block {
  height: 0;
  overflow: hidden;
  padding: 0 40px;
  border: 2px solid transparent;
  border-top: none;
}
.delivery-list .delivery-type #toggle2:checked ~ #hidden-block {
  height: auto;
  border: 2px solid #dad7d7;
  border-top: none;
  padding-bottom: 20px;
}
.delivery-list .delivery-type .title {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  float: left;
  font-weight: bold;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
  line-height: 1;
}
.delivery-list .delivery-type .payment-value {
  float: right;
  display: block;
  font-weight: bold;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
  line-height: 1;
}
.delivery-list .delivery-type .description {
  display: block;
  float: left;
  width: 100%;
  line-height: 1;
}
@-webkit-keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
.delivery-list .delivery-type input[type=radio].delivery-type-radiobtn {
  position: absolute;
  opacity: 0;
  z-index: 1;
}
.delivery-list .delivery-type input[type=radio].delivery-type-radiobtn + label {
  display: block;
  height: 70px;
  line-height: 1.2;
  font-size: 14px;
  margin: 0;
  border: 2px solid #f5f5f5;
  background: #fff;
  color: #424242;
  cursor: pointer;
  vertical-align: middle;
  position: relative;
  padding-left: 40px;
  padding-right: 20px;
  padding-top: 14px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.delivery-list .delivery-type input[type=radio].delivery-type-radiobtn + label::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  left: 11px;
  background-color: white;
  border: 1px solid #c3c3c3;
  cursor: pointer;
  top: 7px;
  margin-top: 9px;
}
.delivery-list .delivery-type input[type=radio].delivery-type-radiobtn + label::before {
  position: absolute;
  content: "";
  width: 11px;
  height: 5px;
  margin-top: 4px;
  top: 16px;
  left: 15px;
  border: 2px solid #585858;
  border-top: none;
  border-right: none;
  background: transparent;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  z-index: 1;
}
.delivery-list .delivery-type input[type=radio].delivery-type-radiobtn + label:active::before {
  opacity: 0.3;
}
.delivery-list .delivery-type input[type=radio].delivery-type-radiobtn:checked + label {
  border-color: #dad7d7;
  color: #000000;
}
.delivery-list .delivery-type input[type=radio].delivery-type-radiobtn:checked + label::after {
  border: 1px solid #c3c3c3;
}
.delivery-list .delivery-type input[type=radio].delivery-type-radiobtn:checked + label::before {
  opacity: 1;
}
.delivery-list .delivery-type input[type=radio].delivery-type-radiobtn:disabled + label {
  cursor: default;
}
.delivery-list .delivery-type input[type=radio].delivery-type-radiobtn:disabled + label::after {
  background-color: #ffffff;
}
.delivery-list .delivery-type input[type=radio].delivery-type-radiobtn:disabled + label::before {
  display: none;
}
.delivery-list .delivery-type:last-child input[type=radio].delivery-type-radiobtn:checked + label + section {
  padding: 0 20px 20px 20px;
}
.delivery-list #fast-type h4 {
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
  font-size: 12px;
  margin-bottom: 6px;
  margin-top: 10px;
}
.delivery-list #fast-type p {
  display: block;
  width: 100%;
  font-weight: normal;
  font-size: 13px;
  margin-bottom: 0;
  padding: 0;
}
.delivery-list #fast-type small {
  display: block;
  width: 100%;
  font-weight: normal;
  font-size: 12px;
  margin: 10px 0 0 0;
  padding: 0;
}
.delivery-list #fast-type small a {
  text-decoration: underline;
}
.delivery-list #fast-type small a:hover {
  text-decoration: none;
}
.delivery-list #fast-type .item-row {
  zoom: 1;
}
.delivery-list #fast-type .item-row:before, .delivery-list #fast-type .item-row:after {
  content: "";
  display: table;
}
.delivery-list #fast-type .item-row:after {
  clear: both;
}
.delivery-list #fast-type .item-row .radio-btn {
  display: inline-block;
  padding-right: 30px;
  padding-left: 0;
}
.delivery-list #fast-type .item-row .radio-btn input[type=radio] {
  position: absolute;
  opacity: 0;
  z-index: 1;
}
.delivery-list #fast-type .item-row .radio-btn label {
  display: inline-block;
  line-height: 1.2;
  vertical-align: middle;
  position: relative;
  padding-left: 55px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #424242;
  font-size: 13px;
  background: url(../../../desktop/theme-koton/images/fast-delivery-icon.png) no-repeat 20px 50%;
  background-size: 27px 18px;
}
.delivery-list #fast-type .item-row .radio-btn label::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  left: 0;
  top: 50%;
  margin-left: 0;
  margin-top: -6px;
  background-color: white;
  border: 1px solid #424242;
  cursor: pointer;
  border-radius: 50%;
}
.delivery-list #fast-type .item-row .radio-btn label::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  position: absolute;
  content: "";
  margin-left: 0;
  opacity: 0;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  z-index: 1;
  width: 8px;
  height: 8px;
  border: none;
  top: 50%;
  left: 3px;
  margin-top: -3px;
  border-radius: 50%;
  background-color: #000000;
}
.delivery-list #fast-type .item-row .radio-btn label:active::before {
  opacity: 0.3;
}
.delivery-list #fast-type .item-row .radio-btn input[type=checkbox]:checked + label,
.delivery-list #fast-type .item-row .radio-btn input[type=radio]:checked + label {
  color: #000000;
}
.delivery-list #fast-type .item-row .radio-btn input[type=checkbox]:checked + label::after,
.delivery-list #fast-type .item-row .radio-btn input[type=radio]:checked + label::after {
  border: 1px solid #000000;
}
.delivery-list #fast-type .item-row .radio-btn input[type=checkbox]:checked + label::before,
.delivery-list #fast-type .item-row .radio-btn input[type=radio]:checked + label::before {
  opacity: 1;
}
.delivery-list #fast-type .item-row .radio-btn input[type=checkbox]:disabled + label,
.delivery-list #fast-type .item-row .radio-btn input[type=radio]:disabled + label {
  color: #787878;
  cursor: default;
}
.delivery-list #fast-type .item-row .radio-btn input[type=checkbox]:disabled + label::after,
.delivery-list #fast-type .item-row .radio-btn input[type=radio]:disabled + label::after {
  border: 1px solid #787878;
  background-color: #ffffff;
}
.delivery-list #fast-type .item-row .radio-btn input[type=checkbox]:disabled + label::before,
.delivery-list #fast-type .item-row .radio-btn input[type=radio]:disabled + label::before {
  display: none;
}

.terms-wrap {
  margin-top: 20px;
  border-top: 1px solid #dadada;
  padding-top: 30px;
}
.terms-wrap:focus {
  outline: none;
}
.terms-wrap .terms-item:focus {
  outline: none;
}
.terms-wrap .terms-item h6 {
  font-family: "Sweet Sans", "Arial", sans-serif;
  font-size: 15px;
  font-weight: bold;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
  color: #373737;
  padding: 0 15px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.terms-wrap .terms-item p {
  font-size: 12px;
  color: #6e6e6e;
}
.terms-wrap .content {
  width: 100%;
  border: 2px solid #f6f6f6;
  padding: 20px 15px;
}
.terms-wrap .content .inner {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 85px;
  padding-right: 10px;
}
.terms-wrap .content .inner::-webkit-scrollbar-track {
  background-color: #dedede;
}
.terms-wrap .content .inner::-webkit-scrollbar-thumb {
  background-color: #565555;
}
.terms-wrap .content .inner::-webkit-scrollbar {
  width: 4px;
  background-color: #dedede;
}

.orderSummary table.totalTable tbody tr td.fast-delivery-cart {
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 10px;
  background: #fff;
  text-align: left;
  color: #373737;
  font-size: 12px;
}
.orderSummary table.totalTable tbody tr td.fast-delivery-cart a {
  color: #373737;
  display: inline-block;
}
.orderSummary table.totalTable tbody tr td.fast-delivery-cart .checkbox-btn .error + label {
  color: #d51317;
}
.orderSummary table.totalTable tbody tr td.fast-delivery-cart .checkbox-btn .error + label a {
  color: #d51317;
}
.orderSummary table.totalTable tbody tr td.fast-delivery-cart .checkbox-btn .error + label:after {
  border: 1px solid #d51317;
}
.orderSummary table.totalTable tbody tr td.fast-delivery-cart .checkbox-btn label {
  line-height: 1.5;
}
.orderSummary table.totalTable tbody tr td.fast-delivery-cart .checkbox-btn label:before {
  top: 12px;
}
.orderSummary table.totalTable tbody tr td.fast-delivery-cart .checkbox-btn label:after {
  top: 7px;
}

.orderPayment {
  border-bottom: none;
  padding-bottom: 10px;
}

.eInvoice {
  zoom: 1;
}
.eInvoice:before, .eInvoice:after {
  content: "";
  display: table;
}
.eInvoice:after {
  clear: both;
}
.eInvoice #einvoiceChkBx {
  padding: 0 15px;
  margin-bottom: 10px;
}

.orderSummary .btn[disabled] {
  opacity: 0.4;
}

.fast-delivery-popup-wrap .fancybox-skin {
  padding: 20px !important;
}
.fast-delivery-popup-wrap .fancybox-skin .fancybox-inner::-webkit-scrollbar-track {
  background-color: #dedede;
}
.fast-delivery-popup-wrap .fancybox-skin .fancybox-inner::-webkit-scrollbar-thumb {
  background-color: #565555;
}
.fast-delivery-popup-wrap .fancybox-skin .fancybox-inner::-webkit-scrollbar {
  width: 6px;
  background-color: #dedede;
}

.same-day-city-wrap {
  margin-top: 25px;
}

.personeldata {
  margin-top: 15px;
  border-top: 1px solid #dadada;
  padding-top: 15px;
  width: 100%;
  margin-left: 0;
}
.personeldata div {
  padding-left: 45px;
}
.personeldata i {
  font-size: 16px;
  width: 43px;
  padding-left: 18px;
  float: left;
  line-height: 29px;
}

#fast-delivery-info-popup {
  outline: none;
  display: none;
  width: 100%;
  padding: 0 20px;
}
#fast-delivery-info-popup .same-day-district-table {
  margin-bottom: 20px;
  margin-top: 5px;
}
#fast-delivery-info-popup .same-day-city-table {
  margin-bottom: 20px;
  margin-top: 5px;
}
#fast-delivery-info-popup .delivery-title {
  text-transform: uppercase;
  font-size: 19px;
  color: #444444;
  text-align: center;
  font-weight: bold;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
  margin-bottom: 20px;
  margin-top: 15px;
}
#fast-delivery-info-popup .delivery-sub-title {
  text-transform: uppercase;
  font-size: 15px;
  color: #444444;
  text-align: center;
  font-weight: bold;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
  margin-bottom: 5px;
  margin-top: 15px;
}
#fast-delivery-info-popup p {
  font-size: 14px;
  color: #444444;
  margin: 0;
  padding-bottom: 10px;
  line-height: 1.4;
  text-align: center;
}
#fast-delivery-info-popup p span {
  text-decoration: underline;
}
#fast-delivery-info-popup .fast-delivery-table {
  width: 100%;
}
#fast-delivery-info-popup .fast-delivery-table tr td {
  font-size: 13px;
  border: 1px solid #eaeaea;
  line-height: 20px;
  text-align: center;
  padding: 5px 10px;
}
#fast-delivery-info-popup .fast-delivery-table thead tr td {
  font-size: 14px;
  font-weight: bold;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
}

/*
 * ----------------------------------------
 * animation slide-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 1;
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 1;
  }
}
@-webkit-keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }
}
@keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }
}
.fullpage {
  margin-left: -15px;
  width: calc(100% + 30px);
  padding: 0;
}
.fullpage .slide-top {
  -webkit-animation: slide-top 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-top 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.fullpage .slide-bottom {
  -webkit-animation: slide-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.fullpage .swiper-container-horizontal > .swiper-pagination-bullets {
  display: none;
  top: 5px;
  right: 0;
  left: auto;
  bottom: auto;
  text-align: right;
  padding-right: 10px;
}
.fullpage .swiper-pagination-white .swiper-pagination-bullet-active {
  background: #6f6f6f;
}
.fullpage .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #707070;
  outline: none;
}
.fullpage .addContainer {
  background-color: rgba(255, 255, 255, 0.8);
  margin: 0;
  position: absolute;
  z-index: 2;
  left: 10px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  bottom: 90px;
  width: calc(100% - 20px);
  min-height: 52px;
  height: auto;
  line-height: 48px;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  cursor: default;
}
.fullpage .addContainer.bd-show {
  bottom: 118px;
}
.fullpage .addContainer.bd-show.bd-colors {
  bottom: 132px;
}
.fullpage .addContainer .addButtonFastShop {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  height: 100%;
  width: 100%;
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
}
.fullpage .addContainer:hover .addSizes {
  display: block;
}
.fullpage .addContainer:hover .addButtonFastShop {
  display: none;
}
.fullpage .addContainer .addSizes {
  display: none;
  min-height: 38px;
  height: auto;
  margin-top: 12px;
  width: 100%;
  text-align: center;
  line-height: 24px;
  padding-bottom: 10px;
}
.fullpage .addContainer .addSizes .addSize {
  display: inline-block;
  padding: 0 10px;
  font-size: 12px;
  color: #000;
}
.fullpage .addContainer .addSizes .addSize.passive {
  color: #d2d0d1;
  display: none;
}
.fullpage .addContainer .addSizes .addSize.passive:hover {
  color: #d2d0d1;
  cursor: default;
  background: none;
}
.fullpage .addContainer .addSizes .addSize:hover {
  background: #f3f3f3;
  cursor: pointer;
}
.fullpage #breadcrumb {
  padding: 0;
  margin-bottom: 20px;
}
.fullpage #breadcrumb ul {
  height: 43px;
  line-height: 43px;
  padding: 0 52px;
  border-color: #ebebeb;
}
.fullpage #breadcrumb ul li span.entypo-arrow-right2 {
  color: #aaaaaa;
  font-weight: 600;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
  top: -2px;
  right: -13px;
}
.fullpage #breadcrumb ul li span.entypo-arrow-right2:before {
  font-size: 12px;
  content: "/";
}
.fullpage #breadcrumb ul li a {
  color: #aaaaaa;
  font-weight: 600;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
}
.fullpage #breadcrumb ul li p {
  color: #aaaaaa;
  font-family: "Sweet Sans Light", "Arial", sans-serif;
  font-weight: lighter;
  top: 2px;
  position: relative;
}
.fullpage aside#facet-wrap {
  padding-left: 52px;
  padding-right: 50px;
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
  width: 270px;
}
.fullpage aside#facet-wrap .productListFilter {
  max-height: 100%;
  overflow-x: auto;
}
.fullpage aside#facet-wrap .clear-filter {
  display: none;
  height: 39px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 9px;
}
.fullpage aside#facet-wrap .clear-filter .filter-headline {
  font-size: 13px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
}
.fullpage aside#facet-wrap .clear-filter form {
  float: right;
}
.fullpage aside#facet-wrap .clear-filter form .allFilter {
  font-size: 10px;
  color: #000;
  text-decoration: underline;
}
.fullpage .productListFilter::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.fullpage .productListFilter::-webkit-scrollbar-button {
  width: 6px;
  height: 6px;
}
.fullpage .productListFilter::-webkit-scrollbar-thumb {
  background: #ebebeb;
  border: 0px none #ffffff;
  border-radius: 85px;
}
.fullpage .productListFilter::-webkit-scrollbar-thumb:hover {
  background: #c9c9c9;
}
.fullpage .productListFilter::-webkit-scrollbar-thumb:active {
  background: #c9c9c9;
}
.fullpage .productListFilter::-webkit-scrollbar-track {
  background: #ffffff;
  border: 0px none #ffffff;
  border-radius: 85px;
}
.fullpage .productListFilter::-webkit-scrollbar-track:hover {
  background: #ffffff;
}
.fullpage .productListFilter::-webkit-scrollbar-track:active {
  background: #ffffff;
}
.fullpage .productListFilter::-webkit-scrollbar-corner {
  background: transparent;
}
.fullpage .productListFilter .filterWrapper {
  max-height: 331px;
  overflow: hidden;
  margin: 0 0 6px;
}
.fullpage .productListFilter .filterWrapper h3 {
  min-height: 50px;
  line-height: 50px;
  padding: 0;
  margin: 0;
  width: 100%;
}
.fullpage .productListFilter .filterWrapper h3 svg {
  width: 11px;
  float: right;
  top: 20px;
  right: 15px;
  position: relative;
}
.fullpage .productListFilter .filterWrapper h3.collapsed .fa-minus {
  display: none;
}
.fullpage .productListFilter .filterWrapper h3.collapsed .fa-plus {
  display: block;
}
.fullpage .productListFilter .filterWrapper h3 .fa-minus {
  display: block;
}
.fullpage .productListFilter .filterWrapper h3 .fa-plus {
  display: none;
}
.fullpage .productListFilter .filterWrapper .facetValues {
  display: block;
}
.fullpage .productListFilter .filterWrapper .facetValues label {
  width: 100%;
  font-size: 12px;
  line-height: 24px;
  color: #000;
}
.fullpage .productListFilter .filterWrapper .facetValues label span.text:before {
  height: 19px;
  width: 19px;
  position: relative;
  margin-top: 0;
  top: 6px;
  margin-right: 6px;
}
.fullpage .productListFilter .filterWrapper .facetValues label span.text .active-filter {
  width: 0px;
  display: inline-block;
}
.fullpage .productListFilter .filterWrapper .facetValues label span.text .filter-text {
  text-indent: -7px;
  position: relative;
  width: auto;
  display: inline-block;
}
.fullpage .productListFilter .filterWrapper .facetValues input[type=checkbox]:checked + span.text:before {
  background: none;
  border: 1px solid #bdbdbd;
}
.fullpage .productListFilter .filterWrapper .facetValues input[type=checkbox]:checked + span.text .active-filter:before {
  content: "";
  background-color: #000;
  display: inline-block;
  height: 13px;
  width: 13px;
  position: relative;
  left: -26px;
  top: 2px;
}
.fullpage .productListFilter .filterWrapper .facetValues .facet_block {
  max-height: 100% !important;
}
.fullpage .productListFilter .filterWrapper label:before {
  display: none;
}
.fullpage .productListFilter .filterWrapper ul li label:hover .filter-text {
  text-decoration: underline;
}
.fullpage .productListFilter .filterWrapper ul li .facetValueCount {
  float: right;
  margin-right: 15px;
  font-size: 10px;
  margin-top: 6px;
  color: #6f6f6f;
}
.fullpage .productListFilter .filterWrapper .facetShowMore-container {
  display: none;
  width: 100%;
  height: 62px;
  line-height: 90px;
  bottom: 8px;
  position: absolute;
  text-align: center;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(17%, rgba(255, 255, 255, 0.7)), color-stop(22%, rgba(255, 255, 255, 0.75)), color-stop(34%, rgba(255, 255, 255, 0.9)), color-stop(57%, rgba(255, 255, 255, 0.96)), color-stop(73%, #fff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 17%, rgba(255, 255, 255, 0.75) 22%, rgba(255, 255, 255, 0.9) 34%, rgba(255, 255, 255, 0.96) 57%, #fff 73%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
  text-decoration: underline;
}
.fullpage .productListFilter .filterWrapper .facetShowMore-container.open {
  height: 22px;
  line-height: 22px;
}
.fullpage .productListFilter .filterWrapper .facetShowMore-container.open #more {
  display: none;
}
.fullpage .productListFilter .filterWrapper .facetShowMore-container.open #less {
  display: block;
}
.fullpage .productListFilter .filterWrapper .facetShowMore-container #more {
  display: block;
}
.fullpage .productListFilter .filterWrapper .facetShowMore-container #less {
  display: none;
}
.fullpage .productListFilter .filterWrapper .facetShowMore-container .btn-facetShowMore {
  cursor: pointer;
  color: #000;
  font-size: 11px;
}
.fullpage .productListFilter .filterWrapper form#Beden, .fullpage .productListFilter .filterWrapper form#Size {
  text-transform: uppercase;
}
.fullpage .textt_more {
  height: auto;
  margin-top: 0;
  padding-top: 50px;
  border-bottom: 50px solid #fff;
  padding-left: 50px;
  padding-right: 50px;
  border-top: 1px solid #f0f0f0;
  background-color: #fff;
  color: #6c6c6c;
}
.fullpage .textt_more ~ #showmoreorlessbutton {
  width: 100%;
  text-align: right;
  position: absolute;
  right: 55px;
  bottom: 20px;
  text-transform: capitalize;
}
.fullpage .product-list-title {
  padding-right: 50px;
}
.fullpage .product-list-title h1 {
  font-size: 24px;
  text-transform: uppercase;
}
.fullpage .product-list-title h1 .plt-count {
  font-size: 16px;
  margin-left: 10px;
  text-transform: capitalize;
}
.fullpage .pageBar-wrap {
  padding-right: 50px;
}
.fullpage .pageBar-wrap .pagingBar {
  min-height: 68px;
  line-height: 50px;
  background-color: #ebebeb;
}
.fullpage .pageBar-wrap .pagingBar form.sortForm label {
  text-transform: uppercase;
  color: #000;
  font-family: "Sweet Sans Light", "Arial", sans-serif;
  font-weight: lighter;
}
.fullpage .pageBar-wrap .pagingBar form.sortForm .selectboxit-container {
  margin-top: 9px;
}
.fullpage .pageBar-wrap .pagingBar form.sortForm .selectboxit-container .selectboxit {
  height: 42px;
  width: 245px;
}
.fullpage .pageBar-wrap .pagingBar form.sortForm .selectboxit-container .sortOptions span {
  line-height: 42px;
  height: 42px;
}
.fullpage .plp-top-band {
  min-height: 91px;
  background: #f41f1f;
  padding: 26px;
  text-align: center;
  text-decoration: none;
}
.fullpage .plp-top-band .plp-band-title {
  margin-bottom: 0;
  font-size: 14px;
  font-family: "Sweet Sans Light", "Arial", sans-serif;
  font-weight: lighter;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
.fullpage .plp-top-band .plp-band-content {
  margin-bottom: 0;
  text-shadow: 1px 2px 6px rgba(0, 0, 0, 0.16);
  font-size: 28px;
  font-family: "Sweet Sans Light", "Arial", sans-serif;
  font-weight: lighter;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
.fullpage .plp-top-band .plp-band-coupon {
  margin-bottom: 0;
  font-size: 16px;
  font-family: "Sweet Sans Light", "Arial", sans-serif;
  font-weight: lighter;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
.fullpage .productGrid {
  padding-right: 0;
  padding-left: 10px;
}
.fullpage .productGrid .product-item {
  padding-left: 0;
  padding-right: 0;
  width: calc(50% - 50px);
  margin-right: 50px;
}
.fullpage .product-item {
  margin-bottom: 35px;
}
.fullpage .product-item.plp-small-images {
  width: calc(33.33333% - 50px);
}
.fullpage .product-item.plp-small-images .wrapper {
  border: 0 solid #fff;
}
.fullpage .product-item.plp-small-images .wrapper:hover {
  border: 0 solid #fff;
}
.fullpage .product-item.plp-small-images .image img {
  border-left: 3px solid #fff;
  border-right: 0 solid #fff;
}
@media screen and (max-width: 1920px) {
  .fullpage .product-item.plp-small-images .image img {
    /*min-height: 62vh;*/
  }
}
@media screen and (max-width: 1300px) {
  .fullpage .product-item.plp-small-images .image img {
    /*min-height: 38vh;*/
  }
}
.fullpage .product-item.plp-large-images {
  width: calc(50% - 50px);
}
.fullpage .product-item.plp-large-images .image .swiper-slide {
  min-height: 50vh;
  width: calc(100% + 1px) !important;
}
.fullpage .product-item .wrapper {
  margin: 0;
}
.fullpage .product-item .colors {
  margin-top: 15px;
  width: 100%;
}
.fullpage .product-item .colors .inner {
  float: left;
  width: 100%;
}
.fullpage .product-item figcaption {
  min-height: 100px;
  max-height: 100px;
}
.fullpage .product-item figcaption .colors-content {
  display: block !important;
  float: left;
  width: auto !important;
  margin-top: 2px;
}
.fullpage .product-item figcaption .more-colors-text {
  display: block !important;
  float: left;
  margin-right: 7px;
}
.fullpage .product-item .swiper-button-next,
.fullpage .product-item .swiper-button-prev {
  display: none;
}
.fullpage .product-item .swiper-button-next.swiper-button-white {
  background-image: url(https://image.flaticon.com/icons/svg/118/118740.svg);
  outline: none;
}
.fullpage .product-item .swiper-button-prev.swiper-button-prev {
  background-image: url(https://image.flaticon.com/icons/svg/118/118739.svg);
  outline: none;
}
.fullpage .product-item:hover .addContainer {
  visibility: visible;
  -webkit-animation: slide-top 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-top 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.fullpage .product-item:hover .swiper-container-horizontal > .swiper-pagination-bullets {
  display: block;
}
.fullpage .product-item:hover .swiper-button-next,
.fullpage .product-item:hover .swiper-button-prev {
  display: block;
}
.fullpage .product-item.big-size {
  width: calc(100% - 50px);
}
.fullpage .product-item.big-size.plp-small-images {
  width: calc(100% - 50px);
}
.fullpage .product-item.big-size.plp-large-images {
  width: calc(100% - 50px);
}
.fullpage .product-item.big-size .swiper-lazy-preloader {
  margin-top: 31%;
}
.fullpage .product-item.big-size figcaption {
  float: left;
  width: 100%;
  text-align: left;
}
.fullpage .product-item.big-size figcaption .colors {
  margin-top: 15px;
}
.fullpage .product-item.big-size .my-fav-icon {
  right: 0;
  bottom: 49px;
}
.fullpage .product-item.big-size .my-fav-icon:before {
  line-height: 32px;
  width: 29px;
  height: 29px;
  font-size: 15px;
  color: #000000;
  border: 1px solid #000000;
  cursor: pointer;
}
.fullpage .product-item.big-size .image {
  height: 100%;
  max-height: initial;
}
.fullpage .product-item.big-size .image img {
  max-height: 100% !important;
  max-width: 50% !important;
  width: 50% !important;
  height: auto;
  display: inline;
  float: left;
  border: none;
}
.fullpage .product-item.big-size .image img:first-child {
  border-left: 0 solid #fff;
}
.fullpage .product-item.big-size .image img:last-child {
  border-right: 0 solid #fff;
}
.fullpage .product-item.big-size .wrapper {
  height: 100%;
  position: relative;
  width: 100%;
  display: inline-block;
}
.fullpage .product-item .image {
  height: auto;
  max-height: 1005px;
}
.fullpage .product-item .image img {
  max-height: 100% !important;
  max-width: 100% !important;
  width: 100% !important;
  height: auto;
  border-left: 0px solid #fff;
  border-right: 4px solid #fff;
}
.fullpage .product-item .wrapper:hover {
  border-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fullpage .product-item .wrapper figure figcaption {
  padding: 19px 0 0 0;
  text-align: left;
}
.fullpage .product-item .wrapper figure figcaption .prc-name {
  font-size: 12px;
  margin-bottom: 12px;
}
.fullpage .product-item .wrapper figure figcaption .price {
  font-size: 15px;
}
.fullpage .product-item .wrapper figure figcaption .price .insteadPrice {
  color: #000;
  margin-right: 10px;
}
.fullpage .product-item .wrapper figure figcaption .price .newPrice {
  color: #f41f07;
  font-weight: bold;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
}
.fullpage .product-item .wrapper figure figcaption .price .product-badge {
  display: inline-block;
  width: 53px;
  height: 23px;
  line-height: 23px;
  color: #fff;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  margin-left: 15px;
}
.fullpage .product-item .wrapper figure figcaption .price #new-product-badge {
  background-color: #000000;
}
.fullpage .product-item .wrapper figure figcaption .price #discount-product-badge {
  background-color: #e30613;
}
.fullpage .product-item .wrapper figure figcaption .price .basket-discount-container {
  width: 100%;
}
.fullpage .product-item .wrapper figure figcaption .price .basket-discount-container .bd-textArea {
  max-width: 263px;
  width: 100%;
  min-height: 33px;
  line-height: 29px;
  margin-top: 10px;
  border: 1px solid #1BBC5E;
  border-radius: 10px;
  text-align: center;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
  font-size: 12px;
  color: #1BBC5E;
}
.fullpage .product-item .wrapper figure figcaption .price .basket-discount-container .bd-textArea .bd-price {
  color: #000000;
  font-size: 16px;
  line-height: 27px;
}
.fullpage .product-item .wrapper figure .my-fav-icon {
  right: 2px;
  bottom: 49px;
}
.fullpage .product-item .wrapper figure .my-fav-icon.bd-fav {
  bottom: 93px;
}
.fullpage .product-item .wrapper figure .my-fav-icon:before {
  line-height: 32px;
  width: 29px;
  height: 29px;
  font-size: 15px;
  color: #000000;
  border: 1px solid #000000;
  cursor: pointer;
}
.fullpage .product-item .wrapper figure .my-fav-icon:hover:before {
  color: #6c6c6c;
}
.fullpage .product-item .wrapper figure .my-fav-icon.my-fav-icon-added:before {
  color: #f41f07 !important;
}
.fullpage .product-list-container {
  margin-left: 260px;
  position: relative;
  width: calc(100% - 260px);
  float: left;
  margin-bottom: 88px;
}
.fullpage .product-list-container .plp-view-options {
  position: absolute;
  top: 8px;
  right: 50px;
}
.fullpage .product-list-container .plp-view-options .list-item {
  margin-right: 10px;
  float: left;
}
.fullpage .product-list-container .plp-view-options .list-item input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.fullpage .product-list-container .plp-view-options .list-item input:checked + label {
  background-color: #000;
}
.fullpage .product-list-container .plp-view-options .list-item label {
  position: relative;
  display: block;
  width: 22px;
  height: 20px;
  padding-bottom: 0;
  overflow: hidden;
  background-color: #dadada;
  text-indent: -9999px;
  margin: 0;
  cursor: pointer;
}
.fullpage .product-list-container .plp-view-options .list-item label.large-images:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  width: 4px;
  height: 100%;
  border-left: 1px solid #fff;
}
.fullpage .product-list-container .plp-view-options .list-item label.small-images:before {
  content: "";
  position: absolute;
  left: 6px;
  width: 7px;
  top: 0;
  height: 100%;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.fullpage .product-list-container .plp-view-options .list-item label.small-images:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
.fullpage .swiper-button-next.swiper-button-disabled,
.fullpage .swiper-button-prev.swiper-button-disabled {
  pointer-events: auto;
  opacity: 0.15;
}
.fullpage .swiper-lazy-preloader {
  display: none;
  margin-top: 20vh;
  top: 0;
}
.fullpage .swiper-lazy-preloader.swiper-lazy-preloader-white:after {
  background-image: url(../../../desktop/theme-koton/images/plp-loader.svg);
}
.fullpage .pagingBar.bottom {
  padding: 0 50px;
}
.fullpage .pagingBar.bottom .totalResults {
  display: none;
}
.fullpage .pagingBar.bottom .paging {
  background: none;
  padding: 5px 8px 5px 18px;
}
.fullpage .pagingBar .paging {
  margin-top: 20px;
  line-height: 23px;
}
.fullpage .pagingBar .paging ul li {
  float: left;
  margin: 0 14px 0 0;
  color: #000000;
  width: 23px;
  height: 23px;
  text-align: center;
}
@media screen and (max-width: 1048px) {
  .fullpage .pagingBar .paging ul li {
    margin: 0 7px 0 0;
  }
}
.fullpage .pagingBar .paging ul li a {
  color: #000000;
  font-size: 16px;
  display: block;
}
.fullpage .pagingBar .paging ul li strong {
  color: #fff;
  background-color: #6f6f6f;
  font-size: 16px;
  width: 23px;
  height: 23px;
  display: block;
  border-radius: 100%;
  line-height: 20px;
}
.fullpage .pagingBar .paging ul li .entypo {
  line-height: 1px;
}
.fullpage .product-content-wrap .remooz-fullScreenContainer {
  display: none;
  height: 2000px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
  background-color: rgba(255, 255, 255, 0.8);
}
.fullpage .product-content-wrap .remooz-fullScreenContainer img {
  position: absolute;
  z-index: 1000;
  cursor: zoom;
  display: block;
}
.fullpage .product-content-wrap .remooz-fullScreenContainer .remooz-fullScreenContainer-inner {
  text-align: center;
  z-index: 19;
}
.fullpage .product-content-wrap .remooz-fullScreenContainer-controller {
  position: absolute;
  z-index: 200;
  width: 50px;
  height: 50px;
  font-size: 50px;
  line-height: 50px;
  cursor: pointer;
}
.fullpage .product-content-wrap .remooz-fullScreenContainer-close {
  top: 20px;
  right: 20px;
}
.fullpage .product-content-wrap .remooz-fullScreenContainer-next {
  top: 50%;
  right: 20px;
  margin-top: -25px;
  position: fixed;
}
.fullpage .product-content-wrap .remooz-fullScreenContainer-prev {
  top: 50%;
  left: 20px;
  margin-top: -25px;
  position: fixed;
}
.fullpage .product-content-wrap .detailShowcaseContainer {
  padding-left: 50px;
  padding-right: 27px;
  width: 65%;
  min-height: 80vh;
}
.fullpage .product-content-wrap .detailShowcaseContainer .productDetailShowcase {
  margin-bottom: 60px;
  border: none;
}
.fullpage .product-content-wrap .detailShowcaseContainer .productDetailShowcase .productDetailImageContainer .column-1 {
  float: left;
  width: 100%;
}
.fullpage .product-content-wrap .detailShowcaseContainer .productDetailShowcase .productDetailImageContainer .column-1 img {
  width: calc(100% - 18px);
  float: left;
  padding-right: 18px;
  padding-bottom: 18px;
  cursor: url(../../../desktop/theme-koton/images/zoom-in-18.svg), auto;
}
.fullpage .product-content-wrap .detailShowcaseContainer .productDetailShowcase .productDetailImageContainer .column-2 {
  float: left;
  width: 100%;
}
.fullpage .product-content-wrap .detailShowcaseContainer .productDetailShowcase .productDetailImageContainer .column-2 img {
  width: 50%;
  float: left;
  padding-right: 18px;
  padding-bottom: 18px;
  cursor: url(../../../desktop/theme-koton/images/zoom-in-18.svg), auto;
}
.fullpage .product-content-wrap .detailShowcaseContainer .productDetailShowcase .productDetailImageContainer .column-3 {
  float: left;
}
.fullpage .product-content-wrap .detailShowcaseContainer .productDetailShowcase .productDetailImageContainer .column-3 img {
  width: 33.3333333%;
  float: left;
  padding-right: 18px;
  padding-bottom: 18px;
  cursor: url(../../../desktop/theme-koton/images/zoom-in-18.svg), auto;
}
.fullpage .product-content-wrap .detailDescriptionContainer {
  position: relative;
  right: -15px;
  width: 35%;
  height: auto;
  padding-left: 0;
  margin-top: 0;
}
.fullpage .product-content-wrap .productDetailDescription {
  position: absolute;
  width: 100%;
  height: auto;
  right: 0;
  top: 0;
  background: #fff;
  padding-right: 50px;
}
.fullpage .product-content-wrap .productDetailDescription h1 {
  font-size: 24px;
  font-weight: bold;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
  color: #000;
  width: calc(100% - 40px);
}
.fullpage .product-content-wrap .productDetailDescription h1 span {
  font-family: "Sweet Sans Light", "Arial", sans-serif;
  font-weight: lighter;
}
.fullpage .product-content-wrap .productDetailDescription .productNumber {
  font-size: 12px;
  color: #000;
  margin-top: -5px;
  margin-bottom: 10px;
}
.fullpage .product-content-wrap .productDetailDescription .price {
  padding-bottom: 0;
  border: none;
  margin-bottom: 20px;
}
.fullpage .product-content-wrap .productDetailDescription .price .price-contain {
  width: auto;
  display: inline-block;
}
.fullpage .product-content-wrap .productDetailDescription .price .price-contain .insteadPrice {
  font-size: 23px;
  line-height: normal;
  font-weight: normal;
}
.fullpage .product-content-wrap .productDetailDescription .price .price-contain .newPrice {
  font-size: 23px;
  line-height: normal;
  font-weight: bold;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
  color: #e30613;
  margin-left: 5px;
}
.fullpage .product-content-wrap .productDetailDescription .product-badge {
  display: inline-block;
  width: 53px;
  height: 23px;
  line-height: 23px;
  color: #fff;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  margin-left: 20px;
  position: relative;
  top: -4px;
}
.fullpage .product-content-wrap .productDetailDescription #discount-product-badge {
  background-color: #e30613;
}
.fullpage .product-content-wrap .productDetailDescription .basket-discount-container {
  width: 100%;
}
.fullpage .product-content-wrap .productDetailDescription .basket-discount-container .bd-textArea {
  max-width: 304px;
  width: 100%;
  min-height: 37px;
  line-height: 33px;
  margin-top: 10px;
  border: 1px solid #1BBC5E;
  border-radius: 10px;
  text-align: center;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
  font-size: 14px;
  color: #1BBC5E;
}
.fullpage .product-content-wrap .productDetailDescription .basket-discount-container .bd-textArea .bd-price {
  color: #000000;
  font-size: 21px;
  line-height: 28px;
}
.fullpage .product-content-wrap .productDetailDescription #new-product-badge {
  background-color: #000000;
  margin-left: 3px;
}
.fullpage .product-content-wrap .productDetailDescription .size-options li a {
  text-decoration: underline;
  color: #000;
}
.fullpage .product-content-wrap .productDetailDescription .size {
  margin-bottom: 5px;
}
.fullpage .product-content-wrap .productDetailDescription .size .title {
  font-size: 12px;
  color: #000;
}
.fullpage .product-content-wrap .productDetailDescription .size .size-items li {
  margin-bottom: 0;
}
.fullpage .product-content-wrap .productDetailDescription .size .size-items li a {
  padding: 0;
  height: 32px;
  line-height: 32px;
  min-width: 48px;
  text-decoration: none;
  border: 1px solid #bcbcbc;
  margin-bottom: 5px;
  padding: 0 2px;
}
.fullpage .product-content-wrap .productDetailDescription .size .size-items li a.selected {
  background-color: #fff;
  color: #000;
  border: 2px solid #000;
  line-height: 30px;
}
.fullpage .product-content-wrap .productDetailDescription .color .title {
  font-size: 12px;
  color: #000;
}
.fullpage .product-content-wrap .productDetailDescription .color ul li a {
  width: 26px;
  height: 26px;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
  border: 2px solid #ebebeb;
  background-size: cover;
}
.fullpage .product-content-wrap .productDetailDescription .color ul li.selected {
  border: none;
}
.fullpage .product-content-wrap .productDetailDescription .color ul li.selected a {
  border: 2px solid #000;
}
.fullpage .product-content-wrap .productDetailDescription .buttons {
  margin-top: 15px;
  width: 100%;
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}
.fullpage .product-content-wrap .productDetailDescription .buttons .addToCartBtn {
  margin-bottom: 0;
  height: 54px;
  line-height: 54px;
  font-size: 18px;
}
.fullpage .product-content-wrap .productDetailDescription .buttons .addToCartBtn .entypo {
  display: none;
}
.fullpage .product-content-wrap .productDetailDescription .quantityStockWrap.countSelector {
  width: 100%;
  margin-top: 0;
  display: block;
  float: left;
  margin-right: 7px;
}
.fullpage .product-content-wrap .productDetailDescription .quantityStockWrap.countSelector .selectQuantityAlert {
  top: -41px;
  width: 100%;
  font-size: 12px;
}
.fullpage .product-content-wrap .productDetailDescription .quantityStockWrap.countSelector .quantity .hybrid-select {
  float: none;
  height: auto;
  width: 112px;
}
.fullpage .product-content-wrap .productDetailDescription .quantityStockWrap.countSelector .quantity .hybrid-select:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 20px;
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.fullpage .product-content-wrap .productDetailDescription .quantityStockWrap.countSelector .quantity .hybrid-select .quantitySelect {
  height: 53px;
  font-size: 16px;
}
.fullpage .product-content-wrap .productDetailDescription .quantityStockWrap #stokmsg {
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  color: #d51317;
}
.fullpage .product-content-wrap .productDetailDescription .quantityStockWrap #kartmsj {
  width: 100%;
  margin-top: 0;
  margin-left: 0;
}
.fullpage .product-content-wrap .productDetailDescription .quantityStockWrap #kartmsj a:hover {
  color: #0DB50D !important;
  text-decoration: underline;
}
.fullpage .product-content-wrap .productDetailDescription .detail-page-add-fav {
  position: absolute;
  top: 0;
  right: 50px;
  width: 38px;
}
.fullpage .product-content-wrap .productDetailDescription .detail-page-add-fav .my-fav-icon {
  text-decoration: none;
  color: #ffffff;
  font-size: 0px;
  width: 38px;
}
.fullpage .product-content-wrap .productDetailDescription .detail-page-add-fav .my-fav-icon:before {
  border: 1px solid #000;
  color: #000;
  top: 0;
}
.fullpage .product-content-wrap .productDetailDescription .detail-page-add-fav .my-fav-icon:hover:before {
  color: #e30613;
}
.fullpage .product-content-wrap .productDetailDescription .detail-page-add-fav .my-fav-icon.my-fav-icon-added:before {
  color: #e30613;
}
.fullpage .product-content-wrap .productDetailDescription .product-options-cont .text-container {
  margin-bottom: 30px;
}
.fullpage .product-content-wrap .productDetailDescription .product-options-cont .text-container .detailPageTexts:hover {
  cursor: pointer;
}
.fullpage .product-content-wrap .productDetailDescription .product-options-cont .text-container .detailPageTexts:hover ~ .socialLinks {
  display: block;
}
.fullpage .product-content-wrap .productDetailDescription .product-options-cont .text-container img {
  margin-top: -4px;
}
.fullpage .product-content-wrap .productDetailDescription .product-options-cont .text-container img.tshirt {
  width: 23px;
}
.fullpage .product-content-wrap .productDetailDescription .product-options-cont .text-container img.deliveryReturn {
  width: 23px;
}
.fullpage .product-content-wrap .productDetailDescription .product-options-cont .text-container img.mapPin {
  width: 23px;
}
.fullpage .product-content-wrap .productDetailDescription .product-options-cont .text-container img.share {
  width: 23px;
}
.fullpage .product-content-wrap .productDetailDescription .product-options-cont .text-container button {
  text-decoration: none;
}
.fullpage .product-content-wrap .productDetailDescription .product-options-cont .text-container button:hover {
  color: #000;
}
.fullpage .product-content-wrap .productDetailDescription .product-options-cont .text-container button.findinstorebtn {
  padding: 0;
  margin-top: -4px;
}
.fullpage .product-content-wrap .productDetailDescription .product-options-cont .text-container a {
  color: #000;
  cursor: pointer;
}
.fullpage .product-content-wrap .productDetailDescription .product-options-cont .text-container a:hover {
  color: #000;
}
.fullpage .product-content-wrap .productDetailDescription .product-options-cont .text-container .socialLinks {
  display: none;
  top: -8px;
  position: relative;
}
.fullpage .product-content-wrap .productDetailDescription .product-options-cont .text-container .socialLinks:hover {
  display: block;
  cursor: pointer;
}
.fullpage .product-content-wrap .productDetailDescription .product-options-cont .text-container .socialLinks ul {
  width: 133px;
  height: 45px;
  background: #fff;
  float: right;
  padding: 10px 9px 10px 19px;
  margin-top: 21px;
  -webkit-box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.16);
  border-radius: 7px;
}
.fullpage .product-content-wrap .productDetailDescription .product-options-cont .text-container .socialLinks ul:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  bottom: 45px;
  right: 15px;
}
.fullpage .product-content-wrap .productDetailDescription .product-options-cont .text-container .socialLinks ul a {
  padding: 0;
  line-height: 45px;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  background: url(../../../desktop/theme-koton/images/social-links.svg) no-repeat;
}
.fullpage .product-content-wrap .productDetailDescription .product-options-cont .text-container .socialLinks ul a.a2a_button_facebook {
  background-position: -34px 0px;
  background-size: 160px;
}
.fullpage .product-content-wrap .productDetailDescription .product-options-cont .text-container .socialLinks ul a.a2a_button_twitter {
  background-position: -67px 0px;
  background-size: 159px;
}
.fullpage .product-content-wrap .productDetailDescription .product-options-cont .text-container .socialLinks ul a.a2a_button_pinterest {
  background-position: -100px 0px;
  background-size: 158px;
}
.fullpage .product-content-wrap .productDetailDescription #findinstorebtndiv a {
  display: block;
  margin-left: 25px;
}
.fullpage .product-content-wrap .productDetailDescription #findinstorebtndiv .findinstorebtn {
  background: url(../../../desktop/theme-koton/images/findstore_pin_icon.png) no-repeat;
  height: 34px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  padding-left: 28px;
  text-decoration: underline;
  color: #63636d;
  font-size: 12px;
  line-height: 32px;
}
.fullpage .product-content-wrap .product-details {
  padding: 0 50px !important;
  max-width: 1300px;
  margin: 0 auto;
  float: none;
}
.fullpage .product-content-wrap .product-details .left-content {
  width: 51%;
  margin-right: 8%;
  margin-bottom: 46px;
  display: block;
  float: left;
}
.fullpage .product-content-wrap .product-details .right-content {
  width: 40%;
  display: block;
  float: left;
}
.fullpage .product-content-wrap .product-details .product-detail-title {
  margin: 0;
  font-weight: bold;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
}
.fullpage .product-content-wrap .product-details .product-detail-alt-title {
  margin: 0;
  font-weight: bold;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
  font-size: 14px;
  color: #000;
}
.fullpage .product-content-wrap .product-details .alt-text {
  font-size: 12px;
  color: #000;
  margin-bottom: 30px;
}

body.scrolled .fullpage aside#facet-wrap .productListFilter {
  max-height: 100%;
  overflow-x: auto;
}

/*
 * ----------------------------------------
 * animation slide-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 1;
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 1;
  }
}
@-webkit-keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }
}
@keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }
}
.fullpage {
  margin-left: -15px;
  width: calc(100% + 30px);
  padding: 0;
}
.fullpage .slide-top {
  -webkit-animation: slide-top 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-top 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.fullpage .slide-bottom {
  -webkit-animation: slide-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.fullpage .swiper-container-horizontal > .swiper-pagination-bullets {
  display: none;
  top: 5px;
  right: 0;
  left: auto;
  bottom: auto;
  text-align: right;
  padding-right: 10px;
}
.fullpage .swiper-pagination-white .swiper-pagination-bullet-active {
  background: #6f6f6f;
}
.fullpage .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #707070;
  outline: none;
}
.fullpage .addContainer {
  background-color: rgba(255, 255, 255, 0.8);
  margin: 0;
  position: absolute;
  z-index: 2;
  left: 10px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  bottom: 90px;
  width: calc(100% - 20px);
  min-height: 52px;
  height: auto;
  line-height: 48px;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  cursor: default;
}
.fullpage .addContainer .addButtonFastShop {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  height: 100%;
  width: 100%;
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
}
.fullpage .addContainer:hover .addSizes {
  display: block;
}
.fullpage .addContainer:hover .addButtonFastShop {
  display: none;
}
.fullpage .addContainer .addSizes {
  display: none;
  min-height: 38px;
  height: auto;
  margin-top: 12px;
  width: 100%;
  text-align: center;
  line-height: 24px;
  padding-bottom: 10px;
}
.fullpage .addContainer .addSizes .addSize {
  display: inline-block;
  padding: 0 10px;
  font-size: 12px;
  color: #000;
}
.fullpage .addContainer .addSizes .addSize.passive {
  color: #d2d0d1;
  display: none;
}
.fullpage .addContainer .addSizes .addSize.passive:hover {
  color: #d2d0d1;
  cursor: default;
  background: none;
}
.fullpage .addContainer .addSizes .addSize:hover {
  background: #f3f3f3;
  cursor: pointer;
}
.fullpage #breadcrumb {
  padding: 0;
  margin-bottom: 20px;
}
.fullpage #breadcrumb ul {
  height: 43px;
  line-height: 43px;
  padding: 0 52px;
  border-color: #ebebeb;
}
.fullpage #breadcrumb ul li span.entypo-arrow-right2 {
  color: #aaaaaa;
  font-weight: 600;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
  top: -2px;
  right: -13px;
}
.fullpage #breadcrumb ul li span.entypo-arrow-right2:before {
  font-size: 12px;
  content: "/";
}
.fullpage #breadcrumb ul li a {
  color: #aaaaaa;
  font-weight: 600;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
}
.fullpage #breadcrumb ul li p {
  color: #aaaaaa;
  font-family: "Sweet Sans Light", "Arial", sans-serif;
  font-weight: lighter;
  top: 2px;
  position: relative;
}
.fullpage aside#facet-wrap {
  padding-left: 52px;
  padding-right: 50px;
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
  width: 270px;
}
.fullpage aside#facet-wrap .productListFilter {
  max-height: 100%;
  overflow-x: auto;
}
.fullpage aside#facet-wrap .clear-filter {
  display: none;
  height: 39px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 9px;
}
.fullpage aside#facet-wrap .clear-filter .filter-headline {
  font-size: 13px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
}
.fullpage aside#facet-wrap .clear-filter form {
  float: right;
}
.fullpage aside#facet-wrap .clear-filter form .allFilter {
  font-size: 10px;
  color: #000;
  text-decoration: underline;
}
.fullpage .productListFilter::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.fullpage .productListFilter::-webkit-scrollbar-button {
  width: 6px;
  height: 6px;
}
.fullpage .productListFilter::-webkit-scrollbar-thumb {
  background: #ebebeb;
  border: 0px none #ffffff;
  border-radius: 85px;
}
.fullpage .productListFilter::-webkit-scrollbar-thumb:hover {
  background: #c9c9c9;
}
.fullpage .productListFilter::-webkit-scrollbar-thumb:active {
  background: #c9c9c9;
}
.fullpage .productListFilter::-webkit-scrollbar-track {
  background: #ffffff;
  border: 0px none #ffffff;
  border-radius: 85px;
}
.fullpage .productListFilter::-webkit-scrollbar-track:hover {
  background: #ffffff;
}
.fullpage .productListFilter::-webkit-scrollbar-track:active {
  background: #ffffff;
}
.fullpage .productListFilter::-webkit-scrollbar-corner {
  background: transparent;
}
.fullpage .productListFilter .filterWrapper {
  max-height: 331px;
  overflow: hidden;
  margin: 0 0 6px;
}
.fullpage .productListFilter .filterWrapper h3 {
  min-height: 50px;
  line-height: 50px;
  padding: 0;
  margin: 0;
  width: 100%;
}
.fullpage .productListFilter .filterWrapper h3 svg {
  width: 11px;
  float: right;
  top: 20px;
  right: 15px;
  position: relative;
}
.fullpage .productListFilter .filterWrapper h3.collapsed .fa-minus {
  display: none;
}
.fullpage .productListFilter .filterWrapper h3.collapsed .fa-plus {
  display: block;
}
.fullpage .productListFilter .filterWrapper h3 .fa-minus {
  display: block;
}
.fullpage .productListFilter .filterWrapper h3 .fa-plus {
  display: none;
}
.fullpage .productListFilter .filterWrapper .facetValues {
  display: block;
}
.fullpage .productListFilter .filterWrapper .facetValues label {
  width: 100%;
  font-size: 12px;
  line-height: 24px;
  color: #000;
}
.fullpage .productListFilter .filterWrapper .facetValues label span.text:before {
  height: 19px;
  width: 19px;
  position: relative;
  margin-top: 0;
  top: 6px;
  margin-right: 6px;
}
.fullpage .productListFilter .filterWrapper .facetValues label span.text .active-filter {
  width: 0px;
  display: inline-block;
}
.fullpage .productListFilter .filterWrapper .facetValues label span.text .filter-text {
  text-indent: -7px;
  position: relative;
  width: auto;
  display: inline-block;
}
.fullpage .productListFilter .filterWrapper .facetValues input[type=checkbox]:checked + span.text:before {
  background: none;
  border: 1px solid #bdbdbd;
}
.fullpage .productListFilter .filterWrapper .facetValues input[type=checkbox]:checked + span.text .active-filter:before {
  content: "";
  background-color: #000;
  display: inline-block;
  height: 13px;
  width: 13px;
  position: relative;
  left: -26px;
  top: 2px;
}
.fullpage .productListFilter .filterWrapper .facetValues .facet_block {
  max-height: 100% !important;
}
.fullpage .productListFilter .filterWrapper label:before {
  display: none;
}
.fullpage .productListFilter .filterWrapper ul li label:hover .filter-text {
  text-decoration: underline;
}
.fullpage .productListFilter .filterWrapper ul li .facetValueCount {
  float: right;
  margin-right: 15px;
  font-size: 10px;
  margin-top: 6px;
  color: #6f6f6f;
}
.fullpage .productListFilter .filterWrapper .facetShowMore-container {
  display: none;
  width: 100%;
  height: 62px;
  line-height: 90px;
  bottom: 8px;
  position: absolute;
  text-align: center;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(17%, rgba(255, 255, 255, 0.7)), color-stop(22%, rgba(255, 255, 255, 0.75)), color-stop(34%, rgba(255, 255, 255, 0.9)), color-stop(57%, rgba(255, 255, 255, 0.96)), color-stop(73%, #fff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 17%, rgba(255, 255, 255, 0.75) 22%, rgba(255, 255, 255, 0.9) 34%, rgba(255, 255, 255, 0.96) 57%, #fff 73%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
  text-decoration: underline;
}
.fullpage .productListFilter .filterWrapper .facetShowMore-container .btn-facetShowMore {
  cursor: pointer;
  color: #000;
  font-size: 11px;
}
.fullpage .productListFilter .filterWrapper form#Beden, .fullpage .productListFilter .filterWrapper form#Size {
  text-transform: uppercase;
}
.fullpage .textt_more {
  height: auto;
  margin-top: 0;
  padding-top: 50px;
  border-bottom: 50px solid #fff;
  padding-left: 50px;
  padding-right: 50px;
  border-top: 1px solid #f0f0f0;
  background-color: #fff;
  color: #6c6c6c;
}
.fullpage .textt_more ~ #showmoreorlessbutton {
  width: 100%;
  text-align: right;
  position: absolute;
  right: 55px;
  bottom: 20px;
  text-transform: capitalize;
}
.fullpage .product-list-title {
  padding-right: 50px;
}
.fullpage .product-list-title h1 {
  font-size: 24px;
  text-transform: uppercase;
}
.fullpage .product-list-title h1 .plt-count {
  font-size: 16px;
  margin-left: 10px;
  text-transform: capitalize;
}
.fullpage .pageBar-wrap {
  padding-right: 50px;
}
.fullpage .pageBar-wrap .pagingBar {
  min-height: 68px;
  line-height: 50px;
  background-color: #ebebeb;
}
.fullpage .pageBar-wrap .pagingBar form.sortForm label {
  text-transform: uppercase;
  color: #000;
  font-family: "Sweet Sans Light", "Arial", sans-serif;
  font-weight: lighter;
}
.fullpage .pageBar-wrap .pagingBar form.sortForm .selectboxit-container {
  margin-top: 9px;
}
.fullpage .pageBar-wrap .pagingBar form.sortForm .selectboxit-container .selectboxit {
  height: 42px;
  width: 245px;
}
.fullpage .pageBar-wrap .pagingBar form.sortForm .selectboxit-container .sortOptions span {
  line-height: 42px;
  height: 42px;
}
.fullpage .plp-top-band {
  min-height: 91px;
  background: #f41f1f;
  padding: 26px;
  text-align: center;
  text-decoration: none;
}
.fullpage .plp-top-band .plp-band-title {
  margin-bottom: 0;
  font-size: 14px;
  font-family: "Sweet Sans Light", "Arial", sans-serif;
  font-weight: lighter;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
.fullpage .plp-top-band .plp-band-content {
  margin-bottom: 0;
  text-shadow: 1px 2px 6px rgba(0, 0, 0, 0.16);
  font-size: 28px;
  font-family: "Sweet Sans Light", "Arial", sans-serif;
  font-weight: lighter;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
.fullpage .plp-top-band .plp-band-coupon {
  margin-bottom: 0;
  font-size: 16px;
  font-family: "Sweet Sans Light", "Arial", sans-serif;
  font-weight: lighter;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
.fullpage .productGrid {
  padding-right: 0;
  padding-left: 10px;
}
.fullpage .productGrid .product-item {
  padding-left: 0;
  padding-right: 0;
  width: calc(50% - 50px);
  margin-right: 50px;
}
.fullpage .product-item {
  margin-bottom: 35px;
}
.fullpage .product-item.plp-small-images {
  width: calc(33.33333% - 50px);
}
.fullpage .product-item.plp-small-images .wrapper {
  border: 0 solid #fff;
}
.fullpage .product-item.plp-small-images .wrapper:hover {
  border: 0 solid #fff;
}
.fullpage .product-item.plp-small-images .image img {
  border-left: 3px solid #fff;
  border-right: 0 solid #fff;
}
@media screen and (max-width: 1920px) {
  .fullpage .product-item.plp-small-images .image img {
    /*min-height: 62vh;*/
  }
}
@media screen and (max-width: 1300px) {
  .fullpage .product-item.plp-small-images .image img {
    /*min-height: 38vh;*/
  }
}
.fullpage .product-item.plp-large-images {
  width: calc(50% - 50px);
}
.fullpage .product-item.plp-large-images .image .swiper-slide {
  min-height: 50vh;
  width: calc(100% + 1px) !important;
}
.fullpage .product-item .wrapper {
  margin: 0;
}
.fullpage .product-item .colors {
  margin-top: 15px;
  width: 100%;
}
.fullpage .product-item .colors .inner {
  float: left;
  width: 100%;
}
.fullpage .product-item figcaption {
  min-height: 100px;
  max-height: initial;
}
.fullpage .product-item figcaption .colors-content {
  display: block !important;
  float: left;
  width: auto !important;
  margin-top: 2px;
}
.fullpage .product-item figcaption .more-colors-text {
  display: block !important;
  float: left;
  margin-right: 7px;
}
.fullpage .product-item .swiper-button-next,
.fullpage .product-item .swiper-button-prev {
  display: none;
}
.fullpage .product-item .swiper-button-next.swiper-button-white {
  background-image: url(https://image.flaticon.com/icons/svg/118/118740.svg);
  outline: none;
}
.fullpage .product-item .swiper-button-prev.swiper-button-prev {
  background-image: url(https://image.flaticon.com/icons/svg/118/118739.svg);
  outline: none;
}
.fullpage .product-item:hover .addContainer {
  visibility: visible;
  -webkit-animation: slide-top 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-top 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.fullpage .product-item:hover .swiper-container-horizontal > .swiper-pagination-bullets {
  display: block;
}
.fullpage .product-item:hover .swiper-button-next,
.fullpage .product-item:hover .swiper-button-prev {
  display: block;
}
.fullpage .product-item.big-size {
  width: calc(100% - 50px);
}
.fullpage .product-item.big-size.plp-small-images {
  width: calc(100% - 50px);
}
.fullpage .product-item.big-size.plp-large-images {
  width: calc(100% - 50px);
}
.fullpage .product-item.big-size .swiper-lazy-preloader {
  margin-top: 31%;
}
.fullpage .product-item.big-size figcaption {
  float: left;
  width: 100%;
  text-align: left;
}
.fullpage .product-item.big-size figcaption .colors {
  margin-top: 15px;
}
.fullpage .product-item.big-size .my-fav-icon {
  right: 0;
  bottom: 49px;
}
.fullpage .product-item.big-size .my-fav-icon:before {
  line-height: 32px;
  width: 29px;
  height: 29px;
  font-size: 15px;
  color: #000000;
  border: 1px solid #000000;
  cursor: pointer;
}
.fullpage .product-item.big-size .image {
  height: 100%;
  max-height: initial;
}
.fullpage .product-item.big-size .image img {
  max-height: 100% !important;
  max-width: 50% !important;
  width: 50% !important;
  height: auto;
  display: inline;
  float: left;
  border: none;
}
.fullpage .product-item.big-size .image img:first-child {
  border-left: 0 solid #fff;
}
.fullpage .product-item.big-size .image img:last-child {
  border-right: 0 solid #fff;
}
.fullpage .product-item.big-size .wrapper {
  height: 100%;
  position: relative;
  width: 100%;
  display: inline-block;
}
.fullpage .product-item .image {
  height: auto;
  max-height: 1005px;
}
.fullpage .product-item .image img {
  max-height: 100% !important;
  max-width: 100% !important;
  width: 100% !important;
  height: auto;
  border-left: 0px solid #fff;
  border-right: 4px solid #fff;
}
.fullpage .product-item .wrapper:hover {
  border-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fullpage .product-item .wrapper figure figcaption {
  padding: 19px 0 0 0;
  text-align: left;
}
.fullpage .product-item .wrapper figure figcaption .prc-name {
  font-size: 12px;
  margin-bottom: 12px;
}
.fullpage .product-item .wrapper figure figcaption .price {
  font-size: 15px;
}
.fullpage .product-item .wrapper figure figcaption .price .insteadPrice {
  color: #000;
  margin-right: 10px;
}
.fullpage .product-item .wrapper figure figcaption .price .newPrice {
  color: #f41f07;
  font-weight: bold;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
}
.fullpage .product-item .wrapper figure figcaption .price .product-badge {
  display: inline-block;
  width: 53px;
  height: 23px;
  line-height: 23px;
  color: #fff;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  margin-left: 15px;
}
.fullpage .product-item .wrapper figure figcaption .price #new-product-badge {
  background-color: #000000;
}
.fullpage .product-item .wrapper figure figcaption .price #discount-product-badge {
  background-color: #e30613;
}
.fullpage .product-item .wrapper figure .my-fav-icon {
  right: 2px;
  bottom: 49px;
}
.fullpage .product-item .wrapper figure .my-fav-icon:before {
  line-height: 32px;
  width: 29px;
  height: 29px;
  font-size: 15px;
  color: #000000;
  border: 1px solid #000000;
  cursor: pointer;
}
.fullpage .product-item .wrapper figure .my-fav-icon:hover:before {
  color: #6c6c6c;
}
.fullpage .product-item .wrapper figure .my-fav-icon.my-fav-icon-added:before {
  color: #f41f07 !important;
}
.fullpage .product-list-container {
  margin-left: 260px;
  position: relative;
  width: calc(100% - 260px);
  float: left;
  margin-bottom: 88px;
}
.fullpage .product-list-container .plp-view-options {
  position: absolute;
  top: 8px;
  right: 50px;
}
.fullpage .product-list-container .plp-view-options .list-item {
  margin-right: 10px;
  float: left;
}
.fullpage .product-list-container .plp-view-options .list-item input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.fullpage .product-list-container .plp-view-options .list-item input:checked + label {
  background-color: #000;
}
.fullpage .product-list-container .plp-view-options .list-item label {
  position: relative;
  display: block;
  width: 22px;
  height: 20px;
  padding-bottom: 0;
  overflow: hidden;
  background-color: #dadada;
  text-indent: -9999px;
  margin: 0;
  cursor: pointer;
}
.fullpage .product-list-container .plp-view-options .list-item label.large-images:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  width: 4px;
  height: 100%;
  border-left: 1px solid #fff;
}
.fullpage .product-list-container .plp-view-options .list-item label.small-images:before {
  content: "";
  position: absolute;
  left: 6px;
  width: 7px;
  top: 0;
  height: 100%;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.fullpage .product-list-container .plp-view-options .list-item label.small-images:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
.fullpage .swiper-button-next.swiper-button-disabled,
.fullpage .swiper-button-prev.swiper-button-disabled {
  pointer-events: auto;
  opacity: 0.15;
}
.fullpage .swiper-lazy-preloader {
  display: none;
  margin-top: 20vh;
  top: 0;
}
.fullpage .swiper-lazy-preloader.swiper-lazy-preloader-white:after {
  background-image: url(../../../desktop/theme-koton/images/plp-loader.svg);
}
.fullpage .pagingBar.bottom {
  padding: 0 50px;
}
.fullpage .pagingBar.bottom .totalResults {
  display: none;
}
.fullpage .pagingBar.bottom .paging {
  background: none;
  padding: 5px 8px 5px 18px;
}
.fullpage .pagingBar .paging {
  margin-top: 20px;
  line-height: 23px;
}
.fullpage .pagingBar .paging ul li {
  float: left;
  margin: 0 14px 0 0;
  color: #000000;
  width: 23px;
  height: 23px;
  text-align: center;
}
@media screen and (max-width: 1048px) {
  .fullpage .pagingBar .paging ul li {
    margin: 0 7px 0 0;
  }
}
.fullpage .pagingBar .paging ul li a {
  color: #000000;
  font-size: 16px;
  display: block;
}
.fullpage .pagingBar .paging ul li strong {
  color: #fff;
  background-color: #6f6f6f;
  font-size: 16px;
  width: 23px;
  height: 23px;
  display: block;
  border-radius: 100%;
  line-height: 20px;
}
.fullpage .pagingBar .paging ul li .entypo {
  line-height: 1px;
}
.fullpage .product-content-wrap .remooz-fullScreenContainer {
  display: none;
  height: 2000px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
  background-color: rgba(255, 255, 255, 0.8);
}
.fullpage .product-content-wrap .remooz-fullScreenContainer img {
  position: absolute;
  z-index: 1000;
  cursor: zoom;
  display: block;
}
.fullpage .product-content-wrap .remooz-fullScreenContainer .remooz-fullScreenContainer-inner {
  text-align: center;
  z-index: 19;
}
.fullpage .product-content-wrap .remooz-fullScreenContainer-controller {
  position: absolute;
  z-index: 200;
  width: 50px;
  height: 50px;
  font-size: 50px;
  line-height: 50px;
  cursor: pointer;
}
.fullpage .product-content-wrap .remooz-fullScreenContainer-close {
  top: 20px;
  right: 20px;
}
.fullpage .product-content-wrap .remooz-fullScreenContainer-next {
  top: 50%;
  right: 20px;
  margin-top: -25px;
  position: fixed;
}
.fullpage .product-content-wrap .remooz-fullScreenContainer-prev {
  top: 50%;
  left: 20px;
  margin-top: -25px;
  position: fixed;
}
.fullpage .product-content-wrap .detailShowcaseContainer {
  padding-left: 50px;
  padding-right: 27px;
  width: 65%;
  min-height: 80vh;
}
.fullpage .product-content-wrap .detailShowcaseContainer .productDetailShowcase {
  margin-bottom: 60px;
  border: none;
}
.fullpage .product-content-wrap .detailShowcaseContainer .productDetailShowcase .productDetailImageContainer .column-1 {
  float: left;
  width: 100%;
}
.fullpage .product-content-wrap .detailShowcaseContainer .productDetailShowcase .productDetailImageContainer .column-1 img {
  width: calc(100% - 18px);
  float: left;
  padding-right: 18px;
  padding-bottom: 18px;
  cursor: url(../../../desktop/theme-koton/images/zoom-in-18.svg), auto;
}
.fullpage .product-content-wrap .detailShowcaseContainer .productDetailShowcase .productDetailImageContainer .column-2 {
  float: left;
  width: 100%;
}
.fullpage .product-content-wrap .detailShowcaseContainer .productDetailShowcase .productDetailImageContainer .column-2 img {
  width: 50%;
  float: left;
  padding-right: 18px;
  padding-bottom: 18px;
  cursor: url(../../../desktop/theme-koton/images/zoom-in-18.svg), auto;
}
.fullpage .product-content-wrap .detailShowcaseContainer .productDetailShowcase .productDetailImageContainer .column-3 {
  float: left;
}
.fullpage .product-content-wrap .detailShowcaseContainer .productDetailShowcase .productDetailImageContainer .column-3 img {
  width: 33.3333333%;
  float: left;
  padding-right: 18px;
  padding-bottom: 18px;
  cursor: url(../../../desktop/theme-koton/images/zoom-in-18.svg), auto;
}
.fullpage .product-content-wrap .detailDescriptionContainer {
  position: relative;
  right: -15px;
  width: 35%;
  height: auto;
  padding-left: 0;
  margin-top: 0;
}
.fullpage .product-content-wrap .productDetailDescription {
  position: absolute;
  width: 100%;
  height: auto;
  right: 0;
  top: 0;
  background: #fff;
  padding-right: 50px;
}
.fullpage .product-content-wrap .productDetailDescription h1 {
  font-size: 24px;
  font-weight: bold;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
  color: #000;
  width: calc(100% - 40px);
}
.fullpage .product-content-wrap .productDetailDescription h1 span {
  font-family: "Sweet Sans Light", "Arial", sans-serif;
  font-weight: lighter;
}
.fullpage .product-content-wrap .productDetailDescription .productNumber {
  font-size: 12px;
  color: #000;
  margin-top: -5px;
  margin-bottom: 10px;
}
.fullpage .product-content-wrap .productDetailDescription .price {
  padding-bottom: 0;
  border: none;
  margin-bottom: 20px;
}
.fullpage .product-content-wrap .productDetailDescription .price .price-contain {
  width: auto;
  display: inline-block;
}
.fullpage .product-content-wrap .productDetailDescription .price .price-contain .insteadPrice {
  font-size: 23px;
  line-height: normal;
  font-weight: normal;
}
.fullpage .product-content-wrap .productDetailDescription .price .price-contain .newPrice {
  font-size: 23px;
  line-height: normal;
  font-weight: bold;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
  color: #e30613;
  margin-left: 5px;
}
.fullpage .product-content-wrap .productDetailDescription .product-badge {
  display: inline-block;
  width: 53px;
  height: 23px;
  line-height: 23px;
  color: #fff;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  margin-left: 20px;
  position: relative;
  top: -4px;
}
.fullpage .product-content-wrap .productDetailDescription #discount-product-badge {
  background-color: #e30613;
}
.fullpage .product-content-wrap .productDetailDescription #new-product-badge {
  background-color: #000000;
  margin-left: 3px;
}
.fullpage .product-content-wrap .productDetailDescription .size-options li a {
  text-decoration: underline;
  color: #000;
}
.fullpage .product-content-wrap .productDetailDescription .size {
  margin-bottom: 5px;
}
.fullpage .product-content-wrap .productDetailDescription .size .title {
  font-size: 12px;
  color: #000;
}
.fullpage .product-content-wrap .productDetailDescription .size .size-items li {
  margin-bottom: 0;
}
.fullpage .product-content-wrap .productDetailDescription .size .size-items li a {
  padding: 0;
  height: 32px;
  line-height: 32px;
  min-width: 48px;
  text-decoration: none;
  border: 1px solid #bcbcbc;
  margin-bottom: 5px;
  padding: 0 2px;
}
.fullpage .product-content-wrap .productDetailDescription .size .size-items li a.selected {
  background-color: #fff;
  color: #000;
  border: 2px solid #000;
  line-height: 30px;
}
.fullpage .product-content-wrap .productDetailDescription .color .title {
  font-size: 12px;
  color: #000;
}
.fullpage .product-content-wrap .productDetailDescription .color ul li a {
  width: 26px;
  height: 26px;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
  border: 2px solid #ebebeb;
  background-size: cover;
}
.fullpage .product-content-wrap .productDetailDescription .color ul li.selected {
  border: none;
}
.fullpage .product-content-wrap .productDetailDescription .color ul li.selected a {
  border: 2px solid #000;
}
.fullpage .product-content-wrap .productDetailDescription .buttons {
  margin-top: 15px;
  width: 100%;
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}
.fullpage .product-content-wrap .productDetailDescription .buttons .addToCartBtn {
  margin-bottom: 0;
  height: 54px;
  line-height: 54px;
  font-size: 18px;
}
.fullpage .product-content-wrap .productDetailDescription .buttons .addToCartBtn .entypo {
  display: none;
}
.fullpage .product-content-wrap .productDetailDescription .quantityStockWrap.countSelector {
  width: 100%;
  margin-top: 0;
  display: block;
  float: left;
  margin-right: 7px;
}
.fullpage .product-content-wrap .productDetailDescription .quantityStockWrap.countSelector .selectQuantityAlert {
  top: -41px;
  width: 100%;
  font-size: 12px;
}
.fullpage .product-content-wrap .productDetailDescription .quantityStockWrap.countSelector .quantity .hybrid-select {
  float: none;
  height: auto;
  width: 112px;
}
.fullpage .product-content-wrap .productDetailDescription .quantityStockWrap.countSelector .quantity .hybrid-select:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 20px;
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.fullpage .product-content-wrap .productDetailDescription .quantityStockWrap.countSelector .quantity .hybrid-select .quantitySelect {
  height: 53px;
  font-size: 16px;
}
.fullpage .product-content-wrap .productDetailDescription .quantityStockWrap #stokmsg {
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  color: #d51317;
}
.fullpage .product-content-wrap .productDetailDescription .quantityStockWrap #kartmsj {
  width: 100%;
  margin-top: 0;
  margin-left: 0;
}
.fullpage .product-content-wrap .productDetailDescription .quantityStockWrap #kartmsj a:hover {
  color: #0DB50D !important;
  text-decoration: underline;
}
.fullpage .product-content-wrap .productDetailDescription .detail-page-add-fav {
  position: absolute;
  top: 0;
  right: 50px;
  width: 38px;
}
.fullpage .product-content-wrap .productDetailDescription .detail-page-add-fav .my-fav-icon {
  text-decoration: none;
  color: #ffffff;
  font-size: 0px;
  width: 38px;
}
.fullpage .product-content-wrap .productDetailDescription .detail-page-add-fav .my-fav-icon:before {
  border: 1px solid #000;
  color: #000;
  top: 0;
}
.fullpage .product-content-wrap .productDetailDescription .detail-page-add-fav .my-fav-icon:hover:before {
  color: #e30613;
}
.fullpage .product-content-wrap .productDetailDescription .detail-page-add-fav .my-fav-icon.my-fav-icon-added:before {
  color: #e30613;
}
.fullpage .product-content-wrap .productDetailDescription .product-options-cont .text-container {
  margin-bottom: 30px;
}
.fullpage .product-content-wrap .productDetailDescription .product-options-cont .text-container .detailPageTexts:hover {
  cursor: pointer;
}
.fullpage .product-content-wrap .productDetailDescription .product-options-cont .text-container .detailPageTexts:hover ~ .socialLinks {
  display: block;
}
.fullpage .product-content-wrap .productDetailDescription .product-options-cont .text-container img {
  margin-top: -4px;
}
.fullpage .product-content-wrap .productDetailDescription .product-options-cont .text-container img.tshirt {
  width: 23px;
}
.fullpage .product-content-wrap .productDetailDescription .product-options-cont .text-container img.deliveryReturn {
  width: 23px;
}
.fullpage .product-content-wrap .productDetailDescription .product-options-cont .text-container img.mapPin {
  width: 23px;
}
.fullpage .product-content-wrap .productDetailDescription .product-options-cont .text-container img.share {
  width: 23px;
}
.fullpage .product-content-wrap .productDetailDescription .product-options-cont .text-container button {
  text-decoration: none;
}
.fullpage .product-content-wrap .productDetailDescription .product-options-cont .text-container button:hover {
  color: #000;
}
.fullpage .product-content-wrap .productDetailDescription .product-options-cont .text-container button.findinstorebtn {
  padding: 0;
  margin-top: -4px;
}
.fullpage .product-content-wrap .productDetailDescription .product-options-cont .text-container a {
  color: #000;
  cursor: pointer;
}
.fullpage .product-content-wrap .productDetailDescription .product-options-cont .text-container a:hover {
  color: #000;
}
.fullpage .product-content-wrap .productDetailDescription .product-options-cont .text-container .socialLinks {
  display: none;
  top: -8px;
  position: relative;
}
.fullpage .product-content-wrap .productDetailDescription .product-options-cont .text-container .socialLinks:hover {
  display: block;
  cursor: pointer;
}
.fullpage .product-content-wrap .productDetailDescription .product-options-cont .text-container .socialLinks ul {
  width: 133px;
  height: 45px;
  background: #fff;
  float: right;
  padding: 10px 9px 10px 19px;
  margin-top: 21px;
  -webkit-box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.16);
  border-radius: 7px;
}
.fullpage .product-content-wrap .productDetailDescription .product-options-cont .text-container .socialLinks ul:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  bottom: 45px;
  right: 15px;
}
.fullpage .product-content-wrap .productDetailDescription .product-options-cont .text-container .socialLinks ul a {
  padding: 0;
  line-height: 45px;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  background: url(../../../desktop/theme-koton/images/social-links.svg) no-repeat;
}
.fullpage .product-content-wrap .productDetailDescription .product-options-cont .text-container .socialLinks ul a.a2a_button_facebook {
  background-position: -34px 0px;
  background-size: 160px;
}
.fullpage .product-content-wrap .productDetailDescription .product-options-cont .text-container .socialLinks ul a.a2a_button_twitter {
  background-position: -67px 0px;
  background-size: 159px;
}
.fullpage .product-content-wrap .productDetailDescription .product-options-cont .text-container .socialLinks ul a.a2a_button_pinterest {
  background-position: -100px 0px;
  background-size: 158px;
}
.fullpage .product-content-wrap .productDetailDescription #findinstorebtndiv a {
  display: block;
  margin-left: 25px;
}
.fullpage .product-content-wrap .productDetailDescription #findinstorebtndiv .findinstorebtn {
  background: url(../../../desktop/theme-koton/images/findstore_pin_icon.png) no-repeat;
  height: 34px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  padding-left: 28px;
  text-decoration: underline;
  color: #63636d;
  font-size: 12px;
  line-height: 32px;
}
.fullpage .product-content-wrap .product-details {
  padding: 0 50px !important;
  max-width: 1300px;
  margin: 0 auto;
  float: none;
}
.fullpage .product-content-wrap .product-details .left-content {
  width: 51%;
  margin-right: 8%;
  margin-bottom: 46px;
  display: block;
  float: left;
}
.fullpage .product-content-wrap .product-details .right-content {
  width: 40%;
  display: block;
  float: left;
}
.fullpage .product-content-wrap .product-details .product-detail-title {
  margin: 0;
  font-weight: bold;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
}
.fullpage .product-content-wrap .product-details .product-detail-alt-title {
  margin: 0;
  font-weight: bold;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
  font-size: 14px;
  color: #000;
}
.fullpage .product-content-wrap .product-details .alt-text {
  font-size: 12px;
  color: #000;
  margin-bottom: 30px;
}

body.scrolled .fullpage aside#facet-wrap .productListFilter {
  max-height: 100%;
  overflow-x: auto;
}

.productDetailDescription .quantityStockWrap.countSelector {
  top: 0;
}
.productDetailDescription .quantityStockWrap {
  top: -20px;
}
.productDetailDescription .buttons {
  margin-top: 25px;
}
.productDetailDescription .quantityStockWrap .quantity {
  zoom: 1;
  width: 100%;
  float: none;
}
.productDetailDescription .quantityStockWrap .quantity:before, .productDetailDescription .quantityStockWrap .quantity:after {
  content: "";
  display: table;
}
.productDetailDescription .quantityStockWrap .quantity:after {
  clear: both;
}
.productDetailDescription .quantityStockWrap .quantity .title {
  margin-top: 20px;
}
.productDetailDescription .quantityStockWrap .quantity .hybrid-select {
  float: left;
  width: 75px;
}
.productDetailDescription .quantityStockWrap .stockMessage {
  margin-top: 0;
  vertical-align: top;
}
.productDetailDescription .quantityStockWrap .stockMessage .sptegtmsj span {
  text-decoration: underline;
}
.productDetailDescription .quantityStockWrap .stockMessage .sptegtmsj span:hover {
  text-decoration: none;
}
.productDetailDescription .quantityStockWrap #stokmsg.stockMessage {
  color: #ac0201;
}

.size-options {
  zoom: 1;
  margin-top: 15px;
}
.size-options:before, .size-options:after {
  content: "";
  display: table;
}
.size-options:after {
  clear: both;
}
.size-options li {
  float: left;
}
.size-options li a {
  font-size: 12px;
  text-decoration: underline;
}
.size-options li a:hover {
  text-decoration: none;
}

#size-reminder {
  padding: 30px;
  width: 540px;
  height: 480px;
  overflow: hidden;
  display: none;
}
#size-reminder #size-reminder-header {
  margin-top: 0px;
  margin-bottom: 12px;
  padding: 9px;
  font-family: inherit;
  font-size: 18px;
  border-bottom: 2px solid #cccccc;
}
#size-reminder label.error {
  font-weight: normal;
}
#size-reminder .checkbox2 input[type=checkbox]:checked + label {
  background-position: -41px -95px;
}
#size-reminder .checkbox2 input[type=checkbox] + label {
  background-position: -41px 4px;
  line-height: 15px;
}
#size-reminder .checkbox2 input[type=checkbox].error + label {
  background-position: -41px -45px;
}
#size-reminder input.error::-webkit-input-placeholder,
#size-reminder textarea::-webkit-input-placeholder {
  color: #f5444c;
}
#size-reminder input.error:-moz-placeholder,
#size-reminder textarea:-moz-placeholder {
  color: #f5444c;
}
#size-reminder #sizeReminderPolicyDiv {
  position: relative;
}
#size-reminder #sizeReminderPolicyDiv label {
  height: auto;
}
#size-reminder i.tooltip {
  top: 13px;
  float: none;
  position: absolute;
  right: auto;
  margin-left: 4px;
}
#size-reminder i.tooltip .tooltipContent {
  width: 480px;
  right: auto;
  left: 50%;
  top: auto;
  bottom: 15px;
  margin-left: -300px;
  border-radius: 0;
  background: transparent;
  padding: 0 0 17px 0;
  border: none;
  z-index: 60;
}
#size-reminder i.tooltip .tooltipContent .inner {
  background: #fff;
  padding: 7px;
  position: relative;
}
#size-reminder i.tooltip .tooltipContent .inner:after, #size-reminder i.tooltip .tooltipContent .inner:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#size-reminder i.tooltip .tooltipContent .inner:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 10px;
  margin-left: 49px;
}
#size-reminder i.tooltip .tooltipContent .inner:before {
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #cccccc;
  border-width: 11px;
  margin-left: 48px;
}
#size-reminder i.tooltip:hover {
  color: #fff;
}
#size-reminder #sizeReminderSubmitButton {
  text-transform: uppercase;
  width: 150px;
  height: 38px;
  font-size: 16px;
}

body .sizeReminderWrap .fancybox-skin {
  padding: 0 !important;
}

#tooltipActive {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.product-content-wrap {
  zoom: 1;
}
.product-content-wrap:before, .product-content-wrap:after {
  content: "";
  display: table;
}
.product-content-wrap:after {
  clear: both;
}

.buythelook-wrap {
  background-color: #f3f3f3;
  position: relative;
  text-align: center;
  float: left;
  width: 100%;
}
.buythelook-wrap #buythelook {
  display: block;
}
.buythelook-wrap:before {
  content: "";
  background-color: #f3f3f3;
  position: absolute;
  right: 100%;
  top: 0;
  width: 100%;
  height: 100%;
}
.buythelook-wrap:after {
  content: "";
  background-color: #f3f3f3;
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
}

.buythe-look-capital {
  text-align: center;
  font-weight: normal;
  font-size: 24px;
  width: 100%;
  display: block;
  padding: 48px 0 24px 0;
  line-height: 1;
}

#buythelook-success {
  display: none;
}

.buythelook-wrap.no-slide #buythelook {
  display: inline-block;
}

#buythelook .buythelook-list {
  zoom: 1;
  position: relative;
  text-align: left;
}
#buythelook .buythelook-list:before, #buythelook .buythelook-list:after {
  content: "";
  display: table;
}
#buythelook .buythelook-list:after {
  clear: both;
}
#buythelook .buythelook-list .buythe-look-item {
  float: left;
  padding: 0 28px;
  outline: none;
}
#buythelook .buythelook-list .buythe-look-item .selectboxit-options.selectboxit-list {
  max-height: 166px;
}
#buythelook .buythelook-list .buythe-look-item .selectboxit-options.selectboxit-list::-webkit-scrollbar-track {
  background-color: #dedede;
}
#buythelook .buythelook-list .buythe-look-item .selectboxit-options.selectboxit-list::-webkit-scrollbar-thumb {
  background-color: #6e6e6e;
}
#buythelook .buythelook-list .buythe-look-item .selectboxit-options.selectboxit-list::-webkit-scrollbar {
  width: 5px;
  background-color: #dedede;
}
#buythelook .buythelook-list .buythe-look-item form {
  width: 267px;
  margin-bottom: 49px;
  padding: 20px;
  padding-bottom: 10px;
  background-color: #fff;
}
#buythelook .buythelook-list .buythe-look-item a {
  display: block;
  color: inherit;
  font-size: 12px;
  font-weight: normal;
}
#buythelook .buythelook-list .buythe-look-item figure .buythelook-image {
  width: 100%;
  height: auto;
  display: block;
}
#buythelook .buythelook-list .buythe-look-item figure img {
  text-indent: -99999px;
  width: 100%;
  height: auto;
  display: block;
  background: #f3f3f3;
}
#buythelook .buythelook-list .buythe-look-item .btlTooltip {
  position: relative;
  right: 0;
  top: 0;
}
#buythelook .buythelook-list .buythe-look-item .hybrid-select {
  width: 100%;
}
#buythelook .buythelook-list .buythe-look-item .hybrid-select:after {
  content: "";
  border: solid #000;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 4px;
  position: absolute;
  bottom: 6px;
  right: 10px;
}
#buythelook .buythelook-list .buythe-look-item .hybrid-select select {
  border: none;
  border-top: 1px solid #eaeaea;
  color: #000000;
  font-size: 12px;
  font-weight: normal;
  height: 33px;
  padding: 5px 0;
}
#buythelook .buythelook-list .buythe-look-item .hybrid-select select::-webkit-scrollbar-track {
  background-color: #dedede;
}
#buythelook .buythelook-list .buythe-look-item .hybrid-select select::-webkit-scrollbar-thumb {
  background-color: #6e6e6e;
}
#buythelook .buythelook-list .buythe-look-item .hybrid-select select::-webkit-scrollbar {
  width: 5px;
  background-color: #dedede;
}
#buythelook .buythelook-list .buythe-look-item .hybrid-select select:focus {
  outline: none;
}
#buythelook .buythelook-list .buythe-look-item .hybrid-select select:disabled {
  background: transparent;
  opacity: 0.65;
}
#buythelook .buythelook-list .buythe-look-item .error .hybrid-select {
  border-top: 1px solid #ed1c24;
}
#buythelook .buythelook-list .buythe-look-item .selectboxit-container span {
  line-height: 38px;
  height: 38px;
}
#buythelook .buythelook-list .buythe-look-item .selectboxit-container .selectboxit {
  border: none;
  border-top: 1px solid #eaeaea;
  color: #6e6e6e;
  font-size: 13px;
  font-weight: bold;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
  height: 38px;
  line-height: 38px;
}
#buythelook .buythelook-list .buythe-look-item .selectboxit-container .selectboxit .selectboxit-text {
  color: #6e6e6e;
  font-size: 13px;
  font-weight: bold;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
}
#buythelook .buythelook-list .buythe-look-item .selectboxit-option .selectboxit-option-icon-container {
  display: none;
}
#buythelook .buythelook-list .buythe-look-item .error .fake-select {
  border-color: #f00;
  color: #f00;
}
#buythelook .buythelook-list .buythe-look-item .error .selectboxit-container .selectboxit {
  border-top-color: #f00;
}
#buythelook .buythelook-list .buythe-look-item .error .selectboxit-container .selectboxit .selectboxit-text {
  color: #f00;
}
#buythelook .buythelook-list .buythe-look-item .error .select-styled:after {
  border-color: #f00 transparent transparent transparent;
}
#buythelook .buythelook-list .buythe-look-item .item-title {
  color: #000;
  font-weight: bold;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
  font-size: 16px;
  margin: 10px 0;
  line-height: 1;
}
#buythelook .buythelook-list .buythe-look-item .item-price {
  color: #000;
  font-size: 19px;
  margin-bottom: 15px;
  line-height: 1;
}
#buythelook .buythelook-list .buythe-look-item .item-price span {
  color: #000;
  display: inline-block;
  font-size: 14px;
}
#buythelook .buythelook-list .buythe-look-item .item-price span.insteadPrice {
  color: #4a4a4a;
}
#buythelook .buythelook-list .buythe-look-item .item-price span.newPrice {
  color: #be0000;
  padding-left: 8px;
}
#buythelook .buythelook-list .buythe-look-item .item-button {
  width: 100%;
  padding-top: 10px;
}
#buythelook .buythelook-list .buythe-look-item .item-button button {
  width: 100%;
  background: #000;
  border-radius: 0;
  text-align: center;
  font-weight: normal;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  display: block;
  height: 32px;
}
#buythelook .buythelook-list .buythe-look-item .item-message-block {
  font-size: 11px;
  font-weight: bold;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
  position: relative;
  width: 100%;
  height: 30px;
}
#buythelook .buythelook-list .buythe-look-item .item-message-block .error-message {
  color: #ed1c24;
  position: absolute;
  left: 2px;
  top: 8px;
  font-size: 11px;
}
#buythelook .buythelook-list .buythe-look-item .item-message-block .error-message .fa {
  padding: 0 3px 0 0;
}
#buythelook .buythelook-list .buythe-look-item .item-message-block .success-message {
  color: #36b976;
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 10px;
}
#buythelook .buythelook-list .buythe-look-item .item-message-block .success-message a {
  display: inline-block;
  border-bottom: 1px solid #d4eee0;
  margin-bottom: 2px;
  padding-left: 3px;
}
#buythelook .buythelook-list .buythe-look-item .item-message-block .success-message .fa {
  padding: 0 3px 0 0;
}
#buythelook .buythelook-list .buythe-look-item .item-message-block {
  font-size: 11px;
  font-weight: bold;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
  position: relative;
  width: 100%;
  height: 30px;
}
#buythelook .buythelook-list .buythe-look-item .noStock-message-block {
  font-weight: bold;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
  position: relative;
  width: 100%;
  height: 30px;
  font-size: 10px;
  padding: 6px 0 0 5px;
}
#buythelook .buythelook-list .buythe-look-item .noStock-message-block a {
  display: inline-block;
  border-bottom: 1px solid #d4eee0;
  margin-bottom: 2px;
  padding-left: 3px;
}
#buythelook .buythelook-list .buythe-look-item .noStock-message-block .fa {
  padding: 0 3px 0 0;
}
#buythelook .buythelook-list .buythe-look-item.outofstock .item-title {
  color: #989898;
}
#buythelook .buythelook-list .buythe-look-item.outofstock .item-price span {
  color: #989898 !important;
}
#buythelook .buythelook-list .buythe-look-item.outofstock .item-button button {
  background: transparent;
  border: 1px solid #7f7f7f;
  color: #989898;
}
#buythelook .buythelook-list .buythe-look-item.outofstock .item-message-block {
  display: none;
}
#buythelook .buythelook-list.no-slide {
  display: inline-block;
}
#buythelook .buythelook-list.no-slide form {
  width: 262px;
}
#buythelook .slick-arrow {
  display: block;
  width: 45px;
  height: 75px;
  position: absolute;
  top: 200px;
  z-index: 10;
  background-image: url(../../../desktop/theme-koton/images/layout/sprites/no-repeat-sb190bae1a1.png);
  background-color: transparent;
  background-repeat: no-repeat;
  text-indent: -9999px;
  border: none;
}
#buythelook .slick-arrow.slick-prev {
  background-position: -28px -684px;
  left: -50px;
}
#buythelook .slick-arrow.slick-next {
  background-position: -28px -894px;
  right: -50px;
}
#buythelook .price-contain {
  width: auto;
  display: inline-block;
}
#buythelook #discount-product-badge {
  display: inline-block;
  width: 53px;
  height: 18px;
  line-height: 23px;
  color: #fff;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  margin-left: 10px;
  position: relative;
  top: 0;
  background-color: #e30613;
}
#buythelook #discount-product-badge span {
  color: #fff;
  font-size: 11px;
  top: -2px;
  position: relative;
}
#buythelook #basket-discount {
  width: 100%;
}
#buythelook #basket-discount .bd-textArea {
  max-width: 304px;
  width: 100%;
  min-height: 36px;
  line-height: 33px;
  margin-top: 10px;
  border: 1px solid #1BBC5E;
  border-radius: 10px;
  text-align: center;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
  font-size: 10px;
  color: #1BBC5E;
}
#buythelook #basket-discount .bd-textArea .discount-rate {
  font-size: 10px;
  color: #1BBC5E;
}
#buythelook #basket-discount .bd-textArea .bd-price {
  color: #000000;
  font-size: 14px;
  line-height: 31px;
  margin-left: 5px;
}

#previous-page-link {
  width: auto;
  height: 11px;
  font-size: 11px;
  position: absolute;
  right: 50px;
  top: -24px;
  text-decoration: underline;
  display: inline;
  color: #000;
}
#previous-page-link:hover {
  text-decoration: underline;
  border-color: #000;
  color: #000;
}
#previous-page-link:hover:before {
  border-color: #000;
}

#facet-wrap {
  zoom: 1;
  min-height: 900px;
}
#facet-wrap:before, #facet-wrap:after {
  content: "";
  display: table;
}
#facet-wrap:after {
  clear: both;
}
#facet-wrap .filterWrapper form .allFilter {
  display: none;
}
#facet-wrap .filterWrapper form.menuitemshow .allFilter {
  display: block;
  position: absolute;
  right: 10px;
  top: 20px;
  text-align: right;
  font-size: 9px;
  color: #6e6e6e;
  text-decoration: underline;
  text-transform: capitalize;
}
#facet-wrap .filterWrapper .facet_block {
  overflow: auto;
  max-height: 156px;
}
#facet-wrap .filterWrapper .facet_block::-webkit-scrollbar-track {
  background-color: #dedede;
}
#facet-wrap .filterWrapper .facet_block::-webkit-scrollbar-thumb {
  background-color: #6e6e6e;
}
#facet-wrap .filterWrapper .facet_block::-webkit-scrollbar {
  width: 10px;
  background-color: #dedede;
}
#facet-wrap .textt_more {
  font-size: 12px;
  padding-right: 20px;
  line-height: 1.25;
}
#facet-wrap .textt_more .textt_title {
  font-size: 14px;
}
#facet-wrap #showmoreorlessbutton {
  margin-top: 7px;
  display: inline-block;
  text-decoration: underline;
  font-size: 13px;
}

.product-list-title {
  zoom: 1;
  padding-left: 10px;
  padding-right: 10px;
}
.product-list-title:before, .product-list-title:after {
  content: "";
  display: table;
}
.product-list-title:after {
  clear: both;
}

.pageBar-wrap {
  zoom: 1;
  padding-left: 10px;
  padding-right: 10px;
}
.pageBar-wrap:before, .pageBar-wrap:after {
  content: "";
  display: table;
}
.pageBar-wrap:after {
  clear: both;
}

.product-item {
  zoom: 1;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
}
.product-item:before, .product-item:after {
  content: "";
  display: table;
}
.product-item:after {
  clear: both;
}
.product-item.big-size {
  width: 37.5%;
}
.product-item.big-size .image {
  height: 561px;
}
.product-item.big-size .image img {
  height: 561px;
}
.product-item .wrapper {
  border: 1px solid transparent;
  position: relative;
  margin: 0 0 25px 0;
}
.product-item .wrapper .image-container {
  position: relative;
}
.product-item .wrapper:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.product-item .wrapper.my-fav-icon-added {
  background: #ffdccd;
}
.product-item .imageNavigation {
  display: none !important;
}
.product-item .image img[data-original] {
  opacity: 0;
}
.product-item .image img[src] {
  opacity: 1;
}
.product-item .image {
  position: relative;
  z-index: 1;
  max-height: 627px;
  height: 496px;
  background: #f1f1f1;
}
.product-item .image img {
  height: auto;
  max-height: 561px;
  max-width: 478px;
  width: 100%;
  height: 496px;
  text-indent: -99999px;
  display: block;
}
.product-item .image img.loading {
  background: url(../../../desktop/theme-koton/images/plp-loading.gif) no-repeat 50% 50%;
}
.product-item figcaption {
  font-family: "Sweet Sans", "Arial", sans-serif;
  min-height: 120px;
  max-height: 120px;
  padding: 14px 10px 0 10px;
  text-align: center;
}
.product-item figcaption .prc-name {
  color: #4a4b4d;
  font-size: 14px;
  margin-bottom: 4px;
  display: inline-block;
}
.product-item figcaption .price {
  font-size: 18px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  margin-bottom: 12px;
}
.product-item figcaption .price .insteadPrice {
  color: #a8a8a8;
}
.product-item figcaption .price .newPrice {
  color: #d2242d;
}
.product-item figcaption .colors {
  display: inline-block;
  text-align: center;
}
.product-item figcaption .colors .inner {
  display: inline-block;
}
.product-item figcaption .colors .colors-content {
  zoom: 1;
  width: 100%;
  height: 14px;
  display: none;
}
.product-item figcaption .colors .colors-content:before, .product-item figcaption .colors .colors-content:after {
  content: "";
  display: table;
}
.product-item figcaption .colors .colors-content:after {
  clear: both;
}
.product-item figcaption .colors .color-item {
  float: left;
  display: block;
  margin: 0 3px 0 0;
}
.product-item figcaption .colors .color-item a {
  display: block;
  width: 14px;
  height: 14px;
  position: relative;
}
.product-item figcaption .colors .color-item a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
  border: 1px solid #cccccc;
  overflow: hidden;
  border-radius: 50%;
}
.product-item figcaption .colors .more-colors-text {
  font-size: 12px;
  height: 14px;
  display: block;
}
.product-item:hover figcaption .colors-content {
  display: block;
}
.product-item:hover figcaption .more-colors-text {
  display: none;
}

.checkoutProcess .formGroup .right {
  width: 50%;
}

.countryInput option {
  display: none;
}

select.countryIso ~ span ul {
  display: none !important;
}

select.countryIso ~ span span:first-child {
  border-bottom: 1px solid #b8b8b8 !important;
}

#fast-type .delivery-type-radiobtn:checked + label {
  border-bottom: none;
}

.orderquerybygsmororderno {
  display: block;
  font-size: 14px;
  padding: 5px 0 15px;
}
.orderquerybygsmororderno.small {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.orderquerybygsmororderno a {
  text-decoration: underline !important;
  color: #000 !important;
  font-weight: bold !important;
}

.miniCartPopup .title {
  font-family: "Sweet Sans Medium", "Arial", sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #373737;
  text-transform: uppercase;
  margin-bottom: 0px;
  margin-left: 3px;
  padding: 8px 0 0 0;
}
.miniCartPopup .popupCartItem {
  border-bottom: 1px solid #dadada;
  padding-bottom: 15px;
  margin-bottom: 11px;
  margin-top: -4px;
}
.miniCartPopup .popupCartItem:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.miniCartPopup .popupCartItem .minicart-stock-piece {
  background-color: #ffffda;
  border: 1px solid #efefb0;
  height: 33px;
  line-height: 11px;
  color: #000;
  font-size: 11px;
  padding: 4px 14px;
  border-radius: 5px;
  margin-top: 10px;
  float: left;
  width: 252px;
}
.miniCartPopup .popupCartItem .itemPic {
  display: inline-block;
  float: left;
  margin-right: 22px;
}
.miniCartPopup .popupCartItem .itemPic a {
  padding: 0;
}
.miniCartPopup .popupCartItem .itemPic a img {
  min-width: 70px;
  max-width: 70px;
}
.miniCartPopup .popupCartItem .itemDesc {
  width: 100px;
  padding-left: 75px;
  margin-top: 1px;
  float: left;
  display: inline-block;
  padding: 0;
}
.miniCartPopup .popupCartItem .itemName {
  font-family: "Sweet Sans Medium", "Arial", sans-serif;
  font-size: 13px;
  line-height: 15px;
  color: #373737;
  padding: 0;
  margin-bottom: 11px;
}
.miniCartPopup .popupCartItem .itemName:hover {
  text-decoration: underline;
}
.miniCartPopup .popupCartItem .detail p {
  font-family: "Sweet Sans", "Arial", sans-serif;
  font-size: 12px;
  line-height: 15px;
  color: #373737;
  margin-bottom: 0;
}
.miniCartPopup .popupCartItem .closebtnpopup {
  float: right;
  text-align: right;
  display: inline-block;
  padding-top: 12px;
  height: 40px;
}
.miniCartPopup .popupCartItem .priceContainer {
  float: right;
  width: 130px;
  text-align: right;
  display: inline-block;
  margin-right: 6px;
  margin-top: 10px;
}
.miniCartPopup .popupCartItem .priceContainer .price {
  font-family: "Sweet Sans", "Arial", sans-serif;
  font-size: 15px;
  line-height: 16px;
  color: #373737;
}
.miniCartPopup .popupCartItem .priceContainer .priceBefore {
  font-family: "Sweet Sans", "Arial", sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #656565;
  text-decoration: line-through;
}
.miniCartPopup .popupCartItem:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.miniCartPopup .legend {
  font-family: "Sweet Sans", "Arial", sans-serif;
  font-size: 12px;
  line-height: 12px;
  color: #737373;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  padding: 8px 0;
  padding-bottom: 0;
}
.miniCartPopup .legend b {
  font-family: "Sweet Sans", "Arial", sans-serif;
  font-weight: bold;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
}
.miniCartPopup .total {
  padding: 6px 0;
}
.miniCartPopup .total .left {
  font-family: "Sweet Sans", "Arial", sans-serif;
  font-size: 16px;
  line-height: 15px;
  color: #373737;
  width: 220px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
}
.miniCartPopup .total .right {
  font-family: "Sweet Sans Medium", "Arial", sans-serif;
  font-size: 16px;
  line-height: 17px;
  color: #373737;
  display: inline-block;
  float: right;
  margin-right: 4px;
}
.miniCartPopup .links {
  display: block;
  float: right;
  margin-top: 10px;
}
.miniCartPopup .links .button {
  font-size: 13px;
  line-height: 41px;
  font-family: "Sweet Sans", "Arial", sans-serif;
  text-align: center;
  float: left;
  text-transform: uppercase;
  padding: 0;
  color: #fff;
}
.miniCartPopup .links .button.white {
  color: #000000;
  margin-top: 9px;
  margin-right: 21px;
}
.miniCartPopup .links .button.black {
  color: #ffffff;
  background-color: #000000;
  padding: 9px 30px;
}
.miniCartPopup .links .button.black:hover {
  background: #424242;
}
.miniCartPopup .links2 {
  display: block;
  float: left;
  margin-top: 20px;
}
.miniCartPopup .links2 .button {
  font-size: 12px;
  line-height: 13px;
  font-family: "Sweet Sans", "Arial", sans-serif;
  text-align: center;
  float: left;
  padding: 0;
}
.miniCartPopup .links2 .button.black:hover {
  background: #000;
  color: #fff;
}
.miniCartPopup .promotionsCode2 {
  margin: 10px 0px 10px 0px;
}
.miniCartPopup .promotionsRed2 li {
  font-size: 12px;
  width: 320px;
  color: red;
}
.miniCartPopup .promotionsGreen2 li {
  font-size: 14px;
  text-align: right;
  color: #0db50d;
}

#popupCountryChangeWrap {
  display: none;
}

#countrySelectorOverlay {
  background-color: #000;
  opacity: 0.85;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 36px;
  z-index: -1;
}

.changeCountryModal {
  background: url(../../../desktop/theme-koton/images/intl-popup-bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  display: none;
  position: fixed;
  width: 528px;
  height: 286px;
  left: 50%;
  top: 50%;
  margin-top: -143px;
  margin-left: -264px;
  z-index: 10006;
  padding: 7px;
}
.changeCountryModal .changeCountryModal-content {
  background-color: rgba(255, 255, 255, 0.85);
  margin: auto;
  padding: 60px 20px 20px 20px;
  width: 100%;
  height: 100%;
  text-align: center;
}
.changeCountryModal .changeCountryModal-content .align-center {
  text-align: center;
  display: inline-block;
}
.changeCountryModal .changeCountryModal-content .item-list {
  zoom: 1;
  text-align: center;
}
.changeCountryModal .changeCountryModal-content .item-list:before, .changeCountryModal .changeCountryModal-content .item-list:after {
  content: "";
  display: table;
}
.changeCountryModal .changeCountryModal-content .item-list:after {
  clear: both;
}
.changeCountryModal .changeCountryModal-content .item-list li {
  float: left;
}
.changeCountryModal .changeCountryModal-content .item-list li:first-child {
  margin-right: 5px;
}
.changeCountryModal .changeCountryModal-content .item-list li span {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: block;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  line-height: 36px;
  cursor: pointer;
}
.changeCountryModal .changeCountryModal-content .item-list li span#countryChangePopupConfirmBtn {
  background-color: #000;
  min-width: 160px;
}
.changeCountryModal .changeCountryModal-content .item-list li span#countryChangePopupCancelBtn {
  background-color: #9f9c9c;
  min-width: 150px;
}
.changeCountryModal .changeCountryModal-content .item-list li span:hover {
  opacity: 0.8;
}
.changeCountryModal .changeCountryModal-content .changeCountryModal-message {
  color: #000;
  display: block;
  width: 100%;
  font-size: 20px;
  text-align: center;
  margin-bottom: 25px;
  line-height: 1.2;
}
.changeCountryModal .changeCountryModal-content #countryChangePopupCloseSpan {
  background: url(../../../desktop/theme-koton/images/intl-popup-close.png) no-repeat;
  width: 27px;
  height: 27px;
  position: absolute;
  display: block;
  position: absolute;
  right: -38px;
  top: 0;
  z-index: 99999;
  cursor: pointer;
}

#popup-overlay {
  display: none;
  background-color: #000;
  opacity: 0.85;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10005;
}

.quitCheckoutModal {
  background-size: cover;
  display: none;
  position: fixed;
  width: 528px;
  height: 286px;
  left: 50%;
  top: 50%;
  margin-top: -143px;
  margin-left: -264px;
  z-index: 10006;
  padding: 7px;
}
.quitCheckoutModal .quitCheckoutModal-content {
  background-color: rgba(255, 255, 255, 0.85);
  margin: auto;
  padding: 60px 20px 20px 20px;
  width: 100%;
  height: 100%;
  text-align: center;
}
.quitCheckoutModal .quitCheckoutModal-content .align-center {
  text-align: center;
  display: inline-block;
}
.quitCheckoutModal .quitCheckoutModal-content .item-list {
  zoom: 1;
  text-align: center;
}
.quitCheckoutModal .quitCheckoutModal-content .item-list:before, .quitCheckoutModal .quitCheckoutModal-content .item-list:after {
  content: "";
  display: table;
}
.quitCheckoutModal .quitCheckoutModal-content .item-list:after {
  clear: both;
}
.quitCheckoutModal .quitCheckoutModal-content .item-list li {
  float: left;
}
.quitCheckoutModal .quitCheckoutModal-content .item-list li:first-child {
  margin-right: 5px;
}
.quitCheckoutModal .quitCheckoutModal-content .item-list li span {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: block;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  line-height: 36px;
  cursor: pointer;
}
.quitCheckoutModal .quitCheckoutModal-content .item-list li span#popupQuitCheckoutConfirmBtn {
  background-color: #000;
  min-width: 160px;
}
.quitCheckoutModal .quitCheckoutModal-content .item-list li span#popupQuitCheckoutCancelBtn {
  background-color: #9f9c9c;
  min-width: 150px;
}
.quitCheckoutModal .quitCheckoutModal-content .item-list li span:hover {
  opacity: 0.8;
}
.quitCheckoutModal .quitCheckoutModal-content .changeCountryModal-message {
  color: #000;
  display: block;
  width: 100%;
  font-size: 20px;
  text-align: center;
  margin-bottom: 25px;
  line-height: 1.2;
}
.quitCheckoutModal .quitCheckoutModal-content #popupQuitCheckoutCloseSpan {
  background: url(../../../desktop/theme-koton/images/intl-popup-close.png) no-repeat;
  width: 27px;
  height: 27px;
  position: absolute;
  display: block;
  position: absolute;
  right: -30px;
  top: 10px;
  z-index: 99999;
  cursor: pointer;
}

#quitCheckoutConfirmOverlay {
  display: none;
  background-color: #000;
  opacity: 0.85;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10005;
}

.country-selection-modal {
  background: url(../../../desktop/theme-koton/images/intl-country-selection-bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  display: none;
  position: fixed;
  width: 664px;
  height: 446px;
  left: 50%;
  top: 50%;
  margin-top: -223px;
  margin-left: -332px;
  z-index: 10002;
  padding: 0;
  text-align: center;
}
.country-selection-modal #countrySelectionPopupCloseSpan {
  background: url(../../../desktop/theme-koton/images/intl-popup-close.png) no-repeat;
  width: 27px;
  height: 27px;
  position: absolute;
  display: block;
  position: absolute;
  right: -38px;
  top: 0;
  z-index: 99999;
  cursor: pointer;
}
.country-selection-modal .promoText {
  color: #fff;
  text-align: center;
  padding: 140px 80px 20px 80px;
}
.country-selection-modal .promoText #countrySelectionPromo {
  font-size: 42px;
  text-transform: uppercase;
  display: block;
  line-height: 1;
  font-weight: bold;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
  margin-bottom: 15px;
}
.country-selection-modal .promoText .small-text {
  display: block;
  font-size: 32px;
  line-height: 1;
}
.country-selection-modal .promoText .small-text:after {
  content: "";
  width: 90px;
  height: 2px;
  background-color: #fff;
  margin: 10px auto 0;
  display: block;
}
.country-selection-modal .promoText #countrySelectionTitle {
  line-height: 1;
  margin: 15px 0 0 0;
  padding: 0;
  font-size: 19px;
}
.country-selection-modal .item-list {
  zoom: 1;
  text-align: center;
  display: inline-block;
  margin-top: 15px;
}
.country-selection-modal .item-list:before, .country-selection-modal .item-list:after {
  content: "";
  display: table;
}
.country-selection-modal .item-list:after {
  clear: both;
}
.country-selection-modal .item-list li {
  float: left;
  padding-right: 5px;
}
.country-selection-modal .item-list li select {
  width: 194px;
}
.country-selection-modal #continueBtn {
  background-color: #fff;
  height: 36px;
  min-width: 204px;
  border-radius: 0;
  display: block;
  line-height: 36px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
  border: none;
  margin: 20px auto 0;
  padding: 0 15px;
}

#countrySelectionOverlay {
  display: none;
  background-color: #000;
  opacity: 0.85;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10001;
}

#countryIsoaddDeliveryAddress select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 32px;
  padding: 0 10px;
}
#countryIsoaddDeliveryAddress .city-block .selectboxit-arrow-container {
  display: none;
}

.half {
  width: 50% !important;
  float: left;
}
.half.empty {
  padding-right: 15px !important;
  position: relative;
}

.position-relative {
  position: relative;
}

.zipcode-ydg {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.zipcode-ydg-empty {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.intl-select-content {
  position: relative;
  width: 50% !important;
  margin: 0 !important;
}
.intl-select-content.city-block {
  padding-right: 20px;
}
.intl-select-content.city-block select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 32px;
  padding: 0 10px;
}
.intl-select-content #changeCountryLink {
  position: absolute;
  right: 25px;
  bottom: 5px;
  text-decoration: underline;
  background: white;
  z-index: 4;
}
.intl-select-content #changeCountryLink .changeCountry {
  font-size: 10px;
  font-style: italic;
  line-height: 22px;
}
.intl-select-content #editDeliveryAddresscountryIsoSelectBoxIt {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 32px;
  padding: 0 0;
}
.intl-select-content #editDeliveryAddresscountryIsoSelectBoxItContainer {
  width: 100%;
}
.intl-select-content .countryInput {
  opacity: 0.5;
}
.intl-select-content .tooltip.right {
  float: none;
  width: auto;
}
.intl-select-content .tooltip.right .tooltip-inner {
  width: auto;
  min-width: 140px;
  padding: 10px 15px;
}
.intl-select-content .select2-container {
  width: 100% !important;
}
.intl-select-content .select2-container .select2-selection {
  line-height: 32px;
  border-radius: 0;
  height: 32px;
}
.intl-select-content .select2-container .select2-selection .select2-selection__rendered {
  line-height: 32px;
}

.formGroup .intl-tel-input {
  display: block;
}
.formGroup .third-block {
  width: 33.33333% !important;
  margin-right: 0 !important;
  padding-right: 20px;
}
.formGroup .third-block:last-child {
  padding-right: 0;
}
.formGroup .third-block .selectboxit-container {
  width: 100% !important;
}
.formGroup .third-block .selectboxit-container .selectboxit {
  width: 100% !important;
}

.myAcc.myAddresses .select2-container {
  width: 100% !important;
}
.myAcc.myAddresses .select2-container .select2-selection {
  line-height: 32px;
  border-radius: 0;
  height: 32px;
}
.myAcc.myAddresses .select2-container .select2-selection .select2-selection__rendered {
  line-height: 32px;
}

.select2-container {
  outline: none;
}
.select2-container .select2-selection--single {
  outline: none;
}
.select2-container.select2-container--deliveryCountrySelect.select2-container--open {
  z-index: 999999;
}
.select2-container.select2-container--deliveryCountrySelect .select2-selection--single {
  background-color: rgba(255, 255, 255, 0.72);
  height: 28px;
  border-radius: 0;
  border: 1px solid #c1c1c4;
}
.select2-container.select2-container--deliveryCountrySelect .select2-selection--single .select2-selection__rendered {
  outline: none;
  padding-right: 28px;
  line-height: 28px;
  font-size: 13px;
  color: #000;
}
.select2-container.select2-container--deliveryCountrySelect .select2-selection__arrow {
  height: 28px;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 30px;
}
.select2-container.select2-container--deliveryCountrySelect .select2-selection__arrow b {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  right: 12px;
  top: 9px;
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.select2-container.select2-container--deliveryCountrySelect.select2-container--open .select2-selection__arrow b {
  top: 13px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.select2-container.select2-container--deliveryCountrySelect .select2-search--dropdown .select2-search__field {
  border: 1px solid #808080;
  height: 28px;
}
.select2-container.select2-container--deliveryCountrySelect .select2-results .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container.select2-container--deliveryCountrySelect .select2-results .select2-results__options::-webkit-scrollbar-track {
  background-color: #dedede;
}
.select2-container.select2-container--deliveryCountrySelect .select2-results .select2-results__options::-webkit-scrollbar-thumb {
  background-color: #565555;
}
.select2-container.select2-container--deliveryCountrySelect .select2-results .select2-results__options::-webkit-scrollbar {
  width: 7px;
  background-color: #dedede;
}
.select2-container.select2-container--deliveryCountrySelect .select2-results .select2-results__options .select2-results__option[aria-selected=true] {
  background-color: #666;
  color: #fff;
}
.select2-container.select2-container--deliveryCountrySelect .select2-results .select2-results__options .select2-results__option--highlighted {
  background-color: #666;
  color: #fff;
}
.select2-container.select2-container--deliveryCountrySelect .select2-dropdown {
  background-color: rgba(255, 255, 255, 0.97);
}
.select2-container.select2-container--countrySelection {
  z-index: 999999;
}
.select2-container.select2-container--countrySelection .select2-selection--single {
  background-color: rgba(255, 255, 255, 0.72);
  height: 32px;
  border-radius: 0;
  border: 1px solid #fff;
}
.select2-container.select2-container--countrySelection .select2-selection--single .select2-selection__rendered {
  padding-right: 40px;
  line-height: 32px;
  font-size: 14px;
  color: #000;
}
.select2-container.select2-container--countrySelection .select2-selection__arrow {
  height: 32px;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 40px;
}
.select2-container.select2-container--countrySelection .select2-selection__arrow b {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  right: 18px;
  top: 12px;
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.select2-container.select2-container--countrySelection.select2-container--open .select2-selection__arrow b {
  top: 13px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.select2-container.select2-container--countrySelection .select2-search--dropdown .select2-search__field {
  border: 1px solid #808080;
  height: 28px;
}
.select2-container.select2-container--countrySelection .select2-results .select2-results__options {
  max-height: 120px;
  overflow-y: auto;
}
.select2-container.select2-container--countrySelection .select2-results .select2-results__options::-webkit-scrollbar-track {
  background-color: #dedede;
}
.select2-container.select2-container--countrySelection .select2-results .select2-results__options::-webkit-scrollbar-thumb {
  background-color: #565555;
}
.select2-container.select2-container--countrySelection .select2-results .select2-results__options::-webkit-scrollbar {
  width: 7px;
  background-color: #dedede;
}
.select2-container.select2-container--countrySelection .select2-results .select2-results__options .select2-results__option[aria-selected=true] {
  background-color: #666;
  color: #fff;
}
.select2-container.select2-container--countrySelection .select2-results .select2-results__options .select2-results__option--highlighted {
  background-color: #666;
}
.select2-container.select2-container--countrySelection .select2-dropdown {
  background-color: rgba(255, 255, 255, 0.97);
}

.fav-wrap {
  zoom: 1;
  padding: 0 15px;
}
.fav-wrap:before, .fav-wrap:after {
  content: "";
  display: table;
}
.fav-wrap:after {
  clear: both;
}
.fav-wrap .title {
  width: 100%;
  height: 60px;
  background-color: #f5f5f5;
  font-size: 24px;
  font-weight: normal;
  color: #000;
  text-align: center;
  line-height: 59px;
  margin: 0 0 30px 0;
}
.fav-wrap .fav-text-block {
  zoom: 1;
  text-align: center;
  font-size: 14px;
  color: #000;
}
.fav-wrap .fav-text-block:before, .fav-wrap .fav-text-block:after {
  content: "";
  display: table;
}
.fav-wrap .fav-text-block:after {
  clear: both;
}
.fav-wrap .fav-text-block .my-fav-icon:before {
  font-size: 23px;
  width: 52px;
  height: 52px;
  line-height: 56px;
  content: "";
  color: #656565;
}
.fav-wrap .fav-text-block h2 {
  margin: 20px 0 20px 0;
  font-size: 14px;
  color: #000;
}
.fav-wrap .fav-text-block p {
  margin: 0 0 45px 0;
  font-size: 14px;
  line-height: 1.4;
}
.fav-wrap .fav-text-block p a {
  text-decoration: underline;
  color: #000;
}
.fav-wrap .fav-text-block p a:hover {
  text-decoration: none;
}
.fav-wrap .fav-text-block.empty {
  display: none;
}
.fav-wrap .fav-text-block .add-fav-menu-link li {
  display: inline-block;
  width: 145px;
  text-align: center;
  border: 1px solid #000;
  margin-left: 15px;
}
.fav-wrap .fav-text-block .add-fav-menu-link li:first-child {
  margin-left: 0;
}
.fav-wrap .fav-text-block .add-fav-menu-link li a {
  display: block;
  line-height: 40px;
  font-size: 13px;
  color: #000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.fav-wrap .fav-text-block .add-fav-menu-link li a:hover {
  background: #000;
  color: #fff;
}
.fav-wrap .fav-head-block {
  zoom: 1;
  width: 100%;
  margin-bottom: 25px;
}
.fav-wrap .fav-head-block:before, .fav-wrap .fav-head-block:after {
  content: "";
  display: table;
}
.fav-wrap .fav-head-block:after {
  clear: both;
}
.fav-wrap .fav-head-block .hybrid-select {
  width: 180px;
  margin-left: 8px;
}
.fav-wrap .fav-head-block .left-block {
  float: left;
}
.fav-wrap .fav-head-block .left-block .text {
  display: inline-block;
}
.fav-wrap .fav-head-block .left-block .hybrid-select {
  display: inline-block;
}
.fav-wrap .fav-head-block .right-block {
  float: right;
}
.fav-wrap .fav-list ul {
  zoom: 1;
  width: 100%;
  display: block;
}
.fav-wrap .fav-list ul:before, .fav-wrap .fav-list ul:after {
  content: "";
  display: table;
}
.fav-wrap .fav-list ul:after {
  clear: both;
}
.fav-wrap .fav-list .fav-item {
  float: left;
  margin-bottom: 80px;
  overflow: hidden;
  width: 25%;
  padding: 0 15px;
  opacity: 1;
  -webkit-transition: all 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-transform: scale(1);
          transform: scale(1);
}
.fav-wrap .fav-list .fav-item.removeditem {
  opacity: 0.3;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.fav-wrap .fav-list .fav-item .btn-remove-my-fav {
  background: url(../../../desktop/theme-koton/images/add-my-fav-remove.png) no-repeat;
  display: block;
  width: 22px;
  height: 22px;
  text-indent: -9999px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}
.fav-wrap .fav-list .fav-item .btn-remove-my-fav:hover {
  background-position: 0 -22px;
}
.fav-wrap .fav-list .fav-item .btn-remove-my-fav:focus {
  background-position: 0 -44px;
}
.fav-wrap .fav-list .fav-item .hybrid-select {
  width: 100%;
  z-index: 3;
}
.fav-wrap .fav-list .fav-item .hybrid-select select {
  border: none;
  border-top: 1px solid #eaeaea;
  color: #6e6e6e;
  font-size: 13px;
  font-weight: normal;
  height: 38px;
}
.fav-wrap .fav-list .fav-item .hybrid-select select::-webkit-scrollbar-track {
  background-color: #dedede;
}
.fav-wrap .fav-list .fav-item .hybrid-select select::-webkit-scrollbar-thumb {
  background-color: #6e6e6e;
}
.fav-wrap .fav-list .fav-item .hybrid-select select::-webkit-scrollbar {
  width: 5px;
  background-color: #dedede;
}
.fav-wrap .fav-list .fav-item .hybrid-select select:focus {
  outline: none;
}
.fav-wrap .fav-list .fav-item .hybrid-select select:disabled {
  background: transparent;
  opacity: 0.65;
}
.fav-wrap .fav-list .fav-item .my-fav-hide-overlay {
  position: absolute;
  background: rgba(255, 255, 255, 0.88);
  z-index: 100;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}
.fav-wrap .fav-list .fav-item .my-fav-hide-overlay .svg-icon-success {
  width: 50px;
  height: 50px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0;
  -webkit-transform: translate3d(0, -3000px, 0);
          transform: translate3d(0, -3000px, 0);
}
.fav-wrap .fav-list .fav-item .my-fav-hide-overlay .svg-icon-success:after {
  content: "Ürün Sepetinize Eklendi";
  display: block;
  position: absolute;
  width: 160px;
  left: 50%;
  margin-left: -80px;
}
.fav-wrap .fav-list .fav-item .my-fav-hide-overlay .svg-icon-success .circle-check {
  fill: none;
  fill-opacity: 0;
  stroke: #fff;
  stroke-width: 4px;
  stroke-location: inside;
  stroke-dasharray: 0 100;
}
.fav-wrap .fav-list .fav-item .my-fav-hide-overlay .svg-icon-success.is-animated,
.fav-wrap .fav-list .fav-item .my-fav-hide-overlay .svg-icon-error.is-animated {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.fav-wrap .fav-list .fav-item .my-fav-hide-overlay .svg-icon-success.is-animated .circle-check {
  -webkit-animation-name: dasharray;
          animation-name: dasharray;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes dasharray {
  0% {
    stroke-dasharray: 0 100;
  }
  100% {
    stroke-dasharray: 100 0;
  }
}
@keyframes dasharray {
  0% {
    stroke-dasharray: 0 100;
  }
  100% {
    stroke-dasharray: 100 0;
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
  }
}
.fav-wrap .fav-list .fav-item .item-title {
  margin: 8px 0 8px 0;
  min-height: 40px;
}
.fav-wrap .fav-list .fav-item .item-title a {
  color: #000;
  font-size: 15px;
  font-weight: bold;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
  display: block;
  line-height: 1.2;
  padding: 0;
  display: block;
}
.fav-wrap .fav-list .fav-item .item-price {
  color: #000;
  font-size: 19px;
  margin-bottom: 15px;
  line-height: 1;
}
.fav-wrap .fav-list .fav-item .item-price span {
  color: #000;
  display: inline-block;
}
.fav-wrap .fav-list .fav-item .item-price span.insteadPrice {
  color: #4a4a4a;
}
.fav-wrap .fav-list .fav-item .item-price span.newPrice {
  color: #be0000;
  padding-left: 8px;
}
.fav-wrap .fav-list .fav-item .item-button {
  width: 100%;
  padding-top: 10px;
}
.fav-wrap .fav-list .fav-item .item-button button {
  width: 100%;
  background: #000;
  border-radius: 0;
  text-align: center;
  font-weight: bold;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  display: block;
  height: 38px;
  padding: 0;
  line-height: 1 !important;
}
.fav-wrap .fav-list .fav-item .item-button button span {
  position: relative;
  top: -2px;
  display: inline-block;
}
.fav-wrap .fav-list .fav-item .item-button button:before {
  font-family: "kotonIconFont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 15px;
  line-height: 36px;
  margin-right: 7px;
  position: relative;
  top: -1px;
}
.fav-wrap .fav-list .fav-item .item-button button[disabled] {
  opacity: 1;
  cursor: not-allowed;
  background: #d6d6d6;
  color: #fff;
}
.fav-wrap .fav-list .fav-item figure {
  display: block;
  position: relative;
  width: 100%;
}
.fav-wrap .fav-list .fav-item figure img {
  width: 100%;
  display: block;
}
.fav-wrap .fav-list .fav-item figure figcaption {
  width: 100%;
}
.fav-wrap .fav-pagination-wrap {
  zoom: 1;
  width: 100%;
  text-align: center;
}
.fav-wrap .fav-pagination-wrap:before, .fav-wrap .fav-pagination-wrap:after {
  content: "";
  display: table;
}
.fav-wrap .fav-pagination-wrap:after {
  clear: both;
}
.fav-wrap .fav-pagination-wrap span {
  display: inline-block;
  line-height: 15px;
  padding-right: 10px;
  position: relative;
  top: -4px;
}
.fav-wrap .fav-pagination-wrap ul {
  display: inline-block;
  overflow: hidden;
}
.fav-wrap .fav-pagination-wrap ul li {
  float: left;
}
.fav-wrap .fav-pagination-wrap ul li a,
.fav-wrap .fav-pagination-wrap ul li strong {
  color: #000;
  font-size: 14px;
  line-height: 15px;
  color: #000;
}

.product-item a {
  display: block;
  position: relative;
  z-index: 1;
}

.my-fav-icon {
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.my-fav-icon:before {
  font-family: "kotonIconFont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  line-height: 39px;
  border: 2px solid #aeaeae;
  width: 36px;
  height: 36px;
  font-size: 15px;
  color: #aeaeae;
}
.my-fav-icon:hover {
  border-color: #656565;
}
.my-fav-icon:hover:before {
  content: "";
  color: #656565;
}
.my-fav-icon.my-fav-icon-added {
  border-color: #aeaeae;
}
.my-fav-icon.my-fav-icon-added:before {
  content: "";
  color: #f41f07;
}

.shoppingBag .my-fav-icon {
  margin-top: 10px;
  font-size: 11px;
  color: #63636d;
  text-align: left;
  text-decoration: underline;
  cursor: pointer;
}
.shoppingBag .my-fav-icon:before {
  width: 23px;
  height: 23px;
  line-height: 25px;
  font-size: 12px;
  text-align: center;
  margin-right: 8px;
}
.shoppingBag .my-fav-icon:hover {
  text-decoration: none;
}
.shoppingBag table tbody tr td .infoMessage {
  display: block;
  position: static;
  margin-top: 5px;
}
.shoppingBag .stock-message-basket {
  background-color: #ffffda;
  border: 1px solid #efefb0;
  text-align: center;
  color: #000;
  font-size: 14px;
  margin-bottom: 6px;
  border-radius: 5px;
  padding: 10px;
}
.shoppingBag .stock-message-basket a.close {
  position: absolute;
  right: 30px;
  color: #000;
  text-decoration: underline;
  font-size: 11px;
  cursor: pointer;
}
.shoppingBag .stock-message-sold {
  background-color: #ffffda;
  border: 1px solid #efefb0;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #000;
  font-size: 14px;
  margin-bottom: 19px;
  border-radius: 5px;
}
.shoppingBag .stock-message-sold a.show-products {
  font-size: 12px;
  text-decoration: underline;
  color: #000;
  cursor: pointer;
}
.shoppingBag .stock-message-sold a.close {
  position: absolute;
  right: 30px;
  color: #000;
  text-decoration: underline;
  font-size: 11px;
  cursor: pointer;
}
.shoppingBag .stock-message-empty-list {
  position: absolute;
  padding: 0;
}
.shoppingBag .stock-message-empty-list .stock-message-piece {
  background-color: #ffffda;
  border: 1px solid #efefb0;
  height: 33px;
  line-height: 33px;
  text-align: center;
  color: #000;
  font-size: 12px;
  margin-bottom: 6px;
  border-radius: 5px;
  position: absolute;
  right: 0;
  width: 465px;
  top: 80px;
  margin: 0;
}
.shoppingBag .stock-message-empty-list .stock-message-piece:before {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-bottom: solid #efefb0 10px;
  top: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: 0;
  position: absolute;
  width: 0;
}
.shoppingBag .stock-message-empty-list .stock-message-piece a.close {
  position: absolute;
  right: 14px;
  color: #000;
  text-decoration: underline;
  font-size: 11px;
  cursor: pointer;
}

.checkout-nostock-message {
  background-color: #ffffda;
  border: 1px solid #efefb0;
  height: 33px;
  line-height: 33px;
  text-align: center;
  color: #000;
  font-size: 12px;
  margin-bottom: 6px;
  border-radius: 5px;
  right: 0;
  width: 98%;
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

.reservation-nostock-message {
  background-color: #ffffda;
  border: 1px solid #efefb0;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #000;
  font-size: 14px;
  margin-bottom: 6px;
  border-radius: 5px;
}
.reservation-nostock-message a.close {
  position: absolute;
  right: 30px;
  color: #000;
  text-decoration: underline;
  font-size: 11px;
  cursor: pointer;
}

.checkout-stock-message {
  background-color: #ffffda;
  border: 1px solid #efefb0;
  height: 38px;
  line-height: 13px;
  text-align: left;
  color: #000;
  font-size: 11px;
  margin-bottom: 6px;
  border-radius: 5px;
  right: 0;
  width: 100%;
  margin-top: 8px;
  float: left;
  padding: 5px 15px;
}

.shoppingBagExtra h2.my-fav-title {
  font-weight: bold;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
  font-size: 20px;
  color: #000;
  text-transform: capitalize;
  line-height: 50px;
  padding-bottom: 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
  position: relative;
  margin-top: -10px;
}
.shoppingBagExtra h2.my-fav-title a {
  background: url(../../../desktop/theme-koton/images/fav-basket-head-icon.png) no-repeat 100% 50%;
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 0;
  top: 17px;
}
.shoppingBagExtra .fav-list ul {
  zoom: 1;
  width: 100%;
  display: block;
}
.shoppingBagExtra .fav-list ul:before, .shoppingBagExtra .fav-list ul:after {
  content: "";
  display: table;
}
.shoppingBagExtra .fav-list ul:after {
  clear: both;
}
.shoppingBagExtra .fav-list .fav-item {
  float: left;
  margin-bottom: 35px;
  overflow: hidden;
  width: 100%;
  padding: 0 15px;
  opacity: 1;
  -webkit-transition: all 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-transform: scale(1);
          transform: scale(1);
  border: none;
}
.shoppingBagExtra .fav-list .fav-item.removeditem {
  opacity: 0.3;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.shoppingBagExtra .fav-list .fav-item .btn-remove-my-fav {
  background: url(../../../desktop/theme-koton/images/add-my-fav-remove.png) no-repeat;
  display: block;
  width: 22px;
  height: 22px;
  text-indent: -9999px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  overflow: hidden;
}
.shoppingBagExtra .fav-list .fav-item .btn-remove-my-fav:hover {
  background-position: 0 -22px;
}
.shoppingBagExtra .fav-list .fav-item .btn-remove-my-fav:focus {
  background-position: 0 -44px;
}
.shoppingBagExtra .fav-list .fav-item .hybrid-select {
  width: 100%;
}
.shoppingBagExtra .fav-list .fav-item .hybrid-select select {
  border: none;
  border-top: 1px solid #eaeaea;
  color: #6e6e6e;
  font-size: 12px;
  font-weight: normal;
  height: 30px;
  line-height: 13px;
}
.shoppingBagExtra .fav-list .fav-item .hybrid-select select::-webkit-scrollbar-track {
  background-color: #dedede;
}
.shoppingBagExtra .fav-list .fav-item .hybrid-select select::-webkit-scrollbar-thumb {
  background-color: #6e6e6e;
}
.shoppingBagExtra .fav-list .fav-item .hybrid-select select::-webkit-scrollbar {
  width: 5px;
  background-color: #dedede;
}
.shoppingBagExtra .fav-list .fav-item .hybrid-select select:focus {
  outline: none;
}
.shoppingBagExtra .fav-list .fav-item .hybrid-select select:disabled {
  background: transparent;
  opacity: 0.65;
}
.shoppingBagExtra .fav-list .fav-item .item-title {
  margin: 0 0 8px 0;
}
.shoppingBagExtra .fav-list .fav-item .item-title a {
  color: #000;
  font-size: 12px;
  padding: 10px 0;
  font-weight: bold;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
}
.shoppingBagExtra .fav-list .fav-item .item-price {
  color: #000;
  font-size: 19px;
  margin-bottom: 15px;
  line-height: 1;
}
.shoppingBagExtra .fav-list .fav-item .item-price span {
  color: #000;
  display: inline-block;
}
.shoppingBagExtra .fav-list .fav-item .item-price span.insteadPrice {
  color: #4a4a4a;
}
.shoppingBagExtra .fav-list .fav-item .item-price span.newPrice {
  color: #be0000;
  padding-left: 8px;
}
.shoppingBagExtra .fav-list .fav-item .item-price span.firstPrice {
  color: #000;
  padding-left: 4px;
}
.shoppingBagExtra .fav-list .fav-item .item-button {
  width: 100%;
  padding-top: 10px;
}
.shoppingBagExtra .fav-list .fav-item .item-button button {
  width: 100%;
  background: #fff;
  border-radius: 0;
  text-align: center;
  font-weight: bold;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  color: #000;
  display: block;
  padding: 1px 0 2px 0;
  border: 1px solid #000;
}
.shoppingBagExtra .fav-list .fav-item .item-button button:before {
  font-family: "kotonIconFont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 15px;
  line-height: 26px;
  margin-right: 8px;
}
.shoppingBagExtra .fav-list .fav-item .item-button button[disabled] {
  opacity: 1;
  cursor: not-allowed;
  background: #fff;
  border: 1px solid #b9b9b9;
  color: #b9b9b9;
}
.shoppingBagExtra .fav-list .fav-item figure {
  zoom: 1;
  display: block;
  position: relative;
  width: 100%;
}
.shoppingBagExtra .fav-list .fav-item figure:before, .shoppingBagExtra .fav-list .fav-item figure:after {
  content: "";
  display: table;
}
.shoppingBagExtra .fav-list .fav-item figure:after {
  clear: both;
}
.shoppingBagExtra .fav-list .fav-item figure .product-img {
  width: 68px;
  display: block;
  float: left;
}
.shoppingBagExtra .fav-list .fav-item figure .product-img img {
  width: 100%;
}
.shoppingBagExtra .fav-list .fav-item figure figcaption {
  width: calc(100% - 68px);
  padding-left: 6px;
  float: left;
}

header .my-favorite {
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header .my-favorite:before {
  font-family: "kotonIconFont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: inline-block;
  border-radius: 50%;
  font-size: 16px;
  color: #aeaeae;
  position: relative;
  top: 4px;
  margin-right: 3px;
  color: #000;
}
header .my-favorite.fav-filled:before {
  content: "";
  color: #000;
}

#add-fav-tooltip {
  background: #fff;
  border: 1px solid #c5c5c5;
  width: 235px;
  height: 55px;
  position: absolute;
  top: 45px;
  left: 50%;
  margin-left: -117px;
  text-align: center;
  line-height: 55px;
  z-index: 99999;
  display: none;
}
#add-fav-tooltip:after, #add-fav-tooltip:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#add-fav-tooltip:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
#add-fav-tooltip:before {
  border-color: rgba(197, 197, 197, 0);
  border-bottom-color: #c5c5c5;
  border-width: 11px;
  margin-left: -11px;
}
#add-fav-tooltip p {
  font-size: 13px;
  color: #000;
}
#add-fav-tooltip p:before {
  font-family: "kotonIconFont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: inline-block;
  font-size: 15px;
  line-height: 35px;
  color: #18ac4a;
  position: relative;
  top: 2px;
}

.product-item .my-fav-icon {
  position: absolute;
  z-index: 998;
  right: 23px;
  bottom: 143px;
}

.productDetailDescription .buttons .addToCartBtn {
  margin-right: 22px;
}
.productDetailDescription .buttons #findinstorebtndiv a {
  display: block;
  margin-left: 25px;
}
.productDetailDescription .buttons .findinstorebtn {
  background: url(../../../desktop/theme-koton/images/findstore_pin_icon.png) no-repeat;
  height: 34px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  padding-left: 28px;
  text-decoration: underline;
  color: #63636d;
  font-size: 12px;
  line-height: 32px;
}
.productDetailDescription .buttons .findinstorebtn:hover {
  background-position: 0 -34px;
  text-decoration: none;
}
.productDetailDescription .detail-page-add-fav {
  display: inline-block;
}
.productDetailDescription .my-fav-icon {
  display: inline-block;
  text-decoration: underline;
  font-size: 12px;
  color: #63636d;
  cursor: pointer;
}
.productDetailDescription .my-fav-icon:before {
  margin-right: 6px;
  position: relative;
  top: 5px;
  width: 34px;
  height: 34px;
  line-height: 36px;
}

.info-popup-wrap {
  width: 485px;
  text-align: center;
  margin: 30px 0 40px 0;
}
.info-popup-wrap .capital {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
  line-height: 1.3;
  margin-bottom: 10px;
}
.info-popup-wrap .text {
  font-size: 14px;
  color: #000;
  font-weight: normal;
  line-height: 19px;
  margin: 0 auto 25px;
}
.info-popup-wrap ul {
  display: inline-block;
  margin: 0;
  padding: 0 0 0 0;
}
.info-popup-wrap ul li {
  float: left;
}
.info-popup-wrap ul li a {
  line-height: 34px;
  font-size: 13px;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  display: inline-block;
  width: 150px;
}
.info-popup-wrap ul li:first-child {
  padding-right: 20px;
}
.info-popup-wrap ul li:first-child a {
  background: #fff;
  color: #000;
}

footer {
  margin: 0;
}
footer .koton-blog {
  width: 100%;
  margin: 25px 0 0 0;
}
footer .koton-blog a {
  background: url(../../../desktop/theme-koton/images/koton-blog-logo.png);
  background-size: 176px 19px;
  background-repeat: no-repeat;
  width: 176px;
  display: block;
  height: 19px;
}

.nKoton-Login-Header {
  height: 120px;
  line-height: 120px;
  text-align: center;
}

.nKoton-Login-Container {
  padding-top: 22px;
}
.nKoton-Login-Container .info-area {
  padding: 15px 5px;
  background-color: #f4f4f4;
  width: 641px;
}
.nKoton-Login-Container .info-area .speacialforkotonmembers {
  font-size: 20px;
  font-weight: bold;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
}
.nKoton-Login-Container .info-area .notmemberyet {
  font-size: 12px;
  text-align: right;
  display: block;
  margin-top: 11px;
}
.nKoton-Login-Container .info-area .notmemberyet a {
  font-style: italic;
  text-decoration: underline;
  color: #000;
}
.nKoton-Login-Container .info-area .payment-options {
  border-bottom: 1px dashed #9e9e9e;
  height: 63px;
  line-height: 63px;
  float: left;
  width: 100%;
}
.nKoton-Login-Container .info-area .payment-options .icons {
  width: 39px;
  padding-left: 4px;
  float: left;
  height: 63px;
}
.nKoton-Login-Container .info-area .payment-options .icons.freerefund {
  background: url(../../../desktop/theme-koton/images/iade-icon-usp-login.png) no-repeat 5px 50%;
  background-size: 21px 21px;
}
.nKoton-Login-Container .info-area .payment-options .icons.paydoor {
  background: url(../../../desktop/theme-koton/images/kapida-odeme-icon-usp-login.png) no-repeat 5px 50%;
  background-size: 14px 25px;
}
.nKoton-Login-Container .info-area .payment-options .icons.freeshipping {
  background: url(../../../desktop/theme-koton/images/kargo-icon-usp-login.png) no-repeat 5px 50%;
  background-size: 22px 25px;
}
.nKoton-Login-Container .info-area .payment-options .icons.callcenternumber {
  background: url(../../../desktop/theme-koton/images/musteri-icon-usp-login.png) no-repeat 5px 50%;
  background-size: 25px 25px;
}
.nKoton-Login-Container .info-area .payment-options .icons.samedayshipping {
  background: url(../../../desktop/theme-koton/images/hizli-kargo-icon-usp-login.png) no-repeat 5px 50%;
  background-size: 34px 23px;
}
.nKoton-Login-Container .info-area .payment-options .icons.satisfaction {
  background: url(../../../desktop/theme-koton/images/memnuniyet-icon-usp-login.png) no-repeat 5px 50%;
  background-size: 20.5px 20px;
}
.nKoton-Login-Container .info-area .payment-options .text {
  width: calc(100% - 39px);
  float: left;
  padding-left: 5px;
  font-size: 14px;
  color: #000;
}
.nKoton-Login-Container .info-area .payment-options .text .text-green {
  color: #30a459;
  font-weight: bold;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
}
.nKoton-Login-Container .info-area .payment-options.bb-none {
  border-bottom: 0;
}
.nKoton-Login-Container .info-area .btn-nKoton-register {
  padding: 11px 36px;
  margin-top: 16px;
  font-size: 16px;
}
.nKoton-Login-Container .info-area .img-nKoton-Register-Banner {
  margin-top: 68px;
  width: 100%;
}
.nKoton-Login-Container .login-area {
  padding: 0;
  width: 460px;
  margin-right: 69px;
  margin-top: 0;
}
.nKoton-Login-Container .login-area .loginRegister.memberLogin {
  margin: 0;
}
.nKoton-Login-Container .login-area .login-title {
  padding-bottom: 23px;
  border-bottom: 1px solid #cfcfcf;
}
.nKoton-Login-Container .login-area .login-title span {
  font-size: 20px;
  font-weight: bold;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
  text-transform: uppercase;
}
.nKoton-Login-Container .login-area .nKoton-facebooklogin {
  position: relative;
  margin-top: 0;
}
.nKoton-Login-Container .login-area .nKoton-facebooklogin a {
  height: 50px;
  line-height: 50px;
  display: block;
  position: relative;
  background-color: #5274bd;
  color: white;
  text-align: center;
  font-size: 16px;
  margin-top: -1px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.nKoton-Login-Container .login-area .nKoton-facebooklogin a::after {
  content: "";
  background: url(../../../desktop/theme-koton/images/nKoton-FacebookLogo.png) no-repeat;
  width: 19px;
  height: 40px;
  position: absolute;
  left: 27px;
  bottom: 0;
}
.nKoton-Login-Container .login-area .nKoton-facebooklogin a:hover {
  text-decoration: none;
  cursor: pointer;
}
.nKoton-Login-Container .login-area .nKoton-facebooklogin img {
  margin-bottom: 0;
  width: 100%;
}
.nKoton-Login-Container .login-area .nKoton-facebooklogin-form {
  position: relative;
  font-size: 16px;
  font-weight: 200;
  line-height: 18px;
  padding-top: 15px;
  padding-left: 45px;
  background: url(../../../desktop/theme-koton/images/facebook-login-icon.png) no-repeat 1px 85%;
  background-size: 32px 32px;
  color: #5274bd;
}
.nKoton-Login-Container .login-area .login-inputs {
  /* Checkmark style starts */
}
.nKoton-Login-Container .login-area .login-inputs form {
  padding: 0;
}
.nKoton-Login-Container .login-area .login-inputs p {
  color: #666666;
  font-size: 14px;
  padding: 0;
  margin-bottom: 5px;
}
.nKoton-Login-Container .login-area .login-inputs .password-input {
  position: relative;
}
.nKoton-Login-Container .login-area .login-inputs .password-input a {
  font-size: 10px;
  text-decoration: underline;
  color: #666666;
  position: absolute;
  top: 39px;
  right: 40px;
}
.nKoton-Login-Container .login-area .login-inputs .password-input a img {
  width: 21px;
  position: absolute;
  right: -30px;
  top: 3px;
}
.nKoton-Login-Container .login-area .login-inputs .password-input a#password-hide {
  display: none;
}
.nKoton-Login-Container .login-area .login-inputs .password-input a#password-hide img {
  top: 1px;
}
.nKoton-Login-Container .login-area .login-inputs .nKoton-input {
  display: block;
  width: 100%;
  height: 45px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #b8b8b8;
  border-radius: 0px;
}
.nKoton-Login-Container .login-area .login-inputs .nKoton-input:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 2px solid #000 !important;
  outline: none;
}
.nKoton-Login-Container .login-area .login-inputs .nKoton-input.success {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 2px solid #000 !important;
  background: url(../../../desktop/theme-koton/images/onay-icon-login.png) no-repeat 98% 50%;
  background-size: 14px 10px;
  padding-right: 28px;
}
.nKoton-Login-Container .login-area .login-inputs .nKoton-input.error {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid #ec0027;
  background: url(../../../desktop/theme-koton/images/error-icon-login.png) no-repeat 98% 50%;
  background-size: 11px 11px;
  padding-right: 28px;
  color: #555 !important;
}
.nKoton-Login-Container .login-area .login-inputs .nKoton-input.error ~ p.error-message {
  display: block;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 11px;
  color: #ec0027;
}
.nKoton-Login-Container .login-area .login-inputs .nKoton-input.password.error {
  background: none;
}
.nKoton-Login-Container .login-area .login-inputs .nKoton-input.password.success {
  background: none;
}
.nKoton-Login-Container .login-area .login-inputs .nKoton-input.password {
  padding-right: 80px;
}
.nKoton-Login-Container .login-area .login-inputs .nKoton-input::-webkit-input-placeholder {
  color: #cccccc;
}
.nKoton-Login-Container .login-area .login-inputs .nKoton-input::-moz-placeholder {
  color: #cccccc;
}
.nKoton-Login-Container .login-area .login-inputs .nKoton-input:-ms-input-placeholder {
  color: #cccccc;
}
.nKoton-Login-Container .login-area .login-inputs .nKoton-input::-ms-input-placeholder {
  color: #cccccc;
}
.nKoton-Login-Container .login-area .login-inputs .nKoton-input::placeholder {
  color: #cccccc;
}
.nKoton-Login-Container .login-area .login-inputs .nKoton-input ~ p.error-message {
  display: none;
}
.nKoton-Login-Container .login-area .login-inputs .input-area {
  margin-top: 20px;
}
.nKoton-Login-Container .login-area .login-inputs .rememberme-forgetpass {
  margin-top: 10px;
  width: 100%;
  position: relative;
}
.nKoton-Login-Container .login-area .login-inputs .rememberme-forgetpass .rememberme {
  width: 50%;
}
.nKoton-Login-Container .login-area .login-inputs .rememberme-forgetpass .forgetpass {
  width: 50%;
  text-align: right;
  position: absolute;
  top: -2px;
  right: 0;
}
.nKoton-Login-Container .login-area .login-inputs .rememberme-forgetpass .forgetpass a {
  font-size: 12px;
  text-decoration: underline;
  color: #272727;
  cursor: pointer;
  font-size: 12px;
  text-decoration: underline;
  color: #272727;
  cursor: pointer;
  margin: 0;
  line-height: initial;
  padding: 0;
  display: initial;
}
.nKoton-Login-Container .login-area .login-inputs .rememberme-forgetpass .nKoton-userlogin {
  position: relative;
}
.nKoton-Login-Container .login-area .login-inputs .rememberme-forgetpass .nKoton-userlogin button {
  height: 50px;
  line-height: 50px;
  display: block;
  position: relative;
  background-color: #18b554;
  color: white;
  text-align: center;
  font-size: 16px;
  margin-top: 15px;
  text-transform: uppercase;
  margin-bottom: 25px;
  text-transform: uppercase;
  width: 100%;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid transparent;
}
.nKoton-Login-Container .login-area .login-inputs .rememberme-forgetpass .nKoton-userlogin button:hover {
  text-decoration: none;
  cursor: pointer;
}
.nKoton-Login-Container .login-area .login-inputs .rememberme-forgetpass .nKoton-userlogin img {
  margin-bottom: 25px;
  width: 100%;
}
.nKoton-Login-Container .login-area .login-inputs .rememberme-forgetpass .newsletter,
.nKoton-Login-Container .login-area .login-inputs .rememberme-forgetpass .privacyagree {
  position: relative;
}
.nKoton-Login-Container .login-area .login-inputs .rememberme-forgetpass .newsletter label span,
.nKoton-Login-Container .login-area .login-inputs .rememberme-forgetpass .privacyagree label span {
  white-space: pre-wrap;
  width: 410px;
  line-height: 16px;
  top: -3px;
}
.nKoton-Login-Container .login-area .login-inputs .rememberme-forgetpass .newsletter label a,
.nKoton-Login-Container .login-area .login-inputs .rememberme-forgetpass .privacyagree label a {
  text-decoration: underline;
}
.nKoton-Login-Container .login-area .login-inputs .rememberme-forgetpass .privacyagree {
  margin-top: 20px;
}
@-webkit-keyframes dothabottomcheck {
  0% {
    height: 0;
  }
  100% {
    height: 9px;
  }
}
@keyframes dothabottomcheck {
  0% {
    height: 0;
  }
  100% {
    height: 9px;
  }
}
@keyframes dothatopcheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 15px;
  }
}
@-webkit-keyframes dothatopcheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 15px;
  }
}
.nKoton-Login-Container .login-area .login-inputs input[type=checkbox] {
  display: none;
}
.nKoton-Login-Container .login-area .login-inputs .check-box {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid #bebebe;
  border-radius: 0;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color ease 0.1s;
  transition: border-color ease 0.1s;
  cursor: pointer;
  margin: 0;
}
.nKoton-Login-Container .login-area .login-inputs .check-box.error {
  border: 2px solid #ec0027;
}
.nKoton-Login-Container .login-area .login-inputs .check-box span {
  position: absolute;
  display: block;
  left: 25px;
  white-space: nowrap;
  font-weight: normal;
  font-size: 12px;
  color: #272727;
}
.nKoton-Login-Container .login-area .login-inputs .check-box::before, .nKoton-Login-Container .login-area .login-inputs .check-box::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  height: 0;
  width: 3px;
  background-color: #000;
  display: inline-block;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-radius: 5px;
  content: " ";
  -webkit-transition: opacity ease 0.5;
  transition: opacity ease 0.5;
}
.nKoton-Login-Container .login-area .login-inputs .check-box::before {
  top: 15.6px;
  left: 8px;
  -webkit-transform: rotate(-142deg);
  transform: rotate(-142deg);
}
.nKoton-Login-Container .login-area .login-inputs .check-box::after {
  top: 10.4px;
  left: 0.2px;
  -webkit-transform: rotate(-53deg);
  transform: rotate(-53deg);
}
.nKoton-Login-Container .login-area .login-inputs input[type=checkbox]:checked + .check-box,
.nKoton-Login-Container .login-area .login-inputs .check-box.checked {
  border-color: #000;
}
.nKoton-Login-Container .login-area .login-inputs input[type=checkbox]:checked + .check-box::after,
.nKoton-Login-Container .login-area .login-inputs .check-box.checked::after {
  height: 9px;
  -webkit-animation: dothabottomcheck 0.1s ease 0s forwards;
  animation: dothabottomcheck 0.1s ease 0s forwards;
}
.nKoton-Login-Container .login-area .login-inputs input[type=checkbox]:checked + .check-box::before,
.nKoton-Login-Container .login-area .login-inputs .check-box.checked::before {
  height: 15px;
  -webkit-animation: dothatopcheck 0.2s ease 0s forwards;
  animation: dothatopcheck 0.2s ease 0s forwards;
}
.nKoton-Login-Container .login-area .login-inputs .guestlogin .nKoton-guestlogin a {
  height: 50px;
  line-height: 50px;
  display: block;
  position: relative;
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 38px;
  text-transform: uppercase;
}
.nKoton-Login-Container .login-area .login-inputs .guestlogin .nKoton-guestlogin a:hover {
  text-decoration: none;
  cursor: pointer;
}
.nKoton-Login-Container .login-area .login-inputs .control {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 23px;
  cursor: pointer;
  font-size: 14px;
  width: 100px;
  font-weight: normal;
  line-height: 24px;
}
.nKoton-Login-Container .login-area .login-inputs .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.nKoton-Login-Container .login-area .login-inputs .control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #ffffff;
  border: 1px solid #c0c0c0;
}
.nKoton-Login-Container .login-area .login-inputs .control--radio .control__indicator {
  border-radius: 50%;
}
.nKoton-Login-Container .login-area .login-inputs .control__indicator:after {
  content: "";
  position: absolute;
  display: none;
}
.nKoton-Login-Container .login-area .login-inputs .control input:checked ~ .control__indicator:after {
  display: block;
}
.nKoton-Login-Container .login-area .login-inputs .control--radio .control__indicator:after {
  left: 5px;
  top: 5px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #000;
}
.nKoton-Login-Container .login-area .login-inputs .control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}

.orderSuccessTitles {
  font-size: 16px;
  font-family: "Sweet Sans Light", "Arial", sans-serif;
  font-weight: lighter;
  margin-bottom: 50px;
}
.orderSuccessTitles h1 {
  color: #18b554;
  font-size: 32px;
  font-weight: 600;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
  padding-left: 50px;
  margin-top: 45px;
  line-height: 40px;
  background: url(../../../desktop/theme-koton/images/checkout-success-order-icon.png) no-repeat 0 50%;
  background-size: 40px 40px;
}
.orderSuccessTitles h2 {
  color: #000;
  font-weight: bold;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0;
}

.orderSuccessSummary {
  zoom: 1;
  clear: both;
}
.orderSuccessSummary:before, .orderSuccessSummary:after {
  content: "";
  display: table;
}
.orderSuccessSummary:after {
  clear: both;
}
.orderSuccessSummary h3 {
  margin-top: 0;
}

.orderSuccessSummary .col-xs-6 {
  padding: 0;
}
.orderSuccessSummary .ordersummary-area {
  padding-left: 40px;
  padding-right: 0;
}
.orderSuccessSummary .ordersummary-area h3 {
  padding: 20px;
  text-transform: capitalize;
  margin-bottom: 0;
  background-color: #e2e2e2;
  font-size: 16px;
  font-weight: bold;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
  float: left;
  width: 100%;
}
.orderSuccessSummary .ordersummary-area .product-list {
  float: left;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d9d9d9;
}
.orderSuccessSummary .ordersummary-area .product-list .product-image {
  width: 23%;
  float: left;
}
.orderSuccessSummary .ordersummary-area .product-list .product-name {
  width: 35%;
  float: left;
  padding-right: 40px;
}
.orderSuccessSummary .ordersummary-area .product-list .product-name span {
  font-size: 13px;
  font-weight: 800;
}
.orderSuccessSummary .ordersummary-area .product-list .product-color {
  width: 14%;
  float: left;
}
.orderSuccessSummary .ordersummary-area .product-list .product-color span {
  font-size: 13px;
  font-weight: 600;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
}
.orderSuccessSummary .ordersummary-area .product-list .product-size {
  width: 12%;
  float: left;
}
.orderSuccessSummary .ordersummary-area .product-list .product-size span {
  font-size: 13px;
  font-weight: 600;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
}
.orderSuccessSummary .ordersummary-area .product-list .product-price {
  width: 16%;
  float: left;
}
.orderSuccessSummary .ordersummary-area .product-list .product-price span {
  font-size: 13px;
  font-weight: 600;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
}
.orderSuccessSummary .ordersummary-area .product-total-price {
  zoom: 1;
  clear: both;
  width: 100%;
  float: left;
  margin-top: 35px;
  margin-bottom: 55px;
}
.orderSuccessSummary .ordersummary-area .product-total-price:before, .orderSuccessSummary .ordersummary-area .product-total-price:after {
  content: "";
  display: table;
}
.orderSuccessSummary .ordersummary-area .product-total-price:after {
  clear: both;
}
.orderSuccessSummary .ordersummary-area .product-total-price .subtotal {
  font-weight: bold;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
}
.orderSuccessSummary .ordersummary-area .product-total-price p {
  margin: 0;
  margin-bottom: 13px;
  font-size: 12px;
}
.orderSuccessSummary .ordersummary-area .product-total-price p span {
  float: right;
}
.orderSuccessSummary .ordersummary-area .product-total-price .total-price {
  padding: 13px 0;
  background-color: #f1f1f1;
}
.orderSuccessSummary .ordersummary-area .product-total-price .total-price p {
  font-size: 14px;
  margin: 0;
  font-weight: bold;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
}
.orderSuccessSummary .ordersummary-area .addressBlock {
  width: 100%;
  float: left;
  margin-top: 23px;
}
.orderSuccessSummary .ordersummary-area .addressBlock p {
  color: #666666;
}
.orderSuccessSummary .ordersummary-register {
  padding-left: 0;
  padding-right: 0;
  width: 460px;
  float: left;
}
.orderSuccessSummary .ordersummary-register h3 {
  padding: 20px;
  text-transform: capitalize;
  margin-bottom: 0;
  background-color: #e2e2e2;
  font-size: 16px;
  font-weight: bold;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.orderSuccessSummary .ordersummary-register .login-inputs {
  /* Checkmark style starts */
}
.orderSuccessSummary .ordersummary-register .login-inputs p {
  color: #666666;
  font-size: 14px;
  padding: 0;
}
.orderSuccessSummary .ordersummary-register .login-inputs .password-input {
  position: relative;
}
.orderSuccessSummary .ordersummary-register .login-inputs .password-input a {
  font-size: 10px;
  text-decoration: underline;
  color: #666666;
  position: absolute;
  top: 39px;
  right: 40px;
}
.orderSuccessSummary .ordersummary-register .login-inputs .password-input a img {
  width: 21px;
  position: absolute;
  right: -30px;
  top: 3px;
}
.orderSuccessSummary .ordersummary-register .login-inputs .password-input a#password-hide {
  display: none;
}
.orderSuccessSummary .ordersummary-register .login-inputs .password-input a#password-hide img {
  top: 1px;
}
.orderSuccessSummary .ordersummary-register .login-inputs .nKoton-input {
  display: block;
  width: 100%;
  height: 45px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #b8b8b8;
  border-radius: 0px;
}
.orderSuccessSummary .ordersummary-register .login-inputs .nKoton-input:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 2px solid #000 !important;
  outline: none;
}
.orderSuccessSummary .ordersummary-register .login-inputs .nKoton-input.success {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 2px solid #000 !important;
  background: url(../../../desktop/theme-koton/images/onay-icon-login.png) no-repeat 98% 50%;
  background-size: 14px 10px;
  padding-right: 28px;
}
.orderSuccessSummary .ordersummary-register .login-inputs .nKoton-input.error {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid #ec0027;
  background: url(../../../desktop/theme-koton/images/error-icon-login.png) no-repeat 98% 50%;
  background-size: 11px 11px;
  padding-right: 28px;
  color: #555 !important;
}
.orderSuccessSummary .ordersummary-register .login-inputs .nKoton-input.error ~ p.error-message {
  display: block;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 11px;
  color: #ec0027;
}
.orderSuccessSummary .ordersummary-register .login-inputs .nKoton-input.password.error {
  background: none;
}
.orderSuccessSummary .ordersummary-register .login-inputs .nKoton-input.password.success {
  background: none;
}
.orderSuccessSummary .ordersummary-register .login-inputs .nKoton-input.password {
  padding-right: 80px;
}
.orderSuccessSummary .ordersummary-register .login-inputs .nKoton-input::-webkit-input-placeholder {
  color: #cccccc;
}
.orderSuccessSummary .ordersummary-register .login-inputs .nKoton-input::-moz-placeholder {
  color: #cccccc;
}
.orderSuccessSummary .ordersummary-register .login-inputs .nKoton-input:-ms-input-placeholder {
  color: #cccccc;
}
.orderSuccessSummary .ordersummary-register .login-inputs .nKoton-input::-ms-input-placeholder {
  color: #cccccc;
}
.orderSuccessSummary .ordersummary-register .login-inputs .nKoton-input::placeholder {
  color: #cccccc;
}
.orderSuccessSummary .ordersummary-register .login-inputs .nKoton-input ~ p.error-message {
  display: none;
}
.orderSuccessSummary .ordersummary-register .login-inputs .input-area {
  margin-top: 20px;
}
.orderSuccessSummary .ordersummary-register .login-inputs .rememberme-forgetpass {
  margin-top: 20px;
  width: 100%;
  position: relative;
}
.orderSuccessSummary .ordersummary-register .login-inputs .rememberme-forgetpass .rememberme {
  width: 50%;
}
.orderSuccessSummary .ordersummary-register .login-inputs .rememberme-forgetpass .forgetpass {
  width: 50%;
  text-align: right;
  position: absolute;
  top: -2px;
  right: 0;
}
.orderSuccessSummary .ordersummary-register .login-inputs .rememberme-forgetpass .forgetpass a {
  font-size: 12px;
  text-decoration: underline;
  color: #272727;
  cursor: pointer;
}
.orderSuccessSummary .ordersummary-register .login-inputs .rememberme-forgetpass .nKoton-userlogin {
  position: relative;
}
.orderSuccessSummary .ordersummary-register .login-inputs .rememberme-forgetpass .nKoton-userlogin button {
  height: 50px;
  line-height: 50px;
  display: block;
  position: relative;
  background-color: #18b554;
  color: white;
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
  text-transform: uppercase;
  margin-bottom: 38px;
  text-transform: uppercase;
  width: 100%;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid transparent;
}
.orderSuccessSummary .ordersummary-register .login-inputs .rememberme-forgetpass .nKoton-userlogin button:hover {
  text-decoration: none;
  cursor: pointer;
}
.orderSuccessSummary .ordersummary-register .login-inputs .rememberme-forgetpass .nKoton-userlogin img {
  margin-bottom: 40px;
  width: 100%;
}
.orderSuccessSummary .ordersummary-register .login-inputs .rememberme-forgetpass .newsletter,
.orderSuccessSummary .ordersummary-register .login-inputs .rememberme-forgetpass .privacyagree {
  position: relative;
}
.orderSuccessSummary .ordersummary-register .login-inputs .rememberme-forgetpass .newsletter label span,
.orderSuccessSummary .ordersummary-register .login-inputs .rememberme-forgetpass .privacyagree label span {
  white-space: pre-wrap;
  width: 410px;
  line-height: 16px;
  top: -3px;
}
.orderSuccessSummary .ordersummary-register .login-inputs .rememberme-forgetpass .newsletter label a,
.orderSuccessSummary .ordersummary-register .login-inputs .rememberme-forgetpass .privacyagree label a {
  text-decoration: underline;
}
.orderSuccessSummary .ordersummary-register .login-inputs .rememberme-forgetpass .privacyagree {
  margin-top: 20px;
}
@-webkit-keyframes dothabottomcheck {
  0% {
    height: 0;
  }
  100% {
    height: 9px;
  }
}
@keyframes dothabottomcheck {
  0% {
    height: 0;
  }
  100% {
    height: 9px;
  }
}
@keyframes dothatopcheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 15px;
  }
}
@-webkit-keyframes dothatopcheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 15px;
  }
}
.orderSuccessSummary .ordersummary-register .login-inputs input[type=checkbox] {
  display: none;
}
.orderSuccessSummary .ordersummary-register .login-inputs .check-box {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid #bebebe;
  border-radius: 0;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color ease 0.1s;
  transition: border-color ease 0.1s;
  cursor: pointer;
  margin: 0;
}
.orderSuccessSummary .ordersummary-register .login-inputs .check-box span {
  position: absolute;
  display: block;
  left: 25px;
  white-space: nowrap;
  font-weight: normal;
  font-size: 12px;
  color: #272727;
}
.orderSuccessSummary .ordersummary-register .login-inputs .check-box.error {
  border: 2px solid #ec0027;
}
.orderSuccessSummary .ordersummary-register .login-inputs .check-box::before, .orderSuccessSummary .ordersummary-register .login-inputs .check-box::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  height: 0;
  width: 3px;
  background-color: #000;
  display: inline-block;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-radius: 5px;
  content: " ";
  -webkit-transition: opacity ease 0.5;
  transition: opacity ease 0.5;
}
.orderSuccessSummary .ordersummary-register .login-inputs .check-box::before {
  top: 15.6px;
  left: 8px;
  -webkit-transform: rotate(-142deg);
  transform: rotate(-142deg);
}
.orderSuccessSummary .ordersummary-register .login-inputs .check-box::after {
  top: 10.4px;
  left: 0.2px;
  -webkit-transform: rotate(-53deg);
  transform: rotate(-53deg);
}
.orderSuccessSummary .ordersummary-register .login-inputs input[type=checkbox]:checked + .check-box,
.orderSuccessSummary .ordersummary-register .login-inputs .check-box.checked {
  border-color: #000;
}
.orderSuccessSummary .ordersummary-register .login-inputs input[type=checkbox]:checked + .check-box::after,
.orderSuccessSummary .ordersummary-register .login-inputs .check-box.checked::after {
  height: 9px;
  -webkit-animation: dothabottomcheck 0.1s ease 0s forwards;
  animation: dothabottomcheck 0.1s ease 0s forwards;
}
.orderSuccessSummary .ordersummary-register .login-inputs input[type=checkbox]:checked + .check-box::before,
.orderSuccessSummary .ordersummary-register .login-inputs .check-box.checked::before {
  height: 15px;
  -webkit-animation: dothatopcheck 0.2s ease 0s forwards;
  animation: dothatopcheck 0.2s ease 0s forwards;
}
.orderSuccessSummary .ordersummary-register .login-inputs .guestlogin .nKoton-guestlogin a {
  height: 50px;
  line-height: 50px;
  display: block;
  position: relative;
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 38px;
  text-transform: uppercase;
}
.orderSuccessSummary .ordersummary-register .login-inputs .guestlogin .nKoton-guestlogin a:hover {
  text-decoration: none;
  cursor: pointer;
}
.orderSuccessSummary .ordersummary-register .login-inputs .control {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 23px;
  cursor: pointer;
  font-size: 14px;
  width: 100px;
  font-weight: normal;
  line-height: 24px;
}
.orderSuccessSummary .ordersummary-register .login-inputs .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.orderSuccessSummary .ordersummary-register .login-inputs .control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #ffffff;
  border: 1px solid #c0c0c0;
}
.orderSuccessSummary .ordersummary-register .login-inputs .control--radio .control__indicator {
  border-radius: 50%;
}
.orderSuccessSummary .ordersummary-register .login-inputs .control__indicator:after {
  content: "";
  position: absolute;
  display: none;
}
.orderSuccessSummary .ordersummary-register .login-inputs .control input:checked ~ .control__indicator:after {
  display: block;
}
.orderSuccessSummary .ordersummary-register .login-inputs .control--radio .control__indicator:after {
  left: 5px;
  top: 5px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #000;
}
.orderSuccessSummary .ordersummary-register .login-inputs .control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}

.pt-15 {
  padding-top: 15px;
}

.productDetailShowcase .productSlider .carouselWrap .caroufredsel_wrapper img {
  width: 100%;
}

.shoppingBag table.table img {
  width: 92px;
}

.orderSummary .itemList li .itemPic img {
  width: 70px;
}

#capsule-wrap .capsule-item {
  width: 550px;
}

.loginRegister.memberLogin form.form-horizontal {
  padding: 0;
}

.desktop-bd {
  margin-right: 11px !important;
}

.desktop-bd:last-child {
  margin-right: 0 !important;
}

.desktop-bd .selectboxit {
  width: 146px !important;
}

.carouselWrap img {
  width: 434px !important;
}

.custom-error-messages {
  font-size: 11px;
  color: #ec0027 !important;
}

#globalMessages .alert {
  padding-left: 16px;
}

.privacyagree .error-message {
  margin-top: 10px;
  margin-bottom: 0 !important;
  font-size: 11px !important;
  color: #ec0027 !important;
}

#mobileregistergsm_defaultRegister .col-xs-4, #mobileregistergsm_defaultRegister .product-item {
  width: 100%;
  text-align: left;
  padding-left: 15px;
  margin-bottom: 5px;
}

#mobileregistergsm_defaultRegister .col-xs-8 {
  width: 100%;
}

.hybrid-select:after {
  display: none;
}

.hybrid-select {
  z-index: 3;
}

.input-area.gsm-input .col-xs-4, .input-area.gsm-input .product-item {
  width: 100%;
  text-align: left;
  padding-left: 15px !important;
}

.input-area.gsm-input .col-xs-8 {
  width: 100%;
}

.nKoton-Login-Container .login-area .login-inputs .password-input a.password-hide img {
  top: 1px !important;
}

.selectboxWrapper.third-block .hybrid-select {
  width: 100%;
}

#useTDS {
  margin-top: 15px;
}

#kotonContactForm .hybrid-select {
  z-index: auto;
  padding: 0 15px 0 0 !important;
}

.left.selectboxWrapper.intl-select-content.city-block .hybrid-select {
  width: 100%;
}

.helpContactForm #kotonRefundForm .col-xs-8.hybrid-select {
  width: 305px !important;
}

.shoppingBag .cartInfo .formWrap input#voucherCode {
  width: 168px !important;
}

form#kotonUpdatePwdForm label[for=updatePwd-pwd],
form#kotonUpdatePwdForm label[for="updatePwd.checkPwd"] {
  text-align: left;
  padding-left: 15px;
  margin-bottom: 5px;
}

.search-store-finder-container .magazalar {
  margin: 0;
  border: none;
  max-height: 435px;
  height: auto;
  width: 309px;
  position: relative;
  float: left;
  margin-top: 23px;
  padding-right: 15px;
}
.search-store-finder-container .harita {
  max-height: 435px;
  height: 435px !important;
  width: 861px !important;
  position: relative;
  float: left;
  margin-top: 23px;
}
.search-store-finder-container .stores-top-note {
  width: 100%;
  height: 30px;
  float: left;
  line-height: 30px;
  text-align: right;
  font-size: 12px;
  color: #272727;
  margin-bottom: 120px;
}
.search-store-finder-container .magazabilgisi {
  padding: 0;
  height: 18px;
  display: block;
  float: left;
  position: absolute;
  z-index: 99;
  bottom: 0;
  right: 0;
  font-size: 12px;
  text-decoration: underline !important;
  font-weight: bold;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
  color: #000;
}
.search-store-finder-container .magazabilgisi:active {
  background-color: transparent;
}
.search-store-finder-container .magazabilgisi:focus {
  background-color: transparent;
}
.search-store-finder-container .magazabilgisi:visited {
  background-color: transparent;
}
.search-store-finder-container #sizepickfisSelectBoxItContainer,
.search-store-finder-container #sizepickfisSelectBoxIt,
.search-store-finder-container #citypickfisSelectBoxItContainer,
.search-store-finder-container #citypickfisSelectBoxIt,
.search-store-finder-container #citypickfisSelectBoxItContainer,
.search-store-finder-container #citypickfisSelectBoxIt,
.search-store-finder-container #townpickfisSelectBoxItContainer,
.search-store-finder-container #townpickfisSelectBoxIt {
  width: 100%;
}
.search-store-finder-container .selectboxit-container .selectboxit {
  border: 1px solid #bebebe;
  height: 44px;
}
.search-store-finder-container .selectboxit-container .selectboxit span {
  height: 44px;
  line-height: 44px;
}
.search-store-finder-container .titlefistext {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
  text-align: center;
  margin-top: 40px;
  height: 37px;
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 34px;
}
.search-store-finder-container .inp-size {
  padding: 0;
  padding-right: 15px;
}
.search-store-finder-container .inp-city {
  padding: 0;
}
.search-store-finder-container .btn-find-store {
  padding: 0;
  padding-left: 15px;
}
.search-store-finder-container .btn-find-store button {
  width: 100%;
  height: 44px;
  text-transform: uppercase;
}
.search-store-finder-container .gstorename {
  margin-bottom: 15px;
  font-size: 16px;
}
.search-store-finder-container .gstoreadress {
  height: 60px;
  font-size: 12px;
}
.search-store-finder-container .gstorephonearea {
  width: 200px;
  margin: 0;
  margin-bottom: 20px;
  font-size: 12px;
}
.search-store-finder-container .search-results {
  position: relative;
  height: 123px;
}
.search-store-finder-container .cizgi {
  float: none;
  border-color: #000;
}
.search-store-finder-container #sizepickfisSelectBoxItArrowContainer,
.search-store-finder-container #citypickfisSelectBoxItArrowContainer {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  background: transparent;
  text-indent: -9999px;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  text-decoration: none;
  color: transparent;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  right: 15px;
  top: 15px;
}
.search-store-finder-container #sizepickfisSelectBoxItArrowContainer i,
.search-store-finder-container #citypickfisSelectBoxItArrowContainer i {
  border: none;
}
.search-store-finder-container .gm-style .gm-style-iw {
  font-family: "Sweet Sans Light", "Arial", sans-serif;
  font-weight: lighter;
  font-size: 13px;
  overflow: hidden;
  width: 200px !important;
  background: #fff;
}

.padding-0 {
  padding: 0 !important;
}

.fancybox-inner {
  width: auto !important;
  text-align: center !important;
}

.fancybox-inner button {
  margin-top: 20px !important;
  color: #fff !important;
  background-color: #000 !important;
  border-color: #000 !important;
}

.fancybox-skin {
  margin: 0 auto !important;
}

button.btn-kk-error-close {
  font-size: 13px !important;
  background: #fff !important;
  color: #000 !important;
  margin-right: 10px;
  border: 1px solid #000 !important;
  width: 100px;
  padding: 10px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: 0 !important;
  background-image: none !important;
  margin-top: 25px;
}

button.btn-kk-error-fastpay {
  font-size: 13px !important;
  background: #009e24 !important;
  color: #fff !important;
  margin-left: 10px;
  border: 1px solid #009e24 !important;
  padding: 10px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: 0 !important;
  background-image: none !important;
  margin-top: 25px;
}

body .fancybox-opened {
  min-width: 321px;
}

body .fancybox-inner {
  min-width: 261px;
}

nav#menu {
  display: none;
}

.full-screen.footer-content .footer-mobile {
  display: none;
}

.full-screen.footer-content .footer-static {
  display: block;
}

.mm-wrapper__blocker.mm-slideout {
  display: none;
}

.scrolled header nav[role=navigation] .sub-menu-wrap {
  top: 46px;
}

ul#cart-product-list {
  max-height: 260px;
  overflow: auto;
  padding-top: 0;
}

.scrolled .scrollToTop .entypo {
  margin-top: -20px;
}

.scrolled .scrollToTop {
  opacity: 0;
}

.scrolled.scrollTopFunction .scrollToTop {
  width: 50px;
  height: 50px;
  right: 30px;
  bottom: 90px;
  border-radius: 100%;
  border: none;
  background: #000;
  opacity: 1;
}
.scrolled.scrollTopFunction .scrollToTop:hover {
  -webkit-box-shadow: 0 0 10px #000;
          box-shadow: 0 0 10px #000;
  border: none;
}
.scrolled.scrollTopFunction .scrollToTop:hover span.entypo {
  color: #fff;
}
.scrolled.scrollTopFunction .scrollToTop span.entypo {
  color: #fff;
}

.orderSummary .summaryWrapper h2 {
  padding: 10px 0;
}

.orderSummary .legend {
  line-height: 25px;
  border-top: 1px solid #dadada;
  border-bottom: none;
}

.orderSummary p.infoText {
  font-size: 10px;
  margin: 2px 12px;
}

.orderSummary td.fast-delivery-cart .checkbox-btn {
  height: 30px;
}

.orderSummary table.totalTable tbody tr td.fast-delivery-cart {
  padding-top: 5px;
}

.orderSummary table.totalTable tbody tr {
  font-size: 12px;
}

.orderSummary table.totalTable tbody tr td {
  padding-top: 0;
}

.orderSummary table.totalTable tbody tr td.fast-delivery-cart .checkbox-btn label {
  font-size: 11px;
}

.orderSummary table.totalTable tbody tr:first-child td {
  padding-top: 5px;
}

.orderSummary a.showAll:hover {
  cursor: pointer;
}

.scrolled .scrollToTop:hover {
  -webkit-transition: none;
  transition: none;
}

.scrolled .scrollToTop .entypo {
  -webkit-transition: none;
  transition: none;
}

.myOrders ul#cart-product-list {
  max-height: 100%;
}

/****************** Responsive Start ******************/
/*Tablet Detected Css*/
@media (hover: none) {
  .full-screen.footer-content .footer-static {
    display: none;
  }

  .full-screen.footer-content .footer-mobile {
    display: block;
  }
  .full-screen.footer-content .footer-mobile .gender-radio[type=radio]:checked,
.full-screen.footer-content .footer-mobile .gender-radio[type=radio]:not(:checked) {
    position: absolute;
    left: -9999px;
  }
  .full-screen.footer-content .footer-mobile .gender-radio[type=radio]:checked + label,
.full-screen.footer-content .footer-mobile .gender-radio[type=radio]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    font-weight: normal;
    margin-right: 10px;
    margin-bottom: 0;
  }
  .full-screen.footer-content .footer-mobile .gender-radio[type=radio]:checked + label:before,
.full-screen.footer-content .footer-mobile .gender-radio[type=radio]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
  }
  .full-screen.footer-content .footer-mobile .gender-radio[type=radio]:checked + label:after,
.full-screen.footer-content .footer-mobile .gender-radio[type=radio]:not(:checked) + label:after {
    content: "";
    width: 8px;
    height: 8px;
    background: #383838;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .full-screen.footer-content .footer-mobile .gender-radio[type=radio]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  .full-screen.footer-content .footer-mobile .gender-radio[type=radio]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .full-screen.footer-content .footer-mobile #e-news.e-news {
    height: 285px;
    padding: 39px 15px;
    background: #f5f5f5;
  }
  .full-screen.footer-content .footer-mobile #e-news.e-news .e-news-title {
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    font-family: "Sweet Sans Bold", "Arial", sans-serif;
    margin-bottom: 21px;
  }
  .full-screen.footer-content .footer-mobile #e-news.e-news #subscriberForm2 input {
    font-size: 14px;
    margin-bottom: 17px;
  }
  .full-screen.footer-content .footer-mobile #e-news.e-news #subscriberForm2 .radioGroup {
    text-align: center;
    margin-bottom: 22px;
    float: none;
  }
  .full-screen.footer-content .footer-mobile #e-news.e-news #subscriberForm2 .e-news-submit {
    width: 100%;
  }
  .full-screen.footer-content .footer-mobile #e-news.e-news #subscriberForm2 .footerTermsAndCond {
    display: none !important;
  }
  .full-screen.footer-content .footer-mobile .footer-static-link-area {
    background: #fff;
    padding: 40px 15px;
    text-align: center;
    line-height: 37px;
    position: relative;
    margin-bottom: 10px;
    color: #666666;
  }
  .full-screen.footer-content .footer-mobile .footer-static-link-area p {
    font-size: 17px;
    font-weight: bold;
    font-family: "Sweet Sans Bold", "Arial", sans-serif;
    color: #000;
    margin-top: -13px;
  }
  .full-screen.footer-content .footer-mobile .footer-static-link-area .footer-static-link {
    width: 300px;
    font-size: 12px;
    color: #666666;
    font-family: "Sweet Sans Light", "Arial", sans-serif;
    font-weight: lighter;
    display: block;
    margin: 0 auto;
  }
  .full-screen.footer-content .footer-mobile .footer-static-link-area .row-line {
    position: absolute;
    bottom: 0;
    left: 15px;
    width: calc(100% - 30px);
    height: 1px;
    background: #ddd;
  }
  .full-screen.footer-content .footer-mobile .mb--13 {
    margin-bottom: -13px;
  }
  .full-screen.footer-content .footer-mobile .footer-change-country {
    text-transform: capitalize;
    font-size: 12px;
    letter-spacing: 0.3px;
  }
  .full-screen.footer-content .footer-mobile #countryname-lang-footer-button {
    font-family: "Sweet Sans Light", "Arial", sans-serif;
    font-weight: lighter;
    color: #666666;
    text-decoration: underline;
    margin-left: 10px;
    font-size: 12px;
  }
  .full-screen.footer-content .footer-mobile .footer-social-icons {
    color: #000;
    font-size: 26px;
    letter-spacing: 10px;
    margin-top: 12px;
    display: inline-block;
  }
  .full-screen.footer-content .footer-mobile .footer-koton-blog {
    width: 100%;
    display: inline-block;
    margin-top: 12px;
  }
  .full-screen.footer-content .footer-mobile .footer-koton-blog img {
    width: 168px;
  }
  .full-screen.footer-content .footer-mobile #body {
    padding-bottom: 0;
  }
  .full-screen.footer-content .footer-mobile .mb-0 {
    margin-bottom: 0;
  }
  .full-screen.footer-content .footer-mobile div#footer {
    display: none !important;
  }
  .full-screen.footer-content .footer-mobile .pb-28 {
    padding-bottom: 28px;
  }

  html.mm-wrapper_opening nav#menu {
    display: block;
  }

  html.mm-wrapper_opening header {
    -webkit-transform: translate3d(440px, 0, 0);
            transform: translate3d(440px, 0, 0);
    z-index: 1;
  }

  header .mdd-search {
    padding: 0;
  }
  header .mdd-search #logo {
    display: block;
  }
  header .mdd-search nav {
    display: none;
  }
  header .metaNavi {
    padding: 0;
  }
  header .metaNavi #logo {
    display: none;
  }

  .scrolled header .inner {
    padding: 0;
    padding-left: 10px;
  }

  .line-wrap_mobile {
    width: 28px;
    height: 15px;
    display: block;
    position: absolute;
    z-index: 99999;
    z-index: 99;
    left: 10px;
    top: 16px;
    padding-left: 32px;
    color: #262626;
    line-height: 18px;
    font-size: 13px;
  }
  .line-wrap_mobile:hover, .line-wrap_mobile:focus {
    text-decoration: none;
  }
  .line-wrap_mobile .line {
    display: block;
    background: #000;
    width: 28px;
    height: 2px;
    position: absolute;
    left: 0;
    border-radius: 1px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .line-wrap_mobile .line.line_1 {
    top: 0;
  }
  .line-wrap_mobile .line.line_2 {
    top: 50%;
  }
  .line-wrap_mobile .line.line_3 {
    top: 100%;
  }
  .line-wrap_mobile.opened {
    text-decoration: none;
    color: #95a5a6;
    display: inline-block;
    position: fixed;
    height: 50px;
    width: 50px;
    left: auto;
    right: 0;
    top: 0;
  }
  .line-wrap_mobile.opened .line {
    background: #fff;
    left: auto;
    right: 10px;
  }
  .line-wrap_mobile.opened:hover, .line-wrap_mobile.opened:focus {
    color: inherit;
  }

  .mm-navbar-bottom {
    height: 85px;
  }

  #menu {
    background-color: rgba(255, 255, 255, 0.98);
    overflow: hidden;
  }
  #menu .mm-navbar-top {
    background: url(../../../mobile/theme-koton/images/nav-logo.png) no-repeat 50% 50%;
    background-size: 100px 24px;
    background-color: rgba(255, 255, 255, 0.98);
    border-bottom: 3px solid #f1eff0;
    color: #fff;
    height: 45px;
  }
  #menu .mm-navbar-top .mm-title {
    line-height: 44px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.6px;
    font-size: 18px;
    color: #fff;
    padding: 0;
    width: 84px;
    height: 17px;
    text-indent: -9999px;
  }
  #menu .mm-navbar-top .mm-close {
    color: #fff;
    cursor: pointer;
    height: 45px;
    width: 60px;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    padding: 0;
  }
  #menu .mm-navbar-top .mm-close:before, #menu .mm-navbar-top .mm-close:after {
    content: "";
    height: 4px;
    border-radius: 3px;
    background: #020202;
    width: 40%;
    top: 50%;
    right: 16px;
    position: absolute;
    margin-top: -2px;
  }
  #menu .mm-navbar-top .mm-close:before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #menu .mm-navbar-top .mm-close:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #menu .mm-navbar-top .mm-prev {
    height: 40px;
  }
  #menu .mm-navbar-top .mm-prev:before {
    width: 14px;
    height: 14px;
    border-color: #020202;
    border-width: 3px;
    width: 12px;
    height: 12px;
    left: 19px;
    top: 3px;
  }
  #menu .mm-listview > li {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #000;
  }
  #menu .mm-listview > li > a {
    padding-left: 15px;
    padding-top: 14px;
    padding-bottom: 13px;
    border-bottom: 1px solid #f1eff0;
    background: transparent;
    line-height: 1;
    text-transform: uppercase;
    font-weight: normal;
  }
  #menu .mm-listview > li > span {
    padding-left: 15px;
    padding-top: 14px;
    padding-bottom: 13px;
    line-height: 1;
    text-transform: uppercase;
  }
  #menu .mm-listview > li.order-tracking {
    margin-top: 10px;
  }
  #menu .mm-listview > li.order-tracking a {
    border: none;
    background: url(../../../mobile/theme-koton/images/order-tracking-icon.png) no-repeat 12px 15px;
    background-size: 19px 15.5px;
    padding-left: 36px;
    text-transform: capitalize;
    padding-top: 14px;
    padding-bottom: 7px;
  }
  #menu .mm-listview > li.country-selecting {
    margin-top: 10px;
  }
  #menu .mm-listview > li.country-selecting a {
    border: none;
    background: url(../../../mobile/theme-koton/images/teslimat-hamburger-dunya-icon.png) no-repeat 12px 15px;
    background-size: 20px 19px;
    padding-left: 36px;
    text-transform: capitalize;
    padding-top: 17px;
    padding-bottom: 7px;
    font-size: 15px;
  }
  #menu .mm-listview > li.country-selecting a span {
    font-size: 12px;
    float: right;
    line-height: 15px;
    text-decoration: underline;
  }
  #menu .mm-listview > li.location a {
    border: none;
    background: url(../../../mobile/theme-koton/images/location-icon.png) no-repeat 15px 15px;
    background-size: 16px 20px;
    padding-left: 36px;
    text-transform: capitalize;
  }
  #menu .mm-listview > li.support a {
    border: none;
    background: url(../../../mobile/theme-koton/images/support-icon.png) no-repeat 15px 50%;
    background-size: 18px 18px;
    padding-left: 40px;
    text-transform: capitalize;
  }
  #menu .mm-listview > li.see-all a {
    font-weight: 600;
    font-family: "Sweet Sans Bold", "Arial", sans-serif;
    text-transform: uppercase !important;
  }
  #menu .mm-listview .mm-next {
    width: 100%;
  }
  #menu .mm-listview .mm-next:after {
    width: 8px;
    height: 8px;
    right: 25px;
    border-color: #000;
    border-width: 1px;
  }
  #menu .cd-secondary-dropdown li a {
    text-transform: capitalize;
  }

  .mm-panels {
    overflow: visible;
    z-index: 30;
    bottom: 42px !important;
    top: 140px !important;
  }
  .mm-panels .top-block {
    width: 100%;
    height: 94px;
    top: 42px;
    right: auto;
    left: 0;
    position: fixed;
    display: block !important;
    padding: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    z-index: 999;
  }
  .mm-panels .top-block:before, .mm-panels .top-block:after {
    height: auto;
  }
  .mm-panels .bottom-block {
    width: 100%;
    height: 42px;
    position: absolute;
    left: 0;
    bottom: 0;
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    position: fixed;
    display: block !important;
    padding: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    z-index: 999;
  }
  .mm-panels .bottom-block:before, .mm-panels .bottom-block:after {
    height: auto;
  }
  .mm-panels .bottom-block #menuContainer {
    display: block;
  }
  .mm-panels .bottom-block #menuContainer .menulist {
    zoom: 1;
    margin: 0;
  }
  .mm-panels .bottom-block #menuContainer .menulist:before, .mm-panels .bottom-block #menuContainer .menulist:after {
    content: "";
    display: table;
  }
  .mm-panels .bottom-block #menuContainer .menulist:after {
    clear: both;
  }
  .mm-panels .bottom-block #menuContainer .menulist li {
    height: 42px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background: red;
    float: left;
    width: 50%;
  }
  .mm-panels .bottom-block #menuContainer .menulist li:nth-child(4) {
    text-align: right;
  }
  .mm-panels .bottom-block #menuContainer .menulist li a {
    border-color: #d6d1d1;
    display: block;
    text-transform: capitalize;
    padding: 0 10px !important;
    font-weight: 500;
    font-size: 17px;
    height: 42px;
    line-height: 41px;
    color: #232323;
    background: #ececec;
    padding: 0 15px !important;
    margin: 0 !important;
    border-bottom: none;
  }
  .mm-panels .bottom-block #menuContainer .menulist li a:before {
    display: inline-block;
    font-family: "fontello";
    font-size: 16px;
    font-weight: normal;
    position: relative;
    top: 0;
    margin-right: 4px;
    line-height: 1;
  }
  .mm-panels .bottom-block #menuContainer .menulist li.location {
    border-bottom: none;
    border-right: 1px solid #d6d1d1;
  }
  .mm-panels .bottom-block #menuContainer .menulist li.location a:before {
    content: "";
    font-size: 18px;
    top: 0;
    margin-right: 6px;
  }
  .mm-panels .bottom-block #menuContainer .menulist li.support {
    border-bottom: none;
    text-align: right;
  }
  .mm-panels .bottom-block #menuContainer .menulist li.support a:after {
    display: inline-block;
    font-family: "fontello";
    font-size: 16px;
    font-weight: normal;
    position: relative;
    top: 0;
    margin-right: 4px;
    content: "";
    font-size: 16px;
    top: 0;
    margin-right: 4px;
    margin-left: 6px;
  }
  .mm-panels .bottom-block #menuContainer .menulist li.login {
    border-right: 1px solid #d6d1d1;
  }
  .mm-panels .bottom-block #menuContainer .menulist li.login a {
    text-align: center;
  }
  .mm-panels .bottom-block #menuContainer .menulist li.unlogin {
    width: 50%;
    text-align: center;
    border-top: 1px solid #cecece;
  }
  .mm-panels .bottom-block #menuContainer .menulist li.unlogin:first-child {
    border-right: 1px solid #cecece;
  }
  .mm-panels .bottom-block #menuContainer .menulist li.unlogin a {
    background: #f3f3f3;
    color: #000;
  }
  .mm-panels .bottom-block #menuContainer .menulist li.logout {
    text-align: center;
  }
  .mm-panels .bottom-block #menuContainer .menulist li.logout a {
    border-bottom: none;
  }

  #menu .mm-listview > li.has-children > a {
    position: relative;
    width: calc(100% - 26px);
    height: 96px;
    margin-bottom: 16px !important;
    line-height: 96px !important;
    display: block !important;
    background-size: 304px 96px;
    background-repeat: no-repeat;
    background-position: right;
    font-size: 14px;
    font-weight: 600;
    font-family: "Sweet Sans Bold", "Arial", sans-serif;
    padding-right: 13px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background-color: #e3e3e3;
    background-size: cover;
  }

  .mm-listitem:after {
    border: none;
  }

  .ktn-hamburger-header-content {
    display: none !important;
  }

  :root {
    --mm-line-height: 20px;
    --mm-listitem-size: 44px;
    --mm-navbar-size: 44px;
    --mm-offset-top: 0;
    --mm-offset-right: 0;
    --mm-offset-bottom: 0;
    --mm-offset-left: 0;
    --mm-color-border: rgba(0, 0, 0, 0.1);
    --mm-color-button: rgba(0, 0, 0, 0.3);
    --mm-color-text: rgba(0, 0, 0, 0.75);
    --mm-color-text-dimmed: rgba(0, 0, 0, 0.3);
    --mm-color-background: #f3f3f3;
    --mm-color-background-highlight: rgba(0, 0, 0, 0.05);
    --mm-color-background-emphasis: rgba(255, 255, 255, 0.4);
    --mm-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }

  .mm-hidden {
    display: none !important;
  }

  .mm-wrapper {
    overflow-x: hidden;
    position: relative;
  }

  .mm-menu {
    background: var(--mm-color-background);
    border-color: var(--mm-color-border);
    color: var(--mm-color-text);
    line-height: var(--mm-line-height);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    position: absolute;
    top: var(--mm-offset-top);
    right: var(--mm-offset-right);
    bottom: var(--mm-offset-bottom);
    left: var(--mm-offset-left);
    z-index: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .mm-menu a,
.mm-menu a:active,
.mm-menu a:hover,
.mm-menu a:link,
.mm-menu a:visited {
    color: inherit;
    text-decoration: none;
  }

  [dir=rtl] .mm-menu {
    direction: rtl;
  }

  .mm-panel {
    background: #fff;
    border-color: var(--mm-color-border);
    color: var(--mm-color-text);
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }

  .mm-panel:not(.mm-hidden) {
    display: block;
  }

  .mm-panel:after {
    content: "";
    display: block;
    height: 20px;
  }

  .mm-panel_opened {
    z-index: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .mm-panel_opened-parent {
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
  }

  .mm-panel_highest {
    z-index: 2;
  }

  .mm-panel_noanimation {
    -webkit-transition: none !important;
    transition: none !important;
  }

  .mm-panel_noanimation.mm-panel_opened-parent {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .mm-panel__content {
    padding: 20px;
  }

  .mm-panels {
    background: var(--mm-color-background);
    border-color: var(--mm-color-border);
    color: var(--mm-color-text);
    position: relative;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
  }

  .mm-panels > .mm-panel {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
  }

  [dir=rtl] .mm-panel:not(.mm-panel_opened) {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  [dir=rtl] .mm-panel.mm-panel_opened-parent {
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0);
  }

  .mm-listitem_vertical > .mm-panel {
    -webkit-transform: none !important;
    transform: none !important;
    display: none;
    width: 100%;
    padding: 10px 0 10px 10px;
  }

  .mm-listitem_vertical > .mm-panel:after,
.mm-listitem_vertical > .mm-panel:before {
    content: none;
    display: none;
  }

  .mm-listitem_opened > .mm-panel {
    display: block;
  }

  .mm-listitem_vertical > .mm-listitem__btn {
    height: 44px;
    height: var(--mm-listitem-size);
    bottom: auto;
  }

  .mm-listitem_vertical .mm-listitem:last-child:after {
    border-color: transparent;
  }

  .mm-listitem_opened > .mm-listitem__btn:after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    right: 19px;
  }

  .mm-btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 44px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0;
  }

  .mm-btn:after,
.mm-btn:before {
    border-color: var(--mm-color-button);
    border-width: 2px;
    border-style: solid;
  }

  .mm-btn_next:after,
.mm-btn_prev:before {
    content: "";
    border-bottom: none;
    border-right: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
  }

  .mm-btn_prev:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 23px;
    right: auto;
  }

  .mm-btn_next:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 23px;
    left: auto;
  }

  .mm-btn_close:after,
.mm-btn_close:before {
    content: "";
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .mm-btn_close:before {
    border-right: none;
    border-bottom: none;
    right: 18px;
  }

  .mm-btn_close:after {
    border-left: none;
    border-top: none;
    right: 25px;
  }

  [dir=rtl] .mm-btn_next:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 23px;
    right: auto;
  }

  [dir=rtl] .mm-btn_prev:before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 23px;
    left: auto;
  }

  [dir=rtl] .mm-btn_close:after,
[dir=rtl] .mm-btn_close:before {
    right: auto;
  }

  [dir=rtl] .mm-btn_close:before {
    left: 25px;
  }

  [dir=rtl] .mm-btn_close:after {
    left: 18px;
  }

  .mm-navbar {
    background: var(--mm-color-background);
    border-color: var(--mm-color-border);
    color: var(--mm-color-text-dimmed);
    text-align: center;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: var(--mm-navbar-size);
    opacity: 1;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }

  .mm-navbar > * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: calc((var(--mm-navbar-size) - var(--mm-line-height)) * 0.5);
    padding-left: 0;
    padding-right: 0;
  }

  .mm-navbar a,
.mm-navbar a:hover {
    text-decoration: none;
  }

  .mm-navbar__title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
  }

  .mm-navbar__btn {
    position: relative;
  }

  .mm-navbar__btn:first-child {
    text-align: left;
  }

  .mm-navbar__btn:last-child {
    text-align: right;
  }

  [dir=rtl] .mm-navbar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  [dir=rtl] .mm-navbar__btn:first-child {
    text-align: right;
  }

  [dir=rtl] .mm-navbar__btn:last-child {
    text-align: left;
  }

  .mm-listview {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
  }

  .mm-listitem {
    color: var(--mm-color-text);
    border-color: var(--mm-color-border);
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .mm-listitem:after {
    content: "";
    border-color: inherit;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    left: 20px;
    right: 0;
    bottom: 0;
  }

  .mm-listitem a,
.mm-listitem a:hover {
    text-decoration: none;
  }

  .mm-listitem__btn,
.mm-listitem__text {
    color: inherit;
    display: block;
    padding: calc((var(--mm-listitem-size) - var(--mm-line-height)) / 2);
    padding-left: 0;
    padding-right: 0;
  }

  .mm-listitem__text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 10px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
  }

  .mm-listitem__btn {
    -webkit-tap-highlight-color: var(--mm-color-background-emphasis);
    tap-highlight-color: var(--mm-color-background-emphasis);
    background: rgba(3, 2, 1, 0);
    border-color: inherit;
    width: auto;
    padding-right: 54px;
    position: relative;
  }

  .mm-listitem__btn:not(.mm-listitem__text) {
    border-left-width: 1px;
    border-left-style: solid;
  }

  .mm-listitem_selected > .mm-listitem__text {
    background: var(--mm-color-background-emphasis);
  }

  .mm-listitem_opened > .mm-listitem__btn,
.mm-listitem_opened > .mm-panel {
    background: var(--mm-color-background-highlight);
  }

  [dir=rtl] .mm-listitem:after {
    left: 0;
    right: 20px;
  }

  [dir=rtl] .mm-listitem__text {
    padding-left: 10px;
    padding-right: 20px;
  }

  [dir=rtl] .mm-listitem__btn {
    padding-left: 54px;
    border-left-width: 0;
    border-left-style: none;
  }

  [dir=rtl] .mm-listitem__btn:not(.mm-listitem__text) {
    padding-right: 0;
    border-right-width: 1px;
    border-right-style: solid;
  }

  .mm-page {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }

  .mm-slideout {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    z-index: 1;
  }

  .mm-wrapper_opened {
    overflow-x: hidden;
    position: relative;
  }

  .mm-wrapper_background .mm-page {
    background: inherit;
  }

  .mm-menu_offcanvas {
    position: fixed;
    right: auto;
    z-index: 0;
  }

  .mm-menu_offcanvas:not(.mm-menu_opened) {
    display: none;
  }

  .mm-menu_offcanvas {
    width: 80%;
    min-width: 240px;
    max-width: 440px;
  }

  .mm-wrapper_opening .mm-menu_offcanvas ~ .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}
@media (hover: none) and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_offcanvas ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0);
  }
}
@media (hover: none) and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_offcanvas ~ .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}
@media (hover: none) {
  .mm-wrapper__blocker {
    background: rgba(3, 2, 1, 0);
    overflow: hidden;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
  }
}
@media (hover: none) {
  .mm-wrapper_blocking {
    overflow: hidden;
  }
}
@media (hover: none) {
  .mm-wrapper_blocking body {
    overflow: hidden;
  }
}
@media (hover: none) {
  .mm-wrapper_blocking .mm-wrapper__blocker {
    display: block;
    background: rgba(0, 0, 0, 0.5);
  }
}
@media (hover: none) {
  .ktn-hamburger-myAccount .ktn-hamburger-language-menu {
    display: none !important;
  }
}
@media (hover: none) {
  nav#menu .ktn-hamburger-myAccount .ktn-hamburger-order-menu {
    margin-bottom: 0 !important;
  }
}
@media (hover: none) {
  .mm-sronly {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    width: 1px !important;
    min-width: 1px !important;
    height: 1px !important;
    min-height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
  }
}
@media (hover: none) {
  .mm-menu_autoheight {
    -webkit-transition: none 0.4s ease;
    transition: none 0.4s ease;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
  }
}
@media (hover: none) {
  .mm-menu_autoheight:not(.mm-menu_offcanvas) {
    position: relative;
  }
}
@media (hover: none) {
  .mm-menu_autoheight.mm-menu_position-bottom,
.mm-menu_autoheight.mm-menu_position-top {
    max-height: 80%;
  }
}
@media (hover: none) {
  .mm-menu_autoheight-measuring .mm-panel {
    display: block !important;
  }
}
@media (hover: none) {
  .mm-menu_autoheight-measuring .mm-listitem_vertical:not(.mm-listitem_opened) .mm-panel {
    display: none !important;
  }
}
@media (hover: none) {
  .mm-menu_autoheight-measuring .mm-panels > .mm-panel {
    bottom: auto !important;
    height: auto !important;
  }
}
@media (hover: none) {
  [class*=mm-menu_columns-] {
    -webkit-transition-property: width;
    transition-property: width;
  }
}
@media (hover: none) {
  [class*=mm-menu_columns-] .mm-panels > .mm-panel {
    right: auto;
    -webkit-transition-property: width, -webkit-transform;
    transition-property: width, -webkit-transform;
    transition-property: width, transform;
    transition-property: width, transform, -webkit-transform;
  }
}
@media (hover: none) {
  [class*=mm-menu_columns-] .mm-panels > .mm-panel_opened,
[class*=mm-menu_columns-] .mm-panels > .mm-panel_opened-parent {
    display: block !important;
  }
}
@media (hover: none) {
  [class*=mm-panel_columns-] {
    border-right: 1px solid;
    border-color: inherit;
  }
}
@media (hover: none) {
  .mm-menu_columns-1 .mm-panel_columns-0,
.mm-menu_columns-2 .mm-panel_columns-1,
.mm-menu_columns-3 .mm-panel_columns-2,
.mm-menu_columns-4 .mm-panel_columns-3 {
    border-right: none;
  }
}
@media (hover: none) {
  [class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-0 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media (hover: none) {
  .mm-menu_columns-0 .mm-panels > .mm-panel {
    z-index: 0;
  }
}
@media (hover: none) {
  .mm-menu_columns-0 .mm-panels > .mm-panel else {
    width: 100%;
  }
}
@media (hover: none) {
  .mm-menu_columns-0 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@media (hover: none) {
  .mm-menu_columns-0 {
    width: 80%;
    min-width: 240px;
    max-width: 0;
  }
}
@media (hover: none) {
  .mm-wrapper_opening .mm-menu_columns-0 ~ .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}
@media (hover: none) and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-0 ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0);
  }
}
@media (hover: none) and (min-width: 0px) {
  .mm-wrapper_opening .mm-menu_columns-0 ~ .mm-slideout {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media (hover: none) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
  }
}
@media (hover: none) and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0);
  }
}
@media (hover: none) and (min-width: 0px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media (hover: none) {
  [class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-1 {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@media (hover: none) {
  .mm-menu_columns-1 .mm-panels > .mm-panel {
    z-index: 1;
    width: 100%;
  }
}
@media (hover: none) {
  .mm-menu_columns-1 .mm-panels > .mm-panel else {
    width: 100%;
  }
}
@media (hover: none) {
  .mm-menu_columns-1 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
  }
}
@media (hover: none) {
  .mm-menu_columns-1 {
    width: 80%;
    min-width: 240px;
    max-width: 440px;
  }
}
@media (hover: none) {
  .mm-wrapper_opening .mm-menu_columns-1 ~ .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}
@media (hover: none) and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-1 ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0);
  }
}
@media (hover: none) and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_columns-1 ~ .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}
@media (hover: none) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
  }
}
@media (hover: none) and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0);
  }
}
@media (hover: none) and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
  }
}
@media (hover: none) {
  [class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-2 {
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
  }
}
@media (hover: none) {
  .mm-menu_columns-2 .mm-panels > .mm-panel {
    z-index: 2;
    width: 50%;
  }
}
@media (hover: none) {
  .mm-menu_columns-2 .mm-panels > .mm-panel else {
    width: 100%;
  }
}
@media (hover: none) {
  .mm-menu_columns-2 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
    -webkit-transform: translate3d(300%, 0, 0);
    transform: translate3d(300%, 0, 0);
  }
}
@media (hover: none) {
  .mm-menu_columns-2 {
    width: 80%;
    min-width: 240px;
    max-width: 880px;
  }
}
@media (hover: none) {
  .mm-wrapper_opening .mm-menu_columns-2 ~ .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}
@media (hover: none) and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-2 ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0);
  }
}
@media (hover: none) and (min-width: 1100px) {
  .mm-wrapper_opening .mm-menu_columns-2 ~ .mm-slideout {
    -webkit-transform: translate3d(880px, 0, 0);
    transform: translate3d(880px, 0, 0);
  }
}
@media (hover: none) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
  }
}
@media (hover: none) and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0);
  }
}
@media (hover: none) and (min-width: 1100px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-880px, 0, 0);
    transform: translate3d(-880px, 0, 0);
  }
}
@media (hover: none) {
  [class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-3 {
    -webkit-transform: translate3d(300%, 0, 0);
    transform: translate3d(300%, 0, 0);
  }
}
@media (hover: none) {
  .mm-menu_columns-3 .mm-panels > .mm-panel {
    z-index: 3;
    width: 33.34%;
  }
}
@media (hover: none) {
  .mm-menu_columns-3 .mm-panels > .mm-panel else {
    width: 100%;
  }
}
@media (hover: none) {
  .mm-menu_columns-3 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
    -webkit-transform: translate3d(400%, 0, 0);
    transform: translate3d(400%, 0, 0);
  }
}
@media (hover: none) {
  .mm-menu_columns-3 {
    width: 80%;
    min-width: 240px;
    max-width: 1320px;
  }
}
@media (hover: none) {
  .mm-wrapper_opening .mm-menu_columns-3 ~ .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}
@media (hover: none) and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-3 ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0);
  }
}
@media (hover: none) and (min-width: 1650px) {
  .mm-wrapper_opening .mm-menu_columns-3 ~ .mm-slideout {
    -webkit-transform: translate3d(1320px, 0, 0);
    transform: translate3d(1320px, 0, 0);
  }
}
@media (hover: none) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
  }
}
@media (hover: none) and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0);
  }
}
@media (hover: none) and (min-width: 1650px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-1320px, 0, 0);
    transform: translate3d(-1320px, 0, 0);
  }
}
@media (hover: none) {
  [class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-4 {
    -webkit-transform: translate3d(400%, 0, 0);
    transform: translate3d(400%, 0, 0);
  }
}
@media (hover: none) {
  .mm-menu_columns-4 .mm-panels > .mm-panel {
    z-index: 4;
    width: 25%;
  }
}
@media (hover: none) {
  .mm-menu_columns-4 .mm-panels > .mm-panel else {
    width: 100%;
  }
}
@media (hover: none) {
  .mm-menu_columns-4 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
    -webkit-transform: translate3d(500%, 0, 0);
    transform: translate3d(500%, 0, 0);
  }
}
@media (hover: none) {
  .mm-menu_columns-4 {
    width: 80%;
    min-width: 240px;
    max-width: 1760px;
  }
}
@media (hover: none) {
  .mm-wrapper_opening .mm-menu_columns-4 ~ .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}
@media (hover: none) and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-4 ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0);
  }
}
@media (hover: none) and (min-width: 2200px) {
  .mm-wrapper_opening .mm-menu_columns-4 ~ .mm-slideout {
    -webkit-transform: translate3d(1760px, 0, 0);
    transform: translate3d(1760px, 0, 0);
  }
}
@media (hover: none) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
  }
}
@media (hover: none) and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0);
  }
}
@media (hover: none) and (min-width: 2200px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-1760px, 0, 0);
    transform: translate3d(-1760px, 0, 0);
  }
}
@media (hover: none) {
  [class*=mm-menu_columns-].mm-menu_position-bottom,
[class*=mm-menu_columns-].mm-menu_position-top {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}
@media (hover: none) {
  .mm-wrapper_opening [class*=mm-menu_columns-].mm-menu_position-front {
    -webkit-transition-property: width, min-width, max-width, -webkit-transform;
    transition-property: width, min-width, max-width, -webkit-transform;
    transition-property: width, min-width, max-width, transform;
    transition-property: width, min-width, max-width, transform, -webkit-transform;
  }
}
@media (hover: none) {
  .mm-counter {
    color: var(--mm-color-text-dimmed);
    text-align: right;
    display: block;
    padding-left: 20px;
    float: right;
  }
}
@media (hover: none) {
  .mm-listitem_nosubitems > .mm-counter {
    display: none;
  }
}
@media (hover: none) {
  [dir=rtl] .mm-counter {
    text-align: left;
    float: left;
    padding-left: 0;
    padding-right: 20px;
  }
}
@media (hover: none) {
  .mm-divider {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    font-size: 75%;
    text-transform: uppercase;
    background: var(--mm-color-background);
    position: sticky;
    z-index: 1;
    top: 0;
    min-height: var(--mm-line-height);
    padding: calc(((var(--mm-listitem-size) * 0.65) - var(--mm-line-height)) * 0.5);
    padding-right: 10px;
    padding-left: 20px;
  }
}
@media (hover: none) {
  .mm-divider:before {
    content: "";
    background: var(--mm-color-background-highlight);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
}
@media (hover: none) {
  .mm-menu_dividers-light .mm-divider {
    font-size: inherit;
    color: var(--mm-color-text-dimmed);
    padding-top: calc((var(--mm-listitem-size) - var(--mm-line-height)) * 0.75);
    padding-bottom: calc((var(--mm-listitem-size) - var(--mm-line-height)) * 0.25);
  }
}
@media (hover: none) {
  .mm-menu_dividers-light .mm-divider:before {
    background: inherit;
  }
}
@media (hover: none) {
  .mm-menu_border-none .mm-divider {
    border-top-width: 1px;
    border-top-style: solid;
  }
}
@media (hover: none) {
  .mm-wrapper_dragging .mm-menu,
.mm-wrapper_dragging .mm-slideout {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
  }
}
@media (hover: none) {
  .mm-menu_dropdown {
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    height: 80%;
  }
}
@media (hover: none) {
  .mm-wrapper_dropdown .mm-slideout {
    -webkit-transform: none !important;
    transform: none !important;
    z-index: 0;
  }
}
@media (hover: none) {
  .mm-wrapper_dropdown .mm-wrapper__blocker {
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
    z-index: 1;
  }
}
@media (hover: none) {
  .mm-wrapper_dropdown .mm-menu_dropdown {
    z-index: 2;
  }
}
@media (hover: none) {
  .mm-wrapper_dropdown.mm-wrapper_opened:not(.mm-wrapper_opening) .mm-menu_dropdown {
    display: none;
  }
}
@media (hover: none) {
  [class*=mm-menu_tip-]:before {
    content: "";
    background: inherit;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    z-index: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media (hover: none) {
  .mm-menu_tip-left:before {
    left: 22px;
  }
}
@media (hover: none) {
  .mm-menu_tip-right:before {
    right: 22px;
  }
}
@media (hover: none) {
  .mm-menu_tip-top:before {
    top: -8px;
  }
}
@media (hover: none) {
  .mm-menu_tip-bottom:before {
    bottom: -8px;
  }
}
@media (hover: none) {
  :root {
    --mm-iconbar-size: 44px;
  }
}
@media (hover: none) {
  .mm-menu_iconbar-left .mm-navbars_bottom,
.mm-menu_iconbar-left .mm-navbars_top,
.mm-menu_iconbar-left .mm-panels {
    margin-left: var(--mm-iconbar-size);
  }
}
@media (hover: none) {
  .mm-menu_iconbar-left .mm-iconbar {
    border-right-width: 1px;
    display: block;
    left: 0;
  }
}
@media (hover: none) {
  .mm-menu_iconbar-right .mm-navbars_bottom,
.mm-menu_iconbar-right .mm-navbars_top,
.mm-menu_iconbar-right .mm-panels {
    margin-right: var(--mm-iconbar-size);
  }
}
@media (hover: none) {
  .mm-menu_iconbar-right .mm-iconbar {
    border-left-width: 1px;
    display: block;
    right: 0;
  }
}
@media (hover: none) {
  .mm-iconbar {
    background: var(--mm-color-background);
    color: var(--mm-color-text-dimmed);
    border: 0 solid rgba(0, 0, 0, 0.1);
    border-color: var(--mm-color-border);
    text-align: center;
    overflow: hidden;
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: var(--mm-iconbar-size);
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
  }
}
@media (hover: none) {
  .mm-iconbar__bottom,
.mm-iconbar__top {
    width: inherit;
    position: absolute;
  }
}
@media (hover: none) {
  .mm-iconbar__bottom > *,
.mm-iconbar__top > * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 11px 0;
  }
}
@media (hover: none) {
  .mm-iconbar__bottom a,
.mm-iconbar__bottom a:hover,
.mm-iconbar__top a,
.mm-iconbar__top a:hover {
    text-decoration: none;
  }
}
@media (hover: none) {
  .mm-iconbar__top {
    top: 0;
  }
}
@media (hover: none) {
  .mm-iconbar__bottom {
    bottom: 0;
  }
}
@media (hover: none) {
  .mm-iconbar__tab_selected {
    background: var(--mm-color-background-emphasis);
  }
}
@media (hover: none) {
  :root {
    --mm-iconpanel-size: 44px;
  }
}
@media (hover: none) {
  .mm-panel_iconpanel-1 {
    width: calc(100% - (var(--mm-iconpanel-size) * 1));
  }
}
@media (hover: none) {
  .mm-panel_iconpanel-2 {
    width: calc(100% - (var(--mm-iconpanel-size) * 2));
  }
}
@media (hover: none) {
  .mm-panel_iconpanel-3 {
    width: calc(100% - (var(--mm-iconpanel-size) * 3));
  }
}
@media (hover: none) {
  .mm-panel_iconpanel-first ~ .mm-panel {
    width: calc(100% - var(--mm-iconpanel-size));
  }
}
@media (hover: none) {
  .mm-menu_iconpanel .mm-panels > .mm-panel {
    left: auto;
    -webkit-transition-property: width, -webkit-transform;
    transition-property: width, -webkit-transform;
    transition-property: transform, width;
    transition-property: transform, width, -webkit-transform;
  }
}
@media (hover: none) {
  .mm-menu_iconpanel .mm-panels > .mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
    border-left-width: 1px;
    border-left-style: solid;
  }
}
@media (hover: none) {
  .mm-menu_iconpanel .mm-panels > .mm-panel_opened,
.mm-menu_iconpanel .mm-panels > .mm-panel_opened-parent {
    display: block !important;
  }
}
@media (hover: none) {
  .mm-menu_iconpanel .mm-panels > .mm-panel_opened-parent {
    overflow-y: hidden;
    -webkit-transform: unset;
    transform: unset;
  }
}
@media (hover: none) {
  .mm-menu_hidedivider .mm-panel_opened-parent .mm-divider,
.mm-menu_hidenavbar .mm-panel_opened-parent .mm-navbar {
    opacity: 0;
  }
}
@media (hover: none) {
  .mm-panel__blocker {
    background: inherit;
    opacity: 0;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 3;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
}
@media (hover: none) {
  .mm-panel_opened-parent .mm-panel__blocker {
    opacity: 0.6;
    bottom: -100000px;
  }
}
@media (hover: none) {
  [dir=rtl] .mm-menu_iconpanel .mm-panels > .mm-panel {
    left: 0;
    right: auto;
    -webkit-transition-property: width, -webkit-transform;
    transition-property: width, -webkit-transform;
    transition-property: transform, width;
    transition-property: transform, width, -webkit-transform;
  }
}
@media (hover: none) {
  [dir=rtl] .mm-menu_iconpanel .mm-panels > .mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
    border-left: none;
    border-right: 1px solid;
    border-color: inherit;
  }
}
@media (hover: none) {
  .mm-menu_keyboardfocus a:focus,
.mm-menu_keyboardfocus.mm-menu_opened ~ .mm-wrapper__blocker a:focus {
    outline: 0;
    background: var(--mm-color-background-emphasis);
  }
}
@media (hover: none) {
  .mm-wrapper__blocker .mm-tabstart {
    cursor: default;
    display: block;
    width: 100%;
    height: 100%;
  }
}
@media (hover: none) {
  .mm-wrapper__blocker .mm-tabend {
    opacity: 0;
    position: absolute;
    bottom: 0;
  }
}
@media (hover: none) {
  .mm-navbars_bottom,
.mm-navbars_top {
    background: inherit;
    border-color: inherit;
    border-width: 0;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media (hover: none) {
  .mm-navbars_bottom > .mm-navbar,
.mm-navbars_top > .mm-navbar {
    border-width: 0;
  }
}
@media (hover: none) {
  .mm-navbars_bottom > .mm-navbar > :not(img):not(.mm-btn),
.mm-navbars_top > .mm-navbar > :not(img):not(.mm-btn) {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
@media (hover: none) {
  .mm-navbars_top {
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }
}
@media (hover: none) {
  .mm-navbars_bottom {
    border-top-style: solid;
    border-top-width: 1px;
  }
}
@media (hover: none) {
  .mm-navbar__breadcrumbs {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    text-align: left;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    padding: 0;
  }
}
@media (hover: none) {
  .mm-navbar__breadcrumbs > * {
    display: inline-block;
    padding: calc((var(--mm-navbar-size) - var(--mm-line-height)) * 0.5);
    padding-left: 0;
    padding-right: 6px;
  }
}
@media (hover: none) {
  .mm-navbar__breadcrumbs > a {
    text-decoration: underline;
  }
}
@media (hover: none) {
  .mm-btn.mm-hidden + .mm-navbar__breadcrumbs {
    padding-left: 20px;
  }
}
@media (hover: none) {
  .mm-navbar__tab_selected {
    background: inherit !important;
    color: inherit !important;
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
  }
}
@media (hover: none) {
  .mm-navbar__tab_selected:first-child {
    border-left: none;
  }
}
@media (hover: none) {
  .mm-navbar__tab_selected:last-child {
    border-right: none;
  }
}
@media (hover: none) {
  .mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs,
.mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar {
    background: inherit !important;
    color: inherit !important;
  }
}
@media (hover: none) {
  .mm-navbars_top .mm-navbar_tabs:not(:last-child) {
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
}
@media (hover: none) {
  .mm-navbars_top .mm-navbar__tab_selected {
    border-bottom: none;
    margin-bottom: -1px;
  }
}
@media (hover: none) {
  .mm-navbars_top .mm-navbar_tabs:first-child .mm-navbar__tab_selected {
    border-top: none;
  }
}
@media (hover: none) {
  .mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar {
    background: inherit;
    color: inherit;
  }
}
@media (hover: none) {
  .mm-navbars_bottom .mm-navbar_tabs:not(:first-child) {
    border-top-width: 1px;
    border-top-style: solid;
  }
}
@media (hover: none) {
  .mm-navbars_bottom .mm-navbar__tab_selected {
    border-top: none;
    margin-top: -1px;
  }
}
@media (hover: none) {
  .mm-navbars_bottom .mm-navbar_tabs:last-child .mm-navbar__tab_selected {
    border-bottom: none;
  }
}
@media (hover: none) {
  .mm-navbar_tabs > a:not(.mm-navbar__tab_selected),
.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar,
.mm-navbars_top.mm-navbars_has-tabs > .mm-navbar:not(.mm-navbar_tabs) {
    background: var(--mm-color-background-emphasis);
    color: var(--mm-color-text-dimmed);
  }
}
@media (hover: none) {
  .mm-searchfield {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: var(--mm-navbar-size);
    padding: 0;
    overflow: hidden;
  }
}
@media (hover: none) {
  .mm-searchfield input {
    border: none !important;
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 4px;
    font: inherit;
    font-size: inherit;
    line-height: calc(var(--mm-navbar-size) * 0.7);
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: calc(var(--mm-navbar-size) * 0.7);
    min-height: unset;
    max-height: unset;
    margin: 0;
    padding: 0 10px;
  }
}
@media (hover: none) {
  .mm-searchfield input,
.mm-searchfield input:focus,
.mm-searchfield input:hover {
    background: var(--mm-color-background-highlight);
    color: var(--mm-color-text);
  }
}
@media (hover: none) {
  .mm-searchfield input::-ms-clear {
    display: none;
  }
}
@media (hover: none) {
  .mm-searchfield__input {
    padding: 6.6px 10px 0 10px;
    padding-top: calc(var(--mm-navbar-size) * 0.15);
    position: relative;
  }
}
@media (hover: none) {
  .mm-panel__noresultsmsg {
    color: var(--mm-color-text-dimmed);
    text-align: center;
    font-size: 150%;
    padding: 44px 0;
  }
}
@media (hover: none) {
  .mm-searchfield__btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
@media (hover: none) {
  .mm-panel_search {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    border-left: none !important;
  }
}
@media (hover: none) {
  .mm-searchfield__input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
  }
}
@media (hover: none) {
  .mm-searchfield__cancel {
    line-height: var(--mm-navbar-size);
    text-decoration: none;
    display: block;
    padding-right: 10px;
    margin-right: -100px;
    -webkit-transition: margin 0.4s ease;
    transition: margin 0.4s ease;
  }
}
@media (hover: none) {
  .mm-searchfield__cancel-active {
    margin-right: 0;
  }
}
@media (hover: none) {
  .mm-listitem_nosubitems > .mm-listitem__btn {
    display: none;
  }
}
@media (hover: none) {
  .mm-listitem_nosubitems > .mm-listitem__text {
    padding-right: 10px;
  }
}
@media (hover: none) {
  .mm-sectionindexer {
    background: inherit;
    text-align: center;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px;
    z-index: 5;
    -webkit-transition: right 0.4s ease;
    transition: right 0.4s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
}
@media (hover: none) {
  .mm-sectionindexer a {
    color: var(--mm-color-text-dimmed);
    line-height: 1;
    text-decoration: none;
    display: block;
  }
}
@media (hover: none) {
  .mm-sectionindexer ~ .mm-panel {
    padding-right: 0;
    -webkit-transition: padding-right 0.4s ease;
    transition: padding-right 0.4s ease;
  }
}
@media (hover: none) {
  .mm-sectionindexer_active {
    right: 0;
  }
}
@media (hover: none) {
  .mm-sectionindexer_active ~ .mm-panel {
    padding-right: 20px;
  }
}
@media (hover: none) {
  :root {
    --mm-sidebar-collapsed-size: 44px;
    --mm-sidebar-expanded-size: 440px;
  }
}
@media (hover: none) {
  .mm-wrapper_sidebar-collapsed body,
.mm-wrapper_sidebar-expanded body {
    position: relative;
  }
}
@media (hover: none) {
  .mm-wrapper_sidebar-collapsed .mm-slideout,
.mm-wrapper_sidebar-expanded .mm-slideout {
    -webkit-transition-property: width, -webkit-transform;
    transition-property: width, -webkit-transform;
    transition-property: width, transform;
    transition-property: width, transform, -webkit-transform;
  }
}
@media (hover: none) {
  .mm-wrapper_sidebar-collapsed .mm-page,
.mm-wrapper_sidebar-expanded .mm-page {
    background: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 100vh;
  }
}
@media (hover: none) {
  .mm-wrapper_sidebar-collapsed .mm-menu_sidebar-collapsed,
.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    top: 0 !important;
    right: auto !important;
    bottom: 0 !important;
    left: 0 !important;
  }
}
@media (hover: none) {
  .mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidedivider .mm-divider,
.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidenavbar .mm-navbar {
    opacity: 0;
  }
}
@media (hover: none) {
  .mm-wrapper_sidebar-collapsed .mm-slideout {
    width: calc(100% - var(--mm-sidebar-collapsed-size));
    -webkit-transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0);
    transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0);
  }
}
@media (hover: none) {
  .mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
    border-right-width: 1px;
    border-right-style: solid;
    min-width: 0 !important;
    max-width: 100000px !important;
  }
}
@media (hover: none) {
  .mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded.mm-menu_pageshadow:after {
    content: none;
    display: none;
  }
}
@media (hover: none) {
  .mm-wrapper_sidebar-expanded.mm-wrapper_blocking,
.mm-wrapper_sidebar-expanded.mm-wrapper_blocking body {
    overflow: visible;
  }
}
@media (hover: none) {
  .mm-wrapper_sidebar-expanded .mm-wrapper__blocker {
    display: none !important;
  }
}
@media (hover: none) {
  .mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened ~ .mm-slideout {
    width: calc(100% - var(--mm-sidebar-expanded-size));
    -webkit-transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0);
    transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0);
  }
}
@media (hover: none) {
  .mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
    width: var(--mm-sidebar-expanded-size);
  }
}
@media (hover: none) {
  .mm-menu__blocker {
    background: rgba(3, 2, 1, 0);
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
  }
}
@media (hover: none) {
  .mm-menu_opened .mm-menu__blocker {
    display: none;
  }
}
@media (hover: none) {
  [dir=rtl].mm-wrapper_sidebar-collapsed .mm-slideout {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media (hover: none) {
  [dir=rtl].mm-wrapper_sidebar-expanded .mm-slideout {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media (hover: none) {
  [dir=rtl].mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media (hover: none) {
  input.mm-toggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background: var(--mm-color-border);
    border-radius: 34px;
    display: inline-block;
    min-width: 58px;
    width: 58px;
    height: 34px;
    margin: 0 10px;
    margin-top: calc((var(--mm-listitem-size) - 34px) / 2);
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
  }
}
@media (hover: none) {
  input.mm-toggle:before {
    content: "";
    background: var(--mm-color-background);
    border-radius: 34px;
    display: block;
    width: 32px;
    height: 32px;
    margin: 1px;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }
}
@media (hover: none) {
  input.mm-toggle:checked {
    background: #4bd963;
  }
}
@media (hover: none) {
  input.mm-toggle:checked:before {
    -webkit-transform: translateX(24px);
    transform: translateX(24px);
  }
}
@media (hover: none) {
  input.mm-check {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    display: inline-block;
    width: 34px;
    height: 34px;
    margin: 0 10px;
    margin-top: calc((var(--mm-listitem-size) - 34px) / 2);
  }
}
@media (hover: none) {
  input.mm-check:before {
    border-color: var(--mm-color-text);
    content: "";
    display: block;
    border-left: 3px solid;
    border-bottom: 3px solid;
    width: 40%;
    height: 20%;
    margin: 25% 0 0 20%;
    opacity: 0.3;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
}
@media (hover: none) {
  input.mm-check:checked:before {
    opacity: 1;
  }
}
@media (hover: none) {
  [dir=rtl] input.mm-toggle:checked ~ label.mm-toggle:before {
    float: left;
  }
}
@media (hover: none) {
  .mm-menu_border-none .mm-listitem:after,
.mm-panel_border-none .mm-listitem:after {
    content: none;
  }
}
@media (hover: none) {
  .mm-menu_border-full .mm-listitem:after,
.mm-panel_border-full .mm-listitem:after {
    left: 0 !important;
  }
}
@media (hover: none) {
  .mm-menu_border-offset .mm-listitem:after,
.mm-panel_border-offset .mm-listitem:after {
    right: 20px;
  }
}
@media (hover: none) {
  .mm-menu_fx-menu-zoom {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
}
@media (hover: none) {
  .mm-wrapper_opened .mm-menu_fx-menu-zoom {
    -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
    transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@media (hover: none) {
  .mm-wrapper_opening .mm-menu_fx-menu-zoom {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0);
  }
}
@media (hover: none) {
  .mm-wrapper_opened .mm-menu_fx-menu-zoom.mm-menu_position-right {
    -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
    transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@media (hover: none) {
  .mm-wrapper_opening .mm-menu_fx-menu-zoom.mm-menu_position-right {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0);
  }
}
@media (hover: none) {
  .mm-menu_fx-menu-slide {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
}
@media (hover: none) {
  .mm-wrapper_opened .mm-menu_fx-menu-slide {
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
  }
}
@media (hover: none) {
  .mm-wrapper_opening .mm-menu_fx-menu-slide {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media (hover: none) {
  .mm-wrapper_opened .mm-menu_fx-menu-slide.mm-menu_position-right {
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0);
  }
}
@media (hover: none) {
  .mm-wrapper_opening .mm-menu_fx-menu-slide.mm-menu_position-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media (hover: none) {
  .mm-menu_fx-menu-fade {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
}
@media (hover: none) {
  .mm-wrapper_opening .mm-menu_fx-menu-fade {
    opacity: 1;
  }
}
@media (hover: none) {
  .mm-menu_fx-panels-none .mm-panel,
.mm-panel_fx-none {
    -webkit-transition-property: none;
    transition-property: none;
  }
}
@media (hover: none) {
  .mm-menu_fx-panels-none .mm-panel.mm-panel_opened-parent,
.mm-panel_fx-none.mm-panel_opened-parent {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media (hover: none) {
  .mm-menu_fx-panels-zoom .mm-panel,
.mm-panel_fx-zoom {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
    transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  }
}
@media (hover: none) {
  .mm-menu_fx-panels-zoom .mm-panel.mm-panel_opened,
.mm-panel_fx-zoom.mm-panel_opened {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0);
  }
}
@media (hover: none) {
  .mm-menu_fx-panels-zoom .mm-panel.mm-panel_opened-parent,
.mm-panel_fx-zoom.mm-panel_opened-parent {
    -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
    transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  }
}
@media (hover: none) {
  .mm-menu_fx-panels-slide-0 .mm-panel_opened-parent,
.mm-panel_fx-slide-0.mm-panel_opened-parent {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media (hover: none) {
  .mm-menu_fx-panels-slide-100 .mm-panel_opened-parent,
.mm-panel_fx-slide-100.mm-panel_opened-parent {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@media (hover: none) {
  .mm-menu_fx-panels-slide-up .mm-panel,
.mm-panel_fx-slide-up {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@media (hover: none) {
  .mm-menu_fx-panels-slide-up .mm-panel_opened,
.mm-menu_fx-panels-slide-up .mm-panel_opened-parent,
.mm-panel_fx-slide-up.mm-panel_opened {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media (hover: none) {
  .mm-menu_fx-panels-slide-right .mm-panel,
.mm-panel_fx-slide-right {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@media (hover: none) {
  .mm-menu_fx-panels-slide-right .mm-panel_opened,
.mm-menu_fx-panels-slide-right .mm-panel_opened-parent,
.mm-panel_fx-slide-right.mm-panel_opened {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media (hover: none) {
  [class*=mm-menu_fx-listitems-] .mm-listitem {
    -webkit-transition: none 0.4s ease;
    transition: none 0.4s ease;
  }
}
@media (hover: none) {
  [class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(1) {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms;
  }
}
@media (hover: none) {
  [class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
}
@media (hover: none) {
  [class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(3) {
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms;
  }
}
@media (hover: none) {
  [class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(4) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
}
@media (hover: none) {
  [class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(5) {
    -webkit-transition-delay: 250ms;
    transition-delay: 250ms;
  }
}
@media (hover: none) {
  [class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(6) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
}
@media (hover: none) {
  [class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(7) {
    -webkit-transition-delay: 350ms;
    transition-delay: 350ms;
  }
}
@media (hover: none) {
  [class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(8) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
}
@media (hover: none) {
  [class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(9) {
    -webkit-transition-delay: 450ms;
    transition-delay: 450ms;
  }
}
@media (hover: none) {
  [class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(10) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
}
@media (hover: none) {
  [class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(11) {
    -webkit-transition-delay: 550ms;
    transition-delay: 550ms;
  }
}
@media (hover: none) {
  [class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(12) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
}
@media (hover: none) {
  [class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(13) {
    -webkit-transition-delay: 650ms;
    transition-delay: 650ms;
  }
}
@media (hover: none) {
  [class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(14) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
  }
}
@media (hover: none) {
  [class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(15) {
    -webkit-transition-delay: 750ms;
    transition-delay: 750ms;
  }
}
@media (hover: none) {
  .mm-menu_fx-listitems-slide .mm-listitem {
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    opacity: 0;
  }
}
@media (hover: none) {
  .mm-wrapper_opening .mm-menu_fx-listitems-slide .mm-panel_opened .mm-listitem {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@media (hover: none) {
  .mm-menu_fx-listitems-fade .mm-listitem {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    opacity: 0;
  }
}
@media (hover: none) {
  .mm-wrapper_opening .mm-menu_fx-listitems-fade .mm-panel_opened .mm-listitem {
    opacity: 1;
  }
}
@media (hover: none) {
  .mm-menu_fx-listitems-drop .mm-listitem {
    -webkit-transition-property: opacity, top;
    transition-property: opacity, top;
    opacity: 0;
    top: -25%;
  }
}
@media (hover: none) {
  .mm-wrapper_opening .mm-menu_fx-listitems-drop .mm-panel_opened .mm-listitem {
    opacity: 1;
    top: 0;
  }
}
@media (hover: none) {
  .mm-menu_fullscreen {
    width: 100%;
    min-width: 140px;
    max-width: 10000px;
  }
}
@media (hover: none) {
  .mm-wrapper_opening .mm-menu_fullscreen ~ .mm-slideout {
    -webkit-transform: translate3d(100vw, 0, 0);
    transform: translate3d(100vw, 0, 0);
  }
}
@media (hover: none) and (max-width: 140px) {
  .mm-wrapper_opening .mm-menu_fullscreen ~ .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media (hover: none) and (min-width: 10000px) {
  .mm-wrapper_opening .mm-menu_fullscreen ~ .mm-slideout {
    -webkit-transform: translate3d(10000px, 0, 0);
    transform: translate3d(10000px, 0, 0);
  }
}
@media (hover: none) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
  }
}
@media (hover: none) and (max-width: 140px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media (hover: none) and (min-width: 10000px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-10000px, 0, 0);
    transform: translate3d(-10000px, 0, 0);
  }
}
@media (hover: none) {
  .mm-menu_fullscreen.mm-menu_position-top {
    height: 100vh;
    min-height: 140px;
    max-height: 10000px;
  }
}
@media (hover: none) {
  .mm-menu_fullscreen.mm-menu_position-bottom {
    height: 100vh;
    min-height: 140px;
    max-height: 10000px;
  }
}
@media (hover: none) {
  .mm-menu_listview-justify .mm-panels > .mm-panel:after,
.mm-menu_listview-justify .mm-panels > .mm-panel:before,
.mm-panels > .mm-panel_listview-justify:after,
.mm-panels > .mm-panel_listview-justify:before {
    content: none;
    display: none;
  }
}
@media (hover: none) {
  .mm-menu_listview-justify .mm-panels > .mm-panel .mm-listview,
.mm-panels > .mm-panel_listview-justify .mm-listview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (hover: none) {
  .mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem,
.mm-panels > .mm-panel_listview-justify .mm-listitem {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    min-height: 44px;
  }
}
@media (hover: none) {
  .mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem__text,
.mm-panels > .mm-panel_listview-justify .mm-listitem__text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (hover: none) {
  .mm-listview_inset {
    list-style: inside disc;
    width: 100%;
    padding: 0 30px 15px 30px;
    margin: 0;
  }
}
@media (hover: none) {
  .mm-listview_inset .mm-listitem {
    padding: 5px 0;
  }
}
@media (hover: none) {
  .mm-listitem_spacer {
    padding-top: 44px;
    padding-top: var(--mm-listitem-size);
  }
}
@media (hover: none) {
  .mm-listitem_spacer > .mm-listitem__btn {
    top: 44px;
    top: var(--mm-listitem-size);
  }
}
@media (hover: none) {
  .mm-menu_multiline .mm-listitem__text,
.mm-panel_multiline .mm-listitem__text {
    text-overflow: clip;
    white-space: normal;
  }
}
@media (hover: none) {
  [class*=mm-menu_pagedim].mm-menu_opened ~ .mm-wrapper__blocker {
    opacity: 0;
  }
}
@media (hover: none) {
  .mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened ~ .mm-wrapper__blocker {
    opacity: 0.3;
    -webkit-transition: opacity 0.4s ease 0.4s;
    transition: opacity 0.4s ease 0.4s;
  }
}
@media (hover: none) {
  .mm-menu_opened.mm-menu_pagedim ~ .mm-wrapper__blocker {
    background: inherit;
  }
}
@media (hover: none) {
  .mm-menu_opened.mm-menu_pagedim-black ~ .mm-wrapper__blocker {
    background: #000;
  }
}
@media (hover: none) {
  .mm-menu_opened.mm-menu_pagedim-white ~ .mm-wrapper__blocker {
    background: #fff;
  }
}
@media (hover: none) {
  .mm-menu_popup {
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    opacity: 0;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    height: 80%;
    min-height: 140px;
    max-height: 880px;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    z-index: 2;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
}
@media (hover: none) {
  .mm-menu_popup.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: none !important;
    transform: none !important;
    z-index: 0;
  }
}
@media (hover: none) {
  .mm-menu_popup.mm-menu_opened ~ .mm-wrapper__blocker {
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
    z-index: 1;
  }
}
@media (hover: none) {
  .mm-wrapper_opening .mm-menu_popup {
    opacity: 1;
  }
}
@media (hover: none) {
  .mm-menu_position-right {
    left: auto;
    right: 0;
  }
}
@media (hover: none) {
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
  }
}
@media (hover: none) and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0);
  }
}
@media (hover: none) and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
  }
}
@media (hover: none) {
  .mm-menu_position-bottom,
.mm-menu_position-front,
.mm-menu_position-top {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
}
@media (hover: none) {
  .mm-menu_position-bottom.mm-menu_opened,
.mm-menu_position-front.mm-menu_opened,
.mm-menu_position-top.mm-menu_opened {
    z-index: 2;
  }
}
@media (hover: none) {
  .mm-menu_position-bottom.mm-menu_opened ~ .mm-slideout,
.mm-menu_position-front.mm-menu_opened ~ .mm-slideout,
.mm-menu_position-top.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: none !important;
    transform: none !important;
    z-index: 0;
  }
}
@media (hover: none) {
  .mm-menu_position-bottom.mm-menu_opened ~ .mm-wrapper__blocker,
.mm-menu_position-front.mm-menu_opened ~ .mm-wrapper__blocker,
.mm-menu_position-top.mm-menu_opened ~ .mm-wrapper__blocker {
    z-index: 1;
  }
}
@media (hover: none) {
  .mm-menu_position-front {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@media (hover: none) {
  .mm-menu_position-front.mm-menu_position-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@media (hover: none) {
  .mm-menu_position-bottom,
.mm-menu_position-top {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
@media (hover: none) {
  .mm-menu_position-top {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@media (hover: none) {
  .mm-menu_position-top {
    height: 80vh;
    min-height: 140px;
    max-height: 880px;
  }
}
@media (hover: none) {
  .mm-menu_position-bottom {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    top: auto;
  }
}
@media (hover: none) {
  .mm-menu_position-bottom {
    height: 80vh;
    min-height: 140px;
    max-height: 880px;
  }
}
@media (hover: none) {
  .mm-wrapper_opening .mm-menu_position-bottom,
.mm-wrapper_opening .mm-menu_position-front,
.mm-wrapper_opening .mm-menu_position-top {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media (hover: none) {
  .mm-menu_shadow-page:after {
    -webkit-box-shadow: var(--mm-shadow);
    box-shadow: var(--mm-shadow);
    content: "";
    display: block;
    width: 20px;
    height: 120%;
    position: absolute;
    left: 100%;
    top: -10%;
    z-index: 100;
    -webkit-clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
    clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
  }
}
@media (hover: none) {
  .mm-menu_shadow-page.mm-menu_position-right:after {
    left: auto;
    right: 100%;
    -webkit-clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%);
    clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%);
  }
}
@media (hover: none) {
  .mm-menu_shadow-page.mm-menu_position-front:after {
    content: none;
    display: none;
  }
}
@media (hover: none) {
  .mm-menu_shadow-menu {
    -webkit-box-shadow: var(--mm-shadow);
    box-shadow: var(--mm-shadow);
  }
}
@media (hover: none) {
  .mm-menu_shadow-panels .mm-panels > .mm-panel {
    -webkit-box-shadow: var(--mm-shadow);
    box-shadow: var(--mm-shadow);
  }
}
@media (hover: none) {
  .mm-menu_theme-white {
    --mm-color-border: rgba(0, 0, 0, 0.1);
    --mm-color-button: rgba(0, 0, 0, 0.3);
    --mm-color-text: rgba(0, 0, 0, 0.7);
    --mm-color-text-dimmed: rgba(0, 0, 0, 0.3);
    --mm-color-background: #fff;
    --mm-color-background-highlight: rgba(0, 0, 0, 0.06);
    --mm-color-background-emphasis: rgba(0, 0, 0, 0.03);
    --mm-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
}
@media (hover: none) {
  .mm-menu_theme-dark {
    --mm-color-border: rgba(0, 0, 0, 0.3);
    --mm-color-button: rgba(255, 255, 255, 0.4);
    --mm-color-text: rgba(255, 255, 255, 0.85);
    --mm-color-text-dimmed: rgba(255, 255, 255, 0.4);
    --mm-color-background: #333;
    --mm-color-background-highlight: rgba(255, 255, 255, 0.08);
    --mm-color-background-emphasis: rgba(0, 0, 0, 0.1);
    --mm-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  }
}
@media (hover: none) {
  .mm-menu_theme-black {
    --mm-color-border: rgba(255, 255, 255, 0.25);
    --mm-color-button: rgba(255, 255, 255, 0.4);
    --mm-color-text: rgba(255, 255, 255, 0.75);
    --mm-color-text-dimmed: rgba(255, 255, 255, 0.4);
    --mm-color-background: #000;
    --mm-color-background-highlight: rgba(255, 255, 255, 0.2);
    --mm-color-background-emphasis: rgba(255, 255, 255, 0.15);
    --mm-shadow: none;
  }
}
@media (hover: none) {
  .mm-menu_tileview .mm-listview,
.mm-panel_tileview .mm-listview {
    margin: 0 !important;
  }
}
@media (hover: none) {
  .mm-menu_tileview .mm-listview:after,
.mm-panel_tileview .mm-listview:after {
    content: "";
    display: block;
    clear: both;
  }
}
@media (hover: none) {
  .mm-menu_tileview .mm-listitem,
.mm-panel_tileview .mm-listitem {
    padding: 0;
    float: left;
    position: relative;
    width: 50%;
    height: 0;
    padding-top: 50%;
  }
}
@media (hover: none) {
  .mm-menu_tileview .mm-listitem:after,
.mm-panel_tileview .mm-listitem:after {
    left: 0;
    top: 0;
    border-right-width: 1px;
    border-right-style: solid;
    z-index: -1;
  }
}
@media (hover: none) {
  .mm-menu_tileview .mm-listitem.mm-tile-xs,
.mm-panel_tileview .mm-listitem.mm-tile-xs {
    width: 12.5%;
    padding-top: 12.5%;
  }
}
@media (hover: none) {
  .mm-menu_tileview .mm-listitem.mm-tile-s,
.mm-panel_tileview .mm-listitem.mm-tile-s {
    width: 25%;
    padding-top: 25%;
  }
}
@media (hover: none) {
  .mm-menu_tileview .mm-listitem.mm-tile-l,
.mm-panel_tileview .mm-listitem.mm-tile-l {
    width: 75%;
    padding-top: 75%;
  }
}
@media (hover: none) {
  .mm-menu_tileview .mm-listitem.mm-tile-xl,
.mm-panel_tileview .mm-listitem.mm-tile-xl {
    width: 100%;
    padding-top: 100%;
  }
}
@media (hover: none) {
  .mm-menu_tileview .mm-listitem__text,
.mm-panel_tileview .mm-listitem__text {
    line-height: 1px;
    text-align: center;
    padding: 50% 10px 0 10px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 1px;
    bottom: 1px;
    left: 0;
  }
}
@media (hover: none) {
  .mm-menu_tileview .mm-listitem__btn,
.mm-panel_tileview .mm-listitem__btn {
    width: auto;
  }
}
@media (hover: none) {
  .mm-menu_tileview .mm-listitem__btn:after,
.mm-menu_tileview .mm-listitem__btn:before,
.mm-panel_tileview .mm-listitem__btn:after,
.mm-panel_tileview .mm-listitem__btn:before {
    content: none;
    display: none;
  }
}
@media (hover: none) {
  .mm-menu_tileview .mm-divider,
.mm-panel_tileview .mm-divider {
    display: none;
  }
}
@media (hover: none) {
  .mm-menu_tileview .mm-panel,
.mm-panel_tileview {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (hover: none) {
  .mm-menu_tileview .mm-panel:after,
.mm-menu_tileview .mm-panel:before,
.mm-panel_tileview:after,
.mm-panel_tileview:before {
    content: none;
    display: none;
  }
}
@media (hover: none) {
  body.modal-open .mm-slideout {
    z-index: unset;
  }
}
@media (hover: none) {
  .mm-navbar {
    background: transparent;
    border: none;
    position: absolute;
    top: 50px;
    z-index: 9;
    left: 10px;
  }
}
@media (hover: none) {
  .mm-btn_prev:before {
    border-color: #000;
  }
}
@media (hover: none) {
  .ktn-hamburger-submenu {
    margin-top: 0 !important;
  }
}
@media (hover: none) {
  .mm-navbar__title {
    display: none;
  }
}
@media (hover: none) {
  .mm-listitem__text {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media (hover: none) {
  .ktn-hamburger-submenu .description {
    display: none !important;
  }
}
@media (hover: none) {
  .mm-listitem:after {
    border: none !important;
  }
}
@media (hover: none) {
  #menu .cd-secondary-dropdown li a {
    cursor: pointer;
  }
}
@media (hover: none) {
  .ktn-hamburger-secondary-submenu .open {
    cursor: pointer;
  }
}
@media (hover: none) {
  .mm-btn_next:after {
    display: none !important;
  }
}
@media (hover: none) {
  .full-screen.usp-banner .usp-content {
    display: none;
  }
}
@media (hover: none) {
  .full-screen.usp-banner .usp-content:nth-child(2) {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 38px;
    margin: 0;
  }
  .full-screen.usp-banner .usp-content:nth-child(2):after {
    display: none;
  }
}
@media (hover: none) {
  .scrolled header .inner {
    z-index: 1;
  }
}
@media (hover: none) {
  body.scrolled header {
    z-index: 1 !important;
  }
}
@media (hover: none) {
  .scrolled header #logo a {
    left: 35px;
  }
}
@media (hover: none) {
  #homepageBlogContent .col-md-4 {
    width: 33.333333%;
    float: left;
  }
}
@media (hover: none) {
  .full-screen.band-two .band-content {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 48px;
  }
}
@media (hover: none) {
  .full-screen {
    min-height: 200px;
  }
}
@media (hover: none) {
  .full-screen .badge-container .image-badge {
    top: 12%;
  }
}
@media (hover: none) {
  .full-screen .badge-container .image-band {
    width: 302px;
    height: 28px;
    line-height: 28px;
    font-size: 15px;
  }
}
@media (hover: none) {
  .full-screen .badge-container .image-one-title {
    font-size: 24px;
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
  }
}
@media (hover: none) {
  .full-screen .badge-container .coupon-code {
    font-size: 15px;
  }
}
@media (hover: none) {
  .full-screen .standard-container .image-band {
    width: 302px;
    height: 28px;
    line-height: 28px;
    font-size: 15px;
  }
}
@media (hover: none) {
  .full-screen .standard-container .image-one-title {
    font-size: 24px;
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
  }
}
@media (hover: none) {
  .full-screen .standard-container .coupon-code {
    font-size: 15px;
  }
}
@media (hover: none) {
  .full-screen .twice-square-content {
    bottom: 10px;
    max-height: 120px;
    padding: 10px 0;
    min-height: 100px;
  }
}
@media (hover: none) {
  .full-screen .twice-square-content .light-title {
    font-size: 14px;
    margin-bottom: 0;
  }
}
@media (hover: none) {
  .full-screen .twice-square-content .bold-title {
    font-size: 14px;
  }
}
@media (hover: none) {
  .full-screen .text-links {
    margin-top: 20px;
    text-align: center;
  }
}
@media (hover: none) {
  .full-screen .twice-square-content.four .text-links a {
    width: 43%;
    display: block;
    float: left;
    text-align: center;
    margin-bottom: 10px;
  }
}
@media (hover: none) {
  .full-screen .twice-square-content.three .text-links a {
    width: 43%;
    display: block;
    float: left;
    text-align: center;
    margin-bottom: 10px;
  }
}
@media (hover: none) {
  .full-screen .twice-square-content.two .text-links a {
    width: 42%;
    display: block;
    float: left;
    text-align: center;
    margin-bottom: 10px;
  }
}
@media (hover: none) {
  body.searchopen header .searchField {
    width: calc(100% - 30px);
  }
}
/*Tablet Detected Css*/
@media screen and (max-width: 1180px) {
  .fullpage .product-item .wrapper figure figcaption .price .basket-discount-container .bd-textArea {
    font-size: 10px;
  }

  .fullpage .product-item .wrapper figure figcaption .price .basket-discount-container .bd-textArea .bd-price {
    font-size: 12px;
  }

  .fullpage .product-item .wrapper figure figcaption .price .product-badge {
    display: block;
    margin-left: 0;
    margin-top: 3px;
  }
}
@media screen and (max-width: 1100px) {
  .fullpage .product-content-wrap .productDetailDescription h1 {
    font-size: 22px;
  }

  .fullpage .product-content-wrap .productDetailDescription .price .price-contain .insteadPrice {
    font-size: 21px;
  }

  .fullpage .product-content-wrap .productDetailDescription .price .price-contain .newPrice {
    font-size: 21px;
  }

  .fullpage .product-content-wrap .productDetailDescription .price .price-contain {
    margin-right: 30%;
  }

  .fullpage .product-content-wrap .productDetailDescription .product-badge {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1010px) {
  .fullpage .product-item.plp-small-images {
    width: calc(100% - 15px);
  }
}
@media screen and (max-width: 1120px) {
  .fullpage .product-content-wrap .detailShowcaseContainer .productDetailShowcase .productDetailImageContainer .column-2 img {
    width: 100%;
  }

  .fullpage .product-content-wrap .detailShowcaseContainer .productDetailShowcase .productDetailImageContainer .column-3 img {
    width: 100%;
  }

  .fullpage .product-content-wrap .productDetailDescription .product-options-cont .text-container {
    width: 100%;
    text-align: left;
  }

  .full-screen.footer-content .footer-static {
    display: none;
  }

  .full-screen.footer-content .footer-mobile {
    display: block;
  }
  .full-screen.footer-content .footer-mobile .gender-radio[type=radio]:checked,
.full-screen.footer-content .footer-mobile .gender-radio[type=radio]:not(:checked) {
    position: absolute;
    left: -9999px;
  }
  .full-screen.footer-content .footer-mobile .gender-radio[type=radio]:checked + label,
.full-screen.footer-content .footer-mobile .gender-radio[type=radio]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    font-weight: normal;
    margin-right: 10px;
    margin-bottom: 0;
  }
  .full-screen.footer-content .footer-mobile .gender-radio[type=radio]:checked + label:before,
.full-screen.footer-content .footer-mobile .gender-radio[type=radio]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
  }
  .full-screen.footer-content .footer-mobile .gender-radio[type=radio]:checked + label:after,
.full-screen.footer-content .footer-mobile .gender-radio[type=radio]:not(:checked) + label:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #383838;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .full-screen.footer-content .footer-mobile .gender-radio[type=radio]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  .full-screen.footer-content .footer-mobile .gender-radio[type=radio]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .full-screen.footer-content .footer-mobile #e-news.e-news {
    height: 285px;
    padding: 39px 15px;
    background: #f5f5f5;
  }
  .full-screen.footer-content .footer-mobile #e-news.e-news .e-news-title {
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    font-family: "Sweet Sans Bold", "Arial", sans-serif;
    margin-bottom: 21px;
  }
  .full-screen.footer-content .footer-mobile #e-news.e-news #subscriberForm2 input {
    font-size: 14px;
    margin-bottom: 17px;
  }
  .full-screen.footer-content .footer-mobile #e-news.e-news #subscriberForm2 .radioGroup {
    text-align: center;
    margin-bottom: 22px;
    float: none;
  }
  .full-screen.footer-content .footer-mobile #e-news.e-news #subscriberForm2 .e-news-submit {
    width: 100%;
  }
  .full-screen.footer-content .footer-mobile #e-news.e-news #subscriberForm2 .footerTermsAndCond {
    display: none !important;
  }
  .full-screen.footer-content .footer-mobile .footer-static-link-area {
    background: #fff;
    padding: 40px 15px;
    text-align: center;
    line-height: 37px;
    position: relative;
    margin-bottom: 10px;
    color: #666666;
  }
  .full-screen.footer-content .footer-mobile .footer-static-link-area p {
    font-size: 17px;
    font-weight: bold;
    font-family: "Sweet Sans Bold", "Arial", sans-serif;
    color: #000;
    margin-top: -13px;
  }
  .full-screen.footer-content .footer-mobile .footer-static-link-area .footer-static-link {
    width: 300px;
    font-size: 12px;
    color: #666666;
    font-family: "Sweet Sans Light", "Arial", sans-serif;
    font-weight: lighter;
    display: block;
    margin: 0 auto;
  }
  .full-screen.footer-content .footer-mobile .footer-static-link-area .row-line {
    position: absolute;
    bottom: 0;
    left: 15px;
    width: calc(100% - 30px);
    height: 1px;
    background: #ddd;
  }
  .full-screen.footer-content .footer-mobile .mb--13 {
    margin-bottom: -13px;
  }
  .full-screen.footer-content .footer-mobile .footer-change-country {
    text-transform: capitalize;
    font-size: 12px;
    letter-spacing: 0.3px;
  }
  .full-screen.footer-content .footer-mobile #countryname-lang-footer-button {
    font-family: "Sweet Sans Light", "Arial", sans-serif;
    font-weight: lighter;
    color: #666666;
    text-decoration: underline;
    margin-left: 10px;
    font-size: 12px;
  }
  .full-screen.footer-content .footer-mobile .footer-social-icons {
    color: #000;
    font-size: 26px;
    letter-spacing: 10px;
    margin-top: 12px;
    display: inline-block;
  }
  .full-screen.footer-content .footer-mobile .footer-koton-blog {
    width: 100%;
    display: inline-block;
    margin-top: 12px;
  }
  .full-screen.footer-content .footer-mobile .footer-koton-blog img {
    width: 168px;
  }
  .full-screen.footer-content .footer-mobile #body {
    padding-bottom: 0;
  }
  .full-screen.footer-content .footer-mobile .mb-0 {
    margin-bottom: 0;
  }
  .full-screen.footer-content .footer-mobile div#footer {
    display: none !important;
  }
  .full-screen.footer-content .footer-mobile .pb-28 {
    padding-bottom: 28px;
  }

  html.mm-wrapper_opening nav#menu {
    display: block;
  }

  html.mm-wrapper_opening header {
    -webkit-transform: translate3d(440px, 0, 0);
            transform: translate3d(440px, 0, 0);
    z-index: 1;
  }

  header .mdd-search {
    padding: 0;
  }
  header .mdd-search #logo {
    display: block;
  }
  header .mdd-search nav {
    display: none;
  }
  header .metaNavi {
    padding: 0;
  }
  header .metaNavi #logo {
    display: none;
  }

  .scrolled header .inner {
    padding: 0;
    padding-left: 10px;
  }

  .line-wrap_mobile {
    width: 28px;
    height: 15px;
    display: block;
    position: absolute;
    z-index: 99999;
    z-index: 99;
    left: 10px;
    top: 16px;
    padding-left: 32px;
    color: #262626;
    line-height: 18px;
    font-size: 13px;
  }
  .line-wrap_mobile:hover, .line-wrap_mobile:focus {
    text-decoration: none;
  }
  .line-wrap_mobile .line {
    display: block;
    background: #000;
    width: 28px;
    height: 2px;
    position: absolute;
    left: 0;
    border-radius: 1px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .line-wrap_mobile .line.line_1 {
    top: 0;
  }
  .line-wrap_mobile .line.line_2 {
    top: 50%;
  }
  .line-wrap_mobile .line.line_3 {
    top: 100%;
  }
  .line-wrap_mobile.opened {
    text-decoration: none;
    color: #95a5a6;
    display: inline-block;
    position: fixed;
    height: 50px;
    width: 50px;
    left: auto;
    right: 0;
    top: 0;
  }
  .line-wrap_mobile.opened .line {
    background: #fff;
    left: auto;
    right: 10px;
  }
  .line-wrap_mobile.opened:hover, .line-wrap_mobile.opened:focus {
    color: inherit;
  }

  .mm-navbar-bottom {
    height: 85px;
  }

  #menu {
    background-color: rgba(255, 255, 255, 0.98);
    overflow: hidden;
  }
  #menu .mm-navbar-top {
    background: url(../../../mobile/theme-koton/images/nav-logo.png) no-repeat 50% 50%;
    background-size: 100px 24px;
    background-color: rgba(255, 255, 255, 0.98);
    border-bottom: 3px solid #f1eff0;
    color: #fff;
    height: 45px;
  }
  #menu .mm-navbar-top .mm-title {
    line-height: 44px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.6px;
    font-size: 18px;
    color: #fff;
    padding: 0;
    width: 84px;
    height: 17px;
    text-indent: -9999px;
  }
  #menu .mm-navbar-top .mm-close {
    color: #fff;
    cursor: pointer;
    height: 45px;
    width: 60px;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    padding: 0;
  }
  #menu .mm-navbar-top .mm-close:before, #menu .mm-navbar-top .mm-close:after {
    content: "";
    height: 4px;
    border-radius: 3px;
    background: #020202;
    width: 40%;
    top: 50%;
    right: 16px;
    position: absolute;
    margin-top: -2px;
  }
  #menu .mm-navbar-top .mm-close:before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #menu .mm-navbar-top .mm-close:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #menu .mm-navbar-top .mm-prev {
    height: 40px;
  }
  #menu .mm-navbar-top .mm-prev:before {
    width: 14px;
    height: 14px;
    border-color: #020202;
    border-width: 3px;
    width: 12px;
    height: 12px;
    left: 19px;
    top: 3px;
  }
  #menu .mm-listview > li {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #000;
  }
  #menu .mm-listview > li > a {
    padding-left: 15px;
    padding-top: 14px;
    padding-bottom: 13px;
    border-bottom: 1px solid #f1eff0;
    background: transparent;
    line-height: 1;
    text-transform: uppercase;
    font-weight: normal;
  }
  #menu .mm-listview > li > span {
    padding-left: 15px;
    padding-top: 14px;
    padding-bottom: 13px;
    line-height: 1;
    text-transform: uppercase;
  }
  #menu .mm-listview > li.order-tracking {
    margin-top: 10px;
  }
  #menu .mm-listview > li.order-tracking a {
    border: none;
    background: url(../../../mobile/theme-koton/images/order-tracking-icon.png) no-repeat 12px 15px;
    background-size: 19px 15.5px;
    padding-left: 36px;
    text-transform: capitalize;
    padding-top: 14px;
    padding-bottom: 7px;
  }
  #menu .mm-listview > li.country-selecting {
    margin-top: 10px;
  }
  #menu .mm-listview > li.country-selecting a {
    border: none;
    background: url(../../../mobile/theme-koton/images/teslimat-hamburger-dunya-icon.png) no-repeat 12px 15px;
    background-size: 20px 19px;
    padding-left: 36px;
    text-transform: capitalize;
    padding-top: 17px;
    padding-bottom: 7px;
    font-size: 15px;
  }
  #menu .mm-listview > li.country-selecting a span {
    font-size: 12px;
    float: right;
    line-height: 15px;
    text-decoration: underline;
  }
  #menu .mm-listview > li.location a {
    border: none;
    background: url(../../../mobile/theme-koton/images/location-icon.png) no-repeat 15px 15px;
    background-size: 16px 20px;
    padding-left: 36px;
    text-transform: capitalize;
  }
  #menu .mm-listview > li.support a {
    border: none;
    background: url(../../../mobile/theme-koton/images/support-icon.png) no-repeat 15px 50%;
    background-size: 18px 18px;
    padding-left: 40px;
    text-transform: capitalize;
  }
  #menu .mm-listview > li.see-all a {
    font-weight: 600;
    font-family: "Sweet Sans Bold", "Arial", sans-serif;
    text-transform: uppercase !important;
  }
  #menu .mm-listview .mm-next {
    width: 100%;
  }
  #menu .mm-listview .mm-next:after {
    width: 8px;
    height: 8px;
    right: 25px;
    border-color: #000;
    border-width: 1px;
  }
  #menu .cd-secondary-dropdown li a {
    text-transform: capitalize;
  }

  .mm-panels {
    overflow: visible;
    z-index: 30;
    bottom: 42px !important;
    top: 140px !important;
  }
  .mm-panels .top-block {
    width: 100%;
    height: 94px;
    top: 42px;
    right: auto;
    left: 0;
    position: fixed;
    display: block !important;
    padding: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    z-index: 999;
  }
  .mm-panels .top-block:before, .mm-panels .top-block:after {
    height: auto;
  }
  .mm-panels .bottom-block {
    width: 100%;
    height: 42px;
    position: absolute;
    left: 0;
    bottom: 0;
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    position: fixed;
    display: block !important;
    padding: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    z-index: 999;
  }
  .mm-panels .bottom-block:before, .mm-panels .bottom-block:after {
    height: auto;
  }
  .mm-panels .bottom-block #menuContainer {
    display: block;
  }
  .mm-panels .bottom-block #menuContainer .menulist {
    zoom: 1;
    margin: 0;
  }
  .mm-panels .bottom-block #menuContainer .menulist:before, .mm-panels .bottom-block #menuContainer .menulist:after {
    content: "";
    display: table;
  }
  .mm-panels .bottom-block #menuContainer .menulist:after {
    clear: both;
  }
  .mm-panels .bottom-block #menuContainer .menulist li {
    height: 42px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background: red;
    float: left;
    width: 50%;
  }
  .mm-panels .bottom-block #menuContainer .menulist li:nth-child(4) {
    text-align: right;
  }
  .mm-panels .bottom-block #menuContainer .menulist li a {
    border-color: #d6d1d1;
    display: block;
    text-transform: capitalize;
    padding: 0 10px !important;
    font-weight: 500;
    font-size: 17px;
    height: 42px;
    line-height: 41px;
    color: #232323;
    background: #ececec;
    padding: 0 15px !important;
    margin: 0 !important;
    border-bottom: none;
  }
  .mm-panels .bottom-block #menuContainer .menulist li a:before {
    display: inline-block;
    font-family: "fontello";
    font-size: 16px;
    font-weight: normal;
    position: relative;
    top: 0;
    margin-right: 4px;
    line-height: 1;
  }
  .mm-panels .bottom-block #menuContainer .menulist li.location {
    border-bottom: none;
    border-right: 1px solid #d6d1d1;
  }
  .mm-panels .bottom-block #menuContainer .menulist li.location a:before {
    content: "";
    font-size: 18px;
    top: 0;
    margin-right: 6px;
  }
  .mm-panels .bottom-block #menuContainer .menulist li.support {
    border-bottom: none;
    text-align: right;
  }
  .mm-panels .bottom-block #menuContainer .menulist li.support a:after {
    display: inline-block;
    font-family: "fontello";
    font-size: 16px;
    font-weight: normal;
    position: relative;
    top: 0;
    margin-right: 4px;
    content: "";
    font-size: 16px;
    top: 0;
    margin-right: 4px;
    margin-left: 6px;
  }
  .mm-panels .bottom-block #menuContainer .menulist li.login {
    border-right: 1px solid #d6d1d1;
  }
  .mm-panels .bottom-block #menuContainer .menulist li.login a {
    text-align: center;
  }
  .mm-panels .bottom-block #menuContainer .menulist li.unlogin {
    width: 50%;
    text-align: center;
    border-top: 1px solid #cecece;
  }
  .mm-panels .bottom-block #menuContainer .menulist li.unlogin:first-child {
    border-right: 1px solid #cecece;
  }
  .mm-panels .bottom-block #menuContainer .menulist li.unlogin a {
    background: #f3f3f3;
    color: #000;
  }
  .mm-panels .bottom-block #menuContainer .menulist li.logout {
    text-align: center;
  }
  .mm-panels .bottom-block #menuContainer .menulist li.logout a {
    border-bottom: none;
  }

  #menu .mm-listview > li.has-children > a {
    position: relative;
    width: calc(100% - 26px);
    height: 96px;
    margin-bottom: 16px !important;
    line-height: 96px !important;
    display: block !important;
    background-size: 304px 96px;
    background-repeat: no-repeat;
    background-position: right;
    font-size: 14px;
    font-weight: 600;
    font-family: "Sweet Sans Bold", "Arial", sans-serif;
    padding-right: 13px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background-color: #e3e3e3;
    background-size: cover;
  }

  .mm-listitem:after {
    border: none;
  }

  .ktn-hamburger-header-content {
    display: none !important;
  }

  :root {
    --mm-line-height: 20px;
    --mm-listitem-size: 44px;
    --mm-navbar-size: 44px;
    --mm-offset-top: 0;
    --mm-offset-right: 0;
    --mm-offset-bottom: 0;
    --mm-offset-left: 0;
    --mm-color-border: rgba(0, 0, 0, 0.1);
    --mm-color-button: rgba(0, 0, 0, 0.3);
    --mm-color-text: rgba(0, 0, 0, 0.75);
    --mm-color-text-dimmed: rgba(0, 0, 0, 0.3);
    --mm-color-background: #f3f3f3;
    --mm-color-background-highlight: rgba(0, 0, 0, 0.05);
    --mm-color-background-emphasis: rgba(255, 255, 255, 0.4);
    --mm-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }

  .mm-hidden {
    display: none !important;
  }

  .mm-wrapper {
    overflow-x: hidden;
    position: relative;
  }

  .mm-menu {
    background: var(--mm-color-background);
    border-color: var(--mm-color-border);
    color: var(--mm-color-text);
    line-height: var(--mm-line-height);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    position: absolute;
    top: var(--mm-offset-top);
    right: var(--mm-offset-right);
    bottom: var(--mm-offset-bottom);
    left: var(--mm-offset-left);
    z-index: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .mm-menu a,
.mm-menu a:active,
.mm-menu a:hover,
.mm-menu a:link,
.mm-menu a:visited {
    color: inherit;
    text-decoration: none;
  }

  [dir=rtl] .mm-menu {
    direction: rtl;
  }

  .mm-panel {
    background: #fff;
    border-color: var(--mm-color-border);
    color: var(--mm-color-text);
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }

  .mm-panel:not(.mm-hidden) {
    display: block;
  }

  .mm-panel:after {
    content: "";
    display: block;
    height: 20px;
  }

  .mm-panel_opened {
    z-index: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .mm-panel_opened-parent {
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
  }

  .mm-panel_highest {
    z-index: 2;
  }

  .mm-panel_noanimation {
    -webkit-transition: none !important;
    transition: none !important;
  }

  .mm-panel_noanimation.mm-panel_opened-parent {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .mm-panel__content {
    padding: 20px;
  }

  .mm-panels {
    background: var(--mm-color-background);
    border-color: var(--mm-color-border);
    color: var(--mm-color-text);
    position: relative;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
  }

  .mm-panels > .mm-panel {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
  }

  [dir=rtl] .mm-panel:not(.mm-panel_opened) {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  [dir=rtl] .mm-panel.mm-panel_opened-parent {
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0);
  }

  .mm-listitem_vertical > .mm-panel {
    -webkit-transform: none !important;
    transform: none !important;
    display: none;
    width: 100%;
    padding: 10px 0 10px 10px;
  }

  .mm-listitem_vertical > .mm-panel:after,
.mm-listitem_vertical > .mm-panel:before {
    content: none;
    display: none;
  }

  .mm-listitem_opened > .mm-panel {
    display: block;
  }

  .mm-listitem_vertical > .mm-listitem__btn {
    height: 44px;
    height: var(--mm-listitem-size);
    bottom: auto;
  }

  .mm-listitem_vertical .mm-listitem:last-child:after {
    border-color: transparent;
  }

  .mm-listitem_opened > .mm-listitem__btn:after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    right: 19px;
  }

  .mm-btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 44px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0;
  }

  .mm-btn:after,
.mm-btn:before {
    border-color: var(--mm-color-button);
    border-width: 2px;
    border-style: solid;
  }

  .mm-btn_next:after,
.mm-btn_prev:before {
    content: "";
    border-bottom: none;
    border-right: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
  }

  .mm-btn_prev:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 23px;
    right: auto;
  }

  .mm-btn_next:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 23px;
    left: auto;
  }

  .mm-btn_close:after,
.mm-btn_close:before {
    content: "";
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .mm-btn_close:before {
    border-right: none;
    border-bottom: none;
    right: 18px;
  }

  .mm-btn_close:after {
    border-left: none;
    border-top: none;
    right: 25px;
  }

  [dir=rtl] .mm-btn_next:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 23px;
    right: auto;
  }

  [dir=rtl] .mm-btn_prev:before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 23px;
    left: auto;
  }

  [dir=rtl] .mm-btn_close:after,
[dir=rtl] .mm-btn_close:before {
    right: auto;
  }

  [dir=rtl] .mm-btn_close:before {
    left: 25px;
  }

  [dir=rtl] .mm-btn_close:after {
    left: 18px;
  }

  .mm-navbar {
    background: var(--mm-color-background);
    border-color: var(--mm-color-border);
    color: var(--mm-color-text-dimmed);
    text-align: center;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: var(--mm-navbar-size);
    opacity: 1;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }

  .mm-navbar > * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: calc((var(--mm-navbar-size) - var(--mm-line-height)) * 0.5);
    padding-left: 0;
    padding-right: 0;
  }

  .mm-navbar a,
.mm-navbar a:hover {
    text-decoration: none;
  }

  .mm-navbar__title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
  }

  .mm-navbar__btn {
    position: relative;
  }

  .mm-navbar__btn:first-child {
    text-align: left;
  }

  .mm-navbar__btn:last-child {
    text-align: right;
  }

  [dir=rtl] .mm-navbar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  [dir=rtl] .mm-navbar__btn:first-child {
    text-align: right;
  }

  [dir=rtl] .mm-navbar__btn:last-child {
    text-align: left;
  }

  .mm-listview {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
  }

  .mm-listitem {
    color: var(--mm-color-text);
    border-color: var(--mm-color-border);
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .mm-listitem:after {
    content: "";
    border-color: inherit;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    left: 20px;
    right: 0;
    bottom: 0;
  }

  .mm-listitem a,
.mm-listitem a:hover {
    text-decoration: none;
  }

  .mm-listitem__btn,
.mm-listitem__text {
    color: inherit;
    display: block;
    padding: calc((var(--mm-listitem-size) - var(--mm-line-height)) / 2);
    padding-left: 0;
    padding-right: 0;
  }

  .mm-listitem__text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 10px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
  }

  .mm-listitem__btn {
    -webkit-tap-highlight-color: var(--mm-color-background-emphasis);
    tap-highlight-color: var(--mm-color-background-emphasis);
    background: rgba(3, 2, 1, 0);
    border-color: inherit;
    width: auto;
    padding-right: 54px;
    position: relative;
  }

  .mm-listitem__btn:not(.mm-listitem__text) {
    border-left-width: 1px;
    border-left-style: solid;
  }

  .mm-listitem_selected > .mm-listitem__text {
    background: var(--mm-color-background-emphasis);
  }

  .mm-listitem_opened > .mm-listitem__btn,
.mm-listitem_opened > .mm-panel {
    background: var(--mm-color-background-highlight);
  }

  [dir=rtl] .mm-listitem:after {
    left: 0;
    right: 20px;
  }

  [dir=rtl] .mm-listitem__text {
    padding-left: 10px;
    padding-right: 20px;
  }

  [dir=rtl] .mm-listitem__btn {
    padding-left: 54px;
    border-left-width: 0;
    border-left-style: none;
  }

  [dir=rtl] .mm-listitem__btn:not(.mm-listitem__text) {
    padding-right: 0;
    border-right-width: 1px;
    border-right-style: solid;
  }

  .mm-page {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }

  .mm-slideout {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    z-index: 1;
  }

  .mm-wrapper_opened {
    overflow-x: hidden;
    position: relative;
  }

  .mm-wrapper_background .mm-page {
    background: inherit;
  }

  .mm-menu_offcanvas {
    position: fixed;
    right: auto;
    z-index: 0;
  }

  .mm-menu_offcanvas:not(.mm-menu_opened) {
    display: none;
  }

  .mm-menu_offcanvas {
    width: 80%;
    min-width: 240px;
    max-width: 440px;
  }

  .mm-wrapper_opening .mm-menu_offcanvas ~ .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}
@media screen and (max-width: 1120px) and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_offcanvas ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0);
  }
}
@media screen and (max-width: 1120px) and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_offcanvas ~ .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}
@media screen and (max-width: 1120px) {
  .mm-wrapper__blocker {
    background: rgba(3, 2, 1, 0);
    overflow: hidden;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
  }
}
@media screen and (max-width: 1120px) {
  .mm-wrapper_blocking {
    overflow: hidden;
  }
}
@media screen and (max-width: 1120px) {
  .mm-wrapper_blocking body {
    overflow: hidden;
  }
}
@media screen and (max-width: 1120px) {
  .mm-wrapper_blocking .mm-wrapper__blocker {
    display: block;
    background: rgba(0, 0, 0, 0.5);
  }
}
@media screen and (max-width: 1120px) {
  .ktn-hamburger-myAccount .ktn-hamburger-language-menu {
    display: none !important;
  }
}
@media screen and (max-width: 1120px) {
  nav#menu .ktn-hamburger-myAccount .ktn-hamburger-order-menu {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 1120px) {
  .mm-sronly {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    width: 1px !important;
    min-width: 1px !important;
    height: 1px !important;
    min-height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_autoheight {
    -webkit-transition: none 0.4s ease;
    transition: none 0.4s ease;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_autoheight:not(.mm-menu_offcanvas) {
    position: relative;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_autoheight.mm-menu_position-bottom,
.mm-menu_autoheight.mm-menu_position-top {
    max-height: 80%;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_autoheight-measuring .mm-panel {
    display: block !important;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_autoheight-measuring .mm-listitem_vertical:not(.mm-listitem_opened) .mm-panel {
    display: none !important;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_autoheight-measuring .mm-panels > .mm-panel {
    bottom: auto !important;
    height: auto !important;
  }
}
@media screen and (max-width: 1120px) {
  [class*=mm-menu_columns-] {
    -webkit-transition-property: width;
    transition-property: width;
  }
}
@media screen and (max-width: 1120px) {
  [class*=mm-menu_columns-] .mm-panels > .mm-panel {
    right: auto;
    -webkit-transition-property: width, -webkit-transform;
    transition-property: width, -webkit-transform;
    transition-property: width, transform;
    transition-property: width, transform, -webkit-transform;
  }
}
@media screen and (max-width: 1120px) {
  [class*=mm-menu_columns-] .mm-panels > .mm-panel_opened,
[class*=mm-menu_columns-] .mm-panels > .mm-panel_opened-parent {
    display: block !important;
  }
}
@media screen and (max-width: 1120px) {
  [class*=mm-panel_columns-] {
    border-right: 1px solid;
    border-color: inherit;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_columns-1 .mm-panel_columns-0,
.mm-menu_columns-2 .mm-panel_columns-1,
.mm-menu_columns-3 .mm-panel_columns-2,
.mm-menu_columns-4 .mm-panel_columns-3 {
    border-right: none;
  }
}
@media screen and (max-width: 1120px) {
  [class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-0 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_columns-0 .mm-panels > .mm-panel {
    z-index: 0;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_columns-0 .mm-panels > .mm-panel else {
    width: 100%;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_columns-0 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_columns-0 {
    width: 80%;
    min-width: 240px;
    max-width: 0;
  }
}
@media screen and (max-width: 1120px) {
  .mm-wrapper_opening .mm-menu_columns-0 ~ .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}
@media screen and (max-width: 1120px) and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-0 ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0);
  }
}
@media screen and (max-width: 1120px) and (min-width: 0px) {
  .mm-wrapper_opening .mm-menu_columns-0 ~ .mm-slideout {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 1120px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
  }
}
@media screen and (max-width: 1120px) and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0);
  }
}
@media screen and (max-width: 1120px) and (min-width: 0px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 1120px) {
  [class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-1 {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_columns-1 .mm-panels > .mm-panel {
    z-index: 1;
    width: 100%;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_columns-1 .mm-panels > .mm-panel else {
    width: 100%;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_columns-1 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_columns-1 {
    width: 80%;
    min-width: 240px;
    max-width: 440px;
  }
}
@media screen and (max-width: 1120px) {
  .mm-wrapper_opening .mm-menu_columns-1 ~ .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}
@media screen and (max-width: 1120px) and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-1 ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0);
  }
}
@media screen and (max-width: 1120px) and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_columns-1 ~ .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}
@media screen and (max-width: 1120px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
  }
}
@media screen and (max-width: 1120px) and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0);
  }
}
@media screen and (max-width: 1120px) and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
  }
}
@media screen and (max-width: 1120px) {
  [class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-2 {
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_columns-2 .mm-panels > .mm-panel {
    z-index: 2;
    width: 50%;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_columns-2 .mm-panels > .mm-panel else {
    width: 100%;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_columns-2 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
    -webkit-transform: translate3d(300%, 0, 0);
    transform: translate3d(300%, 0, 0);
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_columns-2 {
    width: 80%;
    min-width: 240px;
    max-width: 880px;
  }
}
@media screen and (max-width: 1120px) {
  .mm-wrapper_opening .mm-menu_columns-2 ~ .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}
@media screen and (max-width: 1120px) and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-2 ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0);
  }
}
@media screen and (max-width: 1120px) and (min-width: 1100px) {
  .mm-wrapper_opening .mm-menu_columns-2 ~ .mm-slideout {
    -webkit-transform: translate3d(880px, 0, 0);
    transform: translate3d(880px, 0, 0);
  }
}
@media screen and (max-width: 1120px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
  }
}
@media screen and (max-width: 1120px) and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0);
  }
}
@media screen and (max-width: 1120px) and (min-width: 1100px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-880px, 0, 0);
    transform: translate3d(-880px, 0, 0);
  }
}
@media screen and (max-width: 1120px) {
  [class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-3 {
    -webkit-transform: translate3d(300%, 0, 0);
    transform: translate3d(300%, 0, 0);
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_columns-3 .mm-panels > .mm-panel {
    z-index: 3;
    width: 33.34%;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_columns-3 .mm-panels > .mm-panel else {
    width: 100%;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_columns-3 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
    -webkit-transform: translate3d(400%, 0, 0);
    transform: translate3d(400%, 0, 0);
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_columns-3 {
    width: 80%;
    min-width: 240px;
    max-width: 1320px;
  }
}
@media screen and (max-width: 1120px) {
  .mm-wrapper_opening .mm-menu_columns-3 ~ .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}
@media screen and (max-width: 1120px) and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-3 ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0);
  }
}
@media screen and (max-width: 1120px) and (min-width: 1650px) {
  .mm-wrapper_opening .mm-menu_columns-3 ~ .mm-slideout {
    -webkit-transform: translate3d(1320px, 0, 0);
    transform: translate3d(1320px, 0, 0);
  }
}
@media screen and (max-width: 1120px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
  }
}
@media screen and (max-width: 1120px) and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0);
  }
}
@media screen and (max-width: 1120px) and (min-width: 1650px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-1320px, 0, 0);
    transform: translate3d(-1320px, 0, 0);
  }
}
@media screen and (max-width: 1120px) {
  [class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-4 {
    -webkit-transform: translate3d(400%, 0, 0);
    transform: translate3d(400%, 0, 0);
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_columns-4 .mm-panels > .mm-panel {
    z-index: 4;
    width: 25%;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_columns-4 .mm-panels > .mm-panel else {
    width: 100%;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_columns-4 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
    -webkit-transform: translate3d(500%, 0, 0);
    transform: translate3d(500%, 0, 0);
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_columns-4 {
    width: 80%;
    min-width: 240px;
    max-width: 1760px;
  }
}
@media screen and (max-width: 1120px) {
  .mm-wrapper_opening .mm-menu_columns-4 ~ .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}
@media screen and (max-width: 1120px) and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-4 ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0);
  }
}
@media screen and (max-width: 1120px) and (min-width: 2200px) {
  .mm-wrapper_opening .mm-menu_columns-4 ~ .mm-slideout {
    -webkit-transform: translate3d(1760px, 0, 0);
    transform: translate3d(1760px, 0, 0);
  }
}
@media screen and (max-width: 1120px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
  }
}
@media screen and (max-width: 1120px) and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0);
  }
}
@media screen and (max-width: 1120px) and (min-width: 2200px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-1760px, 0, 0);
    transform: translate3d(-1760px, 0, 0);
  }
}
@media screen and (max-width: 1120px) {
  [class*=mm-menu_columns-].mm-menu_position-bottom,
[class*=mm-menu_columns-].mm-menu_position-top {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}
@media screen and (max-width: 1120px) {
  .mm-wrapper_opening [class*=mm-menu_columns-].mm-menu_position-front {
    -webkit-transition-property: width, min-width, max-width, -webkit-transform;
    transition-property: width, min-width, max-width, -webkit-transform;
    transition-property: width, min-width, max-width, transform;
    transition-property: width, min-width, max-width, transform, -webkit-transform;
  }
}
@media screen and (max-width: 1120px) {
  .mm-counter {
    color: var(--mm-color-text-dimmed);
    text-align: right;
    display: block;
    padding-left: 20px;
    float: right;
  }
}
@media screen and (max-width: 1120px) {
  .mm-listitem_nosubitems > .mm-counter {
    display: none;
  }
}
@media screen and (max-width: 1120px) {
  [dir=rtl] .mm-counter {
    text-align: left;
    float: left;
    padding-left: 0;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1120px) {
  .mm-divider {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    font-size: 75%;
    text-transform: uppercase;
    background: var(--mm-color-background);
    position: sticky;
    z-index: 1;
    top: 0;
    min-height: var(--mm-line-height);
    padding: calc(((var(--mm-listitem-size) * 0.65) - var(--mm-line-height)) * 0.5);
    padding-right: 10px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1120px) {
  .mm-divider:before {
    content: "";
    background: var(--mm-color-background-highlight);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_dividers-light .mm-divider {
    font-size: inherit;
    color: var(--mm-color-text-dimmed);
    padding-top: calc((var(--mm-listitem-size) - var(--mm-line-height)) * 0.75);
    padding-bottom: calc((var(--mm-listitem-size) - var(--mm-line-height)) * 0.25);
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_dividers-light .mm-divider:before {
    background: inherit;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_border-none .mm-divider {
    border-top-width: 1px;
    border-top-style: solid;
  }
}
@media screen and (max-width: 1120px) {
  .mm-wrapper_dragging .mm-menu,
.mm-wrapper_dragging .mm-slideout {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_dropdown {
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    height: 80%;
  }
}
@media screen and (max-width: 1120px) {
  .mm-wrapper_dropdown .mm-slideout {
    -webkit-transform: none !important;
    transform: none !important;
    z-index: 0;
  }
}
@media screen and (max-width: 1120px) {
  .mm-wrapper_dropdown .mm-wrapper__blocker {
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
    z-index: 1;
  }
}
@media screen and (max-width: 1120px) {
  .mm-wrapper_dropdown .mm-menu_dropdown {
    z-index: 2;
  }
}
@media screen and (max-width: 1120px) {
  .mm-wrapper_dropdown.mm-wrapper_opened:not(.mm-wrapper_opening) .mm-menu_dropdown {
    display: none;
  }
}
@media screen and (max-width: 1120px) {
  [class*=mm-menu_tip-]:before {
    content: "";
    background: inherit;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    z-index: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_tip-left:before {
    left: 22px;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_tip-right:before {
    right: 22px;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_tip-top:before {
    top: -8px;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_tip-bottom:before {
    bottom: -8px;
  }
}
@media screen and (max-width: 1120px) {
  :root {
    --mm-iconbar-size: 44px;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_iconbar-left .mm-navbars_bottom,
.mm-menu_iconbar-left .mm-navbars_top,
.mm-menu_iconbar-left .mm-panels {
    margin-left: var(--mm-iconbar-size);
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_iconbar-left .mm-iconbar {
    border-right-width: 1px;
    display: block;
    left: 0;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_iconbar-right .mm-navbars_bottom,
.mm-menu_iconbar-right .mm-navbars_top,
.mm-menu_iconbar-right .mm-panels {
    margin-right: var(--mm-iconbar-size);
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_iconbar-right .mm-iconbar {
    border-left-width: 1px;
    display: block;
    right: 0;
  }
}
@media screen and (max-width: 1120px) {
  .mm-iconbar {
    background: var(--mm-color-background);
    color: var(--mm-color-text-dimmed);
    border: 0 solid rgba(0, 0, 0, 0.1);
    border-color: var(--mm-color-border);
    text-align: center;
    overflow: hidden;
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: var(--mm-iconbar-size);
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
  }
}
@media screen and (max-width: 1120px) {
  .mm-iconbar__bottom,
.mm-iconbar__top {
    width: inherit;
    position: absolute;
  }
}
@media screen and (max-width: 1120px) {
  .mm-iconbar__bottom > *,
.mm-iconbar__top > * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 11px 0;
  }
}
@media screen and (max-width: 1120px) {
  .mm-iconbar__bottom a,
.mm-iconbar__bottom a:hover,
.mm-iconbar__top a,
.mm-iconbar__top a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 1120px) {
  .mm-iconbar__top {
    top: 0;
  }
}
@media screen and (max-width: 1120px) {
  .mm-iconbar__bottom {
    bottom: 0;
  }
}
@media screen and (max-width: 1120px) {
  .mm-iconbar__tab_selected {
    background: var(--mm-color-background-emphasis);
  }
}
@media screen and (max-width: 1120px) {
  :root {
    --mm-iconpanel-size: 44px;
  }
}
@media screen and (max-width: 1120px) {
  .mm-panel_iconpanel-1 {
    width: calc(100% - (var(--mm-iconpanel-size) * 1));
  }
}
@media screen and (max-width: 1120px) {
  .mm-panel_iconpanel-2 {
    width: calc(100% - (var(--mm-iconpanel-size) * 2));
  }
}
@media screen and (max-width: 1120px) {
  .mm-panel_iconpanel-3 {
    width: calc(100% - (var(--mm-iconpanel-size) * 3));
  }
}
@media screen and (max-width: 1120px) {
  .mm-panel_iconpanel-first ~ .mm-panel {
    width: calc(100% - var(--mm-iconpanel-size));
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_iconpanel .mm-panels > .mm-panel {
    left: auto;
    -webkit-transition-property: width, -webkit-transform;
    transition-property: width, -webkit-transform;
    transition-property: transform, width;
    transition-property: transform, width, -webkit-transform;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_iconpanel .mm-panels > .mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
    border-left-width: 1px;
    border-left-style: solid;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_iconpanel .mm-panels > .mm-panel_opened,
.mm-menu_iconpanel .mm-panels > .mm-panel_opened-parent {
    display: block !important;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_iconpanel .mm-panels > .mm-panel_opened-parent {
    overflow-y: hidden;
    -webkit-transform: unset;
    transform: unset;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_hidedivider .mm-panel_opened-parent .mm-divider,
.mm-menu_hidenavbar .mm-panel_opened-parent .mm-navbar {
    opacity: 0;
  }
}
@media screen and (max-width: 1120px) {
  .mm-panel__blocker {
    background: inherit;
    opacity: 0;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 3;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
}
@media screen and (max-width: 1120px) {
  .mm-panel_opened-parent .mm-panel__blocker {
    opacity: 0.6;
    bottom: -100000px;
  }
}
@media screen and (max-width: 1120px) {
  [dir=rtl] .mm-menu_iconpanel .mm-panels > .mm-panel {
    left: 0;
    right: auto;
    -webkit-transition-property: width, -webkit-transform;
    transition-property: width, -webkit-transform;
    transition-property: transform, width;
    transition-property: transform, width, -webkit-transform;
  }
}
@media screen and (max-width: 1120px) {
  [dir=rtl] .mm-menu_iconpanel .mm-panels > .mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
    border-left: none;
    border-right: 1px solid;
    border-color: inherit;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_keyboardfocus a:focus,
.mm-menu_keyboardfocus.mm-menu_opened ~ .mm-wrapper__blocker a:focus {
    outline: 0;
    background: var(--mm-color-background-emphasis);
  }
}
@media screen and (max-width: 1120px) {
  .mm-wrapper__blocker .mm-tabstart {
    cursor: default;
    display: block;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 1120px) {
  .mm-wrapper__blocker .mm-tabend {
    opacity: 0;
    position: absolute;
    bottom: 0;
  }
}
@media screen and (max-width: 1120px) {
  .mm-navbars_bottom,
.mm-navbars_top {
    background: inherit;
    border-color: inherit;
    border-width: 0;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1120px) {
  .mm-navbars_bottom > .mm-navbar,
.mm-navbars_top > .mm-navbar {
    border-width: 0;
  }
}
@media screen and (max-width: 1120px) {
  .mm-navbars_bottom > .mm-navbar > :not(img):not(.mm-btn),
.mm-navbars_top > .mm-navbar > :not(img):not(.mm-btn) {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
@media screen and (max-width: 1120px) {
  .mm-navbars_top {
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }
}
@media screen and (max-width: 1120px) {
  .mm-navbars_bottom {
    border-top-style: solid;
    border-top-width: 1px;
  }
}
@media screen and (max-width: 1120px) {
  .mm-navbar__breadcrumbs {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    text-align: left;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 1120px) {
  .mm-navbar__breadcrumbs > * {
    display: inline-block;
    padding: calc((var(--mm-navbar-size) - var(--mm-line-height)) * 0.5);
    padding-left: 0;
    padding-right: 6px;
  }
}
@media screen and (max-width: 1120px) {
  .mm-navbar__breadcrumbs > a {
    text-decoration: underline;
  }
}
@media screen and (max-width: 1120px) {
  .mm-btn.mm-hidden + .mm-navbar__breadcrumbs {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1120px) {
  .mm-navbar__tab_selected {
    background: inherit !important;
    color: inherit !important;
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
  }
}
@media screen and (max-width: 1120px) {
  .mm-navbar__tab_selected:first-child {
    border-left: none;
  }
}
@media screen and (max-width: 1120px) {
  .mm-navbar__tab_selected:last-child {
    border-right: none;
  }
}
@media screen and (max-width: 1120px) {
  .mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs,
.mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar {
    background: inherit !important;
    color: inherit !important;
  }
}
@media screen and (max-width: 1120px) {
  .mm-navbars_top .mm-navbar_tabs:not(:last-child) {
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
}
@media screen and (max-width: 1120px) {
  .mm-navbars_top .mm-navbar__tab_selected {
    border-bottom: none;
    margin-bottom: -1px;
  }
}
@media screen and (max-width: 1120px) {
  .mm-navbars_top .mm-navbar_tabs:first-child .mm-navbar__tab_selected {
    border-top: none;
  }
}
@media screen and (max-width: 1120px) {
  .mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar {
    background: inherit;
    color: inherit;
  }
}
@media screen and (max-width: 1120px) {
  .mm-navbars_bottom .mm-navbar_tabs:not(:first-child) {
    border-top-width: 1px;
    border-top-style: solid;
  }
}
@media screen and (max-width: 1120px) {
  .mm-navbars_bottom .mm-navbar__tab_selected {
    border-top: none;
    margin-top: -1px;
  }
}
@media screen and (max-width: 1120px) {
  .mm-navbars_bottom .mm-navbar_tabs:last-child .mm-navbar__tab_selected {
    border-bottom: none;
  }
}
@media screen and (max-width: 1120px) {
  .mm-navbar_tabs > a:not(.mm-navbar__tab_selected),
.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar,
.mm-navbars_top.mm-navbars_has-tabs > .mm-navbar:not(.mm-navbar_tabs) {
    background: var(--mm-color-background-emphasis);
    color: var(--mm-color-text-dimmed);
  }
}
@media screen and (max-width: 1120px) {
  .mm-searchfield {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: var(--mm-navbar-size);
    padding: 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 1120px) {
  .mm-searchfield input {
    border: none !important;
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 4px;
    font: inherit;
    font-size: inherit;
    line-height: calc(var(--mm-navbar-size) * 0.7);
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: calc(var(--mm-navbar-size) * 0.7);
    min-height: unset;
    max-height: unset;
    margin: 0;
    padding: 0 10px;
  }
}
@media screen and (max-width: 1120px) {
  .mm-searchfield input,
.mm-searchfield input:focus,
.mm-searchfield input:hover {
    background: var(--mm-color-background-highlight);
    color: var(--mm-color-text);
  }
}
@media screen and (max-width: 1120px) {
  .mm-searchfield input::-ms-clear {
    display: none;
  }
}
@media screen and (max-width: 1120px) {
  .mm-searchfield__input {
    padding: 6.6px 10px 0 10px;
    padding-top: calc(var(--mm-navbar-size) * 0.15);
    position: relative;
  }
}
@media screen and (max-width: 1120px) {
  .mm-panel__noresultsmsg {
    color: var(--mm-color-text-dimmed);
    text-align: center;
    font-size: 150%;
    padding: 44px 0;
  }
}
@media screen and (max-width: 1120px) {
  .mm-searchfield__btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 1120px) {
  .mm-panel_search {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    border-left: none !important;
  }
}
@media screen and (max-width: 1120px) {
  .mm-searchfield__input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1120px) {
  .mm-searchfield__cancel {
    line-height: var(--mm-navbar-size);
    text-decoration: none;
    display: block;
    padding-right: 10px;
    margin-right: -100px;
    -webkit-transition: margin 0.4s ease;
    transition: margin 0.4s ease;
  }
}
@media screen and (max-width: 1120px) {
  .mm-searchfield__cancel-active {
    margin-right: 0;
  }
}
@media screen and (max-width: 1120px) {
  .mm-listitem_nosubitems > .mm-listitem__btn {
    display: none;
  }
}
@media screen and (max-width: 1120px) {
  .mm-listitem_nosubitems > .mm-listitem__text {
    padding-right: 10px;
  }
}
@media screen and (max-width: 1120px) {
  .mm-sectionindexer {
    background: inherit;
    text-align: center;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px;
    z-index: 5;
    -webkit-transition: right 0.4s ease;
    transition: right 0.4s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
}
@media screen and (max-width: 1120px) {
  .mm-sectionindexer a {
    color: var(--mm-color-text-dimmed);
    line-height: 1;
    text-decoration: none;
    display: block;
  }
}
@media screen and (max-width: 1120px) {
  .mm-sectionindexer ~ .mm-panel {
    padding-right: 0;
    -webkit-transition: padding-right 0.4s ease;
    transition: padding-right 0.4s ease;
  }
}
@media screen and (max-width: 1120px) {
  .mm-sectionindexer_active {
    right: 0;
  }
}
@media screen and (max-width: 1120px) {
  .mm-sectionindexer_active ~ .mm-panel {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1120px) {
  :root {
    --mm-sidebar-collapsed-size: 44px;
    --mm-sidebar-expanded-size: 440px;
  }
}
@media screen and (max-width: 1120px) {
  .mm-wrapper_sidebar-collapsed body,
.mm-wrapper_sidebar-expanded body {
    position: relative;
  }
}
@media screen and (max-width: 1120px) {
  .mm-wrapper_sidebar-collapsed .mm-slideout,
.mm-wrapper_sidebar-expanded .mm-slideout {
    -webkit-transition-property: width, -webkit-transform;
    transition-property: width, -webkit-transform;
    transition-property: width, transform;
    transition-property: width, transform, -webkit-transform;
  }
}
@media screen and (max-width: 1120px) {
  .mm-wrapper_sidebar-collapsed .mm-page,
.mm-wrapper_sidebar-expanded .mm-page {
    background: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 100vh;
  }
}
@media screen and (max-width: 1120px) {
  .mm-wrapper_sidebar-collapsed .mm-menu_sidebar-collapsed,
.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    top: 0 !important;
    right: auto !important;
    bottom: 0 !important;
    left: 0 !important;
  }
}
@media screen and (max-width: 1120px) {
  .mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidedivider .mm-divider,
.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidenavbar .mm-navbar {
    opacity: 0;
  }
}
@media screen and (max-width: 1120px) {
  .mm-wrapper_sidebar-collapsed .mm-slideout {
    width: calc(100% - var(--mm-sidebar-collapsed-size));
    -webkit-transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0);
    transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0);
  }
}
@media screen and (max-width: 1120px) {
  .mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
    border-right-width: 1px;
    border-right-style: solid;
    min-width: 0 !important;
    max-width: 100000px !important;
  }
}
@media screen and (max-width: 1120px) {
  .mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded.mm-menu_pageshadow:after {
    content: none;
    display: none;
  }
}
@media screen and (max-width: 1120px) {
  .mm-wrapper_sidebar-expanded.mm-wrapper_blocking,
.mm-wrapper_sidebar-expanded.mm-wrapper_blocking body {
    overflow: visible;
  }
}
@media screen and (max-width: 1120px) {
  .mm-wrapper_sidebar-expanded .mm-wrapper__blocker {
    display: none !important;
  }
}
@media screen and (max-width: 1120px) {
  .mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened ~ .mm-slideout {
    width: calc(100% - var(--mm-sidebar-expanded-size));
    -webkit-transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0);
    transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0);
  }
}
@media screen and (max-width: 1120px) {
  .mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
    width: var(--mm-sidebar-expanded-size);
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu__blocker {
    background: rgba(3, 2, 1, 0);
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_opened .mm-menu__blocker {
    display: none;
  }
}
@media screen and (max-width: 1120px) {
  [dir=rtl].mm-wrapper_sidebar-collapsed .mm-slideout {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 1120px) {
  [dir=rtl].mm-wrapper_sidebar-expanded .mm-slideout {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 1120px) {
  [dir=rtl].mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 1120px) {
  input.mm-toggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background: var(--mm-color-border);
    border-radius: 34px;
    display: inline-block;
    min-width: 58px;
    width: 58px;
    height: 34px;
    margin: 0 10px;
    margin-top: calc((var(--mm-listitem-size) - 34px) / 2);
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
  }
}
@media screen and (max-width: 1120px) {
  input.mm-toggle:before {
    content: "";
    background: var(--mm-color-background);
    border-radius: 34px;
    display: block;
    width: 32px;
    height: 32px;
    margin: 1px;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }
}
@media screen and (max-width: 1120px) {
  input.mm-toggle:checked {
    background: #4bd963;
  }
}
@media screen and (max-width: 1120px) {
  input.mm-toggle:checked:before {
    -webkit-transform: translateX(24px);
    transform: translateX(24px);
  }
}
@media screen and (max-width: 1120px) {
  input.mm-check {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    display: inline-block;
    width: 34px;
    height: 34px;
    margin: 0 10px;
    margin-top: calc((var(--mm-listitem-size) - 34px) / 2);
  }
}
@media screen and (max-width: 1120px) {
  input.mm-check:before {
    border-color: var(--mm-color-text);
    content: "";
    display: block;
    border-left: 3px solid;
    border-bottom: 3px solid;
    width: 40%;
    height: 20%;
    margin: 25% 0 0 20%;
    opacity: 0.3;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
}
@media screen and (max-width: 1120px) {
  input.mm-check:checked:before {
    opacity: 1;
  }
}
@media screen and (max-width: 1120px) {
  [dir=rtl] input.mm-toggle:checked ~ label.mm-toggle:before {
    float: left;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_border-none .mm-listitem:after,
.mm-panel_border-none .mm-listitem:after {
    content: none;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_border-full .mm-listitem:after,
.mm-panel_border-full .mm-listitem:after {
    left: 0 !important;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_border-offset .mm-listitem:after,
.mm-panel_border-offset .mm-listitem:after {
    right: 20px;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_fx-menu-zoom {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
}
@media screen and (max-width: 1120px) {
  .mm-wrapper_opened .mm-menu_fx-menu-zoom {
    -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
    transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@media screen and (max-width: 1120px) {
  .mm-wrapper_opening .mm-menu_fx-menu-zoom {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 1120px) {
  .mm-wrapper_opened .mm-menu_fx-menu-zoom.mm-menu_position-right {
    -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
    transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@media screen and (max-width: 1120px) {
  .mm-wrapper_opening .mm-menu_fx-menu-zoom.mm-menu_position-right {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_fx-menu-slide {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
}
@media screen and (max-width: 1120px) {
  .mm-wrapper_opened .mm-menu_fx-menu-slide {
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
  }
}
@media screen and (max-width: 1120px) {
  .mm-wrapper_opening .mm-menu_fx-menu-slide {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 1120px) {
  .mm-wrapper_opened .mm-menu_fx-menu-slide.mm-menu_position-right {
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0);
  }
}
@media screen and (max-width: 1120px) {
  .mm-wrapper_opening .mm-menu_fx-menu-slide.mm-menu_position-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_fx-menu-fade {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
}
@media screen and (max-width: 1120px) {
  .mm-wrapper_opening .mm-menu_fx-menu-fade {
    opacity: 1;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_fx-panels-none .mm-panel,
.mm-panel_fx-none {
    -webkit-transition-property: none;
    transition-property: none;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_fx-panels-none .mm-panel.mm-panel_opened-parent,
.mm-panel_fx-none.mm-panel_opened-parent {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_fx-panels-zoom .mm-panel,
.mm-panel_fx-zoom {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
    transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_fx-panels-zoom .mm-panel.mm-panel_opened,
.mm-panel_fx-zoom.mm-panel_opened {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_fx-panels-zoom .mm-panel.mm-panel_opened-parent,
.mm-panel_fx-zoom.mm-panel_opened-parent {
    -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
    transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_fx-panels-slide-0 .mm-panel_opened-parent,
.mm-panel_fx-slide-0.mm-panel_opened-parent {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_fx-panels-slide-100 .mm-panel_opened-parent,
.mm-panel_fx-slide-100.mm-panel_opened-parent {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_fx-panels-slide-up .mm-panel,
.mm-panel_fx-slide-up {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_fx-panels-slide-up .mm-panel_opened,
.mm-menu_fx-panels-slide-up .mm-panel_opened-parent,
.mm-panel_fx-slide-up.mm-panel_opened {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_fx-panels-slide-right .mm-panel,
.mm-panel_fx-slide-right {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_fx-panels-slide-right .mm-panel_opened,
.mm-menu_fx-panels-slide-right .mm-panel_opened-parent,
.mm-panel_fx-slide-right.mm-panel_opened {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 1120px) {
  [class*=mm-menu_fx-listitems-] .mm-listitem {
    -webkit-transition: none 0.4s ease;
    transition: none 0.4s ease;
  }
}
@media screen and (max-width: 1120px) {
  [class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(1) {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms;
  }
}
@media screen and (max-width: 1120px) {
  [class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
}
@media screen and (max-width: 1120px) {
  [class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(3) {
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms;
  }
}
@media screen and (max-width: 1120px) {
  [class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(4) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
}
@media screen and (max-width: 1120px) {
  [class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(5) {
    -webkit-transition-delay: 250ms;
    transition-delay: 250ms;
  }
}
@media screen and (max-width: 1120px) {
  [class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(6) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
}
@media screen and (max-width: 1120px) {
  [class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(7) {
    -webkit-transition-delay: 350ms;
    transition-delay: 350ms;
  }
}
@media screen and (max-width: 1120px) {
  [class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(8) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
}
@media screen and (max-width: 1120px) {
  [class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(9) {
    -webkit-transition-delay: 450ms;
    transition-delay: 450ms;
  }
}
@media screen and (max-width: 1120px) {
  [class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(10) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
}
@media screen and (max-width: 1120px) {
  [class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(11) {
    -webkit-transition-delay: 550ms;
    transition-delay: 550ms;
  }
}
@media screen and (max-width: 1120px) {
  [class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(12) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
}
@media screen and (max-width: 1120px) {
  [class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(13) {
    -webkit-transition-delay: 650ms;
    transition-delay: 650ms;
  }
}
@media screen and (max-width: 1120px) {
  [class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(14) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
  }
}
@media screen and (max-width: 1120px) {
  [class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(15) {
    -webkit-transition-delay: 750ms;
    transition-delay: 750ms;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_fx-listitems-slide .mm-listitem {
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    opacity: 0;
  }
}
@media screen and (max-width: 1120px) {
  .mm-wrapper_opening .mm-menu_fx-listitems-slide .mm-panel_opened .mm-listitem {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_fx-listitems-fade .mm-listitem {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    opacity: 0;
  }
}
@media screen and (max-width: 1120px) {
  .mm-wrapper_opening .mm-menu_fx-listitems-fade .mm-panel_opened .mm-listitem {
    opacity: 1;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_fx-listitems-drop .mm-listitem {
    -webkit-transition-property: opacity, top;
    transition-property: opacity, top;
    opacity: 0;
    top: -25%;
  }
}
@media screen and (max-width: 1120px) {
  .mm-wrapper_opening .mm-menu_fx-listitems-drop .mm-panel_opened .mm-listitem {
    opacity: 1;
    top: 0;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_fullscreen {
    width: 100%;
    min-width: 140px;
    max-width: 10000px;
  }
}
@media screen and (max-width: 1120px) {
  .mm-wrapper_opening .mm-menu_fullscreen ~ .mm-slideout {
    -webkit-transform: translate3d(100vw, 0, 0);
    transform: translate3d(100vw, 0, 0);
  }
}
@media screen and (max-width: 1120px) and (max-width: 140px) {
  .mm-wrapper_opening .mm-menu_fullscreen ~ .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media screen and (max-width: 1120px) and (min-width: 10000px) {
  .mm-wrapper_opening .mm-menu_fullscreen ~ .mm-slideout {
    -webkit-transform: translate3d(10000px, 0, 0);
    transform: translate3d(10000px, 0, 0);
  }
}
@media screen and (max-width: 1120px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
  }
}
@media screen and (max-width: 1120px) and (max-width: 140px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media screen and (max-width: 1120px) and (min-width: 10000px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-10000px, 0, 0);
    transform: translate3d(-10000px, 0, 0);
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_fullscreen.mm-menu_position-top {
    height: 100vh;
    min-height: 140px;
    max-height: 10000px;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_fullscreen.mm-menu_position-bottom {
    height: 100vh;
    min-height: 140px;
    max-height: 10000px;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_listview-justify .mm-panels > .mm-panel:after,
.mm-menu_listview-justify .mm-panels > .mm-panel:before,
.mm-panels > .mm-panel_listview-justify:after,
.mm-panels > .mm-panel_listview-justify:before {
    content: none;
    display: none;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_listview-justify .mm-panels > .mm-panel .mm-listview,
.mm-panels > .mm-panel_listview-justify .mm-listview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem,
.mm-panels > .mm-panel_listview-justify .mm-listitem {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    min-height: 44px;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem__text,
.mm-panels > .mm-panel_listview-justify .mm-listitem__text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 1120px) {
  .mm-listview_inset {
    list-style: inside disc;
    width: 100%;
    padding: 0 30px 15px 30px;
    margin: 0;
  }
}
@media screen and (max-width: 1120px) {
  .mm-listview_inset .mm-listitem {
    padding: 5px 0;
  }
}
@media screen and (max-width: 1120px) {
  .mm-listitem_spacer {
    padding-top: 44px;
    padding-top: var(--mm-listitem-size);
  }
}
@media screen and (max-width: 1120px) {
  .mm-listitem_spacer > .mm-listitem__btn {
    top: 44px;
    top: var(--mm-listitem-size);
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_multiline .mm-listitem__text,
.mm-panel_multiline .mm-listitem__text {
    text-overflow: clip;
    white-space: normal;
  }
}
@media screen and (max-width: 1120px) {
  [class*=mm-menu_pagedim].mm-menu_opened ~ .mm-wrapper__blocker {
    opacity: 0;
  }
}
@media screen and (max-width: 1120px) {
  .mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened ~ .mm-wrapper__blocker {
    opacity: 0.3;
    -webkit-transition: opacity 0.4s ease 0.4s;
    transition: opacity 0.4s ease 0.4s;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_opened.mm-menu_pagedim ~ .mm-wrapper__blocker {
    background: inherit;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_opened.mm-menu_pagedim-black ~ .mm-wrapper__blocker {
    background: #000;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_opened.mm-menu_pagedim-white ~ .mm-wrapper__blocker {
    background: #fff;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_popup {
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    opacity: 0;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    height: 80%;
    min-height: 140px;
    max-height: 880px;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    z-index: 2;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_popup.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: none !important;
    transform: none !important;
    z-index: 0;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_popup.mm-menu_opened ~ .mm-wrapper__blocker {
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
    z-index: 1;
  }
}
@media screen and (max-width: 1120px) {
  .mm-wrapper_opening .mm-menu_popup {
    opacity: 1;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_position-right {
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 1120px) {
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
  }
}
@media screen and (max-width: 1120px) and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0);
  }
}
@media screen and (max-width: 1120px) and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_position-bottom,
.mm-menu_position-front,
.mm-menu_position-top {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_position-bottom.mm-menu_opened,
.mm-menu_position-front.mm-menu_opened,
.mm-menu_position-top.mm-menu_opened {
    z-index: 2;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_position-bottom.mm-menu_opened ~ .mm-slideout,
.mm-menu_position-front.mm-menu_opened ~ .mm-slideout,
.mm-menu_position-top.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: none !important;
    transform: none !important;
    z-index: 0;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_position-bottom.mm-menu_opened ~ .mm-wrapper__blocker,
.mm-menu_position-front.mm-menu_opened ~ .mm-wrapper__blocker,
.mm-menu_position-top.mm-menu_opened ~ .mm-wrapper__blocker {
    z-index: 1;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_position-front {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_position-front.mm-menu_position-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_position-bottom,
.mm-menu_position-top {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_position-top {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_position-top {
    height: 80vh;
    min-height: 140px;
    max-height: 880px;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_position-bottom {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    top: auto;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_position-bottom {
    height: 80vh;
    min-height: 140px;
    max-height: 880px;
  }
}
@media screen and (max-width: 1120px) {
  .mm-wrapper_opening .mm-menu_position-bottom,
.mm-wrapper_opening .mm-menu_position-front,
.mm-wrapper_opening .mm-menu_position-top {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_shadow-page:after {
    -webkit-box-shadow: var(--mm-shadow);
    box-shadow: var(--mm-shadow);
    content: "";
    display: block;
    width: 20px;
    height: 120%;
    position: absolute;
    left: 100%;
    top: -10%;
    z-index: 100;
    -webkit-clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
    clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_shadow-page.mm-menu_position-right:after {
    left: auto;
    right: 100%;
    -webkit-clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%);
    clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%);
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_shadow-page.mm-menu_position-front:after {
    content: none;
    display: none;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_shadow-menu {
    -webkit-box-shadow: var(--mm-shadow);
    box-shadow: var(--mm-shadow);
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_shadow-panels .mm-panels > .mm-panel {
    -webkit-box-shadow: var(--mm-shadow);
    box-shadow: var(--mm-shadow);
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_theme-white {
    --mm-color-border: rgba(0, 0, 0, 0.1);
    --mm-color-button: rgba(0, 0, 0, 0.3);
    --mm-color-text: rgba(0, 0, 0, 0.7);
    --mm-color-text-dimmed: rgba(0, 0, 0, 0.3);
    --mm-color-background: #fff;
    --mm-color-background-highlight: rgba(0, 0, 0, 0.06);
    --mm-color-background-emphasis: rgba(0, 0, 0, 0.03);
    --mm-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_theme-dark {
    --mm-color-border: rgba(0, 0, 0, 0.3);
    --mm-color-button: rgba(255, 255, 255, 0.4);
    --mm-color-text: rgba(255, 255, 255, 0.85);
    --mm-color-text-dimmed: rgba(255, 255, 255, 0.4);
    --mm-color-background: #333;
    --mm-color-background-highlight: rgba(255, 255, 255, 0.08);
    --mm-color-background-emphasis: rgba(0, 0, 0, 0.1);
    --mm-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_theme-black {
    --mm-color-border: rgba(255, 255, 255, 0.25);
    --mm-color-button: rgba(255, 255, 255, 0.4);
    --mm-color-text: rgba(255, 255, 255, 0.75);
    --mm-color-text-dimmed: rgba(255, 255, 255, 0.4);
    --mm-color-background: #000;
    --mm-color-background-highlight: rgba(255, 255, 255, 0.2);
    --mm-color-background-emphasis: rgba(255, 255, 255, 0.15);
    --mm-shadow: none;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_tileview .mm-listview,
.mm-panel_tileview .mm-listview {
    margin: 0 !important;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_tileview .mm-listview:after,
.mm-panel_tileview .mm-listview:after {
    content: "";
    display: block;
    clear: both;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_tileview .mm-listitem,
.mm-panel_tileview .mm-listitem {
    padding: 0;
    float: left;
    position: relative;
    width: 50%;
    height: 0;
    padding-top: 50%;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_tileview .mm-listitem:after,
.mm-panel_tileview .mm-listitem:after {
    left: 0;
    top: 0;
    border-right-width: 1px;
    border-right-style: solid;
    z-index: -1;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_tileview .mm-listitem.mm-tile-xs,
.mm-panel_tileview .mm-listitem.mm-tile-xs {
    width: 12.5%;
    padding-top: 12.5%;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_tileview .mm-listitem.mm-tile-s,
.mm-panel_tileview .mm-listitem.mm-tile-s {
    width: 25%;
    padding-top: 25%;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_tileview .mm-listitem.mm-tile-l,
.mm-panel_tileview .mm-listitem.mm-tile-l {
    width: 75%;
    padding-top: 75%;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_tileview .mm-listitem.mm-tile-xl,
.mm-panel_tileview .mm-listitem.mm-tile-xl {
    width: 100%;
    padding-top: 100%;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_tileview .mm-listitem__text,
.mm-panel_tileview .mm-listitem__text {
    line-height: 1px;
    text-align: center;
    padding: 50% 10px 0 10px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 1px;
    bottom: 1px;
    left: 0;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_tileview .mm-listitem__btn,
.mm-panel_tileview .mm-listitem__btn {
    width: auto;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_tileview .mm-listitem__btn:after,
.mm-menu_tileview .mm-listitem__btn:before,
.mm-panel_tileview .mm-listitem__btn:after,
.mm-panel_tileview .mm-listitem__btn:before {
    content: none;
    display: none;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_tileview .mm-divider,
.mm-panel_tileview .mm-divider {
    display: none;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_tileview .mm-panel,
.mm-panel_tileview {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1120px) {
  .mm-menu_tileview .mm-panel:after,
.mm-menu_tileview .mm-panel:before,
.mm-panel_tileview:after,
.mm-panel_tileview:before {
    content: none;
    display: none;
  }
}
@media screen and (max-width: 1120px) {
  body.modal-open .mm-slideout {
    z-index: unset;
  }
}
@media screen and (max-width: 1120px) {
  .mm-navbar {
    background: transparent;
    border: none;
    position: absolute;
    top: 50px;
    z-index: 9;
    left: 10px;
  }
}
@media screen and (max-width: 1120px) {
  .mm-btn_prev:before {
    border-color: #000;
  }
}
@media screen and (max-width: 1120px) {
  .ktn-hamburger-submenu {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 1120px) {
  .mm-navbar__title {
    display: none;
  }
}
@media screen and (max-width: 1120px) {
  .mm-listitem__text {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media screen and (max-width: 1120px) {
  .ktn-hamburger-submenu .description {
    display: none !important;
  }
}
@media screen and (max-width: 1120px) {
  .mm-listitem:after {
    border: none !important;
  }
}
@media screen and (max-width: 1120px) {
  #menu .cd-secondary-dropdown li a {
    cursor: pointer;
  }
}
@media screen and (max-width: 1120px) {
  .ktn-hamburger-secondary-submenu .open {
    cursor: pointer;
  }
}
@media screen and (max-width: 1120px) {
  .mm-btn_next:after {
    display: none !important;
  }
}
@media screen and (max-width: 1120px) {
  .full-screen.usp-banner .usp-content {
    display: none;
  }
}
@media screen and (max-width: 1120px) {
  .full-screen.usp-banner .usp-content:nth-child(2) {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 38px;
    margin: 0;
  }
  .full-screen.usp-banner .usp-content:nth-child(2):after {
    display: none;
  }
}
@media screen and (max-width: 1120px) {
  .scrolled header .inner {
    z-index: 1;
  }
}
@media screen and (max-width: 1120px) {
  body.scrolled header {
    z-index: 999998 !important;
  }
}
@media screen and (max-width: 1120px) {
  html.mm-wrapper_opening body.scrolled header {
    z-index: 1 !important;
  }
}
@media screen and (max-width: 1120px) {
  .scrolled header #logo a {
    left: 35px;
  }
}
@media screen and (max-width: 1120px) {
  #homepageBlogContent .col-md-4 {
    width: 33.333333%;
    float: left;
  }
}
@media screen and (max-width: 1120px) {
  .full-screen.band-two .band-content {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1120px) {
  .full-screen {
    min-height: 200px;
  }
}
@media screen and (max-width: 1120px) {
  .full-screen .badge-container .image-badge {
    top: 12%;
  }
}
@media screen and (max-width: 1120px) {
  .full-screen .badge-container .image-band {
    width: 302px;
    height: 28px;
    line-height: 28px;
    font-size: 15px;
  }
}
@media screen and (max-width: 1120px) {
  .full-screen .badge-container .image-one-title {
    font-size: 24px;
    width: 360px;
    margin: 0 auto;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1120px) {
  .full-screen .badge-container .coupon-code {
    font-size: 15px;
  }
}
@media screen and (max-width: 1120px) {
  .full-screen .standard-container .image-band {
    width: 302px;
    height: 28px;
    line-height: 28px;
    font-size: 15px;
  }
}
@media screen and (max-width: 1120px) {
  .full-screen .standard-container .image-one-title {
    font-size: 24px;
    width: 360px;
    margin: 0 auto;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1120px) {
  .full-screen .standard-container .coupon-code {
    font-size: 15px;
  }
}
@media screen and (max-width: 1120px) {
  .full-screen .twice-square-content {
    bottom: 10px;
    max-height: 120px;
    padding: 10px 0;
    min-height: 100px;
  }
}
@media screen and (max-width: 1120px) {
  .full-screen .twice-square-content .light-title {
    font-size: 14px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1120px) {
  .full-screen .twice-square-content .bold-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 1120px) {
  .full-screen .text-links {
    margin-top: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 1120px) {
  .full-screen .twice-square-content.four .text-links a {
    width: 43%;
    display: block;
    float: left;
    text-align: center;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1120px) {
  .full-screen .twice-square-content.three .text-links a {
    width: 43%;
    display: block;
    float: left;
    text-align: center;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1120px) {
  .full-screen .twice-square-content.two .text-links a {
    width: 42%;
    display: block;
    float: left;
    text-align: center;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1120px) {
  body.searchopen header .searchField {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 1120px) {
  .full-screen .promo-logo-image {
    width: 120px;
  }
}
@media screen and (max-width: 1120px) {
  .fullpage #breadcrumb ul {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1120px) {
  .fullpage aside#facet-wrap {
    padding-left: 15px;
    padding-right: 15px;
    width: 210px;
  }
}
@media screen and (max-width: 1120px) {
  .fullpage .product-list-container {
    margin-left: 210px;
    width: calc(100% - 210px);
  }
}
@media screen and (max-width: 1120px) {
  .fullpage .pageBar-wrap {
    padding-right: 15px;
  }
}
@media screen and (max-width: 1120px) {
  .fullpage .product-list-title {
    padding-right: 15px;
  }
}
@media screen and (max-width: 1120px) {
  .fullpage .product-item.plp-large-images {
    width: calc(100% - 15px);
  }
}
@media screen and (max-width: 1120px) {
  .fullpage .pagingBar .paging ul li {
    margin: 0 14px 0 0;
  }
}
@media screen and (max-width: 1120px) {
  .fullpage .pageBar-wrap .pagingBar form.sortForm {
    width: 100%;
    margin-right: 0;
  }
  .fullpage .pageBar-wrap .pagingBar form.sortForm .selectboxit-container {
    width: calc(100% - 80px);
  }
  .fullpage .pageBar-wrap .pagingBar form.sortForm .selectboxit-container .selectboxit {
    width: 100%;
  }
}
@media screen and (max-width: 1120px) {
  .fullpage .plp-top-band .plp-band-title {
    font-size: 12px;
  }
  .fullpage .plp-top-band .plp-band-content {
    font-size: 22px;
  }
  .fullpage .plp-top-band .plp-band-coupon {
    font-size: 14px;
  }
}
@media screen and (max-width: 1120px) {
  .fullpage .product-list-container .plp-view-options {
    display: none;
  }
}
@media screen and (max-width: 929px) {
  .fullpage .product-content-wrap .productDetailDescription .basket-discount-container .bd-textArea {
    line-height: 24px;
  }

  .fullpage .product-content-wrap .productDetailDescription .basket-discount-container .bd-textArea .bd-price {
    line-height: 21px;
  }
}
@media screen and (max-width: 710px) {
  .full-screen.twice-content .image-twice {
    text-align: center;
    width: 100%;
  }
  .full-screen.twice-content .image-twice:first-child {
    margin-bottom: 20px;
  }
  .full-screen.twice-content .image-twice .homepage-twice-image {
    max-width: 380px;
    float: none !important;
  }

  .full-screen .twice-square-content {
    position: relative;
    right: auto;
    left: auto;
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
    margin-top: -100px;
  }

  .full-screen .twice-square-content.two {
    position: relative;
    right: auto;
    left: auto;
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
    margin-top: -100px;
  }

  #homepageBlogContent .col-md-4 {
    width: 100%;
    float: left;
    margin-bottom: 20px;
  }

  .full-screen .twice-square-content.two .text-links a {
    width: 43%;
    margin-top: -10px;
  }
  .full-screen .twice-square-content.two .text-links a:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  header .metaNavi .options .login-register-list .login-register:hover ~ .miniCartPopup {
    display: none;
  }

  header .metaNavi .options .login-register-list .login-register:after {
    display: none;
  }

  header .metaNavi .options > ul > li {
    width: 32px;
  }

  .scrolled header .options .login-register:before {
    top: 7px !important;
    left: 8px !important;
  }

  .mac header .options .scrolled-search a:before {
    position: relative;
    top: -18px;
  }

  .full-screen.band ul.disount-buttons li {
    width: 43%;
    font-size: 12px;
    margin-bottom: 10px;
  }

  .full-screen.band ul.disount-buttons {
    width: 80% !important;
  }

  #page {
    padding-top: 50px;
  }

  .scrolled #page {
    padding-top: 50px;
  }

  body.searchopen header .searchField {
    display: block !important;
    margin-top: 57px;
    margin-left: 8px;
    width: 93%;
  }

  body.searchopen header {
    height: 130px;
  }

  header {
    border-bottom: 1px solid #f3f3f3;
    height: 50px;
    padding: 6px 0 !important;
  }
  header .searchField {
    margin-top: 4px;
    display: none;
  }
  header .inner {
    margin: 9px 0;
    position: absolute;
    width: 100%;
    top: -5px;
    left: 0;
    padding-left: 10px;
  }
  header .options {
    width: 128px !important;
    position: relative;
    z-index: 9;
  }
  header .options .fast-fashion-list {
    display: none;
  }
  header .options .chooseLanguage {
    display: none;
  }
  header .options .order-tracking-list {
    display: none;
  }
  header .options .scrolled-search {
    display: inline-block !important;
    cursor: pointer;
  }
  header .options .scrolled-search a {
    font-size: 51px !important;
    text-align: center;
  }
  header .options .scrolled-search a:before {
    position: relative;
    top: -32px;
  }
  header .options .my-favorite:before {
    top: 6px !important;
  }
  header .options .my-favorite span {
    display: none !important;
  }
  header .options .login-register:before {
    top: 7px !important;
    left: 2px !important;
  }
  header .options .login-register span {
    display: none !important;
  }
  header .options .miniCart {
    width: 32px !important;
  }
  header .options .miniCart .minicart {
    margin-right: 0;
  }
  header .options .miniCart .minicart:before {
    top: 5px !important;
    left: 11px !important;
  }
  header .options .miniCart .minicart span.mybasket-title {
    display: none !important;
  }
  header .options ul li.scrolled-search, header .options ul li:nth-child(4), header .options ul li:nth-child(5), header .options ul li.miniCart {
    width: 32px !important;
  }
  header #logo a img {
    width: 100px;
    margin-left: 40px;
    margin-top: 9px;
  }

  .scrolled header .options .miniCart {
    width: 32px !important;
  }

  header .metaNavi .options .miniCart.filled .count {
    left: 10px;
    top: 15px;
  }

  .full-screen.image-one .promo-images {
    display: none;
  }

  .full-screen.image-one .promo-mobile-images {
    display: block;
  }
  .full-screen.image-one .promo-mobile-images img {
    width: 100%;
  }

  .full-screen.image-two .promo-images {
    display: none;
  }

  .full-screen.image-two .promo-mobile-images {
    display: block;
  }
  .full-screen.image-two .promo-mobile-images img {
    width: 100%;
  }

  .full-screen .standard-container {
    position: relative;
    top: 30px;
    width: 100%;
    left: 0;
  }

  .full-screen .badge-container {
    position: relative;
    top: 30px;
    padding-top: 0;
    width: 100%;
    left: 0;
    min-height: 220px;
  }
  .full-screen .badge-container .image-band {
    background-color: #000;
    color: #fff;
  }
  .full-screen .badge-container .image-badge {
    right: 30px;
    top: calc(-46% - 207px);
  }
  .full-screen .badge-container .image-one-title {
    color: #000;
  }
  .full-screen .badge-container .coupon-code {
    color: #000;
  }
  .full-screen .badge-container ul.disount-buttons li a {
    color: #fff;
    background-color: #000;
  }

  .full-screen .promo-logo-image {
    left: calc(50% - 10px);
    padding-top: 0;
    top: calc(59% - 150px);
    width: 140px;
    min-height: auto;
  }

  .fullpage .plp-top-band {
    padding: 16px;
  }
}
@media screen and (max-width: 550px) {
  .mm-wrapper_opening .mm-menu_offcanvas ~ .mm-slideout {
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0);
  }

  html.mm-wrapper_opening header {
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0);
  }
}
@media screen and (max-width: 362px) {
  .full-screen .twice-square-content.two .text-links a {
    width: 41%;
  }
}
.refund-product-container {
  height: 100px;
  padding-top: 29px;
  padding-bottom: 28px;
  margin-top: 0;
  border-top: 1px solid #dadada;
  border-top: none;
}
.refund-product-container a {
  width: 211px;
  height: 43px;
  line-height: 43px;
  display: block;
  border: 1px solid #000;
  text-align: center;
  color: #000;
  float: right;
  text-decoration: none;
  cursor: pointer;
}
.refund-product-container a.delivery-details-button {
  margin-right: 13px;
  background: url(../../../desktop/theme-koton/images/delivery-details.jpg) no-repeat 17% 50%;
  background-size: 16px;
  padding-left: 34px;
}
.refund-product-container a.refund-request-button {
  background: url(../../../desktop/theme-koton/images/refund-request.jpg) no-repeat 12% 50%;
  background-size: 25px;
  padding-left: 34px;
}

.refund-order-information {
  height: 45px;
  line-height: 45px;
  border: 1px solid #dadada;
  margin-bottom: 30px;
}
.refund-order-information a.return-policy-link {
  float: right;
  font-size: 14px;
  color: #000;
  text-decoration: underline;
  cursor: pointer;
}

.refund-order-container {
  border: 1px solid #dadada;
  margin-bottom: 20px;
  float: left;
}
.refund-order-container .order-content {
  width: 100%;
  height: 136px;
  padding: 20px 0;
  border-bottom: 1px solid #eeeeee;
  float: left;
}
.refund-order-container .order-content .chb-area {
  width: 50px;
  line-height: 94px;
  /* Checkmark style starts */
}
@-webkit-keyframes dothabottomcheck {
  0% {
    height: 0;
  }
  100% {
    height: 9px;
  }
}
@keyframes dothabottomcheck {
  0% {
    height: 0;
  }
  100% {
    height: 9px;
  }
}
@keyframes dothatopcheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 15px;
  }
}
@-webkit-keyframes dothatopcheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 15px;
  }
}
.refund-order-container .order-content .chb-area input[type=checkbox] {
  display: none;
}
.refund-order-container .order-content .chb-area .check-box {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid #bebebe;
  border-radius: 0;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color ease 0.1s;
  transition: border-color ease 0.1s;
  cursor: pointer;
  margin: 0;
}
.refund-order-container .order-content .chb-area .check-box.error {
  border: 1px solid #ff0000;
}
.refund-order-container .order-content .chb-area .check-box span {
  position: absolute;
  display: block;
  left: 25px;
  white-space: nowrap;
  font-weight: normal;
  font-size: 12px;
  color: #272727;
}
.refund-order-container .order-content .chb-area .check-box::before, .refund-order-container .order-content .chb-area .check-box::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  height: 0;
  width: 3px;
  background-color: #000;
  display: inline-block;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-radius: 5px;
  content: " ";
  -webkit-transition: opacity ease 0.5;
  transition: opacity ease 0.5;
}
.refund-order-container .order-content .chb-area .check-box::before {
  top: 15.6px;
  left: 8px;
  -webkit-transform: rotate(-142deg);
  transform: rotate(-142deg);
}
.refund-order-container .order-content .chb-area .check-box::after {
  top: 10.4px;
  left: 0.2px;
  -webkit-transform: rotate(-53deg);
  transform: rotate(-53deg);
}
.refund-order-container .order-content .chb-area input[type=checkbox]:checked + .check-box,
.refund-order-container .order-content .chb-area .check-box.checked {
  border-color: #000;
}
.refund-order-container .order-content .chb-area input[type=checkbox]:checked + .check-box::after,
.refund-order-container .order-content .chb-area .check-box.checked::after {
  height: 9px;
  -webkit-animation: dothabottomcheck 0.1s ease 0s forwards;
  animation: dothabottomcheck 0.1s ease 0s forwards;
}
.refund-order-container .order-content .chb-area input[type=checkbox]:checked + .check-box::before,
.refund-order-container .order-content .chb-area .check-box.checked::before {
  height: 15px;
  -webkit-animation: dothatopcheck 0.2s ease 0s forwards;
  animation: dothatopcheck 0.2s ease 0s forwards;
}
.refund-order-container .order-content .info-area {
  width: 272px;
}
.refund-order-container .order-content .info-area .itemPic {
  width: 70px;
  height: 92px;
  float: left;
}
.refund-order-container .order-content .info-area .itemPic img {
  width: 100%;
}
.refund-order-container .order-content .info-area .info p {
  font-size: 13px;
  margin-bottom: 8px;
  padding-left: 80px;
  font-weight: normal;
}
.refund-order-container .order-content .info-area .info p:nth-child(2) {
  margin-bottom: 0;
}
.refund-order-container .order-content .info-area .info p .pd-price {
  float: right;
}
.refund-order-container .order-content .info-area .info p .pd-count .selectboxit {
  width: 42px;
  height: 26px;
  line-height: 26px;
  margin-left: 5px;
}
.refund-order-container .order-content .info-area .info p .pd-count .selectboxit-container span {
  height: 26px;
  line-height: 24px;
}
.refund-order-container .order-content .info-area .info p .pd-count .selectboxit-arrow-container {
  height: 21px !important;
  line-height: 21px !important;
  width: 20px;
}
.refund-order-container .order-content .reason-return {
  width: calc(100% - 322px);
  height: 94px;
  line-height: 89px;
  text-align: right;
}
.refund-order-container .order-content .reason-return .selectboxit-container {
  margin-top: 28px;
  margin-left: 10px;
}
.refund-order-container .order-content .reason-return .selectboxit-container span.selectboxit-text {
  font-size: 12px;
  margin-top: 1px;
}
.refund-order-container .order-content .reason-return ul.selectboxit-options.selectboxit-list li.selectboxit-option a {
  font-size: 12px;
}
.refund-order-container .order-content .reason-return ul.selectboxit-options.selectboxit-list li.selectboxit-option a:hover {
  font-weight: bold;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
  color: #000;
}
.refund-order-container .order-content .reason-return .return-select-error {
  position: absolute;
  top: 68px;
  right: 90px;
  font-size: 10px;
  font-weight: normal;
  color: #ff0000;
  height: 10px;
  line-height: 10px;
}
.refund-order-container .refund-create-button {
  margin-right: 13px;
  background: url(../../../desktop/theme-koton/images/refund-request-white.png) no-repeat 12% 50%;
  background-size: 24px;
  width: 260px;
  height: 43px;
  line-height: 43px;
  display: block;
  border: 1px solid #000;
  text-align: center;
  color: #fff;
  background-color: #000;
  float: right;
  text-decoration: none;
  cursor: pointer;
  padding-left: 34px;
  font-weight: normal;
}
.refund-order-container .return-orders-button {
  width: 211px;
  height: 43px;
  line-height: 43px;
  display: block;
  border: none;
  text-align: center;
  color: #000;
  float: right;
  text-decoration: none;
  cursor: pointer;
  font-size: 12px;
  text-decoration: underline;
  font-weight: normal;
}
.refund-order-container .approve-product-container {
  min-height: 100px;
  padding-top: 29px;
  padding-bottom: 28px;
  margin-top: 0;
  border-top: 1px solid #dadada;
  border-top: none;
  text-align: center;
}
.refund-order-container .approve-product-container .refund-create-button {
  margin-left: 13px;
  background: url(../../../desktop/theme-koton/images/refund-request-white.png) no-repeat 12% 50%;
  background-size: 24px;
  width: 260px;
  height: 43px;
  line-height: 43px;
  display: inline-block;
  border: 1px solid #47b451;
  text-align: center;
  color: #fff;
  background-color: #47b451;
  float: none;
  text-decoration: none;
  cursor: pointer;
  padding-left: 34px;
  font-weight: normal;
  margin-top: 42px;
}
.refund-order-container .approve-product-container .return-orders-button {
  width: 170px;
  height: 42px;
  line-height: 42px;
  display: inline-block;
  border: none;
  text-align: center;
  color: #000;
  float: none;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  border: 1px solid #000;
  margin-top: 42px;
}
.refund-order-container .approve-product-container .approve-title {
  font-size: 22px;
  margin-bottom: 41px;
  display: inline-block;
}
.refund-order-container .approve-product-container .return-products-container {
  width: 32%;
  height: 128px;
  float: left;
  margin-right: 2%;
  margin-bottom: 10px;
  border: 1px solid #555555;
  padding: 17px 12px;
}
.refund-order-container .approve-product-container .return-products-container:nth-child(3n+3) {
  margin-right: 0;
}
.refund-order-container .approve-product-container .return-products-container .order-content {
  width: 100%;
  height: 100%;
  padding: 0;
  border-bottom: none;
  float: left;
}
.refund-order-container .approve-product-container .return-products-container .order-content .info-area .info p {
  text-align: left;
  margin: 0;
  font-size: 11px;
}
.refund-order-container .approve-product-container .return-products-container .order-content .info-area .info p:first-child {
  margin-bottom: 5px;
  font-size: 14px;
}

.success-order-container {
  border: 1px solid #dadada;
  margin-bottom: 20px;
  float: left;
}
.success-order-container .order-content {
  width: 100%;
  height: 136px;
  padding: 20px 0;
  border-bottom: 1px solid #eeeeee;
  float: left;
}
.success-order-container .order-content .info-area {
  width: 272px;
}
.success-order-container .order-content .info-area .itemPic {
  width: 70px;
  height: 92px;
  float: left;
}
.success-order-container .order-content .info-area .itemPic img {
  width: 100%;
}
.success-order-container .order-content .info-area .info p {
  font-size: 13px;
  margin-bottom: 8px;
  padding-left: 80px;
  font-weight: normal;
}
.success-order-container .order-content .info-area .info p:nth-child(2) {
  margin-bottom: 0;
}
.success-order-container .order-content .info-area .info p .pd-price {
  float: right;
}
.success-order-container .order-content .info-area .info p .pd-count .selectboxit {
  width: 42px;
  height: 26px;
  line-height: 26px;
  margin-left: 5px;
}
.success-order-container .order-content .info-area .info p .pd-count .selectboxit-container span {
  height: 26px;
  line-height: 24px;
}
.success-order-container .order-content .info-area .info p .pd-count .selectboxit-arrow-container {
  height: 21px !important;
  line-height: 21px !important;
  width: 20px;
}
.success-order-container .order-content .reason-return {
  width: calc(100% - 322px);
  height: 94px;
  line-height: 89px;
  text-align: right;
}
.success-order-container .order-content .reason-return .selectboxit-container {
  margin-top: 28px;
  margin-left: 10px;
}
.success-order-container .order-content .reason-return .selectboxit-container span.selectboxit-text {
  font-size: 12px;
  margin-top: 1px;
}
.success-order-container .order-content .reason-return ul.selectboxit-options.selectboxit-list li.selectboxit-option a {
  font-size: 12px;
}
.success-order-container .order-content .reason-return ul.selectboxit-options.selectboxit-list li.selectboxit-option a:hover {
  font-weight: bold;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
  color: #000;
}
.success-order-container .order-content .reason-return .return-select-error {
  position: absolute;
  top: 68px;
  right: 90px;
  font-size: 10px;
  font-weight: normal;
  color: #ff0000;
  height: 10px;
  line-height: 10px;
}
.success-order-container .return-orders-button {
  width: 211px;
  height: 43px;
  line-height: 43px;
  display: block;
  border: none;
  text-align: center;
  color: #000;
  float: right;
  text-decoration: none;
  cursor: pointer;
  font-size: 12px;
  text-decoration: underline;
  font-weight: normal;
}
.success-order-container .approve-product-container {
  min-height: 100px;
  padding-top: 29px;
  padding-bottom: 28px;
  margin-top: 0;
  border-top: 1px solid #dadada;
  border-top: none;
  text-align: center;
}
.success-order-container .approve-product-container .refund-create-button {
  margin-left: 13px;
  width: 210px;
  height: 43px;
  line-height: 43px;
  display: inline-block;
  border: 1px solid #47b451;
  text-align: center;
  color: #fff;
  background-color: #47b451;
  float: none;
  text-decoration: none;
  cursor: pointer;
  margin-top: 42px;
}
.success-order-container .approve-product-container .return-orders-button {
  width: 170px;
  height: 42px;
  line-height: 42px;
  display: inline-block;
  border: none;
  text-align: center;
  color: #000;
  float: none;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  border: 1px solid #000;
  margin-top: 42px;
}
.success-order-container .approve-product-container .approve-title {
  font-size: 22px;
  margin-bottom: 41px;
  display: inline-block;
}
.success-order-container .approve-product-container .return-products-container {
  width: 32%;
  height: 128px;
  float: left;
  margin-right: 2%;
  margin-bottom: 10px;
  border: 1px solid #555555;
  padding: 17px 12px;
}
.success-order-container .approve-product-container .return-products-container:nth-child(3n+3) {
  margin-right: 0;
}
.success-order-container .approve-product-container .return-products-container .order-content {
  width: 100%;
  height: 100%;
  padding: 0;
  border-bottom: none;
  float: left;
}
.success-order-container .approve-product-container .return-products-container .order-content .info-area .info p {
  text-align: left;
  margin: 0;
  font-size: 11px;
}
.success-order-container .approve-product-container .return-products-container .order-content .info-area .info p:first-child {
  margin-bottom: 5px;
  font-size: 14px;
}

.refund-order-success-content {
  min-height: 160px;
  padding-top: 34px;
  border: 1px solid #dadada;
  margin-bottom: 40px;
  text-align: center;
}
.refund-order-success-content .success-title {
  margin-bottom: 30px;
  background: url(../../../desktop/theme-koton/images/refund-success-icon.png) no-repeat 16% 50%;
  background-size: 46px;
  font-size: 32px;
}
.refund-order-success-content .success-order-information {
  width: 490px;
  margin: 0 auto;
}
.refund-order-success-content .success-order-information div {
  float: left;
}
.refund-order-success-content .success-order-information div:first-child {
  margin-right: 30px;
}
.refund-order-success-content .success-order-information .mng-logo {
  width: 35px;
  height: 45px;
  position: absolute;
  bottom: 13px;
  right: 211px;
  display: block;
  background: url(../../../desktop/theme-koton/images/mng-kargo-logo-img.jpg) no-repeat 16% 50%;
  background-size: 35px;
}
.refund-order-success-content .success-order-information .ptt-logo {
  width: 35px;
  height: 45px;
  position: absolute;
  bottom: 13px;
  right: 211px;
  display: block;
  background: url(../../../desktop/theme-koton/images/ptt-kargo-logo-img.jpg) no-repeat 16% 50%;
  background-size: 35px;
}

.refund-order-success-step-title {
  text-align: center;
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 27px;
}

.refund-order-steps {
  min-height: 190px;
  padding-top: 34px;
  border: 1px solid #dadada;
  margin-bottom: 40px;
  text-align: center;
  padding-left: 38px;
  padding-right: 38px;
}
.refund-order-steps .steps {
  width: 200px;
  float: left;
  margin-right: 122px;
}
.refund-order-steps .steps:last-child {
  margin-right: 0;
  width: 245px;
}
.refund-order-steps .steps .step-number {
  width: 52px;
  height: 52px;
  line-height: 52px;
  margin: 0 auto;
  border-radius: 100%;
  background: #ebebeb;
  font-size: 28px;
  margin-bottom: 12px;
}
.refund-order-steps .steps .step-text {
  font-size: 14px;
  line-height: 14px;
}

.return-products-title {
  margin-bottom: 12px;
  text-align: center;
  font-size: 14px;
}

.return-order-fancy {
  padding: 34px 0 !important;
}
.return-order-fancy .header-fancy {
  text-align: center;
  color: #000;
  margin-bottom: 10px;
}
.return-order-fancy .header-fancy h2 {
  margin-top: 0;
  font-size: 24px;
}
.return-order-fancy .refund-order-content {
  border: 1px solid #f6f6f6;
}
.return-order-fancy .refund-order-content .refund-order-information {
  background-color: #f6f6f6;
  border: none;
  margin-bottom: 23px;
}
.return-order-fancy .refund-order-table {
  max-height: 235px;
  overflow-y: auto;
  padding: 0 8px !important;
}
.return-order-fancy .refund-order-table li.popupCartItem {
  float: left;
  width: 250px;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0;
  position: relative;
  margin-bottom: 25px;
}
.return-order-fancy .refund-order-table li.popupCartItem .itemPic {
  float: left;
  margin: 0 12px 0 0;
}
.return-order-fancy .refund-order-table li.popupCartItem .itemPic img {
  width: 70px;
}
.return-order-fancy .refund-order-table li.popupCartItem .itemDesc {
  width: 130px;
  float: left;
}
.return-order-fancy .refund-order-table li.popupCartItem .itemDesc a.itemName {
  font-family: "Sweet Sans Medium", "Arial", sans-serif;
  font-size: 13px;
  line-height: 15px;
  margin: 0 0 10px;
  display: block;
  color: #373737;
}
.return-order-fancy .refund-order-table li.popupCartItem .detail {
  font-size: 12px;
}
.return-order-fancy .refund-order-table li.popupCartItem .detail p {
  margin: 0;
  font-size: 12px;
  line-height: 15px;
  color: #373737;
}
.return-order-fancy .refund-order-table li.popupCartItem .priceContainer {
  float: right;
  text-align: right;
}
.return-order-fancy .refund-order-table li.popupCartItem .priceContainer .price {
  margin: 0;
  line-height: 16px;
  color: #373737;
  font-size: 15px;
}
.return-order-fancy .return-orders-button {
  width: 170px;
  height: 42px;
  line-height: 42px;
  display: inline-block;
  text-align: center;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  border: 1px solid #000;
  margin-top: 15px;
  float: right;
}

#returned-product {
  width: 100%;
  float: left;
  padding-top: 10px;
}
#returned-product .title {
  font-size: 11px;
  font-weight: normal;
  text-decoration: underline;
  padding-left: 25px;
  background: url(../../../desktop/theme-koton/images/refund-request.jpg) no-repeat 50% 50%;
  background-size: contain;
  background-position: left;
  margin-bottom: 0;
  height: 18px;
  cursor: pointer;
  display: block;
  line-height: 18px;
  position: relative;
  top: 0;
  bottom: 0;
}
#returned-product .shipping-code {
  font-size: 11px;
  font-weight: normal;
  color: #000;
}

.return-form {
  padding-top: 33px;
  padding-bottom: 33px;
  border-bottom: 1px solid #dadada;
}
.return-form label.input-title {
  width: 85px;
  margin-bottom: 15px;
}
.return-form input.return-input {
  height: 33px;
  margin-left: 10px;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 12px;
  width: 255px;
}
.return-form .return-form-text {
  font-size: 12px;
  color: #000;
  margin-top: 20px;
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
.return-form .account-relations {
  font-size: 12px;
  color: #000;
  float: left;
  width: 100%;
}

.select-shipping-container {
  padding: 20px 0;
}
.select-shipping-container .title {
  font-size: 22px;
  text-align: center;
  margin-bottom: 31px;
}
.select-shipping-container .mng-options {
  width: 210px;
  height: 94px;
  line-height: 94px;
  float: left;
  margin-left: 253px;
  margin-right: 74px;
}
.select-shipping-container .mng-options .mng-logo {
  margin-left: 10px;
  width: 172px;
  height: 94px;
  border: 1px solid #7d7d7d;
  background: url(../../../desktop/theme-koton/images/mng-options.png) no-repeat 50% 50%;
  background-size: 128px;
  background-position: center;
  float: right;
}
.select-shipping-container .mng-options .ship-radio[type=radio]:checked, .select-shipping-container .mng-options .ship-radio[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.select-shipping-container .mng-options .ship-radio[type=radio]:checked + label, .select-shipping-container .mng-options .ship-radio[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
  font-weight: normal;
  margin-right: 0;
  margin-bottom: 0;
}
.select-shipping-container .mng-options .ship-radio[type=radio]:checked + label:before, .select-shipping-container .mng-options .ship-radio[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
.select-shipping-container .mng-options .ship-radio[type=radio]:checked + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #383838;
  position: absolute;
  top: -6px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.select-shipping-container .mng-options .ship-radio[type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.select-shipping-container .ptt-options {
  width: 210px;
  height: 94px;
  line-height: 94px;
  float: left;
}
.select-shipping-container .ptt-options .ptt-logo {
  margin-left: 10px;
  width: 172px;
  height: 94px;
  border: 1px solid #7d7d7d;
  background: url(../../../desktop/theme-koton/images/ptt-options.png) no-repeat 50% 50%;
  background-size: 138px;
  background-position: center;
  float: right;
}
.select-shipping-container .ptt-options .ship-radio[type=radio]:checked, .select-shipping-container .ptt-options .ship-radio[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.select-shipping-container .ptt-options .ship-radio[type=radio]:checked + label, .select-shipping-container .ptt-options .ship-radio[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
  font-weight: normal;
  margin-right: 0;
  margin-bottom: 0;
}
.select-shipping-container .ptt-options .ship-radio[type=radio]:checked + label:before, .select-shipping-container .ptt-options .ship-radio[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 34px;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
.select-shipping-container .ptt-options .ship-radio[type=radio]:checked + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #383838;
  position: absolute;
  top: 38px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.select-shipping-container .ptt-options .ship-radio[type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.click-and-collect {
  margin-top: 50px;
}
.click-and-collect .content-header {
  margin-bottom: 25px;
}
.click-and-collect .content-header .title {
  font-weight: bold;
  margin-bottom: 25px;
}
.click-and-collect .content-header .title h2 {
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
}
.click-and-collect .content-header .title h2 img {
  width: 30px;
  height: 36px;
  margin-left: 15px;
}
.click-and-collect .content-header .title .shipping-stores img {
  width: 39.3px;
  height: 27.5px;
  margin-left: 8px;
  vertical-align: baseline;
}
.click-and-collect .content-header .description {
  color: #000000;
}
.click-and-collect .content-middle {
  margin-bottom: 25px;
}
.click-and-collect .content-middle .selectboxit-container .selectboxit {
  height: 45px;
}
.click-and-collect .content-middle .selectboxit-container .selectboxit .selectboxit-text {
  line-height: 45px;
}
.click-and-collect .content-middle .selectboxit-container .selectboxit .selectboxit-arrow {
  top: 62%;
}
.click-and-collect .info span {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}
.click-and-collect .stores-list {
  border-bottom: 1px solid;
  padding: 30px 20px 30px 20px;
}
.click-and-collect .stores-list .store-info .stores-name {
  font-size: 16px;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
}
.click-and-collect .stores-list .store-info .stores-address {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}
.click-and-collect .stores-list .start-shopping-this-stores .start-shopping-this-store {
  margin-top: 15px;
}
.click-and-collect .stores-list .start-shopping-this-stores .start-shopping-this-store button {
  border: solid 1px #000000;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.33;
  letter-spacing: normal;
  color: #000000;
  width: 224.5px;
  height: 44.2px;
  text-align: center;
  background-color: #ffff;
}
.click-and-collect .stores-list .start-shopping-this-stores .start-shopping-this-store button:hover {
  -webkit-box-shadow: 2px 7px 12px #888888;
          box-shadow: 2px 7px 12px #888888;
}
.click-and-collect .stores-list:last-child {
  border-bottom: 1px solid;
}
.click-and-collect .scroll-stores {
  margin-bottom: 72px;
  overflow-y: scroll;
}

.popUp-click-and-collect-cancels,
.delivery-address-change-popups,
.choosen-store-change-popups {
  outline: none;
}
.popUp-click-and-collect-cancels .pinText,
.delivery-address-change-popups .pinText,
.choosen-store-change-popups .pinText {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  margin-bottom: 20px;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
}
.popUp-click-and-collect-cancels .content,
.delivery-address-change-popups .content,
.choosen-store-change-popups .content {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  margin-bottom: 12px;
  opacity: 0.74;
}
.popUp-click-and-collect-cancels .clickAndCollect-buttons #YesButton,
.delivery-address-change-popups .clickAndCollect-buttons #YesButton,
.choosen-store-change-popups .clickAndCollect-buttons #YesButton {
  width: 35%;
}
.popUp-click-and-collect-cancels .clickAndCollect-buttons #NoButton,
.delivery-address-change-popups .clickAndCollect-buttons #NoButton,
.choosen-store-change-popups .clickAndCollect-buttons #NoButton {
  background-color: transparent !important;
  color: black !important;
  width: 35%;
  margin-right: 10px;
}

.click-and-collect-tabs .tab-buttons {
  border: solid 1px #f5f5f5;
  background-color: #fdfdfd;
}
.click-and-collect-tabs .w3-black {
  padding: 20px 20px 0 20px;
}
.click-and-collect-tabs .w3-black .w3-button {
  width: 256px;
  height: 52px;
  background-color: #f5f5f5;
  border: none;
  border-bottom: 5px solid #ffffff;
}
.click-and-collect-tabs .w3-black .w3-button img {
  vertical-align: middle;
  margin-left: 6px;
  width: 21.9px;
  height: 26px;
}
.click-and-collect-tabs .w3-black .w3-button:first-child {
  margin-right: 30px;
}
.click-and-collect-tabs .w3-black .w3-button.active {
  border-bottom: 5px solid #000000;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
}
.click-and-collect-tabs .click-and-collect-tab {
  padding: 10px;
  background-color: #ffffffff;
}
.click-and-collect-tabs .click-and-collect-tab .deliveryAddress .formGroup .addNewAddress {
  color: #000000 !important;
}
.click-and-collect-tabs .click-and-collect-tab .deliveryAddress .formGroup .addNewAddress .entypo-arrow-right2:before {
  -webkit-box-sizing: initial;
          box-sizing: initial;
  vertical-align: super;
  font-size: 35px;
}
.click-and-collect-tabs .click-and-collect-tab .deliveryAddress .shipping-address .selectboxit-container .selectboxit {
  width: 325px !important;
}
.click-and-collect-tabs .click-and-collect-tab .deliveryAddress .personData #userAddresses p {
  opacity: 0.5;
}
.click-and-collect-tabs .click-and-collect-tab .deliveryAddress .personData #userAddresses .addressActions a {
  color: #000000 !important;
}
.click-and-collect-tabs .click-and-collect-tab .deliveryAddress .choose-right-store-address {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: left;
  color: #ed0000;
  margin-bottom: 10px;
}
.click-and-collect-tabs .click-and-collect-tab .deliveryAddress .newAddress .address-inputs {
  width: 100%;
}
.click-and-collect-tabs .click-and-collect-tab .deliveryAddress .newAddress .address-inputs .click-and-collect-lock-address {
  width: 31%;
  float: left;
  margin-right: 24px;
}
.click-and-collect-tabs .click-and-collect-tab .deliveryAddress .newAddress .address-inputs .click-and-collect-lock-address .w50 {
  width: 100% !important;
  border: solid 1px #bcbcbc;
  background-color: #ededed;
  pointer-events: none;
}
.click-and-collect-tabs .click-and-collect-tab .deliveryAddress .newAddress .address-inputs .click-and-collect-lock-address .tooltipTrigger.entypo.entypo-info {
  display: none;
}
.click-and-collect-tabs .click-and-collect-tab .deliveryAddress .newAddress .address-inputs .click-and-collect-lock-address:last-child {
  margin-right: 0 !important;
}
.click-and-collect-tabs .click-and-collect-tab input.error {
  border: 1px solid #d51317;
}
.click-and-collect-tabs .click-and-collect-tab .errorMsg {
  display: inline-block;
}
.click-and-collect-tabs #pickUpInStore {
  margin-top: 20px;
}
.click-and-collect-tabs #pickUpInStore .store-info .pickup-in-store-address {
  margin-bottom: 20px;
}
.click-and-collect-tabs #pickUpInStore .store-info .pickup-in-store-address span {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}
.click-and-collect-tabs #pickUpInStore .store-info .store-name {
  margin-bottom: 20px;
}
.click-and-collect-tabs #pickUpInStore .store-info .store-name span {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}
.click-and-collect-tabs #pickUpInStore .store-info .store-address {
  margin-bottom: 20px;
}
.click-and-collect-tabs .btn.btn-grey.saveBtn {
  background-color: #000;
}

.clickAndCollect-type {
  position: relative;
  margin-bottom: 10px;
}
.clickAndCollect-type input[type=radio].delivery-type-radiobtn {
  position: absolute;
  opacity: 0;
  z-index: 1;
}
.clickAndCollect-type input[type=radio].delivery-type-radiobtn:checked + label {
  border-color: #dad7d7;
  color: #000000;
}
.clickAndCollect-type input[type=radio].delivery-type-radiobtn:checked + label::before {
  opacity: 1;
}
.clickAndCollect-type input[type=radio].delivery-type-radiobtn + label {
  display: block;
  height: 70px;
  line-height: 1.2;
  font-size: 14px;
  margin: 0;
  border: 5px solid #dad7d7;
  background: #fff;
  color: #424242;
  cursor: pointer;
  vertical-align: middle;
  position: relative;
  padding-left: 40px;
  padding-right: 20px;
  padding-top: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}
.clickAndCollect-type input[type=radio].delivery-type-radiobtn + label::before {
  position: absolute;
  content: "";
  width: 11px;
  height: 5px;
  margin-top: 4px;
  top: 22px;
  left: 15px;
  border: 2px solid #585858;
  border-top: none;
  border-right: none;
  background: transparent;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  z-index: 1;
}
.clickAndCollect-type input[type=radio].delivery-type-radiobtn + label::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  left: 11px;
  background-color: white;
  border: 1px solid #c3c3c3;
  cursor: pointer;
  top: 12px;
  margin-top: 9px;
}
.clickAndCollect-type .title {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  float: left;
  font-weight: bold;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
  line-height: 1;
}
.clickAndCollect-type .payment-value {
  float: right;
  display: block;
  font-weight: bold;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
  line-height: 1;
}
.clickAndCollect-type .description {
  display: block;
  float: left;
  width: 100%;
  line-height: 1;
}

.click-and-collect-band {
  width: 100%;
  min-height: 60px;
  z-index: 99;
  margin-top: 132px;
  color: #ffff;
  padding-top: 5px;
  padding-left: 70px;
  padding-right: 80px;
}
.click-and-collect-band .store-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.click-and-collect-band .store-name img {
  width: 34px;
  height: 32px;
  margin-top: 5px;
  margin-right: 10px;
}
.click-and-collect-band .store-name span {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  margin-top: 8px;
}
.click-and-collect-band .store-name span b {
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
}
@media screen and (max-width: 362px) {
  .click-and-collect-band .store-name span {
    font-size: 13px;
    margin-top: 8px;
  }
}
.click-and-collect-band .choose-other-store-div {
  text-align: center;
  margin-top: 8px;
}
.click-and-collect-band .choose-other-store-div a img {
  width: 23px;
  height: 32px;
}
.click-and-collect-band .choose-other-store {
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  text-decoration: underline;
}
.click-and-collect-band .choose-other-store:hover {
  color: #ffffff;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
}
.click-and-collect-band .bag {
  width: 23px;
  height: 32px;
  margin-right: 15px;
}
.click-and-collect-band .cancel-clickandcollect {
  margin-top: 8px;
  font-size: 12px;
}
.click-and-collect-band .cancel-clickandcollect .pickup-store {
  width: 27.6px;
  margin-left: 8px;
  height: 32.9px;
}
.click-and-collect-band .cancel-clickandcollect .shipping-store {
  width: 37.2px;
  height: 26.1px;
  vertical-align: bottom;
}
.click-and-collect-band .cancel-clickandcollect a {
  margin-left: 41px;
}
.click-and-collect-band .cancel-clickandcollect .text {
  color: #f2d737;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
}
.click-and-collect-band .cancel-clickandcollect .cancel-click-and-collect-img {
  width: 19.4px;
  height: 19.4px;
  margin-left: 5px;
  margin-bottom: 2px;
}
.click-and-collect-band .calcel-collect-text {
  margin-left: 10px;
  text-decoration: underline;
}
.click-and-collect-band .calcel-collect-text:hover {
  color: #ffffff;
  font-family: "Sweet Sans Bold", "Arial", sans-serif;
}
.click-and-collect-band .cancel-collect {
  border: 2px solid;
  padding: 3px 5px;
  border-radius: 50%;
  margin-left: 5px;
  cursor: pointer;
}

.shipping-store-band-color {
  background-color: #168268;
}

.pickup-store-band-color {
  background-color: #187ba2;
}

#popUpClickAndCollectCancelButton {
  color: #ffffff;
}

.kotonGuestForm .deliveryAddress .click-and-collect-tab .click-and-collect-guest .selectbox3 .address-inputs .left {
  width: 215px !important;
}
.kotonGuestForm .deliveryAddress .click-and-collect-tab .click-and-collect-guest .selectbox3 .address-inputs .left .pointer-none input {
  width: 100%;
  border: solid 1px #bcbcbc;
  background-color: #ededed;
}
.kotonGuestForm .deliveryAddress .click-and-collect-tab .click-and-collect-guest .selectbox3 .address-inputs .left:first-child {
  margin-right: 20px;
}
.kotonGuestForm .deliveryAddress .click-and-collect-tab .click-and-collect-guest .selectbox3 .address-inputs .left:nth-child(2) {
  margin-right: 20px;
}

/*
.kotonGuestForm{
  .deliveryAddress{
    .click-and-collect-tabs{
      .click-and-collect-tab{
        .newAddress{
          display: block !important;
          border-top: none;
          .choose-right-address-checkout{
            float: right;
            padding: 6px;
          }
        }
      }
    }
  }
}*/
.col-xs-12.termsContainer.fl {
  margin-left: 0 !important;
}

.ClickAndCollect-closeButton {
  top: 0;
  background-color: #000;
  padding: 15px;
  background-position: -35px -320px;
  right: -31px;
}

.scrolled .click-and-collect-band {
  margin-top: 80px !important;
}